diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 578bd592a75..19c076242f8 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -113,13 +113,16 @@ Also, some code changes need a prior approbation:
* if you add a new table, you must first create a page on http://wiki.dolibarr.org/index.php/Category:Table_SQL (copy an existing page changing its name to see it into this index page). Than ask the project manager (@eldy) if the new data model you plan to add can be accepted as you suggest.
-Once a PR has been submitted, you may need to wait for its integration. It is common that the project leader let the PR open for a long delay to allow
-every developer discuss about the PR.
-If your PR has errors reported by the Continuous Integration Platform, it means your PR is not valid and nothing will be done with it. It will be kept open to allow developers to fix this, or it may be closed several month later.
-If the PR is valid, and is kept open for a long time, a tag will also be added on the PR to describe the status of your PR.
-By putting your mouse on the tag, you will get a full explanation of the tag/status that explain why your PR has not been integrated yet.
-Around 95% of submitted PR are reviewed and tagged. Even if this is one of the most important ratio in Open Source world, don't expect the core team
-to reach the 100%. With the increasing popularity of Dolibarr, this ratio will probably decrease in future.
+Once a PR has been submitted, you may need to wait for its integration. It is common that the project leader let the PR open for a long delay to allow every developer discuss about the PR.
+
+If the label of PR start with "WIP" (Work In Progress), it will not be analyzed (until you change the label of PR).
+
+If your PR has errors reported by the Continuous Integration Platform, it means your PR is not valid and nothing will be done with it. It will be kept open to allow developers to fix this, or it may be closed several month later. Don't expect anything on your PR if you have such errors, you MUST first fix the Continuous Integration error to have it taken into consideration.
+
+If the PR is valid, and is kept open for a long time, a tag will also be added on the PR to describe the status of your PR and why the PR is kept open. By putting your mouse on the tag, you will get a full explanation of the tag/status that explain why your PR has not been integrated yet.
+In most cases, it gives you information of things you have to do to have the PR taken into consideration (for example a change is requested, a conflict is expected to be solved, some questions were asked). If you have a yellow, red flag of purple flag, don't expect to have your PR validated. You must first provide the answer the flag ask you. The majority of PR are waiting an action of the developer/author.
+
+Statistics on Dolibarr project shows that around 95% of submitted PR are reviewed and tagged. This is one of the most important ratio of answered PR in Open Source world. Don't expect the core team to reach the 100%. With the increasing popularity of Dolibarr, this ratio will probably decrease in future.
### Resources
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 00000000000..186b20a051d
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,5 @@
+# These are supported funding model platforms
+
+open_collective: dolibarr
+custom: https://wiki.dolibarr.org/index.php/Subscribe
+# github: [eldy]
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md
similarity index 78%
rename from .github/ISSUE_TEMPLATE.md
rename to .github/ISSUE_TEMPLATE/bug_report.md
index a105eed20ea..432f30f2332 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,8 +1,16 @@
+---
+name: Bug report
+about: Create a report to help us fix something that is broken
+title: ''
+labels: Bug
+assignees: ''
+
+---
+
# Instructions
*This is a template to help you report good issues. You may use [Github Markdown](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/) syntax to format your issue report.*
*Please:*
-- *only keep the "Bug" or "Feature Request" section*
-- *replace the bracket enclosed texts with meaningful informations*
+- *replace the bracket enclosed texts with meaningful information*
- *remove any unused sub-section*
@@ -25,17 +33,3 @@
## [Attached files](https://help.github.com/articles/issue-attachments) (Screenshots, screencasts, dolibarr.log, debugging informations…)
[*Files*]
-
-
-
-# Feature Request
-[*Short description*]
-
-## Use case
-[*Verbose description*]
-
-## Suggested implementation
-[*Verbose description*]
-
-## Suggested steps
-[*List of tasks to achieve goal*]
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000000..32e2deff2c1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,27 @@
+---
+name: Feature request
+about: Suggest a new idea for this project
+title: ''
+labels: Feature request
+assignees: ''
+
+---
+
+# Instructions
+*This is a template to help you report good issues. You may use [Github Markdown](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/) syntax to format your issue report.*
+*Please:*
+- *replace the bracket enclosed texts with meaningful information*
+- *remove any unused sub-section*
+
+
+# Feature Request
+[*Short description*]
+
+## Use case
+[*Verbose description*]
+
+## Suggested implementation
+[*Verbose description*]
+
+## Suggested steps
+[*List of tasks to achieve goal*]
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 60fea392133..85809bcc058 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -1,6 +1,12 @@
# .scrutinizer.yml
+#build:
+# - php-scrutinizer-run
build:
- - php-scrutinizer-run
+ nodes:
+ analysis:
+ tests:
+ override:
+ - php-scrutinizer-run
imports:
- javascript
diff --git a/.stickler.yml b/.stickler.yml
new file mode 100644
index 00000000000..b68804448b2
--- /dev/null
+++ b/.stickler.yml
@@ -0,0 +1,10 @@
+---
+linters:
+ phpcs:
+ standard: 'dev/setup/codesniffer/ruleset.xml'
+ extensions: 'php'
+ tab_width: 4
+ fixer: true
+
+fixers:
+ enable: true
diff --git a/.travis.yml b/.travis.yml
index b710e17c773..7c1552bb2a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -288,17 +288,17 @@ script:
# Ensure we catch errors
set -e
#parallel-lint --exclude htdocs/includes --blame .
- parallel-lint --exclude htdocs/includes/sabre --exclude htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Shared --exclude htdocs/includes/phpoffice/PhpSpreadsheet --exclude htdocs/includes/sebastian --exclude htdocs/includes/squizlabs/php_codesniffer/tests --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/composer/autoload_static.php --blame .
+ parallel-lint --exclude dev/namespacemig --exclude htdocs/includes/sabre --exclude htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Shared --exclude htdocs/includes/phpoffice/PhpSpreadsheet --exclude htdocs/includes/sebastian --exclude htdocs/includes/squizlabs/php_codesniffer/tests --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --exclude htdocs/includes/composer/autoload_static.php --blame .
set +e
echo
- |
- echo "Checking coding style"
+ echo "Checking coding style (excluding Pull Requests builds)"
# Ensure we catch errors
set -e
# Exclusions are defined in the ruleset.xml file
#phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
- phpcs -s -p -d memory_limit=-1 --extensions=php --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .
+ if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then phpcs -s -p -d memory_limit=-1 --extensions=php --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .; fi
set +e
echo
diff --git a/COPYRIGHT b/COPYRIGHT
index ea0c6453486..65ca76117cd 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -32,12 +32,12 @@ PSR/simple-cache ? Library for cache (used by PHPSp
Restler 3.0.0RC6 LGPL-3+ Yes Library to develop REST Web services (+ swagger-ui js lib into dir explorer)
Sabre 3.2.2 BSD Yes DAV support
Swift Mailer 5.4.2-DEV MIT license Yes Comprehensive mailing tools for PHP
-Stripe 6.35 MIT licence Yes Library for Stripe module
+Stripe 6.41 MIT licence Yes Library for Stripe module
TCPDF 6.2.25 LGPL-3+ Yes PDF generation
TCPDI 1.0.0 LGPL-3+ / Apache 2.0 Yes FPDI replacement
JS libraries:
-jQuery 3.3.1 MIT License Yes JS library
+jQuery 3.4.1 MIT License Yes JS library
jQuery UI 1.12.1 GPL and MIT License Yes JS library plugin UI
jQuery select2 4.0.5 GPL and Apache License Yes JS library plugin for sexier multiselect
jQuery blockUI 2.70.0 GPL and MIT License Yes JS library plugin blockUI (to use ajax popups)
diff --git a/ChangeLog b/ChangeLog
index 472c3ffba81..54b40dc0f04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,9 +14,231 @@ WARNING:
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
* Properties ->libelle_incoterms were renamed into ->label_incoterms
+* Removed the method liste_array() of project class. It was not used by core code.
+* The function show_theme() hase been renamed into showSkins()
+* Rename 'module_part' parameter into 'modulepart' into document APIs, for consistency.
+* The deprecated method get_OutstandingBill has been removed. You can use getOutstandingBills() instead.
+
+***** ChangeLog for 10.0.1 compared to 10.0.0 *****
+FIX: #10930
+FIX: #10984
+FIX: reposition on "Build backup" button
+FIX: #11400
+FIX: #11412
+FIX: #11460
+FIX: #11463
+FIX: #11466
+FIX: #11492
+FIX: #11498
+FIX: #11505
+FIX: #11506
+FIX: #11507
+FIX: #11509
+FIX: #11537
+FIX: #11543
+FIX: #11553
+FIX: #11576
+FIX: #11584
+FIX: #11590
+FIX: accounting mode must be taken from global conf, because there's no way to choose a mode with interface
+FIX: Add message from public interface
+FIX: add missing hook calls
+FIX: Add warning when setup is strange
+FIX: ajax call for line positioning when CSRFCHECK_WITH_TOKEN is on
+FIX: API return 404 sometimes even if API exists
+FIX: Attachment was lost when we validate an expense report
+FIX: avoid conflict with "$classname" in card.php
+FIX: Bad sql request
+FIX: better compatibility with multicompany transverse mode
+FIX: Better PHP compatibility
+FIX: Block to link with tickets
+FIX: Can't submit a ticket from public interface
+FIX: categories import: prevent mismatch between category type and object type
+FIX: Closing ticket from public interface
+FIX: Column 'paid' missing in expense report
+FIX: compatibility mysql 8. rank is reserved
+FIX: Computed field were not calculated into lists.
+FIX: Content of email for subscription
+FIX: correct error in files with multiple spaces
+FIX: CVE-2019-11199
+FIX: delete of links between objects
+FIX: div not balanced
+FIX: do not return formatted prices in json string
+FIX: duplicate on the check (TODO field $onetrtd not used ?)
+FIX: element name in update_price
+FIX: empty product_use_units in product configuration
+FIX: expedition card: infinite loop for printObjectLine hook if return > 0
+FIX: extrafield loading bug due to assumption that an object is a third party while it may be a contact if MAIN_USE_COMPANY_NAME_OF_CONTACT is set.
+FIX: Fatal error on dol_htmloutput_mesg with corrupted array
+FIX: Fatal situation if payment removed on expense report. Action
+FIX: FEC Format - Missing date_creation in general ledger when you add a new transaction
+FIX: FEC Format - Save translation of the journal label in database & nowrap on amount
+FIX: floating point precision errors in the triggers of the workflow module
+FIX: for #11232
+FIX: format of field with type timestamp
+FIX: fournrprice log for insert
+FIX: help text
+FIX: import filter error
+FIX: __INFOS__ tag not exists
+FIX: issue #9300: install error with PostgreSQL when using custom table prefix
+FIX: Language key
+FIX: Limit of uploaded files (max_post_size was not used)
+FIX: list of balance of leaves
+FIX: minor spelling issues
+FIX: missing "dropdown-icon" replacement
+FIX: Missing field "Conciliated" into bank transaction export
+FIX: missing filter by current contact
+FIX: missing token
+FIX: Missing where on entity
+FIX: move sql request in INNER JOIN
+FIX: name was able to be in field but went back to new line
+FIX: Nowrap on amount
+FIX: Online payment
+FIX: on shipment delete confirm dialog, a new checkbox allows the user to choose if they want their stock re-incremented after the deletion.
+FIX: option EXPORT_LABEL_FOR_SELECT to restore compatibility in export
+FIX: Option THIRDPARTY_SUGGEST_ALSO_ADDRESS_CREATION
+FIX: outdated phpdoc
+FIX: Permission for BOM menu
+FIX: permission to delete a draft purchase order
+FIX: phpcs
+FIX: Position was lost when we edit the line of template invoice
+FIX: product_use_units was set to 0 each time a conf in block other was set
+FIX: propal createFrom hook: undefined parameter attached
+FIX: Responsive of public interface of ticket
+FIX: search by phone pro
+FIX: Setup of TakePos was not possible after a clean install
+FIX: Show list of events on tickets
+FIX: socpeople assigned list in action com list
+FIX: SQL problem on donation & nowrap on amount
+FIX: stock increase on shipment deletion if STOCK_CALCULATE_ON_SHIPMENT_NEW: is set
+FIX: stripe webhook ID constant set
+FIX: summary of time spent in preview tab of projects
+FIX: the feature to bill time spent was not enabled.
+FIX: The new feature to attach document on lines was not correclty
+FIX: The proposed new supplier code does not work
+FIX: this function can not be private
+FIX: tk9877 - PDF rouget requires product.lib.php (otherwise measuring_units_string() is not defined)
+FIX: Update the file index table when we validate/rename a ref.
+FIX: use rounding to compare the amounts
+FIX: We must save code instead of value in database for template invoice modelpdf
+FIX: we need to be able to add freeline with qty between 0 & 1 in supplierorder line
+FIX: We should remove property comments only for project and task api.
+FIX: When saving an action it didn't save the label based on the type of event if the label is empty and the type is customized
+FIX: when STOCK_CALCULATE_ON_SHIPMENT_NEW: is set, deleting a "closed" shipment now increases stock as expected
+FIX: wrong path sociales/index.php doesnt exist anymore
+
+
+***** ChangeLog for 10.0.1 compared to 10.0.0 *****
+FIX: #10930
+FIX: #10984
+FIX: reposition on "Build backup" button
+FIX: #11400
+FIX: #11412
+FIX: #11460
+FIX: #11463
+FIX: #11466
+FIX: #11492
+FIX: #11498
+FIX: #11505
+FIX: #11506
+FIX: #11507
+FIX: #11509
+FIX: #11537
+FIX: #11543
+FIX: #11553
+FIX: #11576
+FIX: #11584
+FIX: #11590
+FIX: accounting mode must be taken from global conf, because there's no way to choose a mode with interface
+FIX: Add message from public interface
+FIX: add missing hook calls
+FIX: Add warning when setup is strange
+FIX: ajax call for line positioning when CSRFCHECK_WITH_TOKEN is on
+FIX: API return 404 sometimes even if API exists
+FIX: Attachment was lost when we validate an expense report
+FIX: avoid conflict with "$classname" in card.php
+FIX: Bad sql request
+FIX: better compatibility with multicompany transverse mode
+FIX: Better PHP compatibility
+FIX: Block to link with tickets
+FIX: Can't submit a ticket from public interface
+FIX: categories import: prevent mismatch between category type and object type
+FIX: Closing ticket from public interface
+FIX: Column 'paid' missing in expense report
+FIX: compatibility mysql 8. rank is reserved
+FIX: Computed field were not calculated into lists.
+FIX: Content of email for subscription
+FIX: correct error in files with multiple spaces
+FIX: CVE-2019-11199
+FIX: delete of links between objects
+FIX: div not balanced
+FIX: do not return formatted prices in json string
+FIX: duplicate on the check (TODO field $onetrtd not used ?)
+FIX: element name in update_price
+FIX: empty product_use_units in product configuration
+FIX: expedition card: infinite loop for printObjectLine hook if return > 0
+FIX: extrafield loading bug due to assumption that an object is a third party while it may be a contact if MAIN_USE_COMPANY_NAME_OF_CONTACT is set.
+FIX: Fatal error on dol_htmloutput_mesg with corrupted array
+FIX: Fatal situation if payment removed on expense report. Action
+FIX: FEC Format - Missing date_creation in general ledger when you add a new transaction
+FIX: FEC Format - Save translation of the journal label in database & nowrap on amount
+FIX: floating point precision errors in the triggers of the workflow module
+FIX: for #11232
+FIX: format of field with type timestamp
+FIX: fournrprice log for insert
+FIX: help text
+FIX: import filter error
+FIX: __INFOS__ tag not exists
+FIX: issue #9300: install error with PostgreSQL when using custom table prefix
+FIX: Language key
+FIX: Limit of uploaded files (max_post_size was not used)
+FIX: list of balance of leaves
+FIX: minor spelling issues
+FIX: missing "dropdown-icon" replacement
+FIX: Missing field "Conciliated" into bank transaction export
+FIX: missing filter by current contact
+FIX: missing token
+FIX: Missing where on entity
+FIX: move sql request in INNER JOIN
+FIX: name was able to be in field but went back to new line
+FIX: Nowrap on amount
+FIX: Online payment
+FIX: on shipment delete confirm dialog, a new checkbox allows the user to choose if they want their stock re-incremented after the deletion.
+FIX: option EXPORT_LABEL_FOR_SELECT to restore compatibility in export
+FIX: Option THIRDPARTY_SUGGEST_ALSO_ADDRESS_CREATION
+FIX: outdated phpdoc
+FIX: Permission for BOM menu
+FIX: permission to delete a draft purchase order
+FIX: phpcs
+FIX: Position was lost when we edit the line of template invoice
+FIX: product_use_units was set to 0 each time a conf in block other was set
+FIX: propal createFrom hook: undefined parameter attached
+FIX: Responsive of public interface of ticket
+FIX: search by phone pro
+FIX: Setup of TakePos was not possible after a clean install
+FIX: Show list of events on tickets
+FIX: socpeople assigned list in action com list
+FIX: SQL problem on donation & nowrap on amount
+FIX: stock increase on shipment deletion if STOCK_CALCULATE_ON_SHIPMENT_NEW: is set
+FIX: stripe webhook ID constant set
+FIX: summary of time spent in preview tab of projects
+FIX: the feature to bill time spent was not enabled.
+FIX: The new feature to attach document on lines was not correclty
+FIX: The proposed new supplier code does not work
+FIX: this function can not be private
+FIX: tk9877 - PDF rouget requires product.lib.php (otherwise measuring_units_string() is not defined)
+FIX: Update the file index table when we validate/rename a ref.
+FIX: use rounding to compare the amounts
+FIX: We must save code instead of value in database for template invoice modelpdf
+FIX: we need to be able to add freeline with qty between 0 & 1 in supplierorder line
+FIX: We should remove property comments only for project and task api.
+FIX: When saving an action it didn't save the label based on the type of event if the label is empty and the type is customized
+FIX: when STOCK_CALCULATE_ON_SHIPMENT_NEW: is set, deleting a "closed" shipment now increases stock as expected
+FIX: wrong path sociales/index.php doesnt exist anymore
+
***** ChangeLog for 10.0.0 compared to 9.0.0 *****
For Users:
NEW: Module "Ticket" is available as a stable module.
@@ -414,7 +636,7 @@ NEW: add option PROPOSAL_AUTO_ADD_AUTHOR_AS_CONTACT
NEW: Add option to display thirdparty adress in combolist
NEW: Add option to swap sender/recipient address on PDF
NEW: Add option to display thirdparty adress in combolist
-NEW: Add project on pament of salaries
+NEW: Add project on payment of salaries
NEW: Add SHIPPING_PDF_HIDE_WEIGHT_AND_VOLUME and
NEW: Add somes hooks in bank planned entries
NEW: Add supplier ref in item reception page
diff --git a/README.md b/README.md
index 5d4de0af909..8100cabddbe 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# DOLIBARR ERP & CRM

-[](https://houndci.com)
|7|8|9|10|develop|
|----------|----------|----------|----------|----------|
@@ -138,7 +137,7 @@ See the [ChangeLog](https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog)
- Multi-company by adding of an external module.
- Very user friendly and easy to use.
- Highly customizable: enable only the modules you need, add user personalized fields, choose your skin, several menu managers (can be used by internal users as a back-office with a particular menu, or by external users as a front-office with another one)
-- Works with PHP 5.3+ and MariaDB 5.0.3+, MySQL 5.0.3+ or PostgreSQL 8.1.4+ (See requirements on the [Wiki](https://wiki.dolibarr.org/index.php/Prerequisite))
+- Works with PHP 5.5+ and MariaDB 5.0.3+, MySQL 5.0.3+ or PostgreSQL 8.1.4+ (See requirements on the [Wiki](https://wiki.dolibarr.org/index.php/Prerequisite))
- Compatible with all Cloud solutions that match MySQL, PHP or PostgreSQL prerequisites.
- APIs.
- An easy to understand, maintain and develop code (PHP with no heavy framework; trigger and hook architecture)
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000000..e5493805733
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,13 @@
+# Security Policy
+
+## Supported Versions
+
+| Version | Supported |
+| -------- | ------------------ |
+| <= 8.0.* | :x: |
+| >= 9.0.* | :white_check_mark: |
+
+## Reporting a Vulnerability
+
+To report a vulnerability, please send an email to security@dolibarr.org
+In most cases, after fixing the security, we make an answer by email to say the issue has been fixed.
diff --git a/build/README b/build/README
index 27ddf4178fd..ab83fef26e4 100644
--- a/build/README
+++ b/build/README
@@ -3,8 +3,7 @@ README (English)
Building packages
##################################################
-All sub-directories of "build" directory contains files required to build
-automatically Dolibarr packages.
+All sub-directories of "build" directory contains files (setup or binary tools) required to build automatically Dolibarr packages.
There are several tools:
diff --git a/build/exe/doliwamp/php.ini.install b/build/exe/doliwamp/php.ini.install
index 04191a71f5a..af8ef607112 100644
--- a/build/exe/doliwamp/php.ini.install
+++ b/build/exe/doliwamp/php.ini.install
@@ -458,16 +458,6 @@ variables_order = "GPCS"
; with user data. This makes most sense when coupled with track_vars - in which
; case you can access all of the GPC variables through the $HTTP_*_VARS[],
; variables.
-;
-; You should do your best to write your scripts so that they do not require
-; register_globals to be on; Using form variables as globals can easily lead
-; to possible security problems, if the code is not very well thought of.
-register_globals = Off
-
-; Whether or not to register the old-style input arrays, HTTP_GET_VARS
-; and friends. If you're not using them, it's recommended to turn them off,
-; for performance reasons.
-register_long_arrays = Off
; This directive tells PHP whether to declare the argv&argc variables (that
; would contain the GET information). If you don't use these variables, you
@@ -477,8 +467,7 @@ register_argc_argv = Off
; When enabled, the SERVER and ENV variables are created when they're first
; used (Just In Time) instead of when the script starts. If these variables
; are not used within a script, having this directive on will result in a
-; performance gain. The PHP directives register_globals, register_long_arrays,
-; and register_argc_argv must be disabled for this directive to have any affect.
+; performance gain.
auto_globals_jit = On
; Maximum size of POST data that PHP will accept.
@@ -1101,14 +1090,6 @@ session.gc_maxlifetime = 1800
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
; cd /path/to/sessions; find -cmin +24 | xargs rm
-; PHP 4.2 and less have an undocumented feature/bug that allows you to
-; to initialize a session variable in the global scope, albeit register_globals
-; is disabled. PHP 4.3 and later will warn you, if this feature is used.
-; You can disable the feature and the warning separately. At this time,
-; the warning is only displayed, if bug_compat_42 is enabled.
-
-session.bug_compat_42 = 0
-session.bug_compat_warn = 1
; Check HTTP Referer to invalidate externally stored URLs containing ids.
; HTTP_REFERER has to contain this substring for the session to be
diff --git a/build/phpstan/bootstrap.php b/build/phpstan/bootstrap.php
index e567b609a2f..6b6fd7b292e 100644
--- a/build/phpstan/bootstrap.php
+++ b/build/phpstan/bootstrap.php
@@ -8,7 +8,7 @@ define('DOL_DOCUMENT_ROOT', __DIR__ . '/../../htdocs');
define('DOL_DATA_ROOT', __DIR__ . '/../../documents');
define('DOL_URL_ROOT', '/');
-// Load the main.inc.php file to have finctions llx_Header and llx_Footer defined
+// Load the main.inc.php file to have functions llx_Header and llx_Footer defined
if (! defined("NOLOGIN")) define("NOLOGIN", '1');
global $conf, $langs, $user, $db;
include_once __DIR__ . '/../../htdocs/main.inc.php';
diff --git a/build/rpm/httpd-dolibarr.conf b/build/rpm/httpd-dolibarr.conf
index 1126d4fe442..ebda2b3ddfc 100644
--- a/build/rpm/httpd-dolibarr.conf
+++ b/build/rpm/httpd-dolibarr.conf
@@ -29,16 +29,6 @@ Alias /dolibarr /usr/share/dolibarr/htdocs
ErrorDocument 401 /public/error-401.php
ErrorDocument 404 /public/error-404.php
-
- php_flag magic_quotes_gpc Off
- php_flag register_globals Off
-
-
-
- php_flag magic_quotes_gpc Off
- php_flag register_globals Off
-
-
# OPTIMIZE: To use gzip compressed files (for Dolibarr already compressed files).
# Note that constant MAIN_OPTIMIZE_SPEED must have a value with bit 0 set.
diff --git a/dev/dolibarr_changes.txt b/dev/dolibarr_changes.txt
index 5bad55fd4d2..e87b082dd06 100644
--- a/dev/dolibarr_changes.txt
+++ b/dev/dolibarr_changes.txt
@@ -27,6 +27,15 @@ With
+ESCPOS:
+-------
+Replace
+ private $connector;
+With
+ protected $connector;
+
+
+
NUSOAP:
-------
* In file nusoap.php, to avoid a warning,
diff --git a/dev/namespacemig/README.md b/dev/namespacemig/README.md
new file mode 100644
index 00000000000..981292355ab
--- /dev/null
+++ b/dev/namespacemig/README.md
@@ -0,0 +1,4 @@
+Test to migrate Dolibarr to namespace "Dolibarr".
+
+Script bbb.php is a script of an external module with current code writing.
+It must works after migration.
\ No newline at end of file
diff --git a/dev/namespacemig/aaa.class.php b/dev/namespacemig/aaa.class.php
new file mode 100644
index 00000000000..1070e96f875
--- /dev/null
+++ b/dev/namespacemig/aaa.class.php
@@ -0,0 +1,23 @@
+do();
+
+$aaa = new Aaa();
+$aaa->do();
+
+echo $aaa::AAA."\n";
+echo $bbb::BBB."\n";
+
+echo Aaa::AAA."\n";
+echo Bbb::BBB."\n";
+
+echo faaa()."\n";
+echo fbbb()."\n";
+
+echo "globalaaa=$globalaaa\n";
+echo "globalbbb=$globalbbb\n";
diff --git a/dev/namespacemig/main.inc.php b/dev/namespacemig/main.inc.php
new file mode 100644
index 00000000000..5709a31f733
--- /dev/null
+++ b/dev/namespacemig/main.inc.php
@@ -0,0 +1,7 @@
+build/html
build/aps
+ dev/namespacemigdocuments
+ htdocs/core/class/lessc.class.phphtdocs/customhtdocs/includeshtdocs/install/doctemplates/websites
diff --git a/doc/images/dolibarr_512x512.png b/doc/images/dolibarr_512x512.png
new file mode 100644
index 00000000000..bd8d7ac3bfd
Binary files /dev/null and b/doc/images/dolibarr_512x512.png differ
diff --git a/doc/images/dolibarr_screenshot1_1280x800.jpg b/doc/images/dolibarr_screenshot1_1280x800.jpg
deleted file mode 100644
index c6d5776d1fc..00000000000
Binary files a/doc/images/dolibarr_screenshot1_1280x800.jpg and /dev/null differ
diff --git a/doc/images/dolibarr_screenshot1_1280x800.png b/doc/images/dolibarr_screenshot1_1280x800.png
index 684feb62390..b13ac38c59c 100644
Binary files a/doc/images/dolibarr_screenshot1_1280x800.png and b/doc/images/dolibarr_screenshot1_1280x800.png differ
diff --git a/doc/images/dolibarr_screenshot1_1680x1050.jpg b/doc/images/dolibarr_screenshot1_1680x1050.jpg
new file mode 100644
index 00000000000..c20cfc9bcb2
Binary files /dev/null and b/doc/images/dolibarr_screenshot1_1680x1050.jpg differ
diff --git a/doc/images/dolibarr_screenshot1_1680x1050.png b/doc/images/dolibarr_screenshot1_1680x1050.png
index 46b6367f784..a0fac606701 100644
Binary files a/doc/images/dolibarr_screenshot1_1680x1050.png and b/doc/images/dolibarr_screenshot1_1680x1050.png differ
diff --git a/doc/images/dolibarr_screenshot1_300x188.png b/doc/images/dolibarr_screenshot1_300x188.png
index b849e202206..8bddce84ebc 100644
Binary files a/doc/images/dolibarr_screenshot1_300x188.png and b/doc/images/dolibarr_screenshot1_300x188.png differ
diff --git a/doc/images/dolibarr_screenshot1_640x400.png b/doc/images/dolibarr_screenshot1_640x400.png
index 9efefcc2405..c2fa5752626 100644
Binary files a/doc/images/dolibarr_screenshot1_640x400.png and b/doc/images/dolibarr_screenshot1_640x400.png differ
diff --git a/htdocs/.gitignore b/htdocs/.gitignore
index ac35d8fab2f..d51eaffd235 100644
--- a/htdocs/.gitignore
+++ b/htdocs/.gitignore
@@ -28,3 +28,4 @@
/nomenclature*
/of/
/workstation/
+/oblyon*
diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
index 527cb13fcfd..87a7464dda6 100644
--- a/htdocs/accountancy/admin/accountmodel.php
+++ b/htdocs/accountancy/admin/accountmodel.php
@@ -156,17 +156,8 @@ if (GETPOST('actionadd', 'alpha') || GETPOST('actionmodify', 'alpha'))
$ok=1;
foreach ($listfield as $f => $value)
{
- if ($value == 'country_id' && in_array($tablib[$id], array('DictionaryVAT','DictionaryRegion','DictionaryCompanyType','DictionaryHolidayTypes','DictionaryRevenueStamp','DictionaryAccountancyCategory','Pcg_version'))) continue; // For some pages, country is not mandatory
- if ($value == 'country' && in_array($tablib[$id], array('DictionaryCanton','DictionaryCompanyType','DictionaryRevenueStamp'))) continue; // For some pages, country is not mandatory
- if ($value == 'localtax1' && empty($_POST['localtax1_type'])) continue;
- if ($value == 'localtax2' && empty($_POST['localtax2_type'])) continue;
- if ($value == 'color' && empty($_POST['color'])) continue;
- if ($value == 'formula' && empty($_POST['formula'])) continue;
- if ((! isset($_POST[$value]) || $_POST[$value]=='')
- && (! in_array($listfield[$f], array('decalage','module','accountancy_code','accountancy_code_sell','accountancy_code_buy')) // Fields that are not mandatory
- && (! ($id == 10 && $listfield[$f] == 'code')) // Code is mandatory fir table 10
- )
- )
+ if ($value == 'country_id' && in_array($tablib[$id], array('Pcg_version'))) continue; // For some pages, country is not mandatory
+ if ((! isset($_POST[$value]) || $_POST[$value]==''))
{
$ok=0;
$fieldnamekey=$listfield[$f];
@@ -174,19 +165,6 @@ if (GETPOST('actionadd', 'alpha') || GETPOST('actionmodify', 'alpha'))
if ($fieldnamekey == 'pcg_version') $fieldnamekey='Pcg_version';
if ($fieldnamekey == 'libelle' || ($fieldnamekey == 'label')) $fieldnamekey='Label';
- if ($fieldnamekey == 'libelle_facture') $fieldnamekey = 'LabelOnDocuments';
- if ($fieldnamekey == 'nbjour') $fieldnamekey='NbOfDays';
- if ($fieldnamekey == 'decalage') $fieldnamekey='Offset';
- if ($fieldnamekey == 'module') $fieldnamekey='Module';
- if ($fieldnamekey == 'code') $fieldnamekey = 'Code';
- if ($fieldnamekey == 'note') $fieldnamekey = 'Note';
- if ($fieldnamekey == 'taux') $fieldnamekey = 'Rate';
- if ($fieldnamekey == 'type') $fieldnamekey = 'Type';
- if ($fieldnamekey == 'position') $fieldnamekey = 'Position';
- if ($fieldnamekey == 'unicode') $fieldnamekey = 'Unicode';
- if ($fieldnamekey == 'deductible') $fieldnamekey = 'Deductible';
- if ($fieldnamekey == 'sortorder') $fieldnamekey = 'SortOrder';
- if ($fieldnamekey == 'category_type') $fieldnamekey = 'Calculated';
setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->transnoentities($fieldnamekey)), null, 'errors');
}
@@ -196,9 +174,9 @@ if (GETPOST('actionadd', 'alpha') || GETPOST('actionmodify', 'alpha'))
$ok=0;
setEventMessages($langs->transnoentities('ErrorReservedTypeSystemSystemAuto'), null, 'errors');
}
- if (isset($_POST["code"]))
+ if (isset($_POST["pcg_version"]))
{
- if ($_POST["code"]=='0')
+ if ($_POST["pcg_version"]=='0')
{
$ok=0;
setEventMessages($langs->transnoentities('ErrorCodeCantContainZero'), null, 'errors');
@@ -211,28 +189,9 @@ if (GETPOST('actionadd', 'alpha') || GETPOST('actionmodify', 'alpha'))
}
if (isset($_POST["country"]) && ($_POST["country"]=='0') && ($id != 2))
{
- if (in_array($tablib[$id], array('DictionaryCompanyType','DictionaryHolidayTypes'))) // Field country is no mandatory for such dictionaries
- {
- $_POST["country"]='';
- }
- else
- {
- $ok=0;
- setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->transnoentities("Country")), null, 'errors');
- }
+ $ok=0;
+ setEventMessages($langs->transnoentities("ErrorFieldRequired", $langs->transnoentities("Country")), null, 'errors');
}
- if (! is_numeric($_POST["code"]))
- {
- $ok=0;
- setEventMessages($langs->transnoentities("ErrorFieldMustBeANumeric", $langs->transnoentities("Code")), null, 'errors');
- }
-
- // Clean some parameters
- if (isset($_POST["localtax1"]) && empty($_POST["localtax1"])) $_POST["localtax1"]='0'; // If empty, we force to 0
- if (isset($_POST["localtax2"]) && empty($_POST["localtax2"])) $_POST["localtax2"]='0'; // If empty, we force to 0
- if ($_POST["accountancy_code"] <= 0) $_POST["accountancy_code"]=''; // If empty, we force to null
- if ($_POST["accountancy_code_sell"] <= 0) $_POST["accountancy_code_sell"]=''; // If empty, we force to null
- if ($_POST["accountancy_code_buy"] <= 0) $_POST["accountancy_code_buy"]=''; // If empty, we force to null
// Si verif ok et action add, on ajoute la ligne
if ($ok && GETPOST('actionadd', 'alpha'))
diff --git a/htdocs/accountancy/admin/journals_list.php b/htdocs/accountancy/admin/journals_list.php
index cac81bfbcae..78cd92f90e0 100644
--- a/htdocs/accountancy/admin/journals_list.php
+++ b/htdocs/accountancy/admin/journals_list.php
@@ -162,7 +162,7 @@ if (GETPOST('actionadd', 'alpha') || GETPOST('actionmodify', 'alpha'))
{
if ($fieldnamekey == 'libelle' || ($fieldnamekey == 'label')) $fieldnamekey='Label';
if ($fieldnamekey == 'code') $fieldnamekey = 'Code';
- if ($fieldnamekey == 'nature') $fieldnamekey = 'Nature';
+ if ($fieldnamekey == 'nature') $fieldnamekey = 'NatureOfJournal';
}
// Other checks
if (isset($_POST["code"]))
@@ -437,7 +437,7 @@ if ($id)
$valuetoshow=$langs->trans("Label");
}
if ($fieldlist[$field]=='nature') {
- $valuetoshow=$langs->trans("Nature");
+ $valuetoshow=$langs->trans("NatureOfJournal");
}
if ($valuetoshow != '') {
@@ -516,7 +516,7 @@ if ($id)
}
// Title line with search boxes
- print '
';
foreach ($fieldlist as $field => $value)
{
// Determine le nom du champ par rapport aux noms possibles
@@ -558,7 +556,7 @@ if ($id)
$valuetoshow=$langs->trans("Label");
}
if ($fieldlist[$field]=='nature') {
- $valuetoshow=$langs->trans("Nature");
+ $valuetoshow=$langs->trans("NatureOfJournal");
}
// Affiche nom du champ
diff --git a/htdocs/accountancy/admin/productaccount.php b/htdocs/accountancy/admin/productaccount.php
index 562dfd1505b..1c72ea61abd 100644
--- a/htdocs/accountancy/admin/productaccount.php
+++ b/htdocs/accountancy/admin/productaccount.php
@@ -462,7 +462,7 @@ if ($result)
// print '
' . $obj->description . '
';
// TODO: we shoul set a user defined value to adjust user square / wide screen size
$trunclengh = empty($conf->global->ACCOUNTING_LENGTH_DESCRIPTION) ? 32 : $conf->global->ACCOUNTING_LENGTH_DESCRIPTION;
- print '
';
if ($action == 'editdemandreason') {
@@ -2323,7 +2338,7 @@ if ($action == 'create' && $user->rights->commande->creer)
// TODO Order mode (how we receive order). Not yet implemented
/*
print '
';
@@ -1073,7 +1081,7 @@ if ($resql)
// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
// Fields from hook
- $parameters=array('arrayfields'=>$arrayfields, 'obj'=>$obj);
+ $parameters=array('arrayfields'=>$arrayfields, 'obj'=>$obj, 'i'=>$i);
$reshook=$hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Date creation
@@ -1092,6 +1100,14 @@ if ($resql)
print '';
if (! $i) $totalarray['nbfield']++;
}
+ // Date cloture
+ if (! empty($arrayfields['c.date_cloture']['checked']))
+ {
+ print '
';
- // Other attributes
+ // Other attributes
$parameters=array();
$reshook=$hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
@@ -639,12 +654,12 @@ else
print '
'; // TODO Use a denormalized field
@@ -1200,7 +1238,7 @@ if ($resql)
// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
// Fields from hook
- $parameters=array('arrayfields'=>$arrayfields, 'obj'=>$obj);
+ $parameters=array('arrayfields'=>$arrayfields, 'obj'=>$obj, 'i'=>$i);
$reshook=$hookmanager->executeHooks('printFieldListValue', $parameters); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Date creation
@@ -1230,7 +1268,7 @@ if ($resql)
// Action column
print '
';
- if ($massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
+ if (($massactionbutton || $massaction) && $contextpage != 'poslist') // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
{
$selected=0;
if (in_array($obj->id, $arrayofselected)) $selected=1;
diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php
index ccc3b305447..db022259e35 100644
--- a/htdocs/compta/facture/prelevement.php
+++ b/htdocs/compta/facture/prelevement.php
@@ -62,42 +62,52 @@ if ($id > 0 || ! empty($ref))
}
}
+$hookmanager->initHooks(array('directdebitcard','globalcard'));
+
+
/*
* Actions
*/
-if ($action == "new")
+$parameters = array('socid' => $socid);
+$reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
+if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
+
+if (empty($reshook))
{
- if ($object->id > 0)
+ if ($action == "new")
{
- $db->begin();
-
- $result = $object->demande_prelevement($user, GETPOST('withdraw_request_amount'));
- if ($result > 0)
+ if ($object->id > 0)
{
- $db->commit();
+ $db->begin();
- setEventMessages($langs->trans("RecordSaved"), null, 'mesgs');
- }
- else
- {
- $db->rollback();
- setEventMessages($object->error, $object->errors, 'errors');
+ $result = $object->demande_prelevement($user, GETPOST('withdraw_request_amount'));
+ if ($result > 0)
+ {
+ $db->commit();
+
+ setEventMessages($langs->trans("RecordSaved"), null, 'mesgs');
+ }
+ else
+ {
+ $db->rollback();
+ setEventMessages($object->error, $object->errors, 'errors');
+ }
}
+ $action='';
}
- $action='';
-}
-if ($action == "delete")
-{
- if ($object->id > 0)
+ if ($action == "delete")
{
- $result = $object->demande_prelevement_delete($user, GETPOST('did'));
- if ($result == 0)
+ if ($object->id > 0)
{
- header("Location: ".$_SERVER['PHP_SELF']."?id=".$object->id);
- exit;
+ $result = $object->demande_prelevement_delete($user, GETPOST('did'));
+ if ($result == 0)
+ {
+ header("Location: ".$_SERVER['PHP_SELF']."?id=".$object->id);
+ exit;
+ }
}
}
}
diff --git a/htdocs/compta/facture/tpl/linkedobjectblock.tpl.php b/htdocs/compta/facture/tpl/linkedobjectblock.tpl.php
index a9fbb5da2eb..bef705a21ab 100644
--- a/htdocs/compta/facture/tpl/linkedobjectblock.tpl.php
+++ b/htdocs/compta/facture/tpl/linkedobjectblock.tpl.php
@@ -38,7 +38,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
$langs->load("bills");
-$linkedObjectBlock = dol_sort_array($linkedObjectBlock, 'date', 'desc');
+$linkedObjectBlock = dol_sort_array($linkedObjectBlock, 'date', 'desc', 0, 0, 1);
$total=0; $ilink=0;
foreach($linkedObjectBlock as $key => $objectlink)
diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index 932d9ed758c..e2c0180dc3b 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -412,8 +412,8 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
print '
';
if (! empty($conf->global->MAIN_SHOW_HT_ON_SUMMARY)) print '
'.price($total).'
';
- print '
'.price($total_ttc).'
';
- print '
'.price($totalam).'
';
+ print '
'.price($total_ttc).'
';
+ print '
'.price($totalam).'
';
print '
';
print '
';
}
diff --git a/htdocs/compta/journal/sellsjournal.php b/htdocs/compta/journal/sellsjournal.php
index 123bb3c7770..da85e28c612 100644
--- a/htdocs/compta/journal/sellsjournal.php
+++ b/htdocs/compta/journal/sellsjournal.php
@@ -87,7 +87,7 @@ if (empty($date_start) || empty($date_end)) // We define date_start and date_end
$date_start=dol_get_first_day($pastmonthyear, $pastmonth, false); $date_end=dol_get_last_day($pastmonthyear, $pastmonth, false);
}
-$nom=$langs->trans("SellsJournal");
+$name=$langs->trans("SellsJournal");
$periodlink='';
$exportlink='';
$builddate=dol_now();
diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
index 920acd1c22f..5032c07cef4 100644
--- a/htdocs/compta/paiement.php
+++ b/htdocs/compta/paiement.php
@@ -539,7 +539,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
$sql = 'SELECT f.rowid as facid, f.ref, f.total_ttc, f.multicurrency_code, f.multicurrency_total_ttc, f.type,';
$sql.= ' f.datef as df, f.fk_soc as socid, f.date_lim_reglement as dlr';
$sql.= ' FROM '.MAIN_DB_PREFIX.'facture as f';
- $sql.= ' WHERE f.entity IN ('.getEntity('invoice', $conf->entity).')';
+ $sql.= ' WHERE f.entity IN ('.getEntity('facture').')';
$sql.= ' AND (f.fk_soc = '.$facture->socid;
// Can pay invoices of all child of parent company
if(!empty($conf->global->FACTURE_PAYMENTS_ON_DIFFERENT_THIRDPARTIES_BILLS) && !empty($facture->thirdparty->parent)) {
@@ -597,7 +597,11 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
print '
'.$alreadypayedlabel.'
';
print '
'.$remaindertopay.'
';
print '
'.$langs->trans('PaymentAmount').'
';
- print '
';
+
+ $parameters=array();
+ $reshook=$hookmanager->executeHooks('printFieldListTitle', $parameters, $facture, $action); // Note that $action and $object may have been modified by hook
+
+ print '
';
print "\n";
$total=0;
@@ -744,6 +748,9 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
}
print "";
+ $parameters=array();
+ $reshook=$hookmanager->executeHooks('printFieldListValue', $parameters, $objp, $action); // Note that $action and $object may have been modified by hook
+
// Warning
print '
';
-
- $parameters=array();
- $reshook=$hookmanager->executeHooks('printObjectLine', $parameters, $objp, $action); // Note that $action and $object may have been modified by hook
-
+ print '
'.price($objp->amount).'
';
+ print '
';
print '';
+
+ $parameters=array();
+ $reshook=$hookmanager->executeHooks('printObjectLine', $parameters, $objp, $action); // Note that $action and $object may have been modified by hook
+
$i++;
}
print '
';
diff --git a/htdocs/compta/paiement/cheque/class/remisecheque.class.php b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
index d9a912ea50b..316215a5caf 100644
--- a/htdocs/compta/paiement/cheque/class/remisecheque.class.php
+++ b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
@@ -489,7 +489,7 @@ class RemiseCheque extends CommonObject
else
{
$langs->load("errors");
- print $langs->trans("Error")." ".$langs->trans("ErrorModuleSetupNotComplete");
+ print $langs->trans("Error")." ".$langs->trans("ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv("Bank"));
return "";
}
}
@@ -527,6 +527,7 @@ class RemiseCheque extends CommonObject
$response = new WorkboardResponse();
$response->warning_delay=$conf->bank->cheque->warning_delay/60/60/24;
$response->label=$langs->trans("BankChecksToReceipt");
+ $response->labelShort=$langs->trans("BankChecksToReceiptShort");
$response->url=DOL_URL_ROOT.'/compta/paiement/cheque/index.php?leftmenu=checks&mainmenu=bank';
$response->img=img_object('', "payment");
diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php
index a3c79d23602..614782c519b 100644
--- a/htdocs/compta/paiement/class/paiement.class.php
+++ b/htdocs/compta/paiement/class/paiement.class.php
@@ -1141,7 +1141,7 @@ class Paiement extends CommonObject
else
{
$langs->load("errors");
- print $langs->trans("Error")." ".$langs->trans("ErrorModuleSetupNotComplete");
+ print $langs->trans("Error")." ".$langs->trans("ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv("Invoice"));
return "";
}
}
diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php
index d31efcc9df8..301f2f532b1 100644
--- a/htdocs/compta/prelevement/card.php
+++ b/htdocs/compta/prelevement/card.php
@@ -63,78 +63,86 @@ $object = new BonPrelevement($db, "");
// Load object
include DOL_DOCUMENT_ROOT.'/core/actions_fetchobject.inc.php'; // Must be include, not include_once // Must be include, not include_once. Include fetch and fetch_thirdparty but not fetch_optionals
+$hookmanager->initHooks(array('directdebitprevcard','globalcard'));
/*
* Actions
*/
-if ( $action == 'confirm_delete' )
+$parameters = array('socid' => $socid);
+$reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
+if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
+
+if (empty($reshook))
{
- $res=$object->delete($user);
- if ($res > 0)
+ if ( $action == 'confirm_delete' )
+ {
+ $res=$object->delete($user);
+ if ($res > 0)
+ {
+ header("Location: index.php");
+ exit;
+ }
+ }
+
+ // Seems to no be used and replaced with $action == 'infocredit'
+ if ( $action == 'confirm_credite' && GETPOST('confirm', 'alpha') == 'yes')
+ {
+ $res=$object->set_credite();
+ if ($res >= 0)
+ {
+ header("Location: card.php?id=".$id);
+ exit;
+ }
+ }
+
+ if ($action == 'infotrans' && $user->rights->prelevement->bons->send)
+ {
+ require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
+
+ $dt = dol_mktime(12, 0, 0, GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int'));
+
+ /*
+ if ($_FILES['userfile']['name'] && basename($_FILES['userfile']['name'],".ps") == $object->ref)
+ {
+ $dir = $conf->prelevement->dir_output.'/receipts';
+
+ if (dol_move_uploaded_file($_FILES['userfile']['tmp_name'], $dir . "/" . dol_unescapefile($_FILES['userfile']['name']),1) > 0)
+ {
+ $object->set_infotrans($user, $dt, GETPOST('methode','alpha'));
+ }
+
+ header("Location: card.php?id=".$id);
+ exit;
+ }
+ else
+ {
+ dol_syslog("Fichier invalide",LOG_WARNING);
+ $mesg='BadFile';
+ }*/
+
+ $error = $object->set_infotrans($user, $dt, GETPOST('methode', 'alpha'));
+
+ if ($error)
+ {
+ header("Location: card.php?id=".$id."&error=$error");
+ exit;
+ }
+ }
+
+ // Set direct debit order to credited, create payment and close invoices
+ if ($action == 'infocredit' && $user->rights->prelevement->bons->credit)
{
- header("Location: index.php");
- exit;
- }
-}
+ $dt = dol_mktime(12, 0, 0, GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int'));
-// Seems to no be used and replaced with $action == 'infocredit
-if ( $action == 'confirm_credite' && GETPOST('confirm', 'alpha') == 'yes')
-{
- $res=$object->set_credite();
- if ($res >= 0)
- {
- header("Location: card.php?id=".$id);
- exit;
- }
-}
+ $error = $object->set_infocredit($user, $dt);
-if ($action == 'infotrans' && $user->rights->prelevement->bons->send)
-{
- require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
-
- $dt = dol_mktime(12, 0, 0, GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int'));
-
- /*
- if ($_FILES['userfile']['name'] && basename($_FILES['userfile']['name'],".ps") == $object->ref)
- {
- $dir = $conf->prelevement->dir_output.'/receipts';
-
- if (dol_move_uploaded_file($_FILES['userfile']['tmp_name'], $dir . "/" . dol_unescapefile($_FILES['userfile']['name']),1) > 0)
- {
- $object->set_infotrans($user, $dt, GETPOST('methode','alpha'));
- }
-
- header("Location: card.php?id=".$id);
- exit;
- }
- else
- {
- dol_syslog("Fichier invalide",LOG_WARNING);
- $mesg='BadFile';
- }*/
-
- $error = $object->set_infotrans($user, $dt, GETPOST('methode', 'alpha'));
-
- if ($error)
- {
- header("Location: card.php?id=".$id."&error=$error");
- exit;
- }
-}
-
-// Set direct debit order to credited, create payment and close invoices
-if ($action == 'infocredit' && $user->rights->prelevement->bons->credit)
-{
- $dt = dol_mktime(12, 0, 0, GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int'));
-
- $error = $object->set_infocredit($user, $dt);
-
- if ($error)
- {
- header("Location: card.php?id=".$id."&error=$error");
- exit;
- }
+ if ($error)
+ {
+ header("Location: card.php?id=".$id."&error=$error");
+ exit;
+ }
+ }
}
@@ -362,7 +370,7 @@ if ($id > 0 || $ref)
print "
';
print "\n";
diff --git a/htdocs/contrat/info.php b/htdocs/contrat/info.php
deleted file mode 100644
index 7d2b897f761..00000000000
--- a/htdocs/contrat/info.php
+++ /dev/null
@@ -1,156 +0,0 @@
-
- * Copyright (C) 2017 Ferran Marcet
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
- */
-
-/**
- * \file htdocs/contrat/info.php
- * \ingroup contrat
- * \brief Page des informations d'un contrat
- */
-
-require "../main.inc.php";
-require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
-require_once DOL_DOCUMENT_ROOT.'/core/lib/contract.lib.php';
-require_once DOL_DOCUMENT_ROOT.'/contrat/class/contrat.class.php';
-if (! empty($conf->projet->enabled)) {
- require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
-}
-
-// Load translation files required by the page
-$langs->load("contracts");
-
-$action = GETPOST('action', 'alpha');
-$confirm = GETPOST('confirm', 'alpha');
-$id = GETPOST('id', 'int');
-$ref = GETPOST('ref', 'alpha');
-
-// Security check
-if ($user->societe_id) $socid=$user->societe_id;
-$result = restrictedArea($user, 'contrat', $id, '');
-
-// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
-$hookmanager->initHooks(array('contractcard','globalcard'));
-
-
-/*
- * Actions
- */
-
-// None
-
-
-
-/*
- * View
- */
-
-$form = new Form($db);
-
-llxHeader('', $langs->trans("Contract"), "");
-
-$object = new Contrat($db);
-$object->fetch($id, $ref);
-if ($object->id > 0)
-{
- $object->fetch_thirdparty();
-}
-
-$object->info($object->id);
-
-$head = contract_prepare_head($object);
-
-dol_fiche_head($head, 'info', $langs->trans("Contract"), -1, 'contract');
-
-
-// Contract card
-
-$linkback = ''.$langs->trans("BackToList").'';
-
-
-$morehtmlref='';
-//if (! empty($modCodeContract->code_auto)) {
-$morehtmlref.=$object->ref;
-/*} else {
- $morehtmlref.=$form->editfieldkey("",'ref',$object->ref,0,'string','',0,3);
-$morehtmlref.=$form->editfieldval("",'ref',$object->ref,0,'string','',0,2);
-}*/
-
-$morehtmlref.='
';
// Show filemanager tree (will be filled by a call of ajax /ecm/tpl/enablefiletreeajax.tpl.php, later, that executes ajaxdirtree.php)
diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php
index ceebe454cfb..764f056ad15 100644
--- a/htdocs/core/tpl/login.tpl.php
+++ b/htdocs/core/tpl/login.tpl.php
@@ -209,7 +209,10 @@ if ($captcha) {
';
- if (count($typenArray)==0) $typenArray = $formcompany->typent_array(1);
- print $typenArray[$obj->typent_code];
+ if (isset($typenArray[$obj->typent_code])) print $typenArray[$obj->typent_code];
print '
';
if (! $i) $totalarray['nbfield']++;
}
@@ -613,14 +629,22 @@ if ($resql)
if (! $i) $totalarray['nbfield']++;
}
- // Action column
- print '
';
+ // Action column
+ print '
';
+ if ($massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
+ {
+ $selected=0;
+ if (in_array($obj->rowid, $arrayofselected)) $selected=1;
+ print '';
+ }
+ print '
';
if (! $i) $totalarray['nbfield']++;
print "\n";
$i++;
}
+ $db->free($resql);
$parameters=array('arrayfields'=>$arrayfields, 'sql'=>$sql);
$reshook=$hookmanager->executeHooks('printFieldListFooter', $parameters); // Note that $action and $object may have been modified by hook
@@ -629,7 +653,20 @@ if ($resql)
print "
';
if (isset($_GET["error"]) && $_GET["error"] == 1)
diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
index 11bfe9ff99f..24d73da5485 100644
--- a/htdocs/install/upgrade2.php
+++ b/htdocs/install/upgrade2.php
@@ -1089,7 +1089,7 @@ function migrate_links_transfert($db, $langs, $conf)
$sql.= "fk_bank, url_id, url, label, type";
$sql.= ")";
$sql.= " VALUES (";
- $sql.= $obj->barowid.",".$obj->bbrowid.", '/compta/bank/ligne.php?rowid=', '(banktransfert)', 'banktransfert'";
+ $sql.= $obj->barowid.",".$obj->bbrowid.", '/compta/bank/line.php?rowid=', '(banktransfert)', 'banktransfert'";
$sql.= ")";
print $sql.' ';
diff --git a/htdocs/langs/ar_SA/accountancy.lang b/htdocs/langs/ar_SA/accountancy.lang
index 738d9106e6f..923d4ec20e9 100644
--- a/htdocs/langs/ar_SA/accountancy.lang
+++ b/htdocs/langs/ar_SA/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=طبيعة
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=مبيعات
AccountingJournalType3=مشتريات
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=الخيارات
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/ar_SA/admin.lang b/htdocs/langs/ar_SA/admin.lang
index 8a5ed0b5304..3169b9acfad 100644
--- a/htdocs/langs/ar_SA/admin.lang
+++ b/htdocs/langs/ar_SA/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=رابط إلى كائن
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=الرواتب
Module510Desc=Record and track employee payments
Module520Name=القروض
Module520Desc=إدارة القروض
-Module600Name=الإخطارات
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=إنشاء / تعديل الخدمات
Permission534=حذف خدمات
Permission536=انظر / إدارة الخدمات الخفية
Permission538=تصدير الخدمات
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=قراءة التبرعات
Permission702=إنشاء / تعديل والهبات
Permission703=حذف التبرعات
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=سمات التكميلية (أوامر)
ExtraFieldsSupplierInvoices=سمات التكميلية (الفواتير)
ExtraFieldsProject=سمات التكميلية (مشاريع)
ExtraFieldsProjectTask=سمات التكميلية (المهام)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=السمة %s له قيمة خاطئة.
AlphaNumOnlyLowerCharsAndNoSpace=alphanumericals فقط وشخصيات الحالة الأدنى دون الفضاء
SendmailOptionNotComplete=تحذير، في بعض أنظمة لينكس، لإرسال البريد الإلكتروني من البريد الإلكتروني الخاص بك، يجب أن تنسخ الإعداد تنفيذ conatins الخيار، على درجة البكالوريوس (mail.force_extra_parameters المعلمة في ملف php.ini الخاص بك). إذا كان بعض المستفيدين لم تلقي رسائل البريد الإلكتروني، في محاولة لتعديل هذه المعلمة PHP مع mail.force_extra_parameters =-BA).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=تخزين جلسة المشفرة بواسطة Suhosin
ConditionIsCurrently=الشرط هو حاليا %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=البحث الأمثل
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug غير محملة.
-XCacheInstalled=XCache غير محملة.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=تم تفعيل أي وحدة قادرة على إدارة زيادة المخزون التلقائي. وسوف يتم زيادة الأسهم على الإدخال اليدوي فقط.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=عتبة
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/ar_SA/bills.lang b/htdocs/langs/ar_SA/bills.lang
index 6b5fc0f0a3c..793a1e530a1 100644
--- a/htdocs/langs/ar_SA/bills.lang
+++ b/htdocs/langs/ar_SA/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=الفاتورة الأولية
InvoiceProFormaDesc= الفاتورة المبدئية عبارة عن صورة فاتورة حقيقية ولكنها لا تحتوي على قيمة للمحاسبة.
InvoiceReplacement=استبدال الفاتورة
InvoiceReplacementAsk=فاتورة استبدال الفاتورة
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=ملاحظة ائتمانية
InvoiceAvoirAsk=ملاحظة ائتمانية لتصحيح الفاتورة
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=دفع أعلى من دفع تذكرة
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=تصنيف 'مدفوع'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=تصنيف 'مدفوع جزئيا'
ClassifyCanceled=تصنيف 'المهجورة'
ClassifyClosed=تصنيف 'مغلقة'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=وتظهر استبدال الفاتورة
ShowInvoiceAvoir=وتظهر المذكرة الائتمان
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=وتظهر الدفع
AlreadyPaid=دفعت بالفعل
AlreadyPaidBack=دفعت بالفعل العودة
diff --git a/htdocs/langs/ar_SA/companies.lang b/htdocs/langs/ar_SA/companies.lang
index 060ea2565d6..f7e393cad21 100644
--- a/htdocs/langs/ar_SA/companies.lang
+++ b/htdocs/langs/ar_SA/companies.lang
@@ -28,7 +28,7 @@ AliasNames=الاسم المستعار (التجارية، العلامات ال
AliasNameShort=Alias Name
Companies=الشركات
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=بلا
Vendor=Vendor
+Supplier=Vendor
AddContact=إنشاء اتصال
AddContactAddress=إنشاء الاتصال / عنوان
EditContact=تحرير الاتصال / عنوان
diff --git a/htdocs/langs/ar_SA/errors.lang b/htdocs/langs/ar_SA/errors.lang
index 87689d4edd1..7837448f102 100644
--- a/htdocs/langs/ar_SA/errors.lang
+++ b/htdocs/langs/ar_SA/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=غير مسموح الأحرف الخاصة
ErrorNumRefModel=إشارة إلى وجود قاعدة بيانات (%s) ، وغير متوافق مع هذه القاعدة الترقيم. سجل إزالة أو إعادة تسميته اشارة الى تفعيل هذه الوحدة.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=خطأ في قناع
ErrorBadMaskFailedToLocatePosOfSequence=خطأ، من دون قناع رقم التسلسل
ErrorBadMaskBadRazMonth=خطأ، قيمة إعادة سيئة
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=تم تعيين كلمة مرور لهذا العضو. ومع ذلك، تم إنشاء أي حساب المستخدم. لذلك يتم تخزين كلمة المرور هذه ولكن لا يمكن استخدامها للدخول إلى Dolibarr. ويمكن استخدامه من قبل وحدة / واجهة خارجية ولكن إذا كنت لا تحتاج إلى تعريف أي تسجيل دخول أو كلمة المرور لأحد أفراد، يمكنك تعطيل خيار "إدارة تسجيل دخول لكل عضو" من إعداد وحدة الأعضاء. إذا كنت بحاجة إلى إدارة تسجيل الدخول ولكن لا تحتاج إلى أي كلمة المرور، يمكنك الحفاظ على هذا الحقل فارغا لتجنب هذا التحذير. ملاحظة: يمكن أيضا أن تستخدم البريد الإلكتروني لتسجيل الدخول إذا تم ربط عضو إلى المستخدم.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/ar_SA/main.lang b/htdocs/langs/ar_SA/main.lang
index ec726e1e0c3..7a2c477c7d0 100644
--- a/htdocs/langs/ar_SA/main.lang
+++ b/htdocs/langs/ar_SA/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=اتصالات / عناوين لهذا الطرف ا
AddressesForCompany=عناوين لهذا الطرف الثالث
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=الأحداث عن هذا العضو
ActionsOnProduct=Events about this product
NActionsLate=٪ في وقت متأخر الصورة
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=إنشاء مشروع
SetToDraft=العودة إلى مشروع
ClickToEdit=انقر للتحرير
diff --git a/htdocs/langs/ar_SA/other.lang b/htdocs/langs/ar_SA/other.lang
index c694d08bbe6..551689b875a 100644
--- a/htdocs/langs/ar_SA/other.lang
+++ b/htdocs/langs/ar_SA/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=التدخل ٪ ق المصادق
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/ar_SA/products.lang b/htdocs/langs/ar_SA/products.lang
index c7830aa9639..9087ef24c7d 100644
--- a/htdocs/langs/ar_SA/products.lang
+++ b/htdocs/langs/ar_SA/products.lang
@@ -2,6 +2,7 @@
ProductRef=مرجع المنتج
ProductLabel=وصف المنتج
ProductLabelTranslated=تسمية المنتج مترجمة
+ProductDescription=Product description
ProductDescriptionTranslated=ترجمة وصف المنتج
ProductNoteTranslated=ترجمة مذكرة المنتج
ProductServiceCard=منتجات / بطاقة الخدمات
diff --git a/htdocs/langs/ar_SA/stripe.lang b/htdocs/langs/ar_SA/stripe.lang
index 594741ab0e8..ad1b053be34 100644
--- a/htdocs/langs/ar_SA/stripe.lang
+++ b/htdocs/langs/ar_SA/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/ar_SA/website.lang b/htdocs/langs/ar_SA/website.lang
index 1cf5f878abd..c1895cc0b84 100644
--- a/htdocs/langs/ar_SA/website.lang
+++ b/htdocs/langs/ar_SA/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/ar_SA/withdrawals.lang b/htdocs/langs/ar_SA/withdrawals.lang
index da24cce0722..c0bd2dd5d6f 100644
--- a/htdocs/langs/ar_SA/withdrawals.lang
+++ b/htdocs/langs/ar_SA/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=ملف الانسحاب
SetToStatusSent=تعيين إلى حالة "المرسلة ملف"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=إحصاءات عن طريق وضع خطوط
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/bg_BG/accountancy.lang b/htdocs/langs/bg_BG/accountancy.lang
index 09f1de20348..2f8ed951db1 100644
--- a/htdocs/langs/bg_BG/accountancy.lang
+++ b/htdocs/langs/bg_BG/accountancy.lang
@@ -1,346 +1,348 @@
# Dolibarr language file - en_US - Accounting Expert
-Accounting=Accounting
-ACCOUNTING_EXPORT_SEPARATORCSV=Разделител за колона за експорт на файл
-ACCOUNTING_EXPORT_DATE=Формат на дата за експорт на файл
-ACCOUNTING_EXPORT_PIECE=Експортирай номера от частта
-ACCOUNTING_EXPORT_GLOBAL_ACCOUNT=Експортирай глобалния акаунт
-ACCOUNTING_EXPORT_LABEL=Export label
-ACCOUNTING_EXPORT_AMOUNT=Сума за износ
-ACCOUNTING_EXPORT_DEVISE=Експортна валута
-Selectformat=Избери формата за файла
-ACCOUNTING_EXPORT_FORMAT=Избери формата за файла
-ACCOUNTING_EXPORT_ENDLINE=Select the carriage return type
-ACCOUNTING_EXPORT_PREFIX_SPEC=Уточнете префикса за името на файла
+Accounting=Счетоводство
+ACCOUNTING_EXPORT_SEPARATORCSV=Разделител на колони в експортен файл
+ACCOUNTING_EXPORT_DATE=Формат на дата в експортен файл
+ACCOUNTING_EXPORT_PIECE=Експортиране на пореден номер
+ACCOUNTING_EXPORT_GLOBAL_ACCOUNT=Експортиране с глобална сметка
+ACCOUNTING_EXPORT_LABEL=Етикет на експортиране
+ACCOUNTING_EXPORT_AMOUNT=Сума за експортиране
+ACCOUNTING_EXPORT_DEVISE=Валута за експортиране
+Selectformat=Изберете формата за файла
+ACCOUNTING_EXPORT_FORMAT=Изберете формата за файла
+ACCOUNTING_EXPORT_ENDLINE=Изберете типа пренасяне на нов ред
+ACCOUNTING_EXPORT_PREFIX_SPEC=Посочете префикса в името на файла
ThisService=Тази услуга
ThisProduct=Този продукт
-DefaultForService=Default for service
+DefaultForService=По подразбиране за услуга
DefaultForProduct=По подразбиране за продукт
-CantSuggest=Не мога да предложа
-AccountancySetupDoneFromAccountancyMenu=Most setup of the accountancy is done from the menu %s
-ConfigAccountingExpert=Configuration of the module accounting expert
+CantSuggest=Не може да се предложи
+AccountancySetupDoneFromAccountancyMenu=Повечето настройки на счетоводството се извършват от менюто %s
+ConfigAccountingExpert=Конфигурация на модул за експертно счетоводство
Journalization=Осчетоводяване
Journaux=Журнали
-JournalFinancial=Financial journals
-BackToChartofaccounts=Return chart of accounts
-Chartofaccounts=Chart of accounts
-CurrentDedicatedAccountingAccount=Current dedicated account
-AssignDedicatedAccountingAccount=New account to assign
-InvoiceLabel=Invoice label
-OverviewOfAmountOfLinesNotBound=Overview of amount of lines not bound to an accounting account
-OverviewOfAmountOfLinesBound=Overview of amount of lines already bound to an accounting account
+JournalFinancial=Финансови журнали
+BackToChartofaccounts=Връщане към сметкоплана
+Chartofaccounts=Сметкоплан
+CurrentDedicatedAccountingAccount=Текуща специална сметка
+AssignDedicatedAccountingAccount=Нова сметка за присвояване
+InvoiceLabel=Етикет за фактура
+OverviewOfAmountOfLinesNotBound=Преглед на количеството редове, които не са обвързани със счетоводна сметка
+OverviewOfAmountOfLinesBound=Преглед на количеството редове, които вече са свързани към счетоводна сметка
OtherInfo=Друга информация
-DeleteCptCategory=Remove accounting account from group
-ConfirmDeleteCptCategory=Are you sure you want to remove this accounting account from the accounting account group?
-JournalizationInLedgerStatus=Status of journalization
-AlreadyInGeneralLedger=Already journalized in ledgers
-NotYetInGeneralLedger=Not yet journalized in ledgers
-GroupIsEmptyCheckSetup=Group is empty, check setup of the personalized accounting group
-DetailByAccount=Show detail by account
-AccountWithNonZeroValues=Accounts with non-zero values
-ListOfAccounts=List of accounts
-CountriesInEEC=Countries in EEC
-CountriesNotInEEC=Countries not in EEC
-CountriesInEECExceptMe=Countries in EEC except %s
-CountriesExceptMe=All countries except %s
-AccountantFiles=Export accounting documents
+DeleteCptCategory=Премахване на счетоводна сметка от група
+ConfirmDeleteCptCategory=Сигурни ли сте, че искате да премахнете тази счетоводна сметка от групата счетоводни сметки?
+JournalizationInLedgerStatus=Статус на осчетоводяване
+AlreadyInGeneralLedger=Вече осчетоводено в главната счетоводна книга
+NotYetInGeneralLedger=Все още не е осчетоводено в главната счетоводна книга
+GroupIsEmptyCheckSetup=Групата е празна, проверете настройката на персонализираната счетоводна група
+DetailByAccount=Показване на детайли по сметка
+AccountWithNonZeroValues=Сметки с различни от нула стойности
+ListOfAccounts=Списък на сметки
+CountriesInEEC=Държави в ЕИО
+CountriesNotInEEC=Държави извън ЕИО
+CountriesInEECExceptMe=Държави в ЕИО, с изключение на %s
+CountriesExceptMe=Всички държави с изключение на %s
+AccountantFiles=Експортиране на счетоводни документи
-MainAccountForCustomersNotDefined=Main accounting account for customers not defined in setup
-MainAccountForSuppliersNotDefined=Main accounting account for vendors not defined in setup
-MainAccountForUsersNotDefined=Main accounting account for users not defined in setup
-MainAccountForVatPaymentNotDefined=Main accounting account for VAT payment not defined in setup
-MainAccountForSubscriptionPaymentNotDefined=Main accounting account for subscription payment not defined in setup
+MainAccountForCustomersNotDefined=Основна счетоводна сметка за клиенти, която не е дефинирана в настройката
+MainAccountForSuppliersNotDefined=Основна счетоводна сметка за доставчици, която не е дефинирана в настройката
+MainAccountForUsersNotDefined=Основна счетоводна сметка за потребители, която не е дефинирана в настройката
+MainAccountForVatPaymentNotDefined=Основна счетоводна сметка за плащане на ДДС, която не е дефинирана в настройката
+MainAccountForSubscriptionPaymentNotDefined=Основна счетоводна сметка за плащане на абонамент, която не е дефинирана в настройката
-AccountancyArea=Accounting area
-AccountancyAreaDescIntro=Usage of the accountancy module is done in several step:
-AccountancyAreaDescActionOnce=The following actions are usually executed one time only, or once per year...
-AccountancyAreaDescActionOnceBis=Next steps should be done to save you time in future by suggesting you the correct default accounting account when making the journalization (writing record in Journals and General ledger)
-AccountancyAreaDescActionFreq=The following actions are usually executed every month, week or day for very large companies...
+AccountancyArea=Секция за счетоводство
+AccountancyAreaDescIntro=Използването на счетоводния модул се извършва на няколко стъпки:
+AccountancyAreaDescActionOnce=Следните действия се изпълняват обикновено само веднъж или веднъж годишно...
+AccountancyAreaDescActionOnceBis=Следващите стъпки трябва да се направят, за да ви спестят време в бъдеще, като ви предлагат правилната счетоводна сметка по подразбиране при извършване на осчетоводяване (добавяне на записи в журнали и в главната счетоводна книга)
+AccountancyAreaDescActionFreq=Следните действия се изпълняват обикновено всеки месец, седмица или ден при много големи компании...
-AccountancyAreaDescJournalSetup=STEP %s: Create or check content of your journal list from menu %s
-AccountancyAreaDescChartModel=STEP %s: Create a model of chart of account from menu %s
-AccountancyAreaDescChart=STEP %s: Create or check content of your chart of account from menu %s
+AccountancyAreaDescJournalSetup=СТЪПКА %s: Създайте или проверете съдържанието на списъка с журнали от меню %s
+AccountancyAreaDescChartModel=СТЪПКА %s: Създайте модел на сметкоплана от меню %s
+AccountancyAreaDescChart=СТЪПКА %s: Създайте или проверете съдържанието на вашият сметкоплан от меню %s
-AccountancyAreaDescVat=STEP %s: Define accounting accounts for each VAT Rates. For this, use the menu entry %s.
-AccountancyAreaDescDefault=STEP %s: Define default accounting accounts. For this, use the menu entry %s.
-AccountancyAreaDescExpenseReport=STEP %s: Define default accounting accounts for each type of expense report. For this, use the menu entry %s.
-AccountancyAreaDescSal=STEP %s: Define default accounting accounts for payment of salaries. For this, use the menu entry %s.
-AccountancyAreaDescContrib=STEP %s: Define default accounting accounts for special expenses (miscellaneous taxes). For this, use the menu entry %s.
-AccountancyAreaDescDonation=STEP %s: Define default accounting accounts for donation. For this, use the menu entry %s.
-AccountancyAreaDescSubscription=STEP %s: Define default accounting accounts for member subscription. For this, use the menu entry %s.
-AccountancyAreaDescMisc=STEP %s: Define mandatory default account and default accounting accounts for miscellaneous transactions. For this, use the menu entry %s.
-AccountancyAreaDescLoan=STEP %s: Define default accounting accounts for loans. For this, use the menu entry %s.
-AccountancyAreaDescBank=STEP %s: Define accounting accounts and journal code for each bank and financial accounts. For this, use the menu entry %s.
-AccountancyAreaDescProd=STEP %s: Define accounting accounts on your products/services. For this, use the menu entry %s.
+AccountancyAreaDescVat=СТЪПКА %s: Определете счетоводните сметки за всяка ставка на ДДС. За това използвайте менюто %s.
+AccountancyAreaDescDefault=СТЪПКА %s: Определете счетоводните сметки по подразбиране. За това използвайте менюто %s.
+AccountancyAreaDescExpenseReport=СТЪПКА %s: Определете счетоводните сметки по подразбиране за всеки вид разходен отчет. За това използвайте менюто %s.
+AccountancyAreaDescSal=СТЪПКА %s: Определете счетоводните сметки по подразбиране за плащане на заплати. За това използвайте менюто %s.
+AccountancyAreaDescContrib=СТЪПКА %s: Определете счетоводните сметки по подразбиране за специални разходи (различни данъци). За това използвайте менюто %s.
+AccountancyAreaDescDonation=СТЪПКА %s: Определете счетоводните сметки по подразбиране за дарения. За това използвайте менюто %s.
+AccountancyAreaDescSubscription=СТЪПКА %s: Определете счетоводните сметки по подразбиране за членски внос. За това използвайте менюто %s.
+AccountancyAreaDescMisc=СТЪПКА %s: Определете задължителната сметка по подразбиране и счетоводните сметки по подразбиране за различни транзакции. За това използвайте менюто %s.
+AccountancyAreaDescLoan=СТЪПКА %s: Определете счетоводните сметки по подразбиране за кредити. За това използвайте менюто %s.
+AccountancyAreaDescBank=СТЪПКА %s: Определете счетоводните сметки и кодът на журнала за всяка банка и финансови сметки. За това използвайте менюто %s.
+AccountancyAreaDescProd=СТЪПКА %s: Определете счетоводните сметки за вашите продукти / услуги. За това използвайте менюто %s.
-AccountancyAreaDescBind=STEP %s: Check the binding between existing %s lines and accounting account is done, so application will be able to journalize transactions in Ledger in one click. Complete missing bindings. For this, use the menu entry %s.
-AccountancyAreaDescWriteRecords=STEP %s: Write transactions into the Ledger. For this, go into menu %s, and click into button %s.
-AccountancyAreaDescAnalyze=STEP %s: Add or edit existing transactions and generate reports and exports.
+AccountancyAreaDescBind=СТЪПКА %s: Проверете обвързването между съществуващите %s реда и готовия счетоводен акаунт, така че системата да е в състояние да осчетоводи транзакции в главната счетоводна книга с едно кликване. Осъществете липсващите връзки. За това използвайте менюто %s.
+AccountancyAreaDescWriteRecords=СТЪПКА %s: Запишете транзакции в главната счетоводна книга. За това влезте в меню %s и кликнете върху бутон %s.
+AccountancyAreaDescAnalyze=СТЪПКА %s: Добавете или променете съществуващите транзакции и генерирайте отчети и експортни данни.
-AccountancyAreaDescClosePeriod=STEP %s: Close period so we can't make modification in a future.
+AccountancyAreaDescClosePeriod=СТЪПКА %s: Приключете периода, за да не може да се правят промени в бъдеще.
-TheJournalCodeIsNotDefinedOnSomeBankAccount=A mandatory step in setup was not complete (accounting code journal not defined for all bank accounts)
-Selectchartofaccounts=Select active chart of accounts
-ChangeAndLoad=Change and load
-Addanaccount=Add an accounting account
-AccountAccounting=Accounting account
+TheJournalCodeIsNotDefinedOnSomeBankAccount=Задължителна стъпка в настройката не е завършена (счетоводен код на журнал не е определен за всички банкови сметки)
+Selectchartofaccounts=Изберете активен сметкоплан
+ChangeAndLoad=Променяне и зареждане
+Addanaccount=Добавяне на счетоводна сметка
+AccountAccounting=Счетоводна сметка
AccountAccountingShort=Сметка
-SubledgerAccount=Subledger account
-SubledgerAccountLabel=Subledger account label
-ShowAccountingAccount=Show accounting account
-ShowAccountingJournal=Show accounting journal
-AccountAccountingSuggest=Accounting account suggested
-MenuDefaultAccounts=Default accounts
+SubledgerAccount=Счетоводна сметка
+SubledgerAccountLabel=Етикет на счетоводна сметка
+ShowAccountingAccount=Показване на счетоводна сметка
+ShowAccountingJournal=Показване на счетоводен журнал
+AccountAccountingSuggest=Предложена счетоводна сметка
+MenuDefaultAccounts=Сметки по подразбиране
MenuBankAccounts=Банкови сметки
-MenuVatAccounts=Vat accounts
-MenuTaxAccounts=Tax accounts
-MenuExpenseReportAccounts=Expense report accounts
-MenuLoanAccounts=Loan accounts
-MenuProductsAccounts=Product accounts
-MenuClosureAccounts=Closure accounts
-ProductsBinding=Products accounts
-TransferInAccounting=Transfer in accounting
-RegistrationInAccounting=Registration in accounting
-Binding=Binding to accounts
-CustomersVentilation=Customer invoice binding
-SuppliersVentilation=Vendor invoice binding
-ExpenseReportsVentilation=Expense report binding
-CreateMvts=Create new transaction
-UpdateMvts=Modification of a transaction
-ValidTransaction=Validate transaction
-WriteBookKeeping=Register transactions in Ledger
-Bookkeeping=Ledger
-AccountBalance=Account balance
-ObjectsRef=Source object ref
-CAHTF=Total purchase vendor before tax
-TotalExpenseReport=Total expense report
-InvoiceLines=Lines of invoices to bind
-InvoiceLinesDone=Bound lines of invoices
-ExpenseReportLines=Lines of expense reports to bind
-ExpenseReportLinesDone=Bound lines of expense reports
-IntoAccount=Bind line with the accounting account
+MenuVatAccounts=Сметки за ДДС
+MenuTaxAccounts=Сметки за данъци
+MenuExpenseReportAccounts=Сметки за разходни отчети
+MenuLoanAccounts=Сметки за кредити
+MenuProductsAccounts=Сметки за продукти
+MenuClosureAccounts=Сметки за приключване
+ProductsBinding=Сметки за продукти
+TransferInAccounting=Трансфер към счетоводство
+RegistrationInAccounting=Регистрация в счетоводство
+Binding=Обвързване към сметки
+CustomersVentilation=Обвързване на фактура за продажба
+SuppliersVentilation=Обвързване на фактура за доставка
+ExpenseReportsVentilation=Обвързващ на разходен отчет
+CreateMvts=Създаване на нова транзакция
+UpdateMvts=Променяне на транзакция
+ValidTransaction=Валидиране на транзакция
+WriteBookKeeping=Регистриране на транзакции в главната счетоводна книга
+Bookkeeping=Главна счетоводна книга
+AccountBalance=Салдо по сметка
+ObjectsRef=Реф. източник на обект
+CAHTF=Обща покупка от доставчик преди ДДС
+TotalExpenseReport=Общ разходен отчет
+InvoiceLines=Редове на фактури за свързване
+InvoiceLinesDone=Свързани редове на фактури
+ExpenseReportLines=Редове на разходни отчети за свързване
+ExpenseReportLinesDone=Свързани редове на разходни отчети
+IntoAccount=Свързване на ред със счетоводна сметка
-Ventilate=Bind
-LineId=Id line
-Processing=Processing
-EndProcessing=Process terminated.
-SelectedLines=Selected lines
-Lineofinvoice=Line of invoice
-LineOfExpenseReport=Line of expense report
-NoAccountSelected=No accounting account selected
-VentilatedinAccount=Binded successfully to the accounting account
-NotVentilatedinAccount=Not bound to the accounting account
-XLineSuccessfullyBinded=%s products/services successfully bound to an accounting account
-XLineFailedToBeBinded=%s products/services were not bound to any accounting account
+Ventilate=Свързване
+LineId=Идентификатор на ред
+Processing=Обработване
+EndProcessing=Обработването е прекратено.
+SelectedLines=Избрани редове
+Lineofinvoice=Ред на фактура
+LineOfExpenseReport=Ред на разходен отчет
+NoAccountSelected=Не е избрана счетоводна сметка
+VentilatedinAccount=Успешно свързване към счетоводната сметка
+NotVentilatedinAccount=Не е свързан със счетоводната сметка
+XLineSuccessfullyBinded=%s продукти / услуги успешно са свързани към счетоводна сметка
+XLineFailedToBeBinded=%s продукти / услуги, които не са свързани с нито една счетоводна сметка
-ACCOUNTING_LIMIT_LIST_VENTILATION=Number of elements to bind shown by page (maximum recommended: 50)
-ACCOUNTING_LIST_SORT_VENTILATION_TODO=Begin the sorting of the page "Binding to do" by the most recent elements
-ACCOUNTING_LIST_SORT_VENTILATION_DONE=Begin the sorting of the page "Binding done" by the most recent elements
+ACCOUNTING_LIMIT_LIST_VENTILATION=Брой елементи за свързване, показани на страница (препоръчително: 50)
+ACCOUNTING_LIST_SORT_VENTILATION_TODO=Започнете сортирането на страницата „За свързване“, използвайки най-новите елементи
+ACCOUNTING_LIST_SORT_VENTILATION_DONE=Започнете сортирането на страницата „Извършено свързване“, използвайки най-новите елементи
-ACCOUNTING_LENGTH_DESCRIPTION=Truncate product & services description in listings after x chars (Best = 50)
-ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Truncate product & services account description form in listings after x chars (Best = 50)
-ACCOUNTING_LENGTH_GACCOUNT=Length of the general accounting accounts (If you set value to 6 here, the account '706' will appear like '706000' on screen)
-ACCOUNTING_LENGTH_AACCOUNT=Дължина на счетоводните сметки на контрагенти (ако тук зададете стойност 6, сметка '401' ще се появи на екрана като '401000')
-ACCOUNTING_MANAGE_ZERO=Allow to manage different number of zeros at the end of an accounting account. Needed by some countries (like Switzerland). If set to off (default), you can set the following two parameters to ask the application to add virtual zeros.
-BANK_DISABLE_DIRECT_INPUT=Disable direct recording of transaction in bank account
-ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Enable draft export on journal
-ACCOUNTANCY_COMBO_FOR_AUX=Enable combo list for subsidiary account (may be slow if you have a lot of third parties)
+ACCOUNTING_LENGTH_DESCRIPTION=Съкращаване на описанието на продукти и услуги в списъци след х символа (препоръчително: 50)
+ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Съкращаване на описанието на сметката на продукти и услуги в списъци след x символа (препоръчително: 50)
+ACCOUNTING_LENGTH_GACCOUNT=Дължина на главните счетоводни сметки (ако тук зададете стойност "6", сметката "706" ще се появи на екрана като "706000")
+ACCOUNTING_LENGTH_AACCOUNT=Дължина на счетоводните сметки на контрагенти (ако тук зададете стойност "6", сметката "401" ще се появи на екрана като "401000")
+ACCOUNTING_MANAGE_ZERO=Разрешава управление на различен брой нули в края на счетоводна сметка. Необходимо е в някои страни като Швейцария. Ако е изключено (по подразбиране) може да зададете следните два параметъра, за да поискате от системата да добави виртуални нули.
+BANK_DISABLE_DIRECT_INPUT=Деактивиране на директно добавяне на транзакция в банкова сметка
+ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Активиране на експортиране на журнали в състояние на чернова
+ACCOUNTANCY_COMBO_FOR_AUX=Активиране на комбиниран списък за дъщерна сметка (може да създаде забавяне, ако имате много контрагенти)
-ACCOUNTING_SELL_JOURNAL=Sell journal
-ACCOUNTING_PURCHASE_JOURNAL=Purchase journal
-ACCOUNTING_MISCELLANEOUS_JOURNAL=Miscellaneous journal
-ACCOUNTING_EXPENSEREPORT_JOURNAL=Expense report journal
-ACCOUNTING_SOCIAL_JOURNAL=Social journal
-ACCOUNTING_HAS_NEW_JOURNAL=Has new Journal
+ACCOUNTING_SELL_JOURNAL=Журнал за продажби
+ACCOUNTING_PURCHASE_JOURNAL=Журнал за покупки
+ACCOUNTING_MISCELLANEOUS_JOURNAL=Общ журнал
+ACCOUNTING_EXPENSEREPORT_JOURNAL=Журнал за разходни отчети
+ACCOUNTING_SOCIAL_JOURNAL=Журнал за данъци
+ACCOUNTING_HAS_NEW_JOURNAL=Има нов журнал
-ACCOUNTING_RESULT_PROFIT=Result accounting account (Profit)
-ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
-ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
+ACCOUNTING_RESULT_PROFIT=Счетоводна сметка за резултат (печалба)
+ACCOUNTING_RESULT_LOSS=Счетоводна сметка за резултат (загуба)
+ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Журнал за приключване
-ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+ACCOUNTING_ACCOUNT_TRANSFER_CASH=Счетоводна сметка на преходен банков превод
+TransitionalAccount=Преходна сметка за банков превод
-ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
-DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
-ADHERENT_SUBSCRIPTION_ACCOUNTINGACCOUNT=Accounting account to register subscriptions
+ACCOUNTING_ACCOUNT_SUSPENSE=Счетоводна сметка за изчакване
+DONATION_ACCOUNTINGACCOUNT=Счетоводна сметка за регистриране на дарения
+ADHERENT_SUBSCRIPTION_ACCOUNTINGACCOUNT=Счетоводен акаунт за регистриране на членски внос
-ACCOUNTING_PRODUCT_BUY_ACCOUNT=Accounting account by default for bought products (used if not defined in the product sheet)
-ACCOUNTING_PRODUCT_SOLD_ACCOUNT=Accounting account by default for the sold products (used if not defined in the product sheet)
-ACCOUNTING_PRODUCT_SOLD_INTRA_ACCOUNT=Accounting account by default for the sold products in EEC (used if not defined in the product sheet)
-ACCOUNTING_PRODUCT_SOLD_EXPORT_ACCOUNT=Accounting account by default for the sold products export out of EEC (used if not defined in the product sheet)
-ACCOUNTING_SERVICE_BUY_ACCOUNT=Accounting account by default for the bought services (used if not defined in the service sheet)
-ACCOUNTING_SERVICE_SOLD_ACCOUNT=Accounting account by default for the sold services (used if not defined in the service sheet)
+ACCOUNTING_PRODUCT_BUY_ACCOUNT=Счетоводна сметка по подразбиране за закупени продукти (използва се, ако не е дефинирана в продуктовата карта)
+ACCOUNTING_PRODUCT_SOLD_ACCOUNT=Счетоводна сметка по подразбиране за продадени продукти (използва се, ако не е дефинирана в продуктовата карта)
+ACCOUNTING_PRODUCT_SOLD_INTRA_ACCOUNT=Счетоводна сметка по подразбиране за продадени продукти в ЕИО (използва се, ако не е дефинирана в продуктовата карта)
+ACCOUNTING_PRODUCT_SOLD_EXPORT_ACCOUNT=Счетоводна сметка по подразбиране за продадени продукти извън ЕИО (използва се, ако не е дефинирана в продуктовата карта)
+ACCOUNTING_SERVICE_BUY_ACCOUNT=Счетоводна сметка по подразбиране за закупени услуги (използва се, ако не е дефинирана в картата на услугата)
+ACCOUNTING_SERVICE_SOLD_ACCOUNT=Счетоводна сметка по подразбиране за продадени услуги (използва се, ако не е дефинирана в картата на услугата)
-Doctype=Тип на документа
+Doctype=Вид документ
Docdate=Дата
-Docref=Справка
+Docref=Референция
LabelAccount=Етикет на сметка
-LabelOperation=Label operation
-Sens=Sens
-LetteringCode=Lettering code
-Lettering=Lettering
-Codejournal=Дневник
-JournalLabel=Journal label
-NumPiece=Номер на част
-TransactionNumShort=Num. transaction
-AccountingCategory=Personalized groups
-GroupByAccountAccounting=Group by accounting account
-AccountingAccountGroupsDesc=You can define here some groups of accounting account. They will be used for personalized accounting reports.
-ByAccounts=By accounts
-ByPredefinedAccountGroups=By predefined groups
-ByPersonalizedAccountGroups=By personalized groups
-ByYear=С години
-NotMatch=Not Set
-DeleteMvt=Delete Ledger lines
-DelYear=Year to delete
-DelJournal=Journal to delete
-ConfirmDeleteMvt=This will delete all lines of the Ledger for year and/or from a specific journal. At least one criterion is required.
-ConfirmDeleteMvtPartial=This will delete the transaction from the Ledger (all lines related to same transaction will be deleted)
-FinanceJournal=Finance journal
-ExpenseReportsJournal=Expense reports journal
-DescFinanceJournal=Finance journal including all the types of payments by bank account
-DescJournalOnlyBindedVisible=This is a view of record that are bound to an accounting account and can be recorded into the Ledger.
-VATAccountNotDefined=Account for VAT not defined
-ThirdpartyAccountNotDefined=Account for third party not defined
-ProductAccountNotDefined=Account for product not defined
-FeeAccountNotDefined=Account for fee not defined
-BankAccountNotDefined=Account for bank not defined
-CustomerInvoicePayment=Payment of invoice customer
-ThirdPartyAccount=Сметка на контрагент
-NewAccountingMvt=New transaction
-NumMvts=Numero of transaction
-ListeMvts=List of movements
-ErrorDebitCredit=Debit and Credit cannot have a value at the same time
-AddCompteFromBK=Add accounting accounts to the group
-ReportThirdParty=Списък със сметки на контрагенти
-DescThirdPartyReport=Консултирайте се тук със списъка на контрагенти клиенти и доставчици и техните счетоводни сметки
-ListAccounts=List of the accounting accounts
-UnknownAccountForThirdparty=Неизвестен профил на контрагента. Ще използваме %s
-UnknownAccountForThirdpartyBlocking=Неизвестен профил на контрагента. Блокираща грешка
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. We will use %s
-ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Third-party account not defined or third party unknown. Blocking error.
-UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Неизвестен профил на контрагента и чакаща сметка не са определени. Блокираща грешка
-PaymentsNotLinkedToProduct=Payment not linked to any product / service
+LabelOperation=Етикет на операция
+Sens=Значение
+LetteringCode=Буквен код
+Lettering=Означение
+Codejournal=Журнал
+JournalLabel=Етикет на журнал
+NumPiece=Пореден номер
+TransactionNumShort=Транзакция №
+AccountingCategory=Персонализирани групи
+GroupByAccountAccounting=Групиране по счетоводна сметка
+AccountingAccountGroupsDesc=Тук може да определите някои групи счетоводни сметки. Те ще бъдат използвани за персонализирани счетоводни отчети.
+ByAccounts=По сметки
+ByPredefinedAccountGroups=По предварително определени групи
+ByPersonalizedAccountGroups=По персонализирани групи
+ByYear=По година
+NotMatch=Не е зададено
+DeleteMvt=Изтриване на редове от книгата
+DelYear=Година за изтриване
+DelJournal=Журнал за изтриване
+ConfirmDeleteMvt=Това ще изтрие всички редове в книгата за година и / или от конкретен журнал. Изисква се поне един критерий.
+ConfirmDeleteMvtPartial=Това ще изтрие транзакцията от книгата (всички редове, свързани с една и съща транзакция ще бъдат изтрити)
+FinanceJournal=Финансов журнал
+ExpenseReportsJournal=Журнал за разходни отчети
+DescFinanceJournal=Финансов журнал, включващ всички видове плащания по банкова сметка
+DescJournalOnlyBindedVisible=Това е преглед на запис, който е свързан към счетоводна сметка и може да бъде добавен в книгата.
+VATAccountNotDefined= Не е определена сметка за ДДС
+ThirdpartyAccountNotDefined=Не е определена сметка за контрагент
+ProductAccountNotDefined=Не е определена сметка за продукт
+FeeAccountNotDefined=Не е определена сметка за такса
+BankAccountNotDefined=Не е определена сметка за банка
+CustomerInvoicePayment=Плащане на фактура за продажба
+ThirdPartyAccount=Сметка на контрагент
+NewAccountingMvt=Нова транзакция
+NumMvts=Брой транзакции
+ListeMvts=Списък на движения
+ErrorDebitCredit=Дебитът и кредитът не могат да имат стойност по едно и също време
+AddCompteFromBK=Добавяне на счетоводни сметки към групата
+ReportThirdParty=Списък на сметки на контрагенти
+DescThirdPartyReport=Преглед на списъка с клиенти и доставчици, и техните счетоводни сметки
+ListAccounts=Списък на счетоводни сметки
+UnknownAccountForThirdparty=Неизвестна сметна на контрагент. Ще използваме %s
+UnknownAccountForThirdpartyBlocking=Неизвестна сметка на контрагент. Блокираща грешка.
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Сметката на контрагента не е определена или контрагента е неизвестен. Ще използваме %s
+ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Сметката на контрагента не е определена или контрагента е неизвестен. Блокираща грешка.
+UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Неизвестна сметка на контрагент и сметка за изчакване не са определени. Блокираща грешка.
+PaymentsNotLinkedToProduct=Плащането не е свързано с нито един продукт / услуга
-Pcgtype=Group of account
-Pcgsubtype=Subgroup of account
-PcgtypeDesc=Group and subgroup of account are used as predefined 'filter' and 'grouping' criteria for some accounting reports. For example, 'INCOME' or 'EXPENSE' are used as groups for accounting accounts of products to build the expense/income report.
+Pcgtype=Група от сметки
+Pcgsubtype=Подгрупа от сметки
+PcgtypeDesc=Групата и подгрупата на акаунта се използват като предварително зададени критерии за „филтриране“ и „групиране“ за някои счетоводни справки. Например „Приход“ или „Разход“ се използват като групи за счетоводни сметки на продукти за съставяне на справка за разходите / приходите.
-TotalVente=Total turnover before tax
-TotalMarge=Total sales margin
+TotalVente=Общ оборот преди ДДС
+TotalMarge=Общ марж на продажби
-DescVentilCustomer=Consult here the list of customer invoice lines bound (or not) to a product accounting account
-DescVentilMore=In most cases, if you use predefined products or services and you set the account number on the product/service card, the application will be able to make all the binding between your invoice lines and the accounting account of your chart of accounts, just in one click with the button "%s". If account was not set on product/service cards or if you still have some lines not bound to an account, you will have to make a manual binding from the menu "%s".
-DescVentilDoneCustomer=Consult here the list of the lines of invoices customers and their product accounting account
-DescVentilTodoCustomer=Bind invoice lines not already bound with a product accounting account
-ChangeAccount=Change the product/service accounting account for selected lines with the following accounting account:
+DescVentilCustomer=Преглед на списъка с редове на фактури за продажба, свързани (или не) със счетоводна сметка на продукт
+DescVentilMore=В повечето случаи, ако използвате предварително дефинирани продукти или услуги и зададете номер на сметка в картата на продукта / услугата, то системата ще може да извърши всички свързвания между вашите редове на фактури и счетоводната сметка във вашия сметкоплан, просто с едно щракване с бутона "%s". Ако сметката не е зададена в картата на продукта / услугата или ако все още имате някои редове, които не са свързани към сметка, то ще трябва да направите ръчно свързване от менюто "%s".
+DescVentilDoneCustomer=Преглед на списъка с редове на фактури за продажба и тяхната счетоводна сметка за продукти
+DescVentilTodoCustomer=Свързване на редове на фактури, които все още не са свързани със счетоводна сметка за продукт
+ChangeAccount=Променете счетоводната сметка на продукта / услугата за избрани редове със следната счетоводна сметка:
Vide=-
-DescVentilSupplier=Consult here the list of vendor invoice lines bound or not yet bound to a product accounting account
-DescVentilDoneSupplier=Consult here the list of the lines of vendor invoices and their accounting account
-DescVentilTodoExpenseReport=Bind expense report lines not already bound with a fee accounting account
-DescVentilExpenseReport=Consult here the list of expense report lines bound (or not) to a fee accounting account
-DescVentilExpenseReportMore=If you setup accounting account on type of expense report lines, the application will be able to make all the binding between your expense report lines and the accounting account of your chart of accounts, just in one click with the button "%s". If account was not set on fees dictionary or if you still have some lines not bound to any account, you will have to make a manual binding from the menu "%s".
-DescVentilDoneExpenseReport=Consult here the list of the lines of expenses reports and their fees accounting account
+DescVentilSupplier=Преглед на списъка с редове на фактури за доставка, свързани (или все още не) със счетоводна сметка за продукт
+DescVentilDoneSupplier=Преглед на списъка с редове на фактури за доставка и тяхната счетоводна сметка
+DescVentilTodoExpenseReport=Свържете редове на разходни отчети, които все още не са свързани със счетоводна сметка за такса
+DescVentilExpenseReport=Преглед на списъка с редове на разходни отчети, свързани (или не) със счетоводна сметка за такса
+DescVentilExpenseReportMore=Ако настроите счетоводна сметка за видовете разходен отчет, то системата ще може да извърши всички свързвания между редовете на разходния отчет и счетоводната сметка във вашия сметкоплан, просто с едно щракване с бутона "%s". Ако сметката не е зададена в речника с таксите или ако все още имате някои редове, които не са свързани с нито една сметка ще трябва да направите ръчно свързване от менюто "%s".
+DescVentilDoneExpenseReport=Преглед на списъка с редове на разходни отчети и тяхната счетоводна сметка за такса
-ValidateHistory=Bind Automatically
-AutomaticBindingDone=Automatic binding done
+ValidateHistory=Автоматично свързване
+AutomaticBindingDone=Автоматичното свързване завърши
-ErrorAccountancyCodeIsAlreadyUse=Възникна грешка, вие не можете да изтриете тази счетоводна сметка, защото се използва.
-MvtNotCorrectlyBalanced=Movement not correctly balanced. Debit = %s | Credit = %s
-Balancing=Balancing
-FicheVentilation=Binding card
-GeneralLedgerIsWritten=Transactions are written in the Ledger
-GeneralLedgerSomeRecordWasNotRecorded=Some of the transactions could not be journalized. If there is no other error message, this is probably because they were already journalized.
-NoNewRecordSaved=No more record to journalize
-ListOfProductsWithoutAccountingAccount=List of products not bound to any accounting account
-ChangeBinding=Change the binding
-Accounted=Accounted in ledger
-NotYetAccounted=Not yet accounted in ledger
+ErrorAccountancyCodeIsAlreadyUse=Грешка, не може да изтриете тази счетоводна сметка, защото се използва.
+MvtNotCorrectlyBalanced=Движението не е правилно балансирано. Дебит = %s | Credit = %s
+Balancing=Балансиране
+FicheVentilation=Свързваща карта
+GeneralLedgerIsWritten=Транзакциите са записани в главната счетоводна книга
+GeneralLedgerSomeRecordWasNotRecorded=Някои от транзакциите не бяха осчетоводени. Ако няма друго съобщение за грешка, то това вероятно е, защото те вече са били осчетоводени.
+NoNewRecordSaved=Няма повече записи за осчетоводяване
+ListOfProductsWithoutAccountingAccount=Списък на продукти, които не са свързани с нито една счетоводна сметка
+ChangeBinding=Промяна на свързване
+Accounted=Осчетоводено в книгата
+NotYetAccounted=Все още не е осчетоводено в книгата
## Admin
-ApplyMassCategories=Apply mass categories
-AddAccountFromBookKeepingWithNoCategories=Available account not yet in the personalized group
-CategoryDeleted=Category for the accounting account has been removed
-AccountingJournals=Счетоводни дневници
-AccountingJournal=Accounting journal
-NewAccountingJournal=New accounting journal
-ShowAccoutingJournal=Show accounting journal
-Nature=Същност
-AccountingJournalType1=Miscellaneous operations
-AccountingJournalType2=Sales
-AccountingJournalType3=Purchases
+ApplyMassCategories=Прилагане на масови категории
+AddAccountFromBookKeepingWithNoCategories=Наличната сметка не е част от персонализирана група
+CategoryDeleted=Категорията за счетоводната сметка е премахната
+AccountingJournals=Счетоводни журнали
+AccountingJournal=Счетоводен журнал
+NewAccountingJournal=Нов счетоводен журнал
+ShowAccoutingJournal=Показване на счетоводен журнал
+NatureOfJournal=Nature of Journal
+AccountingJournalType1=Разнородни операции
+AccountingJournalType2=Продажби
+AccountingJournalType3=Покупки
AccountingJournalType4=Банка
-AccountingJournalType5=Expenses report
-AccountingJournalType8=Складова наличност
-AccountingJournalType9=Has-new
-ErrorAccountingJournalIsAlreadyUse=This journal is already use
-AccountingAccountForSalesTaxAreDefinedInto=Note: Accounting account for Sales tax are defined into menu %s - %s
-NumberOfAccountancyEntries=Number of entries
-NumberOfAccountancyMovements=Number of movements
+AccountingJournalType5=Разходни отчети
+AccountingJournalType8=Инвентар
+AccountingJournalType9=Има нови
+ErrorAccountingJournalIsAlreadyUse=Този журнал вече се използва
+AccountingAccountForSalesTaxAreDefinedInto=Бележка: Счетоводната сметка за данък върху продажбите е дефинирана в меню %s - %s
+NumberOfAccountancyEntries=Брой записи
+NumberOfAccountancyMovements=Брой движения
## Export
-ExportDraftJournal=Export draft journal
-Modelcsv=Model of export
-Selectmodelcsv=Select a model of export
-Modelcsv_normal=Classic export
-Modelcsv_CEGID=Export for CEGID Expert Comptabilité
-Modelcsv_COALA=Export for Sage Coala
-Modelcsv_bob50=Export for Sage BOB 50
-Modelcsv_ciel=Export for Sage Ciel Compta or Compta Evolution
-Modelcsv_quadratus=Export for Quadratus QuadraCompta
-Modelcsv_ebp=Export for EBP
-Modelcsv_cogilog=Export for Cogilog
-Modelcsv_agiris=Export for Agiris
-Modelcsv_openconcerto=Export for OpenConcerto (Test)
-Modelcsv_configurable=Export CSV Configurable
-Modelcsv_FEC=Export FEC
-Modelcsv_Sage50_Swiss=Export for Sage 50 Switzerland
-ChartofaccountsId=Chart of accounts Id
+ExportDraftJournal=Експортиране на журнал в чернова
+Modelcsv=Модел на експортиране
+Selectmodelcsv=Изберете модел на експортиране
+Modelcsv_normal=Класическо експортиране
+Modelcsv_CEGID=Експортиране за CEGID Expert Comptabilité
+Modelcsv_COALA=Експортиране за Sage Coala
+Modelcsv_bob50=Експортиране за Sage BOB 50
+Modelcsv_ciel=Експортиране за Sage Ciel Compta или Compta Evolution
+Modelcsv_quadratus=Експортиране за Quadratus QuadraCompta
+Modelcsv_ebp=Експортиране за EBP
+Modelcsv_cogilog=Експортиране за Cogilog
+Modelcsv_agiris=Експортиране за Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
+Modelcsv_openconcerto=Експортиране за OpenConcerto (Тест)
+Modelcsv_configurable=Експортиране в конфигурируем CSV
+Modelcsv_FEC=Експортиране за FEC
+Modelcsv_Sage50_Swiss=Експортиране за Sage 50 Швейцария
+ChartofaccountsId=Идентификатор на сметкоплан
## Tools - Init accounting account on product / service
-InitAccountancy=Init accountancy
-InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
-DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
-Options=Options
-OptionModeProductSell=Mode sales
-OptionModeProductSellIntra=Mode sales exported in EEC
-OptionModeProductSellExport=Mode sales exported in other countries
-OptionModeProductBuy=Mode purchases
-OptionModeProductSellDesc=Show all products with accounting account for sales.
-OptionModeProductSellIntraDesc=Show all products with accounting account for sales in EEC.
-OptionModeProductSellExportDesc=Show all products with accounting account for other foreign sales.
-OptionModeProductBuyDesc=Show all products with accounting account for purchases.
-CleanFixHistory=Remove accounting code from lines that not exists into charts of account
-CleanHistory=Reset all bindings for selected year
-PredefinedGroups=Predefined groups
-WithoutValidAccount=Without valid dedicated account
-WithValidAccount=With valid dedicated account
-ValueNotIntoChartOfAccount=This value of accounting account does not exist into chart of account
-AccountRemovedFromGroup=Account removed from group
-SaleLocal=Local sale
-SaleExport=Export sale
-SaleEEC=Sale in EEC
+InitAccountancy=Инициализиране на счетоводство
+InitAccountancyDesc=Тази страница може да се използва за инициализиране на счетоводна сметка за продукти и услуги, за които няма определена счетоводна сметка за продажби и покупки.
+DefaultBindingDesc=Тази страница може да се използва за задаване на сметка по подразбиране, която да се използва за свързване на записи за транзакции на плащания на заплати, дарения, данъци и ДДС, когато все още не е зададена конкретна счетоводна сметка.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
+Options=Опции
+OptionModeProductSell=Режим продажби
+OptionModeProductSellIntra=Режим продажби, изнасяни в ЕИО
+OptionModeProductSellExport=Режим продажби, изнасяни в други държави
+OptionModeProductBuy=Режим покупки
+OptionModeProductSellDesc=Показване на всички продукти със счетоводна сметка за продажби.
+OptionModeProductSellIntraDesc=Показване на всички продукти със счетоводна сметка за продажби в ЕИО.
+OptionModeProductSellExportDesc=Показване на всички продукти със счетоводна сметка за други чуждестранни продажби.
+OptionModeProductBuyDesc=Показване на всички продукти със счетоводна сметка за покупки.
+CleanFixHistory=Премахване на счетоводния код от редове, които не съществуват в сметкоплана
+CleanHistory=Нулиране на всички връзки за избраната година
+PredefinedGroups=Предварително определени групи
+WithoutValidAccount=Без валидна специална сметка
+WithValidAccount=С валидна специална сметка
+ValueNotIntoChartOfAccount=Тази стойност на счетоводната сметка не съществува в сметкоплана
+AccountRemovedFromGroup=Сметката е премахната от групата
+SaleLocal=Локална продажба
+SaleExport=Експортна продажба
+SaleEEC=Вътреобщностна продажба
## Dictionary
-Range=Range of accounting account
-Calculated=Calculated
-Formula=Formula
+Range=Обхват на счетоводна сметка
+Calculated=Изчислено
+Formula=Формула
## Error
-SomeMandatoryStepsOfSetupWereNotDone=Some mandatory steps of setup was not done, please complete them
-ErrorNoAccountingCategoryForThisCountry=No accounting account group available for country %s (See Home - Setup - Dictionaries)
-ErrorInvoiceContainsLinesNotYetBounded=You try to journalize some lines of the invoice %s, but some other lines are not yet bounded to accounting account. Journalization of all invoice lines for this invoice are refused.
-ErrorInvoiceContainsLinesNotYetBoundedShort=Some lines on invoice are not bound to accounting account.
-ExportNotSupported=The export format setuped is not supported into this page
-BookeppingLineAlreayExists=Lines already existing into bookkeeping
-NoJournalDefined=No journal defined
-Binded=Lines bound
-ToBind=Lines to bind
-UseMenuToSetBindindManualy=Lines not yet bound, use menu %s to make the binding manually
+SomeMandatoryStepsOfSetupWereNotDone=Някои задължителни стъпки за настройка не са направени, моля изпълнете ги.
+ErrorNoAccountingCategoryForThisCountry=Няма налична група счетоводни сметки за държава %s (Вижте Начално -> Настройка -> Речници)
+ErrorInvoiceContainsLinesNotYetBounded=Опитвате се да осчетоводите някои редове на фактура %s, но някои други редове все още не са свързани към счетоводна сметка. Осчетоводяването на всички редове във фактурата е отхвърлено.
+ErrorInvoiceContainsLinesNotYetBoundedShort=Някои редове във фактурата не са свързани със счетоводна сметка.
+ExportNotSupported=Настроеният формат за експортиране не се поддържа в тази страница
+BookeppingLineAlreayExists=Вече съществуващи редове в счетоводството
+NoJournalDefined=Няма определен журнал
+Binded=Свързани редове
+ToBind=Редове за свързване
+UseMenuToSetBindindManualy=Редовете все още не са свързани, използвайте меню %s, за да направите връзката ръчно
## Import
-ImportAccountingEntries=Accounting entries
-DateExport=Date export
-WarningReportNotReliable=Warning, this report is not based on the Ledger, so does not contains transaction modified manually in the Ledger. If your journalization is up to date, the bookkeeping view is more accurate.
-ExpenseReportJournal=Expense Report Journal
-InventoryJournal=Inventory Journal
+ImportAccountingEntries=Счетоводни записи
+DateExport=Дата на експортиране
+WarningReportNotReliable=Внимание, тази справка не се основава на главната счетоводна книга, така че не съдържа транзакция, ръчно променена в книгата. Ако осчетоводяването ви е актуално, то прегледът на счетоводството е по-точен.
+ExpenseReportJournal=Журнал за разходни отчети
+InventoryJournal=Журнал за инвентар
diff --git a/htdocs/langs/bg_BG/admin.lang b/htdocs/langs/bg_BG/admin.lang
index 5d092654c17..5d854aba2ac 100644
--- a/htdocs/langs/bg_BG/admin.lang
+++ b/htdocs/langs/bg_BG/admin.lang
@@ -5,137 +5,137 @@ Publisher=Издател
VersionProgram=Версия на програмата
VersionLastInstall=Първоначално инсталирана версия
VersionLastUpgrade=Последно инсталирана версия
-VersionExperimental=Експериментален
-VersionDevelopment=Разработка
-VersionUnknown=Неизвестен
-VersionRecommanded=Препоръчва се
-FileCheck=Проверки за цялостност на файлове
-FileCheckDesc=Този инструмент ви позволява да проверите целостта на файловете и настройката на вашето приложение, сравнявайки всеки файл с официалния. Може да се провери и стойността на някои константи за настройка. Може да използвате този инструмент, за да определите дали някой файл е бил променен (напр. от хакер).
+VersionExperimental=Експериментална
+VersionDevelopment=В разработка
+VersionUnknown=Неизвестна
+VersionRecommanded=Препоръчителна
+FileCheck=Интегритет
+FileCheckDesc=Този инструмент позволява да проверите целостта на файловете и настройката на вашата система, сравнявайки всеки файл с оригиналния. Може да се провери стойността на някои константи за настройка. Може да използвате този инструмент, за да определите дали някой файл е бил променен (например от хакер).
FileIntegrityIsStrictlyConformedWithReference=Целостта на файловете е строго съобразена с референцията.
-FileIntegrityIsOkButFilesWereAdded=Проверката за целостта на файловете премина, но някои нови файлове са добавени.
-FileIntegritySomeFilesWereRemovedOrModified=Проверката за цялостта на файловете е неуспешна. Някои файлове са били променени, премахнати или добавени.
+FileIntegrityIsOkButFilesWereAdded=Проверката за целостта на файловете премина успешно, но са добавени някои нови файлове.
+FileIntegritySomeFilesWereRemovedOrModified=Проверката за целостта на файловете е неуспешна. Някои файлове са били променени, премахнати или добавени.
GlobalChecksum=Глобална контролна сума
-MakeIntegrityAnalysisFrom=Извършване на анализ за целостта на файловете на приложението от
+MakeIntegrityAnalysisFrom=Извършване на анализ за целостта на файловете в системата от
LocalSignature=Вграден локален подпис (по-малко надежден)
RemoteSignature=Отдалечен подпис (по-надежден)
-FilesMissing=Missing Files
-FilesUpdated=Updated Files
+FilesMissing=Липсващи файлове
+FilesUpdated=Актуализирани файлове
FilesModified=Променени файлове
FilesAdded=Добавени файлове
-FileCheckDolibarr=Проверка целостта на файловете в приложението
-AvailableOnlyOnPackagedVersions=Локалният файл за проверка на целостта е наличен, само когато приложението е инсталирано от официален пакет
-XmlNotFound=XML файлът за проверка на приложението не е намерен
-SessionId=ID на сесията
-SessionSaveHandler=Handler за да запазите сесията
-SessionSavePath=Място за съхранение на сесията
-PurgeSessions=Изчистване на сесиите
-ConfirmPurgeSessions=Сигурни ли сте, че желаете да изчистите всички сесии? Това ще прекъсне всички потребители (освен Вас).
-NoSessionListWithThisHandler=Запаметяващия манипулатор на сесия, конфигуриран във вашия PHP, не позволява изброяване на всички стартирани сесии.
-LockNewSessions=Заключване за нови свързвания
-ConfirmLockNewSessions=Сигурни ли сте, че искате да ограничите всяка нова Dolibarr връзка към себе си? Само потребителят %s ще може да се свърже след това.
+FileCheckDolibarr=Проверка целостта на файловете в системата
+AvailableOnlyOnPackagedVersions=Локалният файл за проверка на целостта е наличен, само когато системата е инсталирана от официален пакет.
+XmlNotFound=XML файлът за проверка на системата не е намерен
+SessionId=Идентификатор на сесия
+SessionSaveHandler=Манипулатор за съхраняване на сесии
+SessionSavePath=Място за съхранение на сесия
+PurgeSessions=Разчистване на сесиите
+ConfirmPurgeSessions=Сигурни ли сте, че искате да разчистите всички сесии? Това ще прекъсне всички потребители (освен Вас).
+NoSessionListWithThisHandler=Манипулатора за съхранение на сесии, конфигуриран във вашия PHP, не позволява изброяване на всички стартирани сесии.
+LockNewSessions=Блокиране на нови свързвания
+ConfirmLockNewSessions=Сигурни ли сте, че искате да ограничите всяка нова Dolibarr връзка, освен своята? Само потребител %s ще може да се свърже след това.
UnlockNewSessions=Разрешаване на свързването
YourSession=Вашата сесия
Sessions=Потребителски сесии
-WebUserGroup=Уеб сървър потребител/група
-NoSessionFound=Изглежда, че вашата PHP конфигурация не позволява изброяване на активни сесии. Директорията, използвана за запазване на сесии ( %s ), може да бъде защитена (например от разрешения на операционната система или от директивата PHP open_basedir).
-DBStoringCharset=Кодиране на знаците за съхраняваните данни в базата данни
-DBSortingCharset=Набор от знаци база данни, за да сортирате данните
+WebUserGroup=Уеб сървър потребител / група
+NoSessionFound=Изглежда, че вашата PHP конфигурация не позволява изброяване на активни сесии. Директорията, използвана за запазване на сесии ( %s ), може да е защитена (например от права на операционната система или от директивата PHP open_basedir).
+DBStoringCharset=Кодиране на знаците при съхраняване в базата данни
+DBSortingCharset=Кодиране на знаците при сортиране в базата данни
ClientCharset=Кодиране от страна на клиента
ClientSortingCharset=Съпоставяне от страна на клиента
-WarningModuleNotActive=Модула %s трябва да бъде включен
-WarningOnlyPermissionOfActivatedModules=Само разрешения, свързани с активирани модули са показани тук. Можете да активирате други модули в страницата Начало->Настройки->Модули.
-DolibarrSetup=Dolibarr инсталиране или обновяване
+WarningModuleNotActive=Модул %s е необходимо да бъде включен
+WarningOnlyPermissionOfActivatedModules=Само разрешения, свързани с активните модули са показани тук. Може да активирате други модули в страницата Начало -> Настройки -> Модули / Приложения
+DolibarrSetup=Dolibarr инсталиране / обновяване
InternalUser=Вътрешен потребител
ExternalUser=Външен потребител
InternalUsers=Вътрешни потребители
ExternalUsers=Външни потребители
GUISetup=Екран
SetupArea=Настройки
-UploadNewTemplate=Качване на нов шаблон(и)
-FormToTestFileUploadForm=Форма за тестване качване на файлове (за настройка)
+UploadNewTemplate=Качване на нов(и) шаблон(и)
+FormToTestFileUploadForm=Формуляр за тестване на качването на файлове (според настройката)
IfModuleEnabled=Забележка: Ефективно е само ако модула %s е активиран
-RemoveLock=Премахнете / преименувайте файла %s , ако съществува, за да разрешите използването на инструмента за актуализиране / инсталиране.
-RestoreLock=Възстановете файла %s само с разрешение за четене, за да забраните по-нататъшното използване на инструмента за актуализиране / инсталиране.
+RemoveLock=Премахнете / преименувайте файла %s , ако съществува, за да разрешите използването на инструмента за инсталиране / актуализиране.
+RestoreLock=Възстановете файла %s само с права за четене, за да забраните по-нататъшното използване на инструмента за инсталиране / актуализиране.
SecuritySetup=Настройки на сигурността
-SecurityFilesDesc=Определете тук опциите, свързани със сигурността, относно качването на файлове.
-ErrorModuleRequirePHPVersion=Грешка, този модул изисква PHP версия %s или по-висока
-ErrorModuleRequireDolibarrVersion=Грешка, този модул изисква Dolibarr версия %s или по-висока
+SecurityFilesDesc=Дефинирайте тук параметрите, свързани със сигурността, относно качването на файлове.
+ErrorModuleRequirePHPVersion=Грешка, този модул изисква PHP версия %s или по-висока.
+ErrorModuleRequireDolibarrVersion=Грешка, този модул изисква Dolibarr версия %s или по-висока.
ErrorDecimalLargerThanAreForbidden=Грешка, точност по-висока от %s не се поддържа.
-DictionarySetup=Dictionary setup
-Dictionary=Dictionaries
-ErrorReservedTypeSystemSystemAuto=Стойност 'система' и 'автосистема' за типа са запазени. Може да използвате за стойност 'потребител' при добавяне на ваш личен запис.
-ErrorCodeCantContainZero=Кода не може да съдържа стойност 0
+DictionarySetup=Настройка на речници
+Dictionary=Речници
+ErrorReservedTypeSystemSystemAuto=Стойностите "system" и "systemauto" за тип са резервирани. Може да използвате "user" като стойност, за да добавите свой собствен запис.
+ErrorCodeCantContainZero=Кодът не може да съдържа стойност 0
DisableJavascript=Изключване на Java скрипт и Ajax функции
DisableJavascriptNote=Забележка: За тестови цели или за отстраняване на грешки. За оптимизация за слепи хора или текстови браузъри може използвате настройката в потребителския профил
-UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
-UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
+UseSearchToSelectCompanyTooltip=Също така, ако имате голям брой контрагенти (> 100 000) може да увеличите скоростта като зададете стойност 1 за константата COMPANY_DONOTSEARCH_ANYWHERE в Настройки -> Други настройки. След това търсенето ще бъде ограничено до началото на низ.
+UseSearchToSelectContactTooltip=Също така, ако имате голям брой контакти (> 100 000) може да увеличите скоростта като зададете стойност 1 за константата CONTACT_DONOTSEARCH_ANYWHERE в Настройки -> Други настройки. След това търсенето ще бъде ограничено до началото на низ.
DelaiedFullListToSelectCompany=Изчаква натискането на клавиш, преди да зареди съдържание в списъка с контрагенти. Това може да увеличи производителността, ако имате голям брой контрагенти, но е по-малко удобно.
DelaiedFullListToSelectContact=Изчаква натискането на клавиш, преди да зареди съдържание в списъка с контакти. Това може да увеличи производителността, ако имате голям брой контакти, но е по-малко удобно
NumberOfKeyToSearch=Брой знаци предизвикващи търсене: %s
NumberOfBytes=Брой байтове
SearchString=Низ за търсене
-NotAvailableWhenAjaxDisabled=Не е налично, когато Аякс инвалиди
+NotAvailableWhenAjaxDisabled=Не е налице, когато Ajax е деактивиран
AllowToSelectProjectFromOtherCompany=В документ на контрагент може да бъде избран проект, свързан с друг контрагент
-JavascriptDisabled=Java скрипт е забранен
-UsePreviewTabs=Използвайте Преглед раздели
-ShowPreview=Покажи преглед
-PreviewNotAvailable=Preview не е наличен
-ThemeCurrentlyActive=Тема активни в момента
-CurrentTimeZone=TimeZone PHP (сървър)
-MySQLTimeZone=TimeZone MySql (database)
+JavascriptDisabled=JavaScript е деактивиран
+UsePreviewTabs=Използвайте разделите за преглед
+ShowPreview=Показване на преглед
+PreviewNotAvailable=Прегледът не е налице
+ThemeCurrentlyActive=Темата е активна в момента
+CurrentTimeZone=Времева зона на PHP (сървър)
+MySQLTimeZone=Времева зона на MySql (база данни)
TZHasNoEffect=Датите се съхраняват и връщат от сървъра на базата данни така, сякаш се съхраняват като подаден низ. Часовата зона има ефект само когато се използва функцията UNIX_TIMESTAMP (която не трябва да се използва от Dolibarr, така че базата данни TZ не трябва да има ефект, дори ако бъде променена след въвеждането на данните).
Space=Пространство
Table=Таблица
-Fields=Полетата
+Fields=Полета
Index=Индекс
Mask=Маска
NextValue=Следваща стойност
NextValueForInvoices=Следваща стойност (фактури)
NextValueForCreditNotes=Следваща стойност (кредитни известия)
-NextValueForDeposit=Следваща стойност (авансово плащане)
-NextValueForReplacements=Next value (replacements)
-MustBeLowerThanPHPLimit=Забележка: Вашата PHP конфигурация понастоящем ограничава максималния размер на файловете за качване до %s %s, независимо от стойността на този параметър
-NoMaxSizeByPHPLimit=Забележка: Не срокът се определя в конфигурацията на вашия PHP
-MaxSizeForUploadedFiles=Максимален размер за качените файлове (0 за да забраните качване)
-UseCaptchaCode=Използвайте графичен код (CAPTCHA) на страницата за вход
-AntiVirusCommand= Пълна пътека до антивирусен команда
-AntiVirusCommandExample= Пример за ClamWin: C: \\ програма ~ 1 \\ ClamWin \\ Bin \\ clamscan.exe Пример за ClamAV: / ЮЕсАр / хамбар / clamscan
-AntiVirusParam= Още параметри на командния ред
-AntiVirusParamExample= Пример за ClamWin: - база данни = "C: \\ Program Files (x86) \\ ClamWin \\ ИЪ"
-ComptaSetup=Настройка на счетоводния модул
-UserSetup=Настройки за управление на потребителите
-MultiCurrencySetup=Настройки на няколко валути
+NextValueForDeposit=Следваща стойност (авансови плащания)
+NextValueForReplacements=Следваща стойност (замествания)
+MustBeLowerThanPHPLimit=Забележка: Вашата PHP конфигурация понастоящем ограничава максималния размер на файловете за качване до %s %s, независимо от стойността на този параметър.
+NoMaxSizeByPHPLimit=Забележка: Не е зададено ограничение във вашата PHP конфигурация
+MaxSizeForUploadedFiles=Максимален размер за качени файлове (0 за забрана на качването)
+UseCaptchaCode=Използване на графичен код (CAPTCHA) на страницата за вход
+AntiVirusCommand= Пълен път към антивирусна команда
+AntiVirusCommandExample= Пример за ClamWin: c:\\Progra~1\\ClamWin\\bin\\clamscan.exe Пример за ClamAv: /usr/bin/clamscan
+AntiVirusParam= Още параметри в командния ред
+AntiVirusParamExample= Пример за ClamWin: --database="C:\\Programm Files (x86)\\ClamWin\\lib"
+ComptaSetup=Настройка на модул Счетоводство
+UserSetup=Настройка за управление на потребители
+MultiCurrencySetup=Настройки на различни валути
MenuLimits=Граници и точност
-MenuIdParent=ID майка меню
-DetailMenuIdParent=ID на основното меню (0 за горното меню)
-DetailPosition=Брой Сортиране, за да определи позицията на менюто
+MenuIdParent=Идентификатор на основно меню
+DetailMenuIdParent=Идентификатор на основно меню (празно за главно меню)
+DetailPosition=Номер за сортиране, за определяне на позицията на менюто
AllMenus=Всички
NotConfigured=Модулът / приложението не е конфигуриран(о)
Active=Активен
-SetupShort=Настройки
+SetupShort=Настройка
OtherOptions=Други опции
OtherSetup=Други настройки
CurrentValueSeparatorDecimal=Десетичен разделител
-CurrentValueSeparatorThousand=Thousand сепаратор
-Destination=Destination
-IdModule=Module ID
-IdPermissions=Permissions ID
+CurrentValueSeparatorThousand=Хиляден разделител
+Destination=Дестинация
+IdModule=Идентификатор на модул
+IdPermissions=Идентификатор на разрешения
LanguageBrowserParameter=Параметър %s
LocalisationDolibarrParameters=Параметри на локализация
ClientTZ=Часова зона на клиента (потребител)
-ClientHour=Час на клиента (потребител)
-OSTZ=Часова зона на Операционната Система
-PHPTZ=Часова зона на PHP Сървъра
-DaylingSavingTime=Лятното часово време
-CurrentHour=Час на PHP (сървър)
-CurrentSessionTimeOut=Продължителност на текущата сесия
+ClientHour=Клиентско време (потребител)
+OSTZ=Часова зона на ОС на сървъра
+PHPTZ=Часова зона на PHP сървъра
+DaylingSavingTime=Лятно часово време
+CurrentHour=Време на PHP (сървър)
+CurrentSessionTimeOut=Продължителност на текуща сесия
YouCanEditPHPTZ=За да зададете различна PHP часова зона (не се изисква), може да опитате да добавите .htaccess файл с ред като този 'SetEnv TZ Europe/Paris'
HoursOnThisPageAreOnServerTZ=Внимание, в противоречие с други екрани, часовете на тази страница не са в местната часова зона, а в часовата зона на сървъра.
Box=Джаджа
Boxes=Джаджи
MaxNbOfLinesForBoxes=Максимален брой редове за джаджи
AllWidgetsWereEnabled=Всички налични джаджи са активирани
-PositionByDefault=Default order
+PositionByDefault=Позиция по подразбиране
Position=Длъжност
MenusDesc=Меню мениджърите определят съдържанието на двете ленти с менюта (хоризонтална и вертикална).
MenusEditorDesc=Редакторът на менюто ви позволява да дефинирате потребителски менюта. Използвайте го внимателно, за да избегнете нестабилност и трайно недостъпни менюта. Някои модули добавят менюта (най-вече в менюто Всички). Ако премахнете някои от тези менюта по погрешка, можете да ги възстановите като деактивирате и да активирате отново модула.
@@ -144,64 +144,64 @@ LangFile=.lang файл
Language_en_US_es_MX_etc=Език (en_US, es_MX, ...)
System=Система
SystemInfo=Системна информация
-SystemToolsArea=Системни инструменти
+SystemToolsArea=Секция със системни инструменти
SystemToolsAreaDesc=Тази секция осигурява административни функции. Използвайте менюто, за да изберете необходимата функционалност.
-Purge=Изчистване
+Purge=Разчистване
PurgeAreaDesc=Тази страница ви позволява да изтриете всички файлове, генерирани или съхранени от Dolibarr (временни файлове или всички файлове в директорията %s). Използването на тази функция обикновено не е необходимо. Той се предоставя като решение за потребители, чиито Dolibarr се хоства от доставчик, който не предлага разрешения за изтриване на файлове, генерирани от уеб сървъра.
PurgeDeleteLogFile=Изтриване на лог файлове, включително %s генериран от Debug Logs модула (няма риск от загуба на данни)
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=Изтриване на всички временни файлове (няма риск от загуба на данни). Забележка: Изтриването се извършва, само ако директорията temp е създадена преди 24 часа.
PurgeDeleteTemporaryFilesShort=Изтриване на временни файлове
PurgeDeleteAllFilesInDocumentsDir=Изтриване на всички файлове в директорията: %s. Това ще изтрие всички генерирани документи, свързани с елементи (контрагенти, фактури и т.н.), файлове, качени чрез ECM модула, архиви на базата данни и временни файлове.
-PurgeRunNow=Изчистване сега
+PurgeRunNow=Разчисти сега
PurgeNothingToDelete=Няма директория или файлове за изтриване.
PurgeNDirectoriesDeleted=%s изтрити файлове или директории.
PurgeNDirectoriesFailed=Неуспешно изтриване на %s файлове или директории.
-PurgeAuditEvents=Поръси всички събития по сигурността
+PurgeAuditEvents=Разчистване на всички събития свързани със сигурността
ConfirmPurgeAuditEvents=Сигурни ли сте, че искате да изчистите всички събития свързани със сигурността? Всички записи за сигурността ще бъдат изтрити, други данни няма да бъдат премахнати.
-GenerateBackup=Генериране на бекъп
-Backup=Бекъп
+GenerateBackup=Генериране на архивно копие
+Backup=Архивиране
Restore=Възстановяване
-RunCommandSummary=Backup стартира със следната команда
-BackupResult=Backup резултат
-BackupFileSuccessfullyCreated=Backup файл, генериран успешно
+RunCommandSummary=Архивирането е стартирано със следната команда
+BackupResult=Резултат от архивиране
+BackupFileSuccessfullyCreated=Архивиращият файл е успешно генериран
YouCanDownloadBackupFile=Генерираният файл вече може да бъде изтеглен
-NoBackupFileAvailable=Няма налични бекъпи.
-ExportMethod=Тип на експортирането
-ImportMethod=Внос метод
-ToBuildBackupFileClickHere=За изграждането на резервно копие на файла, натиснете тук .
+NoBackupFileAvailable=Няма налични архивни копия
+ExportMethod=Метод за експортиране
+ImportMethod=Метод за импортиране
+ToBuildBackupFileClickHere=За да създадете архивен файл, кликнете тук.
ImportMySqlDesc=За да импортирате архив на MySQL може да използвате phpMyAdmin, чрез вашия хостинг или да използвате MySQL команда в терминала. Например:
-ImportPostgreSqlDesc=За да импортирате архивния файл, трябва да използвате pg_restore команда от командния ред:
+ImportPostgreSqlDesc=За да импортирате архивен файл, трябва да използвате pg_restore команда от командния ред:
ImportMySqlCommand=%s %s < mybackupfile.sql
ImportPostgreSqlCommand=%s %s mybackupfile.sql
FileNameToGenerate=Име на архивния файл:
Compression=Компресия
-CommandsToDisableForeignKeysForImport=Command to disable foreign keys on import
-CommandsToDisableForeignKeysForImportWarning=Задължително, ако искате да сте в състояние да възстановите SQL дъмп по-късно
-ExportCompatibility=Compatibility of generated export file
-MySqlExportParameters=Параметри на MySQL експортирането
-PostgreSqlExportParameters= Параметрите на PostgreSQL износ
-UseTransactionnalMode=Use transactional mode
-FullPathToMysqldumpCommand=Пълния път до mysqldump командата
-FullPathToPostgreSQLdumpCommand=Пълна пътека до pg_dump команда
-AddDropDatabase=Добави DROP DATABASE команда
-AddDropTable=Add DROP TABLE command
+CommandsToDisableForeignKeysForImport=Команда за деактивиране на външните ключове при импортиране
+CommandsToDisableForeignKeysForImportWarning=Задължително, ако искате да възстановите по-късно вашия SQL dump
+ExportCompatibility=Съвместимост на генерирания експортиран файл
+MySqlExportParameters=Параметри за експортиране на MySQL
+PostgreSqlExportParameters= Параметри за експортиране на PostgreSQL
+UseTransactionnalMode=Използване на транзакционен режим
+FullPathToMysqldumpCommand=Пълен път до командата mysqldump
+FullPathToPostgreSQLdumpCommand=Пълен път до командата pg_dump
+AddDropDatabase=Добавяне на команда DROP DATABASE
+AddDropTable=Добавяне на команда DROP TABLE
ExportStructure=Структура
-NameColumn=Name columns
-ExtendedInsert=Extended INSERT
-NoLockBeforeInsert=No lock commands around INSERT
-DelayedInsert=Delayed insert
-EncodeBinariesInHexa=Encode binary data in hexadecimal
+NameColumn=Имена на колони
+ExtendedInsert=Разширен INSERT
+NoLockBeforeInsert=Няма команди за заключване около INSERT
+DelayedInsert=Закъснял INSERT
+EncodeBinariesInHexa=Кодиране на двоични данни в шестнадесетичен формат
IgnoreDuplicateRecords=Игнориране на грешки при дублиране на записите (INSERT IGNORE)
AutoDetectLang=Автоматично (език на браузъра)
-FeatureDisabledInDemo=Feature инвалиди в демо
+FeatureDisabledInDemo=Функцията е деактивирана в демо режим
FeatureAvailableOnlyOnStable=Функцията се предлага само в официални стабилни версии
BoxesDesc=Джаджите са компоненти, показващи информация, които може да добавите, за да персонализирате някои страници. Можете да избирате между показване на джаджата или не, като изберете целевата страница и кликнете върху 'Активиране', или като кликнете върху кошчето, за да я деактивирате.
-OnlyActiveElementsAreShown=Показани са само елементи от активирани модули.
+OnlyActiveElementsAreShown=Показани са само елементи от активни модули.
ModulesDesc=Модулите / приложенията определят кои функции са налични в системата. Някои модули изискват да се предоставят съответните разрешения на потребителите след активиране на модула. Кликнете върху бутона за включване / изключване (в края на реда с името на модула), за да активирате / деактивирате модул / приложение.
ModulesMarketPlaceDesc=Може да намерите още модули за изтегляне от външни уеб сайтове в интернет...
ModulesDeployDesc=Ако разрешенията във вашата файлова система го позволяват, можете да използвате този инструмент за инсталиране на външен модул. След това модулът ще се вижда в раздела %s.
-ModulesMarketPlaces=Намиране на външно приложение/модул
-ModulesDevelopYourModule=Разработване на собствено приложение/модул
+ModulesMarketPlaces=Намиране на външно приложение / модул
+ModulesDevelopYourModule=Разработване на собствено приложение / модул
ModulesDevelopDesc=Може също така да разработите свой собствен модул или да намерите партньор, който да го разработи за вас.
DOLISTOREdescriptionLong=Вместо да превключите към www.dolistore.com уебсайта, за да намерите външен модул, може да използвате този вграден инструмент, който ще извърши търсенето в страницата вместо вас (може да е бавно, нуждаете се от интернет достъп) ...
NewModule=Нов
@@ -209,50 +209,50 @@ FreeModule=Свободен
CompatibleUpTo=Съвместим с версия %s
NotCompatible=Този модул не изглежда съвместим с Dolibarr %s (Мин. %s - Макс. %s).
CompatibleAfterUpdate=Този модул изисква актуализация на вашия Dolibarr %s (Min %s - Max %s).
-SeeInMarkerPlace=Вижте в сайта за покупка
+SeeInMarkerPlace=Вижте в онлайн магазина
Updated=Актуализиран
Nouveauté=Новост
AchatTelechargement=Купуване / Изтегляне
GoModuleSetupArea=За да разположите / инсталирате нов модул, отидете в секцията за настройка на модул: %s.
-DoliStoreDesc=DoliStore, официалният пазар за външни модули за Dolibarr ERP/CRM
+DoliStoreDesc=DoliStore, официалният пазар за Dolibarr ERP / CRM външни модули
DoliPartnersDesc=Списък на компаниите, които предоставят разработване по поръчка модули или функции. Забележка: тъй като Dolibarr е приложение с отворен код, всеки , който има опит в програмирането на PHP, може да разработи модул.
WebSiteDesc=Външни уебсайтове за повече модули за добавки (които не са основни)...
DevelopYourModuleDesc=Някои решения за разработване на ваш собствен модул...
URL=Връзка
BoxesAvailable=Налични джаджи
BoxesActivated=Активирани джаджи
-ActivateOn=Активиране на
-ActiveOn=Активирана
-SourceFile=Изходният файл
-AvailableOnlyIfJavascriptAndAjaxNotDisabled=Предлага се само ако JavaScript не е забранен
+ActivateOn=Активирай на
+ActiveOn=Активирано на
+SourceFile=Изходен файл
+AvailableOnlyIfJavascriptAndAjaxNotDisabled=На разположение е само, ако JavaScript не е деактивиран
Required=Задължително
-UsedOnlyWithTypeOption=Used by some agenda option only
+UsedOnlyWithTypeOption=Използва се само от някаква опция на календара
Security=Сигурност
Passwords=Пароли
DoNotStoreClearPassword=Криптиране на пароли, съхранявани в базата данни (НЕ като обикновен текст). Силно се препоръчва да активирате тази опция.
MainDbPasswordFileConfEncrypted=Криптиране на паролата за базата данни, съхранена в conf.php. Силно се препоръчва да активирате тази опция.
-InstrucToEncodePass=To have password encoded into the conf.php file, replace the line $dolibarr_main_db_pass="..."; by $dolibarr_main_db_pass="crypted:%s";
-InstrucToClearPass=To have password decoded (clear) into the conf.php file, replace the line $dolibarr_main_db_pass="crypted:..."; by $dolibarr_main_db_pass="%s";
+InstrucToEncodePass=За да кодирате парола, във файла conf.php заменете реда $dolibarr_main_db_pass="..."; с $dolibarr_main_db_pass="crypted:%s";
+InstrucToClearPass=За да декодирате парола, във файла conf.php заменете реда $dolibarr_main_db_pass="crypted:..."; с $dolibarr_main_db_pass="%s";
ProtectAndEncryptPdfFiles=Защитаване на генерирани PDF файлове. Това НЕ се препоръчва, тъй като прекъсва генерирането на общ PDF.
ProtectAndEncryptPdfFilesDesc=Защитата на PDF документ го запазва за четене и печат с всеки PDF браузър. Редактирането и копирането обаче вече не са възможни. Имайте предвид, че използването на тази функция прави изграждането на глобално обединени PDF файлове невъзможно.
Feature=Особеност
DolibarrLicense=Лиценз
-Developpers=Разработчици/сътрудници
+Developpers=Разработчици / сътрудници
OfficialWebSite=Официален уеб сайт на Dolibarr
-OfficialWebSiteLocal=Local web site (%s)
+OfficialWebSiteLocal=Локален уеб сайт (%s)
OfficialWiki=Документация за Dolibarr / Wiki
OfficialDemo=Dolibarr онлайн демо
-OfficialMarketPlace=Официален магазин за външни модули/добавки
-OfficialWebHostingService=Препоръчителен уеб хостинг услуги (хостинг в интернет облак)
-ReferencedPreferredPartners=Preferred Partners
+OfficialMarketPlace=Официален онлайн магазин за външни модули / добавки
+OfficialWebHostingService=Уеб хостинг услуги (облачни услуги)
+ReferencedPreferredPartners=Предпочитани партньори
OtherResources=Други ресурси
ExternalResources=Външни ресурси
SocialNetworks=Социални мрежи
-ForDocumentationSeeWiki=Документация за потребител или разработчик (Doc, често задавани въпроси ...), можете да намерите в Dolibarr Wiki: %s
-ForAnswersSeeForum=За всякакви други въпроси / Помощ, можете да използвате форума Dolibarr: %s
+ForDocumentationSeeWiki=За потребителска документация и такава за разработчици (документи, често задавани въпроси,...), погледнете в Dolibarr Wiki: %s
+ForAnswersSeeForum=За всякакви други въпроси / помощ може да използвате Dolibarr форума: %s
HelpCenterDesc1=Ето някои ресурси за получаване на помощ и подкрепа с Dolibarr.
HelpCenterDesc2=Някои от тези ресурси са налице само на английски .
-CurrentMenuHandler=Текущото меню манипулатор
+CurrentMenuHandler=Текущ манипулатор на менюто
MeasuringUnit=Мерна единица
LeftMargin=Лява граница
TopMargin=Горна граница
@@ -293,27 +293,27 @@ MAIN_MAIL_SMS_FROM=Телефонен номер по подразбиране
MAIN_MAIL_DEFAULT_FROMTYPE=Имейл на подателя по подразбиране при ръчно изпращане на имейли (имейл на потребител или имейл на фирмата)
UserEmail=Имейл на потребител
CompanyEmail=Имейл на фирмата
-FeatureNotAvailableOnLinux=Функцията не е на разположение на Unix подобни системи. Тествайте вашата програма Sendmail на местно ниво.
+FeatureNotAvailableOnLinux=Функцията не е налична в Unix подобни системи. Тествайте вашата програма Sendmail локално.
SubmitTranslation=Ако преводът за този език не е завършен или сте открили грешки, може да ги коригирате като редактирате файловете в директорията langs/ %s и предоставите вашите промени в www.transifex.com/dolibarr-association/dolibarr/
SubmitTranslationENUS=Ако преводът за този език не е завършен или ако сте открили грешки, може да коригирате това, като редактирате файлове в директорията langs/ %s и предоставите вашите промени на dolibarr.org/forum или за разработчици на github.com/Dolibarr/dolibarr.
-ModuleSetup=Настройки на модул
+ModuleSetup=Настройка на модул
ModulesSetup=Настройка на Модули / Приложения
ModuleFamilyBase=Система
ModuleFamilyCrm=Управление на взаимоотношения с клиенти (CRM)
ModuleFamilySrm=Управление на взаимоотношения с доставчици (VRM)
ModuleFamilyProducts=Управление на продукти (PM)
-ModuleFamilyHr=Управление на човешките ресурси
-ModuleFamilyProjects=Проекти / съвместна работа
-ModuleFamilyOther=Друг
-ModuleFamilyTechnic=Mutli модули инструменти
+ModuleFamilyHr=Управление на човешки ресурси (ЧР)
+ModuleFamilyProjects=Проекти / Съвместна работа
+ModuleFamilyOther=Други
+ModuleFamilyTechnic=Мулти-модулни инструменти
ModuleFamilyExperimental=Експериментални модули
-ModuleFamilyFinancial=Финансови Модули (Счетоводство/Каса)
-ModuleFamilyECM=Електронно Управление на Съдържанието (ECM)
+ModuleFamilyFinancial=Финансови модули (Счетоводство / Каса)
+ModuleFamilyECM=Управление на електронно съдържание (ECM)
ModuleFamilyPortal=Уеб сайтове и други фронтални приложения
-ModuleFamilyInterface=Интерфейси със външни системи.
-MenuHandlers=Меню работещи
-MenuAdmin=Menu Editor
-DoNotUseInProduction=Не използвайте на продукшън платформа
+ModuleFamilyInterface=Интерфейси с външни системи
+MenuHandlers=Меню манипулатори
+MenuAdmin=Меню редактор
+DoNotUseInProduction=Да не се използва в производство
ThisIsProcessToFollow=Процедура за актуализация:
ThisIsAlternativeProcessToFollow=Това е алтернативна настройка за ръчно обработване:
StepNb=Стъпка %s
@@ -332,52 +332,52 @@ LastStableVersion=Последна стабилна версия
LastActivationDate=Последна дата на активиране
LastActivationAuthor=Последен автор на активирането
LastActivationIP=Последно активиране от IP адрес
-UpdateServerOffline=Update server offline
+UpdateServerOffline=Актуализиране на сървъра офлайн
WithCounter=Управление на брояч
-GenericMaskCodes=Можете да въведете всяка маска за номериране. В тази маска, могат да се използват следните тагове: {000000} съответства на номер, който се увеличава на всеки %s. Влез като много нули като желаната дължина на брояча. Броячът ще бъде завършен с нули от ляво, за да има колкото се може повече нули като маска. {000000 000} същата като предишната, но компенсира, съответстваща на броя на правото на знака + се прилага започва на първи %s. {000000 @} същата като предишната, но броячът се нулира, когато месеца Х е достигнал (Х между 1 и 12, или 0, за да използвате началото на месеца на фискалната година, определени в вашата конфигурация). Ако тази опция се използва и х е 2 или по-висока, тогава последователност {гг} {mm} или {гггг} {mm} също е задължително. {DD} ден (01 до 31). {Mm} месец (01 до 12). {Гг} {гггг} или {Y} година над 2, 4 или 1 брой.
+GenericMaskCodes=Може да въведете всяка маска за номериране. В тази маска, могат да се използват следните тагове: {000000} съответства на номер, който ще се увеличава на всеки %s. Въведете толкова нули, колкото е желаната дължина на брояча. Броячът ще бъде запълнен с нули от ляво, за да има толкова нули, колкото и в маската. {000000+000} същото като в предишния случай, но започва отместване, съответстващо на номера отдясно на знака +, считано от първия %s. {000000@x} същото като в предишния случай, но броячът се нулира, когато месецът Х е достигнат (Х между 1 и 12, или 0, за да използвате началото на месеца на фискалната година, определени в вашата конфигурация или 99, за да нулирате брояча всеки месец). Ако тази опция се използва и X е 2 или по-висока, to тогава последователностa {гг}{mm} или {гггг}{mm} също е задължителна. {дд} ден (01 до 31). {мм} месец (01 до 12). {гг}, {гггг} година от 2 или 4 цифри.
GenericMaskCodes2= {cccc} клиентският код на n знака {cccc000} клиентският код на n знака е последван от брояч, предназначен за клиента. Този брояч е предназначен за клиента и се нулира едновременно от глобалния брояч. {tttt} Кодът на контрагента с n знака (вижте менюто Начало - Настройка - Речник - Видове контрагенти). Ако добавите този таг, броячът ще бъде различен за всеки тип контрагент.
-GenericMaskCodes3=Всички други символи на маската ще останат непокътнати. Интервалите не са разрешени.
+GenericMaskCodes3=Всички други символи в маската ще останат непокътнати. Не са разрешени интервали.
GenericMaskCodes4a= Пример за 99-я %s контрагент TheCompany, с дата 2007-01-31:
-GenericMaskCodes4b=Пример за контрагент е създаден на 2007-03-01:
+GenericMaskCodes4b=Пример за контрагент, създаден на 2007-03-01:
GenericMaskCodes4c=Пример за продукт, създаден на 2007-03-01:
GenericMaskCodes5=ABC{yy}{mm}-{000000} ще даде ABC0701-000099 {0000+100@1}-ZZZ/{dd}/XXX ще даде 0199-ZZZ/31/XXX IN{yy}{mm}-{0000}-{t} ще даде IN0701-0099-A Ако типа на фирмата е 'Responsable Inscripto' с код за този тип, който е 'A_RI'
-GenericNumRefModelDesc=Върнете адаптивни номер според определен маска.
-ServerAvailableOnIPOrPort=Сървъра е достъпен на адрес %s , порт %s
-ServerNotAvailableOnIPOrPort=Сървъра не е достъпен на адрес %s , порт %s
-DoTestServerAvailability=Тестване на сързаността със сървъра
-DoTestSend=Тестване изпращането
-DoTestSendHTML=Тестване изпращането на HTML
-ErrorCantUseRazIfNoYearInMask=Error, can't use option @ to reset counter each year if sequence {yy} or {yyyy} is not in mask.
-ErrorCantUseRazInStartedYearIfNoYearMonthInMask=Грешка, не могат да използват @ опция, ако последователност {гг} {mm} или {гггг} {mm} не е маска.
-UMask=Umask параметър за нови файлове в Unix / Linux / BSD файловата система.
-UMaskExplanation=Този параметър ви позволи да се определят правата, определени по подразбиране на файлове, създадени от Dolibarr на сървъра (по време на качването например). Тя трябва да бъде осмична стойност (например, 0666 средства четат и пишат за всеки). Този параметър е безполезно на предприятието на сървъра на Windows.
+GenericNumRefModelDesc=Връща персонализирано число според определена маска.
+ServerAvailableOnIPOrPort=Сървърът е достъпен на адрес %s с порт %s
+ServerNotAvailableOnIPOrPort=Сървърът не е достъпен на адрес %s с порт %s
+DoTestServerAvailability=Тестване на връзката със сървъра
+DoTestSend=Тестово изпращане
+DoTestSendHTML=Тестово изпращане на HTML
+ErrorCantUseRazIfNoYearInMask=Грешка, не може да се използва опция @, за да нулирате брояча всяка година, ако последователността {yy} или {yyyy} не е в маската.
+ErrorCantUseRazInStartedYearIfNoYearMonthInMask=Грешка, не може да се използва опция @, ако последователността {yy}{mm} или {yyyy}{mm} не са в маската.
+UMask=UMask параметър за нови файлове на Unix / Linux / BSD / Mac файлова система.
+UMaskExplanation=Този параметър ви позволява да дефинирате права, зададени по подразбиране на файлове, които са създадени от Dolibarr на сървъра (например при качване). Необходимо е да бъде в осмична стойност (например 0666 означава четене и запис за всички). Този параметър е безполезен на Windows сървър.
SeeWikiForAllTeam=Разгледайте страницата на Wiki за списък на сътрудниците и тяхната организация
-UseACacheDelay= Забавяне за кеширане износ отговор в секунда (0 или празно за не кеш)
-DisableLinkToHelpCenter=Скриване на връзката Нуждаете се от помощ или поддръжка от страницата за вход
-DisableLinkToHelp=Скриване на линка към онлайн помощ "%s"
+UseACacheDelay= Забавяне при кеширане на отговора за експорт в секунди (0 или празно, за да не се използва кеш)
+DisableLinkToHelpCenter=Скриване на връзка „Нуждаете се от помощ или поддръжка?“ в страницата за вход
+DisableLinkToHelp=Скриване на връзка към онлайн помощ "%s"
AddCRIfTooLong=Няма автоматично пренасяне на текст, текстът, който е твърде дълъг, няма да се показва на документи. Моля, добавете нови редове в текста, ако е необходимо.
ConfirmPurge=Наистина ли искате да изпълните това прочистване? Това ще изтрие за постоянно всичките ви файлове с данни без начин да ги възстановите (ECM файлове, прикачени файлове ...).
MinLength=Минимална дължина
-LanguageFilesCachedIntoShmopSharedMemory=Файлове. Lang заредени в споделена памет
+LanguageFilesCachedIntoShmopSharedMemory=Файлове .lang са заредени в споделена памет
LanguageFile=Езиков файл
ExamplesWithCurrentSetup=Примери с текуща конфигурация
-ListOfDirectories=Списък на OpenDocument директории шаблони
-ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.
Put here full path of directories. Add a carriage return between eah directory. To add a directory of the GED module, add here DOL_DATA_ROOT/ecm/yourdirectoryname.
Files in those directories must end with .odt or .ods.
+ListOfDirectories=Списък на директории с OpenDocument шаблони
+ListOfDirectoriesForModelGenODT=Списък на директории, съдържащи файлове с шаблони във формат OpenDocument.
Попълнете тук пълния път на директориите. Добавете нов ред за всяка директория. За да включите директория на GED модула, добавете тук DOL_DATA_ROOT/ecm/yourdirectoryname.
Файловете в тези директории трябва да завършват на .odt или .ods.
NumberOfModelFilesFound=Брой файлове с шаблони за ODT/ODS, намерени в тези директории
-ExampleOfDirectoriesForModelGen=Примери на синтаксиса: C: \\ mydir / Начало / mydir DOL_DATA_ROOT / ECM / ecmdir
-FollowingSubstitutionKeysCanBeUsed= За да разберете как да създадете свои ODT шаблони на документи, преди да ги съхранявате в тези указатели, прочетете уики документация:
+ExampleOfDirectoriesForModelGen=Примери за синтаксис: C:\\mydir /home/mydir DOL_DATA_ROOT/ecm/ecmdir
+FollowingSubstitutionKeysCanBeUsed= За да узнаете как да създадете вашите ODT шаблони за документи преди да ги съхраните в тези директории прочетете Wiki документацията:
FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
-FirstnameNamePosition=Позиция на Име/Фамилия
+FirstnameNamePosition=Позиция на име / фамилия
DescWeather=Следните изображения ще бъдат показани на таблото, когато броят на закъснелите действия достигне следните стойности:
-KeyForWebServicesAccess=Ключът към използване на Web Services (параметър "dolibarrkey" в WebServices)
-TestSubmitForm=Формата на входящ тест
+KeyForWebServicesAccess=Ключ за използване на уеб услуги (параметър "dolibarrkey" в уеб услуги)
+TestSubmitForm=Формуляр за тестване на входа
ThisForceAlsoTheme=С използването на този меню мениджър ще се използва и собствената му тема независимо от избора на потребителя. Също така специализирания за смартфони меню мениджър може да не работи на всички смартфони. Използвайте друг мениджър на менюто, ако имате проблеми с вашия.
-ThemeDir=Директория с темите
+ThemeDir=Директория с теми
ConnectionTimeout=Прекъсване на връзката
-ResponseTimeout=Отговор изчакване
-SmsTestMessage=Тест съобщение от __ PHONEFROM__ __ PHONETO__
-ModuleMustBeEnabledFirst=Модул %s трябва да бъде активиран първо ако се нуждаете от тази опция.
-SecurityToken=Ключът за осигуряване на сигурна URL адреси
+ResponseTimeout=Таймаут на отговора
+SmsTestMessage=Тестово съобщение от __PHONEFROM__ до __PHONETO__
+ModuleMustBeEnabledFirst=Модулът %s трябва да бъде активиран първо, ако имате нужда от тази функция.
+SecurityToken=Ключ за защитени URL адреси
NoSmsEngine=Няма наличен мениджър за подател на SMS. Мениджърът на подателя на SMS не е инсталиран по подразбиране, защото зависи от външен доставчик, но можете да намерите някои от тях на адрес %s
PDF=PDF
PDFDesc=Глобални настройки за генериране на PDF.
@@ -391,14 +391,14 @@ HideRefOnPDF=Скриване на реф. номер на продукти
HideDetailsOnPDF=Скриване на подробности за продуктовите линии
PlaceCustomerAddressToIsoLocation=Използвайте френска стандартна позиция (La Poste) за позиция на клиентския адрес
Library=Библиотека
-UrlGenerationParameters=Параметри за осигуряване на URL адреси
-SecurityTokenIsUnique=Използвайте уникална параметър securekey за всеки URL
-EnterRefToBuildUrl=Въведете справка за обект %s
-GetSecuredUrl=Изчислява URL
+UrlGenerationParameters=Параметри за защитени URL адреси
+SecurityTokenIsUnique=Използвайте уникален параметър за защитен ключ за всеки URL адрес
+EnterRefToBuildUrl=Въведете референция за обект %s
+GetSecuredUrl=Получете изчисления URL адрес
ButtonHideUnauthorized=Скриване на бутоните за потребители, които не са администратори, вместо показване на сиви бутони.
-OldVATRates=Old ставка на ДДС
-NewVATRates=Нов ставка на ДДС
-PriceBaseTypeToChange=Промяна на цените с база референтна стойност, определена на
+OldVATRates=Първоначална ставка на ДДС
+NewVATRates=Нова ставка на ДДС
+PriceBaseTypeToChange=Промяна на цените с базова референтна стойност, определена на
MassConvert=Стартиране на групово превръщане
String=Низ
TextLong=Дълъг текст
@@ -406,22 +406,24 @@ HtmlText=HTML текст
Int=Цяло число
Float=Десетично число
DateAndTime=Дата и час
-Unique=Уникално
+Unique=Уникален
Boolean=Булева (едно квадратче за отметка)
ExtrafieldPhone = Телефон
ExtrafieldPrice = Цена
ExtrafieldMail = Имейл
ExtrafieldUrl = URL
-ExtrafieldSelect = Избор лист
-ExtrafieldSelectList = Избор от таблица
+ExtrafieldSelect = Изберете списък
+ExtrafieldSelectList = Изберете от таблицата
ExtrafieldSeparator=Разделител (не е поле)
ExtrafieldPassword=Парола
ExtrafieldRadio=Радио бутони (само един избор)
ExtrafieldCheckBox=Полета за отметка
ExtrafieldCheckBoxFromList=Отметки от таблица
-ExtrafieldLink=Link to an object
+ExtrafieldLink=Връзка към обект
ComputedFormula=Изчислено поле
ComputedFormulaDesc=Тук можете да въведете формула, използвайки други свойства на обекта или PHP код, за да получите динамична изчислена стойност. Можете да използвате всички съвместими с PHP формули, включително "?" условен оператор и следния глобален обект: $db, $conf, $langs, $mysoc, $user, $object. ВНИМАНИЕ: Може да са налице само някои свойства на $object. Ако ви трябват свойства, които не са заредени, просто вземете сами обекта във вашата формула като във втория пример. Използването на изчислено поле означава, че не можете да въведете никаква стойност от интерфейса. Също така, ако има синтактична грешка, формулата може да не върне нищо.
Пример за формула: $object->id<10 ? round($object>id / 2, 2): ($object->id + 2 * $user->id) * (int) substr($ mysoc->zip, 1, 2)
Пример за презареждане на обект (($reloadedobj = new Societe ($db)) && ($reloadedobj->fetch ($obj->id ? $obj->id:($ obj->rowid ? $obj->rowid: $object->id )) > 0)) ? $reloadedobj->array_options ['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Друг пример за формула за натоварване на обекта и неговия главен обект: (($reloadedobj = new Task ($db)) && ($reloadedobj->fetch ($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch ($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Запазване на изчисленото поле
+ComputedpersistentDesc=Изчислените допълнителни полета ще бъдат съхранени в базата данни, но стойността ще бъде преизчислена само когато обектът на това поле бъде променен. Ако изчисленото поле зависи от други обекти или глобални данни, тази стойност може да е грешна!!
ExtrafieldParamHelpPassword=Оставяйки това поле празно означава, че тази стойност ще бъде съхранена без криптиране (полето трябва да бъде скрито само със звезда на екрана). Задайте „auto“, за да използвате правилото за криптиране по подразбиране, за да запазите паролата в базата данни (тогава стойността за четене ще бъде само за хеш, няма начин да извлечете оригиналната стойност)
ExtrafieldParamHelpselect=Списъкът със стойности трябва да бъде във формат key,value (където key не може да бъде '0';)
например: 1,value1 2,value2 code3,value3 ...
За да имате списъка в зависимост от друг допълнителен списък с атрибути: 1,value1|options_ parent_list_code:parent_key 2,value2|options_ parent_list_code:parent_key
За да имате списъка в зависимост от друг списък: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=Списъкът със стойности трябва да бъде във формат key,value (където key не може да бъде '0')
например: 1,value1 2,value2 3,value3 ...
@@ -429,24 +431,25 @@ ExtrafieldParamHelpradio=Списъкът със стойности трябва
ExtrafieldParamHelpsellist=Списъкът на стойностите идва от таблица Синтаксис: table_name:label_field:id_field::filter Пример: c_typent: libelle:id::filter
- idfilter е задължително основен int key - филтърът може да бъде прост тест (например active = 1), за да се покаже само активна стойност Може също да използвате $ID$ във филтъра, който е текущият идентификатор на текущия обект. За да направите SELECT във филтъра, използвайте $SEL$ ако искате да филтрирате по допълнителни полета, използвайте синтаксис extra.fieldcode=...(където кодът на полето е кодът на допълнителното поле)
За да имате списъка в зависимост от друг допълнителен списък с атрибути: c_typent:libelle:id:options_ parent_list_code|parent_column:филтер
За да имате списъка в зависимост от друг списък: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=Списъкът на стойностите идва от таблица Синтаксис: table_name:label_field:id_field::filter Пример: c_typent:libelle:id::filter
филтърът може да бъде прост тест (например active = 1), за да се покаже само активна стойност Можете също да използвате $ID$ във филтъра, който е текущият идентификатор на текущия обект За да направите SELECT във филтъра, използвайте $SEL$ ако искате да филтрирате по допълнителни полета, използвайте синтаксис extra.fieldcode=...(където кодът на полето е кодът на екстра полето)
За да имате списъка в зависимост от друг допълнителен списък с атрибути: c_typent:libelle:id:options_ parent_list_code|parent_column:filter
За да имате списъка в зависимост от друг списък: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Параметрите трябва да са ObjectName:Classpath Синтаксис: ObjectName:Classpath Примери: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Оставете празно за обикновен разделител Задайте това на 1 за разделител, който се свива (отворен по подразбиране) Задайте това на 2 за разделител, който се свива (свит по подразбиране).
LibraryToBuildPDF=Използвана библиотека за създаване на PDF файлове
LocalTaxDesc=Някои държави могат да прилагат два или три данъка към всеки ред във фактурата. Ако случаят е такъв, изберете вида на втория и третия данък и съответната данъчна ставка. Възможен тип са: 1: местен данък върху продукти и услуги без ДДС (местния данък се изчислява върху сумата без данък) 2: местен данък върху продукти и услуги с ДДС (местният данък се изчислява върху сумата + основния данък) 3: местен данък върху продукти без ДДС (местният данък се изчислява върху сумата без данък) 4: местен данък върху продукти с ДДС (местният данък се изчислява върху сумата + основния данък) 5: местен данък върху услуги без ДДС (местният данък се изчислява върху сумата без данък) 6: местен данък върху услуги с ДДС (местният данък се изчислява върху сумата + основния данък)
SMS=SMS
-LinkToTestClickToDial=Enter a phone number to call to show a link to test the ClickToDial url for user %s
-RefreshPhoneLink=Обнови връзка
-LinkToTest=Генерирана е връзка за потребител %s (натиснете телефонния номер за тест)
-KeepEmptyToUseDefault=Оставете празно за стойност по подразбиране
+LinkToTestClickToDial=Въведете телефонен номер, за да се обадите и да тествате URL адреса на ClickToDial за потребител %s
+RefreshPhoneLink=Обновяване на връзка
+LinkToTest=Генерирана е връзка за потребител %s (кликнете върху телефонния номер, за да тествате)
+KeepEmptyToUseDefault=Оставете празно, за да използвате стойността по подразбиране
DefaultLink=Връзка по подразбиране
SetAsDefault=Задайте по подразбиране
-ValueOverwrittenByUserSetup=Внимание, тази стойност може да бъде презаписана от потребителски настройки (всеки потребител може да зададе собствен натисни-набери адрес)
+ValueOverwrittenByUserSetup=Внимание, тази стойност може да бъде презаписана от специфична за потребителя настройка (всеки потребител може да зададе свой собствен URL адрес)
ExternalModule=Външен модул - инсталиран в директория %s
BarcodeInitForthird-parties=Масова баркод инициализация за контрагенти
-BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
+BarcodeInitForProductsOrServices=Масово въвеждане на баркод или зануляване за продукти или услуги
CurrentlyNWithoutBarCode=В момента имате %s записа на %s %s без дефиниран баркод.
-InitEmptyBarCode=Init value for next %s empty records
-EraseAllCurrentBarCode=Erase all current barcode values
+InitEmptyBarCode=Първоначална стойност за следващите %s празни записа
+EraseAllCurrentBarCode=Изтриване на всички текущи стойности на баркода
ConfirmEraseAllCurrentBarCode=Сигурни ли сте че, искате да изтриете всички текущи стойности на баркода?
-AllBarcodeReset=All barcode values have been removed
+AllBarcodeReset=Всички стойности на баркода са премахнати
NoBarcodeNumberingTemplateDefined=Няма активиран баркод шаблон за номериране в настройката на баркод модула.
EnableFileCache=Активиране на файлово кеширане
ShowDetailsInPDFPageFoot=Добавете още подробности във футъра, като адрес на компанията или името на управителя (в допълнение към професионалните идентификационни номера, капитала на компанията и идентификационния номер по ДДС).
@@ -495,16 +498,16 @@ Module0Name=Потребители и групи
Module0Desc=Управление на потребители / служители и групи
Module1Name=Контрагенти
Module1Desc=Управление на фирми и контакти (клиенти, възможности...)
-Module2Name=Търговски
+Module2Name=Търговия
Module2Desc=Търговско управление
Module10Name=Счетоводство (опростено)
Module10Desc=Опростени счетоводни отчети (дневник, оборот) въз основа на съдържанието в базата данни. Не използва сметкоплан.
Module20Name=Предложения
-Module20Desc=Търговско предложение управление
+Module20Desc=Управление на търговски предложения
Module22Name=Масови имейли
Module22Desc=Управление на масови имейли
Module23Name=Енергия
-Module23Desc=Наблюдение на консумацията на енергия
+Module23Desc=Мониторинг на потреблението на енергия
Module25Name=Поръчки за продажба
Module25Desc=Управление на поръчки за продажба
Module30Name=Фактури
@@ -514,49 +517,49 @@ Module40Desc=Управление на доставчици и покупки (
Module42Name=Журнали за отстраняване на грешки
Module42Desc=Инструменти за регистриране (файл, syslog, ...). Дневници за технически цели и отстраняване на грешки.
Module49Name=Редактори
-Module49Desc=Управление на редактор
+Module49Desc=Управление на редактори
Module50Name=Продукти
Module50Desc=Управление на продукти
Module51Name=Масови имейли
-Module51Desc=Маса управлението на хартия пощенски
-Module52Name=Запаси
+Module51Desc=Управление на масови хартиени пощенски пратки
+Module52Name=Наличности
Module52Desc=Управление на наличности (само за продукти)
Module53Name=Услуги
Module53Desc=Управление на услуги
-Module54Name=Договори/Абонаменти
+Module54Name=Договори / Абонаменти
Module54Desc=Управление на договори (услуги или периодични абонаменти)
Module55Name=Баркодове
-Module55Desc=Управление на баркод
+Module55Desc=Управление на баркодове
Module56Name=Телефония
-Module56Desc=Телефония интеграция
+Module56Desc=Интеграция на телефония
Module57Name=Банкови плащания с директен дебит
Module57Desc=Управление на платежни нареждания за директен дебит. Включва генериране на SEPA файл за европейските страни.
Module58Name=ClickToDial
-Module58Desc=Интеграция на ClickToDial система (Asterisk, ...)
+Module58Desc=Интегриране на система ClickToDial (Asterisk, ...)
Module59Name=Bookmark4u
-Module59Desc=Добавяне на функция за генериране на Bookmark4u сметка от сметка Dolibarr
-Module70Name=Интервенциите
-Module70Desc=Управление на интервенциите
-Module75Name=Разход и пътуване бележки
-Module75Desc=Сметка и управление на пътуване бележки
-Module80Name=Превозите
+Module59Desc=Добавяне на функция за генериране на Bookmark4u профил от Dolibarr профил
+Module70Name=Интервенции
+Module70Desc=Управление на интервенции
+Module75Name=Бележки за разходи и пътувания
+Module75Desc=Управление на бележки за разходи и пътувания
+Module80Name=Пратки
Module80Desc=Управление на пратки и документи за доставка
Module85Name=Банки и пари в брой
-Module85Desc=Управление на банкови или парични сметки
+Module85Desc=Управление на банкови или касови сметки
Module100Name=Външен сайт
Module100Desc=Добавяне на връзка към външен уебсайт като икона в главното меню. Уебсайтът се показва в рамка под горното меню.
-Module105Name=Пощальон и СПИП
-Module105Desc=Пощальон или СПИП интерфейс за член модул
+Module105Name=Mailman / SPIP
+Module105Desc=Mailman / SPIP интерфейс за модул членове
Module200Name=LDAP
Module200Desc=Синхронизиране на LDAP директория
Module210Name=PostNuke
-Module210Desc=PostNuke интеграция
-Module240Name=Данни износ
+Module210Desc=Интегриране на PostNuke
+Module240Name=Експорт на данни
Module240Desc=Инструмент за експортиране на данни от Dolibarr (с асистенти)
-Module250Name=Импортирането на данни
+Module250Name=Импорт на данни
Module250Desc=Инструмент за импортиране на данни в Dolibarr (с асистенти)
Module310Name=Членове
-Module310Desc=Управление на членовете на организацията
+Module310Desc=Управление на членове на организация
Module320Name=RSS емисия
Module320Desc=Добавяне на RSS емисия към страниците на Dolibarr
Module330Name=Отметки и кратки пътища
@@ -564,14 +567,14 @@ Module330Desc=Създаване на достъпни кратки пътища
Module400Name=Проекти или възможности
Module400Desc=Управление на проекти, възможности / потенциални клиенти и / или задачи. Свързване на елементи (фактури, поръчки, предложения, интервенции, ...) към проект, с цел получаване на общ преглед за проекта
Module410Name=Webcalendar
-Module410Desc=Webcalendar интеграция
+Module410Desc=Интегриране на Webcalendar
Module500Name=Данъци и специални разходи
Module500Desc=Управление на други разходи (ДДС, социални или фискални данъци, дивиденти, ...)
Module510Name=Заплати
Module510Desc=Записване и проследяване на плащанията към служители
Module520Name=Кредити
-Module520Desc=Management of loans
-Module600Name=Известия
+Module520Desc=Управление на кредити
+Module600Name=Notifications on business event
Module600Desc=Изпращане на известия по имейл, предизвикани от дадено събитие: за потребител (настройка, определена за всеки потребител), за контакти на контрагенти (настройка, определена за всеки контрагент) или за определени имейли
Module600Long=Имайте предвид, че този модул изпраща имейли в реално време, когато настъпи дадено събитие. Ако търсите функция за изпращане на напомняния по имейл за събития от календара отидете в настройката на модула Календар.
Module610Name=Продуктови варианти
@@ -582,15 +585,15 @@ Module770Name=Разходни отчети
Module770Desc=Управление на искания за разходи (транспорт, храна, ...)
Module1120Name=Запитвания към доставчици
Module1120Desc=Управление на запитвания към доставчици за цени и условия на доставка
-Module1200Name=Богомолка
-Module1200Desc=Mantis интеграция
-Module1520Name=Document Generation
+Module1200Name=Mantis
+Module1200Desc=Интегриране на Mantis
+Module1520Name=Генериране на документи
Module1520Desc=Генериране на документи за масови имейли
-Module1780Name=Tags/Categories
+Module1780Name=Тагове / Категории
Module1780Desc=Създаване на етикети / категории (за продукти, клиенти, доставчици, контакти или членове)
Module2000Name=WYSIWYG редактор
Module2000Desc=Разрешаване на редактиране / форматиране на текстовите полета с помощта на CKEditor (html)
-Module2200Name=Dynamic Prices
+Module2200Name=Динамични цени
Module2200Desc=Използване на математически изрази за автоматично генериране на цени
Module2300Name=Планирани задачи
Module2300Desc=Управление на планирани задачи (cron или chrono таблица)
@@ -598,24 +601,24 @@ Module2400Name=Събития / Календар
Module2400Desc=Проследяване на събития. Регистриране на автоматични събития с цел проследяване или записване на ръчни събития или срещи. Това е основният модул за добро управление на взаимоотношенията с клиенти и доставчици.
Module2500Name=Документи / Съдържание
Module2500Desc=Система за управление на документи / Управление на електронно съдържание. Автоматична организация на вашите генерирани или съхранени документи. Споделяне на документи.
-Module2600Name=API services (Web services SOAP)
-Module2600Desc=Enable the Dolibarr SOAP server providing API services
-Module2610Name=API services (Web services REST)
-Module2610Desc=Enable the Dolibarr REST server providing API services
+Module2600Name=API / Web услуги (SOAP сървър)
+Module2600Desc=Активиране на Dolibarr SOAP сървър, предоставящ API услуги
+Module2610Name=API / Web услуги (REST сървър)
+Module2610Desc=Активиране на Dolibarr REST сървър, предоставящ API услуги
Module2660Name=Извикване на WebServices (SOAP клиент)
Module2660Desc=Активиране на Dollibarr клиент за уеб услуги (Може да се използва за препращане на данни / заявки към външни сървъри. Понастоящем се поддържат само поръчки за покупка.)
Module2700Name=Gravatar
Module2700Desc=Онлайн услуга Gravatar (www.gravatar.com), която показва снимка на потребители / членове (открита, чрез техните имейли). Нуждае се от достъп до интернет.
-Module2800Desc=FTP Клиент
+Module2800Desc=FTP клиент
Module2900Name=GeoIPMaxmind
-Module2900Desc=GeoIP MaxMind реализации възможности
+Module2900Desc=GeoIP Maxmind възможности за преобразуване
Module3200Name=Неизменими архиви
Module3200Desc=Непроменлив дневник на бизнес събития. Събитията се архивират в реално време. Дневникът е таблица, достъпна единствено за четене, която съдържа последователни събития, които могат да бъдат експортирани. Този модул може да е задължителен за някои страни.
Module4000Name=ЧР
Module4000Desc=Управление на човешки ресурси (управление на отдел, договори и настроения на служители)
Module5000Name=Няколко фирми
-Module5000Desc=Позволява ви да управлявате няколко фирми
-Module6000Name=Workflow
+Module5000Desc=Управление на няколко фирми
+Module6000Name=Работен процес
Module6000Desc=Управление на работен процес (автоматично създаване на обект и / или автоматично промяна на неговия статус)
Module10000Name=Уебсайтове
Module10000Desc=Създаване на уебсайтове (публични) с WYSIWYG редактор. Просто настройте вашия уеб сървър (Apache, Nginx, ...), за да посочите специалната директория на Dolibarr, за да бъдат онлайн в интернет с определеното за целта име на домейн.
@@ -625,7 +628,7 @@ Module39000Name=Продуктови партиди
Module39000Desc=Управление на партиди, серийни номера, дати използвай преди / продавай до
Module40000Name=Различни валути
Module40000Desc=Използване на алтернативни валути в цени и документи
-Module50000Name=Paybox
+Module50000Name=PayBox
Module50000Desc=Предлага на клиентите PayBox страница за онлайн плащане (чрез кредитни / дебитни карти). Позволява на клиентите да извършват необходими плащания или плащания, свързани с определен Dolibarr обект (фактура, поръчка и т.н.)
Module50100Name=ПОС SimplePOS
Module50100Desc=Точка за продажба SimplePOS (опростен ПОС)
@@ -639,331 +642,331 @@ Module50400Name=Счетоводство (двойно записване)
Module50400Desc=Управление на счетоводство (двойни вписвания, поддържат се общи и спомагателни счетоводни книги). Експортиране на счетоводната книга в други формати за счетоводен софтуер.
Module54000Name=PrintIPP
Module54000Desc=Директен печат (без отваряне на документи), чрез използване на Cups IPP интерфейс (Принтерът трябва да се вижда от сървъра, a CUPS трябва да бъде инсталиран на сървъра).
-Module55000Name=Poll, Survey or Vote
+Module55000Name=Анкети, проучвания и гласоподаване
Module55000Desc=Създаване на онлайн анкети, проучвания или гласувания (като Doodle, Studs, RDVz и др.)
-Module59000Name=Полета
-Module59000Desc=Модул за управление на маржовете
-Module60000Name=Комисии
-Module60000Desc=Модул за управление на комисии
+Module59000Name=Маржове
+Module59000Desc=Управление на маржове
+Module60000Name=Комисионни
+Module60000Desc=Управление на комисионни
Module62000Name=Условия на доставка
Module62000Desc=Добавяне на функции за управление на Инкотермс (условия на доставка)
Module63000Name=Ресурси
Module63000Desc=Управление на ресурси (принтери, коли, стаи, ...) с цел разпределяне по събития
-Permission11=Клиентите фактури
-Permission12=Създаване / промяна на фактури на клиентите
-Permission13=Unvalidate клиентите фактури
-Permission14=Проверка на клиентите фактури
-Permission15=Изпрати на клиентите фактури по имейл
-Permission16=Създаване на плащания за клиентите фактури
-Permission19=Изтриване на клиентите фактури
-Permission21=Търговски предложения
+Permission11=Преглед на фактури за продажба
+Permission12=Създаване / промяна на фактури на продажба
+Permission13=Анулиране на фактури за продажба
+Permission14=Валидиране на фактури за продажба
+Permission15=Изпращане на фактури за продажба по имейл
+Permission16=Създаване на плащания по фактури за продажба
+Permission19=Изтриване на фактури за продажба
+Permission21=Преглед на търговски предложения
Permission22=Създаване / промяна на търговски предложения
-Permission24=Проверка на търговски предложения
+Permission24=Валидиране на търговски предложения
Permission25=Изпращане на търговски предложения
-Permission26=Затворете търговски предложения
+Permission26=Приключване на търговски предложения
Permission27=Изтриване на търговски предложения
-Permission28=Износ търговски предложения
-Permission31=Прочети продукти
+Permission28=Експортиране на търговски предложения
+Permission31=Преглед на продукти
Permission32=Създаване / промяна на продукти
Permission34=Изтриване на продукти
Permission36=Преглед / управление на скрити продукти
-Permission38=Износ на продукти
+Permission38=Експортиране на продукти
Permission41=Преглед на проекти и задачи (споделени проекти и проекти, в които съм определен за контакт). Въвеждане на отделено време, за служителя или неговите подчинени, по възложени задачи (График)
-Permission42=Създаване / редактиране на проекти (споделени проекти и проекти, в които съм определен за контакт). Създаване на задачи и възлагане на проекти и задачи на потребители
+Permission42=Създаване / променяне на проекти (споделени проекти и проекти, в които съм определен за контакт). Създаване на задачи и възлагане на проекти и задачи на потребители
Permission44=Изтриване на проекти (споделени проекти и проекти, в които съм определен за контакт)
Permission45=Експортиране на проекти
-Permission61=Прочети интервенции
+Permission61=Преглед на интервенции
Permission62=Създаване / промяна на интервенции
Permission64=Изтриване на интервенции
-Permission67=Износ интервенции
-Permission71=Прочети членове
+Permission67=Експортиране на интервенции
+Permission71=Преглед на членове
Permission72=Създаване / промяна на членове
-Permission74=Изтриване на членовете
-Permission75=Setup types of membership
+Permission74=Изтриване на членове
+Permission75=Настройка на видове членство
Permission76=Експортиране на данни
-Permission78=Прочети абонаменти
-Permission79=Създаване/промяна на абонаменти
-Permission81=Клиенти поръчки
-Permission82=Създаване / промяна клиенти поръчки
-Permission84=Проверка на клиенти поръчки
-Permission86=Изпрати клиенти поръчки
-Permission87=Затваряне на поръчките на клиентите
-Permission88=Отказ клиенти поръчки
-Permission89=Изтриване на клиенти поръчки
-Permission91=Read social or fiscal taxes and vat
-Permission92=Create/modify social or fiscal taxes and vat
-Permission93=Delete social or fiscal taxes and vat
-Permission94=Export social or fiscal taxes
-Permission95=Прочети доклада
-Permission101=Прочети sendings
-Permission102=Създаване / промяна sendings
-Permission104=Проверка на sendings
-Permission106=Export sendings
-Permission109=Изтриване sendings
-Permission111=Финансови сметки
-Permission112=Създаване / редакция / изтриване и сравни сделки
-Permission113=Setup financial accounts (create, manage categories)
+Permission78=Преглед на абонаменти
+Permission79=Създаване / промяна на абонаменти
+Permission81=Преглед на поръчки за продажба
+Permission82=Създаване / промяна на поръчки за продажба
+Permission84=Валидиране на поръчки за продажба
+Permission86=Изпращане на поръчки за продажба
+Permission87=Приключване на поръчки за продажба
+Permission88=Анулиране на поръчки за продажба
+Permission89=Изтриване на поръчки за продажба
+Permission91=Преглед на социални или фискални данъци и ДДС
+Permission92=Създаване / промяна на социални или фискални данъци и ДДС
+Permission93=Изтриване на социални или фискални данъци и ДДС
+Permission94=Експортиране на социални или фискални данъци
+Permission95=Преглед на справки
+Permission101=Преглед на изпращания
+Permission102=Създаване / промяна на изпращания
+Permission104=Валидиране на изпращания
+Permission106=Експортиране на изпращания
+Permission109=Изтриване на изпращания
+Permission111=Преглед на финансови сметки
+Permission112=Създаване / промяна / изтриване и сравняване на транзакции
+Permission113=Настройка на финансови сметки (създаване, управление на категории)
Permission114=Съгласуване на транзакции
-Permission115=Експортни сделки и извлеченията от сметките
-Permission116=Трансфери между сметки
+Permission115=Експортиране на транзакции и извлечения по сметка
+Permission116=Прехвърляне между сметки
Permission117=Управление на изпратени чекове
-Permission121=Четене на трети лица, свързани с потребителя
-Permission122=Създаване / промяна контрагенти, свързани с потребителя
-Permission125=Изтриване на трети лица, свързани с потребителя
-Permission126=Контрагенти за износ
+Permission121=Преглед на контрагенти, свързани с потребителя
+Permission122=Създаване / промяна на контрагенти, свързани с потребителя
+Permission125=Изтриване на контрагенти, свързани с потребителя
+Permission126=Експортиране на контрагенти
Permission141=Преглед на всички проекти и задачи (включително частни проекти, в които служителя не е определен за контакт)
-Permission142=Създаване / редактиране на всички проекти и задачи (включително частни проекти, в които служителя не е определен за контакт)
-Permission144=Delete all projects and tasks (also private projects i am not contact for)
-Permission146=Прочети доставчици
-Permission147=Прочети статистиката
+Permission142=Създаване / променяне на всички проекти и задачи (включително частни проекти, в които служителя не е определен за контакт)
+Permission144=Изтриване на всички проекти и задачи (включително частни проекти, в които служителя не е определен за контакт)
+Permission146=Преглед на доставчици
+Permission147=Преглед на статистически данни
Permission151=Преглед на платежни нареждания за директен дебит
-Permission152=Създаване / редактиране на платежни нареждания за директен дебит
+Permission152=Създаване / променяне на платежни нареждания за директен дебит
Permission153=Изпращане / предаване на платежни нареждания за директен дебит
Permission154=Записване на кредити / отхвърляния на платежни нареждания за директен дебит
-Permission161=Read contracts/subscriptions
-Permission162=Create/modify contracts/subscriptions
-Permission163=Activate a service/subscription of a contract
-Permission164=Disable a service/subscription of a contract
-Permission165=Delete contracts/subscriptions
+Permission161=Преглед на договори / абонаменти
+Permission162=Създаване / промяна на договори / абонаменти
+Permission163=Активиране на услуга / абонамент към договор
+Permission164=Прекратяване на услуга / абонамент към договор
+Permission165=Изтриване на договори / абонаменти
Permission167=Експортиране на договори
-Permission171=Read trips and expenses (yours and your subordinates)
-Permission172=Create/modify trips and expenses
-Permission173=Delete trips and expenses
-Permission174=Read all trips and expenses
-Permission178=Export trips and expenses
-Permission180=Прочети доставчици
+Permission171=Преглед на пътувания и разходи (на служителя и неговите подчинени)
+Permission172=Създаване / промяна на пътувания и разходи
+Permission173=Изтриване на пътувания и разходи
+Permission174=Преглед на всички пътувания и разходи
+Permission178=Експортиране на пътувания и разходи
+Permission180=Преглед на доставчици
Permission181=Преглед на поръчки за покупка
-Permission182=Създаване / редактиране на поръчки за покупка
+Permission182=Създаване / променяне на поръчки за покупка
Permission183=Валидиране на поръчки за покупка
Permission184=Одобряване на поръчки за покупка
Permission185=Потвърждаване или анулиране на поръчки за покупка
Permission186=Получаване на поръчки за покупка
-Permission187=Затваряне на поръчки за покупка
+Permission187=Приключване на поръчки за покупка
Permission188=Анулиране на поръчки за покупка
Permission192=Създаване на линии
-Permission193=Отказ линии
+Permission193=Анулиране на линии
Permission194=Преглед на линиите на честотната лента
Permission202=Създаване на ADSL връзки
-Permission203=Поръчка връзки поръчки
-Permission204=Поръчка връзки
-Permission205=Управление на връзките
-Permission206=Прочетете Връзки
-Permission211=Прочети телефония
-Permission212=Поръчка линии
+Permission203=Поръчка на поръчки за свързване
+Permission204=Поръчка на връзки
+Permission205=Управление на връзки
+Permission206=Преглед на връзки
+Permission211=Преглед на телефония
+Permission212=Поръчка на линия
Permission213=Активиране на линия
-Permission214=Setup телефония
-Permission215=Setup доставчици
-Permission221=Прочети emailings
-Permission222=Създаване/промяна на имейли (тема, получатели ...)
-Permission223=Проверка на emailings (позволява изпращане)
+Permission214=Настройка на телефония
+Permission215=Настройка на доставчици
+Permission221=Преглед на имейли
+Permission222=Създаване / промяна на имейли (тема, получатели, ...)
+Permission223=Валидиране на имейли (позволява изпращане)
Permission229=Изтриване на имейли
-Permission237=Получатели и информация
-Permission238=Ръчно изпрати писма
-Permission239=Изтриване на писма след утвърждаване или изпратени
-Permission241=Прочети категории
+Permission237=Преглед на получатели и информация
+Permission238=Ръчно изпращане на имейли
+Permission239=Изтриване на писма след валидиране или изпращане
+Permission241=Преглед на категории
Permission242=Създаване / промяна на категории
Permission243=Изтриване на категории
-Permission244=Вижте съдържанието на скрити категории
-Permission251=Прочетете други потребители и групи
-PermissionAdvanced251=Прочетете други потребители
-Permission252=Разрешения на други потребители
-Permission253=Създаване / редактиране на други потребители, групи и разрешения
-PermissionAdvanced253=Създаване / промяна на вътрешни / външни потребители и разрешения
-Permission254=Създаване / промяна на външни потребители
-Permission255=Промяна на други потребители парола
-Permission256=Изтрий или забраняване на други потребители
+Permission244=Преглед на съдържание на скрити категории
+Permission251=Преглед на други потребители и групи
+PermissionAdvanced251=Преглед на други потребители
+Permission252=Преглед на права на други потребители
+Permission253=Създаване / променяне на други потребители, групи и разрешения
+PermissionAdvanced253=Създаване / промяна на вътрешни / външни потребители и права
+Permission254=Създаване / променя само на външни потребители
+Permission255=Промяна на парола на други потребители
+Permission256=Изтриване или деактивиране на други потребители
Permission262=Разширяване на достъпа до всички контрагенти (не само контрагенти, за които този потребител е търговски представител). Не е ефективно за външни потребители (винаги са ограничени до своите предложения, поръчки, фактури, договори и т.н.). Не е ефективно за проекти (имат значение само разрешенията, видимостта и възложенията в проекта).
-Permission271=Прочети CA
-Permission272=Прочети фактури
+Permission271=Преглед на CA
+Permission272=Преглед на фактури
Permission273=Издаване на фактури
-Permission281=Прочети контакти
-Permission282=Създаване / Промяна на контактите
+Permission281=Преглед на контакти
+Permission282=Създаване / промяна на контакти
Permission283=Изтриване на контакти
Permission286=Експортиране на контакти
-Permission291=Прочети тарифи
-Permission292=Задаване на разрешения за тарифите
+Permission291=Преглед на тарифи
+Permission292=Задаване на права за тарифи
Permission293=Промяна на тарифите на клиента
Permission300=Преглед на баркодове
-Permission301=Създаване / редактиране на баркодове
+Permission301=Създаване / променяне на баркодове
Permission302=Изтриване на баркодове
-Permission311=Прочети услуги
-Permission312=Assign service/subscription to contract
-Permission331=Прочетете отметките
+Permission311=Преглед на услуги
+Permission312=Възлагане на услуга / абонамент към договор
+Permission331=Преглед на отметки
Permission332=Създаване / промяна на отметки
Permission333=Изтриване на отметки
-Permission341=Прочетете своите разрешения
-Permission342=Създаване / промяна на собствената си потребителска информация
-Permission343=Промяна на собствената си парола
-Permission344=Промяна на свои собствени разрешения
-Permission351=Прочети групи
-Permission352=Групи разрешения
+Permission341=Преглед на собствени права
+Permission342=Създаване / промяна на собствена информация за потребителя
+Permission343=Промяна на собствена парола
+Permission344=Промяна на собствени права
+Permission351=Преглед на групи
+Permission352=Преглед на групови права
Permission353=Създаване / промяна на групи
-Permission354=Изтрий или забраняване на групи
-Permission358=Износ потребители
-Permission401=Прочети отстъпки
+Permission354=Изтриване или деактивиране на групи
+Permission358=Експортиране на потребители
+Permission401=Преглед на отстъпки
Permission402=Създаване / промяна на отстъпки
-Permission403=Проверка на отстъпки
+Permission403=Валидиране на отстъпки
Permission404=Изтриване на отстъпки
-Permission430=Use Debug Bar
+Permission430=Използване на инструменти за отстраняване на грешки
Permission511=Преглед на плащания на заплати
-Permission512=Създаване / редактиране на плащания на заплати
+Permission512=Създаване / променяне на плащания на заплати
Permission514=Изтриване на плащания на заплати
-Permission517=Export salaries
-Permission520=Read Loans
-Permission522=Create/modify loans
-Permission524=Delete loans
-Permission525=Access loan calculator
-Permission527=Export loans
-Permission531=Прочети услуги
-Permission532=Създаване / промяна услуги
+Permission517=Експортиране на заплати
+Permission520=Преглед на кредити
+Permission522=Създаване / промяна на кредити
+Permission524=Изтриване на кредити
+Permission525=Достъп до кредитен калкулатор
+Permission527=Експортиране на кредити
+Permission531=Преглед на услуги
+Permission532=Създаване / промяна на услуги
Permission534=Изтриване на услуги
-Permission536=Вижте / управление скрити услуги
-Permission538=Износ услуги
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
-Permission701=Прочети дарения
+Permission536=Преглед / управление на скрити услуги
+Permission538=Експортиране на услуги
+Permission650=Преглед на спецификации
+Permission651=Създаване / Промяна на спецификации
+Permission652=Изтриване на спецификации
+Permission701=Преглед на дарения
Permission702=Създаване / промяна на дарения
Permission703=Изтриване на дарения
-Permission771=Read expense reports (yours and your subordinates)
-Permission772=Create/modify expense reports
-Permission773=Delete expense reports
-Permission774=Read all expense reports (even for user not subordinates)
-Permission775=Approve expense reports
-Permission776=Pay expense reports
-Permission779=Export expense reports
-Permission1001=Прочети запаси
-Permission1002=Create/modify warehouses
-Permission1003=Delete warehouses
-Permission1004=Движението на стоковите наличности
-Permission1005=Създаване / промяна на движението на стоковите наличности
-Permission1101=Поръчките за доставка
-Permission1102=Създаване / промяна на поръчките за доставка
-Permission1104=Проверка на поръчките за доставка
-Permission1109=Изтриване на поръчките за доставка
-Permission1121=Read supplier proposals
-Permission1122=Create/modify supplier proposals
-Permission1123=Validate supplier proposals
-Permission1124=Send supplier proposals
-Permission1125=Delete supplier proposals
-Permission1126=Close supplier price requests
-Permission1181=Прочети доставчици
+Permission771=Преглед на разходни отчети (на служителя и неговите подчинени)
+Permission772=Създаване / промяна на разходни отчети
+Permission773=Изтриване на разходни отчети
+Permission774=Преглед на всички разходни отчети (дори на служители които не са подчинени на служителя)
+Permission775=Одобряване на разходни отчети
+Permission776=Плащане на разходни отчети
+Permission779=Експортиране на разходни отчети
+Permission1001=Преглед на наличности
+Permission1002=Създаване / промяна на складове
+Permission1003=Изтриване на складове
+Permission1004=Преглед на движения на наличности
+Permission1005=Създаване / промяна на движения на наличности
+Permission1101=Преглед на поръчки за покупка
+Permission1102=Създаване / промяна на поръчки за покупка
+Permission1104=Валидиране на поръчки за покупка
+Permission1109=Изтриване на поръчки за покупка
+Permission1121=Преглед на запитвания към доставчици
+Permission1122=Създаване / промяна на запитвания към доставчици
+Permission1123=Валидиране на запитвания към доставчици
+Permission1124=Изпращане на запитвания към доставчици
+Permission1125=Изтриване на запитвания към доставчици
+Permission1126=Приключване на запитвания към доставчици
+Permission1181=Преглед на доставчици
Permission1182=Преглед на поръчки за покупка
-Permission1183=Създаване / редактиране на поръчки за покупка
+Permission1183=Създаване / променяне на поръчки за покупка
Permission1184=Валидиране на поръчки за покупка
Permission1185=Одобряване на поръчки за покупка
Permission1186=Поръчка на поръчки за покупка
Permission1187=Потвърждаване на получаването на поръчка за покупка
Permission1188=Изтриване на поръчки за покупка
Permission1190=Одобряване (второ одобрение) на поръчки за покупка
-Permission1201=Резултат от износ
-Permission1202=Създаване / Промяна на износ
+Permission1201=Получава на резултат от експортиране
+Permission1202=Създаване / промяна на експортиране
Permission1231=Преглед на фактури за доставка
-Permission1232=Създаване / редактиране на фактури за доставка
+Permission1232=Създаване / променяне на фактури за доставка
Permission1233=Валидиране на фактури за доставка
Permission1234=Изтриване на фактури за доставка
Permission1235=Изпращане на фактури за доставка по имейл
Permission1236=Експортиране на фактури за доставка, атрибути и плащания
Permission1237=Експортиране на поръчки за покупка и техните подробности
-Permission1251=Пусни масов внос на външни данни в базата данни (данни товара)
-Permission1321=Износ на клиентите фактури, атрибути и плащания
+Permission1251=Извършване на масово импортиране на външни данни в базата данни (зареждане на данни)
+Permission1321=Експортиране на фактури за продажба, атрибути и плащания
Permission1322=Повторно отваряне на платена фактура
Permission1421=Експортиране на поръчки за продажба и атрибути
-Permission2401=Прочетете действия (събития или задачи), свързани с неговата сметка
-Permission2402=Създаване/промяна действия (събития или задачи), свързани с неговата сметка
-Permission2403=Изтрий действия (събития или задачи), свързани с неговата сметка
-Permission2411=Прочетете действия (събития или задачи) на другите
-Permission2412=Създаване / промяна действия (събития или задачи) на другите
-Permission2413=Изтрий действия (събития или задачи) на другите
+Permission2401=Преглед на действия (събития или задачи), свързани с профила на потребителя
+Permission2402=Създаване / промяна на действия (събития или задачи), свързани с профила на потребителя
+Permission2403=Изтриване на действия (събития или задачи), свързани с профила на потребителя
+Permission2411=Преглед на действия (събития или задачи), свързани с профили на други потребители
+Permission2412=Създаване / променя на действия (събития или задачи), свързани с профили на други потребители
+Permission2413=Изтриване на действия (събития или задачи), свързани с профили на други потребители
Permission2414=Експортиране на действия / задачи на други лица
-Permission2501=/ Изтегляне документи
+Permission2501=Преглед / изтегляне на документи
Permission2502=Изтегляне на документи
Permission2503=Изпращане или изтриване на документи
-Permission2515=Setup документи директории
-Permission2801=Използвайте FTP клиент в режим на четене (да преглеждате и сваляте само)
-Permission2802=Използвайте FTP клиент в режим на запис (изтриване или качване на файлове)
-Permission3200=Read archived events and fingerprints
-Permission4001=See employees
-Permission4002=Create employees
-Permission4003=Delete employees
-Permission4004=Export employees
-Permission10001=Read website content
-Permission10002=Create/modify website content (html and javascript content)
-Permission10003=Create/modify website content (dynamic php code). Dangerous, must be reserved to restricted developers.
-Permission10005=Delete website content
+Permission2515=Настройка на директории за документи
+Permission2801=Използване на FTP клиент в режим на четене (само за преглед и изтегляне)
+Permission2802=Използване на FTP клиент в режим на писане (изтриване или качване на файлове)
+Permission3200=Преглед на архивирани събития и пръстови отпечатъци
+Permission4001=Преглед на служители
+Permission4002=Създаване на служители
+Permission4003=Изтриване на служители
+Permission4004=Експортиране на служители
+Permission10001=Преглед на съдържание в уебсайт
+Permission10002=Създаване / Промяна на съдържание в уебсайт (html и javascript)
+Permission10003=Създаване / Промяна на съдържание в уебсайт (динамичен php код). Опасно, трябва да бъде използвано само за ограничен кръг разработчици.
+Permission10005=Изтриване на съдържание в уебсайт
Permission20001=Преглед на молби за отпуск (на служителя и неговите подчинени)
-Permission20002=Създаване / редактиране на молби за отпуск (на служителя и неговите подчинени)
-Permission20003=Delete leave requests
+Permission20002=Създаване / променяне на молби за отпуск (на служителя и неговите подчинени)
+Permission20003=Изтриване на молби за отпуск
Permission20004=Преглед на всички молби за отпуск (дори на служители които не са подчинени на служителя)
-Permission20005=Създаване / редактиране на всички молби за отпуск (дори на служители, които не са подчинени на служителя)
-Permission20006=Admin leave requests (setup and update balance)
-Permission23001=Read Scheduled job
-Permission23002=Create/update Scheduled job
-Permission23003=Delete Scheduled job
-Permission23004=Execute Scheduled job
+Permission20005=Създаване / променяне на всички молби за отпуск (дори на служители, които не са подчинени на служителя)
+Permission20006=Администриране на молби за отпуск (настройка и актуализиране на баланса)
+Permission23001=Преглед на планирани задачи
+Permission23002=Създаване / промяна на планирани задачи
+Permission23003=Изтриване на планирани задачи
+Permission23004=Стартиране на планирани задачи
Permission50101=Използване на точка на продажба
-Permission50201=Прочети сделки
-Permission50202=Сделки на внос
-Permission50401=Bind products and invoices with accounting accounts
-Permission50411=Read operations in ledger
-Permission50412=Write/Edit operations in ledger
-Permission50414=Delete operations in ledger
-Permission50415=Delete all operations by year and journal in ledger
-Permission50418=Export operations of the ledger
-Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
-Permission50440=Manage chart of accounts, setup of accountancy
-Permission51001=Read assets
-Permission51002=Create/Update assets
-Permission51003=Delete assets
-Permission51005=Setup types of asset
-Permission54001=Print
-Permission55001=Read polls
-Permission55002=Create/modify polls
-Permission59001=Read commercial margins
-Permission59002=Define commercial margins
-Permission59003=Read every user margin
+Permission50201=Преглед на транзакции
+Permission50202=Импортиране на транзакции
+Permission50401=Свързване на продукти и фактури със счетоводни сметки
+Permission50411=Преглед на операции в счетоводна книга
+Permission50412=Създаване / Промяна на операции в счетоводна книга
+Permission50414=Изтриване на операции в счетоводна книга
+Permission50415=Изтриване на всички операции по година и дневник в счетоводна книга
+Permission50418=Експортиране на операции от счетоводна книга
+Permission50420=Отчитане и справки за експортиране (оборот, баланс, дневници, счетоводна книга)
+Permission50430=Определяне и приключване на фискален период
+Permission50440=Управление на сметкоплан, настройка на счетоводство
+Permission51001=Преглед на активи
+Permission51002=Създаване / Промяна на активи
+Permission51003=Изтриване на активи
+Permission51005=Настройка на типове активи
+Permission54001=Принтиране
+Permission55001=Преглед на анкети
+Permission55002=Създаване / промяна на анкети
+Permission59001=Преглед на търговски маржове
+Permission59002=Дефиниране на търговски маржове
+Permission59003=Преглед на всички потребителски маржове
Permission63001=Преглед на ресурси
-Permission63002=Създаване / редактиране на ресурси
+Permission63002=Създаване / променяне на ресурси
Permission63003=Изтриване на ресурси
Permission63004=Свързване на ресурси към събития от календара
DictionaryCompanyType=Видове контрагенти
DictionaryCompanyJuridicalType=Правна форма на контрагенти
DictionaryProspectLevel=Потенциал за перспектива
-DictionaryCanton=Области / региони
-DictionaryRegion=Regions
-DictionaryCountry=Countries
-DictionaryCurrency=Currencies
+DictionaryCanton=Области / Региони
+DictionaryRegion=Региони
+DictionaryCountry=Държави
+DictionaryCurrency=Валути
DictionaryCivility=Обръщения
DictionaryActions=Видове събития в календара
DictionarySocialContributions=Видове социални или фискални данъци
-DictionaryVAT=VAT Rates or Sales Tax Rates
+DictionaryVAT=Ставки на ДДС или Данък върху продажби
DictionaryRevenueStamp=Размер на данъчни печати (бандероли)
DictionaryPaymentConditions=Условия за плащане
DictionaryPaymentModes=Методи за плащане
DictionaryTypeContact=Видове контакти / адреси
DictionaryTypeOfContainer=Уебсайт - Видове страници / контейнери
DictionaryEcotaxe=Ecotax (WEEE)
-DictionaryPaperFormat=Paper formats
+DictionaryPaperFormat=Хартиени формати
DictionaryFormatCards=Формати на карти
DictionaryFees=Разходен отчет - Видове разходни отчети
-DictionarySendingMethods=Shipping methods
+DictionarySendingMethods=Методи на доставка
DictionaryStaff=Брой служители
-DictionaryAvailability=Delivery delay
-DictionaryOrderMethods=Ordering methods
-DictionarySource=Origin of proposals/orders
+DictionaryAvailability=Забавяне на доставка
+DictionaryOrderMethods=Методи за поръчка
+DictionarySource=Произход на предложения / поръчки
DictionaryAccountancyCategory=Персонализирани групи за отчети
-DictionaryAccountancysystem=Models for chart of accounts
+DictionaryAccountancysystem=Модели за сметкоплан
DictionaryAccountancyJournal=Счетоводни дневници
DictionaryEMailTemplates=Шаблони за имейли
-DictionaryUnits=Units
+DictionaryUnits=Единици
DictionaryMeasuringUnits=Измервателни единици
DictionaryProspectStatus=Статус на перспективи
DictionaryHolidayTypes=Видове отпуск
DictionaryOpportunityStatus=Статус на възможността за проект / възможност
DictionaryExpenseTaxCat=Разходен отчет - Транспортни категории
DictionaryExpenseTaxRange=Разходен отчет - Обхват на транспортни категории
-SetupSaved=Setup спаси
+SetupSaved=Настройката е запазена
SetupNotSaved=Настройката не е запазена
BackToModuleList=Назад към списъка с модули
BackToDictionaryList=Назад към списъка с речници
@@ -974,37 +977,37 @@ VATIsNotUsedDesc=По подразбиране предложената став
VATIsUsedExampleFR=Във Франция това означава дружества или организации, които имат реална фискална система (опростена реална или нормална реална). Система, в която е деклариран ДДС.
VATIsNotUsedExampleFR=Във Франция това означава асоциации, които не декларират данък върху продажбите или компании, организации, или свободни професии, които са избрали фискалната система за микропредприятия (данък върху продажбите във франчайз) и са платили франчайз данък върху продажбите без декларация за данък върху продажбите. Този избор ще покаже информация за "Неприложим данък върху продажбите - art-293B от CGI" във фактурите.
##### Local Taxes #####
-LTRate=Курс
-LocalTax1IsNotUsed=Do not use second tax
+LTRate=Ставка
+LocalTax1IsNotUsed=Да не се използва втори данък
LocalTax1IsUsedDesc=Използване на втори тип данък (различен от първия)
LocalTax1IsNotUsedDesc=Да не се използва друг тип данък (различен от първия)
-LocalTax1Management=Second type of tax
+LocalTax1Management=Втори вид данък
LocalTax1IsUsedExample=
LocalTax1IsNotUsedExample=
-LocalTax2IsNotUsed=Do not use third tax
+LocalTax2IsNotUsed=Да не се използва трети данък
LocalTax2IsUsedDesc=Използване на трети тип данък (различен от първия)
LocalTax2IsNotUsedDesc=Да не се използва друг тип данък (различен от първия)
-LocalTax2Management=Third type of tax
+LocalTax2Management=Трети вид данък
LocalTax2IsUsedExample=
LocalTax2IsNotUsedExample=
-LocalTax1ManagementES=RE Управление
+LocalTax1ManagementES=Управление на RE
LocalTax1IsUsedDescES=Ставката на RE по подразбиране при създаване на перспективи, фактури, поръчки и т.н. следва активното стандартно правило: Ако купувачът не е подложен на RE, RE по подразбиране = 0. Край на правилото. Ако купувачът е подложен на RE, тогава RE е по подразбиране. Край на правилото.
-LocalTax1IsNotUsedDescES=По подразбиране предложения RE е 0. Край на правило.
-LocalTax1IsUsedExampleES=В Испания те са професионалисти, подлежащи на някои специфични части на испанската IAE.
-LocalTax1IsNotUsedExampleES=В Испания те са професионални и общества и при спазване на определени сектори на испанската IAE.
-LocalTax2ManagementES=IRPF Management
+LocalTax1IsNotUsedDescES=По подразбиране предложената RE е 0. Край на правилото.
+LocalTax1IsUsedExampleES=В Испания те са професионалисти, подчинени на някои специфични раздели на испанската IAE.
+LocalTax1IsNotUsedExampleES=В Испания те са професионалисти и общества и подлежат на определени раздели на испанската IAE.
+LocalTax2ManagementES=Управление на IRPF
LocalTax2IsUsedDescES=Ставката на IRPF по подразбиране при създаване на перспективи, фактури, поръчки и т.н. следва активното стандартно правило: Ако продавачът не е подложен на IRPF, то по подразбиране IRPF = 0. Край на правилото. Ако продавачът е подложен на IRPF, тогава IRPF е по подразбиране. Край на правилото.
-LocalTax2IsNotUsedDescES=По подразбиране предложения IRPF е 0. Край на правило.
-LocalTax2IsUsedExampleES=В Испания, на свободна практика и независими специалисти, които предоставят услуги и фирми, които са избрани на данъчната система от модули.
+LocalTax2IsNotUsedDescES=По подразбиране предложената IRPF е 0. Край на правилото.
+LocalTax2IsUsedExampleES=В Испания, професионалистите на свободна практика и независимите професионалисти, които предоставят услуги и фирми, които са избрали данъчната система от модули.
LocalTax2IsNotUsedExampleES=В Испания те са предприятия, които не подлежат на данъчна система от модули.
-CalcLocaltax=Reports on local taxes
-CalcLocaltax1=Sales - Purchases
-CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
-CalcLocaltax2=Purchases
-CalcLocaltax2Desc=Local Taxes reports are the total of localtaxes purchases
-CalcLocaltax3=Sales
-CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
-LabelUsedByDefault=Label used by default if no translation can be found for code
+CalcLocaltax=Справки за местни данъци
+CalcLocaltax1=Продажби - Покупки
+CalcLocaltax1Desc=Справките за местни данъци се изчисляват с разликата между размера местни данъци от продажби и размера местни данъци от покупки.
+CalcLocaltax2=Покупки
+CalcLocaltax2Desc=Справки за местни данъци се определят, чрез размера на местни данъци от общи покупки
+CalcLocaltax3=Продажби
+CalcLocaltax3Desc=Справки за местни данъци се определят, чрез размера на местни данъци от общи продажби
+LabelUsedByDefault=Етикет, използван по подразбиране, ако не може да бъде намерен превод за кода
LabelOnDocuments=Етикет на документи
LabelOrTranslationKey=Етикет или ключ за превод
ValueOfConstantKey=Стойност на константа
@@ -1013,62 +1016,62 @@ AtEndOfMonth=В края на месеца
CurrentNext=Текущ/Следващ
Offset=Офсет
AlwaysActive=Винаги активна
-Upgrade=Обновяване
-MenuUpgrade=Обновяване/Удължаване
+Upgrade=Актуализация
+MenuUpgrade=Актуализиране / разширяване
AddExtensionThemeModuleOrOther=Внедряване / инсталиране на външно приложение / модул
WebServer=Уеб сървър
-DocumentRootServer=Главната директория на уеб сървъра
-DataRootServer=Файлове с данни
+DocumentRootServer=Основна директория на уеб сървъра
+DataRootServer=Директория за файлове с данни
IP=IP
Port=Порт
-VirtualServerName=Име на виртуалния сървър
-OS=OS
-PhpWebLink=Web-Php връзка
+VirtualServerName=Име на виртуален сървър
+OS=Операционна система
+PhpWebLink=Връзка с уеб-php
Server=Сървър
Database=База данни
-DatabaseServer=Хост базата данни
-DatabaseName=Име на базата данни
-DatabasePort=Database порт
-DatabaseUser=Потребители на бази данни
-DatabasePassword=Database парола
-Tables=Маси
-TableName=Таблица име
+DatabaseServer=Хост на база данни
+DatabaseName=Име на база данни
+DatabasePort=Порт на база данни
+DatabaseUser=Потребител на база данни
+DatabasePassword=Парола на база данни
+Tables=Таблици
+TableName=Име на таблица
NbOfRecord=Брой записи
Host=Сървър
-DriverType=Шофьор тип
-SummarySystem=Резюме на информационна система
-SummaryConst=Списък на всички параметри за настройка Dolibarr
+DriverType=Тип драйвер
+SummarySystem=Резюме на системна информация
+SummaryConst=Списък на всички параметри за настройка на Dolibarr
MenuCompanySetup=Компания / Организация
-DefaultMenuManager= Стандартно меню мениджър
-DefaultMenuSmartphoneManager=Smartphone Menu Manager
-Skin=Кожата тема
+DefaultMenuManager= Стандартен мениджър на меню
+DefaultMenuSmartphoneManager=Мениджър на меню за смартфон
+Skin=Тема на интерфейса
DefaultSkin=Тема по подразбиране
-MaxSizeList=Максимална дължина за списъка
-DefaultMaxSizeList=Макс. дължина за списъци по подразбиране
+MaxSizeList=Максимална дължина за списък
+DefaultMaxSizeList=Максимална дължина по подразбиране за списъци
DefaultMaxSizeShortList=Максимална дължина по подразбиране за кратки списъци (т.е. в карта на клиента)
MessageOfDay=Послание на деня
-MessageLogin=Съобщение на страницата за вход
+MessageLogin=Съобщение в страницата за вход
LoginPage=Входна страница
BackgroundImageLogin=Фоново изображение
-PermanentLeftSearchForm=Постоянна форма за търсене в лявото меню
+PermanentLeftSearchForm=Формуляр за постоянно търсене в лявото меню
DefaultLanguage=Език по подразбиране
EnableMultilangInterface=Активиране на многоезикова поддръжка
-EnableShowLogo=Показване на логото в лявото меню
+EnableShowLogo=Показване на лого в лявото меню
CompanyInfo=Фирма / Организация
CompanyIds=Идентификационни данни на фирма / организация
CompanyName=Име
CompanyAddress=Адрес
-CompanyZip=П. код
+CompanyZip=Пощ. код
CompanyTown=Град
CompanyCountry=Държава
-CompanyCurrency=Основната валута
-CompanyObject=Object of the company
-Logo=Logo
-DoNotSuggestPaymentMode=Да не предполагат
-NoActiveBankAccountDefined=Не е активна банкова сметка на определени
-OwnerOfBankAccount=Собственик на %s банкови сметки
-BankModuleNotActive=Банкови сметки модул не е активиран
-ShowBugTrackLink=Show link "%s"
+CompanyCurrency=Основна валута
+CompanyObject=Предмет на фирмата
+Logo=Лого
+DoNotSuggestPaymentMode=Да не се предлага
+NoActiveBankAccountDefined=Няма дефинирана активна банкова сметка
+OwnerOfBankAccount=Титуляр на банкова сметка %s
+BankModuleNotActive=Модулът за банкови сметки не е активиран
+ShowBugTrackLink=Показване на връзка "%s"
Alerts=Сигнали
DelaysOfToleranceBeforeWarning=Закъснение преди показване на предупредителен сигнал за:
DelaysOfToleranceDesc=Задаване на закъснение, преди на екрана да се покаже иконата за предупреждение %s на закъснелия елемент.
@@ -1092,7 +1095,7 @@ SetupDescription2=Следните две секции са задължител
SetupDescription3=%s ->%s Основни параметри, използвани за персонализиране на поведението по подразбиране на вашето приложение (например за функции, свързани със държавата).
SetupDescription4=%s ->%s Този софтуер е набор от много модули / приложения, всички повече или по-малко независими. Модулите, съответстващи на вашите нужди, трябва да бъдат активирани и конфигурирани. В менютата се добавят нови елементи / опции с активирането на модул.
SetupDescription5=Менюто "Други настройки" управлява допълнителни параметри.
-LogEvents=Събития одит на сигурността
+LogEvents=Събития за одит на сигурността
Audit=Проверка
InfoDolibarr=За Dolibarr
InfoBrowser=За браузъра
@@ -1101,60 +1104,60 @@ InfoWebServer=За уеб сървъра
InfoDatabase=За базата данни
InfoPHP=За PHP
InfoPerf=За производителността
-BrowserName=Browser name
-BrowserOS=Browser OS
-ListOfSecurityEvents=Списък на събитията Dolibarr сигурност
-SecurityEventsPurged=Събития по сигурността прочиства
+BrowserName=Име на браузъра
+BrowserOS=OS на браузъра
+ListOfSecurityEvents=Списък на събития за сигурност в Dolibarr
+SecurityEventsPurged=Събитията със сигурността са премахнати
LogEventDesc=Активиране на регистрирането за конкретни събития за сигурност. Администриране на записаните събития, чрез меню %s - %s. Внимание, тази функция може да генерира голямо количество данни в базата данни.
AreaForAdminOnly=Параметрите за настройка могат да се задават само от Администратори.
-SystemInfoDesc=Информационна система Разни техническа информация можете да получите в режим само за четене и видими само за администратори.
+SystemInfoDesc=Системната информация е различна техническа информация, която получавате в режим само за четене и е видима само за администратори.
SystemAreaForAdminOnly=Тази секция е достъпна само за администратори. Потребителските права в Dolibarr не могат да променят това ограничение.
CompanyFundationDesc=Редактирайте информацията за фирма / организация като кликнете върху бутона '%s' или '%s' в долната част на страницата.
-AccountantDesc=If you have an external accountant/bookkeeper, you can edit here its information.
+AccountantDesc=Ако имате външен счетоводител, тук може да редактирате неговата информация.
AccountantFileNumber=Счетоводен код
DisplayDesc=Тук могат да се променят параметрите, които влияят на външния вид и поведението на Dolibarr.
AvailableModules=Налични приложения / модули
-ToActivateModule=За да активирате модули, отидете на настройка пространство (Начало-> Setup-> модули).
-SessionTimeOut=Време за сесията
+ToActivateModule=За да активирате модули, отидете на в секцията за настройка (Начало -> Настройки -> Модули / Приложения).
+SessionTimeOut=Време за сесия
SessionExplanation=Това число гарантира, че сесията никога няма да изтече преди това закъснение, ако чистачът на сесии се извършва от вътрешен PHP чистач на сесии (и нищо друго). Вътрешният PHP чистач на сесии не гарантира, че сесията ще изтече след това закъснение. Тя ще изтече, след това закъснение и когато се задейства чистачът на сесии на всеки %s / %s идентифицирания в системата, но само по време на достъп от други сесии (ако стойността е 0, това означава, че почистването на сесията се извършва само от външен процес). Забележка: на някои сървъри с външен механизъм за почистване на сесиите (cron под debian, ubuntu ...), сесиите могат да бъдат унищожени след период, определен от външна настройка, независимо от въведената тук стойност.
TriggersAvailable=Налични тригери
TriggersDesc=Тригерите са файлове, които ще променят поведението на Dolibarr след като бъдат копирани в директорията htdocs/core/triggers. Те реализират нови действия, активирани при събития в Dolibarr (създаване на нов контрагент, валидиране на фактура, ...).
-TriggerDisabledByName=Тригерите в този файл са изключени от NORUN наставка в името си.
-TriggerDisabledAsModuleDisabled=Тригерите в този файл са забранени като модул %s е забранено.
-TriggerAlwaysActive=Тригерите в този файл са винаги активни,, каквото са активирани модули Dolibarr.
-TriggerActiveAsModuleActive=Тригерите в този файл са активни, като модул %s е активирана.
+TriggerDisabledByName=Тригерите в този файл са деактивирани от суфикса -NORUN в името му.
+TriggerDisabledAsModuleDisabled=Тригерите в този файл са деактивирани, тъй като модулът %s е деактивиран.
+TriggerAlwaysActive=Тригерите в този файл са винаги активни, каквито и да са активираните Dolibarr модули.
+TriggerActiveAsModuleActive=Тригерите в този файл са активни, когато е активиран модул %s.
GeneratedPasswordDesc=Изберете метода, който ще се използва за автоматично генерирани пароли.
DictionaryDesc=Определете всички референтни данни. Може да добавите стойности по подразбиране.
ConstDesc=Тази страница позволява да редактирате (презаписвате) параметри, които не са достъпни в други страници. Това са параметри предимно запазени за разработчици / разширено отстраняване на неизправности. За пълен списък на наличните параметри вижте тук.
MiscellaneousDesc=Тук са дефинирани всички параметри, свързани със сигурността.
-LimitsSetup=Граници / Прецизно настройване
+LimitsSetup=Граници / Прецизна настройка
LimitsDesc=Тук може да дефинирате ограничения използвани от Dolibarr за по-голяма прецизност и оптимизация
MAIN_MAX_DECIMALS_UNIT=Максимален брой десетични знаци за единични цени
MAIN_MAX_DECIMALS_TOT=Максимален брой десетични знаци за общи суми
MAIN_MAX_DECIMALS_SHOWN=Максимален брой десетични знаци за цени, показани на екрана. Добавете многоточие ... след този параметър (напр. 2...), ако искате да видите "..." суфикс след съкратената (закръглена) цена.
MAIN_ROUNDING_RULE_TOT=Диапазон на закръгляване (за страни, в които закръгляването се извършва на нещо различно от стандартното 10. Например поставете 0.05, ако закръгляването се извършва с 0.05 стъпки)
-UnitPriceOfProduct=Нетен единичната цена на даден продукт
+UnitPriceOfProduct=Нетна единична цена на продукт
TotalPriceAfterRounding=Обща цена (без ДДС / ДДС / с ДДС) след закръгляване
-ParameterActiveForNextInputOnly=Параметър ефективно само за следващия вход
+ParameterActiveForNextInputOnly=Параметърът е ефективен само за следващия вход
NoEventOrNoAuditSetup=Не е регистрирано събитие свързано със сигурността. Това е нормално, ако проверката не е активирана в страницата "Настройки - Сигурност - Събития".
NoEventFoundWithCriteria=Не е намерено събитие свързано със сигурността по тези параметри за търсене.
-SeeLocalSendMailSetup=Вижте настройка Sendmail
+SeeLocalSendMailSetup=Вижте локалната си настройка за Sendmail
BackupDesc=Пълното архивиране на Dolibarr инсталация се извършва в две стъпки.
BackupDesc2=Архивиране на съдържанието в директорията "documents" (%s), съдържаща всички ръчно добавени и генерирани файлове. Това също така ще включва всички архивирани файлове, генерирани в Стъпка 1.
BackupDesc3=Архивиране на структурата и съдържанието на база данни (%s) в архивен файл. За тази цел може да използвате следния асистент.
BackupDescX=Архивиращата директория трябва да се съхранява на сигурно място.
-BackupDescY=Генерирания дъмп файл трябва да се съхранява на сигурно място.
+BackupDescY=Генерираният дъмп файл трябва да се съхранява на сигурно място.
BackupPHPWarning=Архивирането не може да бъде гарантирано с този метод. Препоръчва се предходният.
RestoreDesc=Възстановяването на Dolibarr от архивно копие се извършва в две стъпки.
RestoreDesc2=Възстановете от архивният файл (например zip файл) директорията "documents" в нова Dolibarr инсталация или в "documents" директорията на текущата инсталация (%s).
RestoreDesc3=Възстановете структурата на базата данни и данните от архивния файл в базата данни на новата Dolibarr инсталация или в базата данни (%s) на настоящата инсталация. Внимание, след като възстановяването приключи, трябва да използвате потребителско име и парола, които са били налични по време на архивирането / инсталацията, за да се свържете отново. За да възстановите архивирана база данни в тази текущата инсталация, може да използвате следния асистент.
-RestoreMySQL=MySQL внос
-ForcedToByAModule= Това правило е принуден да %s от активиран модул
+RestoreMySQL=Импортиране на MySQL
+ForcedToByAModule= Това правило е принудено да %s, чрез активиран модул
PreviousDumpFiles=Съществуващи архивни файлове
WeekStartOnDay=Първи ден от седмицата
RunningUpdateProcessMayBeRequired=Актуализацията изглежда задължителна (версията на програмата %s се различава от версията на базата данни %s)
-YouMustRunCommandFromCommandLineAfterLoginToUser=Трябва да изпълните тази команда от командния ред след влизане на черупката с потребителски %s или трябва да добавите опцията-W в края на командния ред, за да предоставят %s парола.
-YourPHPDoesNotHaveSSLSupport=SSL функции не са налични във вашата PHP
+YouMustRunCommandFromCommandLineAfterLoginToUser=Трябва да изпълните тази команда от командния ред след влизане в shell с потребител %s или трябва да добавите опция -W в края на командния ред, за да се предостави %s парола.
+YourPHPDoesNotHaveSSLSupport=SSL функциите не са налични във вашия PHP
DownloadMoreSkins=Изтегляне на повече теми
SimpleNumRefModelDesc=Връща референтен номер във формат %syymm-nnnn, където yy е година, mm е месец и nnnn е последователност от номера без връщане към нула
ShowProfIdInAddress=Показване на идентификационни данни в полетата с адреси
@@ -1166,33 +1169,34 @@ MeteoStdModEnabled=Стандартният режим е активиран
MeteoPercentageMod=Процентен режим
MeteoPercentageModEnabled=Процентният режим е активиран
MeteoUseMod=Кликнете, за да използвате %s
-TestLoginToAPI=Тествайте влезете в API
+TestLoginToAPI=Тест за вход в API
ProxyDesc=Някои функции на Dolibarr изискват достъп до интернет. Определете тук параметрите на интернет връзката за достъп през прокси сървър, ако е необходимо.
ExternalAccess=Външен / Интернет достъп
MAIN_PROXY_USE=Използване на прокси сървър (в противен случай достъпът към интернет е директен)
MAIN_PROXY_HOST=Прокси сървър: Име / Адрес
MAIN_PROXY_PORT=Прокси сървър: Порт
-MAIN_PROXY_USER=Прокси сървър: Потребител
+MAIN_PROXY_USER=Прокси сървър: Потребителско име
MAIN_PROXY_PASS=Прокси сървър: Парола
DefineHereComplementaryAttributes=Определете тук всички допълнителни / персонализирани атрибути, които искате да бъдат включени за: %s
ExtraFields=Допълнителни атрибути
-ExtraFieldsLines=Complementary attributes (lines)
+ExtraFieldsLines=Допълнителни атрибути (редове)
ExtraFieldsLinesRec=Допълнителни атрибути (шаблонни редове на фактури)
-ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
-ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
+ExtraFieldsSupplierOrdersLines=Допълнителни атрибути (редове в поръчки за покупка)
+ExtraFieldsSupplierInvoicesLines=Допълнителни атрибути (редове във фактури за покупка)
ExtraFieldsThirdParties=Допълнителни атрибути (контрагенти)
ExtraFieldsContacts=Допълнителни атрибути (контакти / адреси)
-ExtraFieldsMember=Complementary attributes (member)
-ExtraFieldsMemberType=Complementary attributes (member type)
-ExtraFieldsCustomerInvoices=Complementary attributes (invoices)
+ExtraFieldsMember=Допълнителни атрибути (член)
+ExtraFieldsMemberType=Допълнителни атрибути (тип член)
+ExtraFieldsCustomerInvoices=Допълнителни атрибути (фактури за продажба)
ExtraFieldsCustomerInvoicesRec=Допълнителни атрибути (шаблони на фактури)
-ExtraFieldsSupplierOrders=Complementary attributes (orders)
-ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
-ExtraFieldsProject=Complementary attributes (projects)
-ExtraFieldsProjectTask=Complementary attributes (tasks)
-ExtraFieldHasWrongValue=Attribute %s has a wrong value.
-AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
-SendmailOptionNotComplete=Внимание, на някои системи Linux, за да изпратите имейл от електронната си поща, Sendmail изпълнение настройка трябва conatins опция-ба (параметър mail.force_extra_parameters във вашия php.ini файл). Ако някои получатели никога не получават имейли, опитайте се да редактирате тази PHP параметър с mail.force_extra_parameters = ба).
+ExtraFieldsSupplierOrders=Допълнителни атрибути (поръчки за покупка)
+ExtraFieldsSupplierInvoices=Допълнителни атрибути (фактури за покупка)
+ExtraFieldsProject=Допълнителни атрибути (проекти)
+ExtraFieldsProjectTask=Допълнителни атрибути (задачи)
+ExtraFieldsSalaries=Complementary attributes (salaries)
+ExtraFieldHasWrongValue=Атрибут %s има грешна стойност.
+AlphaNumOnlyLowerCharsAndNoSpace=само буквено-цифрови символи с малки букви без интервал
+SendmailOptionNotComplete=Внимание, в някои Linux системи, за да изпращате имейли от вашият имейл, в настройката на Sendmail трябва да имате опция -ba (параметър mail.force_extra_parameters във вашия php.ini файл). Ако някои получатели никога не получават имейли, опитайте да промените този PHP параметър на mail.force_extra_parameters = -ba).
PathToDocuments=Път до документи
PathDirectory=Директория
SendmailOptionMayHurtBuggedMTA=Функцията за изпращане на имейли, чрез метода "PHP mail direct" ще генерира имейл съобщение, което може да не бъде правилно анализирано от някои пощенски сървъри за входяща поща. Резултатът ще бъде, че някои писма няма да бъдат прочетени от хората, хоствани на тези подслушвани платформи. Такъв е случаят с някои интернет доставчици (напр. Orange във Франция). Това не е проблем с Dolibarr или PHP, а с пощенския сървър за входяща поща. Може обаче да добавите опция MAIN_FIX_FOR_BUGGED_MTA със стойност "1" в Настройки - Други настройки, за да промените и избегнете това в Dolibarr. Възможно е обаче да имате проблеми с други сървъри, които стриктно използват SMTP стандарта. Другото (препоръчително) решение е да се използва методът "SMTP socket library", който няма недостатъци.
@@ -1209,42 +1213,43 @@ NewTranslationStringToShow=Нов преводен низ, който да се
OriginalValueWas=Оригиналния превод е презаписан. Първоначалната стойност е:
%s
TransKeyWithoutOriginalValue=Наложихте нов превод за ключа за превод "%s", който не съществува в нито един от езиковите файлове
TotalNumberOfActivatedModules=Активирани приложения / модули: %s / %s
-YouMustEnableOneModule=Трябва да даде възможност на най-малко 1 модул
+YouMustEnableOneModule=Трябва да активирате поне 1 модул
ClassNotFoundIntoPathWarning=Не е намерен клас %s в описания PHP път
-YesInSummer=Yes in summer
+YesInSummer=Да през лятото
OnlyFollowingModulesAreOpenedToExternalUsers=Забележка: Само следните модули са достъпни за външни потребители (независимо от правата им), ако са им предоставени съответните права.
-SuhosinSessionEncrypt=Session storage encrypted by Suhosin
-ConditionIsCurrently=Condition is currently %s
+SuhosinSessionEncrypt=Съхраняването на сесии е кодирано от Suhosin
+ConditionIsCurrently=Понастоящем състоянието е %s
YouUseBestDriver=Използвате драйвер %s, който е най-добрият драйвер в момента.
YouDoNotUseBestDriver=Използвате драйвер %s, но драйвер %s е препоръчителен.
-NbOfProductIsLowerThanNoPb=Вие имате само %s продукти / услуги в базата данни. Това не изисква специално оптимизиране.
-SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=В базата данни имате %s продукти. Трябва да добавите константата PRODUCT_DONOTSEARCH_ANYWHERE със стойност "1" в страницата Начало - Настройки - Други настройки. Ограничете търсенето до началото на низове, което позволява базата данни да използва индекси, а вие да получите незабавен отговор.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
+SearchOptim=Оптимизация на търсене
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Използвате уеб браузъра %s. Този браузър е добър от гледна точка на сигурност и производителност.
BrowserIsKO=Използвате уеб браузъра %s. Известно е, че този браузър е лош избор от гледна точка на сигурност, производителност и надеждност. Препоръчително е да използвате Firefox, Chrome, Opera или Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Показване на кода на клиента / доставчика в списъка (select list или combobox) и повечето от хипервръзките. Контрагентите ще се появят с формат на името "CC12345 - SC45678 - Голяма фирма ЕООД", вместо "Голяма фирма ЕООД"
AddAdressInList=Показване на списъка с информация за адреса на клиента / доставчика (изборен списък или комбиниран списък). Контрагентите ще се появят с формат на името на "Голяма фирма ЕООД - ул. Първа № 2 П. код Град - България, вместо "Голяма фирма ЕООД"
AskForPreferredShippingMethod=Запитване към контрагенти за предпочитан начин на доставка
-FieldEdition=Edition of field %s
-FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
-GetBarCode=Get barcode
+FieldEdition=Издание на поле %s
+FillThisOnlyIfRequired=Пример: +2 (попълнете само ако има проблеми с компенсирането на часовата зона)
+GetBarCode=Получаване на баркод
##### Module password generation
-PasswordGenerationStandard=Върнете парола, генерирана в съответствие с вътрешен алгоритъм Dolibarr: 8 символа, съдържащи общи цифри и символи с малки.
+PasswordGenerationStandard=Връщане на парола, генерирана според вътрешния Dolibarr алгоритъм: 8 символа, съдържащи споделени числа и символи с малки букви
PasswordGenerationNone=Да не се предлага генерирана парола. Паролата трябва да бъде въведена ръчно.
-PasswordGenerationPerso=Връщане на парола съответно вашата лично определена конфигурация.
-SetupPerso=Съответно по вашата конфигурация
+PasswordGenerationPerso=Връщане на парола според вашата лично дефинирана конфигурация
+SetupPerso=Според вашата конфигурация
PasswordPatternDesc=Описание на модел за парола
##### Users setup #####
RuleForGeneratedPasswords=Правила за генериране и валидиране на пароли
DisableForgetPasswordLinkOnLogonPage=Да не се показва връзката "Забравена парола" на страницата за вход
-UsersSetup=Потребители модул за настройка
+UsersSetup=Настройка на модула за потребители
UserMailRequired=Необходим е имейл при създаване на нов потребител
##### HRM setup #####
HRMSetup=Настройка на модула ЧР
##### Company setup #####
-CompanySetup=Фирми модул за настройка
+CompanySetup=Настройка на модула за фирми
CompanyCodeChecker=Опции за автоматично генериране на кодове на клиент / доставчик
AccountCodeManager=Опции за автоматично генериране на счетоводни кодове на клиент / доставчик
NotificationsDesc=Автоматично изпращане на имейл известия за някои събития в Dolibarr. Получателите на известия могат да бъдат дефинирани:
@@ -1253,8 +1258,8 @@ NotificationsDescContact=* за контакти на контрагенти (к
NotificationsDescGlobal=* или чрез задаване на глобални имейл адреси в тази страница за настройка.
ModelModules=Шаблони за документи
DocumentModelOdt=Генериране на документи от шаблоните на OpenDocument (файлове .ODT / .ODS от LibreOffice, OpenOffice, KOffice, TextEdit, ...)
-WatermarkOnDraft=Воден знак върху проект на документ
-JSOnPaimentBill=Activate feature to autofill payment lines on payment form
+WatermarkOnDraft=Воден знак върху чернова на документ
+JSOnPaimentBill=Активиране на функция за автоматично попълване на платежни редове в платежния формуляр
CompanyIdProfChecker=Правила за идентификационните данни (проф. IDs)
MustBeUnique=Трябва да е уникално?
MustBeMandatory=Задължително при създаване на контрагенти (ако ДДС номера или вида на фирмата са определени)?
@@ -1264,30 +1269,30 @@ TechnicalServicesProvided=Предоставени технически услу
WebDAVSetupDesc=Това е връзката за достъп до WebDAV директорията. Тя съдържа „публична“ директория, отворена за всеки потребител, който знае URL адреса (ако е разрешен достъпът до публичната директория) и „лична“ директория, която изисква съществуващо потребителско име и парола за достъп.
WebDavServer=Основен URL адрес на %s сървъра: %s
##### Webcal setup #####
-WebCalUrlForVCalExport=За износ на линк към %s формат е на разположение на следния линк: %s
+WebCalUrlForVCalExport=Връзка за експортиране към %s формат може да намерите на следния адрес: %s
##### Invoices #####
-BillsSetup=Фактури модул за настройка
-BillsNumberingModule=Фактури и кредитни известия, номериране модул
-BillsPDFModules=Фактура модели документи
+BillsSetup=Настройка на модула за фактури
+BillsNumberingModule=Модел за номериране на фактури и кредитни известия
+BillsPDFModules=Модели на документи за фактури
BillsPDFModulesAccordindToInvoiceType=Модели на фактури в зависимост от вида на фактурата
PaymentsPDFModules=Модели на платежни документи
-ForceInvoiceDate=Принудително датата на фактурата датата на валидиране
-SuggestedPaymentModesIfNotDefinedInInvoice=Предложени плащания режим на фактура по подразбиране, ако не са определени за фактура
+ForceInvoiceDate=Принуждаване на датата на фактурата да се синхронизира с датата на валидиране
+SuggestedPaymentModesIfNotDefinedInInvoice=Предлагане на плащания по подразбиране, ако не са определени такива във фактурата
SuggestPaymentByRIBOnAccount=Да се предлага плащане по сметка
SuggestPaymentByChequeToAddress=Да се предлага плащане с чек
-FreeLegalTextOnInvoices=Свободен текст на фактури
-WatermarkOnDraftInvoices=Watermark on draft invoices (none if empty)
-PaymentsNumberingModule=Модел на номериране на плащания
+FreeLegalTextOnInvoices=Свободен текст във фактури
+WatermarkOnDraftInvoices=Воден знак върху чернови фактури (няма, ако е празно)
+PaymentsNumberingModule=Модел за номериране на плащания
SuppliersPayment=Плащания към доставчици
SupplierPaymentSetup=Настройка на плащания към доставчици
##### Proposals #####
-PropalSetup=Модул за настройка на търговски предложения
-ProposalsNumberingModules=Търговско предложение за номериране на модули
-ProposalsPDFModules=Търговски предложение документи модели
+PropalSetup=Настройка на модула за търговски предложения
+ProposalsNumberingModules=Модели за номериране на търговски предложения
+ProposalsPDFModules=Модели на документи за търговски предложения
SuggestedPaymentModesIfNotDefinedInProposal=Препоръчителен вид плащане по търговско предложение по подразбиране, ако не е определен
-FreeLegalTextOnProposal=Свободен текст на търговски предложения
-WatermarkOnDraftProposal=Watermark on draft commercial proposals (none if empty)
-BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL=Ask for bank account destination of proposal
+FreeLegalTextOnProposal=Свободен текст в търговски предложения
+WatermarkOnDraftProposal=Воден знак върху черновите търговски предложения (няма, ако е празно)
+BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL=Питане за данни на банкова сметка в търговски предложения
##### SupplierProposal #####
SupplierProposalSetup=Настройка на модул Запитвания към доставчици
SupplierProposalNumberingModules=Модели за номериране на запитвания към доставчици
@@ -1295,121 +1300,121 @@ SupplierProposalPDFModules=Модели за документи на запит
FreeLegalTextOnSupplierProposal=Свободен текст в запитвания към доставчици
WatermarkOnDraftSupplierProposal=Воден знак върху черновите запитвания към доставчици (няма, ако празно)
BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_PROPOSAL=Да се пита за детайли на банковата сметка в запитванията към доставчици
-WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Питане за Складов източник за поръчка
+WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Питане за изходен склад в поръчки
##### Suppliers Orders #####
BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Да се пита за детайли на банковата сметка в поръчките за покупка
##### Orders #####
OrdersSetup=Настройка на модул Поръчки за продажба
-OrdersNumberingModules=Поръчки номериране модули
-OrdersModelModule=Поръчка документи модели
-FreeLegalTextOnOrders=Свободен текст на поръчки
-WatermarkOnDraftOrders=Watermark on draft orders (none if empty)
-ShippableOrderIconInList=Add an icon in Orders list which indicate if order is shippable
-BANK_ASK_PAYMENT_BANK_DURING_ORDER=Ask for bank account destination of order
+OrdersNumberingModules=Модели за номериране на поръчки
+OrdersModelModule=Модели на документи за поръчка
+FreeLegalTextOnOrders=Свободен текст в поръчки
+WatermarkOnDraftOrders=Воден знак върху чернови поръчки (няма, ако е празно)
+ShippableOrderIconInList=Добавяне на икона в списъка с поръчки, която показва дали поръчката може да се изпрати
+BANK_ASK_PAYMENT_BANK_DURING_ORDER=Питане за данни на банкова сметка в поръчки
##### Interventions #####
-InterventionsSetup=Интервенциите модул за настройка
-FreeLegalTextOnInterventions=Свободен текст на интервенционни документи
-FicheinterNumberingModules=Модули за намеса номериране
-TemplatePDFInterventions=Намеса карти документи модели
-WatermarkOnDraftInterventionCards=Watermark on intervention card documents (none if empty)
+InterventionsSetup=Настройка на модула за интервенции
+FreeLegalTextOnInterventions=Свободен текст в интервенции
+FicheinterNumberingModules=Модели за номериране на интервенции
+TemplatePDFInterventions=Модели на документи за интервенции
+WatermarkOnDraftInterventionCards=Воден знак върху интервенции (няма, ако е празно)
##### Contracts #####
-ContractsSetup=Contracts/Subscriptions module setup
-ContractsNumberingModules=Договори за номериране модули
-TemplatePDFContracts=Contracts documents models
-FreeLegalTextOnContracts=Free text on contracts
-WatermarkOnDraftContractCards=Watermark on draft contracts (none if empty)
+ContractsSetup=Настройка на модула за договори / абонаменти
+ContractsNumberingModules=Модели за номериране на договори
+TemplatePDFContracts=Модели на документи за договори
+FreeLegalTextOnContracts=Свободен текст в договори
+WatermarkOnDraftContractCards=Воден знак върху чернови договори (няма, ако е празно)
##### Members #####
-MembersSetup=Потребители модул за настройка
+MembersSetup=Настройка на модула за членове
MemberMainOptions=Основни параметри
-AdherentLoginRequired= Управление на Login за всеки член
+AdherentLoginRequired= Управление на входни данни за всеки член
AdherentMailRequired=Необходим е имейл при създаване на нов член
-MemberSendInformationByMailByDefault=Checkbox да изпрати потвърждение поща на членовете (валидиране или нов абонамент) е включена по подразбиране
+MemberSendInformationByMailByDefault=По подразбиране е активирано изпращането на потвърждение, чрез имейл до членове (валидиране или нов абонамент)
VisitorCanChooseItsPaymentMode=Посетителят може да избира от наличните начини на плащане
MEMBER_REMINDER_EMAIL=Активиране на автоматично напомняне, чрез имейл за изтекли абонаменти. Забележка: Модул %s трябва да е активиран и правилно настроен за изпращане на напомняния.
##### LDAP setup #####
-LDAPSetup=LDAP Setup
+LDAPSetup=Настройка на LDAP
LDAPGlobalParameters=Глобални параметри
LDAPUsersSynchro=Потребители
LDAPGroupsSynchro=Групи
LDAPContactsSynchro=Контакти
-LDAPMembersSynchro=Потребители
+LDAPMembersSynchro=Членове
LDAPMembersTypesSynchro=Видове членове
-LDAPSynchronization=LDAP синхронизация
-LDAPFunctionsNotAvailableOnPHP=LDAP функции не са налични на вашия PHP
+LDAPSynchronization=Синхронизация на LDAP
+LDAPFunctionsNotAvailableOnPHP=LDAP функциите не са достъпни за вашия PHP
LDAPToDolibarr=LDAP -> Dolibarr
DolibarrToLDAP=Dolibarr -> LDAP
-LDAPNamingAttribute=Въведете LDAP
-LDAPSynchronizeUsers=Организацията на потребителите в LDAP
+LDAPNamingAttribute=Ключ в LDAP
+LDAPSynchronizeUsers=Организиране на потребители в LDAP
LDAPSynchronizeGroups=Организиране на групи в LDAP
LDAPSynchronizeContacts=Организиране на контакти в LDAP
-LDAPSynchronizeMembers=Организация на членовете на организацията в LDAP
+LDAPSynchronizeMembers=Организиране на членове на организацията в LDAP
LDAPSynchronizeMembersTypes=Организация на видовете членове на фондацията в LDAP
-LDAPPrimaryServer=Основно сървъра
-LDAPSecondaryServer=Средно сървъра
-LDAPServerPort=Порта на сървъра
+LDAPPrimaryServer=Основен сървър
+LDAPSecondaryServer=Вторичен сървър
+LDAPServerPort=Порт на сървъра
LDAPServerPortExample=Порт по подразбиране: 389
-LDAPServerProtocolVersion=Протокол версия
+LDAPServerProtocolVersion=Версия на протокола
LDAPServerUseTLS=Използване на TLS
-LDAPServerUseTLSExample=LDAP сървъра използване TLS
-LDAPServerDn=Сървър DN
-LDAPAdminDn=Administrator DN
+LDAPServerUseTLSExample=Вашият LDAP сървър използва TLS
+LDAPServerDn=DN на сървър
+LDAPAdminDn=DN на администратор
LDAPAdminDnExample=Пълна DN (напр. cn = admin, dc = example, dc = com или cn = Administrator, cn = Users, dc = example, dc = com за активна директория)
-LDAPPassword=Администраторската парола
-LDAPUserDn=Потребителя DN
-LDAPUserDnExample=Пълна DN (EX: OU = потребители, DC = общество, DC = COM)
-LDAPGroupDn=Групи "DN
-LDAPGroupDnExample=Пълна DN (: ОУ = групи, DC = общество, DC = COM)
-LDAPServerExample=Адрес на сървъра (например: Localhost, 192.168.0.2, ldaps :/ / ldap.example.com /)
-LDAPServerDnExample=Пълна DN (: DC = компания, DC = COM)
+LDAPPassword=Парола на администратор
+LDAPUserDn=DN на потребители
+LDAPUserDnExample=Цялостен DN (например: ou=users, dc=example, dc=com)
+LDAPGroupDn=DN на групи
+LDAPGroupDnExample=Цялостен DN (например: ou=groups, dc=example, dc=com)
+LDAPServerExample=Адрес на сървъра (например: localhost, 192.168.0.2, ldaps://ldap.example.com/)
+LDAPServerDnExample=Цялостен DN (например: dc=example, dc=com)
LDAPDnSynchroActive=Потребители и групи синхронизация
-LDAPDnSynchroActiveExample=LDAP Dolibarr или Dolibarr LDAP синхронизация
-LDAPDnContactActive=Контакти "синхронизация
-LDAPDnContactActiveExample=Активира / Неактивирани синхронизация
-LDAPDnMemberActive=Членовете синхронизация
-LDAPDnMemberActiveExample=Активира / Неактивирани синхронизация
+LDAPDnSynchroActiveExample=LDAP към Dolibarr или Dolibarr към LDAP синхронизация
+LDAPDnContactActive=Синхронизация на контакти
+LDAPDnContactActiveExample=Активирана / Неактивирана синхронизация
+LDAPDnMemberActive=Синхронизация на членове
+LDAPDnMemberActiveExample=Активирана / Неактивирана синхронизация
LDAPDnMemberTypeActive=Синхронизиране на видове членове
LDAPDnMemberTypeActiveExample=Активирана / Неактивирана синхронизация
-LDAPContactDn=Dolibarr контакти "DN
-LDAPContactDnExample=Пълна DN (бивши: ОУ = контакти, DC = общество, DC = COM)
-LDAPMemberDn=Dolibarr членове DN
-LDAPMemberDnExample=Пълна DN (EX: OU = потребители, DC = общество, DC = COM)
-LDAPMemberObjectClassList=Списък на objectClass
-LDAPMemberObjectClassListExample=Списък на атрибути за определяне на objectClass рекордни (напр. върха, inetOrgPerson или отгоре, ръководство за активна директория)
+LDAPContactDn=DN на контакти от Dolibarr
+LDAPContactDnExample=Цялостен DN (например: ou=contacts, dc=example, dc=com)
+LDAPMemberDn=DN на членове от Dolibarr
+LDAPMemberDnExample=Цялостен DN (например: ou=members, dc=example, dc=com)
+LDAPMemberObjectClassList=Списък на objectClass за членове
+LDAPMemberObjectClassListExample=Списък на objectClass определящи атрибути на запис (например: top, inetOrgPerson или top, user за активна директория)
LDAPMemberTypeDn=Dolibarr видове членове DN
LDAPMemberTypepDnExample=Пълна DN (напр. ou = memberstypes, dc = example, dc = com)
LDAPMemberTypeObjectClassList=Списък на objectClass
LDAPMemberTypeObjectClassListExample=Списък на objectClass определящи атрибути на запис (напр. top, groupOfUniqueNames)
-LDAPUserObjectClassList=Списък на objectClass
-LDAPUserObjectClassListExample=Списък на атрибути за определяне на objectClass рекордни (напр. върха, inetOrgPerson или отгоре, ръководство за активна директория)
-LDAPGroupObjectClassList=Списък на objectClass
-LDAPGroupObjectClassListExample=Списък на атрибути за определяне на objectClass рекордни (: отгоре, groupOfUniqueNames)
-LDAPContactObjectClassList=Списък на objectClass
-LDAPContactObjectClassListExample=Списък на атрибути за определяне на objectClass рекордни (напр. върха, inetOrgPerson или отгоре, ръководство за активна директория)
-LDAPTestConnect=Тествайте LDAP връзка
-LDAPTestSynchroContact=Тест за синхронизация на контактите
-LDAPTestSynchroUser=Синхронизация тест на потребителя
-LDAPTestSynchroGroup=Синхронизация Test група
-LDAPTestSynchroMember=Член на синхронизация Test
+LDAPUserObjectClassList=Списък на objectClass за потребители
+LDAPUserObjectClassListExample=Списък на objectClass определящи атрибути на запис (например: top, inetOrgPerson или top, user за активна директория)
+LDAPGroupObjectClassList=Списък на objectClass за групи
+LDAPGroupObjectClassListExample=Списък на objectClass определящи атрибути на запис (например: top, groupOfUniqueNames)
+LDAPContactObjectClassList=Списък на objectClass за контакти
+LDAPContactObjectClassListExample=Списък на objectClass определящи атрибути на запис (например: top, inetOrgPerson или top, user за активна директория)
+LDAPTestConnect=Тестово свързване с LDAP
+LDAPTestSynchroContact=Тестово синхронизиране на контакти
+LDAPTestSynchroUser=Тестово синхронизиране на потребители
+LDAPTestSynchroGroup=Тестово синхронизиране на групи
+LDAPTestSynchroMember=Тестово синхронизиране на членове
LDAPTestSynchroMemberType=Тест за синхронизиране на вид член
-LDAPTestSearch= Test a LDAP search
-LDAPSynchroOK=Синхронизация тест успешно
-LDAPSynchroKO=Неуспешно синхронизиране тест
+LDAPTestSearch= Тестово търсене в LDAP
+LDAPSynchroOK=Тестът за синхронизация е успешен
+LDAPSynchroKO=Неуспешен тест за синхронизация
LDAPSynchroKOMayBePermissions=Неуспешен тест за синхронизация. Проверете дали връзката към сървъра е правилно конфигурирана и позволява актуализации на LDAP
-LDAPTCPConnectOK=TCP свърже с LDAP сървъра успешни (сървър = %s, Порт = %s)
-LDAPTCPConnectKO=TCP се свърже с LDAP сървъра не успя (Server = %s, Port = %s)
+LDAPTCPConnectOK=Успешното свързване на TCP към LDAP сървъра (Сървър = %s, Порт = %s)
+LDAPTCPConnectKO=Неуспешно свързване на TCP към LDAP сървър (Сървър = %s, Порт = %s)
LDAPBindOK=Свързването / удостоверяване с LDAP сървъра е успешно (Сървър = %s, Порт = %s, Администратор = %s, Парола = %s)
LDAPBindKO=Свързването / удостоверяването с LDAP сървъра е неуспешно (Сървър = %s, Порт = %s, Администратор = %s, Парола = %s)
LDAPSetupForVersion3=LDAP сървър, конфигуриран за версия 3
LDAPSetupForVersion2=LDAP сървър, конфигуриран за версия 2
-LDAPDolibarrMapping=Dolibarr Mapping
-LDAPLdapMapping=LDAP Mapping
-LDAPFieldLoginUnix=Вход (UNIX)
+LDAPDolibarrMapping=Съпоставяне в Dolibarr
+LDAPLdapMapping=Съпоставяне в LDAP
+LDAPFieldLoginUnix=Входни данни (unix)
LDAPFieldLoginExample=Пример: uid
-LDAPFilterConnection=Търсене филтър
+LDAPFilterConnection=Филтър за търсене
LDAPFilterConnectionExample=Пример: &(objectClass=inetOrgPerson)
-LDAPFieldLoginSamba=Вход (самба, activedirectory)
+LDAPFieldLoginSamba=Входни данни (samba, activedirectory)
LDAPFieldLoginSambaExample=Пример: СамбаПотребителскоИме
-LDAPFieldFullname=Пълното име
+LDAPFieldFullname=Пълно име
LDAPFieldFullnameExample=Пример: cn
LDAPFieldPasswordNotCrypted=Паролата не е криптирана
LDAPFieldPasswordCrypted=Паролата е криптирана
@@ -1421,64 +1426,64 @@ LDAPFieldFirstName=Собствено име
LDAPFieldFirstNameExample=Пример: СобственоИме
LDAPFieldMail=Имейл адрес
LDAPFieldMailExample=Пример: ИмейлАдрес
-LDAPFieldPhone=Професионален телефонен номер
+LDAPFieldPhone=Служебен телефонен номер
LDAPFieldPhoneExample=Пример: ТелефоненНомер
LDAPFieldHomePhone=Личен телефонен номер
LDAPFieldHomePhoneExample=Пример: ДомашенНомер
-LDAPFieldMobile=Мобилен телефон
+LDAPFieldMobile=Мобилен номер
LDAPFieldMobileExample=Пример: МобиленНомер
LDAPFieldFax=Номер на факс
LDAPFieldFaxExample=Пример: ФаксНомер
LDAPFieldAddress=Улица
LDAPFieldAddressExample=Пример: Улица
-LDAPFieldZip=Цип
+LDAPFieldZip=Пощенски код
LDAPFieldZipExample=Пример: ПощенскиКод
LDAPFieldTown=Град
LDAPFieldTownExample=Пример: Град
LDAPFieldCountry=Държава
LDAPFieldDescription=Описание
LDAPFieldDescriptionExample=Пример: Описание
-LDAPFieldNotePublic=Public Note
+LDAPFieldNotePublic=Публична бележка
LDAPFieldNotePublicExample=Пример: ПубличнаБележка
-LDAPFieldGroupMembers= Членовете на групата
+LDAPFieldGroupMembers= Членове на групата
LDAPFieldGroupMembersExample= Пример: УникаленЧлен
LDAPFieldBirthdate=Рождена дата
LDAPFieldCompany=Фирма
LDAPFieldCompanyExample=Пример: Фирма
LDAPFieldSid=SID
LDAPFieldSidExample=Пример: objectsid
-LDAPFieldEndLastSubscription=Дата на абонамент края
+LDAPFieldEndLastSubscription=Дата на приключване на абонамента
LDAPFieldTitle=Длъжност
-LDAPFieldTitleExample=Example: title
-LDAPSetupNotComplete=LDAP настройка не е пълна (отидете на други раздели)
-LDAPNoUserOrPasswordProvidedAccessIsReadOnly=Не администратор или парола. LDAP достъп ще бъдат анонимни и в режим само за четене.
-LDAPDescContact=Тази страница ви позволява да дефинирате LDAP атрибути име в LDAP дърво за всеки намерени данни за контактите на Dolibarr.
-LDAPDescUsers=Тази страница ви позволява да дефинирате LDAP атрибути име в LDAP дърво за всеки намерени данни на потребителите Dolibarr.
-LDAPDescGroups=Тази страница ви позволява да дефинирате LDAP атрибути име в LDAP дърво за всеки данни, намиращи се на групи Dolibarr.
-LDAPDescMembers=Тази страница ви позволява да дефинирате LDAP атрибути име в LDAP дърво за всеки намерени данни на Dolibarr членове модул.
+LDAPFieldTitleExample=Пример: титла
+LDAPSetupNotComplete=Настройката за LDAP не е завършена (преминете през другите раздели)
+LDAPNoUserOrPasswordProvidedAccessIsReadOnly=Не е предоставен администратор или парола. LDAP достъпът ще бъде анонимен и в режим само за четене.
+LDAPDescContact=Тази страница позволява да се дефинира името на LDAP атрибути в LDAP дървото за всички данни намерени за Dolibarr контакти.
+LDAPDescUsers=Тази страница позволява да се дефинира името на LDAP атрибути в LDAP дървото за всички данни намерени в Dolibarr потребители.
+LDAPDescGroups=Тази страница позволява да се дефинира името на LDAP атрибути в LDAP дървото за всички данни намерени в Dolibarr групи.
+LDAPDescMembers=Тази страница позволява да се дефинира името на LDAP атрибути в LDAP дървото за всички данни, намерени в Dolibarr членове.
LDAPDescMembersTypes=Тази страница ви позволява да дефинирате името на LDAP атрибутите в LDAP дърво за всяка информация, намерена във видовете членове в Dolibarr.
-LDAPDescValues=Примерни стойности са предназначени за OpenLDAP със следните заредени схеми: core.schema, cosine.schema, inetorgperson.schema). Ако използвате thoose ценности и OpenLDAP, променете LDAP slapd.conf конфигурационен файл, за да има всички thoose схеми натоварени.
-ForANonAnonymousAccess=За заверено достъп (достъп за писане например)
-PerfDolibarr=Performance setup/optimizing report
+LDAPDescValues=Примерните стойности са предназначени за OpenLDAP със следните заредени схеми: core.schema, cosine.schema, inetorgperson.schema ). Ако използвате тези стойности и OpenLDAP, променете вашия LDAP конфигурационен файл slapd.conf, за да бъдат заредени всички тези схеми.
+ForANonAnonymousAccess=За удостоверен достъп (например за достъп за писане)
+PerfDolibarr=Настройка за производителност / отчет за оптимизация
YouMayFindPerfAdviceHere=Тази страница предоставя някои проверки или съвети, свързани с производителността.
NotInstalled=Не е инсталирано, така че вашият сървър не се забавя от това.
-ApplicativeCache=Applicative cache
-MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server. More information here http://wiki.dolibarr.org/index.php/Module_MemCached_EN. Note that a lot of web hosting provider does not provide such cache server.
-MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
-MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
-OPCodeCache=OPCode cache
+ApplicativeCache=Приложим кеш
+MemcachedNotAvailable=Не е намерен приложим кеш. Може да подобрите производителността, чрез инсталиране на кеш сървър Memcached и модул, който може да използва този кеш сървър. Повече информация може да откриете тук http://wiki.dolibarr.org/index.php/Module_MemCached_EN. Имайте предвид, че много уеб хостинг доставчици не предоставят такъв кеш сървър.
+MemcachedModuleAvailableButNotSetup=Намерен е модул Memcached за приложим кеш, но настройката на модула не е завършена.
+MemcachedAvailableAndSetup=Модулът Memcached, предназначен за използване на Memcached сървър, е активиран.
+OPCodeCache=OPCode кеш
NoOPCodeCacheFound=Не е намерен OPCode кеш. Може би използвате OPCode кеш, различен от XCache или eAccelerator (добър) или може би нямате OPCode кеш (много лошо).
-HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
-FilesOfTypeCached=Files of type %s are cached by HTTP server
-FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
-FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
-FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
-CacheByServer=Cache by server
+HTTPCacheStaticResources=HTTP кеш за статични ресурси (css, img, javascript)
+FilesOfTypeCached=Файлове от тип %s се кешират от HTTP сървър
+FilesOfTypeNotCached=Файлове от тип %s не се кешират от HTTP сървър
+FilesOfTypeCompressed=Файлове от тип %s се компресират от HTTP сървър
+FilesOfTypeNotCompressed=Файлове от тип %s не се компресират от HTTP сървър
+CacheByServer=Кеш от сървъра
CacheByServerDesc=Например с помощта на Apache директивата "ExpiresByType image/gif A2592000"
-CacheByClient=Cache by browser
-CompressionOfResources=Compression of HTTP responses
+CacheByClient=Кеш от браузъра
+CompressionOfResources=Компресиране на HTTP отговори
CompressionOfResourcesDesc=Например с помощта на Apache директивата "AddOutputFilterByType DEFLATE"
-TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
+TestNotPossibleWithCurrentBrowsers=Такова автоматично откриване не е възможно с настоящите браузъри
DefaultValuesDesc=Тук може да дефинирате стойността по подразбиране, която искате да използвате, когато създавате нов запис заедно с филтрите по подразбиране или реда за сортиране на записите в списъка.
DefaultCreateForm=Стойности по подразбиране (за използване в формуляри)
DefaultSearchFilters=Филтри за търсене по подразбиране
@@ -1486,158 +1491,158 @@ DefaultSortOrder=Поръчки за сортиране по подразбир
DefaultFocus=Полета за фокусиране по подразбиране
DefaultMandatory=Задължителни полета по подразбиране във формуляри
##### Products #####
-ProductSetup=Настройка на модул Продукти
-ServiceSetup=Услуги модул за настройка
-ProductServiceSetup=Продукти и услуги модули за настройка
+ProductSetup=Настройка на модулa за продукти
+ServiceSetup=Настройка на модулa за услуги
+ProductServiceSetup=Настройка на модула за продукти и услуги
NumberOfProductShowInSelect=Максимален брой продукти за показване в комбинирани списъци за избор (0 = без ограничение)
ViewProductDescInFormAbility=Показване на описанията на продуктите във формуляри (в противен случай се показват в изскачащи подсказки)
-MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
+MergePropalProductCard=Активиране на опция за обединяване на продуктови PDF документи налични в секцията "Прикачени файлове и документи" в раздела "Свързани файлове" на търговско предложение, ако се продукт / услуга в предложението и модел за документи Azur
ViewProductDescInThirdpartyLanguageAbility=Показване на описанията на продуктите в езика на контрагента
UseSearchToSelectProductTooltip=Също така, ако имате голям брой продукти (> 100 000) може да увеличите скоростта като зададете константата PRODUCT_DONOTSEARCH_ANYWHERE да бъде със стойност "1" в Настройки - Други настройки. След това търсенето ще бъде ограничено до началото на низ.
UseSearchToSelectProduct=Изчакване, докато бъде натиснат клавиш преди да се зареди съдържанието на комбинирания списък с продукти (това може да увеличи производителността, ако имате голям брой продукти, но е по-малко удобно)
-SetDefaultBarcodeTypeProducts=Тип баркод по подразбиране за продукти
-SetDefaultBarcodeTypeThirdParties=Тип баркод по подразбиране за контрагенти
-UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
-ProductCodeChecker= Модул за генериране и проверка на кода на продукта (продукт или услуга)
-ProductOtherConf= Продукт / услуга конфигурация
+SetDefaultBarcodeTypeProducts=Тип баркод по подразбиране, който да се използва за продукти
+SetDefaultBarcodeTypeThirdParties=Тип баркод по подразбиране, който се използва за контрагенти
+UseUnits=Определете мерна единица за количество, която да се използва в поръчки, предложения или фактури
+ProductCodeChecker= Модул за генериране и проверка на продуктовия код (продукт или услуга)
+ProductOtherConf= Конфигуриране на продукт / услуга
IsNotADir=не е директория!
##### Syslog #####
-SyslogSetup=Настройки на модул Системен дневниk
-SyslogOutput=Логове изходи
+SyslogSetup=Настройка на модула за отстраняване на грешки
+SyslogOutput=Изходни регистри
SyslogFacility=Механизъм
SyslogLevel=Ниво
-SyslogFilename=Име на файла и пътя
-YouCanUseDOL_DATA_ROOT=Можете да използвате DOL_DATA_ROOT / dolibarr.log за лог файл в Dolibarr директория "документи". Можете да зададете различен път, за да се съхранява този файл.
-ErrorUnknownSyslogConstant=Постоянни %s не е известен Syslog постоянно
+SyslogFilename=Име на файла и път
+YouCanUseDOL_DATA_ROOT=Може да използвате DOL_DATA_ROOT/dolibarr.log за регистрационен файл в Dolibarr "documents" директорията. Може да зададете различен път за съхранение на този файл.
+ErrorUnknownSyslogConstant=Константата %s не е известна константа на Syslog
OnlyWindowsLOG_USER=Windows поддържа само LOG_USER
CompressSyslogs=Компресиране и архивиране на журнали за грешки (генерирани от модула Журнали за отстраняване на грешки)
SyslogFileNumberOfSaves=Архивирани журнали
ConfigureCleaningCronjobToSetFrequencyOfSaves=Конфигурирайте планираната задача за почистване, за да зададете честотата на архивиране на журнала
##### Donations #####
-DonationsSetup=Настройка на модул Дарение
-DonationsReceiptModel=Шаблон на получаване на дарение
+DonationsSetup=Настройка на модула за дарения
+DonationsReceiptModel=Шаблон за получаване на дарение
##### Barcode #####
-BarcodeSetup=Настройки на модул Баркод
-PaperFormatModule=Печат модул формат
+BarcodeSetup=Настройка на модула за баркод
+PaperFormatModule=Модул за печат
BarcodeEncodeModule=Тип кодиране на баркод
CodeBarGenerator=Баркод генератор
-ChooseABarCode=Не е зададен генератор
-FormatNotSupportedByGenerator=Format not supported by this generator
-BarcodeDescEAN8=Баркод на типа EAN8
+ChooseABarCode=Не е определен генератор
+FormatNotSupportedByGenerator=Форматът не се поддържа от този генератор
+BarcodeDescEAN8=Баркод от тип EAN8
BarcodeDescEAN13=Баркод от тип EAN13
BarcodeDescUPC=Баркод от тип UPC
BarcodeDescISBN=Баркод от тип ISBN
-BarcodeDescC39=Баркод от типа С39
+BarcodeDescC39=Баркод от тип C39
BarcodeDescC128=Баркод от тип C128
BarcodeDescDATAMATRIX=Баркод от тип Datamatrix
BarcodeDescQRCODE=Баркод от тип QR код
-GenbarcodeLocation=Баркод генериране с инструмент от командния ред (използван от вътрешния генератор за някои видове баркод). Трябва да е съвместима с"genbarcode". За пример: /usr/local/bin/genbarcode
-BarcodeInternalEngine=Вътрешен генератор
-BarCodeNumberManager=Менажер за автоматично дефиниране на баркод номера
+GenbarcodeLocation=Инструмент за генериране на баркод, чрез за команден ред (използван от вътрешен механизъм за някои видове баркодове). Трябва да е съвместим с "genbarcode". Например: /usr/local/bin/genbarcode
+BarcodeInternalEngine=Вътрешен механизъм
+BarCodeNumberManager=Мениджър за автоматично определяне на номерата на баркода
##### Prelevements #####
WithdrawalsSetup=Настройка на модул Директни дебитни плащания
##### ExternalRSS #####
-ExternalRSSSetup=Настройки на внасянето на външен RSS
-NewRSS=Нова RSS хранилка
-RSSUrl=RSS URL
+ExternalRSSSetup=Настройка за импортиране на външни RSS
+NewRSS=Нова RSS емисия
+RSSUrl=RSS URL връзка
RSSUrlExample=Интересна RSS емисия
##### Mailing #####
-MailingSetup=Настройка на модул Имейли
+MailingSetup=Настройка на модула за имейл известия
MailingEMailFrom=Подател на имейли (From), изпратени от модула Електронна поща
MailingEMailError=Обратен имейл адрес (Errors-to) за имейли с грешки
-MailingDelay=Seconds to wait after sending next message
+MailingDelay=Секунди за изчакване преди изпращане на следващото съобщение
##### Notification #####
NotificationSetup=Настройка на модул Имейл известяване
NotificationEMailFrom=Подател на имейли (From), изпратени от модула за известяване
FixedEmailTarget=Получател
##### Sendings #####
SendingsSetup=Настройка на модула Експедиция
-SendingsReceiptModel=Изпращане получаване модел
-SendingsNumberingModules=Sendings номериране модули
-SendingsAbility=Support shipping sheets for customer deliveries
+SendingsReceiptModel=Модели на документи за изпращания
+SendingsNumberingModules=Модели за номериране на изпращания
+SendingsAbility=Поддържани листове за доставки към клиенти
NoNeedForDeliveryReceipts=В повечето случаи експедиционните формуляри се използват както за формуляри за доставка на клиенти (списък на продуктите, които трябва да бъдат изпратени), така и за формуляри, които са получени и подписани от клиента. Следователно разписката за доставка на продукти е дублираща функция и рядко се активира.
-FreeLegalTextOnShippings=Free text on shipments
+FreeLegalTextOnShippings=Свободен текст в изпращания
##### Deliveries #####
-DeliveryOrderNumberingModules=Продукти доставки получаване номерацията модул
-DeliveryOrderModel=Продукти доставки получаване модел
-DeliveriesOrderAbility=Поддръжка продукти доставки постъпления
-FreeLegalTextOnDeliveryReceipts=Свободен текст на разписки за доставка
+DeliveryOrderNumberingModules=Модели за номериране на разписки за доставка
+DeliveryOrderModel=Модели на документи за разписки за доставка
+DeliveriesOrderAbility=Поддръжка на разписки за доставка
+FreeLegalTextOnDeliveryReceipts=Свободен текст в разписки за доставка
##### FCKeditor #####
-AdvancedEditor=Разширено редактор
-ActivateFCKeditor=Активирайте разширен редактор за:
-FCKeditorForCompany=WYSIWIG създаване / редактиране на елементи на описание и бележка (с изключение на продукти / услуги)
-FCKeditorForProduct=WYSIWIG създаване / редактиране на продукти / услуги описание и бележка
-FCKeditorForProductDetails=WYSIWIG създаване / редактиране на продуктови редове за всички обекти (предложения, поръчки, фактури и др.). Внимание: Използването на тази опция не се препоръчва, тъй като може да създаде проблеми с някои специални символи и при форматиране на страниците, по време на генериране на PDF файловете.
-FCKeditorForMailing= WYSIWIG създаване / редактиране на писма
-FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
-FCKeditorForMail=WYSIWIG създаване / редактиране на цялата поща (с изключение на Настройки - Електронна поща)
+AdvancedEditor=Разширен редактор
+ActivateFCKeditor=Активиране на разширен редактор за:
+FCKeditorForCompany=WYSIWIG създаване / промяна на описание на елементите и бележки (с изключение на продукти / услуги)
+FCKeditorForProduct=WYSIWIG създаване / промяна на описание на продукти / услуги
+FCKeditorForProductDetails=WYSIWIG създаване / променяне на продуктови редове за всички обекти (предложения, поръчки, фактури и др.). Внимание: Използването на тази опция не се препоръчва, тъй като може да създаде проблеми с някои специални символи и при форматиране на страниците, по време на генериране на PDF файловете.
+FCKeditorForMailing= WYSIWIG създаване / промяна на масови имейли (Инструменти -> Масови имейли)
+FCKeditorForUserSignature=WYSIWIG създаване / промяна на подпис на потребители
+FCKeditorForMail=WYSIWIG създаване / променяне на цялата поща (с изключение на Настройка -> Имейли)
##### Stock #####
StockSetup=Настройка на модул Наличности
IfYouUsePointOfSaleCheckModule=Ако използвате модула Точка за продажби (POS), предоставен по подразбиране или чрез външен модул, тази настройка може да бъде игнорирана от вашия POS модул. Повечето POS модули по подразбиране са разработени да създават веднага фактура, след което да намаляват наличностите, независимо от опциите тук. В случай, че имате нужда или не от автоматично намаляване на наличностите при регистриране на продажба от POS проверете и настройката на вашия POS модул.
##### Menu #####
-MenuDeleted=Меню заличават
+MenuDeleted=Менюто е изтрито
Menus=Менюта
TreeMenuPersonalized=Персонализирани менюта
NotTopTreeMenuPersonalized=Персонализирани менюта, които не са свързани с главното меню
NewMenu=Ново меню
Menu=Избор на меню
-MenuHandler=Меню манипулатор
-MenuModule=Източник модул
-HideUnauthorizedMenu= Скриване на неоторизирани менюта (сива)
-DetailId=Id меню
-DetailMenuHandler=Манипулатор меню, където да покаже ново меню
-DetailMenuModule=Модул име, ако меню влизането идват от модул
-DetailType=Вид на менюто (горната или лявата)
-DetailTitre=Меню етикет или код на етикета за превод
+MenuHandler=Манипулатор на меню
+MenuModule=Модул източник
+HideUnauthorizedMenu= Скриване на неоторизирани менюта (сиво)
+DetailId=Идентификатор на меню
+DetailMenuHandler=Манипулатор на меню, в който да се покаже новото меню
+DetailMenuModule=Име на модула, ако входните данни на менюто идват от модул
+DetailType=Тип меню (горе или вляво)
+DetailTitre=Етикет на менюто или етикет на кода за превод
DetailUrl=URL адрес, където менюто ви изпратя (Absolute на URL линк или външна връзка с http://)
-DetailEnabled=Състояние да покаже или не влизането
-DetailRight=Условие, за да се покаже неразрешени менюта сиви
-DetailLangs=Lang името на файла за превод на етикета код
-DetailUser=Intern / EXTERN /
+DetailEnabled=Условие за показване или не на вписване
+DetailRight=Условие за показване на неоторизирани (сиви) менюта
+DetailLangs=Име на .lang файла с етикет на кода на превод
+DetailUser=Вътрешен / Външен / Всички
Target=Цел
DetailTarget=Насочване за връзки (_blank top отваря нов прозорец)
-DetailLevel=Level (-1: горното меню, 0: хедър, меню> 0 меню и подменю)
-ModifMenu=Меню промяна
-DeleteMenu=Изтриване на елемент от менюто
+DetailLevel=Ниво (-1:top menu, 0:header menu, >0 menu and sub menu)
+ModifMenu=Промяна на менюто
+DeleteMenu=Изтриване на менюто
ConfirmDeleteMenu=Сигурни ли сте, че искате да изтриете записа в менюто %s ?
-FailedToInitializeMenu=Неуспешно инициализиране на меню
+FailedToInitializeMenu=Неуспешно инициализиране на менюто
##### Tax #####
-TaxSetup=Taxes, social or fiscal taxes and dividends module setup
-OptionVatMode=Дължимия ДДС
+TaxSetup=Настройка на модул за данъци, социални или фискални данъци и дивиденти
+OptionVatMode=Изискуемост на ДДС
OptionVATDefault=Стандартна основа
-OptionVATDebitOption=Accrual basis
+OptionVATDebitOption=Основа за начисляване
OptionVatDefaultDesc=ДДС се дължи: - при доставка на стоки (въз основа на датата на фактурата) - при плащания на услуги
OptionVatDebitOptionDesc=ДДС се дължи: - при доставка на стоки (въз основа на датата на фактурата) - по фактура (дебит) за услуги
OptionPaymentForProductAndServices=Парична база за продукти и услуги
OptionPaymentForProductAndServicesDesc=ДДС се дължи: - при плащане на стоки - при плащания за услуги
SummaryOfVatExigibilityUsedByDefault=ДДС се изисква по подразбиране според избраната опция:
OnDelivery=При доставка
-OnPayment=На плащане
-OnInvoice=На фактура
-SupposedToBePaymentDate=Дата на плащане, използвани
-SupposedToBeInvoiceDate=Дата на фактура използва
-Buy=Купувам
+OnPayment=При плащане
+OnInvoice=При фактуриране
+SupposedToBePaymentDate=Използва се дата на плащането
+SupposedToBeInvoiceDate=Използва се дата на фактурата
+Buy=Покупка
Sell=Продажба
-InvoiceDateUsed=Дата на фактура използва
+InvoiceDateUsed=Използва се дата на фактурата
YourCompanyDoesNotUseVAT=Вашата фирма не е определила да използва ДДС (Начало - Настройки - Фирма / Организация), така че няма опции за настройка на ДДС.
AccountancyCode=Счетоводен код
-AccountancyCodeSell=Sale account. code
-AccountancyCodeBuy=Purchase account. code
+AccountancyCodeSell=Счетоводен код за продажба
+AccountancyCodeBuy=Счетоводен код за покупка
##### Agenda #####
-AgendaSetup=Събития и натъкмяване на дневен ред модул
-PasswordTogetVCalExport=, За да разреши износ връзка
-PastDelayVCalExport=Не изнася случай по-стари от
+AgendaSetup=Настройка на модула за събития и календар
+PasswordTogetVCalExport=Ключ за оторизация на връзката за експортиране
+PastDelayVCalExport=Да не се експортират събития по-стари от
AGENDA_USE_EVENT_TYPE=Използване на видове събития (управлявани в меню Настройка - Речници - Видове събития в календара)
AGENDA_USE_EVENT_TYPE_DEFAULT=Автоматично задаване на стойност по подразбиране за вид събитие във формуляра при създаване на събитие
AGENDA_DEFAULT_FILTER_TYPE=Автоматично задаване на стойност по подразбиране за вид събитие във филтъра за търсене на календара
AGENDA_DEFAULT_FILTER_STATUS=Автоматично задаване на стойност по подразбиране за статус на събитие във филтъра за търсене на календара
-AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
+AGENDA_DEFAULT_VIEW=Кой раздел да се зарежда по подразбиране, когато се отваря календара
AGENDA_REMINDER_EMAIL=Активиране на напомняне за събития, чрез имейли (опцията за напомняне / закъснение може да бъде определена за всяко събитие). Забележка: Модулът %s трябва да бъде активиран и правилно настроен, за да се изпращат напомняния в определеното време.
AGENDA_REMINDER_BROWSER=Активиране на напомняне за събития в браузъра на потребителя (когато бъде достигната датата на събитието, всеки потребител може да отхвърли известието от браузъра)
AGENDA_REMINDER_BROWSER_SOUND=Активиране на звуково известяване
AGENDA_SHOW_LINKED_OBJECT=Показване на свързания обект в календара
##### Clicktodial #####
-ClickToDialSetup=Кликнете, за да наберете настройка модул
+ClickToDialSetup=Настройка на модула за набиране (ClickToDial)
ClickToDialUrlDesc=URL, който се извиква при кликване върху телефонен номер. В URL адреса може да използвате маркери __PHONETO__, който ще бъде заменен с телефонния номер на лицето, на което ще се обаждате __PHONEFROM__, който ще бъде заменен с телефонния номер на обаждащия се (вашият) __LOGIN__, който ще бъде заменен с clicktodial потребителско име (дефиниран в картата на потребителя) __PASS__, който ще бъде заменен с clicktodial парола (дефинирана в картата на потребителя).
ClickToDialDesc=Този модул прави възможно кликването върху телефонни номера. С едно щракване върху иконата ще наберете телефонният номер. Това може да се използва за извикване на Call-Center система от Dolibarr, която може да избере например телефонен номер в SIP система.
ClickToDialUseTelLink=Просто използвайте връзката "tel:" за телефонни номера
@@ -1646,61 +1651,61 @@ ClickToDialUseTelLinkDesc=Използвайте този метод, ако в
CashDesk=Точка за продажба
CashDeskSetup=Настройка на модул Точка за продажби
CashDeskThirdPartyForSell=Стандартен контрагент по подразбиране, който да се използва за продажби
-CashDeskBankAccountForSell=Акаунт по подразбиране да се използва за получаване на парични плащания
+CashDeskBankAccountForSell=Сметка по подразбиране, която да се използва за получаване на плащания в брой
CashDeskBankAccountForCheque= Банкова сметка по подразбиране, която да се използва за получаване на плащания с чек
-CashDeskBankAccountForCB= Акаунт по подразбиране да се използва за получаване на парични плащания с кредитни карти
+CashDeskBankAccountForCB= Сметка по подразбиране, която да се използва за получаване на плащания с кредитни карти
CashDeskDoNotDecreaseStock=Изключване на намаляването на наличности, когато продажбата се извършва от точка за продажби (ако стойността е "НЕ", намаляването на наличности се прави за всяка продажба, извършена от POS, независимо от опцията, определена в модула Наличности).
-CashDeskIdWareHouse=Force and restrict warehouse to use for stock decrease
+CashDeskIdWareHouse=Принуждаване и ограничаване използването на склад при намаляване на наличностите
StockDecreaseForPointOfSaleDisabled=Намаляването на наличности от точка за продажби е деактивирано
StockDecreaseForPointOfSaleDisabledbyBatch=Намаляването на наличности в POS не е съвместимо с модула Продуктови партиди (активен в момента), така че намаляването на наличности е деактивирано.
CashDeskYouDidNotDisableStockDecease=Не сте деактивирали намаляването на запасите при продажбата от точка за продажби, поради тази причина се изисква наличие на склад.
##### Bookmark #####
-BookmarkSetup=Bookmark настройка модул
+BookmarkSetup=Настройка на модула на отметки
BookmarkDesc=Този модул позволява да се управляват отметки. Може също да добавяте преки пътища към всички страници на Dolibarr или външни уеб сайтове в лявото меню.
NbOfBoomarkToShow=Максимален брой отметки, които да се показват в лявото меню
##### WebServices #####
-WebServicesSetup=WebServices модул за настройка
-WebServicesDesc=С активирането на този модул, Dolibarr се превърне в уеб сървъра на услугата за предоставяне на различни уеб услуги.
-WSDLCanBeDownloadedHere=WSDL ЕВРОВОК файлове на предоставяните услуги може да изтеглите от тук
+WebServicesSetup=Настройка на модул за уеб услуги
+WebServicesDesc=Чрез активирането на този модул, Dolibarr се превръща в сървър за уеб услуги, който осигурява различни уеб услуги.
+WSDLCanBeDownloadedHere=WSDL дескрипторните файлове на предоставените услуги могат да бъдат свалени тук
EndPointIs=SOAP клиентите трябва да изпращат заявките си до крайна точка на Dolibarr, достъпна чрез URL
##### API ####
-ApiSetup=API module setup
-ApiDesc=By enabling this module, Dolibarr become a REST server to provide miscellaneous web services.
+ApiSetup=Настройка на модула API
+ApiDesc=Чрез активирането на този модул Dolibarr става REST сървър за предоставяне на различни уеб услуги.
ApiProductionMode=Активиране на производствен режим (това ще активира използването на кеш при управление на услуги)
ApiExporerIs=Можете да изследвате и тествате API на URL адрес
-OnlyActiveElementsAreExposed=Only elements from enabled modules are exposed
-ApiKey=Key for API
+OnlyActiveElementsAreExposed=Изложени са само елементи от активираните модули
+ApiKey=Ключ за API
WarningAPIExplorerDisabled=API Explorer е деактивиран. API Explorer не се изисква да предоставя API услуги. Той е инструмент за разработчици за намиране / тестване на REST API. Ако имате нужда от този инструмент, влезте в настройките на модула API REST, за да го активирате.
##### Bank #####
-BankSetupModule=Модул за настройка на банката
+BankSetupModule=Настройка на модула за банки и парични сметки
FreeLegalTextOnChequeReceipts=Свободен текст в чековите разписки
-BankOrderShow=Показване ред на банкови сметки за страни, които използват "подробен номер на банкова
+BankOrderShow=Ред на показване на банкови сметки за държави, използващи "подробен банков номер"
BankOrderGlobal=Общ
-BankOrderGlobalDesc=Обща дисплей за
+BankOrderGlobalDesc=Общ ред на показване
BankOrderES=Испански
-BankOrderESDesc=Испански дисплей за
+BankOrderESDesc=Испански ред за показване
ChequeReceiptsNumberingModule=Модел за номериране на чекови разписки
##### Multicompany #####
-MultiCompanySetup=Multi-модул за настройка компания
+MultiCompanySetup=Настройка на модула за няколко фирми
##### Suppliers #####
SuppliersSetup=Настройка на модул Доставчици
SuppliersCommandModel=Пълен шаблон на поръчка за покупка (лого ...)
SuppliersInvoiceModel=Пълен шаблон на фактура за доставка (лого ...)
SuppliersInvoiceNumberingModel=Модели за номериране на фактури за доставка
-IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
+IfSetToYesDontForgetPermission=Ако е избрано ДА, не забравяйте да предоставите права на групи или потребители, от които се очаква второто одобрение.
##### GeoIPMaxmind #####
-GeoIPMaxmindSetup=GeoIP MaxMind модул за настройка
-PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation. Examples: /usr/local/share/GeoIP/GeoIP.dat /usr/share/GeoIP/GeoIP.dat
-NoteOnPathLocation=Имайте предвид, че ИП в страната файла с данни трябва да е в директория PHP ви да прочетете (Проверете PHP open_basedir настройка и разрешения файловата система).
-YouCanDownloadFreeDatFileTo=Можете да изтеглите безплатна демо версия на файла GeoIP MaxMind страната в %s.
-YouCanDownloadAdvancedDatFileTo=Можете също да изтеглите по-пълна версия, с актуализации на файла GeoIP MaxMind страната в %s.
-TestGeoIPResult=Тест на преобразуване IP -> страната
+GeoIPMaxmindSetup=Настройка на модула GeoIP Maxmind
+PathToGeoIPMaxmindCountryDataFile=Път до файл, съдържащ Maxmind IP за превод на държава. Примери: /usr/local/share/GeoIP/GeoIP.dat /usr/share/GeoIP/GeoIP.dat
+NoteOnPathLocation=Обърнете внимание, че вашият IP файл с данни за държавата трябва да е в директория, която може да се чете от PHP (проверете настройките на вашата PHP open_basedir и правата на файловата система).
+YouCanDownloadFreeDatFileTo=Може да изтеглите безплатна демо версия на Maxmind GeoIP файла за държавата от %s.
+YouCanDownloadAdvancedDatFileTo=Може също така да изтеглите по-пълна версия, с актуализации на Maxmind GeoIP файла за държавата от %s.
+TestGeoIPResult=Тест за конвертиране IP -> Държава
##### Projects #####
-ProjectsNumberingModules=Проекти номериране модул
-ProjectsSetup=Инсталационния проект модул
-ProjectsModelModule=Проект доклади документ модел
-TasksNumberingModules=Tasks numbering module
-TaskModelModule=Tasks reports document model
+ProjectsNumberingModules=Модел за номериране на проекти
+ProjectsSetup=Настройка на модула за проекти
+ProjectsModelModule=Модели на документи за справки по проекти
+TasksNumberingModules=Модел за номериране на задачи
+TaskModelModule=Модели на документи за справки по задачи
UseSearchToSelectProject=Изчакване, докато се натисне клавиш, преди да се зареди съдържанието на комбинирания списък с проекти. Това може да подобри производителността при по-голям брой проекти, но е по-малко удобно.
##### ECM (GED) #####
##### Fiscal Year #####
@@ -1708,74 +1713,74 @@ AccountingPeriods=Счетоводни периоди
AccountingPeriodCard=Счетоводен период
NewFiscalYear=Нов счетоводен период
OpenFiscalYear=Отваряне на счетоводен период
-CloseFiscalYear=Затваряне на счетоводен период
+CloseFiscalYear=Приключване на счетоводен период
DeleteFiscalYear=Изтриване на счетоводен период
ConfirmDeleteFiscalYear=Сигурни ли сте, че искате да изтриете този счетоводен период?
ShowFiscalYear=Преглед на счетоводен период
-AlwaysEditable=Can always be edited
-MAIN_APPLICATION_TITLE=Force visible name of application (warning: setting your own name here may break autofill login feature when using DoliDroid mobile application)
-NbMajMin=Minimum number of uppercase characters
-NbNumMin=Minimum number of numeric characters
-NbSpeMin=Minimum number of special characters
-NbIteConsecutive=Maximum number of repeating same characters
-NoAmbiCaracAutoGeneration=Do not use ambiguous characters ("1","l","i","|","0","O") for automatic generation
-SalariesSetup=Setup of module salaries
-SortOrder=Sort order
-Format=Format
+AlwaysEditable=Винаги може да се редактира
+MAIN_APPLICATION_TITLE=Промяна на визуалното име на Dolibarr (Внимание: Задаването на персонализирано име тук може да наруши функцията за автоматично попълване на входни данни при използване на мобилното приложение DoliDroid)
+NbMajMin=Минимален брой главни букви
+NbNumMin=Минимален брой цифрови символи
+NbSpeMin=Минимален брой специални символи
+NbIteConsecutive=Максимален брой повтарящи се символи
+NoAmbiCaracAutoGeneration=Да не се използват двусмислени символи ("1","l","i","|","0","O") за автоматично генериране
+SalariesSetup=Настройка на модула за заплати
+SortOrder=Ред на сортиране
+Format=Формат
TypePaymentDesc=0: Вид на плащане за клиент, 1: Вид плащане за доставчик, 2: Вид на плащане за клиенти и доставчици
-IncludePath=Include path (defined into variable %s)
-ExpenseReportsSetup=Setup of module Expense Reports
-TemplatePDFExpenseReports=Document templates to generate expense report document
+IncludePath=Включва път (дефиниран в променлива %s)
+ExpenseReportsSetup=Настройка на модула за разходни отчети
+TemplatePDFExpenseReports=Модели на документи за разходни отчети
ExpenseReportsIkSetup=Настройка на модул Разходни отчети - Показания на километража
ExpenseReportsRulesSetup=Настройка на модул Разходни отчети - Правила
ExpenseReportNumberingModules=Модул за номериране на разходни отчети
-NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
+NoModueToManageStockIncrease=Не е активиран модул, способен да управлява автоматичното увеличаване на наличности. Увеличаването на наличности ще се извършва само при ръчно въвеждане.
YouMayFindNotificationsFeaturesIntoModuleNotification=Може да откриете опции за известия по имейл като активирате и конфигурирате модула "Известия".
-ListOfNotificationsPerUser=Списък с известия за потребител*
-ListOfNotificationsPerUserOrContact=Списък с известия (събития), налични за потребител* или за контакт**
-ListOfFixedNotifications=Списък с фиксирани известия
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Отидете в раздела „Известия“ на съответния потребител, за да добавите или премахнете известия за този потребител
GoOntoContactCardToAddMore=Отидете в раздела „Известия“ на съответния контрагент, за да добавите или премахнете известия за съответните контакти / адреси
-Threshold=Threshold
+Threshold=Граница
BackupDumpWizard=Асистент за създаване на архивния файл
-SomethingMakeInstallFromWebNotPossible=Installation of external module is not possible from the web interface for the following reason:
+SomethingMakeInstallFromWebNotPossible=Инсталирането на външен модул не е възможно от уеб интерфейса, поради следната причина:
SomethingMakeInstallFromWebNotPossible2=Поради тази причина описаният тук процес за актуализация е ръчен процес, който може да се изпълнява само от потребител със съответните права.
-InstallModuleFromWebHasBeenDisabledByFile=Install of external module from application has been disabled by your administrator. You must ask him to remove the file %s to allow this feature.
+InstallModuleFromWebHasBeenDisabledByFile=Инсталирането на външен модул в приложението е деактивирано от администратора на системата. Трябва да го помолите да премахне файла %s, за да разреши тази функция.
ConfFileMustContainCustom=Инсталирането или създаването на външен модул в приложението е необходимо да съхрани файловете на модула в директорията %s. За да се обработва тази директория от Dolibarr, трябва да настроите вашият conf/conf.php файл да съдържа двете директивни линии: $dolibarr_main_url_root_alt = '/custom'; $dolibarr_main_document_root_alt = '%s/custom';
-HighlightLinesOnMouseHover=Highlight table lines when mouse move passes over
+HighlightLinesOnMouseHover=Маркиране на редове в таблица, когато мишката преминава отгоре
HighlightLinesColor=Цвят на подчертания ред при преминаване на мишката отгоре (използвайте 'ffffff', ако не искате да се подчертава)
HighlightLinesChecked=Цвят на подчертания ред, когато е маркиран (използвайте 'ffffff',ако не искате да се подчертава)
TextTitleColor=Цвят на текста в заглавието на страницата
LinkColor=Цвят на връзките
PressF5AfterChangingThis=Натиснете CTRL + F5 на клавиатурата или изчистете кеша на браузъра си след като промените тази стойност, за да стане ефективна.
NotSupportedByAllThemes=Ще работи с основните теми, но може да не се поддържат външни теми.
-BackgroundColor=Background color
-TopMenuBackgroundColor=Background color for Top menu
+BackgroundColor=Цвят на фона
+TopMenuBackgroundColor=Цвят на фона в горното меню
TopMenuDisableImages=Скриване на изображения в горното меню
-LeftMenuBackgroundColor=Background color for Left menu
-BackgroundTableTitleColor=Background color for Table title line
+LeftMenuBackgroundColor=Цвят на фона в лявото меню
+BackgroundTableTitleColor=Цвят на фона в реда със заглавието на таблица
BackgroundTableTitleTextColor=Цвят на текста в заглавието на таблиците
-BackgroundTableLineOddColor=Background color for odd table lines
-BackgroundTableLineEvenColor=Background color for even table lines
-MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
-NbAddedAutomatically=Number of days added to counters of users (automatically) each month
-EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
+BackgroundTableLineOddColor=Цвят на фона в нечетните редове на таблица
+BackgroundTableLineEvenColor=Цвят на фона в четните редове на таблица
+MinimumNoticePeriod=Минимален срок за известяване (вашата молба за отпуск трябва да бъде изпратена преди този срок)
+NbAddedAutomatically=Брой дни, добавени към броячите на потребителите (автоматично) всеки месец
+EnterAnyCode=Това поле съдържа референция за идентифициране на реда. Въведете стойност по ваш избор, но без специални символи.
UnicodeCurrency=Въведете тук между скобите, десетичен код, който представлява символа на валутата. Например: за $, въведете [36] - за Бразилски Реал R$ [82,36] - за €, въведете [8364]
ColorFormat=RGB цвета е в HEX формат, например: FF0000
-PositionIntoComboList=Position of line into combo lists
-SellTaxRate=Sale tax rate
+PositionIntoComboList=Позиция на реда в комбинирани списъци
+SellTaxRate=Ставка на данъка върху продажби
RecuperableOnly=Да за ДДС "Не възприеман, но възстановим", предназначен за някои области във Франция. Запазете стойността "Не" във всички останали случаи.
-UrlTrackingDesc=Ако доставчикът или транспортната услуга предлага страница или уеб сайт за проверка на статуса на вашите пратки, то може да ги въведете тук. Може да използвате ключа {TRACKID} в URL параметрите, така че системата да го замени с проследяващия номер, който потребителят е въвел в картата на пратката.
+UrlTrackingDesc=Ако доставчикът или транспортната услуга предлага страница или уеб сайт за проверка на статуса на вашите пратки, то може да ги въведете тук. Може да използвате ключа {TRACKID} в URL параметрите, така че системата да го замени с проследяващия номер, който потребителят е въвел в картата на доставката.
OpportunityPercent=Когато създавате нова възможност определяте приблизително очакваната сума от проекта / възможността. Според статуса на възможността тази сума ще бъде умножена по определения му процент, за да се оцени общата сума, която всичките ви възможности могат да генерират. Стойността е в проценти (между 0 и 100).
-TemplateForElement=This template record is dedicated to which element
-TypeOfTemplate=Type of template
+TemplateForElement=Този шаблон е специализиран за елемент
+TypeOfTemplate=Тип шаблон
TemplateIsVisibleByOwnerOnly=Шаблонът е видим само за собственика му
VisibleEverywhere=Видим навсякъде
VisibleNowhere=Не се вижда никъде
-FixTZ=TimeZone fix
-FillFixTZOnlyIfRequired=Example: +2 (fill only if problem experienced)
-ExpectedChecksum=Expected Checksum
-CurrentChecksum=Current Checksum
+FixTZ=Поправка на времева зона
+FillFixTZOnlyIfRequired=Пример: +2 (попълнете само при проблем)
+ExpectedChecksum=Очаквана контролна сума
+CurrentChecksum=Текуща контролна сума
ForcedConstants=Необходими постоянни стойности
MailToSendProposal=Клиентски предложения
MailToSendOrder=Поръчки за продажба
@@ -1790,7 +1795,7 @@ MailToThirdparty=Контрагенти
MailToMember=Членове
MailToUser=Потребители
MailToProject=Страница "Проекти"
-ByDefaultInList=Показване по подразбиране при показа на списък
+ByDefaultInList=Показване по подразбиране в списъчен изглед
YouUseLastStableVersion=Използвате последната стабилна версия
TitleExampleForMajorRelease=Пример за съобщение, което може да използвате, за да обявите това главно издание (не се колебайте да го използвате на уебсайтовете си)
TitleExampleForMaintenanceRelease=Пример за съобщение, което може да използвате, за да обявите това издание за поддръжка (не се колебайте да го използвате на уебсайтовете си)
@@ -1895,6 +1900,11 @@ OnMobileOnly=Само при малък екран (смартфон)
DisableProspectCustomerType=Деактивиране на типа контрагент "Перспектива + Клиент" (контрагента трябва да бъде Перспектива или Клиент, но не може да бъде и двете)
MAIN_OPTIMIZEFORTEXTBROWSER=Опростяване на интерфейса за незрящ човек
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Активирайте тази опция за незрящ човек или ако използвате приложението от текстов браузър като Lynx или Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Тази стойност може да бъде променена от профила на всеки потребител в раздела '%s'
DefaultCustomerType=Тип контрагент по подразбиране във формуляра за създаване на "Нов клиент"
ABankAccountMustBeDefinedOnPaymentModeSetup=Забележка: Банковата сметка трябва да бъде дефинирана в модула за всеки режим на плащане (Paypal, Stripe, ...), за да работи тази функция.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Брой редове, които да се показват в
UseDebugBar=Използване на инструменти за отстраняване на грешки
DEBUGBAR_LOGS_LINES_NUMBER=Брой последни редове на журнал, които да се пазят в конзолата
WarningValueHigherSlowsDramaticalyOutput=Внимание, по-високите стойности забавят драматично производителността
-DebugBarModuleActivated=Модула "Инструменти за отстраняване на грешки" е активиран и забавя драматично интерфейса
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Моделите за експортиране се споделят с всички
ExportSetup=Настройка на модула Експортиране на данни
InstanceUniqueID=Уникален идентификатор на инстанцията
@@ -1923,5 +1933,7 @@ IFTTTDesc=Този модул е предназначен да задейств
UrlForIFTTT=URL адрес за IFTTT
YouWillFindItOnYourIFTTTAccount=Ще го намерите във вашият IFTTT акаунт
EndPointFor=Крайна точка за %s: %s
-DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+DeleteEmailCollector=Изтриване на имейл колекционер
+ConfirmDeleteEmailCollector=Сигурни ли те, че искате да изтриете този колекционер на имейли?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/bg_BG/agenda.lang b/htdocs/langs/bg_BG/agenda.lang
index 198781d303e..caeb1f309a4 100644
--- a/htdocs/langs/bg_BG/agenda.lang
+++ b/htdocs/langs/bg_BG/agenda.lang
@@ -1,9 +1,9 @@
# Dolibarr language file - Source file is en_US - agenda
-IdAgenda=ID на събитие
+IdAgenda=Идентификатор на събитие
Actions=Събития
-Agenda=Дневен ред
+Agenda=Календар
TMenuAgenda=Календар
-Agendas=Дневен ред
+Agendas=Календари
LocalAgenda=Вътрешен календар
ActionsOwnedBy=Събитие принадлежащо на
ActionsOwnedByShort=Собственик
@@ -11,74 +11,74 @@ AffectedTo=Възложено на
Event=Събитие
Events=Събития
EventsNb=Брой събития
-ListOfActions=Списък на събитията
+ListOfActions=Списък на събития
EventReports=Отчети за събития
-Location=Място
-ToUserOfGroup=За всеки потребител в група
-EventOnFullDay=Събитие по цял ден (дни)
+Location=Местоположение
+ToUserOfGroup=на всеки потребител от група
+EventOnFullDay=Целодневно събитие
MenuToDoActions=Всички незавършени събития
MenuDoneActions=Всички прекратени събития
MenuToDoMyActions=Моите незавършени събития
MenuDoneMyActions=Моите прекратени събития
-ListOfEvents=Списък на събитията (Вътрешен календар)
-ActionsAskedBy=Събития създадени от
-ActionsToDoBy=Събития възложени на
-ActionsDoneBy=Събития извършени от
-ActionAssignedTo=Събитие определено на
+ListOfEvents=Списък на събития (Вътрешен календар)
+ActionsAskedBy=Събития, съобщени от
+ActionsToDoBy=Събития, възложени на
+ActionsDoneBy=Събития, извършени от
+ActionAssignedTo=Събитие, възложено на
ViewCal=Месечен изглед
ViewDay=Дневен изглед
ViewWeek=Седмичен изглед
ViewPerUser=Изглед по потребител
-ViewPerType=Преглед по тип
+ViewPerType=Изглед по тип
AutoActions= Автоматично попълване
-AgendaAutoActionDesc= Тук можете да дефинирате събития, които искате Dolibarr да създаде автоматично в бележника. Ако нищо не е отметнато, в регистрите ще бъдат включени само ръчни добавените събития и ще се показват в бележника. Автоматично проследяваните събития, извършени върху обекти (валидиране, промяна на състоянието), няма да бъдат запазени.
+AgendaAutoActionDesc= Тук може да дефинирате събития, които искате Dolibarr да създаде автоматично в календара. Ако нищо не е отметнато, в регистрите ще бъдат включени само ръчно добавените събития и ще се показват в календара. Автоматично проследяваните събития, извършени върху обекти (валидиране, промяна на състояние) няма да бъдат запазени.
AgendaSetupOtherDesc= Тази страница предлага опции, позволяващи експортирането на вашите Dolibarr събития във външен календар (Thunderbird, Google Calendar и др.)
-AgendaExtSitesDesc=Тази страница позволява да се обяви външните източници на календари, за да видят своите събития в дневния ред Dolibarr.
-ActionsEvents=Събития, за които Dolibarr ще създаде действие в дневния ред автоматично
-EventRemindersByEmailNotEnabled=Напомнянията за събития по имейл не са активирани в настройката на модула %s.
+AgendaExtSitesDesc=Тази страница позволява да се декларират външни източници на календари, за да се видят техните събития в календара на Dolibarr.
+ActionsEvents=Събития, за които Dolibarr ще създаде автоматично събитие в календара
+EventRemindersByEmailNotEnabled=Напомнянията за събития по имейл не са активирани в настройката на модул %s.
##### Agenda event labels #####
NewCompanyToDolibarr=Контрагент %s е създаден
COMPANY_DELETEInDolibarr=Контрагент %s е изтрит
-ContractValidatedInDolibarr=Контакт %s е валидиран
+ContractValidatedInDolibarr=Договор %s е валидиран
CONTRACT_DELETEInDolibarr=Договор %s е изтрит
PropalClosedSignedInDolibarr=Предложение %s е подписано
-PropalClosedRefusedInDolibarr=Предложение %s е отказано
-PropalValidatedInDolibarr=Предложение %s валидирано
+PropalClosedRefusedInDolibarr=Предложение %s е отхвърлено
+PropalValidatedInDolibarr=Предложение %s е валидирано
PropalClassifiedBilledInDolibarr=Предложение %s е фактурирано
-InvoiceValidatedInDolibarr=Фактура %s валидирани
-InvoiceValidatedInDolibarrFromPos=Фактура %s валидирана от POS
-InvoiceBackToDraftInDolibarr=Фактура %s се върнете в състояние на чернова
-InvoiceDeleteDolibarr=Фактура %s изтрита
+InvoiceValidatedInDolibarr=Фактура %s е валидирана
+InvoiceValidatedInDolibarrFromPos=Фактура %s е валидирана от POS
+InvoiceBackToDraftInDolibarr=Фактура %s е върната в статус на чернова
+InvoiceDeleteDolibarr=Фактура %s е изтрита
InvoicePaidInDolibarr=Фактура %s е платена
InvoiceCanceledInDolibarr=Фактура %s е анулирана
MemberValidatedInDolibarr=Член %s е валидиран
MemberModifiedInDolibarr=Член %s е променен
MemberResiliatedInDolibarr=Член %s е прекратен
MemberDeletedInDolibarr=Член %s е изтрит
-MemberSubscriptionAddedInDolibarr=Абонамент %s за член %s е добавен
-MemberSubscriptionModifiedInDolibarr=Абонамент %s за член %s е променен
-MemberSubscriptionDeletedInDolibarr=Абонамент %s за член %s е изтрит
-ShipmentValidatedInDolibarr=Пратка %s е валидирана
-ShipmentClassifyClosedInDolibarr=Пратка %s е фактурирана
-ShipmentUnClassifyCloseddInDolibarr=Пратка %s е повторно отворена
-ShipmentBackToDraftInDolibarr=Пратка %s е върната в чернова
-ShipmentDeletedInDolibarr=Пратка %s е изтрита
+MemberSubscriptionAddedInDolibarr=Членски внос %s за член %s е добавен
+MemberSubscriptionModifiedInDolibarr=Членски внос %s за член %s е променен
+MemberSubscriptionDeletedInDolibarr=Членски внос %s за член %s е изтрит
+ShipmentValidatedInDolibarr=Доставка %s е валидирана
+ShipmentClassifyClosedInDolibarr=Доставка %s е фактурирана
+ShipmentUnClassifyCloseddInDolibarr=Доставка %s е повторно отворена
+ShipmentBackToDraftInDolibarr=Доставка %s е върната в статус чернова
+ShipmentDeletedInDolibarr=Доставка %s е изтрита
OrderCreatedInDolibarr=Поръчка %s е създадена
-OrderValidatedInDolibarr=Поръчка %s валидирани
-OrderDeliveredInDolibarr=Поръчка %s класифицирана доставена
-OrderCanceledInDolibarr=Поръчка %s отменен
-OrderBilledInDolibarr=Поръчка %s класифицирана таксувана
-OrderApprovedInDolibarr=Поръчка %s одобрен
-OrderRefusedInDolibarr=Поръчка %s отказана
-OrderBackToDraftInDolibarr=Поръчка %s се върне в състояние на чернова
+OrderValidatedInDolibarr=Поръчка %s е валидирана
+OrderDeliveredInDolibarr=Поръчка %s е класифицирана като доставена
+OrderCanceledInDolibarr=Поръчка %s е анулирана
+OrderBilledInDolibarr=Поръчка %s е класифицирана като фактурирана
+OrderApprovedInDolibarr=Поръчка %s е одобрена
+OrderRefusedInDolibarr=Поръчка %s е отхвърлена
+OrderBackToDraftInDolibarr=Поръчка %s е върната в статус на чернова
ProposalSentByEMail=Търговско предложение %s е изпратено по имейл
ContractSentByEMail=Договор %s е изпратен по имейл
OrderSentByEMail=Клиентска поръчка %s е изпратена по имейл
-InvoiceSentByEMail=Клиентска фактура %s е изпратена по имейл
+InvoiceSentByEMail=Фактура за продажба %s е изпратена по имейл
SupplierOrderSentByEMail=Поръчка за покупка %s е изпратена по имейл
-SupplierInvoiceSentByEMail=Доставна фактура %s е изпратена по имейл
-ShippingSentByEMail=Пратка %s е изпратена по имейл
-ShippingValidated= Пратка %s валидирана
+SupplierInvoiceSentByEMail=Фактура за покупка %s е изпратена по имейл
+ShippingSentByEMail=Доставка %s е изпратена по имейл
+ShippingValidated= Доставка %s е валидирана
InterventionSentByEMail=Интервенция %s е изпратена по имейл
ProposalDeleted=Предложението е изтрито
OrderDeleted=Поръчката е изтрита
@@ -90,46 +90,46 @@ EXPENSE_REPORT_CREATEInDolibarr=Разходен отчет %s е създаде
EXPENSE_REPORT_VALIDATEInDolibarr=Разходен отчет %s е валидиран
EXPENSE_REPORT_APPROVEInDolibarr=Разходен отчет %s е одобрен
EXPENSE_REPORT_DELETEInDolibarr=Разходен отчет %s е изтрит
-EXPENSE_REPORT_REFUSEDInDolibarr=Разходен отчет %s е отказан
+EXPENSE_REPORT_REFUSEDInDolibarr=Разходен отчет %s е отхвърлен
PROJECT_CREATEInDolibarr=Проект %s е създаден
PROJECT_MODIFYInDolibarr=Проект %s е променен
PROJECT_DELETEInDolibarr=Проект %s е изтрит
TICKET_CREATEInDolibarr=Тикет %s е създаден
TICKET_MODIFYInDolibarr=Тикет %s е променен
TICKET_ASSIGNEDInDolibarr=Тикет %s е възложен
-TICKET_CLOSEInDolibarr=Тикет %s е затворен
+TICKET_CLOSEInDolibarr=Тикет %s е приключен
TICKET_DELETEInDolibarr=Тикет %s е изтрит
##### End agenda events #####
-AgendaModelModule=Шаблони на документи за събитие
+AgendaModelModule=Шаблони за събитие
DateActionStart=Начална дата
DateActionEnd=Крайна дата
-AgendaUrlOptions1=Можете да добавите и следните параметри, за да филтрирате изход:
-AgendaUrlOptions3=logina=%s за да ограничи показването до действия притежавани от потребител %s.
-AgendaUrlOptionsNotAdmin= logina =! %s за ограничаване на изхода до събития, които не са собственост на потребителя %s .
-AgendaUrlOptions4= logint = %s за ограничаване на изхода до събития, възложени на потребителя %s (собственик and други).
-AgendaUrlOptionsProject= project = __ PROJECT_ID__ за ограничаване на изхода до събития свързани с проект __PROJECT_ID__ .
-AgendaUrlOptionsNotAutoEvent= notactiontype = systemauto за изключване на автоматични събития.
+AgendaUrlOptions1=Може също да добавите следните параметри за филтриране на резултата:
+AgendaUrlOptions3=logina=%s, за да ограничи показването до събития притежавани от потребител %s.
+AgendaUrlOptionsNotAdmin=logina=!%s, за да ограничи показването до събития, които не са собственост на потребител %s.
+AgendaUrlOptions4=logint=%s, за да ограничи показването до събития, които са възложени на потребител %s (като собственик и не).
+AgendaUrlOptionsProject=project=__PROJECT_ID__, за да ограничи показването до събития, които са свързани с проект __PROJECT_ID__.
+AgendaUrlOptionsNotAutoEvent=notactiontype=systemauto за изключване на автоматични събития.
AgendaShowBirthdayEvents=Показване на рождени дни на контактите
AgendaHideBirthdayEvents=Скриване на рождени дни на контактите
Busy=Зает
-ExportDataset_event1=Списък на събитията в дневния ред
-DefaultWorkingDays=По подразбиране диапазон на работни дни в седмица (Пример: 1-5, 1-6)
-DefaultWorkingHours=По подразбиране диапазон на работни часове в ден (Пример: 9-18)
+ExportDataset_event1=Списък на събития в календар
+DefaultWorkingDays=Диапазон на работните дни по подразбиране в седмицата (Пример: 1-5, 1-6)
+DefaultWorkingHours=Работно време по подразбиране в рамките на един ден (Пример: 9-18)
# External Sites ical
-ExportCal=Изнасяне на календар
+ExportCal=Експортиране на календар
ExtSites=Импортиране на външни календари
-ExtSitesEnableThisTool=Покажете външни календари (дефинирани в глобалната настройка) в бележника. Не засяга външните календари, дефинирани от потребители.
+ExtSitesEnableThisTool=Показване на външни календари (дефинирани в глобалната настройка) в календара. Не засяга външни календари, дефинирани от потребители.
ExtSitesNbOfAgenda=Брой календари
AgendaExtNb=Календар № %s
-ExtSiteUrlAgenda=URL адрес за достъп до файла .Ical
+ExtSiteUrlAgenda=URL адрес за достъп до .ical файл
ExtSiteNoLabel=Няма описание
VisibleTimeRange=Видим времеви диапазон
VisibleDaysRange=Видим диапазон от дни
-AddEvent=Създаване събитие
-MyAvailability=Моето разположение
+AddEvent=Създаване на събитие
+MyAvailability=Моята наличност
ActionType=Тип събитие
DateActionBegin=Начална дата на събитие
-ConfirmCloneEvent=Сигурни ли сте че, искате да клонирате събитието %s ?
+ConfirmCloneEvent=Сигурни ли сте, че искате да клонирате събитие %s?
RepeatEvent=Повтаряне на събитие
EveryWeek=Всяка седмица
EveryMonth=Всеки месец
diff --git a/htdocs/langs/bg_BG/assets.lang b/htdocs/langs/bg_BG/assets.lang
index f851bd810d3..aabd6c6e46c 100644
--- a/htdocs/langs/bg_BG/assets.lang
+++ b/htdocs/langs/bg_BG/assets.lang
@@ -22,7 +22,7 @@ AccountancyCodeAsset = Счетоводен код (актив)
AccountancyCodeDepreciationAsset = Счетоводен код (сметка за амортизационни активи)
AccountancyCodeDepreciationExpense = Счетоводен код (сметка за амортизационни разходи)
NewAssetType=Нов вид актив
-AssetsTypeSetup=Настройка на тип активи
+AssetsTypeSetup=Настройка на вид активи
AssetTypeModified=Видът на актива е променен
AssetType=Вид актив
AssetsLines=Активи
@@ -42,17 +42,17 @@ ModuleAssetsDesc = Описание на активи
AssetsSetup = Настройка на активи
Settings = Настройки
AssetsSetupPage = Страница за настройка на активите
-ExtraFieldsAssetsType = Допълнителни атрибути (Вид на актива)
+ExtraFieldsAssetsType = Допълнителни атрибути (вид актив)
AssetsType=Вид актив
-AssetsTypeId=№ на актива
-AssetsTypeLabel=Вид актив етикет
+AssetsTypeId=Идентификатор на вида актива
+AssetsTypeLabel=Етикет на вида актив
AssetsTypes=Видове активи
#
# Menu
#
MenuAssets = Активи
-MenuNewAsset = Нов Актив
+MenuNewAsset = Нов актив
MenuTypeAssets = Вид активи
MenuListAssets = Списък
MenuNewTypeAssets = Нов
diff --git a/htdocs/langs/bg_BG/banks.lang b/htdocs/langs/bg_BG/banks.lang
index 2197dda55ff..e56b8c5deb8 100644
--- a/htdocs/langs/bg_BG/banks.lang
+++ b/htdocs/langs/bg_BG/banks.lang
@@ -7,15 +7,15 @@ BankName=Име на банката
FinancialAccount=Сметка
BankAccount=Банкова сметка
BankAccounts=Банкови сметки
-BankAccountsAndGateways=Банкови сметки | Портал
+BankAccountsAndGateways=Банкови сметки | Портали
ShowAccount=Показване на сметка
AccountRef=Финансова сметка реф.
-AccountLabel=Финансова сметка етикет
+AccountLabel=Етикет на финансова сметка
CashAccount=Сметка в брой
CashAccounts=Парични сметки
CurrentAccounts=Разплащателни сметки
SavingAccounts=Спестовни сметки
-ErrorBankLabelAlreadyExists=Етикета на финансовата сметка вече съществува
+ErrorBankLabelAlreadyExists=Етикетът на финансовата сметка вече съществува
BankBalance=Баланс
BankBalanceBefore=Баланс преди
BankBalanceAfter=Баланс след
@@ -23,42 +23,42 @@ BalanceMinimalAllowed=Минимален разрешен баланс
BalanceMinimalDesired=Минимален желан баланс
InitialBankBalance=Начален баланс
EndBankBalance=Краен баланс
-CurrentBalance=Текущо салдо
+CurrentBalance=Текущ баланс
FutureBalance=Бъдещ баланс
-ShowAllTimeBalance=Показване на баланса от началото
+ShowAllTimeBalance=Показване на баланса от начало
AllTime=От начало
-Reconciliation=Помирение
+Reconciliation=Съгласуване
RIB=Номер на банкова сметка
IBAN=IBAN номер
-BIC=BIC/SWIFT Код
-SwiftValid=BIC/SWIFT валиден
-SwiftVNotalid=BIC/SWIFT невалиден
-IbanValid=BAN валиден
-IbanNotValid=BAN невалиден
+BIC=BIC / SWIFT код
+SwiftValid=BIC / SWIFT е валиден
+SwiftVNotalid=BIC / SWIFT не е валиден
+IbanValid=BAN е валиден
+IbanNotValid=BAN не е валиден
StandingOrders=Поръчки за директен дебит
StandingOrder=Поръчка за директен дебит
-AccountStatement=Отчет по сметка
-AccountStatementShort=Отчет
+AccountStatement=Извлечение по сметка
+AccountStatementShort=Извлечение
AccountStatements=Извлечения по сметки
LastAccountStatements=Последни извлечения
IOMonthlyReporting=Месечно отчитане
BankAccountDomiciliation=Адрес на банката
-BankAccountCountry=Профил страната
-BankAccountOwner=Името на собственика на сметката
-BankAccountOwnerAddress=Притежател на сметката адрес
-RIBControlError=Проверката за достоверност на стойностите е неуспешна. Това означава, че информацията за този номер на сметката не е пълна или е неправилна (проверете страната, номерата и IBAN).
+BankAccountCountry=Държава по местонахождение
+BankAccountOwner=Титуляр на сметката
+BankAccountOwnerAddress=Адрес на титуляра на сметката
+RIBControlError=Проверката за достоверност на стойностите е неуспешна. Това означава, че информацията за този номер на сметка не е пълна или е неправилна (проверете страната, номерата и IBAN).
CreateAccount=Създаване на сметка
NewBankAccount=Нова сметка
NewFinancialAccount=Нова финансова сметка
MenuNewFinancialAccount=Нова финансова сметка
-EditFinancialAccount=Редактиране на сметка
-LabelBankCashAccount=Банка или етикета пари
-AccountType=Тип на профила
+EditFinancialAccount=Промяна на сметка
+LabelBankCashAccount=Банков или паричен етикет
+AccountType=Тип на сметката
BankType0=Спестовна сметка
BankType1=Разплащателна или картова сметка
BankType2=Парична сметка
-AccountsArea=Сметки
-AccountCard=Картова сметка
+AccountsArea=Секция със сметки
+AccountCard=Карта на сметката
DeleteAccount=Изтриване на акаунт
ConfirmDeleteAccount=Сигурни ли сте, че искате да изтриете тази сметка?
Account=Сметка
@@ -67,103 +67,103 @@ BankTransactionForCategory=Банкови транзакции по катего
RemoveFromRubrique=Премахване на връзката с категория
RemoveFromRubriqueConfirm=Сигурни ли сте, че желаете да премахнете връзката между операцията и категорията?
ListBankTransactions=Списък с банкови транзакции
-IdTransaction=Transaction ID
-BankTransactions=Банкови записи
-BankTransaction=Банков запис
-ListTransactions=Списък записи
-ListTransactionsByCategory=Списък записи/категории
-TransactionsToConciliate=Записи за равнение
-Conciliable=Може да се примири
-Conciliate=Reconcile
-Conciliation=Помирение
+IdTransaction=Идентификатор на транзакция
+BankTransactions=Банкови транзакции
+BankTransaction=Банкова транзакция
+ListTransactions=Списък транзакции
+ListTransactionsByCategory=Списък транзакции по категория
+TransactionsToConciliate=Транзакции за съгласуване
+Conciliable=Може да се съгласува
+Conciliate=Съгласуване
+Conciliation=Съгласуване
SaveStatementOnly=Запазете само извлечението
ReconciliationLate=Късно съгласуване
-IncludeClosedAccount=Включват затворени сметки
-OnlyOpenedAccount=Само открити сметки
-AccountToCredit=Профил на кредитен
+IncludeClosedAccount=Включва затворени сметки
+OnlyOpenedAccount=Само отворени сметки
+AccountToCredit=Сметка за кредитиране
AccountToDebit=Сметка за дебитиране
-DisableConciliation=Деактивирате функцията помирение за тази сметка
-ConciliationDisabled=Помирение функция инвалиди
-LinkedToAConciliatedTransaction=Свързан е със съгласуван запис
-StatusAccountOpened=Отворен
-StatusAccountClosed=Затворен
+DisableConciliation=Деактивиране на функцията за съгласуване за тази сметка
+ConciliationDisabled=Функцията за съгласуване е деактивирана
+LinkedToAConciliatedTransaction=Свързано със съгласувана транзакция
+StatusAccountOpened=Отворена
+StatusAccountClosed=Затворена
AccountIdShort=Номер
LineRecord=Транзакция
-AddBankRecord=Добавяне на запис
-AddBankRecordLong=Ръчно добавяне на запис
+AddBankRecord=Добавяне на транзакция
+AddBankRecordLong=Ръчно добавяне на транзакция
Conciliated=Съгласувано
-ConciliatedBy=Съгласуват от
-DateConciliating=Reconcile дата
-BankLineConciliated=Записите са съгласувани
+ConciliatedBy=Съгласувано от
+DateConciliating=Дата на съгласуване
+BankLineConciliated=Транзакцията е съгласувана
Reconciled=Съгласувано
NotReconciled=Не е съгласувано
-CustomerInvoicePayment=Клиентско плащане
-SupplierInvoicePayment=Плащане на доставчик
+CustomerInvoicePayment=Плащане от клиент
+SupplierInvoicePayment=Плащане към доставчик
SubscriptionPayment=Плащане на членски внос
WithdrawalPayment=Платежно нареждане за дебит
-SocialContributionPayment=Social/fiscal tax payment
+SocialContributionPayment=Плащане на социални / фискални такси
BankTransfer=Банков превод
BankTransfers=Банкови преводи
MenuBankInternalTransfer=Вътрешен превод
-TransferDesc=Прехвърляне от един акаунт в друг, Dolibarr ще направи два записа (дебитна сметка в източник и кредит в целевата сметка). За тази транзакция ще се използва същата сума (с изключение на знак), етикет и дата)
+TransferDesc=Прехвърляне от един акаунт в друг, Dolibarr ще направи два записа (дебит от сметката на източника и кредит в целевата сметка). За тази транзакция ще се използва същата сума (с изключение на подписа), етикет и дата.
TransferFrom=От
TransferTo=За
-TransferFromToDone=Прехвърлянето от %s на %s на %s %s беше записано.
+TransferFromToDone=Прехвърлянето от %s към %s на %s %s беше записано.
CheckTransmitter=Предавател
ValidateCheckReceipt=Валидиране на тази чекова разписка?
-ConfirmValidateCheckReceipt=Сигурни ли сте, че искате да потвърдите получаването на чека, няма да е възможна промяна след като това бъде направено?
-DeleteCheckReceipt=Да се изтрие ли тази чекова разписка?
+ConfirmValidateCheckReceipt=Сигурни ли сте, че искате да валидирате тази чекова разписка, няма да е възможна промяна след като това бъде направено?
+DeleteCheckReceipt=Изтриване на тази чекова разписка?
ConfirmDeleteCheckReceipt=Сигурни ли сте, че искате да изтриете тази чекова разписка?
-BankChecks=Банката проверява
+BankChecks=Банкови чекове
BankChecksToReceipt=Чекове чакащи депозит
-ShowCheckReceipt=Покажи проверете получаване депозит
+ShowCheckReceipt=Покажи разписка за получаване на чеков депозит
NumberOfCheques=Брой чекове
-DeleteTransaction=Изтриване на запис
-ConfirmDeleteTransaction=Сигурни ли сте че искате да изтриете този запис ?
-ThisWillAlsoDeleteBankRecord=Това ще изтрие генерирания банков запис
+DeleteTransaction=Изтриване на транзакция
+ConfirmDeleteTransaction=Сигурни ли сте, че искате да изтриете тази транзакция?
+ThisWillAlsoDeleteBankRecord=Това ще изтрие и генерираната банкова транзакция
BankMovements=Движения
-PlannedTransactions=Планирани записи
+PlannedTransactions=Планирани транзакции
Graph=Графики
-ExportDataset_banque_1=Банкови записи и извлечение по сметка
+ExportDataset_banque_1=Банкови транзакции и извлечение по сметка
ExportDataset_banque_2=Депозитна разписка
-TransactionOnTheOtherAccount=Транзакциите по друга сметка
+TransactionOnTheOtherAccount=Транзакции по друга сметка
PaymentNumberUpdateSucceeded=Номерът на плащането е актуализиран успешно
-PaymentNumberUpdateFailed=Плащане брой не може да бъде актуализиран
+PaymentNumberUpdateFailed=Номерът на плащането не можа да бъде актуализиран
PaymentDateUpdateSucceeded=Датата на плащането е актуализирана успешно
-PaymentDateUpdateFailed=Дата на плащане не може да бъде актуализиран
-Transactions=Сделки
-BankTransactionLine=Банков запис
+PaymentDateUpdateFailed=Датата на плащане не можа да бъде актуализирана
+Transactions=Транзакции
+BankTransactionLine=Банкова транзакция
AllAccounts=Всички банкови и касови сметки
BackToAccount=Обратно към сметка
ShowAllAccounts=Покажи за всички сметки
-FutureTransaction=Бъдещи транзакции. Невъзможно равнение.
-SelectChequeTransactionAndGenerate=Изберете / филтрирайте чековете, които включва разписка за депозит и кликнете върху "Create".
+FutureTransaction=Бъдеща транзакция. Не може да се съгласува.
+SelectChequeTransactionAndGenerate=Изберете / Филтрирайте чековете, които да включите в депозитна разписка и кликнете върху "Създаване".
InputReceiptNumber=Изберете банковото извлечение, свързано със съгласуването. Използвайте числова стойност, която е във вида: YYYYMM или YYYYMMDD
-EventualyAddCategory=В крайна сметка, да посочите категорията, в която да се класифицират записи
+EventualyAddCategory=В крайна сметка, определете категория, в която да класифицирате транзакциите
ToConciliate=Да се съгласува ли?
-ThenCheckLinesAndConciliate=След това проверете линии в отчета на банката и кликнете
-DefaultRIB=По подразбиране BAN
+ThenCheckLinesAndConciliate=След това проверете редовете в банковото извлечение и кликнете
+DefaultRIB=BAN по подразбиране
AllRIB=Всички BAN
LabelRIB=BAN етикет
NoBANRecord=Няма BAN запис
-DeleteARib=Изтри BAN запис
+DeleteARib=Изтриване на BAN запис
ConfirmDeleteRib=Сигурни ли сте, че искате да изтриете този BAN запис?
RejectCheck=Чекът е върнат
ConfirmRejectCheck=Сигурни ли сте, искате да маркирате този чек като е отхвърлен?
RejectCheckDate=Дата, на която чекът е върнат
CheckRejected=Чекът е върнат
-CheckRejectedAndInvoicesReopened=Чекът е върнат и фактурата е отворена
+CheckRejectedAndInvoicesReopened=Чекът е върнат и фактурата е повторно отворена
BankAccountModelModule=Шаблони на документи за банкови сметки
-DocumentModelSepaMandate=Шаблон за SEPA нареждания . Полезно само за европейските страни в ЕИО.
-DocumentModelBan=Шаблон на който да се принтира страница с BAN информация
-NewVariousPayment=Ново смесено плащане
-VariousPayment=Смесено плащане
+DocumentModelSepaMandate=Шаблон за SEPA нареждания. Полезно само за европейските страни в ЕИО.
+DocumentModelBan=Шаблон за отпечатване на страница с информация за BAN.
+NewVariousPayment=Ново разнородно плащане
+VariousPayment=Разнородно плащане
VariousPayments=Разнородни плащания
-ShowVariousPayment=Показване на смесено плащане
-AddVariousPayment=Добавяне на смесено плащане
+ShowVariousPayment=Показване на разнородно плащане
+AddVariousPayment=Добавяне на разнородно плащане
SEPAMandate=SEPA нареждане
YourSEPAMandate=Вашите SEPA нареждания
-FindYourSEPAMandate=Това е вашето SEPA нареждане да упълномощите нашата компания да направи поръчка за директен дебит към вашата банка. Върнете го подписано (сканиране на подписания документ) или го изпратете по пощата на
-AutoReportLastAccountStatement=Автоматично попълнете полето „номер на банково извлечение“ с последния номер на извлечение, когато правите равнение
+FindYourSEPAMandate=Това е вашето SEPA нареждане, с което да упълномощите нашата компания да направи поръчка за директен дебит към вашата банка. Върнете го подписано (сканиран подписан документ) или го изпратете по пощата на
+AutoReportLastAccountStatement=Автоматично попълване на полето „номер на банково извлечение“ с последния номер на извлечение, когато правите съгласуване.
CashControl=Лимит за плащане в брой на POS
NewCashFence=Нов лимит за плащане в брой
diff --git a/htdocs/langs/bg_BG/bills.lang b/htdocs/langs/bg_BG/bills.lang
index 8a70a7d26d0..67960e29678 100644
--- a/htdocs/langs/bg_BG/bills.lang
+++ b/htdocs/langs/bg_BG/bills.lang
@@ -9,34 +9,34 @@ BillsCustomersUnpaidForCompany=Неплатени фактури за прода
BillsSuppliersUnpaid=Неплатени фактури за доставка
BillsSuppliersUnpaidForCompany=Неплатени фактури за доставка за %s
BillsLate=Забавени плащания
-BillsStatistics=Статистика за продажни фактури
-BillsStatisticsSuppliers=Статистика за фактури на доставка
+BillsStatistics=Статистика на фактури за продажба
+BillsStatisticsSuppliers=Статистика на фактури за доставка
DisabledBecauseDispatchedInBookkeeping=Деактивирано, защото фактурата е изпратена за осчетоводяване
DisabledBecauseNotLastInvoice=Деактивирано, защото фактурата не може да се изтрие. Има регистрирани следващи фактури с поредни номера и това ще създаде дупки в брояча.
DisabledBecauseNotErasable=Деактивирано, защото не може да бъде изтрито
InvoiceStandard=Стандартна фактура
InvoiceStandardAsk=Стандартна фактура
-InvoiceStandardDesc=Тази фактурата е фактура от най-общ вид.
+InvoiceStandardDesc=Този вид фактура се използва като стандартна фактура.
InvoiceDeposit=Фактура за авансово плащане
InvoiceDepositAsk=Фактура за авансово плащане
InvoiceDepositDesc=Този вид фактура се използва, когато е получено авансово плащане.
InvoiceProForma=Проформа фактура
InvoiceProFormaAsk=Проформа фактура
-InvoiceProFormaDesc=Проформа фактура е първообраз на една истинска фактура, но няма счетоводна стойност.
-InvoiceReplacement=Подменяща фактура
-InvoiceReplacementAsk=Фактура подменяща друга фактура
-InvoiceReplacementDesc=Подменяща фактура се използва за анулиране и пълно заменяне на фактура без получено плащане.
Забележка: Само фактури без плащания по тях могат да бъдат заменяни. Ако фактурата, която заменяте, все още не е приключена, то тя ще бъде автоматично приключена като „Изоставена“.
+InvoiceProFormaDesc=Проформа фактурата е първообраз на истинска фактура, но няма счетоводна стойност.
+InvoiceReplacement=Заменяща фактура
+InvoiceReplacementAsk=Фактура заменяща друга фактура
+InvoiceReplacementDesc=Заменяща фактура се използва за анулиране и пълно заменяне на фактура без получено плащане.
Забележка: Само фактури без плащания по тях могат да бъдат заменяни. Ако фактурата, която заменяте, все още не е приключена, то тя ще бъде автоматично приключена като „Изоставена“.
InvoiceAvoir=Кредитно известие
InvoiceAvoirAsk=Кредитно известие за коригиране на фактура
InvoiceAvoirDesc=Кредитното известие е отрицателна фактура, използвана за коригиране на факта, че фактурата показва сума, която се различава от действително платената сума (например клиентът е платил твърде много по грешка или няма да плати пълната сума, тъй като някои продукти са върнати).
invoiceAvoirWithLines=Създаване на кредитно известие с редове от оригиналната фактура
invoiceAvoirWithPaymentRestAmount=Създаване на кредитно известие с неплатения остатък от оригиналната фактура
-invoiceAvoirLineWithPaymentRestAmount=Кредитно известие с неплатен остатък
-ReplaceInvoice=Подмяна на фактура %s
-ReplacementInvoice=Подменяща фактура
+invoiceAvoirLineWithPaymentRestAmount=Кредитно известие за неплатен остатък
+ReplaceInvoice=Заменяне на фактура %s
+ReplacementInvoice=Заменяща фактура
ReplacedByInvoice=Заменена с фактура %s
ReplacementByInvoice=Заменена с фактура
-CorrectInvoice=Правилна фактура %s
+CorrectInvoice=Коректна фактура %s
CorrectionInvoice=Коригираща фактура
UsedByInvoice=Използва се за плащане на фактура %s
ConsumedBy=Консумирана от
@@ -44,19 +44,19 @@ NotConsumed=Не е консумирана
NoReplacableInvoice=Няма заменими фактури
NoInvoiceToCorrect=Няма фактура за коригиране
InvoiceHasAvoir=Източник на едно или няколко кредитни известия
-CardBill=Фактурна карта
-PredefinedInvoices=Предварително-дефинирани Фактури
+CardBill=Карта
+PredefinedInvoices=Предварително дефинирани фактури
Invoice=Фактура
PdfInvoiceTitle=Фактура
Invoices=Фактури
InvoiceLine=Фактурен ред
-InvoiceCustomer=Продажна фактура
-CustomerInvoice=Продажна фактура
-CustomersInvoices=Продажни фактури
+InvoiceCustomer=Фактура за продажба
+CustomerInvoice=Фактура за продажба
+CustomersInvoices=Фактури за продажба
SupplierInvoice=Фактура за доставка
SuppliersInvoices=Фактури за доставка
SupplierBill=Фактура за доставка
-SupplierBills=Доставни фактури
+SupplierBills=Фактури за доставка
Payment=Плащане
PaymentBack=Обратно плащане
CustomerInvoicePaymentBack=Обратно плащане
@@ -64,7 +64,7 @@ Payments=Плащания
PaymentsBack=Обратни плащания
paymentInInvoiceCurrency=във валутата на фактурите
PaidBack=Платено обратно
-DeletePayment=Изтрий плащане
+DeletePayment=Изтриване на плащане
ConfirmDeletePayment=Сигурни ли сте че, искате да изтриете това плащане?
ConfirmConvertToReduc=Искате ли да конвертирате това %s в абсолютна отстъпка?
ConfirmConvertToReduc2=Сумата ще бъде запазена измежду всички отстъпки и може да се използва като отстъпка за текуща или бъдеща фактура за този клиент.
@@ -74,9 +74,9 @@ SupplierPayments=Плащания към доставчици
ReceivedPayments=Получени плащания
ReceivedCustomersPayments=Плащания получени от клиенти
PayedSuppliersPayments=Направени плащания към доставчици
-ReceivedCustomersPaymentsToValid=Получени плащания от клиенти за валидация
-PaymentsReportsForYear=Отчети за плащания за %s
-PaymentsReports=Отчети за плащания
+ReceivedCustomersPaymentsToValid=Получени плащания от клиенти за валидиране
+PaymentsReportsForYear=Справки за плащания за %s
+PaymentsReports=Справки за плащания
PaymentsAlreadyDone=Вече направени плащания
PaymentsBackAlreadyDone=Вече направени обратни плащания
PaymentRule=Правило за плащане
@@ -91,33 +91,34 @@ PaymentTerm=Условие за плащане
PaymentConditions=Условия за плащане
PaymentConditionsShort=Условия за плащане
PaymentAmount=Сума за плащане
-PaymentHigherThanReminderToPay=Плащането е по-високо от напомнянето за плащане
+PaymentHigherThanReminderToPay=Плащането е с по-висока стойност в сравнение с това в напомнянето
HelpPaymentHigherThanReminderToPay=Внимание, сумата за плащане на една или повече фактури е по-висока от дължимата сума за плащане. Редактирайте записа си, в противен случай потвърдете и обмислете създаването на кредитно известие за получената сума за всяка надплатена фактура.
HelpPaymentHigherThanReminderToPaySupplier=Внимание, сумата за плащане на една или повече фактури е по-висока от дължимата сума за плащане. Редактирайте записа си, в противен случай потвърдете и обмислете създаването на кредитно известие за излишъка, платен за всяка надплатена фактура.
-ClassifyPaid=Класифицирай 'Платено'
-ClassifyPaidPartially=Класифицирай 'Платено частично'
-ClassifyCanceled=Класифицирай 'Изоставено'
-ClassifyClosed=Класифицирай 'Затворено'
-ClassifyUnBilled=Класифицирай 'Нетаксувано'
-CreateBill=Създай фактура
+ClassifyPaid=Класифициране като 'Платена'
+ClassifyUnPaid=Classify 'Unpaid'
+ClassifyPaidPartially=Класифициране като 'Частично платена'
+ClassifyCanceled=Класифициране като 'Изоставена'
+ClassifyClosed=Класифициране като 'Приключена'
+ClassifyUnBilled=Класифициране като 'Не таксувана'
+CreateBill=Създаване на фактура
CreateCreditNote=Създаване на кредитно известие
AddBill=Създаване на фактура или кредитно известие
-AddToDraftInvoices=Добави към фактура чернова
-DeleteBill=Изтрий фактура
-SearchACustomerInvoice=Търсене за продажна фактура
+AddToDraftInvoices=Добавяне към чернова фактура
+DeleteBill=Изтриване на фактура
+SearchACustomerInvoice=Търсене на фактура за продажба
SearchASupplierInvoice=Търсене на фактура за доставка
-CancelBill=Отказване на фактура
+CancelBill=Анулиране на фактура
SendRemindByMail=Изпращане на напомняне по имейл
DoPayment=Въвеждане на плащане
DoPaymentBack=Въвеждане на възстановяване
ConvertToReduc=Маркиране като наличен кредит
ConvertExcessReceivedToReduc=Превръщане на получения излишък в наличен кредит
ConvertExcessPaidToReduc=Превръщане на платения излишък в налична отстъпка
-EnterPaymentReceivedFromCustomer=Въведете плащане получено от клиент
-EnterPaymentDueToCustomer=Дължимото плащане на клиента
-DisabledBecauseRemainderToPayIsZero=Деактивирано понеже остатъка за плащане е нула
+EnterPaymentReceivedFromCustomer=Въведете плащане, получено от клиент
+EnterPaymentDueToCustomer=Извършване на плащане от клиента
+DisabledBecauseRemainderToPayIsZero=Деактивирано, тъй като остатъка за плащане е нула
PriceBase=Базова цена
-BillStatus=Статус на фактурата
+BillStatus=Статус на фактура
StatusOfGeneratedInvoices=Състояние на генерираните фактури
BillStatusDraft=Чернова (трябва да се валидира)
BillStatusPaid=Платена
@@ -128,7 +129,7 @@ BillStatusValidated=Валидирана (трябва да се плати)
BillStatusStarted=Започната
BillStatusNotPaid=Неплатена
BillStatusNotRefunded=Не възстановено
-BillStatusClosedUnpaid=Затворена (неплатена)
+BillStatusClosedUnpaid=Приключена (неплатена)
BillStatusClosedPaidPartially=Платена (частично)
BillShortStatusDraft=Чернова
BillShortStatusPaid=Платена
@@ -140,7 +141,7 @@ BillShortStatusValidated=Валидирана
BillShortStatusStarted=Започната
BillShortStatusNotPaid=Неплатена
BillShortStatusNotRefunded=Не възстановено
-BillShortStatusClosedUnpaid=Затворена
+BillShortStatusClosedUnpaid=Приключена
BillShortStatusClosedPaidPartially=Платена (частично)
PaymentStatusToValidShort=За валидиране
ErrorVATIntraNotConfigured=Все още не е определен вътреобщностен ДДС номер
@@ -150,21 +151,21 @@ ErrorBillNotFound=Фактура %s не съществува
ErrorInvoiceAlreadyReplaced=Грешка, опитахте да валидирате фактура, за да замените фактура %s, но тя вече е заменена с фактура %s.
ErrorDiscountAlreadyUsed=Грешка, вече се използва отстъпка
ErrorInvoiceAvoirMustBeNegative=Грешка, коригиращата фактура трябва да има отрицателна сума
-ErrorInvoiceOfThisTypeMustBePositive=Грешка, този тип фактура трябва да има положителна стойност,
+ErrorInvoiceOfThisTypeMustBePositive=Грешка, този тип фактура трябва да има положителна сума
ErrorCantCancelIfReplacementInvoiceNotValidated=Грешка, не може да се анулира фактура, която е била заменена от друга фактура, която все още е в състояние на чернова
ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Тази или друга част вече е използвана, така че сериите с отстъпки не могат да бъдат премахнати.
BillFrom=От
BillTo=За
-ActionsOnBill=Действия по фактура
+ActionsOnBill=Свързани събития
RecurringInvoiceTemplate=Шаблонна / Повтаряща се фактура
NoQualifiedRecurringInvoiceTemplateFound=Няма шаблонна повтаряща се фактура за генериране
FoundXQualifiedRecurringInvoiceTemplate=Намерени са %s шаблонни повтарящи се фактури, отговарящи на изискванията за генериране.
NotARecurringInvoiceTemplate=Не е шаблонна повтаряща се фактура
NewBill=Нова фактура
LastBills=Фактури: %s последни
-LatestTemplateInvoices=Шаблонни повтарящи се фактури: %s последни
-LatestCustomerTemplateInvoices=Шаблонни повтарящи се фактури за продажба: %s последни
-LatestSupplierTemplateInvoices=Шаблонни повтарящи се фактури за доставка: %s последни
+LatestTemplateInvoices=Шаблонни фактури: %s последни
+LatestCustomerTemplateInvoices=Шаблонни фактури за продажба: %s последни
+LatestSupplierTemplateInvoices=Шаблонни фактури за доставка: %s последни
LastCustomersBills=Фактури за продажба: %s последни
LastSuppliersBills=Фактури за доставка: %s последни
AllBills=Всички фактури
@@ -173,55 +174,69 @@ OtherBills=Други фактури
DraftBills=Чернови фактури
CustomersDraftInvoices=Чернови фактури за продажба
SuppliersDraftInvoices=Чернови фактури за доставка
-Unpaid=Неплатен
+Unpaid=Неплатена
ConfirmDeleteBill=Сигурни ли сте, че искате да изтриете тази фактура?
ConfirmValidateBill=Сигурни ли сте че, искате да валидирате тази фактура %s ?
ConfirmUnvalidateBill=Сигурен ли сте, че искате да върнете фактура %s в състояние на чернова?
-ConfirmClassifyPaidBill=Сигурни ли сте че, искате да маркирате фактура %s със статус платена?
+ConfirmClassifyPaidBill=Сигурни ли сте че, искате да класифицирате фактура %s като платена?
ConfirmCancelBill=Сигурни ли сте, че искате да анулирате фактура %s ?
ConfirmCancelBillQuestion=Защо искате да класифицирате тази фактура като „Изоставена“?
-ConfirmClassifyPaidPartially=Сигурни ли сте че, искате да маркирате фактура %s със статус платена?
+ConfirmClassifyPaidPartially=Сигурни ли сте че, искате да класифицирате фактура %s като платена частично?
ConfirmClassifyPaidPartiallyQuestion=Тази фактура не е платена изцяло. Каква е причината за приключване на тази фактура?
ConfirmClassifyPaidPartiallyReasonAvoir=Неплатения остатък (%s %s) е предоставена отстъпка, тъй като плащането е извършено преди срока за плащане. Уреждам ДДС с кредитно известие.
ConfirmClassifyPaidPartiallyReasonDiscount=Неплатения остатък (%s %s) е предоставена отстъпка, тъй като плащането е извършено преди срока за плащане.
-ConfirmClassifyPaidPartiallyReasonDiscountNoVat=Неплатеният остатък (%s %s) е дадена отстъпка, защото плащането е направено преди срока за плащане. Приемам да се загуби ДДС по тази отстъпка.
-ConfirmClassifyPaidPartiallyReasonDiscountVat=Неплатеният остатък (%s %s) е дадена отстъпка, защото плащането е направено преди срока за плащане Възстановявам ДДС по тази отстъпка без кредитно известие.
+ConfirmClassifyPaidPartiallyReasonDiscountNoVat=Неплатеният остатък (%s %s) е предоставена отстъпка, защото плащането е направено преди срока за плащане. Приемам да се загуби ДДС по тази отстъпка.
+ConfirmClassifyPaidPartiallyReasonDiscountVat=Неплатеният остатък (%s %s) е предоставена отстъпка, защото плащането е направено преди срока за плащане. Възстановявам ДДС по тази отстъпка без кредитно известие.
ConfirmClassifyPaidPartiallyReasonBadCustomer=Лош клиент
ConfirmClassifyPaidPartiallyReasonProductReturned=Продукти частично върнати
ConfirmClassifyPaidPartiallyReasonOther=Сумата е изоставена по друга причина
ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=Този избор е възможен, ако фактурата е снабдена с подходящи коментари. (Например: "Само данък, съответстващ на действително платената цена, дава право на приспадане")
ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=В някои държави този избор е възможен, само ако фактурата съдържа правилни бележки.
ConfirmClassifyPaidPartiallyReasonAvoirDesc=Използвайте този избор, ако всички други не са подходящи
-ConfirmClassifyPaidPartiallyReasonBadCustomerDesc= Лош клиент е клиент, който отказва да плати дълга си.
+ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=Лош клиент е клиент, който отказва да плати дълга си.
ConfirmClassifyPaidPartiallyReasonProductReturnedDesc=Този избор се използва, когато плащането не е пълно, тъй като някои от продуктите са били върнати
ConfirmClassifyPaidPartiallyReasonOtherDesc=Използвайте този избор, ако всички останали не са подходящи, например в следната ситуация:\n- плащането не е завършено, защото някои продукти са изпратени обратно\n- предявената сума е задължителна, понеже отстъпката е забравена\nВъв всички случаи, надхвърлената сума трябва да бъде коригирана в счетоводната система, чрез създаване на кредитно известие.
-ConfirmClassifyAbandonReasonOther=Друг
-ConfirmClassifyAbandonReasonOtherDesc=Този избор ще бъде използван във всички останали случаи. За пример, защото имате намерение да създадете заменяща фактура.
+ConfirmClassifyAbandonReasonOther=Друго
+ConfirmClassifyAbandonReasonOtherDesc=Този избор ще се използва във всички останали случаи. Например, защото планирате да създадете заместваща фактура.
ConfirmCustomerPayment=Потвърждавате ли това входящо плащане за %s %s?
ConfirmSupplierPayment=Потвърждавате ли това изходящо плащане за %s %s?
ConfirmValidatePayment=Сигурни ли сте, че искате да валидирате това плащане? Не се допуска промяна след валидиране на плащането.
-ValidateBill=Валидирай фактура
-UnvalidateBill=Отвалидирай фактура
+ValidateBill=Валидиране на фактура
+UnvalidateBill=Повторно отваряне на фактура
NumberOfBills=Брой фактури
NumberOfBillsByMonth=Брой фактури на месец
AmountOfBills=Сума на фактури
AmountOfBillsHT=Сума на фактури (без ДДС)
-AmountOfBillsByMonthHT=Сума на фактури по месец (без данък)
-ShowSocialContribution=Покажи социален/фискален данък
-ShowBill=Покажи фактура
-ShowInvoice=Покажи фактура
-ShowInvoiceReplace=Покажи заменяща фактура
-ShowInvoiceAvoir=Покажи кредитно известие
+AmountOfBillsByMonthHT=Сума на фактури по месец (без ДДС)
+ShowSocialContribution=Показване на социален / фискален данък
+ShowBill=Показване на фактура
+ShowInvoice=Показване на фактура
+ShowInvoiceReplace=Показване на заменяща фактура
+ShowInvoiceAvoir=Показване на кредитно известие
ShowInvoiceDeposit=Показване на авансова фактура
ShowInvoiceSituation=Показване на ситуационна фактура
-ShowPayment=Покажи плащане
-AlreadyPaid=Вече е платена
-AlreadyPaidBack=Вече е платена обратно
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
+ShowPayment=Показване на плащане
+AlreadyPaid=Вече платено
+AlreadyPaidBack=Вече платено обратно
AlreadyPaidNoCreditNotesNoDeposits=Вече платено (без кредитни известия и авансови плащания)
-Abandoned=Изоставен
+Abandoned=Изоставена
RemainderToPay=Неплатен остатък
-RemainderToTake=Остатъчна сума за взимане
-RemainderToPayBack=Оставаща сума за възстановяване
+RemainderToTake=Остатъчна сума за получаване
+RemainderToPayBack=Остатъчна сума за възстановяване
Rest=Чакаща
AmountExpected=Претендирана сума
ExcessReceived=Получено превишение
@@ -230,24 +245,24 @@ EscompteOffered=Предложена отстъпка (плащане преди
EscompteOfferedShort=Отстъпка
SendBillRef=Изпращане на фактура %s
SendReminderBillRef=Изпращане на фактура %s (напомняне)
-StandingOrders=Нареждания с директен дебит
+StandingOrders=Нареждания за директен дебит
StandingOrder=Нареждане за директен дебит
NoDraftBills=Няма чернови фактури
NoOtherDraftBills=Няма други чернови фактури
NoDraftInvoices=Няма чернови фактури
-RefBill=Фактура код
+RefBill=Реф. фактура
ToBill=За фактуриране
RemainderToBill=Напомняне за фактуриране
SendBillByMail=Изпращане на фактура по имейл
SendReminderBillByMail=Изпращане на напомняне по имейл
RelatedCommercialProposals=Свързани търговски предложения
RelatedRecurringCustomerInvoices=Свързани повтарящи се фактури за продажба
-MenuToValid=За валидни
+MenuToValid=За валидиране
DateMaxPayment=Плащането се дължи на
DateInvoice=Дата на фактура
DatePointOfTax=Дата на данъчно събитие
NoInvoice=Няма фактура
-ClassifyBill=Класифицирай фактурата
+ClassifyBill=Класифициране на фактура
SupplierBillsToPay=Неплатени фактури за доставка
CustomerBillsUnpaid=Неплатени фактури за продажба
NonPercuRecuperable=Невъзстановими
@@ -256,31 +271,31 @@ SetMode=Задайте видът на плащане
SetRevenuStamp=Задайте гербова марка (бандерол)
Billed=Фактурирано
RecurringInvoices=Повтарящи се фактури
-RepeatableInvoice=Шаблон за фактура
-RepeatableInvoices=Шаблони за фактури
+RepeatableInvoice=Шаблонна фактура
+RepeatableInvoices=Шаблонни фактури
Repeatable=Шаблон
Repeatables=Шаблони
-ChangeIntoRepeatableInvoice=Превърни в шаблон за фактура
-CreateRepeatableInvoice=Създай шаблон за фактура
-CreateFromRepeatableInvoice=Създай от шаблон за фактура
-CustomersInvoicesAndInvoiceLines=Фактури клиенти и техните детайли
-CustomersInvoicesAndPayments=Продажни фактури и плащания
-ExportDataset_invoice_1=Фактури за продажба и техните детайли
-ExportDataset_invoice_2=Продажни фактури и плащания
-ProformaBill=Проформа фактура:
-Reduction=Намаляване
+ChangeIntoRepeatableInvoice=Конвертиране в шаблонна фактура
+CreateRepeatableInvoice=Създаване на шаблонна фактура
+CreateFromRepeatableInvoice=Създаване от шаблонна фактура
+CustomersInvoicesAndInvoiceLines=Фактури за продажба и техни детайли
+CustomersInvoicesAndPayments=Фактури за продажба и плащания
+ExportDataset_invoice_1=Фактури за продажба и техни детайли
+ExportDataset_invoice_2=Фактури за продажба и плащания
+ProformaBill=Проформа фактура
+Reduction=Отстъпка
ReductionShort=Отст.
-Reductions=Намаления
+Reductions=Отстъпки
ReductionsShort=Отст.
Discounts=Отстъпки
-AddDiscount=Създай отстъпка
-AddRelativeDiscount=Създай относителна отстъпка
-EditRelativeDiscount=Редактирй относителна отстъпка
-AddGlobalDiscount=Създай абсолютна отстъпка
-EditGlobalDiscounts=Редактирай абсолютна отстъпка
-AddCreditNote=Създавай кредитно известие
-ShowDiscount=Покажи отстъпка
-ShowReduc=Покажи приспадане
+AddDiscount=Създаване на отстъпка
+AddRelativeDiscount=Създаване на относителна отстъпка
+EditRelativeDiscount=Промяна на относителна отстъпка
+AddGlobalDiscount=Създаване на абсолютна отстъпка
+EditGlobalDiscounts=Промяна на абсолютна отстъпка
+AddCreditNote=Създаване на кредитно известие
+ShowDiscount=Показване на отстъпка
+ShowReduc=Показване на отстъпка
RelativeDiscount=Относителна отстъпка
GlobalDiscount=Глобална отстъпка
CreditNote=Кредитно известие
@@ -292,55 +307,55 @@ DiscountFromCreditNote=Отстъпка от кредитно известие %
DiscountFromDeposit=Авансови плащания от фактура %s
DiscountFromExcessReceived=Плащания над стойността на фактура %s
DiscountFromExcessPaid=Плащания над стойността на фактура %s
-AbsoluteDiscountUse=Този вид кредит може да се използва по фактура преди нейното валидиране
-CreditNoteDepositUse=Фактурата трябва да бъде валидирана, за да се използва този вид кредити
+AbsoluteDiscountUse=Този вид кредит може да се използва във фактура преди нейното валидиране
+CreditNoteDepositUse=Фактурата трябва да бъде валидирана, за да използвате този вид кредити
NewGlobalDiscount=Нова абсолютна отстъпка
NewRelativeDiscount=Нова относителна отстъпка
DiscountType=Тип отстъпка
-NoteReason=Бележка/Причина
+NoteReason=Бележка / Причина
ReasonDiscount=Причина
-DiscountOfferedBy=Предоставено от
+DiscountOfferedBy=Предоставена от
DiscountStillRemaining=Налични отстъпки или кредити
DiscountAlreadyCounted=Изразходвани отстъпки или кредити
CustomerDiscounts=Отстъпки за клиенти
-SupplierDiscounts=Отстъпки на доставчици
-BillAddress=Фактурен адрес
+SupplierDiscounts=Отстъпки от доставчици
+BillAddress=Адрес за фактуриране
HelpEscompte=Тази отстъпка представлява отстъпка, предоставена на клиента, тъй като плащането е извършено преди срока на плащане.
HelpAbandonBadCustomer=Тази сума е изоставена (поради некоректен (лош) клиент) и се счита за изключителна загуба.
-HelpAbandonOther=Тази сума е изоставена, тъй като е била грешка (Например: неправилен клиент или фактура заменена от друга)
-IdSocialContribution=Id за плащане на социален/фискален данък
-PaymentId=Плащане ID
+HelpAbandonOther=Тази сума е изоставена, тъй като се дължи на грешка (например: неправилен клиент или фактура заменена от друга)
+IdSocialContribution=Идентификатор за плащане на социален / фискален данък
+PaymentId=Идентификатор за плащане
PaymentRef=Реф. плащане
-InvoiceId=Фактура ID
-InvoiceRef=Фактура код
-InvoiceDateCreation=Фактура дата създаване
-InvoiceStatus=Фактурата статус
-InvoiceNote=Фактура бележка
-InvoicePaid=Фактура плащане
+InvoiceId=Идентификатор на фактура
+InvoiceRef=Реф. фактура
+InvoiceDateCreation=Дата на създаване на фактура
+InvoiceStatus=Статус на фактура
+InvoiceNote=Бележка за фактура
+InvoicePaid=Фактурата е платена
OrderBilled=Поръчката е фактурирана
DonationPaid=Дарението е платено
-PaymentNumber=Плащане номер
-RemoveDiscount=Премахни отстъпка
+PaymentNumber=Номер на плащане
+RemoveDiscount=Премахване на отстъпка
WatermarkOnDraftBill=Воден знак върху чернови фактури (няма ако е празно)
InvoiceNotChecked=Не е избрана фактура
ConfirmCloneInvoice=Сигурни ли сте, че искате да клонирате тази фактура %s ?
DisabledBecauseReplacedInvoice=Действието е деактивирано, тъй като фактурата е била заменена
DescTaxAndDividendsArea=Тази секция показва обобщение на всички плащания, направени за специални разходи. Тук са включени само записи с плащания през определената година.
NbOfPayments=Брой плащания
-SplitDiscount=Раздели отстъпката на две
+SplitDiscount=Разделяне на отстъпка
ConfirmSplitDiscount=Сигурни ли сте, че искате да разделите тази отстъпка %s %s на две по-малки отстъпки?
TypeAmountOfEachNewDiscount=Въведете сума за всяка от двете части:
TotalOfTwoDiscountMustEqualsOriginal=Общата сума на двете нови отстъпки трябва да бъде равна на първоначалната сума за отстъпка.
ConfirmRemoveDiscount=Сигурни ли сте, че искате да премахнете тази отстъпка?
RelatedBill=Свързана фактура
RelatedBills=Свързани фактури
-RelatedCustomerInvoices=Свързани продажни фактури
+RelatedCustomerInvoices=Свързани фактури за продажба
RelatedSupplierInvoices=Свързани фактури за доставка
LatestRelatedBill=Последна свързана фактура
WarningBillExist=Внимание, вече съществуват една или повече фактури
-MergingPDFTool=Инструмент за sliwane на PDF
+MergingPDFTool=Инструмент за обединяване на PDF документи
AmountPaymentDistributedOnInvoice=Сума на плащане, разпределена по фактура
-PaymentOnDifferentThirdBills=Позволява плащания по различни фактури на контрагенти, но от едно и също дружество (фирма майка)
+PaymentOnDifferentThirdBills=Позволяване на плащания по различни фактури на контрагенти, но от едно и също дружество (фирма майка)
PaymentNote=Бележка за плащане
ListOfPreviousSituationInvoices=Списък на предишни ситуационни фактури
ListOfNextSituationInvoices=Списък на следващи ситуационни фактури
@@ -373,7 +388,7 @@ WarningInvoiceDateTooFarInFuture=Внимание, датата на факту
ViewAvailableGlobalDiscounts=Преглед на налични отстъпки
# PaymentConditions
Statut=Статус
-PaymentConditionShortRECEP=При получаване
+PaymentConditionShortRECEP=Получаване
PaymentConditionRECEP=При получаване
PaymentConditionShort30D=30 дни
PaymentCondition30D=30 дни
@@ -388,7 +403,7 @@ PaymentConditionPT_DELIVERY=При доставка
PaymentConditionShortPT_ORDER=Поръчка
PaymentConditionPT_ORDER=При поръчка
PaymentConditionShortPT_5050=50-50
-PaymentConditionPT_5050=50% авансово, 50% при доставка
+PaymentConditionPT_5050=50%% авансово, 50%% при доставка
PaymentConditionShort10D=10 дни
PaymentCondition10D=10 дни
PaymentConditionShort10DENDMONTH=10 дни от края на месеца
@@ -398,64 +413,64 @@ PaymentCondition14D=14 дни
PaymentConditionShort14DENDMONTH=14 дни от края на месеца
PaymentCondition14DENDMONTH=В рамките на 14 дни след края на месеца
FixAmount=Фиксирана сума
-VarAmount=Променлива сума (%% общ.)
-VarAmountOneLine=Променлива сума (%% общ.) - 1 ред с етикет "%s"
+VarAmount=Променлива сума (%% общо)
+VarAmountOneLine=Променлива сума (%% общо) - включва ред с етикет "%s"
# PaymentType
PaymentTypeVIR=Банков превод
PaymentTypeShortVIR=Банков превод
PaymentTypePRE=Платежно нареждане за директен дебит
PaymentTypeShortPRE=Платежно нареждане за дебит
-PaymentTypeLIQ=Касово плащане в брой
+PaymentTypeLIQ=Плащане в брой
PaymentTypeShortLIQ=В брой
PaymentTypeCB=Плащане с карта
PaymentTypeShortCB=С карта
-PaymentTypeCHQ=Чек
-PaymentTypeShortCHQ=Чек
+PaymentTypeCHQ=Плащане с чек
+PaymentTypeShortCHQ=С чек
PaymentTypeTIP=TIP (Документи срещу плащане)
PaymentTypeShortTIP=Плащане по TIP
PaymentTypeVAD=Онлайн плащане
PaymentTypeShortVAD=Онлайн плащане
-PaymentTypeTRA=Банково извлечение
-PaymentTypeShortTRA=Чернова
-PaymentTypeFAC=Factor
-PaymentTypeShortFAC=Factor
+PaymentTypeTRA=Банкова гаранция
+PaymentTypeShortTRA=Гаранция
+PaymentTypeFAC=Фактор
+PaymentTypeShortFAC=Фактор
BankDetails=Банкови данни
BankCode=Банков код
DeskCode=Код на клон
BankAccountNumber=Номер на сметка
-BankAccountNumberKey=Контролната сума
+BankAccountNumberKey=Контролна сума
Residence=Адрес
IBANNumber=IBAN номер на сметка
IBAN=IBAN
-BIC=BIC/SWIFT
-BICNumber=BIC/SWIFT код
+BIC=BIC / SWIFT
+BICNumber=BIC / SWIFT код
ExtraInfos=Допълнителна информация
-RegulatedOn=Регулация на
-ChequeNumber=Чек NВ°
-ChequeOrTransferNumber=Чек/трансфер NВ°
+RegulatedOn=Регулирано на
+ChequeNumber=Чек №
+ChequeOrTransferNumber=Чек / Трансфер №
ChequeBordereau=Чек график
-ChequeMaker=Чек/трансфер предавател
-ChequeBank=Банка на чека
+ChequeMaker=Подател на чек / трансфер
+ChequeBank=Банка на чек
CheckBank=Чек
-NetToBePaid=Нетно за плащане
+NetToBePaid=Нето за плащане
PhoneNumber=Тел
FullPhoneNumber=Телефон
TeleFax=Факс
PrettyLittleSentence=Приемене на размера на плащанията с чекове, издадени в мое име, като член на счетоводна асоциация, одобрена от данъчната администрация.
IntracommunityVATNumber=ДДС №
-PaymentByChequeOrderedTo=Чекови плащания (с ДДС) се извършват до %s, изпратени на адрес
+PaymentByChequeOrderedTo=Чекови плащания (с ДДС) се извършват до %s, изпратени на
PaymentByChequeOrderedToShort=Чекови плащания (с ДДС) се извършват до
-SendTo=изпратено на
+SendTo=изпратено до
PaymentByTransferOnThisBankAccount=Плащане, чрез превод по следната банкова сметка
-VATIsNotUsedForInvoice=* Неприложим ДДС, art-293BB от CGI
-LawApplicationPart1=Чрез прилагането на закон 80.335 от 12/05/80
+VATIsNotUsedForInvoice=* Неприложим ДДС, art-293B от CGI
+LawApplicationPart1=Чрез прилагане на закон 80.335 от 12/05/80
LawApplicationPart2=стоките остават собственост на
LawApplicationPart3=продавача до пълното плащане на
-LawApplicationPart4=цената им.
-LimitedLiabilityCompanyCapital=SARL със столица
-UseLine=Приложи
-UseDiscount=Използвай отстъпка
-UseCredit=Използвай кредит
+LawApplicationPart4=тяхната цена.
+LimitedLiabilityCompanyCapital=SARL с капитал от
+UseLine=Прилагане
+UseDiscount=Използване на отстъпка
+UseCredit=Използване на кредит
UseCreditNoteInInvoicePayment=Намаляване на сумата за плащане с този кредит
MenuChequeDeposits=Чекови депозити
MenuCheques=Чекове
@@ -465,60 +480,60 @@ ChequesReceipts=Чекови разписки
ChequesArea=Секция за чекови депозити
ChequeDeposits=Чекови депозити
Cheques=Чекове
-DepositId=Id депозит
+DepositId=Идентификатор на депозит
NbCheque=Брой чекове
CreditNoteConvertedIntoDiscount=Това %s е преобразувано в %s
-UsBillingContactAsIncoiveRecipientIfExist=Използване на контакт/адрес с тип "контакт за фактуриране" вместо адрес на контрагента като получател на фактури
-ShowUnpaidAll=Покажи всички неплатени фактури
-ShowUnpaidLateOnly=Покажи само неплатените фактури с просрочено плащане
-PaymentInvoiceRef=Платежна фактуре %s
-ValidateInvoice=Валидирай фактура
-ValidateInvoices=Потвърждаване на фактури
-Cash=Пари в брой
-Reported=Закъснение
+UsBillingContactAsIncoiveRecipientIfExist=Използване на контакт / адрес с тип "контакт за фактуриране" вместо адрес на контрагента като получател на фактури
+ShowUnpaidAll=Показване на всички неплатени фактури
+ShowUnpaidLateOnly=Показване на забавени неплатени фактури
+PaymentInvoiceRef=Плащане по фактура %s
+ValidateInvoice=Валидиране на фактура
+ValidateInvoices=Валидиране на фактури
+Cash=В брой
+Reported=Закъснели
DisabledBecausePayments=Не е възможно, тъй като има някои плащания
-CantRemovePaymentWithOneInvoicePaid=Не може да се премахне плащането, тъй като има най-малко една фактура, класифицирана като платена
+CantRemovePaymentWithOneInvoicePaid=Не може да се премахне плащането, тъй като има най-малко една фактура класифицирана като платена.
ExpectedToPay=Очаквано плащане
CantRemoveConciliatedPayment=Съгласуваното плащане не може да се премахне
-PayedByThisPayment=Плаща от това плащане
+PayedByThisPayment=Платено от това плащане
ClosePaidInvoicesAutomatically=Класифицирайте "Платени" всички стандартни, авансови или заместващи фактури, които са платени напълно.
-ClosePaidCreditNotesAutomatically=Класифицирай "Платени" всички кредитни известия изцяло обратно платени.
+ClosePaidCreditNotesAutomatically=Класифицирайте "Платени" всички кредитни известия, които са изцяло платени обратно.
ClosePaidContributionsAutomatically=Класифицирайте "Платени" всички социални или фискални вноски, които са платени напълно.
AllCompletelyPayedInvoiceWillBeClosed=Всички фактури без остатък за плащане ще бъдат автоматично приключени със статус "Платени".
ToMakePayment=Плати
ToMakePaymentBack=Плати обратно
ListOfYourUnpaidInvoices=Списък с неплатени фактури
-NoteListOfYourUnpaidInvoices=Бележка: Този списък съдържа само фактури за контрагенти, които са свързани като търговски представители.
-RevenueStamp=Приходен печат
+NoteListOfYourUnpaidInvoices=Забележка: Този списък съдържа само фактури за контрагенти, с които сте свързан като търговски представител.
+RevenueStamp=Приходен печат (бандерол)
YouMustCreateInvoiceFromThird=Тази опция е налична само при създаване на фактура от раздел "Клиент" на контрагента
YouMustCreateInvoiceFromSupplierThird=Тази опция е налична само при създаването на фактура от раздел "Доставчик" на контрагента
YouMustCreateStandardInvoiceFirstDesc=Първо трябва да създадете стандартна фактура и да я конвертирате в „шаблон“, за да създадете нова шаблонна фактура
-PDFCrabeDescription=Фактурен PDF шаблон. Пълен шаблон за фактура (препоръчителен шаблон)
+PDFCrabeDescription=Шаблонна PDF фактура Crabe. Пълен шаблон за фактура (препоръчителен шаблон)
PDFSpongeDescription=PDF шаблон за фактура. Пълен шаблон за фактура
PDFCrevetteDescription=PDF шаблон за фактура. Пълен шаблон за ситуационни фактури
-TerreNumRefModelDesc1=Върнете номер с формат %syymm-nnnn за стандартни фактури и %syymm-nnnn за кредитни известия, където уу е година, mm е месец и NNNN е последователност, без прекъсване и без 0
+TerreNumRefModelDesc1=Връща номер с формат %syymm-nnnn за стандартни фактури и %syymm-nnnn за кредитни бележки, където yy е година, mm е месец и nnnn е последователност без прекъсване и няма връщане към 0
MarsNumRefModelDesc1=Връща номер с формат %syymm-nnnn за стандартни фактури, %syymm-nnnn за заместващи фактури, %syymm-nnnn за фактури за авансово плащане и %syymm-nnnn за кредитни известия, където yy е година, mm е месец и nnnn е последователност без прекъсване и без връщане към 0
-TerreNumRefModelError=Документ започващ с $syymm вече съществува и не е съвместим с този модел на последователност. Извадете го или го преименувайте за да се активира този модул.
+TerreNumRefModelError=Документ, започващ с $syymm, вече съществува и не е съвместим с този модел на последователност. Премахнете го или го преименувайте, за да активирате този модул.
CactusNumRefModelDesc1=Връща номер с формат %syymm-nnnn за стандартни фактури, %syymm-nnnn за кредитни известия и %syymm-nnnn за фактури за авансово плащане, където yy е година, mm е месец и nnnn е последователност без прекъсване и без връщане към 0
##### Types de contacts #####
-TypeContact_facture_internal_SALESREPFOLL=Представител свързан с продажна фактура
-TypeContact_facture_external_BILLING=Контакт по продажна фактура
-TypeContact_facture_external_SHIPPING=Контакт за доставка на клиента
-TypeContact_facture_external_SERVICE=Контакт за обслужване на клиента
+TypeContact_facture_internal_SALESREPFOLL=Представител свързан с фактура за продажба
+TypeContact_facture_external_BILLING=Контакт по фактура за продажба
+TypeContact_facture_external_SHIPPING=Контакт по доставка
+TypeContact_facture_external_SERVICE=Контакт по обслужване
TypeContact_invoice_supplier_internal_SALESREPFOLL=Представител по фактура за покупка
-TypeContact_invoice_supplier_external_BILLING=Контакт на доставчик по фактура
-TypeContact_invoice_supplier_external_SHIPPING=Контакт на доставчик по доставка
-TypeContact_invoice_supplier_external_SERVICE=Контакт на доставчик по услуга
+TypeContact_invoice_supplier_external_BILLING=Контакт по фактура за доставка
+TypeContact_invoice_supplier_external_SHIPPING=Контакт по доставка
+TypeContact_invoice_supplier_external_SERVICE=Контакт по обслужване
# Situation invoices
InvoiceFirstSituationAsk=Първа ситуационна фактура
-InvoiceFirstSituationDesc=ситуационни фактури са вързани към ситуации отнасящи се до процес, например конструиране. Всяка ситуация е свързана с една фактура.
+InvoiceFirstSituationDesc=Ситуационните фактури са вързани към ситуации отнасящи се до прогрес, например процес на конструиране. Всяка ситуация е свързана с една фактура.
InvoiceSituation=Ситуационна фактура
-InvoiceSituationAsk=Фактура следваща ситуацията
-InvoiceSituationDesc=Създай нова ситуация, следваща съществуваща такава
-SituationAmount=Сума за ситуационна фактура (нето)
+InvoiceSituationAsk=Фактура свързана със ситуацията
+InvoiceSituationDesc=Създаване на нова ситуация, следваща съществуваща такава.
+SituationAmount=Сума на ситуационна фактура (нето)
SituationDeduction=Ситуационно изваждане
ModifyAllLines=Промени всички линии
-CreateNextSituationInvoice=Създай следваща ситуация
+CreateNextSituationInvoice=Създаване на следваща ситуация
ErrorFindNextSituationInvoice=Грешка, неуспех при намирането на следващия цикъл на реф. ситуация
ErrorOutingSituationInvoiceOnUpdate=Фактурата за тази ситуация не може да бъде публикувана.
ErrorOutingSituationInvoiceCreditNote=Невъзможно е да се изпрати свързано кредитно известие.
@@ -542,7 +557,7 @@ ToCreateARecurringInvoiceGene=За да генерирате бъдещи фак
ToCreateARecurringInvoiceGeneAuto=Ако трябва да генерирате такива фактури автоматично, помолете администратора да активира и настрои модула %s . Имайте предвид, че двата метода (ръчен и автоматичен) могат да се използват заедно, без риск от дублиране.
DeleteRepeatableInvoice=Изтриване на шаблонна фактура
ConfirmDeleteRepeatableInvoice=Сигурни ли сте, че искате да изтриете тази шаблонна фактура?
-CreateOneBillByThird=Създайте по една фактура за контрагент (в противен случай по фактура за поръчка)
+CreateOneBillByThird=Създаване на една фактура за контрагент (в противен случай по една фактура за поръчка)
BillCreated=Създадени са %s фактури
StatusOfGeneratedDocuments=Статус на генерираните документи
DoNotGenerateDoc=Не генерирайте файл за документа
diff --git a/htdocs/langs/bg_BG/blockedlog.lang b/htdocs/langs/bg_BG/blockedlog.lang
index 1975a28d3ed..eaf5afb0924 100644
--- a/htdocs/langs/bg_BG/blockedlog.lang
+++ b/htdocs/langs/bg_BG/blockedlog.lang
@@ -1,5 +1,5 @@
BlockedLog=Unalterable Logs
-Field=Област
+Field=Поле
BlockedLogDesc=This module tracks some events into an unalterable log (that you can't modify once recorded) into a block chain, in real time. This module provides compatibility with requirements of laws of some countries (like France with the law Finance 2016 - Norme NF525).
Fingerprints=Archived events and fingerprints
FingerprintsDesc=This is the tool to browse or extract the unalterable logs. Unalterable logs are generated and archived locally into a dedicated table, in real time when you record a business event. You can use this tool to export this archive and save it into an external support (some countries, like France, ask that you do it every year). Note that, there is no feature to purge this log and every change tried to be done directly into this log (by a hacker for example) will be reported with a non-valid fingerprint. If you really need to purge this table because you used your application for a demo/test purpose and want to clean your data to start your production, you can ask your reseller or integrator to reset your database (all your data will be removed).
diff --git a/htdocs/langs/bg_BG/bookmarks.lang b/htdocs/langs/bg_BG/bookmarks.lang
index 102d8e6b722..379bd67d808 100644
--- a/htdocs/langs/bg_BG/bookmarks.lang
+++ b/htdocs/langs/bg_BG/bookmarks.lang
@@ -3,18 +3,18 @@ AddThisPageToBookmarks=Добавяне на тази страница към о
Bookmark=Отметка
Bookmarks=Отметки
ListOfBookmarks=Списък с отметки
-EditBookmarks=List/edit bookmarks
+EditBookmarks=Списък / промяна на отметки
NewBookmark=Нова отметка
-ShowBookmark=Показване на отметката
-OpenANewWindow=Отваряне в нов прозорец
-ReplaceWindow=Отваряне в текущия прозорец
-BookmarkTargetNewWindowShort=Нов прозорец
-BookmarkTargetReplaceWindowShort=Текущия прозорец
-BookmarkTitle=Заглавие на отметката
-UrlOrLink=URL
-BehaviourOnClick=Поведение когато се кликне на URL-а
-CreateBookmark=Създаване
-SetHereATitleForLink=Настройте заглавие на отметката
-UseAnExternalHttpLinkOrRelativeDolibarrLink=Използвайте външен http URL или релативен Dolibarr URL
-ChooseIfANewWindowMustBeOpenedOnClickOnBookmark=Choose if linked page must open in new window or not
-BookmarksManagement=Управление на отметките
+ShowBookmark=Показване на отметка
+OpenANewWindow=Отваряне на нов раздел
+ReplaceWindow=Заменяне на текущ раздел
+BookmarkTargetNewWindowShort=Нов раздел
+BookmarkTargetReplaceWindowShort=Текущ раздел
+BookmarkTitle=Име на отметка
+UrlOrLink=URL връзка
+BehaviourOnClick=Поведение при кликване върху URL връзка на отметка
+CreateBookmark=Създаване на отметка
+SetHereATitleForLink=Задайте име на отметката
+UseAnExternalHttpLinkOrRelativeDolibarrLink=Използвайте външна / абсолютна връзка (https://URL) или вътрешна / относителна връзка (/DOLIBARR_ROOT/htdocs/...)
+ChooseIfANewWindowMustBeOpenedOnClickOnBookmark=Изберете дали страницата да бъде отворена в текущия или в нов раздел
+BookmarksManagement=Управление на отметки
diff --git a/htdocs/langs/bg_BG/boxes.lang b/htdocs/langs/bg_BG/boxes.lang
index bff0882933e..0d8cccbc657 100644
--- a/htdocs/langs/bg_BG/boxes.lang
+++ b/htdocs/langs/bg_BG/boxes.lang
@@ -9,26 +9,26 @@ BoxLastCustomerBills=Последни фактури за продажба
BoxOldestUnpaidCustomerBills=Най-стари неплатени фактури за продажба
BoxOldestUnpaidSupplierBills=Най-стари неплатени фактури за доставка
BoxLastProposals=Последни търговски предложения
-BoxLastProspects=Последно променени перспективи
+BoxLastProspects=Последно променени потенциални клиенти
BoxLastCustomers=Последно променени клиенти
BoxLastSuppliers=Последно променени доставчици
-BoxLastCustomerOrders=Последни клиентски поръчки
+BoxLastCustomerOrders=Последни поръчки за продажба
BoxLastActions=Последни действия
BoxLastContracts=Последни договори
BoxLastContacts=Последни контакти / адреси
BoxLastMembers=Последни членове
BoxFicheInter=Последни интервенции
BoxCurrentAccounts=Баланс по открити сметки
-BoxTitleLastRssInfos=Новини: %s последни от %s
+BoxTitleLastRssInfos=Новини: %s последни от %s
BoxTitleLastProducts=Продукти / Услуги: %s последно променени
BoxTitleProductsAlertStock=Продукти: сигнали за наличност
-BoxTitleLastSuppliers=Доставчици: %s последно записани
+BoxTitleLastSuppliers=Доставчици: %s последно добавени
BoxTitleLastModifiedSuppliers=Доставчици: %sпоследно променени
BoxTitleLastModifiedCustomers=Клиенти: %s последно променени
-BoxTitleLastCustomersOrProspects=Клиенти или Перспективи: %s последно добавени
+BoxTitleLastCustomersOrProspects=Клиенти или потенциални клиенти: %s последно добавени
BoxTitleLastCustomerBills=Фактури за продажба: %s последно добавени
BoxTitleLastSupplierBills=Фактури за доставка: %s последно добавени
-BoxTitleLastModifiedProspects=Перспективи: %s последно променени
+BoxTitleLastModifiedProspects=Потенциални клиенти: %s последно променени
BoxTitleLastModifiedMembers=Членове: %s последно добавени
BoxTitleLastFicheInter=Интервенции: %s последно променени
BoxTitleOldestUnpaidCustomerBills=Фактури за продажба: %s най-стари неплатени
@@ -36,50 +36,50 @@ BoxTitleOldestUnpaidSupplierBills=Фактури за доставка: %s на
BoxTitleCurrentAccounts=Отворени сметки: баланси
BoxTitleLastModifiedContacts=Контакти / Адреси: %s последно променени
BoxMyLastBookmarks=Отметки: %s последни
-BoxOldestExpiredServices=Най-старите действащи изтекли услуги
-BoxLastExpiredServices=Договори: %s най-стари договори с активни изтичащи услуги
+BoxOldestExpiredServices=Най-стари изтекли активни услуги
+BoxLastExpiredServices=Договори: %s най-стари договори с активни изтекли услуги
BoxTitleLastActionsToDo=Действия за извършване: %s последни
BoxTitleLastContracts=Договори: %s последно променени
BoxTitleLastModifiedDonations=Дарения: %s последно променени
BoxTitleLastModifiedExpenses=Разходни отчети: %s последно променени
-BoxGlobalActivity=Обща активност (фактури, предложения, поръчки)
+BoxGlobalActivity=Глобална дейност (фактури, предложения, поръчки)
BoxGoodCustomers=Добри клиенти
BoxTitleGoodCustomers=%s Добри клиенти
FailedToRefreshDataInfoNotUpToDate=Неуспешно опресняване на RSS поток. Последното успешно опресняване е на дата: %s
LastRefreshDate=Последна дата на опресняване
-NoRecordedBookmarks=Няма дефинирани отметки.
-ClickToAdd=Щракнете тук, за да добавите.
-NoRecordedCustomers=Няма записани клиенти
-NoRecordedContacts=Няма записани контакти
-NoActionsToDo=Няма дейности за вършене
-NoRecordedOrders=Няма регистрирани клиентски поръчки
-NoRecordedProposals=Няма записани предложения
+NoRecordedBookmarks=Не са дефинирани отметки
+ClickToAdd=Кликнете тук, за да добавите.
+NoRecordedCustomers=Няма регистрирани клиенти
+NoRecordedContacts=Няма регистрирани контакти
+NoActionsToDo=Няма дейности за извършване
+NoRecordedOrders=Няма регистрирани поръчки за продажба
+NoRecordedProposals=Няма регистрирани предложения
NoRecordedInvoices=Няма регистрирани фактури за продажба
NoUnpaidCustomerBills=Няма регистрирани неплатени фактури за продажба
NoUnpaidSupplierBills=Няма регистрирани неплатени фактури за доставка
NoModifiedSupplierBills=Няма регистрирани фактури за доставка
NoRecordedProducts=Няма регистрирани продукти / услуги
-NoRecordedProspects=Няма регистрирани перспективи
+NoRecordedProspects=Няма регистрирани потенциални клиенти
NoContractedProducts=Няма договорени продукти / услуги
NoRecordedContracts=Няма регистрирани договори
-NoRecordedInterventions=Няма записани намеси
+NoRecordedInterventions=Няма регистрирани интервенции
BoxLatestSupplierOrders=Последни поръчки за покупка
NoSupplierOrder=Няма регистрирани поръчка за покупка
-BoxCustomersInvoicesPerMonth=Фактури клиенти по месец
+BoxCustomersInvoicesPerMonth=Фактури за продажба на месец
BoxSuppliersInvoicesPerMonth=Фактури за доставка на месец
-BoxCustomersOrdersPerMonth=Клиентски поръчки на месец
+BoxCustomersOrdersPerMonth=Поръчки за продажби на месец
BoxSuppliersOrdersPerMonth=Поръчки за покупка на месец
-BoxProposalsPerMonth=Предложения за месец
-NoTooLowStockProducts=Няма продукт в наличност под желания минимум
+BoxProposalsPerMonth=Търговски предложения за месец
+NoTooLowStockProducts=Няма продукти в наличност, които да са под желания минимум.
BoxProductDistribution=Дистрибуция на продукти / услуги
ForObject=На %s
BoxTitleLastModifiedSupplierBills=Фактури за доставка: %s последно променени
BoxTitleLatestModifiedSupplierOrders=Поръчки за покупка: %s последно променени
BoxTitleLastModifiedCustomerBills=Фактури за продажба: %s последно променени
-BoxTitleLastModifiedCustomerOrders=Клиентски поръчки: %s последно променени
+BoxTitleLastModifiedCustomerOrders=Поръчки за продажба: %s последно променени
BoxTitleLastModifiedPropals=Търговски предложения: %s последно променени
-ForCustomersInvoices=Клиента фактури
-ForCustomersOrders=Клиентски поръчки
+ForCustomersInvoices=Фактури за продажба
+ForCustomersOrders=Поръчки на продажба
ForProposals=Предложения
LastXMonthRolling=Подвижни месеци: %s последно изтекли
ChooseBoxToAdd=Добавяне на джаджа към таблото
diff --git a/htdocs/langs/bg_BG/cashdesk.lang b/htdocs/langs/bg_BG/cashdesk.lang
index 6ed0a2faeb3..1570f16cd8a 100644
--- a/htdocs/langs/bg_BG/cashdesk.lang
+++ b/htdocs/langs/bg_BG/cashdesk.lang
@@ -34,7 +34,7 @@ UserNeedPermissionToEditStockToUsePos=Искате да намалите нал
DolibarrReceiptPrinter=Dolibarr принтер за квитанции
PointOfSale=Точка на продажба
PointOfSaleShort=POS
-CloseBill=Затваряне на сметка
+CloseBill=Приключване на сметка
Floors=Floors
Floor=Floor
AddTable=Добавяне на таблица
@@ -63,9 +63,9 @@ AutoPrintTickets=Автоматично отпечатване на билети
EnableBarOrRestaurantFeatures=Включете функции за бар или ресторант
ConfirmDeletionOfThisPOSSale=Потвърждавате ли изтриването на настоящата продажба?
History=История
-ValidateAndClose=Валидиране и затваряне
+ValidateAndClose=Валидиране и приключване
Terminal=Терминал
NumberOfTerminals=Брой терминали
TerminalSelect=Изберете терминал, който искате да използвате:
POSTicket=POS тикет
-BasicPhoneLayout=Use basic layout for phones
+BasicPhoneLayout=Използване на просто оформление за телефони
diff --git a/htdocs/langs/bg_BG/categories.lang b/htdocs/langs/bg_BG/categories.lang
index 21a09d93634..8d4de56caad 100644
--- a/htdocs/langs/bg_BG/categories.lang
+++ b/htdocs/langs/bg_BG/categories.lang
@@ -1,90 +1,90 @@
# Dolibarr language file - Source file is en_US - categories
-Rubrique=Етикет/Категория
-Rubriques=Етикети/Категории
-RubriquesTransactions=Етикети/Категории на транзакции
-categories=етикети/категории
-NoCategoryYet=Няма етикет/категория създаден от този тип
-In=В
+Rubrique=Таг / Категория
+Rubriques=Тагове / Категории
+RubriquesTransactions=Тагове / Категории транзакции
+categories=тагове / категории
+NoCategoryYet=Няма създаден таг / категория от този тип
+In=в
AddIn=Добавяне в
modify=промяна
-Classify=Добавяне
-CategoriesArea=Зона етикети/категории
-ProductsCategoriesArea=Зона етикети/категории Продукти
-SuppliersCategoriesArea=Секция с етикети / категории на доставчици
-CustomersCategoriesArea=Зона етикети/категории Клиенти
-MembersCategoriesArea=Зона етикети/категории Членове
-ContactsCategoriesArea=Зона етикети/категории Контакти
-AccountsCategoriesArea=Секция с етикети / категории на сметки
-ProjectsCategoriesArea=Секция с етикети / категории на проекти
-UsersCategoriesArea=Секция с етикети / категории на потребители
+Classify=Класифициране
+CategoriesArea=Секция с тагове / категории
+ProductsCategoriesArea=Секция с тагове / категории за продукти / услуги
+SuppliersCategoriesArea=Секция с тагове / категории за доставчици
+CustomersCategoriesArea=Секция с тагове / категории за клиенти
+MembersCategoriesArea=Секция с тагове / категории за членове
+ContactsCategoriesArea=Секция с тагове / категории за контакти
+AccountsCategoriesArea=Секция с тагове / категории за сметки
+ProjectsCategoriesArea=Секция с тагове / категории за проекти
+UsersCategoriesArea=Секция с тагове / категории за потребители
SubCats=Подкатегории
-CatList=Списък на етикети/категории
-NewCategory=Нов етикет/категория
-ModifCat=Редактиране етикет/категория
-CatCreated=Етикет/категория създаден
-CreateCat=Създаване етикет/категория
-CreateThisCat=Създаване на този етикет/категория
-NoSubCat=Няма подкатегория.
+CatList=Списък с тагове / категории
+NewCategory=Нов таг / категория
+ModifCat=Промяна на таг / категория
+CatCreated=Създаден е таг / категория
+CreateCat=Създаване на таг / категория
+CreateThisCat=Създаване на този таг / категория
+NoSubCat=Няма подкатегория
SubCatOf=Подкатегория
-FoundCats=Намерени етикети/категории
-ImpossibleAddCat=Не е възможно да добавите етикет / категория %s
+FoundCats=Намерени тагове / категории
+ImpossibleAddCat=Невъзможно е да добавите таг / категория %s
WasAddedSuccessfully=%s е добавен успешно.
-ObjectAlreadyLinkedToCategory=Елементът вече е към този етикет/категория.
-ProductIsInCategories=Продукта/услугата е в следните етикети/категории
-CompanyIsInCustomersCategories=Контагентът е свързан към следните клиенти/потециални/категории
-CompanyIsInSuppliersCategories=Този контрагент е свързан към следните етикети / категории на доставчици
-MemberIsInCategories=Този член е в следните етикети/категории Членове
-ContactIsInCategories=Този конктакт не в етикети/категории Контакти
-ProductHasNoCategory=Този продукт/услуга не е в нито един етикет/категория
-CompanyHasNoCategory=Този контрагент не е в нито един етикет / категория
-MemberHasNoCategory=Този член не е в нито един етикет/категория
-ContactHasNoCategory=Този контакт не е в никои етикети/категории
-ProjectHasNoCategory=Този проект не е в нито един етикет / категория
-ClassifyInCategory=Добавяне в етикет/категория
-NotCategorized=Без етикет/категория
-CategoryExistsAtSameLevel=Тази категория вече съществува с този код
+ObjectAlreadyLinkedToCategory=Елементът вече е свързан с този таг / категория.
+ProductIsInCategories=Продуктът / услугата са свързани със следните тагове / категории
+CompanyIsInCustomersCategories=Този контрагент е свързан със следните тагове / категории за клиенти / потенциални клиенти
+CompanyIsInSuppliersCategories=Този контрагент е свързан със следните тагове / категории за доставчици
+MemberIsInCategories=Този член е свързан със следните тагове / категории за членове
+ContactIsInCategories=Този контакт е свързан със следните тагове / категории за контакти
+ProductHasNoCategory=Този продукт / услуга не е свързан с нито един таг / категория
+CompanyHasNoCategory=Този контрагент не е свързан с нито един таг / категория
+MemberHasNoCategory=Този член не е свързан с нито един таг / категория
+ContactHasNoCategory=Този контакт не е свързан с нито един таг / категория
+ProjectHasNoCategory=Този проект не е свързан с нито един таг / категория
+ClassifyInCategory=Добавяне към таг / категория
+NotCategorized=Без таг / категория
+CategoryExistsAtSameLevel=Тази категория вече съществува
ContentsVisibleByAllShort=Съдържанието е видимо от всички
ContentsNotVisibleByAllShort=Съдържанието не е видимо от всички
-DeleteCategory=Изтриване на етикет/категория
-ConfirmDeleteCategory=Сигурни ли сте, че искате да изтриете този етикет / категория?
-NoCategoriesDefined=Няма създадени етикети/категории
-SuppliersCategoryShort=Етикет/категория Доставчици
-CustomersCategoryShort=Етикет/категория Клиенти
-ProductsCategoryShort=Етикет/категория Продукти
-MembersCategoryShort=Етикет/категория Членове
-SuppliersCategoriesShort=Етикети/категории Доставчици
-CustomersCategoriesShort=Етикети/категории Клиенти
-ProspectsCategoriesShort=Етикети/категории Перспективи
-CustomersProspectsCategoriesShort=Етикети/категории Клиенти / Перспективи
-ProductsCategoriesShort=Етикети/категории Продукти
-MembersCategoriesShort=Етикети/категории Членове
-ContactCategoriesShort=Етикети/категории Контакти
-AccountsCategoriesShort=Етикети/категории Сметки
-ProjectsCategoriesShort=Етикети/категории Проекти
-UsersCategoriesShort=Етикети/категории Потребители
-ThisCategoryHasNoProduct=Тази категория не съдържа никакъв продукт.
-ThisCategoryHasNoSupplier=Тази категория не съдържа никакви доставчици.
-ThisCategoryHasNoCustomer=Тази категория не съдържа никакъв клиент.
-ThisCategoryHasNoMember=Тази категория не съдържа никакъв член.
-ThisCategoryHasNoContact=Тази категория не съдържа никакъв контакт
-ThisCategoryHasNoAccount=Тази категория не съдържа никакви сметки.
-ThisCategoryHasNoProject=Тази категория не съдържа никакви проекти.
-CategId=Етикет/категория id
-CatSupList=Списък на етикети / категории Доставчици
-CatCusList=Списък на етикети/категории Клиенти/Потенциални Клиенти
-CatProdList=Списък на етикети/категории Продукти
-CatMemberList=Списък на етикети/категории Членове
-CatContactList=Списък на етикети/категории Контакти
-CatSupLinks=Връзки между доставчици и етикети/категории
-CatCusLinks=Връзки между клиенти/потенциални клиенти и етикети/категории
-CatProdLinks=Връзки между продукти/услуги и етикети/категории
-CatProJectLinks=Връзки между проекти и етикети / категории
-DeleteFromCat=Изтриване от етикети/категории
+DeleteCategory=Изтриване на таг / категория
+ConfirmDeleteCategory=Сигурни ли сте, че искате да изтриете този таг / категория?
+NoCategoriesDefined=Няма определен таг / категория
+SuppliersCategoryShort=Таг / категория доставчици
+CustomersCategoryShort=Таг / категория клиенти
+ProductsCategoryShort=Таг / категория продукти
+MembersCategoryShort=Таг / категория членове
+SuppliersCategoriesShort=Категории доставчици
+CustomersCategoriesShort=Категории клиенти
+ProspectsCategoriesShort=Категории потенциални клиенти
+CustomersProspectsCategoriesShort=Категории клиенти / потенциални
+ProductsCategoriesShort=Категории продукти
+MembersCategoriesShort=Категории членове
+ContactCategoriesShort=Категории контакти
+AccountsCategoriesShort=Категории сметки
+ProjectsCategoriesShort=Категории проекти
+UsersCategoriesShort=Категории потребители
+ThisCategoryHasNoProduct=Тази категория не съдържа нито един продукт
+ThisCategoryHasNoSupplier=Тази категория не съдържа нито един доставчик
+ThisCategoryHasNoCustomer=Тази категория не съдържа нито един клиент
+ThisCategoryHasNoMember=Тази категория не съдържа нито един член
+ThisCategoryHasNoContact=Тази категория не съдържа нито един контакт
+ThisCategoryHasNoAccount=Тази категория не съдържа нито една сметка
+ThisCategoryHasNoProject=Тази категория не съдържа нито един проект
+CategId=Идентификатор на таг / категория
+CatSupList=Списък на тагове / категории за доставчици
+CatCusList=Списък на тагове / категории за клиенти / потенциални клиенти
+CatProdList=Списък на тагове / категории за продукти
+CatMemberList=Списък на тагове / категории за членове
+CatContactList=Списък на тагове / категории за контакти
+CatSupLinks=Връзки между доставчици и тагове / категории
+CatCusLinks=Връзки между клиенти / потенциални клиенти и тагове / категории
+CatProdLinks=Връзки между продукти / услуги и тагове / категории
+CatProJectLinks=Връзки между проекти и тагове / категории
+DeleteFromCat=Изтриване от таг / категория
ExtraFieldsCategories=Допълнителни атрибути
-CategoriesSetup=Етикети/категории настройка
-CategorieRecursiv=Автоматично свързване с родителския етикет/категория
-CategorieRecursivHelp=Ако опцията е включена, когато добавите продукт в подкатегория, продуктът също ще бъде добавен и в главната категория.
-AddProductServiceIntoCategory=Добавяне на следния продукт/услуга
-ShowCategory=Показване на етикет/категория
-ByDefaultInList=По подразбиране в списък
+CategoriesSetup=Настройка на тагове / категории
+CategorieRecursiv=Автоматично свързване с главния таг / категория
+CategorieRecursivHelp=Ако опцията е включена, когато добавите продукт в подкатегория, продуктът ще бъде добавен също и в главната категория.
+AddProductServiceIntoCategory=Добавяне на следния продукт / услуга
+ShowCategory=Показване на таг / категория
+ByDefaultInList=По подразбиране в списъка
ChooseCategory=Избиране на категория
diff --git a/htdocs/langs/bg_BG/commercial.lang b/htdocs/langs/bg_BG/commercial.lang
index ab324ca5102..d49a5ac4f69 100644
--- a/htdocs/langs/bg_BG/commercial.lang
+++ b/htdocs/langs/bg_BG/commercial.lang
@@ -1,80 +1,80 @@
# Dolibarr language file - Source file is en_US - commercial
-Commercial=Търговски
-CommercialArea=Търговска площ
+Commercial=Търговия
+CommercialArea=Секция за търговия
Customer=Клиент
Customers=Клиенти
-Prospect=Потенциален
-Prospects=Потенциални
+Prospect=Потенциален клиент
+Prospects=Потенциални клиенти
DeleteAction=Изтриване на събитие
NewAction=Ново събитие
-AddAction=Създай събитие
+AddAction=Създаване на събитие
AddAnAction=Създаване на събитие
-AddActionRendezVous=Създаване на Рандеву събитие
+AddActionRendezVous=Създаване на събитие - среща
ConfirmDeleteAction=Сигурни ли сте, че искате да изтриете това събитие?
-CardAction=Карта на/за събитие
+CardAction=Карта на събитие
ActionOnCompany=Свързана компания
ActionOnContact=Свързан контакт
TaskRDVWith=Среща с %s
-ShowTask=Покажи задача
-ShowAction=Покажи събитие
-ActionsReport=доклад от събитие
+ShowTask=Преглед на задача
+ShowAction=Преглед на събитие
+ActionsReport=Справка за събития
ThirdPartiesOfSaleRepresentative=Контрагенти с търговски представител
-SaleRepresentativesOfThirdParty=Търговски представител за контрагента
+SaleRepresentativesOfThirdParty=Търговски представители за контрагента
SalesRepresentative=Търговски представител
SalesRepresentatives=Търговски представители
-SalesRepresentativeFollowUp=Търговски представител (продължение)
-SalesRepresentativeSignature=Търговски представител (подпис)
-NoSalesRepresentativeAffected=Няма особен продажби засегнати представител
-ShowCustomer=Покажи клиента
-ShowProspect=Покажи перспектива
-ListOfProspects=Списък на потенциални
+SalesRepresentativeFollowUp=Търговски представител (последващ)
+SalesRepresentativeSignature=Търговски представител (подписващ)
+NoSalesRepresentativeAffected=Не е определен търговски представител
+ShowCustomer=Преглед на клиент
+ShowProspect=Преглед на потенциален клиент
+ListOfProspects=Списък на потенциални клиенти
ListOfCustomers=Списък на клиенти
LastDoneTasks=Действия: %s последно завършени
LastActionsToDo=Действия: %s най-стари незавършени
DoneAndToDoActions=Завършени и предстоящи събития
DoneActions=Завършени събития
-ToDoActions=Непълни събития
+ToDoActions=Незавършени събития
SendPropalRef=Изпращане на търговско предложение %s
SendOrderRef=Изпращане на поръчка %s
-StatusNotApplicable=Не е приложимо
-StatusActionToDo=За да направите
-StatusActionDone=Пълен
+StatusNotApplicable=Не се прилага
+StatusActionToDo=Да се направи
+StatusActionDone=Завършено
StatusActionInProcess=В процес
TasksHistoryForThisContact=Събития за този контакт
-LastProspectDoNotContact=Не се свържете
-LastProspectNeverContacted=Никога контакт
-LastProspectToContact=За да се свържете
-LastProspectContactInProcess=Контакт в процес
-LastProspectContactDone=Свържи се направи
-ActionAffectedTo=Събитие определено на
-ActionDoneBy=Събитие, извършена от
+LastProspectDoNotContact=Да не се контактува
+LastProspectNeverContacted=Не е контактувано
+LastProspectToContact=Да се контактува
+LastProspectContactInProcess=В процес на контактуване
+LastProspectContactDone=Осъществен контакт
+ActionAffectedTo=Събитие, възложено на
+ActionDoneBy=Събитие, извършено от
ActionAC_TEL=Телефонно обаждане
ActionAC_FAX=Изпращане на факс
-ActionAC_PROP=Изпрати предложение по пощата
+ActionAC_PROP=Изпращане на предложение по имейл
ActionAC_EMAIL=Изпращане на имейл
-ActionAC_EMAIL_IN=Приемане на имейл
+ActionAC_EMAIL_IN=Получаване на имейл
ActionAC_RDV=Срещи
ActionAC_INT=Интервенция на място
-ActionAC_FAC=Изпращане на клиента фактура по пощата
-ActionAC_REL=Изпращане на клиента фактура по пощата (напомняне)
-ActionAC_CLO=Близо
+ActionAC_FAC=Изпращане на фактура за продажба по пощата
+ActionAC_REL=Изпращане на фактура за продажба по пощата (напомняне)
+ActionAC_CLO=Приключване
ActionAC_EMAILING=Изпращане на масов имейл
-ActionAC_COM=Изпращане на поръчка за продажба по имейл
-ActionAC_SHIP=Изпрати доставка по пощата
-ActionAC_SUP_ORD=Изпращане на поръчка за покупка по имейл
-ActionAC_SUP_INV=Изпращане на фактура на доставка по имейл
-ActionAC_OTH=Друг
+ActionAC_COM=Изпращане на поръчка за продажба по пощата
+ActionAC_SHIP=Изпращане на пратка по пощата
+ActionAC_SUP_ORD=Изпращане на поръчка за покупка по пощата
+ActionAC_SUP_INV=Изпращане на фактура за доставка по пощата
+ActionAC_OTH=Друго
ActionAC_OTH_AUTO=Автоматично добавени
ActionAC_MANUAL=Ръчно добавени
ActionAC_AUTO=Автоматично добавени
ActionAC_OTH_AUTOShort=Автоматично
-Stats=Статистика на продажбите
-StatusProsp=Prospect статус
-DraftPropals=Проектът на търговски предложения
+Stats=Статистика от продажби
+StatusProsp=Статус на клиента
+DraftPropals=Чернови търговски предложения
NoLimit=Няма лимит
ToOfferALinkForOnlineSignature=Връзка за онлайн подпис
WelcomeOnOnlineSignaturePage=Добре дошли на страницата за приемане на търговски предложения от %s
-ThisScreenAllowsYouToSignDocFrom=Този екран Ви позволява да приемете и подпишете или да отхвърлите оферта/търговско предложение
-ThisIsInformationOnDocumentToSign=Това е информация за документа, който да приемете или отхвърлите
-SignatureProposalRef=Подписване на оферта/търговско предложение %s
+ThisScreenAllowsYouToSignDocFrom=Този екран позволява да приемете и подпишете или да отхвърлите оферта / търговско предложение
+ThisIsInformationOnDocumentToSign=Това е информация за документа, който да приемете или отхвърлите.
+SignatureProposalRef=Подписване на оферта / търговско предложение %s
FeatureOnlineSignDisabled=Функцията за онлайн подписване е деактивирана или документът е генериран преди активирането на функцията
diff --git a/htdocs/langs/bg_BG/companies.lang b/htdocs/langs/bg_BG/companies.lang
index df6f5990b91..ba2a4225d02 100644
--- a/htdocs/langs/bg_BG/companies.lang
+++ b/htdocs/langs/bg_BG/companies.lang
@@ -1,31 +1,31 @@
# Dolibarr language file - Source file is en_US - companies
ErrorCompanyNameAlreadyExists=Името на фирмата %s вече съществува. Изберете друго.
-ErrorSetACountryFirst=Първо задайте държава
+ErrorSetACountryFirst=Първо изберете държава
SelectThirdParty=Изберете контрагент
ConfirmDeleteCompany=Сигурни ли сте че искате да изтриете тази компания и цялата наследена информация?
-DeleteContact=Изтриване на контакт/адрес
+DeleteContact=Изтриване на контакт / адрес
ConfirmDeleteContact=Сигурни ли сте че искате да изтриете този контакт и цялата наследена информация?
MenuNewThirdParty=Нов контрагент
MenuNewCustomer=Нов клиент
-MenuNewProspect=Нова перспектива
+MenuNewProspect=Нов потенциален клиент
MenuNewSupplier=Нов доставчик
MenuNewPrivateIndividual=Ново физическо лице
-NewCompany=Нова фирма (перспектива, клиент, доставчик)
-NewThirdParty=Нов контрагент (перспектива, клиент, доставчик)
+NewCompany=Нова фирма (потенциален клиент, клиент, доставчик)
+NewThirdParty=Нов контрагент (потенциален клиент, клиент, доставчик)
CreateDolibarrThirdPartySupplier=Създаване на контрагент (доставчик)
-CreateThirdPartyOnly=Създаване контрагент
+CreateThirdPartyOnly=Създаване на контрагент
CreateThirdPartyAndContact=Създаване на контрагент + свързан контакт
-ProspectionArea=Област потенциални
-IdThirdParty=ID на контрагент
-IdCompany=ID на фирма
-IdContact=ID на контакт
-Contacts=Контакти/Адреси
+ProspectionArea=Секция за потенциални клиенти
+IdThirdParty=Идентификатор на контрагент
+IdCompany=Идентификатор на фирма
+IdContact=Идентификатор на контакт
+Contacts=Контакти / Адреси
ThirdPartyContacts=Контакти на контрагента
ThirdPartyContact=Контакт / Адрес на контрагента
Company=Фирма
-CompanyName=Име на фирмата
+CompanyName=Име на фирма
AliasNames=Друго име (търговско, марка, ...)
-AliasNameShort=Псевдоним
+AliasNameShort=Друго име
Companies=Фирми
CountryIsInEEC=Държавата е в рамките на Европейската икономическа общност
PriceFormatInCurrentLanguage=Формат за показване на цената в текущия език и валута
@@ -33,44 +33,44 @@ ThirdPartyName=Име на контрагент
ThirdPartyEmail=Имейл на контрагент
ThirdParty=Контрагент
ThirdParties=Контрагенти
-ThirdPartyProspects=Потенциални
-ThirdPartyProspectsStats=Потенциални
+ThirdPartyProspects=Потенциални клиенти
+ThirdPartyProspectsStats=Потенциални клиенти
ThirdPartyCustomers=Клиенти
ThirdPartyCustomersStats=Клиенти
-ThirdPartyCustomersWithIdProf12=Клиентите с %s или %s
+ThirdPartyCustomersWithIdProf12=Клиенти с %s или %s
ThirdPartySuppliers=Доставчици
ThirdPartyType=Вид на контрагента
-Individual=Частно лице
+Individual=Физическо лице
ToCreateContactWithSameName=Автоматично ще създаде контакт / адрес със същата информация като в контрагента. В повечето случаи, дори ако вашия контрагент е частно лице, е достатъчно да създадете само контрагент.
ParentCompany=Фирма майка
-Subsidiaries=Филиали
-ReportByMonth=Отчет по месец
-ReportByCustomers=Отчет по клиент
-ReportByQuarter=Отчет по оценка
-CivilityCode=Граждански код
+Subsidiaries=Дъщерни дружества
+ReportByMonth=Справка по месеци
+ReportByCustomers=Справка по клиенти
+ReportByQuarter=Справка по ставки
+CivilityCode=Код на обръщение
RegisteredOffice=Седалище
Lastname=Фамилия
Firstname=Собствено име
PostOrFunction=Длъжност
-UserTitle=Звание
-NatureOfThirdParty=Същност контрагента
+UserTitle=Обръщение
+NatureOfThirdParty=Произход на контрагента
Address=Адрес
State=Област
-StateShort=Състояние
+StateShort=Област
Region=Регион
-Region-State=Регион - Щат
+Region-State=Регион - Област
Country=Държава
-CountryCode=Код на държавата
-CountryId=ID на държава
+CountryCode=Код на държава
+CountryId=Идентификатор на държава
Phone=Телефон
PhoneShort=Тел.
Skype=Скайп
-Call=Повикай
-Chat=Чат
+Call=Позвъни на
+Chat=Чат с
PhonePro=Сл. телефон
PhonePerso=Дом. телефон
PhoneMobile=Моб. телефон
-No_Email=Отказване от масови имейли
+No_Email=Отхвърляне на масови имейли
Fax=Факс
Zip=Пощенски код
Town=Град
@@ -80,9 +80,9 @@ DefaultLang=Език по подразбиране
VATIsUsed=Използване на ДДС
VATIsUsedWhenSelling=Това определя дали този контрагент включва ДДС или не, когато фактурира на своите собствени клиенти
VATIsNotUsed=Не използва ДДС
-CopyAddressFromSoc=Копирай адреса от детайлите на контрагента
-ThirdpartyNotCustomerNotSupplierSoNoRef=Контрагента не е нито клиент, нито доставчик, няма налични свързани обекти
-ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Контрагента не е нито клиент, нито доставчик, няма възможност за отстъпки
+CopyAddressFromSoc=Копиране на адрес на контрагент
+ThirdpartyNotCustomerNotSupplierSoNoRef=Контрагента не е нито клиент, нито доставчик и няма налични свързани обекти
+ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Контрагента не е нито клиент, нито доставчик и няма възможност за отстъпки
PaymentBankAccount=Разплащателна банкова сметка
OverAllProposals=Предложения
OverAllOrders=Поръчки
@@ -99,7 +99,7 @@ LocalTax1ES=RE
LocalTax2ES=IRPF
WrongCustomerCode=Невалиден код на клиент
WrongSupplierCode=Невалиден код на доставчик
-CustomerCodeModel=Образец на код на клиент
+CustomerCodeModel=Модел за код на клиент
SupplierCodeModel=Модел за код на доставчик
Gencod=Баркод
##### Professional ID #####
@@ -115,8 +115,8 @@ ProfId3=Професионален ID 3
ProfId4=Професионален ID 4
ProfId5=Професионален ID 5
ProfId6=Професионален ID 6
-ProfId1AR=Проф. Id 1 (CUIT/CUIL)
-ProfId2AR=Проф. Id 2 (доход бруто)
+ProfId1AR=Проф. номер 1 (CUIT/CUIL)
+ProfId2AR=Проф. номер 2 (доход бруто)
ProfId3AR=-
ProfId4AR=-
ProfId5AR=-
@@ -200,7 +200,7 @@ ProfId4IN=Prof Id 4
ProfId5IN=Prof Id 5
ProfId6IN=-
ProfId1LU=Id. prof. 1 (R.C.S. Luxembourg)
-ProfId2LU=Id. prof. 2 (Бизнес разрешение)
+ProfId2LU=Id. prof. 2 (Business permit)
ProfId3LU=-
ProfId4LU=-
ProfId5LU=-
@@ -209,7 +209,7 @@ ProfId1MA=Id prof. 1 (R.C.)
ProfId2MA=Id prof. 2 (Patente)
ProfId3MA=Id prof. 3 (I.F.)
ProfId4MA=Id prof. 4 (C.N.S.S.)
-ProfId5MA=Ид. проф. 5 5 (Общ идентификационен номер на фирмата)
+ProfId5MA=Id. prof. 5 (I.C.E.)
ProfId6MA=-
ProfId1MX=Prof Id 1 (R.F.C).
ProfId2MX=Prof Id 2 (R..P. IMSS)
@@ -261,25 +261,25 @@ VATIntra=Идент. номер по ДДС
VATIntraShort=ДДС №
VATIntraSyntaxIsValid=Синтаксиса е валиден
VATReturn=ДДС декларация
-ProspectCustomer=Потенциален / Клиент
-Prospect=Потенциален
+ProspectCustomer=Потенциален клиент / Клиент
+Prospect=Потенциален клиент
CustomerCard=Клиентска карта
Customer=Клиент
CustomerRelativeDiscount=Относителна клиентска отстъпка
-SupplierRelativeDiscount=Относителна отстъпка от доставчика
+SupplierRelativeDiscount=Относителна отстъпка от доставчик
CustomerRelativeDiscountShort=Относителна отстъпка
CustomerAbsoluteDiscountShort=Абсолютна отстъпка
-CompanyHasRelativeDiscount=Този клиент има по подразбиране отстъпка %s%%
+CompanyHasRelativeDiscount=Този клиент има отстъпка по подразбиране в размер на %s%%
CompanyHasNoRelativeDiscount=Този клиент няма относителна отстъпка по подразбиране
HasRelativeDiscountFromSupplier=Имате отстъпка по подразбиране от %s%% от този доставчик
HasNoRelativeDiscountFromSupplier=Нямате относителна отстъпка по подразбиране от този доставчик
CompanyHasAbsoluteDiscount=Този клиент има налични отстъпки (кредитни известия или авансови плащания) за %s %s
CompanyHasDownPaymentOrCommercialDiscount=Този клиент има налични отстъпки (търговски предложения, авансови плащания) за %s %s
-CompanyHasCreditNote=Този клиент все още има кредити за %s %s
-HasNoAbsoluteDiscountFromSupplier=Нямате наличен отстъпка от този доставчик
+CompanyHasCreditNote=Този клиент все още има кредитни известия в размер на %s %s
+HasNoAbsoluteDiscountFromSupplier=Нямате налична отстъпка от този доставчик
HasAbsoluteDiscountFromSupplier=Имате налични отстъпки (кредитно известие или авансови плащания) за %s %s от този доставчик
HasDownPaymentOrCommercialDiscountFromSupplier=Имате налични отстъпки (търговски предложения, авансови плащания) за %s %s от този доставчик
-HasCreditNoteFromSupplier=Имате кредитно известия за %s от %s този доставчик
+HasCreditNoteFromSupplier=Имате кредитни известия за %s %s от този доставчик
CompanyHasNoAbsoluteDiscount=Този клиент не разполага с наличен кредит за отстъпка
CustomerAbsoluteDiscountAllUsers=Абсолютни клиентски отстъпки (предоставени от всички потребители)
CustomerAbsoluteDiscountMy=Абсолютни клиентски отстъпки (предоставена от вас)
@@ -287,18 +287,19 @@ SupplierAbsoluteDiscountAllUsers=Абсолютни отстъпки от дос
SupplierAbsoluteDiscountMy=Абсолютни отстъпки от доставчик (зададени от вас)
DiscountNone=Няма
Vendor=Доставчик
-AddContact=Създай контакт
-AddContactAddress=Създй контакт/адрес
-EditContact=Редактиране на контакт
-EditContactAddress=Редактиране на контакт/адрес
+Supplier=Доставчик
+AddContact=Създаване на контакт
+AddContactAddress=Създаване на контакт / адрес
+EditContact=Променяне на контакт
+EditContactAddress=Променяне на контакт / адрес
Contact=Контакт
-ContactId=Контакт
-ContactsAddresses=Контакти/Адреси
+ContactId=Идентификатор на контакт
+ContactsAddresses=Контакти / Адреси
FromContactName=Име:
-NoContactDefinedForThirdParty=Няма зададен контакт за тази контрагент
-NoContactDefined=Няма зададен контакт
-DefaultContact=Контакт/адрес по подразбиране
-AddThirdParty=Създаване контрагент
+NoContactDefinedForThirdParty=Няма дефиниран контакт за този контрагент
+NoContactDefined=Няма дефиниран контакт
+DefaultContact=Контакт / адрес по подразбиране
+AddThirdParty=Създаване на контрагент
DeleteACompany=Изтриване на фирма
PersonalInformations=Лични данни
AccountancyCode=Счетоводна сметка
@@ -308,92 +309,92 @@ CustomerCodeShort=Код на клиента
SupplierCodeShort=Код на доставчика
CustomerCodeDesc=Код на клиента, уникален за всички клиенти
SupplierCodeDesc=Код на доставчика, уникален за всички доставчици
-RequiredIfCustomer=Изисква се, ако контрагентът е клиент или потенциален
+RequiredIfCustomer=Изисква се, ако контрагентът е клиент или потенциален клиент
RequiredIfSupplier=Изисква се, ако контрагента е доставчик
ValidityControledByModule=Валидност, контролирана от модул
ThisIsModuleRules=Правила за този модул
-ProspectToContact=Потенциален за контакт
+ProspectToContact=Потенциален клиент за контакт
CompanyDeleted=Фирма "%s" е изтрита от базата данни.
-ListOfContacts=Списък на контакти/адреси
+ListOfContacts=Списък на контакти / адреси
ListOfContactsAddresses=Списък на контакти / адреси
ListOfThirdParties=Списък на контрагенти
ShowCompany=Показване на контрагент
-ShowContact=Покажи контакт
+ShowContact=Показване на контакт
ContactsAllShort=Всички (без филтър)
-ContactType=Тип на контакт
-ContactForOrders=Контакт за поръчката
-ContactForOrdersOrShipments=Контакт за поръчки или пратки
+ContactType=Тип контакт
+ContactForOrders=Контакт за поръчка
+ContactForOrdersOrShipments=Контакт за поръчка или доставка
ContactForProposals=Контакт за предложение
ContactForContracts=Контакт за договор
ContactForInvoices=Контакт за фактура
-NoContactForAnyOrder=Този контакт не е контакт за поръчка
-NoContactForAnyOrderOrShipments=Този контакт не е контакт за поръчка или пратка
-NoContactForAnyProposal=Този контакт не е контакт за търговско предложение
-NoContactForAnyContract=Този контакт не е контакт за договор
-NoContactForAnyInvoice=Този контакт не е контакт за фактура
+NoContactForAnyOrder=Не е контакт за поръчка
+NoContactForAnyOrderOrShipments=Не е контакт за поръчка или доставка
+NoContactForAnyProposal=Не е контакт за търговско предложение
+NoContactForAnyContract=Не е контакт за договор
+NoContactForAnyInvoice=Не е контакт за фактура
NewContact=Нов контакт
NewContactAddress=Нов контакт / адрес
-MyContacts=Моите контакти
+MyContacts=Мои контакти
Capital=Капитал
-CapitalOf=Столица на %s
-EditCompany=Редактиране на фирма
-ThisUserIsNot=Този потребител не е перспектива, нито клиент, нито доставчик
+CapitalOf=Капитал от %s
+EditCompany=Променяне на фирма
+ThisUserIsNot=Този потребител не е потенциален клиент, нито клиент, нито доставчик
VATIntraCheck=Проверка
-VATIntraCheckDesc=Идентификационния номер по ДДС трябва да включва префикса на държавата. Връзката %s използва услугата на Европейската Комисия за проверка на ДДС (VIES), която изисква достъп до интернет извън сървъра на Dolibarr.
+VATIntraCheckDesc=Идентификационния номер по ДДС трябва да включва префикса на държавата. Връзката %s използва услугата на Европейската комисия за проверка на номер по ДДС (VIES), която изисква достъп до интернет извън сървъра на Dolibarr.
VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
-VATIntraCheckableOnEUSite=Проверяване на вътрешно-общностния идентификационен номер по ДДС на интернет страницата на Европейската Комисия
-VATIntraManualCheck=Можете също така да проверите ръчно на интернет страницата на Европейската Комисия %s
-ErrorVATCheckMS_UNAVAILABLE=Проверката не е възможнао. Услугата не се предоставя от държавата-членка (%s).
-NorProspectNorCustomer=Нито перспектива, нито клиент
+VATIntraCheckableOnEUSite=Проверяване на вътрешно-общностния идентификационен номер по ДДС в интернет страницата на Европейската Комисия
+VATIntraManualCheck=Може да проверите също така ръчно в интернет страницата на Европейската Комисия: %s
+ErrorVATCheckMS_UNAVAILABLE=Проверка не е възможна. Услугата за проверка не се предоставя от държавата-членка (%s).
+NorProspectNorCustomer=Нито потенциален клиент, нито клиент
JuridicalStatus=Правна форма
Staff=Служители
-ProspectLevelShort=Потенциален
-ProspectLevel=Потенциален
-ContactPrivate=Частен
+ProspectLevelShort=Потенциал
+ProspectLevel=Потенциал
+ContactPrivate=Личен
ContactPublic=Споделен
ContactVisibility=Видимост
ContactOthers=Друг
-OthersNotLinkedToThirdParty=Други, не свързани с контрагент
-ProspectStatus=Потенциален статус
+OthersNotLinkedToThirdParty=Другите, не свързани с контрагент
+ProspectStatus=Статус на клиента
PL_NONE=Няма
PL_UNKNOWN=Неизвестен
-PL_LOW=Ниско
-PL_MEDIUM=Средно
-PL_HIGH=Високо
+PL_LOW=Нисък
+PL_MEDIUM=Среден
+PL_HIGH=Висок
TE_UNKNOWN=-
-TE_STARTUP=Стартира
+TE_STARTUP=Стартъп
TE_GROUP=Голяма фирма
-TE_MEDIUM=Средно голяма фирма
+TE_MEDIUM=Средна фирма
TE_ADMIN=Правителствена
TE_SMALL=Малка фирма
TE_RETAIL=Търговец на дребно
TE_WHOLE=Търговец на едро
-TE_PRIVATE=Частно лице
+TE_PRIVATE=Физическо лице
TE_OTHER=Друг
-StatusProspect-1=Да не контактува
-StatusProspect0=Никога не е контактувано
+StatusProspect-1=Да не се контактува
+StatusProspect0=Не е контактувано
StatusProspect1=Да се контактува
-StatusProspect2=Контакт в процес
-StatusProspect3=Контактът е направен
-ChangeDoNotContact=Промяна на статуса до 'Да не контактува';
-ChangeNeverContacted=Промяна на статуса до 'Никога не е контактувано';
-ChangeToContact=Промяна на статуса на „Да се контактува“
-ChangeContactInProcess=Промяна на статуса до 'Контакт в процес'
-ChangeContactDone=Промяна на статуса до 'Да се контактува'
-ProspectsByStatus=Потенциални по статус
+StatusProspect2=В процес на контактуване
+StatusProspect3=Осъществен контакт
+ChangeDoNotContact=Променяне на статуса на "Да не се контактува"
+ChangeNeverContacted=Променяне на статуса на "Не е контактувано"
+ChangeToContact=Променяне на статуса на "Да се контактува"
+ChangeContactInProcess=Променяне на статуса на "В процес на контактуване"
+ChangeContactDone=Променяне на статуса на "Осъществен контакт"
+ProspectsByStatus=Потенциални клиенти по статус
NoParentCompany=Няма
-ExportCardToFormat=Износна карта формат
-ContactNotLinkedToCompany=Контактът не е свързан с никой контрагент
-DolibarrLogin=Dolibarr вход
-NoDolibarrAccess=Няма Dolibarr достъп
-ExportDataset_company_1=Контрагенти (фирми / фондации / частни лица) и техните характеристики
+ExportCardToFormat=Карта за експортиране във формат
+ContactNotLinkedToCompany=Контактът не е свързан с нито един контрагент
+DolibarrLogin=Dolibarr потребител
+NoDolibarrAccess=Няма достъп до Dolibarr
+ExportDataset_company_1=Контрагенти (фирми / фондации / физически лица) и техните характеристики
ExportDataset_company_2=Контакти и техните характеристики
ImportDataset_company_1=Контрагенти и техните характеристики
ImportDataset_company_2=Допълнителни контакти / адреси и атрибути към контрагента
-ImportDataset_company_3=Банкови сметки на контрагентите
-ImportDataset_company_4=Търговски представители на контрагента (назначени търговски представители / потребители на към фирмите)
+ImportDataset_company_3=Банкови сметки на контрагенти
+ImportDataset_company_4=Търговски представители за контрагента (назначени търговски представители / потребители към фирмите)
PriceLevel=Ценово ниво
-PriceLevelLabels=Имена на ценовите нива
+PriceLevelLabels=Етикети на ценови нива
DeliveryAddress=Адрес за доставка
AddAddress=Добавяне на адрес
SupplierCategory=Категория на доставчика
@@ -403,31 +404,31 @@ ConfirmDeleteFile=Сигурен ли сте, че искате да изтри
AllocateCommercial=Назначен търговски представител
Organization=Организация
FiscalYearInformation=Фискална година
-FiscalMonthStart=Начален месец на фискалната година
-YouMustAssignUserMailFirst=Трябва да създадете имейл за този потребител, преди да можете да добавите известие по имейл.
-YouMustCreateContactFirst=За да можете да добавяте известия по имейл, първо трябва да определите контакти с валидни имейли за контрагента
-ListSuppliersShort=Списък на доставчиците
-ListProspectsShort=Списък на перспективите
-ListCustomersShort=Списък на клиентите
+FiscalMonthStart=Начален месец на фискална година
+YouMustAssignUserMailFirst=Трябва да създадете имейл за този потребител, преди да може да добавите известие по имейл.
+YouMustCreateContactFirst=За да може да добавяте известия по имейл, първо трябва да определите контакти с валидни имейли за контрагента
+ListSuppliersShort=Списък на доставчици
+ListProspectsShort=Списък на потенциални клиенти
+ListCustomersShort=Списък на клиенти
ThirdPartiesArea=Контрагенти / контакти
LastModifiedThirdParties=Контрагенти: %s последно променени
UniqueThirdParties=Общ брой контрагенти
InActivity=Отворен
ActivityCeased=Затворен
ThirdPartyIsClosed=Контрагента е затворен
-ProductsIntoElements=Списък на продуктите/услугите в %s
-CurrentOutstandingBill=Текуща висяща сметка
-OutstandingBill=Макс. за висяща сметка
-OutstandingBillReached=Максималния кредитен лимит е достигнат
+ProductsIntoElements=Списък на продукти / услуги в %s
+CurrentOutstandingBill=Текуща неизплатена сметка
+OutstandingBill=Максимална неизплатена сметка
+OutstandingBillReached=Достигнат е максимумът за неизплатена сметка
OrderMinAmount=Минимално количество за поръчка
-MonkeyNumRefModelDesc=Генерира номер с формат %sYYMM-NNNN за код на клиент и %sYYMM-NNNN за код на доставчик, където YY е година, MM е месецa, а NNNN е поредица без прекъсване и без връщане към 0.
-LeopardNumRefModelDesc=Кодът е безплатен. Този код може да бъде променен по всяко време.
-ManagingDirectors=Име на управител(и) (гл. изп. директор, директор, президент...)
+MonkeyNumRefModelDesc=Генерира номер с формат %syymm-nnnn за код на клиент и %syymm-nnnn за код на доставчик, където yy е година, mm е месецa, а nnnn е поредица без прекъсване и без връщане към 0.
+LeopardNumRefModelDesc=Кодът е свободен. Този код може да бъде променян по всяко време.
+ManagingDirectors=Име на управител (изпълнителен директор, директор, президент...)
MergeOriginThirdparty=Дублиращ контрагент (контрагентът, който искате да изтриете)
-MergeThirdparties=Сливане на контрагенти
+MergeThirdparties=Обединяване на контрагенти
ConfirmMergeThirdparties=Сигурни ли сте, че искате да обедините този контрагент с текущия? Всички свързани обекти (фактури, поръчки, ...) ще бъдат преместени в текущия контрагент, след което контрагента ще бъде изтрит.
ThirdpartiesMergeSuccess=Контрагентите са обединени
-SaleRepresentativeLogin=Входна информация за търговския представител
+SaleRepresentativeLogin=Входна информация за търговски представител
SaleRepresentativeFirstname=Собствено име на търговския представител
SaleRepresentativeLastname=Фамилия на търговския представител
ErrorThirdpartiesMerge=При изтриването на контрагента възникна грешка. Моля, проверете историята. Промените са отменени.
diff --git a/htdocs/langs/bg_BG/compta.lang b/htdocs/langs/bg_BG/compta.lang
index bae5b09070f..7df1d397b09 100644
--- a/htdocs/langs/bg_BG/compta.lang
+++ b/htdocs/langs/bg_BG/compta.lang
@@ -1,37 +1,37 @@
# Dolibarr language file - Source file is en_US - compta
MenuFinancial=Фактури | Плащания
-TaxModuleSetupToModifyRules=Отидете на Настройка модул данъци за да промените правилата за изчисляване
-TaxModuleSetupToModifyRulesLT=Отидете на Настройка на фирмата за да промените правилата за изчисляване
-OptionMode=Опция за счетоводство
-OptionModeTrue=Опция приходи-разходи
-OptionModeVirtual=Опция вземания-дългове
-OptionModeTrueDesc=В този контекст, оборотът се изчислява по плащания (дата на плащанията). Валидността на цифрите е гарантирана само ако счетоводството се разглежда през входа/изхода на сметките чрез фактури.
-OptionModeVirtualDesc=В този контекст, оборотът се изчислява върху фактури (датата на валидиране). Когато тези фактури са дължими, независимо дали са платени или не, те присъстват в оборота.
-FeatureIsSupportedInInOutModeOnly=Функцията е достъпна само в счетоводството в режим кредит-дебит (Вижте настройките на модула за счетоводство)
-VATReportBuildWithOptionDefinedInModule=Сумите показани тук са изчислени въз основа на правилата, определени в настройките на модул за данъци.
-LTReportBuildWithOptionDefinedInModule=Сумите показани тук са изчислени въз основа на правилата, определени в настройките на модул за фирмата
-Param=Структура
+TaxModuleSetupToModifyRules=Отидете в Настройка на модула за данъци, за да промените правилата за изчисляване
+TaxModuleSetupToModifyRulesLT=Отидете в Настройка на фирма / организация, за да промените правилата за изчисляване
+OptionMode=Режим за счетоводство
+OptionModeTrue=Режим приходи - разходи
+OptionModeVirtual=Режим вземания - задължения
+OptionModeTrueDesc=В този контекст, оборотът се изчислява върху плащанията (по дата на плащане). Валидността на цифрите е гарантирана, само ако счетоводството е разгледано, чрез фактурите на входа / изхода по съответните сметки.
+OptionModeVirtualDesc=В този контекст, оборотът се изчислява върху фактурите (по дата на валидиране). Когато тези фактури са дължими, независимо дали са платени или не, те са включени в оборота.
+FeatureIsSupportedInInOutModeOnly=Функцията е налична само в режим на счетоводство Вземания - Задължения (вижте конфигурацията на модул счетоводство)
+VATReportBuildWithOptionDefinedInModule=Сумите показани тук се изчисляват с помощта на правилата, определени от настройката на модула за данъци.
+LTReportBuildWithOptionDefinedInModule=Сумите показани тук се изчисляват като се използват правилата, определени в настройката за фирма / организация.
+Param=Настройка
RemainingAmountPayment=Оставаща сума за плащане:
Account=Сметка
Accountparent=Главна сметка
Accountsparent=Главни сметки
-Income=Доход
+Income=Приход
Outcome=Разход
MenuReportInOut=Приход / Разход
-ReportInOut=Баланс на приходите и разходите
+ReportInOut=Баланс на приходи и разходи
ReportTurnover=Фактуриран оборот
ReportTurnoverCollected=Натрупан оборот
-PaymentsNotLinkedToInvoice=Плащания, които не са свързани с никоя фактура, така че не свързани с никой контрагент
-PaymentsNotLinkedToUser=Плащанията, които не са свързани с никой потребител
+PaymentsNotLinkedToInvoice=Плащанията не са свързани с нито една фактура, така че не са свързани с нито един контрагент
+PaymentsNotLinkedToUser=Плащанията не са свързани с нито един потребител
Profit=Печалба
AccountingResult=Счетоводен резултат
BalanceBefore=Баланс (преди)
Balance=Баланс
Debit=Дебит
Credit=Кредит
-Piece=Счетоводен док.
-AmountHTVATRealReceived=Нето събрани
-AmountHTVATRealPaid=Нето платени
+Piece=Счетоводен документ
+AmountHTVATRealReceived=Получен (нето)
+AmountHTVATRealPaid=Платен (нето)
VATToPay=Данък върху продажби
VATReceived=Получен данък
VATToCollect=Данък върху покупки
@@ -62,54 +62,54 @@ LT2CustomerES=IRPF продажби
LT2SupplierES=IRPF покупки
LT2CustomerIN=SGST продажби
LT2SupplierIN=SGST покупки
-VATCollected=ДДС събран
+VATCollected=Получен ДДС
ToPay=За плащане
SpecialExpensesArea=Секция за всички специални плащания
-SocialContribution=Социални или фискални данъци
+SocialContribution=Социален или фискален данък
SocialContributions=Социални или фискални данъци
SocialContributionsDeductibles=Приспадащи се социални или фискални данъци
SocialContributionsNondeductibles=Не приспадащи се социални или данъчни данъци
-LabelContrib=Label contribution
-TypeContrib=Type contribution
+LabelContrib=Етикет на вноска
+TypeContrib=Тип вноска
MenuSpecialExpenses=Специални разходи
MenuTaxAndDividends=Данъци и дивиденти
-MenuSocialContributions=Social/fiscal taxes
-MenuNewSocialContribution=New social/fiscal tax
-NewSocialContribution=New social/fiscal tax
-AddSocialContribution=Добавяне на социален/фискален данък
-ContributionsToPay=Social/fiscal taxes to pay
+MenuSocialContributions=Социални / фискални данъци
+MenuNewSocialContribution=Нов социален / фискален данък
+NewSocialContribution=Нов социален / фискален данък
+AddSocialContribution=Добавяне на социален / фискален данък
+ContributionsToPay=Социални / фискални данъци за плащане
AccountancyTreasuryArea=Секция за фактуриране и плащания
NewPayment=Ново плащане
-PaymentCustomerInvoice=Плащане на продажна фактура
-PaymentSupplierInvoice=плащане на фактура от доставчик
-PaymentSocialContribution=Social/fiscal tax payment
-PaymentVat=Плащането на ДДС
-ListPayment=Списък на плащанията
+PaymentCustomerInvoice=Плащане на фактура за продажба
+PaymentSupplierInvoice=Плащане на фактура за покупка
+PaymentSocialContribution=Плащане на социален / фискален данък
+PaymentVat=Плащане на ДДС
+ListPayment=Списък на плащания
ListOfCustomerPayments=Списък на клиентски плащания
-ListOfSupplierPayments=Списък на плащания от доставчик
-DateStartPeriod=Date start period
-DateEndPeriod=Date end period
+ListOfSupplierPayments=Списък на плащания към доставчици
+DateStartPeriod=Начална дата на период
+DateEndPeriod=Крайна дата на период
newLT1Payment=Ново плащане на данък 2
newLT2Payment=Ново плащане на данък 3
LT1Payment=Плащане на данък 2
LT1Payments=Плащания на данък 2
LT2Payment=Плащане на данък 3
LT2Payments=Плащания на данък 3
-newLT1PaymentES=New RE payment
-newLT2PaymentES=Нова IRPF плащане
-LT1PaymentES=RE Payment
-LT1PaymentsES=RE Payments
+newLT1PaymentES=Ново RE плащане
+newLT2PaymentES=Ново IRPF плащане
+LT1PaymentES=RE плащане
+LT1PaymentsES=RE плащания
LT2PaymentES=IRPF плащане
-LT2PaymentsES=IRPF Плащания
+LT2PaymentsES=IRPF плащания
VATPayment=Плащане на данък върху продажбите
VATPayments=Плащания на данък върху продажбите
-VATRefund=Възстановяване на данък върху продажбите
-NewVATPayment=Ново плащане на данък върху продажбите
+VATRefund=Възстановяване на данък върху продажби
+NewVATPayment=Ново плащане на данък върху продажби
NewLocalTaxPayment=Ново плащане на данък %s
-Refund=Refund
-SocialContributionsPayments=Social/fiscal taxes payments
+Refund=Възстановяване
+SocialContributionsPayments=Плащания на социални / фискални данъци
ShowVatPayment=Покажи плащане на ДДС
-TotalToPay=Всичко за плащане
+TotalToPay=Общо за плащане
BalanceVisibilityDependsOnSortAndFilters=Балансът е видим в този списък само ако таблицата е сортирана възходящо на %s и филтрирана за 1 банкова сметка
CustomerAccountancyCode=Счетоводен код на клиента
SupplierAccountancyCode=Счетоводен код на доставчика
@@ -122,43 +122,43 @@ TurnoverCollected=Натрупан оборот
SalesTurnoverMinimum=Минимален оборот
ByExpenseIncome=По разходи и приходи
ByThirdParties=По контрагенти
-ByUserAuthorOfInvoice=С фактура автор
-CheckReceipt=Проверете депозит
-CheckReceiptShort=Проверете депозит
+ByUserAuthorOfInvoice=По автор на фактура
+CheckReceipt=Чеков депозит
+CheckReceiptShort=Чеков депозит
LastCheckReceiptShort=Чекове: %s последно приети
-NewCheckReceipt=Нов отстъпка
-NewCheckDeposit=Нова проверка депозит
+NewCheckReceipt=Нова отстъпка
+NewCheckDeposit=Нов чеков депозит
NewCheckDepositOn=Създаване на разписка за депозит по сметка: %s
NoWaitingChecks=Няма чекове, които да очакват депозит.
-DateChequeReceived=Проверете датата рецепция
+DateChequeReceived=Дата на приемане на чек
NbOfCheques=Брой чекове
-PaySocialContribution=Pay a social/fiscal tax
-ConfirmPaySocialContribution=Are you sure you want to classify this social or fiscal tax as paid?
-DeleteSocialContribution=Delete a social or fiscal tax payment
-ConfirmDeleteSocialContribution=Are you sure you want to delete this social/fiscal tax payment?
-ExportDataset_tax_1=Social and fiscal taxes and payments
-CalcModeVATDebt=Mode %sVAT on commitment accounting%s.
-CalcModeVATEngagement=Mode %sVAT on incomes-expenses%s.
+PaySocialContribution=Платете социален / фискален данък
+ConfirmPaySocialContribution=Сигурни ли сте, че искате да класифицирате този социален или фискален данък като платен?
+DeleteSocialContribution=Изтриване на плащане за социален или фискален данък
+ConfirmDeleteSocialContribution=Сигурни ли сте, че искате да изтриете това плащане на социален / фискален данък?
+ExportDataset_tax_1=Социални / фискални данъци и плащания
+CalcModeVATDebt=Режим %sДДС върху осчетоводени задължения%s
+CalcModeVATEngagement=Режим %sДДС върху приходи - разходи%s
CalcModeDebt=Анализ на регистрираните фактури, дори ако те все още не са осчетоводени в книгата.
CalcModeEngagement=Анализ на регистрираните плащания, дори ако те все още не са осчетоводени в книгата.
CalcModeBookkeeping=Анализ на данни, регистрирани в таблицата на счетоводната книга.
-CalcModeLT1= Mode %sRE on customer invoices - suppliers invoices%s
-CalcModeLT1Debt=Mode %sRE on customer invoices%s
-CalcModeLT1Rec= Mode %sRE on suppliers invoices%s
-CalcModeLT2= Mode %sIRPF on customer invoices - suppliers invoices%s
-CalcModeLT2Debt=Mode %sIRPF on customer invoices%s
-CalcModeLT2Rec= Mode %sIRPF on suppliers invoices%s
-AnnualSummaryDueDebtMode=Balance of income and expenses, annual summary
-AnnualSummaryInputOutputMode=Balance of income and expenses, annual summary
+CalcModeLT1= Режим %sRE върху фактури за продажба - фактури за доставка%s
+CalcModeLT1Debt=Режим %sRE върху фактури за продажба%s
+CalcModeLT1Rec= Режим %sRE върху фактури за доставка%s
+CalcModeLT2= Режим %sIRPF върху фактури за продажба - фактури за доставка%s
+CalcModeLT2Debt=Режим %sIRPF върху фактури за продажба%s
+CalcModeLT2Rec= Режим %sIRPF върху фактури за доставка%s
+AnnualSummaryDueDebtMode=Баланс на приходи и разходи, годишно обобщение
+AnnualSummaryInputOutputMode=Баланс на приходи и разходи, годишно обобщение
AnnualByCompanies=Баланс на приходите и разходите, по предварително определени групи сметки
AnnualByCompaniesDueDebtMode=Баланс на приходите и разходите, по предварително определени групи, режим %sВземания-Дългове%s или казано още Осчетоводяване на вземания.
AnnualByCompaniesInputOutputMode=Баланс на приходи и разходи, по предварително определени групи, режим %sПриходи - Разходи%s или казано още касова отчетност.
SeeReportInInputOutputMode=Вижте %sанализа на плащанията%s за изчисляване на действителните плащания, дори и ако те все още не са осчетоводени в книгата.
SeeReportInDueDebtMode=Вижте %sанализа на фактурите%s за изчисляване, който е базиран на регистираните фактури, дори и ако те все още не са осчетоводени в книгата.
SeeReportInBookkeepingMode=Вижте %sСчетоводния доклад%s за изчисляване на таблицата в счетоводната книга
-RulesAmountWithTaxIncluded=- Amounts shown are with all taxes included
-RulesResultDue=- Показани Сумите са с включени всички такси - Тя включва неплатените фактури, разходи и ДДС, независимо дали са платени или не. - Тя се основава на датата на утвърждаване на фактури и ДДС и на датата на падежа за разходи.
-RulesResultInOut=- It includes the real payments made on invoices, expenses and VAT. - It is based on the payment dates of the invoices, expenses and VAT.
+RulesAmountWithTaxIncluded=- Посочените суми са с включени всички данъци
+RulesResultDue=- Включва неизплатени фактури, разходи, ДДС, дарения, независимо дали са платени или не. Включва също платени заплати. - Основава се на датата на валидиране на фактурите и ДДС и на датата на падежа на разходите. За заплати, определени с модула заплати се използва датата на плащането.
+RulesResultInOut=- Включва реалните плащания по фактури, разходи, ДДС и заплати. - Основава се на датите на плащане на фактурите, разходите, ДДС и заплатите. Датата на дарение за дарения.
RulesCADue=- Включва дължимите фактури на клиента, независимо дали са платени или не. - Базирани на датата на валидиране на тези фактури.
RulesCAIn=- Включва всички ефективни плащания по фактури, получени от клиенти. - Базирани на датата на плащане на тези фактури
RulesCATotalSaleJournal=Включва всички кредитни линии от журнала за продажба.
@@ -168,60 +168,60 @@ RulesResultBookkeepingPersonalized=Показва запис във вашата
SeePageForSetup=Вижте менюто %s за настройка
DepositsAreNotIncluded=- Фактурите за авансови плащания не са включени
DepositsAreIncluded=- Фактурите за авансови плащания са включени
-LT1ReportByCustomers=Отчет за данък 2 по контрагент
-LT2ReportByCustomers=Отчет за данък 3 по контрагент
-LT1ReportByCustomersES=Отчет по контрагент RE
-LT2ReportByCustomersES=Отчет по контрагент IRPF
-VATReport=Отчет за данъка върху продажбите
-VATReportByPeriods=Отчет за данъка върху продажбите по периоди
-VATReportByRates=Отчет за данъка върху продажбите по ставки
-VATReportByThirdParties=Отчет за данъка върху продажбите по контрагенти
-VATReportByCustomers=Отчет за данъка върху продажбите по клиенти
-VATReportByCustomersInInputOutputMode=Report by the customer VAT collected and paid
-VATReportByQuartersInInputOutputMode=Отчет по данъчна ставка върху продажбите за натрупания и платен данък
-LT1ReportByQuarters=Отчет за данък 2 по ставки
-LT2ReportByQuarters=Отчет за данък 3 по ставки
-LT1ReportByQuartersES=Отчет по RE ставки
-LT2ReportByQuartersES=Отчет по IRPF ставки
-SeeVATReportInInputOutputMode=Виж да докладва %sVAT encasement%s за изчислението на стандартната
-SeeVATReportInDueDebtMode=Виж доклада %sVAT за flow%s за изчисление, с опция върху потока
-RulesVATInServices=- For services, the report includes the VAT regulations actually received or issued on the basis of the date of payment.
-RulesVATInProducts=- За материалните активи отчетът включва получения или издаден ДДС въз основа на датата на плащане.
-RulesVATDueServices=- Услуги, в доклада се включва ДДС фактури дължи платена или не, въз основа на датата на фактурата.
-RulesVATDueProducts=- За материалните активи, отчетът включва фактурите по ДДС въз основа на датата на фактурата.
-OptionVatInfoModuleComptabilite=Забележка: За материални активи, трябва да използват датата на доставка, за да бъде по-справедлива.
-ThisIsAnEstimatedValue=Това е преглед, базиран на бизнес събития, а не на финалната счетоводна таблица, така че крайните резултати може да се различават от тези стойности за предварителен преглед
-PercentOfInvoice=% / Фактура
-NotUsedForGoods=Не се използва върху стоки
-ProposalStats=Статистика за представяне на предложения
+LT1ReportByCustomers=Справка за данък 2 по контрагент
+LT2ReportByCustomers=Справка за данък 3 по контрагент
+LT1ReportByCustomersES=Справка за RE по контрагент
+LT2ReportByCustomersES=Справка за IRPF по контрагент
+VATReport=Справка за данък върху продажби
+VATReportByPeriods=Справка за данък върху продажби по периоди
+VATReportByRates=Справка за данък върху продажби по ставки
+VATReportByThirdParties=Справка за данък върху продажби по контрагенти
+VATReportByCustomers=Справка за данък върху продажби по клиенти
+VATReportByCustomersInInputOutputMode=Справка за получен и платен ДДС от клиент
+VATReportByQuartersInInputOutputMode=Справка по данъчна ставка върху продажби за получен и платен данък
+LT1ReportByQuarters=Справка за данък 2 по ставки
+LT2ReportByQuarters=Справка за данък 3 по ставки
+LT1ReportByQuartersES=Справка за RE по ставки
+LT2ReportByQuartersES=Справка за IRPF по ставки
+SeeVATReportInInputOutputMode=Вижте справка %sобхват на ДДС%s за стандартно изчисление
+SeeVATReportInDueDebtMode=Вижте справка %sпоток на ДДС%s за изчисление с опция за потока
+RulesVATInServices=- За услуги, докладът включва действително получените или издадени регламенти за ДДС въз основа на датата на плащане.
+RulesVATInProducts=- За материални активи справка включва получения или издаден ДДС въз основа на датата на плащане.
+RulesVATDueServices=- За услуги, докладът включва дължими фактури по ДДС, платени или не, въз основа на датата на фактурата.
+RulesVATDueProducts=- За материални активи справката включва фактурите по ДДС въз основа на датата на фактурата.
+OptionVatInfoModuleComptabilite=Забележка: За материални активи, трябва да се използва датата на доставка, за да бъде по-справедливо.
+ThisIsAnEstimatedValue=Това е преглед, базиран на бизнес събития, а не на финалния сметкоплан, така че крайните резултати може да се различават от тези стойности за предварителен преглед
+PercentOfInvoice=%% / фактура
+NotUsedForGoods=Не се използва за стоки
+ProposalStats=Статистика за предложения
OrderStats=Статистика за поръчки
-InvoiceStats=Статистически данни за сметки
-Dispatch=Диспечерско
+InvoiceStats=Статистика за фактури
+Dispatch=Изпращане
Dispatched=Изпратени
ToDispatch=За изпращане
-ThirdPartyMustBeEditAsCustomer=От контрагент трябва да бъдат определени като клиент
-SellsJournal=Продажби вестник
-PurchasesJournal=Покупките вестник
-DescSellsJournal=Продажби вестник
-DescPurchasesJournal=Покупките вестник
-CodeNotDef=Не е определена
+ThirdPartyMustBeEditAsCustomer=Контрагентът трябва да бъде дефиниран като клиент
+SellsJournal=Журнал за продажби
+PurchasesJournal=Журнал за покупки
+DescSellsJournal=Журнал за продажби
+DescPurchasesJournal=Журнал за покупки
+CodeNotDef=Не е дефинирано
WarningDepositsNotIncluded=Фактурите за авансови плащания не са включени в тази версия с този модул за счетоводство.
-DatePaymentTermCantBeLowerThanObjectDate=Payment term date can't be lower than object date.
-Pcg_version=Таблица на сметките
+DatePaymentTermCantBeLowerThanObjectDate=Датата на плащане не може да бъде преди датата на обекта.
+Pcg_version=Модели за сметкоплан
Pcg_type=PCG тип
Pcg_subtype=PCG подтип
-InvoiceLinesToDispatch=Invoice lines to dispatch
+InvoiceLinesToDispatch=Редове от фактура за изпращане
ByProductsAndServices=По продукт и услуга
-RefExt=External ref
-ToCreateAPredefinedInvoice=За да създадете шаблонна фактура, създайте стандартна фактура, след което преди да я валидирате кликнете върху бутона "%s".
-LinkedOrder=Link to order
-Mode1=Method 1
-Mode2=Method 2
-CalculationRuleDesc=To calculate total VAT, there is two methods: Method 1 is rounding vat on each line, then summing them. Method 2 is summing all vat on each line, then rounding result. Final result may differs from few cents. Default mode is mode %s.
+RefExt=Външна референция
+ToCreateAPredefinedInvoice=За да създадете шаблонна фактура създайте стандартна фактура, след което преди да я валидирате кликнете върху бутона "%s".
+LinkedOrder=Връзка към поръчка
+Mode1=Метод 1
+Mode2=Метод 2
+CalculationRuleDesc=За изчисляване на общия ДДС има два метода: Метод 1 закръгля ДДС за всеки ред, след което ги сумира. Метод 2 сумира ДДС от всеки ред, след което закръглява резултатът. Крайните резултати може да се различават в известна степен. Метод по подразбиране е метод %s.
CalculationRuleDescSupplier=Според доставчика, изберете подходящ метод, за да приложите същото правило за изчисление и да получите същия резултат, очакван от вашия доставчик.
-TurnoverPerProductInCommitmentAccountingNotRelevant=Отчетът за оборот, натрупан от продукт, не е наличен. Този отчет е налице само за фактуриран оборот.
-TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant=Отчетът за оборот, натрупан от данък върху продажбите, не е наличен. Този отчет е налице само за фактуриран оборот.
-CalculationMode=Calculation mode
+TurnoverPerProductInCommitmentAccountingNotRelevant=Справката за оборот, натрупан от продукт, не е наличен. Тази справка е налице само за фактуриран оборот.
+TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant=Справката за оборот, натрупан от данък върху продажбите, не е наличен. Тази справка е налице само за фактуриран оборот.
+CalculationMode=Режим на изчисление
AccountancyJournal=Счетоводен код на журнала
ACCOUNTING_VAT_SOLD_ACCOUNT=Счетоводна сметка по подразбиране за ДДС при продажби (използва се, ако не е определена при настройка на речника за ДДС)
ACCOUNTING_VAT_BUY_ACCOUNT=Счетоводна сметка по подразбиране за ДДС при покупки (използва се, ако не е определена при настройка на речника за ДДС)
@@ -232,14 +232,14 @@ ACCOUNTING_ACCOUNT_SUPPLIER=Счетоводна сметка, използва
ACCOUNTING_ACCOUNT_SUPPLIER_Desc=Специализираната счетоводна сметка, определена в картата на контрагента, ще се използва само за счетоводно отчитане на подсметка. Този ще бъде използван за главната книга и като стойност по подразбиране на подсметката за счетоводното отчитане, ако не е дефинирана специализирана счетоводна сметка за доставчика.
ConfirmCloneTax=Потвърдете клонирането на социален/фискален данък
CloneTaxForNextMonth=Клониране за следващ месец
-SimpleReport=Simple report
-AddExtraReport=Допълнителни отчети (добавете чуждестранен и национален клиентски отчет)
-OtherCountriesCustomersReport=Foreign customers report
-BasedOnTwoFirstLettersOfVATNumberBeingDifferentFromYourCompanyCountry=Based on the two first letters of the VAT number being different from your own company's country code
-SameCountryCustomersWithVAT=National customers report
-BasedOnTwoFirstLettersOfVATNumberBeingTheSameAsYourCompanyCountry=Based on the two first letters of the VAT number being the same as your own company's country code
+SimpleReport=Обикновена справка
+AddExtraReport=Допълнителни справки (добавя справка за чуждестранни и локални клиенти)
+OtherCountriesCustomersReport=Справка за чуждестранни клиенти
+BasedOnTwoFirstLettersOfVATNumberBeingDifferentFromYourCompanyCountry=Въз основа на първите две букви от номера по ДДС, различен от кода на държавата на вашата фирма
+SameCountryCustomersWithVAT=Справка за локални клиенти
+BasedOnTwoFirstLettersOfVATNumberBeingTheSameAsYourCompanyCountry=Въз основа на първите две букви от номера по ДДС, които са същите като в кода на държавата на вашата фирма
LinkedFichinter=Връзка към интервенция
-ImportDataset_tax_contrib=Социални/фискални данъци
+ImportDataset_tax_contrib=Социални / фискални данъци
ImportDataset_tax_vat=Плащания на ДДС
ErrorBankAccountNotFound=Грешка: Банковата сметка не е намерена
FiscalPeriod=Период на осчетоводяване
@@ -250,7 +250,7 @@ LastDayTaxIsRelatedTo=Последен ден от периода, с който
VATDue=Заявен данък върху продажбите
ClaimedForThisPeriod=Заявен за периода
PaidDuringThisPeriod=Платен през този период
-ByVatRate=По ставка на данък върху продажбите
-TurnoverbyVatrate=Оборот, фактуриран по данъчна ставка върху продажбите
-TurnoverCollectedbyVatrate=Оборот, натрупан по данъчна ставка върху продажбите
-PurchasebyVatrate=Покупка по данъчна ставка за продажба
+ByVatRate=По ставка на ДДС
+TurnoverbyVatrate=Оборот, фактуриран по ставка на ДДС
+TurnoverCollectedbyVatrate=Оборот, натрупан по ставка на ДДС
+PurchasebyVatrate=Покупка по ставка на ДДС
diff --git a/htdocs/langs/bg_BG/contracts.lang b/htdocs/langs/bg_BG/contracts.lang
index 346d8e3aad3..4009928c061 100644
--- a/htdocs/langs/bg_BG/contracts.lang
+++ b/htdocs/langs/bg_BG/contracts.lang
@@ -1,98 +1,98 @@
# Dolibarr language file - Source file is en_US - contracts
-ContractsArea=Договори област
-ListOfContracts=Списък на договорите
+ContractsArea=Секция за договори
+ListOfContracts=Списък на договори
AllContracts=Всички договори
-ContractCard=Карта на договор
-ContractStatusNotRunning=Не работи
-ContractStatusDraft=Проект
-ContractStatusValidated=Утвърден
-ContractStatusClosed=Затворен
-ServiceStatusInitial=Не работи
-ServiceStatusRunning=Бягане
-ServiceStatusNotLate=Работещи, изтекъл
-ServiceStatusNotLateShort=Не е изтекъл
-ServiceStatusLate=Спринт, изтекъл
+ContractCard=Договор
+ContractStatusNotRunning=Не се изпълнява
+ContractStatusDraft=Чернова
+ContractStatusValidated=Валидиран
+ContractStatusClosed=Прекратен
+ServiceStatusInitial=Неактивна
+ServiceStatusRunning=Активна
+ServiceStatusNotLate=Активна, неизтекла
+ServiceStatusNotLateShort=Неизтекла
+ServiceStatusLate=Активна, изтекла
ServiceStatusLateShort=Изтекла
-ServiceStatusClosed=Затворен
-ShowContractOfService=Показване на договора за услугата
+ServiceStatusClosed=Прекратена
+ShowContractOfService=Показване на договор за услуга
Contracts=Договори
ContractsSubscriptions=Договори / Абонаменти
ContractsAndLine=Договори и договорни линии
Contract=Договор
ContractLine=Договорна линия
-Closing=Затваряне
-NoContracts=Не договори
+Closing=Прекратяване
+NoContracts=Няма договори
MenuServices=Услуги
-MenuInactiveServices=Услуги, които не са активни
-MenuRunningServices=Текущи услуги
+MenuInactiveServices=Неактивни услуги
+MenuRunningServices=Активни услуги
MenuExpiredServices=Изтекли услуги
-MenuClosedServices=Затворени услуги
+MenuClosedServices=Прекратени услуги
NewContract=Нов договор
NewContractSubscription=Нов договор / абонамент
AddContract=Създаване на договор
-DeleteAContract=Изтриване на договора
-ActivateAllOnContract=Активиране всички услуги
-CloseAContract=Затваряне на договора
+DeleteAContract=Изтриване на договор
+ActivateAllOnContract=Активиране на всички услуги
+CloseAContract=Прекратяване на договор
ConfirmDeleteAContract=Сигурни ли сте, че искате да изтриете този договор с всички предоставени услуги?
-ConfirmValidateContract=Сигурни ли сте, че искате да валидирате този договор под името %s?
-ConfirmActivateAllOnContract=Това ще отвори всички услуги (които са все още неактивни). Наистина ли искате да отворите всички услуги?
-ConfirmCloseContract=Това ще затвори всички услуги (активни или не). Сигурни ли сте, че искате да прекратите този договор?
-ConfirmCloseService=Сигурни ли сте, че искате да затворите тази услуга с дата %s ?
-ValidateAContract=Одобряване на договор
-ActivateService=Активиране на услугата
+ConfirmValidateContract=Сигурни ли сте, че искате да валидирате този договор с № %s?
+ConfirmActivateAllOnContract=Това ще активира всички услуги, които са все още неактивни. Наистина ли искате да активирате всички услуги?
+ConfirmCloseContract=Това ще прекрати всички услуги (активни или не). Сигурни ли сте, че искате да прекратите този договор?
+ConfirmCloseService=Сигурни ли сте, че искате да прекратите тази услуга с дата %s ?
+ValidateAContract=Валидиране на договор
+ActivateService=Активиране на услуга
ConfirmActivateService=Сигурни ли сте, че искате да активирате тази услуга с дата %s ?
-RefContract=Договор препратка
+RefContract=Реф. договор
DateContract=Дата на договора
-DateServiceActivate=Датата на активиране на услугата
-ListOfServices=Списък на услугите
-ListOfInactiveServices=Списък на не е активен услуги
-ListOfExpiredServices=Списък на изтекъл активни услуги
-ListOfClosedServices=Списък на затворените услуги
-ListOfRunningServices=Списък на стартираните услуги
-NotActivatedServices=Неактивни услуги (сред валидирани договори)
-BoardNotActivatedServices=Услуги за да активирате сред утвърдени договори
+DateServiceActivate=Дата на активиране на услуга
+ListOfServices=Списък на услуги
+ListOfInactiveServices=Списък на неактивни услуги
+ListOfExpiredServices=Списък на изтекли активни услуги
+ListOfClosedServices=Списък на прекратени услуги
+ListOfRunningServices=Списък на активни услуги
+NotActivatedServices=Неактивни услуги (измежду валидирани договори)
+BoardNotActivatedServices=Услуги за активиране (измежду валидирани договори)
LastContracts=Договори: %s последни
LastModifiedServices=Услуги: %s последно променени
ContractStartDate=Начална дата
ContractEndDate=Крайна дата
DateStartPlanned=Планирана начална дата
DateStartPlannedShort=Планирана начална дата
-DateEndPlanned=Планиран крайната дата
-DateEndPlannedShort=Планиран крайната дата
-DateStartReal=Недвижими началната дата
-DateStartRealShort=Недвижими началната дата
-DateEndReal=Недвижими крайната дата
-DateEndRealShort=Недвижими крайната дата
-CloseService=Затворете услуга
-BoardRunningServices=Услуги в ход
-BoardExpiredServices=Услуги с изтекъл срок
-ServiceStatus=Състояние на услугата
+DateEndPlanned=Планирана крайна дата
+DateEndPlannedShort=Планирана крайна дата
+DateStartReal=Реална начална дата
+DateStartRealShort=Реална начална дата
+DateEndReal=Реална крайна дата
+DateEndRealShort=Реална крайна дата
+CloseService=Приключване на услуга
+BoardRunningServices=Активни услуги
+BoardExpiredServices=Изтекли услуги
+ServiceStatus=Статус на услуга
DraftContracts=Чернови договори
-CloseRefusedBecauseOneServiceActive=Договорът не може да бъде затворен, тъй като има най-малко една отворена услуга в него
+CloseRefusedBecauseOneServiceActive=Договорът не може да бъде прекратен, тъй като има най-малко една активна услуга в него.
ActivateAllContracts=Активиране на всички договорни линии
-CloseAllContracts=Затворете всички договорни линии
-DeleteContractLine=Изтриване на линия договор
+CloseAllContracts=Прекратяване на всички договорни линии
+DeleteContractLine=Изтриване на договорна линия
ConfirmDeleteContractLine=Сигурни ли сте, че искате да изтриете тази договорна линия?
-MoveToAnotherContract=Преместване на службата в друг договор.
-ConfirmMoveToAnotherContract=Избра новата цел на договора и потвърдете, искам да се движат тази услуга в този договор.
+MoveToAnotherContract=Преместване на услуга в друг договор.
+ConfirmMoveToAnotherContract=Избрах нов целеви договор и потвърждавам, че искам да преместя тази услуга в този договор.
ConfirmMoveToAnotherContractQuestion=Изберете в кой съществуващ договор (на същия контрагент) искате да преместите тази услуга?
-PaymentRenewContractId=Поднови договора линия (брой %s)
-ExpiredSince=Срок на годност
-NoExpiredServices=Не изтекъл активни услуги
-ListOfServicesToExpireWithDuration=Списък на Услуги изтичащи в %s дни
-ListOfServicesToExpireWithDurationNeg=Списък на услуги изтекли повече от %s дни
-ListOfServicesToExpire=Списък на изтичащи Услуги
-NoteListOfYourExpiredServices=Този списък съдържа само услуги от договори с контрагенти, с които сте свързани като търговски представител.
+PaymentRenewContractId=Подновяване на договорна линия (№ %s)
+ExpiredSince=Дата на изтичане
+NoExpiredServices=Няма изтекли активни услуги
+ListOfServicesToExpireWithDuration=Списък на услуги изтичащи в следващите %s дни
+ListOfServicesToExpireWithDurationNeg=Списък на услуги изтекли преди повече от %s дни
+ListOfServicesToExpire=Списък на изтичащи услуги
+NoteListOfYourExpiredServices=Този списък съдържа само услуги от договори с контрагенти, за които сте посочен като търговски представител.
StandardContractsTemplate=Стандартен шаблон за договори
ContactNameAndSignature=За %s, име и подпис:
-OnlyLinesWithTypeServiceAreUsed=Само линии с тип "Услуга" ще бъдат клонирани.
-ConfirmCloneContract=Сигурни ли сте, че искате да клонирате договора %s ?
-LowerDateEndPlannedShort=По-ранна планирана крайна дата на активните услуги
+OnlyLinesWithTypeServiceAreUsed=Само договорни линии тип 'Услуга' ще бъдат клонирани.
+ConfirmCloneContract=Сигурни ли сте, че искате да клонирате договор %s ?
+LowerDateEndPlannedShort=По-ранна планирана крайна дата на активни услуги
SendContractRef=Информация за договор __REF__
OtherContracts=Други договори
##### Types de contacts #####
-TypeContact_contrat_internal_SALESREPSIGN=Търговски представител подписване на договора
-TypeContact_contrat_internal_SALESREPFOLL=Търговски представител проследяване договор
-TypeContact_contrat_external_BILLING=Контакт с клиента за фактуриране
-TypeContact_contrat_external_CUSTOMER=Следвайте контакт с клиентите
-TypeContact_contrat_external_SALESREPSIGN=Подписване на договор клиента контакт
+TypeContact_contrat_internal_SALESREPSIGN=Търговски представител (подписващ)
+TypeContact_contrat_internal_SALESREPFOLL=Търговски представител (проследяващ)
+TypeContact_contrat_external_BILLING=Контакт на клиента за фактуриране
+TypeContact_contrat_external_CUSTOMER=Контакт на клиента (проследяващ)
+TypeContact_contrat_external_SALESREPSIGN=Контакт на клиента (подписващ)
diff --git a/htdocs/langs/bg_BG/deliveries.lang b/htdocs/langs/bg_BG/deliveries.lang
index a1a7e459b09..5147633f5c9 100644
--- a/htdocs/langs/bg_BG/deliveries.lang
+++ b/htdocs/langs/bg_BG/deliveries.lang
@@ -1,30 +1,31 @@
# Dolibarr language file - Source file is en_US - deliveries
Delivery=Доставка
-DeliveryRef=Ref Delivery
-DeliveryCard=Receipt card
-DeliveryOrder=Доставка за
+DeliveryRef=Реф. доставка
+DeliveryCard=Карта на разписка
+DeliveryOrder=Разписка за доставка
DeliveryDate=Дата на доставка
-CreateDeliveryOrder=Generate delivery receipt
-DeliveryStateSaved=Състояние на доставката е записано
-SetDeliveryDate=Дата на изпращане
-ValidateDeliveryReceipt=Одобряване на разписка
-ValidateDeliveryReceiptConfirm=Are you sure you want to validate this delivery receipt?
-DeleteDeliveryReceipt=Изтриване на разписка
-DeleteDeliveryReceiptConfirm=Are you sure you want to delete delivery receipt %s?
-DeliveryMethod=Начин
+CreateDeliveryOrder=Генериране на разписка за доставка
+DeliveryStateSaved=Състоянието на доставката е записано
+SetDeliveryDate=Задаване на дата за доставка
+ValidateDeliveryReceipt=Валидиране на разписка за доставка
+ValidateDeliveryReceiptConfirm=Сигурни ли сте, че искате да валидирате тази разписка за доставка?
+DeleteDeliveryReceipt=Изтриване на разписка за доставка
+DeleteDeliveryReceiptConfirm=Сигурни ли сте, че искате да изтриете тази разписка %s?
+DeliveryMethod=Начин на доставка
TrackingNumber=Проследяващ номер
-DeliveryNotValidated=Доставката не валидирани
-StatusDeliveryCanceled=Отменен
+DeliveryNotValidated=Доставката не е валидирана
+StatusDeliveryCanceled=Анулирана
StatusDeliveryDraft=Чернова
-StatusDeliveryValidated=Получено
+StatusDeliveryValidated=Получена
# merou PDF model
NameAndSignature=Име и подпис:
-ToAndDate=To___________________________________ на ____ / _____ / __________
-GoodStatusDeclaration=Стоките са получили по-горе в добро състояние,
-Deliverer=Избавител:
+ToAndDate=От ___________________________________ на ____ / _____ / __________
+GoodStatusDeclaration=Получих стоките (артикулите) описани по-горе в добро състояние,
+Deliverer=Доставчик:
Sender=Подател
Recipient=Получател
ErrorStockIsNotEnough=Няма достатъчна наличност
Shippable=Годно за изпращане
NonShippable=Негодно за изпращане
-ShowReceiving=Show delivery receipt
+ShowReceiving=Показване на разписка за доставка
+NonExistentOrder=Несъществуваща поръчка
diff --git a/htdocs/langs/bg_BG/dict.lang b/htdocs/langs/bg_BG/dict.lang
index 95f8d38c216..2c3a9ecbe8e 100644
--- a/htdocs/langs/bg_BG/dict.lang
+++ b/htdocs/langs/bg_BG/dict.lang
@@ -21,7 +21,7 @@ CountryNL=Холандия
CountryHU=Унгария
CountryRU=Русия
CountrySE=Швеция
-CountryCI=Ivoiry Coast
+CountryCI=Кот д'Ивоар
CountrySN=Сенегал
CountryAR=Аржентина
CountryCM=Камерун
@@ -31,19 +31,19 @@ CountryMC=Монако
CountryAU=Австралия
CountrySG=Сингапур
CountryAF=Афганистан
-CountryAX=Аландските острови
+CountryAX=Аландски острови
CountryAL=Албания
CountryAS=Американска Самоа
CountryAD=Андора
CountryAO=Ангола
-CountryAI=Anguilla
+CountryAI=Ангуила
CountryAQ=Антарктида
CountryAG=Антигуа и Барбуда
CountryAM=Армения
CountryAW=Аруба
CountryAT=Австрия
CountryAZ=Азербайджан
-CountryBS=Бахамските острови
+CountryBS=Бахамски острови
CountryBH=Бахрейн
CountryBD=Бангладеш
CountryBB=Барбадос
@@ -54,7 +54,7 @@ CountryBM=Бермуда
CountryBT=Бутан
CountryBO=Боливия
CountryBA=Босна и Херцеговина
-CountryBW=Ботсуана
+CountryBW=Ботсвана
CountryBV=Остров Буве
CountryBR=Бразилия
CountryIO=Британска територия в Индийския океан
@@ -64,16 +64,16 @@ CountryBF=Буркина Фасо
CountryBI=Бурунди
CountryKH=Камбоджа
CountryCV=Кабо Верде
-CountryKY=Каймановите острови
+CountryKY=Кайманови острови
CountryCF=Централноафриканска република
CountryTD=Чад
CountryCL=Чили
CountryCX=Остров Рождество
-CountryCC=Cocos (Keeling) Islands
+CountryCC=Кокосови острови
CountryCO=Колумбия
-CountryKM=Коморските острови
+CountryKM=Коморски острови
CountryCG=Конго
-CountryCD=Конго, Демократична република
+CountryCD=Демократична република Конго
CountryCK=Острови Кук
CountryCR=Коста Рика
CountryHR=Хърватия
@@ -91,8 +91,8 @@ CountryGQ=Екваториална Гвинея
CountryER=Еритрея
CountryEE=Естония
CountryET=Етиопия
-CountryFK=Фолкландските острови
-CountryFO=Фарьорските острови
+CountryFK=Фолклендски острови
+CountryFO=Фарьорски острови
CountryFJ=Фиджи
CountryFI=Финландия
CountryGF=Френска Гвиана
@@ -112,10 +112,10 @@ CountryGN=Гвинея
CountryGW=Гвинея-Бисау
CountryGY=Гвиана
CountryHT=Хаити
-CountryHM=Хърд и Макдоналд
+CountryHM=Острови Хърд и Макдоналд
CountryVA=Светия престол (Ватикана)
CountryHN=Хондурас
-CountryHK=Хонконг
+CountryHK=Хонгконг
CountryIS=Исландия
CountryIN=Индия
CountryID=Индонезия
@@ -137,19 +137,19 @@ CountryLV=Латвия
CountryLB=Ливан
CountryLS=Лесото
CountryLR=Либерия
-CountryLY=Либийски
+CountryLY=Либия
CountryLI=Лихтенщайн
CountryLT=Литва
CountryLU=Люксембург
CountryMO=Макао
-CountryMK=Македония, Бивша югославска
+CountryMK=Северна Македония
CountryMG=Мадагаскар
CountryMW=Малави
CountryMY=Малайзия
-CountryMV=Малдивите
+CountryMV=Малдиви
CountryML=Мали
CountryMT=Малта
-CountryMH=Маршаловите острови
+CountryMH=Маршалови острови
CountryMQ=Мартиника
CountryMR=Мавритания
CountryMU=Мавриций
@@ -158,20 +158,20 @@ CountryMX=Мексико
CountryFM=Микронезия
CountryMD=Молдова
CountryMN=Монголия
-CountryMS=Monserrat
+CountryMS=Монсерат
CountryMZ=Мозамбик
CountryMM=Мианмар (Бирма)
CountryNA=Намибия
CountryNR=Науру
CountryNP=Непал
-CountryAN=Нидерландските Антили
+CountryAN=Нидерландски Антили
CountryNC=Нова Каледония
CountryNZ=Нова Зеландия
CountryNI=Никарагуа
CountryNE=Нигер
CountryNG=Нигерия
CountryNU=Ниуе
-CountryNF=Норфолк
+CountryNF=Остров Норфолк
CountryMP=Северни Мариански острови
CountryNO=Норвегия
CountryOM=Оман
@@ -179,15 +179,15 @@ CountryPK=Пакистан
CountryPW=Палау
CountryPS=Палестинска територия, окупирана
CountryPA=Панама
-CountryPG=Папуа-Нова Гвинея
+CountryPG=Папуа Нова Гвинея
CountryPY=Парагвай
CountryPE=Перу
CountryPH=Филипини
-CountryPN=Питкерн острови
+CountryPN=Острови Питкерн
CountryPL=Полша
CountryPR=Пуерто Рико
CountryQA=Катар
-CountryRE=Повторно обединяване
+CountryRE=Реюнион
CountryRO=Румъния
CountryRW=Руанда
CountrySH=Света Елена
@@ -199,11 +199,11 @@ CountryWS=Самоа
CountrySM=Сан Марино
CountryST=Сао Томе и Принсипи
CountryRS=Сърбия
-CountrySC=Сейшелите
+CountrySC=Сейшели
CountrySL=Сиера Леоне
CountrySK=Словакия
CountrySI=Словения
-CountrySB=Соломоновите острови
+CountrySB=Соломонови острови
CountrySO=Сомалия
CountryZA=Южна Африка
CountryGS=Южна Джорджия и Южни Сандвичеви острови
@@ -212,14 +212,14 @@ CountrySD=Судан
CountrySR=Суринам
CountrySJ=Свалбард и Ян Майен
CountrySZ=Свазиленд
-CountrySY=Сирийски
+CountrySY=Сирия
CountryTW=Тайван
CountryTJ=Таджикистан
CountryTZ=Танзания
CountryTH=Тайланд
CountryTL=Източен Тимор
CountryTK=Токелау
-CountryTO=Лека индийска двуколка
+CountryTO=Тонга
CountryTT=Тринидад и Тобаго
CountryTR=Турция
CountryTM=Туркменистан
@@ -227,8 +227,8 @@ CountryTC=Острови Търкс и Кайкос
CountryTV=Тувалу
CountryUG=Уганда
CountryUA=Украйна
-CountryAE=Обединените арабски емирства
-CountryUM=САЩ Малки далечни острови
+CountryAE=Обединени арабски емирства
+CountryUM=Отдалечени острови на САЩ
CountryUY=Уругвай
CountryUZ=Узбекистан
CountryVU=Вануату
@@ -241,55 +241,55 @@ CountryEH=Западна Сахара
CountryYE=Йемен
CountryZM=Замбия
CountryZW=Зимбабве
-CountryGG=Вълнена фланела
+CountryGG=Гърнзи
CountryIM=Остров Ман
CountryJE=Жарсе
CountryME=Черна гора
-CountryBL=Сен Бартелеми
-CountryMF=Saint Martin
+CountryBL=Сен Бартелми
+CountryMF=Свети Мартин
##### Civilities #####
-CivilityMME=Г-жа
-CivilityMR=Г-н
-CivilityMLE=Г-ца
-CivilityMTRE=Майстор
-CivilityDR=Доктор
+CivilityMME=г-жа
+CivilityMR=г-н
+CivilityMLE=г-ца
+CivilityMTRE=м-р
+CivilityDR=д-р
##### Currencies #####
Currencyeuros=Евро
-CurrencyAUD=AU долара
-CurrencySingAUD=AU долар
-CurrencyCAD=CAN долара
-CurrencySingCAD=CAN долар
+CurrencyAUD=Австралийски долара
+CurrencySingAUD=Австралийски долар
+CurrencyCAD=Канадски долара
+CurrencySingCAD=Канадски долар
CurrencyCHF=Швейцарски франкове
CurrencySingCHF=Швейцарски франк
CurrencyEUR=Евро
CurrencySingEUR=Евро
CurrencyFRF=Френски франкове
CurrencySingFRF=Френския франк
-CurrencyGBP=GB лири
-CurrencySingGBP=GB лира
+CurrencyGBP=Британски лири
+CurrencySingGBP=Британска лира
CurrencyINR=Индийски рупии
CurrencySingINR=Индийска рупия
CurrencyMAD=Дирхам
CurrencySingMAD=Дирхам
-CurrencyMGA=Ariary
-CurrencySingMGA=Ariary
-CurrencyMUR=Мавриций рупии
-CurrencySingMUR=Мавриций рупии
-CurrencyNOK=Норвежките Кронес
+CurrencyMGA=Ариари
+CurrencySingMGA=Ариари
+CurrencyMUR=Маврицийски рупии
+CurrencySingMUR=Маврицийска рупия
+CurrencyNOK=Норвежки крони
CurrencySingNOK=Норвежка крона
-CurrencyTND=Тунизийски динара
+CurrencyTND=Тунизийски динари
CurrencySingTND=Тунизийски динар
CurrencyUSD=Щатски долари
CurrencySingUSD=Щатски долар
CurrencyUAH=Хривня
CurrencySingUAH=Хривня
-CurrencyXAF=CFA франка BEAC
-CurrencySingXAF=CFA Franc BEAC
+CurrencyXAF=CFA франкове BEAC
+CurrencySingXAF=CFA франк BEAC
CurrencyXOF=CFA франкове BCEAO
CurrencySingXOF=CFA франк BCEAO
-CurrencyXPF=ОПОР франкове
-CurrencySingXPF=CFP франк
+CurrencyXPF=Френски тихоокеански франкове
+CurrencySingXPF=Френски тихоокеански франк
CurrencyCentEUR=центa
CurrencyCentSingEUR=цент
CurrencyCentINR=пайса
@@ -298,12 +298,12 @@ CurrencyThousandthSingTND=хиляден
#### Input reasons #####
DemandReasonTypeSRC_INTE=Интернет
DemandReasonTypeSRC_CAMP_MAIL=Пощенска кампания
-DemandReasonTypeSRC_CAMP_EMAIL=Кампания по имейл
+DemandReasonTypeSRC_CAMP_EMAIL=Имейл кампания
DemandReasonTypeSRC_CAMP_PHO=Телефонна кампания
DemandReasonTypeSRC_CAMP_FAX=Факс кампания
DemandReasonTypeSRC_COMM=Търговски контакт
-DemandReasonTypeSRC_SHOP=Контакт с магазин
-DemandReasonTypeSRC_WOM=Уста на уста
+DemandReasonTypeSRC_SHOP=Контакт от магазин
+DemandReasonTypeSRC_WOM=От уста на уста
DemandReasonTypeSRC_PARTNER=Партньор
DemandReasonTypeSRC_EMPLOYEE=Служител
DemandReasonTypeSRC_SPONSORING=Спонсорство
diff --git a/htdocs/langs/bg_BG/donations.lang b/htdocs/langs/bg_BG/donations.lang
index d4d23b26c78..e9d89f90726 100644
--- a/htdocs/langs/bg_BG/donations.lang
+++ b/htdocs/langs/bg_BG/donations.lang
@@ -1,7 +1,7 @@
# Dolibarr language file - Source file is en_US - donations
Donation=Дарение
Donations=Дарения
-DonationRef=Дарение
+DonationRef=Реф. дарение
Donor=Дарител
AddDonation=Създаване на дарение
NewDonation=Ново дарение
@@ -9,26 +9,26 @@ DeleteADonation=Изтриване на дарение
ConfirmDeleteADonation=Сигурни ли сте, че искате да изтриете това дарение?
ShowDonation=Показване на дарение
PublicDonation=Публично дарение
-DonationsArea=Дарения
-DonationStatusPromiseNotValidated=Обещано дарение
-DonationStatusPromiseValidated=Потвърдено дарение
-DonationStatusPaid=Получено дарение
-DonationStatusPromiseNotValidatedShort=Проект
-DonationStatusPromiseValidatedShort=Потвърдено
+DonationsArea=Секция за дарения
+DonationStatusPromiseNotValidated=Чернова
+DonationStatusPromiseValidated=Валидирано
+DonationStatusPaid=Получено
+DonationStatusPromiseNotValidatedShort=Чернова
+DonationStatusPromiseValidatedShort=Валидирано
DonationStatusPaidShort=Получено
DonationTitle=Разписка за дарение
DonationDatePayment=Дата на плащане
-ValidPromess=Потвърждаване на дарението
+ValidPromess=Валидиране на дарение
DonationReceipt=Разписка за дарение
-DonationsModels=Образци на документи за разписки за дарения
+DonationsModels=Модели на документи за разписки за дарения
LastModifiedDonations=Дарения: %s последно променени
-DonationRecipient=Получател на дарението
-IConfirmDonationReception=Получателят декларира, че е получил дарение на стойност
-MinimumAmount=Минималното количество е %s
-FreeTextOnDonations=Свободен текст, който да се показва в долния колонтитул
+DonationRecipient=Получател на дарение
+IConfirmDonationReception=Получателят декларира полученото като дарение на следната сума
+MinimumAmount=Минималната сума е %s
+FreeTextOnDonations=Свободен текст в дарения
FrenchOptions=Опции за Франция
-DONATION_ART200=Показване на артикул 200 от CGI ако сте загрижени
-DONATION_ART238=Показване на артикул 238 от CGI ако сте загрижени
-DONATION_ART885=Показване на артикул 885 от CGI ако сте загрижени
+DONATION_ART200=Показване на артикул 200 от CGI, ако сте загрижени
+DONATION_ART238=Показване на артикул 238 от CGI, ако сте загрижени
+DONATION_ART885=Показване на артикул 885 от CGI, ако сте загрижени
DonationPayment=Плащане на дарение
DonationValidated=Дарение %s е валидирано
diff --git a/htdocs/langs/bg_BG/ecm.lang b/htdocs/langs/bg_BG/ecm.lang
index 20b6c024577..160f2dcc5ca 100644
--- a/htdocs/langs/bg_BG/ecm.lang
+++ b/htdocs/langs/bg_BG/ecm.lang
@@ -1,52 +1,52 @@
# Dolibarr language file - Source file is en_US - ecm
-ECMNbOfDocs=No. of documents in directory
+ECMNbOfDocs=Брой документи в директорията
ECMSection=Директория
ECMSectionManual=Ръчно създадена директория
ECMSectionAuto=Автоматично създадена директория
ECMSectionsManual=Ръчно създадено дърво
ECMSectionsAuto=Автоматично създадено дърво
ECMSections=Директории
-ECMRoot=ECM Root
+ECMRoot=Основна директория
ECMNewSection=Нова директория
ECMAddSection=Добавяне на директория
ECMCreationDate=Дата на създаване
-ECMNbOfFilesInDir=Брой на файловете в директорията
-ECMNbOfSubDir=Брой на под-директориите
-ECMNbOfFilesInSubDir=Брой на файловете в под-директориите
+ECMNbOfFilesInDir=Брой файлове в директорията
+ECMNbOfSubDir=Брой поддиректории
+ECMNbOfFilesInSubDir=Брой файлове в поддиректориите
ECMCreationUser=Създател
-ECMArea=DMS/ECM area
-ECMAreaDesc=The DMS/ECM (Document Management System / Electronic Content Management) area allows you to save, share and search quickly all kind of documents in Dolibarr.
-ECMAreaDesc2=* Автоматично създадените директории се запълват автоматично при добавяне на документи в картата на даден елемент. * Ръчно създадените директории могат да бъдат използвани, за да запазите документи, които не са свързани с определен елемент.
-ECMSectionWasRemoved=Директорията %s беше изтрита.
-ECMSectionWasCreated=Directory %s has been created.
+ECMArea=Документи
+ECMAreaDesc=Секцията DMS / ECM (Система за управление на документи / Електронно управление на съдържание) позволява да съхранявате, споделяте и бързо да откривате всички видове документи в системата.
+ECMAreaDesc2=* Автоматично създадените директории се попълват автоматично при добавяне на документи в картата на даден елемент. * Ръчно създадените директории могат да бъдат използвани, за да съхранявате документи, които не са свързани с определен елемент.
+ECMSectionWasRemoved=Директорията %s е изтрита.
+ECMSectionWasCreated=Директорията %s е създадена.
ECMSearchByKeywords=Търсене по ключови думи
ECMSearchByEntity=Търсене по обект
-ECMSectionOfDocuments=Директории на документи
+ECMSectionOfDocuments=Директории с документи
ECMTypeAuto=Автоматично
ECMDocsBySocialContributions=Документи свързани със социални или фискални такси
-ECMDocsByThirdParties=Документи, свързани с контрагенти
-ECMDocsByProposals=Документи, свързани с предложения
-ECMDocsByOrders=Документи, свързани с поръчки на клиенти
-ECMDocsByContracts=Документи, свързани с договори
-ECMDocsByInvoices=Документи, свързани с клиентите фактури
-ECMDocsByProducts=Документи, свързани с продуктите
-ECMDocsByProjects=Документи свързани към проекти
-ECMDocsByUsers=Документи свързани към потребители
-ECMDocsByInterventions=Документи свързани към интервенции
-ECMDocsByExpenseReports=Documents linked to expense reports
-ECMDocsByHolidays=Documents linked to holidays
-ECMDocsBySupplierProposals=Documents linked to supplier proposals
-ECMNoDirectoryYet=Не е създадена директория
-ShowECMSection=Покажи директория
+ECMDocsByThirdParties=Документи свързани с контрагенти
+ECMDocsByProposals=Документи свързани с предложения
+ECMDocsByOrders=Документи свързани с поръчки за продажба
+ECMDocsByContracts=Документи свързани с договори
+ECMDocsByInvoices=Документи свързани с фактури за продажба
+ECMDocsByProducts=Документи свързани с продукти
+ECMDocsByProjects=Документи свързани с проекти
+ECMDocsByUsers=Документи свързани с потребители
+ECMDocsByInterventions=Документи свързани с интервенции
+ECMDocsByExpenseReports=Документи свързани с разходни отчети
+ECMDocsByHolidays=Документи свързани с отпуски
+ECMDocsBySupplierProposals=Документи свързани със запитвания към доставчици
+ECMNoDirectoryYet=Няма създадена директория
+ShowECMSection=Показване на директория
DeleteSection=Изтриване на директория
-ConfirmDeleteSection=Can you confirm you want to delete the directory %s?
-ECMDirectoryForFiles=Относителна директория за файловете
-CannotRemoveDirectoryContainsFilesOrDirs=Removal not possible because it contains some files or sub-directories
-CannotRemoveDirectoryContainsFiles=Removal not possible because it contains some files
+ConfirmDeleteSection=Сигурни ли сте, че искате да изтриете директорията %s?
+ECMDirectoryForFiles=Относителна директория за файлове
+CannotRemoveDirectoryContainsFilesOrDirs=Изтриването не е възможно, защото съдържа файлове или поддиректории
+CannotRemoveDirectoryContainsFiles=Изтриването не е възможно, защото съдържа файлове
ECMFileManager=Файлов мениджър
-ECMSelectASection=Select a directory in the tree...
-DirNotSynchronizedSyncFirst=This directory seems to be created or modified outside ECM module. You must click on "Resync" button first to synchronize disk and database to get content of this directory.
-ReSyncListOfDir=Resync list of directories
-HashOfFileContent=Hash of file content
-NoDirectoriesFound=No directories found
-FileNotYetIndexedInDatabase=File not yet indexed into database (try to re-upload it)
+ECMSelectASection=Изберете директория от дървото...
+DirNotSynchronizedSyncFirst=Тази директория изглежда е създадена или модифицирана извън модула DMS / ECM. За синхронизиране на диска и базата данни първо трябва да кликнете върху бутона за синхронизиране на списъка, за да получите съдържанието на тази директория.
+ReSyncListOfDir=Синхронизиране на списъка с директории
+HashOfFileContent=Хеш код на файла
+NoDirectoriesFound=Няма намерени директории
+FileNotYetIndexedInDatabase=Файлът все още не е индексиран в базата данни (опитайте да го качите отново)
diff --git a/htdocs/langs/bg_BG/errors.lang b/htdocs/langs/bg_BG/errors.lang
index 5818039f365..a277ca94c52 100644
--- a/htdocs/langs/bg_BG/errors.lang
+++ b/htdocs/langs/bg_BG/errors.lang
@@ -7,7 +7,7 @@ ErrorButCommitIsDone=Бяха намерени грешки, но въпреки
ErrorBadEMail=Имейлът %s е грешен
ErrorBadUrl=Адреса %s не е
ErrorBadValueForParamNotAString=Неправилна стойност за параметъра ви. Обикновено, когато липсва превод.
-ErrorLoginAlreadyExists=Вход %s вече съществува.
+ErrorLoginAlreadyExists=Потребителят %s вече съществува.
ErrorGroupAlreadyExists=Група %s вече съществува.
ErrorRecordNotFound=Запишете не е намерен.
ErrorFailToCopyFile=Не успя да копира файла "%s" в "%s".
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Специални знаци не са ра
ErrorNumRefModel=Позоваване съществува в база данни (%s) и не е съвместим с това правило за номериране. Премахване на запис или преименува препратка към активира този модул.
ErrorQtyTooLowForThisSupplier=Прекалено ниско количество за този доставчик или не е определена цена на продукта за този доставчик
ErrorOrdersNotCreatedQtyTooLow=Някои поръчки не са създадени поради твърде ниски количества
-ErrorModuleSetupNotComplete=Настройката на модула изглежда непълна. Отидете на Начало - Настройка - Модули, за да я завършите.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Грешка на маска
ErrorBadMaskFailedToLocatePosOfSequence=Грешка, маска без поредния номер
ErrorBadMaskBadRazMonth=Грешка, неправилна стойност за нулиране
@@ -102,7 +102,7 @@ ErrorProdIdAlreadyExist=%s се възлага на друга трета
ErrorFailedToSendPassword=Не може да се изпрати парола
ErrorFailedToLoadRSSFile=Не успее да получи RSS Feed. Опитайте се да добавите постоянно MAIN_SIMPLEXMLLOAD_DEBUG ако съобщения за грешки не предоставя достатъчно информация.
ErrorForbidden=Достъпът отказан. Опитвате се да отворите страница, зона или функция на деактивиран модул или сте в неудостоверена сесия или това не е позволено за Вашия потребител.
-ErrorForbidden2=Разрешение за вход може да бъде определена от вашия администратор Dolibarr от менюто %s-> %s.
+ErrorForbidden2=Права за този потребител могат да бъдат определени от вашият Dolibarr администратор в меню %s -> %s.
ErrorForbidden3=Изглежда, че Dolibarr не се използва чрез заверено сесия. Обърнете внимание на документация за настройка Dolibarr за знаят как да управляват удостоверявания (Htaccess, mod_auth или други ...).
ErrorNoImagickReadimage=Клас Imagick не се намира в тази PHP. Без визуализация могат да бъдат на разположение. Администраторите могат да деактивирате тази раздела от менюто Setup - Display.
ErrorRecordAlreadyExists=Запис вече съществува
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL адресът %s трябва да започва
ErrorNewRefIsAlreadyUsed=Грешка, новата референция вече е използвана
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Грешка, изтриването на плащане, свързано с приключена фактура, е невъзможно.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=За този член бе зададена парола. Въпреки това, не е създаден потребителски акаунт. Така че тази парола е съхранена, но не може да се използва за влизане в Dolibarr. Може да се използва от външен модул/интерфейс, но ако не е необходимо да дефинирате потребителско име или парола за член може да деактивирате опцията "Управление на вход за всеки член" от настройката на модула Членове. Ако трябва да управлявате вход, но не се нуждаете от парола, можете да запазите това поле празно, за да избегнете това предупреждение. Забележка: Имейлът може да се използва и като вход, ако членът е свързан с потребител.
WarningMandatorySetupNotComplete=Кликнете тук, за да настроите задължителните параметри
WarningEnableYourModulesApplications=Кликнете тук, за да активирате вашите модули и приложения
@@ -230,7 +231,7 @@ WarningsOnXLines=Предупреждения върху %s линии и
WarningNoDocumentModelActivated=Не е активиран модел за генериране на документи. Няма да бъде избран модел по подразбиране, докато не проверите настройката на модула.
WarningLockFileDoesNotExists=Внимание, след като инсталацията приключи, трябва да деактивирате инструментите за инсталиране/миграция, като добавите файл install.lock в директорията %s. Липсата на този файл е сериозен риск за сигурността.
WarningUntilDirRemoved=Всички предупреждения за сигурността (видими само от администраторите) ще останат активни, докато е налице уязвимостта (или се добави константа MAIN_REMOVE_INSTALL_WARNING в Настройка -> Други настройки).
-WarningCloseAlways=Внимание, затваряне се прави, дори ако сумата се различава между източника и целеви елементи. Активирайте тази функция с повишено внимание.
+WarningCloseAlways=Внимание, приключването се извършва, дори ако количеството се различава между източника и целевите елементи. Активирайте тази функция с повишено внимание.
WarningUsingThisBoxSlowDown=Предупреждение, използвайки това поле сериозно забавя всички страници, които го показват.
WarningClickToDialUserSetupNotComplete=Настройките на информацията за ClickToDial за вашия потребител са непълни (вижте таб ClickToDial във вашата потребителска карта).
WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Фунцкията е неактива, когато конфигурацията на показването е оптимизирана за незрящ човек или текстови браузери.
diff --git a/htdocs/langs/bg_BG/exports.lang b/htdocs/langs/bg_BG/exports.lang
index 8ced9342b21..09ea3bdddf6 100644
--- a/htdocs/langs/bg_BG/exports.lang
+++ b/htdocs/langs/bg_BG/exports.lang
@@ -1,42 +1,42 @@
# Dolibarr language file - Source file is en_US - exports
-ExportsArea=Износът площ
-ImportArea=Внос област
-NewExport=Нов износ
-NewImport=Нов внос
+ExportsArea=Секция за експортиране
+ImportArea=Секция за импортиране
+NewExport=Ново експортиране
+NewImport=Ново импортиране
ExportableDatas=Изнасяни набор от данни
ImportableDatas=Се внасят набор от данни
SelectExportDataSet=Изберете набор от данни, които искате да експортирате ...
SelectImportDataSet=Изберете набор от данни, който искате да импортирате ...
-SelectExportFields=Изберете полетата, които искате да експортирате, или да изберете предварително дефинирана Profil износ
-SelectImportFields=Choose source file fields you want to import and their target field in database by moving them up and down with anchor %s, or select a predefined import profile:
-NotImportedFields=Области на файла източник не са внесени
-SaveExportModel=Запази този профил за износ, ако смятате да го използвате отново по-късно ...
-SaveImportModel=Запази този профил за внос, ако смятате да го използвате отново по-късно ...
+SelectExportFields=Изберете полетата, които искате да експортирате или изберете предварително дефиниран профил за експортиране
+SelectImportFields=Изберете полетата на вашият файл, които искате да импортирате и техните целеви полета в базата данни като ги преместите нагоре или надолу с помощта на %s, или изберете предварително дефиниран профил за импортиране:
+NotImportedFields=Полетата на входния файл не са импортирани
+SaveExportModel=Запазване на вашият избор като профил / шаблон за експортиране (за повторно използване).
+SaveImportModel=Запазване на този профил за импортиране (за повторно използване)...
ExportModelName=Износ името на профила
-ExportModelSaved=Export профила записват под името %s.
+ExportModelSaved=Профилът за експортиране е запазен като %s.
ExportableFields=Изнасяни полета
ExportedFields=Износът на полета
ImportModelName=Име Внос профил
-ImportModelSaved=Внос профила спаси под името %s.
+ImportModelSaved=Профилът за импортиране е запазен като %s.
DatasetToExport=Dataset за износ
DatasetToImport=Импортиране на файл в масив от данни
ChooseFieldsOrdersAndTitle=Изберете полета за ...
FieldsTitle=Полетата заглавие
FieldTitle=Заглавие
-NowClickToGenerateToBuildExportFile=Сега, изберете файловия формат, в комбо кутия и кликнете върху "Генериране" за изграждане на файл за износ ...
+NowClickToGenerateToBuildExportFile=Сега, изберете формата на файла от полето на комбинирания списък и кликнете върху „Генериране“, за да създадете файла за експортиране...
AvailableFormats=Налични формати
LibraryShort=Библиотека
Step=Стъпка
-FormatedImport=Import assistant
-FormatedImportDesc1=This area allows to import personalized data, using an assistant to help you in process without technical knowledge.
-FormatedImportDesc2=First step is to choose a king of data you want to load, then file to load, then to choose which fields you want to load.
-FormatedExport=Export assistant
-FormatedExportDesc1=This area allows to export personalized data, using an assistant to help you in process without technical knowledge.
-FormatedExportDesc2=First step is to choose a predefined dataset, then to choose which fields you want in your result files, and which order.
-FormatedExportDesc3=When data to export are selected, you can define output file format you want to export your data to.
+FormatedImport=Асистент за импортиране
+FormatedImportDesc1=Този модул ви позволява да актуализирате съществуващи данни или да добавяте нови обекти в базата данни от файл без технически познания, използвайки асистент.
+FormatedImportDesc2=Първата стъпка е да изберете вида данни, които искате да импортирате, след това формата на файла съдържащ информацията за импортиране и полетата, които искате да импортирате.
+FormatedExport=Асистент за експортиране
+FormatedExportDesc1=Тези инструменти позволяват експортирането на персонализирани данни с помощта на асистент, за да ви помогне в процеса, без да се изискват технически познания.
+FormatedExportDesc2=Първата стъпка е да изберете предварително дефиниран набор от данни, а след това кои полета искате да експортирате и в какъв ред.
+FormatedExportDesc3=Когато са избрани данните за експортиране може да изберете формата на изходния файл.
Sheet=Лист
NoImportableData=Не се внасят данни (без модул с определенията, за да се позволи на импортирането на данни)
-FileSuccessfullyBuilt=File generated
+FileSuccessfullyBuilt=Файлът е генериран
SQLUsedForExport=SQL Заявка използвани за изграждане на износно досие
LineId=Id на линия
LineLabel=Етикет на ред
@@ -44,90 +44,90 @@ LineDescription=Описание на линия
LineUnitPrice=Единичната цена на линия
LineVATRate=ДДС Цена на линия
LineQty=Количество за линия
-LineTotalHT=Сума нетно от данък за съответствие
+LineTotalHT=Сума без данък за ред
LineTotalTTC=Сума с данък линия
LineTotalVAT=Размер на ДДС за линия
TypeOfLineServiceOrProduct=Вид на линията (0 = продукт, 1 = услуга)
FileWithDataToImport=Файл с данни за внос
FileToImport=Източник файл, за да импортирате
-FileMustHaveOneOfFollowingFormat=Файл за импортиране трябва да има следния формат
-DownloadEmptyExample=Изтеглете пример за празна файла източник
-ChooseFormatOfFileToImport=Изберете формат на файла, за да се използва като формат на файла за импортиране, като кликнете върху %s икони за да го изберете ...
-ChooseFileToImport=Качване на файл и след това кликнете върху %s икони, за да изберете файл като източник на внос файл ...
+FileMustHaveOneOfFollowingFormat=Файлът за импортиране трябва да бъде в един от следните формати
+DownloadEmptyExample=Изтегляне на шаблонния файл с информация за съдържанието на полето (* са задължителни полета)
+ChooseFormatOfFileToImport=Изберете формата на файла, който да използвате като формат за импортиране, като кликнете върху иконата на %s, за да го изберете...
+ChooseFileToImport=Качете на файл, след което кликнете върху иконата %s, за да изберете файла като файл съдържащ данните за импортиране...
SourceFileFormat=Изходния формат на файла
FieldsInSourceFile=Полетата в файла източник
-FieldsInTargetDatabase=Target fields in Dolibarr database (bold=mandatory)
-Field=Област
+FieldsInTargetDatabase=Целеви полета в базата данни на Dolibarr (удебелен шрифт = задължително)
+Field=Поле
NoFields=Не полета
MoveField=Преместете поле %s броя на колоните
ExampleOfImportFile=Example_of_import_file
SaveImportProfile=Запиши този профил за внос
ErrorImportDuplicateProfil=Грешка при запазване на този профил за внос с това име. Съществуващ профил с това име вече съществува.
TablesTarget=Целеви маси
-FieldsTarget=Целеви области
-FieldTarget=Целева областта
-FieldSource=Източник областта
+FieldsTarget=Целеви полета
+FieldTarget=Целево поле
+FieldSource=Начално поле
NbOfSourceLines=Брой на линиите във файла източник
-NowClickToTestTheImport=Проверете внос параметрите, които сте задали. Ако те са правилни, кликнете върху бутона "%s", за да започне симулация на процеса на импортиране (няма данни ще се промени във вашата база данни, това е само симулация за момента) ...
-RunSimulateImportFile=Стартиране на симулация внос
-FieldNeedSource=This field requires data from the source file
+NowClickToTestTheImport=Проверете дали файловият формат (разделители за поле и низ) на вашият файл съответства на показаните опции и че сте пропуснали заглавния ред или те ще бъдат маркирани като грешки в следващата симулация. Кликнете върху бутона "%s", за да проверите структурата / съдържанието на файла и да симулирате процеса на импортиране. Няма да бъдат променяни данни в базата данни .
+RunSimulateImportFile=Стартиране на симулация за импортиране
+FieldNeedSource=Това поле изисква данни от файла източник
SomeMandatoryFieldHaveNoSource=Някои от задължителните полета не са източник от файл с данни
InformationOnSourceFile=Информация за файла източник
-InformationOnTargetTables=Информация за целевите области
+InformationOnTargetTables=Информация за целевите полета
SelectAtLeastOneField=Включете поне едно поле източник в колоната на полета за износ
SelectFormat=Изберете този файлов формат за внос
-RunImportFile=Стартиране на файл от вноса
-NowClickToRunTheImport=Проверете резултат на внос симулация. Ако всичко е наред, стартиране на окончателен внос.
-DataLoadedWithId=Цялата информация ще бъде заредена с следното id на импорт:\n%s
-ErrorMissingMandatoryValue=Задължителни данни в файла източник за полеви %s е празна.
-TooMuchErrors=Все още %s други линии код с грешки, но продукцията е ограничена.
-TooMuchWarnings=Все още %s други линии източник с предупреждения, но продукцията е ограничена.
+RunImportFile=Импортиране на данни
+NowClickToRunTheImport=Проверете резултатите от симулацията за импортиране. Коригирайте всички грешки и повторете теста. Когато симулацията не съобщава за грешки може да продължите с импортирането на данните в базата данни.
+DataLoadedWithId=Импортираните данни ще имат допълнително поле във всяка таблица на базата данни с този идентификатор за импортиране: %s, за да могат да се търсят в случай на проучване за проблем, свързан с това импортиране.
+ErrorMissingMandatoryValue=Липсват задължителните данни във файла източник за поле %s.
+TooMuchErrors=Все още има %s други източници с грешки, но списъкът с грешки е редуциран.
+TooMuchWarnings=Все още има %s други източници с предупреждения, но списъкът с грешки е редуциран.
EmptyLine=Празен ред (ще бъдат отхвърлени)
-CorrectErrorBeforeRunningImport=Трябва първо да поправи всички грешки, преди да пуснете окончателен внос.
+CorrectErrorBeforeRunningImport=Трябва да коригирате всички грешки, преди да изпълните окончателното импортиране.
FileWasImported=Файла е внесен с цифровите %s.
-YouCanUseImportIdToFindRecord=You can find all imported record in your database by filtering on field import_key='%s'.
+YouCanUseImportIdToFindRecord=Може да намерите всички импортирани записи във вашата база данни, чрез филтриране за поле import_key = '%s'.
NbOfLinesOK=Брой на линии с грешки и без предупреждения: %s.
NbOfLinesImported=Брой на линиите успешно внесени: %s.
DataComeFromNoWhere=Стойност да вмъкнете идва от нищото в изходния файл.
DataComeFromFileFieldNb=Стойност да вмъкнете идва от %s номер в полето файла източник.
-DataComeFromIdFoundFromRef=Стойност, която идва от %s номер на полето на изходния файл ще бъдат използвани за намиране ID на родител обект да използвате (Така Objet %s, че има код от файла източник трябва да съществува в Dolibarr).
-DataComeFromIdFoundFromCodeId=Code that comes from field number %s of source file will be used to find id of parent object to use (So the code from source file must exists into dictionary %s). Note that if you know id, you can also use it into source file instead of code. Import should work in both cases.
-DataIsInsertedInto=Данни, идващи от файла източник, ще се добавя в следните области:
-DataIDSourceIsInsertedInto=Идентификацията на родителския обект, намерен с помощта на данни във файла източник, ще се добавя в следните области:
-DataCodeIDSourceIsInsertedInto=ID на родител ред от кода, ще се включат в следните области:
+DataComeFromIdFoundFromRef=Стойността, която идва от поле с номер %s на файла източник ще бъде използвана за намиране на идентификатора на главния обект, който да се използва (така че обектът %s, който има реф. от файла източник трябва да съществува в базата данни)
+DataComeFromIdFoundFromCodeId=Кодът, който идва от поле с номер %s на файла източник ще бъде използван за намиране на идентификатора на главния обект, който да се използва (така че кодът от файла източник трябва да съществува в речника %s). Обърнете внимание, че ако знаете id-то можете да го използвате и във файла източник вместо кода. Импортирането трябва да работи и в двата случая.
+DataIsInsertedInto=Данните идващи от входния файл ще бъдат вмъкнати в следното поле:
+DataIDSourceIsInsertedInto=Идентификационният номер (id) на главния обект е намерен с помощта на данните във файла източник и ще бъде вмъкнат в следното поле:
+DataCodeIDSourceIsInsertedInto=Идентификатора на основния ред, открит от кода, ще бъде вмъкнат в следното поле:
SourceRequired=Стойността на данните е задължително
SourceExample=Пример за възможно стойността на данните
ExampleAnyRefFoundIntoElement=Всеки код за елемент %s
ExampleAnyCodeOrIdFoundIntoDictionary=Всеки код (или id) намерено в речник %s
-CSVFormatDesc=Разделени със запетаи формат стойност файл (CSV). Това е формат текстов файл, където полетата са разделени със сепаратор [%s]. Ако сепаратор се намира във вътрешността съдържанието поле, поле се закръглява кръг характер [%s]. Бягство характер, за да избягат кръг характер е %s].
-Excel95FormatDesc=Файлов формат на Excel (XLS) Това е роден Excel 95 формат (BIFF5).
-Excel2007FormatDesc=Excel файлов формат (XLSX) Това е роден формат Excel 2007 (SpreadsheetML).
+CSVFormatDesc= Стойност, разделена със запетая файлов формат (.csv). Това е формат на текстов файл, в който полетата са разделени от разделител [%s]. Ако в съдържанието на полето бъде открит разделител, то полето се закръглява със закръгляващ символ [%s]. Escape символа определящ закръгляващия символ е [%s].
+Excel95FormatDesc=Excel файлов формат (.xls) Това е оригинален формат на Excel 95 (BIFF5).
+Excel2007FormatDesc=Excel файлов формат (.xlsx). Това е оригинален формат на Excel 2007 (SpreadsheetML).
TsvFormatDesc=Tab раздяла формат стойност файл (TSV) Това е формат текстов файл, където полетата са разделени с табулатор [Tab].
-ExportFieldAutomaticallyAdded=Field %s was automatically added. It will avoid you to have similar lines to be treated as duplicate record (with this field added, all lines will own their own id and will differ).
-CsvOptions=Csv опции
-Separator=Разделител
-Enclosure=Enclosure
+ExportFieldAutomaticallyAdded=Полето %s е автоматично добавено. Ще бъдат избегнати подобни редове, които да се третират като дублиращи се записи (с добавянето на това поле всички редове ще притежават свой собствен идентификатор (id) и ще се различават).
+CsvOptions=Опции за формат CSV
+Separator=Разделител за полета
+Enclosure=Разделител на низове
SpecialCode=Специален код
ExportStringFilter=%% позволява заместването на един или повече знаци в текста
-ExportDateFilter=YYYY, YYYYMM, YYYYMMDD : filters by one year/month/day YYYY+YYYY, YYYYMM+YYYYMM, YYYYMMDD+YYYYMMDD : filters over a range of years/months/days > YYYY, > YYYYMM, > YYYYMMDD : filters on all following years/months/days < YYYY, < YYYYMM, < YYYYMMDD : filters on all previous years/months/days
-ExportNumericFilter=NNNNN filters by one value NNNNN+NNNNN filters over a range of values < NNNNN filters by lower values > NNNNN filters by higher values
-ImportFromLine=Import starting from line number
-EndAtLineNb=End at line number
-ImportFromToLine=Import line numbers (from - to)
-SetThisValueTo2ToExcludeFirstLine=For example, set this value to 3 to exclude the 2 first lines
-KeepEmptyToGoToEndOfFile=Keep this field empty to go up to the end of file
-SelectPrimaryColumnsForUpdateAttempt=Select column(s) to use as primary key for update attempt
-UpdateNotYetSupportedForThisImport=Update is not supported for this type of import (only insert)
-NoUpdateAttempt=No update attempt was performed, only insert
-ImportDataset_user_1=Users (employees or not) and properties
-ComputedField=Computed field
+ExportDateFilter=YYYY, YYYYMM, YYYYMMDD: филтри по година/месец/ден YYYY+YYYY, YYYYMM+YYYYMM, YYYYMMDD+YYYYMMDD: филтри с обхват година/месец/ден > YYYY, > YYYYMM, > YYYYMMDD: филтри за следващи години/месеци/дни < YYYY, < YYYYMM, < YYYYMMDD: филтри за предишни години/месеци/дни
+ExportNumericFilter=NNNNN филтри по една стойност NNNNN+NNNNN филтри с обхват от стойности < NNNNN филтри с по-ниски стойности > NNNNN филтри с по-високи стойности
+ImportFromLine=Импортиране с начален ред
+EndAtLineNb=Край с последен ред
+ImportFromToLine=Обхват (от - до), например да пропуснете заглавните редове
+SetThisValueTo2ToExcludeFirstLine=Например, задайте тази стойност на 3, за да изключите първите 2 реда. Ако заглавните редове не са пропуснати, това ще доведе до множество грешки по време на симулацията за импортиране.
+KeepEmptyToGoToEndOfFile=Запазете това поле празно, за да обработите всички редове до края на файла.
+SelectPrimaryColumnsForUpdateAttempt=Изберете колона(и), които да използвате като първичен ключ за импортиране на актуализация
+UpdateNotYetSupportedForThisImport=Актуализацията не се поддържа за този тип импортиране (само вмъкване)
+NoUpdateAttempt=Не е извършен опит за актуализация, само вмъкване
+ImportDataset_user_1=Потребители (служители или не) и реквизити
+ComputedField=Изчислено поле
## filters
SelectFilterFields=Ако желаете на филтрирате по някои стойности, просто въведете стойностите тук.
FilteredFields=Филтрирани полета
FilteredFieldsValues=Стойност за филтер
FormatControlRule=Правило за контролиране на формата
## imports updates
-KeysToUseForUpdates=Key to use for updating data
-NbInsert=Number of inserted lines: %s
-NbUpdate=Number of updated lines: %s
-MultipleRecordFoundWithTheseFilters=Multiple records have been found with these filters: %s
+KeysToUseForUpdates=Ключ (колона), който да се използва за актуализиране на съществуващи данни
+NbInsert=Брой вмъкнати редове: %s
+NbUpdate=Брой актуализирани редове: %s
+MultipleRecordFoundWithTheseFilters=Намерени са няколко записа с тези филтри: %s
diff --git a/htdocs/langs/bg_BG/help.lang b/htdocs/langs/bg_BG/help.lang
index ef4733a4662..912fd2b2171 100644
--- a/htdocs/langs/bg_BG/help.lang
+++ b/htdocs/langs/bg_BG/help.lang
@@ -5,19 +5,19 @@ RemoteControlSupport=Онлайн в реално време / дистанци
OtherSupport=Друга поддръжка
ToSeeListOfAvailableRessources=За да се свържете/вижте наличните ресурси:
HelpCenter=Помощен център
-DolibarrHelpCenter=Dolibarr Help and Support Center
-ToGoBackToDolibarr=Otherwise, click here to continue to use Dolibarr.
-TypeOfSupport=Type of support
+DolibarrHelpCenter=Dolibarr център за помощ и поддръжка
+ToGoBackToDolibarr=В противен случай, кликнете тук, за да продължите да използвате Dolibarr.
+TypeOfSupport=Тип поддръжка
TypeSupportCommunauty=Общност (безплатно)
TypeSupportCommercial=Търговски
TypeOfHelp=Тип
-NeedHelpCenter=Need help or support?
+NeedHelpCenter=Нуждаете се от помощ или поддръжка?
Efficiency=Ефективност
TypeHelpOnly=Само помощ
TypeHelpDev=Помощ + развитие
-TypeHelpDevForm=Help+Development+Training
-BackToHelpCenter=Otherwise, go back to Help center home page.
-LinkToGoldMember=You can call one of the trainers preselected by Dolibarr for your language (%s) by clicking their Widget (status and maximum price are automatically updated):
+TypeHelpDevForm=Помощ + развитие + обучение
+BackToHelpCenter=В противен случай се върнете в началната страница на помощния център.
+LinkToGoldMember=Можете да се обадите на някой от обучаващите, предварително избрани от Dolibarr за вашия език (%s), като кликнете върху тяхната джаджа (статуса и максималната цена са автоматично актуализирани):
PossibleLanguages=Поддържани езици
-SubscribeToFoundation=Help the Dolibarr project, subscribe to the foundation
+SubscribeToFoundation=Помогнете на проекта Dolibarr, като се присъедините към фондацията
SeeOfficalSupport=За официална поддръжка на Dolibarr за Вашият език: %s
diff --git a/htdocs/langs/bg_BG/holiday.lang b/htdocs/langs/bg_BG/holiday.lang
index e0194788563..2f177c7595c 100644
--- a/htdocs/langs/bg_BG/holiday.lang
+++ b/htdocs/langs/bg_BG/holiday.lang
@@ -1,7 +1,7 @@
# Dolibarr language file - Source file is en_US - holiday
HRM=ЧР
-Holidays=Отпуск
-CPTitreMenu=Отпуск
+Holidays=Отпуски
+CPTitreMenu=Отпуски
MenuReportMonth=Месечно извлечение
MenuAddCP=Нова молба за отпуск
NotActiveModCP=Необходимо е да активирате модула 'Отпуски', за да видите тази страница.
@@ -9,93 +9,93 @@ AddCP=Кандидатстване за отпуск
DateDebCP=Начална дата
DateFinCP=Крайна дата
DateCreateCP=Дата на създаване
-DraftCP=Проект
+DraftCP=Чернова
ToReviewCP=Очаква одобрение
-ApprovedCP=Утвърден
-CancelCP=Отменен
-RefuseCP=Отказ
-ValidatorCP=Утвърждаващ
-ListeCP=Списък с отпуски
-LeaveId=№ на отпуск
-ReviewedByCP=Ще бъде утвърден от
+ApprovedCP=Одобрена
+CancelCP=Анулирана
+RefuseCP=Отхвърлена
+ValidatorCP=Одобряващ
+ListeCP=Списък с молби за отпуск
+LeaveId=Идентификатор на молба за отпуск
+ReviewedByCP=Ще бъде одобрена от
UserForApprovalID=Одобряващ потребител
UserForApprovalFirstname=Собствено име на одобряващия потребител
UserForApprovalLastname=Фамилия на одобряващия потребител
-UserForApprovalLogin=Входна информация за одобряващия потребител
+UserForApprovalLogin=Потребителско име на одобряващия потребител
DescCP=Описание
SendRequestCP=Създаване на молба за отпуск
-DelayToRequestCP=Молбите за отпуски трябва да бъдат направени най-малко %s ден(а) преди началната им дата.
-MenuConfCP=Баланс на отпуските
+DelayToRequestCP=Молбите за отпуск трябва да бъдат направени най-малко %s ден(а) преди началната им дата.
+MenuConfCP=Баланс на отпуски
SoldeCPUser=Баланса на отпуските е %s дни.
-ErrorEndDateCP=Трябва да изберете крайната дата, по-голяма от началната дата.
+ErrorEndDateCP=Трябва да изберете крайна дата, която е по-голяма от началната дата.
ErrorSQLCreateCP=Възникна SQL грешка по време на създаването:
ErrorIDFicheCP=Възникна грешка, молбата за отпуск не съществува.
ReturnCP=Назад към предишната страница
-ErrorUserViewCP=Не сте упълномощени да четете тази молба за отпуск.
-InfosWorkflowCP=Информация Workflow
-RequestByCP=По искане на
+ErrorUserViewCP=Не сте упълномощен да прочетете тази молба за отпуск.
+InfosWorkflowCP=Информационен работен процес
+RequestByCP=По молба на
TitreRequestCP=Молба за отпуск
-TypeOfLeaveId=№ на отпускът
-TypeOfLeaveCode=Код за вида на отпускът
-TypeOfLeaveLabel=Вид на отпускът
-NbUseDaysCP=Брой на дните на използваните отпуски
+TypeOfLeaveId=Идентификатор за вид отпуск
+TypeOfLeaveCode=Код за вид отпуск
+TypeOfLeaveLabel=Етикет за вид отпуск
+NbUseDaysCP=Брой дни използвани за отпуск
NbUseDaysCPShort=Използвани дни
NbUseDaysCPShortInMonth=Използвани дни в месеца
DateStartInMonth=Начална дата в месеца
DateEndInMonth=Крайна дата в месеца
-EditCP=Редактиране
+EditCP=Промяна
DeleteCP=Изтриване
-ActionRefuseCP=Отказване
-ActionCancelCP=Отказ
-StatutCP=Състояние
-TitleDeleteCP=Изтриване на молбата за отпуск
-ConfirmDeleteCP=Потвърждаване на изтриването на тази молба за отпуск?
-ErrorCantDeleteCP=Грешка: нямате необходимите права за да изтриете тази молба за отпуск.
-CantCreateCP=Вие нямате право да кандидатствате за отпуск.
-InvalidValidatorCP=Трябва да изберете лице одобрява молба ви за отпуск.
-NoDateDebut=Трябва да изберете началната дата.
-NoDateFin=Трябва да изберете крайна дата.
+ActionRefuseCP=Отхвърляне
+ActionCancelCP=Анулиране
+StatutCP=Статус
+TitleDeleteCP=Изтриване на молба за отпуск
+ConfirmDeleteCP=Сигурни ли сте, че искате да изтриете тази молба за отпуск?
+ErrorCantDeleteCP=Грешка: нямате необходимите права, за да изтриете тази молба за отпуск.
+CantCreateCP=Нямате право да създавате молби за отпуск.
+InvalidValidatorCP=Трябва да изберете потребител, който да одобри вашата молба за отпуск.
+NoDateDebut=Необходимо е да изберете начална дата.
+NoDateFin=Необходимо е да изберете крайна дата.
ErrorDureeCP=Вашата молба за отпуск не съдържа работен ден.
-TitleValidCP=Одобряване на молбата за отпуск
-ConfirmValidCP=Сигурни ли сте, че желаете да одобрите тази молба за отпуск?
-DateValidCP=Дата на утвърждаване
+TitleValidCP=Одобряване на молба за отпуск
+ConfirmValidCP=Сигурни ли сте, че искате да одобрите тази молба за отпуск?
+DateValidCP=Дата на одобрение
TitleToValidCP=Изпращане на молба за отпуск
-ConfirmToValidCP=Сигурни ли сте, че желаете да изпратите молбата за отпуск?
-TitleRefuseCP=Отхвърляне на молбата за отпуск
-ConfirmRefuseCP=Сигурни ли сте, че желаете да отхвърлите молбата за отпуск?
-NoMotifRefuseCP=Вие трябва да изберете причина за отказ на искането.
-TitleCancelCP=Анулиране на молбата за отпуск
+ConfirmToValidCP=Сигурни ли сте, че искате да изпратите молбата за отпуск?
+TitleRefuseCP=Отхвърляне на молба за отпуск
+ConfirmRefuseCP=Сигурни ли сте, че искате да отхвърлите молбата за отпуск?
+NoMotifRefuseCP=Необходимо е да посочите причина за отхвърляне на молбата.
+TitleCancelCP=Анулиране на молба за отпуск
ConfirmCancelCP=Сигурни ли сте, че искате да анулирате молбата за отпуск?
-DetailRefusCP=Причина за отказа
-DateRefusCP=Дата на отказ
-DateCancelCP=Дата на анулирането
-DefineEventUserCP=Присвояване изключително отпуск за потребителя
-addEventToUserCP=Присвояване напусне
-NotTheAssignedApprover=Вие не сте назначен да одобрявате това
+DetailRefusCP=Причина за отхвърляне
+DateRefusCP=Дата на отхвърляне
+DateCancelCP=Дата на анулиране
+DefineEventUserCP=Възлагане на извънреден отпуск за потребител
+addEventToUserCP=Възлагане на отпуск
+NotTheAssignedApprover=Вие не сте определен като одобряващ потребител
MotifCP=Причина
UserCP=Потребител
-ErrorAddEventToUserCP=Възникна грешка при добавяне на изключително отпуск.
-AddEventToUserOkCP=Добавянето на извънредния отпуск е завършена.
+ErrorAddEventToUserCP=Възникна грешка при добавяне на извънреден отпуск.
+AddEventToUserOkCP=Добавянето на извънредния отпуск е завършено.
MenuLogCP=История на промените
-LogCP=Списък на актуализациите на наличните почивни дни
-ActionByCP=В изпълнение на
-UserUpdateCP=За потребителя
+LogCP=Списък с актуализации на наличните почивни дни
+ActionByCP=Изпълнено от
+UserUpdateCP=За потребител
PrevSoldeCP=Предишен баланс
NewSoldeCP=Нов баланс
-alreadyCPexist=Вече е направена молба за отпуск за този период.
-FirstDayOfHoliday=Първи ден от отпуска
-LastDayOfHoliday=Последен ден на отпуска
+alreadyCPexist=Вече е създадена молба за отпуск в този период.
+FirstDayOfHoliday=Първи ден от отпуск
+LastDayOfHoliday=Последен ден от отпуск
BoxTitleLastLeaveRequests=Молби за отпуск: %s последно променени
HolidaysMonthlyUpdate=Месечна актуализация
-ManualUpdate=Ръчна акуализация
-HolidaysCancelation=Отказване на молба за отпуск
+ManualUpdate=Ръчна актуализация
+HolidaysCancelation=Анулиране на молба за отпуск
EmployeeLastname=Фамилия на служителя
EmployeeFirstname=Собствено име на служителя
TypeWasDisabledOrRemoved=Вида отпуск (%s) беше деактивиран или премахнат
LastHolidays=Молби за отпуск: %s последни
AllHolidays=Всички молби за отпуск
HalfDay=Полудневен
-NotTheAssignedApprover=Вие не сте назначен да одобрявате това
+NotTheAssignedApprover=Вие не сте определен като одобряващ потребител
LEAVE_PAID=Платен отпуск
LEAVE_SICK=Болничен отпуск
LEAVE_OTHER=Неплатен отпуск
@@ -103,28 +103,28 @@ LEAVE_PAID_FR=Платен отпуск
## Configuration du Module ##
LastUpdateCP=Последно автоматично актуализиране на разпределението на отпуските
MonthOfLastMonthlyUpdate=Месец на последната автоматична актуализация на разпределението на отпуските
-UpdateConfCPOK=Актуализира се успешно.
-Module27130Name= Управление на молби за отпуск
+UpdateConfCPOK=Успешно актуализирано.
+Module27130Name= Молби за отпуск
Module27130Desc= Управление на молби за отпуск
ErrorMailNotSend=Възникна грешка при изпращане на имейл:
NoticePeriod=Период на известяване
#Messages
HolidaysToValidate=Валидиране на молби за отпуск
-HolidaysToValidateBody=Отдолу е молба за отпуск за валидиране
-HolidaysToValidateDelay=Тази молба за отпуск ще се случи в период от по-малко от %s дни.
-HolidaysToValidateAlertSolde=Потребителят, който е подал молбата за отпуск, няма достатъчно налични дни.
+HolidaysToValidateBody=По-долу е молба за отпуск за валидиране
+HolidaysToValidateDelay=Тази молба за отпуск е за период по-малък от %s дни.
+HolidaysToValidateAlertSolde=Потребителят, който е създал молбата за отпуск, няма достатъчно налични дни.
HolidaysValidated=Валидирани молби за отпуск
-HolidaysValidatedBody=Вашата молба за отпуск от %s до %s е била валидирана.
-HolidaysRefused=Молбата отказана
-HolidaysRefusedBody=Вашата молба за отпуск от %s до %s е била отказана поради следната причина:
-HolidaysCanceled=Отказани молби за отпуск
-HolidaysCanceledBody=Вашата молба за отпуск от %s до %s е била отказана.
+HolidaysValidatedBody=Вашата молба за отпуск от %s до %s е одобрена.
+HolidaysRefused=Молбата е отхвърлена
+HolidaysRefusedBody=Вашата молба за отпуск от %s до %s е отхвърлена, поради следната причина:
+HolidaysCanceled=Анулирани молби за отпуск
+HolidaysCanceledBody=Вашата молба за отпуск от %s до %s е анулирана.
FollowedByACounter=1: Този вид отпуск е необходимо да бъде проследяван от брояч. Броячът се увеличава ръчно или автоматично, а когато молбата за отпуск е валидирана, броячът се намалява. 0: Не се проследява от брояч.
NoLeaveWithCounterDefined=Няма дефинирани видове отпуск, които трябва да бъдат проследявани от брояч
-GoIntoDictionaryHolidayTypes=Отидете в Начало - Настройки - Речници - Видове отпуски , за да настроите различните видове отпуски.
-HolidaySetup=Настройка на модул Отпуск
+GoIntoDictionaryHolidayTypes=Отидете в Начало -> Настройки -> Речници -> Видове отпуски , за да настроите различните видове отпуски.
+HolidaySetup=Настройка на модул Молби за отпуск
HolidaysNumberingModules=Модели за номериране на молби за отпуск
-TemplatePDFHolidays=Шаблон за молби за отпуск PDF
-FreeLegalTextOnHolidays=Свободен текст в PDF файла
+TemplatePDFHolidays=PDF шаблон за молби за отпуск
+FreeLegalTextOnHolidays=Свободен текст в молбите за отпуск
WatermarkOnDraftHolidayCards=Воден знак върху черновата на молба за отпуск
-HolidaysToApprove=Отпуски за одобрение
+HolidaysToApprove=Молби за отпуск за одобрение
diff --git a/htdocs/langs/bg_BG/install.lang b/htdocs/langs/bg_BG/install.lang
index 99593f84b86..b2410484448 100644
--- a/htdocs/langs/bg_BG/install.lang
+++ b/htdocs/langs/bg_BG/install.lang
@@ -1,214 +1,214 @@
# Dolibarr language file - Source file is en_US - install
InstallEasy=Просто следвайте инструкциите стъпка по стъпка.
-MiscellaneousChecks=Предпоставки проверка
-ConfFileExists=Конфигурационния файл %s съществува.
-ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file %s does not exist and could not be created!
-ConfFileCouldBeCreated=Конфигурационния файл %s може да бъде създаден.
-ConfFileIsNotWritable=Configuration file %s is not writable. Check permissions. For first install, your web server must be able to write into this file during configuration process ("chmod 666" for example on a Unix like OS).
-ConfFileIsWritable=Конфигурационния файл %s е с права за писане.
-ConfFileMustBeAFileNotADir=Конфигурационният файл %s трябва да бъде файл, а не директория.
-ConfFileReload=Reloading parameters from configuration file.
+MiscellaneousChecks=Проверка за необходими условия
+ConfFileExists=Конфигурационен файл %s съществува.
+ConfFileDoesNotExistsAndCouldNotBeCreated=Конфигурационният файл %s не съществува и не може да бъде създаден!
+ConfFileCouldBeCreated=Конфигурационният файл %s може да бъде създаден.
+ConfFileIsNotWritable=Конфигурационният файл %s не може да се презаписва. Проверете разрешенията. За първото инсталиране, вашият уеб сървър трябва да може да записва в този файл по време на процеса на конфигуриране (например "chmod 666" в системи от типа Unix).
+ConfFileIsWritable=Конфигурационният файл %s е презаписваем.
+ConfFileMustBeAFileNotADir=Конфигурационният файл %s трябва да е файл, а не директория.
+ConfFileReload=Презареждане на параметри от конфигурационен файл.
PHPSupportSessions=PHP поддържа сесии.
PHPSupportPOSTGETOk=PHP поддържа променливи POST и GET.
-PHPSupportPOSTGETKo=It's possible your PHP setup does not support variables POST and/or GET. Check the parameter variables_order in php.ini.
-PHPSupportGD=This PHP supports GD graphical functions.
-PHPSupportCurl=This PHP supports Curl.
-PHPSupportUTF8=This PHP supports UTF8 functions.
-PHPSupportIntl=This PHP supports Intl functions.
-PHPMemoryOK=PHP макс сесия памет е %s. Това трябва да бъде достатъчно.
-PHPMemoryTooLow=Your PHP max session memory is set to %s bytes. This is too low. Change your php.ini to set memory_limit parameter to at least %s bytes.
-Recheck=Click here for a more detailed test
-ErrorPHPDoesNotSupportSessions=Your PHP installation does not support sessions. This feature is required to allow Dolibarr to work. Check your PHP setup and permissions of the sessions directory.
-ErrorPHPDoesNotSupportGD=Your PHP installation does not support GD graphical functions. No graphs will be available.
-ErrorPHPDoesNotSupportCurl=Your PHP installation does not support Curl.
-ErrorPHPDoesNotSupportUTF8=Your PHP installation does not support UTF8 functions. Dolibarr cannot work correctly. Resolve this before installing Dolibarr.
-ErrorPHPDoesNotSupportIntl=Your PHP installation does not support Intl functions.
+PHPSupportPOSTGETKo=Възможно е вашата настройка на PHP да не поддържа променливи POST и/или GET. Проверете параметъра variables_order в php.ini.
+PHPSupportGD=PHP поддържа GD графични функции.
+PHPSupportCurl=PHP поддържа Curl.
+PHPSupportUTF8=PHP поддържа UTF8 функции.
+PHPSupportIntl=PHP поддържа Intl функции.
+PHPMemoryOK=Максималният размер на паметта за PHP сесия е настроен на %s. Това трябва да е достатъчно.
+PHPMemoryTooLow=Вашият максимален размер на паметта за PHP сесия е настроен на %s байта. Това е твърде ниско. Променете php.ini като зададете стойност на параметър memory_limit поне %s байта.
+Recheck=Кликнете тук за по-подробен тест
+ErrorPHPDoesNotSupportSessions=Вашата PHP инсталация не поддържа сесии. Тази функция е необходима, за да позволи на Dolibarr да работи. Проверете настройките на PHP и разрешенията на директорията за сесиите.
+ErrorPHPDoesNotSupportGD=Вашата PHP инсталация не поддържа GD графични функции. Няма да се показват графики.
+ErrorPHPDoesNotSupportCurl=Вашата PHP инсталация не поддържа Curl.
+ErrorPHPDoesNotSupportUTF8=Вашата PHP инсталация не поддържа UTF8 функции. Dolibarr не може да работи правилно. Решете това преди да инсталирате Dolibarr.
+ErrorPHPDoesNotSupportIntl=Вашата PHP инсталация не поддържа Intl функции.
ErrorDirDoesNotExists=Директорията %s не съществува.
-ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
+ErrorGoBackAndCorrectParameters=Върнете се назад и проверете / коригирайте параметрите.
ErrorWrongValueForParameter=Може да сте въвели грешна стойност за параметър '%s'.
-ErrorFailedToCreateDatabase=Неуспешно създаване на базата данни '%s'.
-ErrorFailedToConnectToDatabase=Неуспешна връзка с база данни '%s'.
+ErrorFailedToCreateDatabase=Неуспешно създаване на база данни '%s'.
+ErrorFailedToConnectToDatabase=Неуспешно свързване към базата данни '%s'
ErrorDatabaseVersionTooLow=Версията на базата данни (%s) е твърде стара. Изисква се версия %s или по-нова.
ErrorPHPVersionTooLow=Версията на PHP е твърде стара. Изисква се версия %s.
-ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
-ErrorDatabaseAlreadyExists=Базата данни %s вече съществува.
-IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
+ErrorConnectedButDatabaseNotFound=Връзката със сървъра е успешна, но не е намерена база данни '%s'.
+ErrorDatabaseAlreadyExists=База данни '%s' вече съществува.
+IfDatabaseNotExistsGoBackAndUncheckCreate=Ако базата данни не съществува, върнете се и проверете опцията "Създаване на база данни".
IfDatabaseExistsGoBackAndCheckCreate=Ако базата данни вече съществува, върнете се обратно и махнете отметката на "Създаване на база данни".
-WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
-PHPVersion=Версия на PHP
-License=Лиценз за използване
+WarningBrowserTooOld=Версията на браузъра е твърде стара. Препоръчва се надграждане на браузъра ви до текуща версия на Firefox, Chrome или Opera.
+PHPVersion=PHP версия
+License=Използване на лиценз
ConfigurationFile=Конфигурационен файл
-WebPagesDirectory=Директорията, в която се съхраняват уеб страници
-DocumentsDirectory=Директория за съхраняване качени и генерирани документи
-URLRoot=URL корен
-ForceHttps=Принудително сигурни връзки (HTTPS)
-CheckToForceHttps=Изберете тази опция, за принудително сигурни връзки (HTTPS). Това означава, че уеб сървърът е конфигуриран с SSL сертификат.
+WebPagesDirectory=Директория, където се съхраняват уеб страници
+DocumentsDirectory=Директория за съхраняване на качени и генерирани документи
+URLRoot=Основен URL адрес
+ForceHttps=Принудителни защитени връзки (https)
+CheckToForceHttps=Изберете тази опция, за да активирате защитени връзки (https). Това изисква уеб сървърът да е конфигуриран за работа със SSL сертификат.
DolibarrDatabase=База данни на Dolibarr
-DatabaseType=Тип на базата данни
+DatabaseType=Тип база данни
DriverType=Тип драйвер
Server=Сървър
-ServerAddressDescription=Name or ip address for the database server. Usually 'localhost' when the database server is hosted on the same server as the web server.
-ServerPortDescription=Порт на сървъра на базата данни. Оставете празно ако е неизвестно.
-DatabaseServer=Сървър на базата данни
+ServerAddressDescription=Име или IP адрес на сървъра с базата данни. Обикновено "localhost", когато сървърът с базата данни е инсталиран на същия сървър като уеб сървъра.
+ServerPortDescription=Порт на сървъра с базата данни. Оставете празно, ако е неизвестен.
+DatabaseServer=Сървър за бази данни
DatabaseName=Име на базата данни
-DatabasePrefix=Database table prefix
-DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
-AdminLogin=User account for the Dolibarr database owner.
-PasswordAgain=Retype password confirmation
-AdminPassword=Парола на собственика на базата данни на Dolibarr.
+DatabasePrefix=Префикс на таблицата с база данни
+DatabasePrefixDescription=Префикс на таблицата с база данни. Ако е празно, по подразбиране ще бъде llx_.
+AdminLogin=Потребителски акаунт за собственика на базата данни на Dolibarr.
+PasswordAgain=Повторете паролата
+AdminPassword=Парола за собственика на базата данни на Dolibarr.
CreateDatabase=Създаване на база данни
-CreateUser=Create user account or grant user account permission on the Dolibarr database
-DatabaseSuperUserAccess=Сървър на базата данни - Достъп супер потребител
-CheckToCreateDatabase=Check the box if the database does not exist yet and so must be created. In this case, you must also fill in the user name and password for the superuser account at the bottom of this page.
-CheckToCreateUser=Check the box if: the database user account does not yet exist and so must be created, or if the user account exists but the database does not exist and permissions must be granted. In this case, you must enter the user account and password and also the superuser account name and password at the bottom of this page. If this box is unchecked, database owner and password must already exist.
-DatabaseRootLoginDescription=Superuser account name (to create new databases or new users), mandatory if the database or its owner does not already exist.
-KeepEmptyIfNoPassword=Leave empty if superuser has no password (NOT recommended)
-SaveConfigurationFile=Saving parameters to
+CreateUser=Създайте потребителски акаунт или предоставете разрешение за потребителски акаунт на базата данни на Dolibarr
+DatabaseSuperUserAccess=Сървър за база данни - Достъп за супер потребител
+CheckToCreateDatabase=Поставете отметка в квадратчето, ако базата данни все още не съществува и трябва да бъде създадена. В този случай трябва да попълните потребителското име и паролата за акаунта на супер потребителя в долната част на тази страница.
+CheckToCreateUser=Поставете отметка в квадратчето, ако: потребителският акаунт за базата данни все още не съществува и трябва да бъде създаден или ако съществува потребителски акаунт, но базата данни не съществува и трябва да бъдат предоставени разрешения. В този случай трябва да въведете потребителския акаунт и паролата, а също , и името, и паролата на супер потребителя в долната част на тази страница. Ако това квадратче не е маркирано, собственикът на базата данни и паролата трябва вече да съществуват.
+DatabaseRootLoginDescription=Потребителско име на супер потребител (за създаване на нови бази данни или нови потребители), което е задължително, ако базата данни или нейният собственик все още не съществуват.
+KeepEmptyIfNoPassword=Оставете празно, ако супер потребителят няма парола (НЕ се препоръчва)
+SaveConfigurationFile=Запазване на параметрите в
ServerConnection=Свързване със сървъра
DatabaseCreation=Създаване на база данни
CreateDatabaseObjects=Създаване на обекти в базата данни
ReferenceDataLoading=Зареждане на референтни данни
TablesAndPrimaryKeysCreation=Създаване на таблици и първични ключове
-CreateTableAndPrimaryKey=Създаване на таблицата %s
-CreateOtherKeysForTable=Създаване на чужди ключове и индекси за таблицата %s
+CreateTableAndPrimaryKey=Създаване на таблица %s
+CreateOtherKeysForTable=Създаване на чужди ключове и индекси за таблица %s
OtherKeysCreation=Създаване на чужди ключове и индекси
FunctionsCreation=Създаване на функции
AdminAccountCreation=Създаване на администраторски профил
-PleaseTypePassword=Please type a password, empty passwords are not allowed!
-PleaseTypeALogin=Please type a login!
-PasswordsMismatch=Passwords differs, please try again!
-SetupEnd=Край на настройкате
-SystemIsInstalled=Инсталирането завърши.
-SystemIsUpgraded=Dolibarr е обновен успешно.
+PleaseTypePassword=Моля, въведете парола, празно поле не е разрешено!
+PleaseTypeALogin=Моля, въведете данни за вход!
+PasswordsMismatch=Паролите са различни, моля, опитайте отново!
+SetupEnd=Край на настройката
+SystemIsInstalled=Инсталация е завършена.
+SystemIsUpgraded=Dolibarr е успешно актуализиран.
YouNeedToPersonalizeSetup=Трябва да конфигурирате Dolibarr според вашите нужди (външен вид, функции, ...). За да направите това, моля последвайте връзката по-долу:
-AdminLoginCreatedSuccessfuly=Dolibarr administrator login '%s' created successfully.
-GoToDolibarr=Отиди на Dolibarr
-GoToSetupArea=Отиди на Dolibarr (област за настройка)
-MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
-GoToUpgradePage=Отидете отново на страницата за надграждане
+AdminLoginCreatedSuccessfuly=Администраторския профил ' %s ' за Dolibarr е успешно създаден.
+GoToDolibarr=Отидете в Dolibarr
+GoToSetupArea=Отидете в Dolibarr (секция за настройка)
+MigrationNotFinished=Версията на базата данни не е напълно актуална, изпълнете отново процеса на актуализация.
+GoToUpgradePage=Отидете отново в страницата за актуализация
WithNoSlashAtTheEnd=Без наклонена черта "/" в края
-DirectoryRecommendation=It is recommended to use a directory outside of the web pages.
+DirectoryRecommendation=Препоръчително е да използвате директория извън уеб страниците.
LoginAlreadyExists=Вече съществува
-DolibarrAdminLogin=Администраторски вход в Dolibarr
-AdminLoginAlreadyExists=Dolibarr administrator account '%s' already exists. Go back if you want to create another one.
-FailedToCreateAdminLogin=Failed to create Dolibarr administrator account.
-WarningRemoveInstallDir=Warning, for security reasons, once the install or upgrade is complete, you should add a file called install.lock into the Dolibarr document directory in order to prevent the accidental/malicious use of the install tools again.
-FunctionNotAvailableInThisPHP=Not available in this PHP
+DolibarrAdminLogin=Администратор на Dolibarr
+AdminLoginAlreadyExists=Администраторският профил ' %s ' за Dolibarr вече съществува. Върнете се обратно, ако искате да създадете друг.
+FailedToCreateAdminLogin=Неуспешно създаване на администраторски профил за Dolibarr.
+WarningRemoveInstallDir=Внимание, от съображения за сигурност, след като инсталирането или приключи актуализацията, трябва да добавите файл с име install.lock в директорията /documents на Dolibarr, за да предотвратите повторното използване на инструментите за инсталиране.
+FunctionNotAvailableInThisPHP=Не е налично за тази PHP инсталация
ChoosedMigrateScript=Изберете скрипт за миграция
-DataMigration=Database migration (data)
-DatabaseMigration=Database migration (structure + some data)
-ProcessMigrateScript=Скрипта обработва
+DataMigration=Миграция на база данни (данни)
+DatabaseMigration=Миграция на база данни (структура + някои данни)
+ProcessMigrateScript=Скриптова обработка
ChooseYourSetupMode=Изберете режим на настройка и кликнете върху "Начало"...
FreshInstall=Нова инсталация
-FreshInstallDesc=Use this mode if this is your first install. If not, this mode can repair a incomplete previous install. If you want to upgrade your version, choose "Upgrade" mode.
-Upgrade=Надграждане
-UpgradeDesc=Използвайте този режим, ако желаете да замените старите файлове на Dolibarr с файлове от по-нова версия. Това ще обнови вашата база данни и данни.
+FreshInstallDesc=Използвайте този режим, ако това е първата ви инсталация. Ако не, този режим може да поправи непълна предишна инсталация. Ако искате да актуализирате версията си, изберете режим "Актуализация".
+Upgrade=Актуализация
+UpgradeDesc=Използвайте този режим, ако сте заменили старите Dolibarr файлове с файлове от по-нова версия. Това ще подобри вашата база данни.
Start=Начало
-InstallNotAllowed=Настройката не разрешена поради правата на файла conf.php
-YouMustCreateWithPermission=Трябва да създадете файл %s и да настроите права за запис в него от уеб сървъра по време на процеса на инсталиране.
-CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
-AlreadyDone=Вече мигрирахте
+InstallNotAllowed=Настройката не е позволена от липса на разрешения в conf.php
+YouMustCreateWithPermission=Трябва да създадете файл %s и да зададете разрешения за запис върху него за уеб сървъра по време на инсталационния процес.
+CorrectProblemAndReloadPage=Моля, отстранете проблема и натиснете F5, за да презаредите страницата.
+AlreadyDone=Вече са мигрирани
DatabaseVersion=Версия на базата данни
ServerVersion=Версия на сървъра на базата данни
YouMustCreateItAndAllowServerToWrite=Трябва да създадете тази директория и да позволите на уеб сървъра да записва в нея.
DBSortingCollation=Ред за сортиране на символи
-YouAskDatabaseCreationSoDolibarrNeedToConnect=You selected create database %s, but for this, Dolibarr needs to connect to server %s with super user %s permissions.
-YouAskLoginCreationSoDolibarrNeedToConnect=You selected create database user %s, but for this, Dolibarr needs to connect to server %s with super user %s permissions.
-BecauseConnectionFailedParametersMayBeWrong=The database connection failed: the host or super user parameters must be wrong.
+YouAskDatabaseCreationSoDolibarrNeedToConnect=Вие избрахте да създадете база данни %s , но за тази цел Dolibarr трябва да се свърже със сървъра %s със права на супер потребител %s
+YouAskLoginCreationSoDolibarrNeedToConnect=Вие избрахте да създадете потребител за база данни %s , но за тази цел Dolibarr трябва да се свърже със сървъра %s с права на супер потребител %s .
+BecauseConnectionFailedParametersMayBeWrong=Връзката с базата данни е неуспешна: параметрите на хоста или супер потребителя са грешни.
OrphelinsPaymentsDetectedByMethod=Orphans плащане е открито по метода %s
-RemoveItManuallyAndPressF5ToContinue=Премахнете го ръчно и натиснете F5, за да продължите.
+RemoveItManuallyAndPressF5ToContinue=Махнете го ръчно и натиснете F5, за да продължите.
FieldRenamed=Полето е преименувано
-IfLoginDoesNotExistsCheckCreateUser=If the user does not exist yet, you must check option "Create user"
-ErrorConnection=Server "%s", database name "%s", login "%s", or database password may be wrong or the PHP client version may be too old compared to the database version.
-InstallChoiceRecommanded=Препоръчителен избор е да инсталирате версия %s от вашата текуща версия %s
+IfLoginDoesNotExistsCheckCreateUser=Ако потребителят все още не съществува, трябва да включите опцията "Създаване на потребител"
+ErrorConnection=Сървърът " %s ", името на базата данни " %s ", потребителят " %s " или паролата на базата данни може да са грешни, или PHP версията на клиента може да е твърде стара в сравнение с версията на базата данни.
+InstallChoiceRecommanded=Препоръчителен избор е да се инсталира версия %s от текущата ви версия %s
InstallChoiceSuggested=Избор за инсталиране, предложен от инсталатора.
-MigrateIsDoneStepByStep=The targeted version (%s) has a gap of several versions. The install wizard will come back to suggest a further migration once this one is complete.
-CheckThatDatabasenameIsCorrect=Check that the database name "%s" is correct.
-IfAlreadyExistsCheckOption=Ако това име е вярно и тази база данни все още не съществува, трябва да проверите опцията "Създаване на база данни".
+MigrateIsDoneStepByStep=Целевата версия (%s) има пропуск в няколко версии. Съветникът за инсталиране ще се върне, за да предложи по-нататъшна миграция, след като приключи тази.
+CheckThatDatabasenameIsCorrect=Проверете дали името на базата данни " %s " е правилно.
+IfAlreadyExistsCheckOption=Ако това име е вярно и тази база данни все още не съществува, трябва да изберете опцията "Създаване на база данни".
OpenBaseDir=Параметър PHP openbasedir
-YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
-YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
-NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
-MigrationCustomerOrderShipping=Migrate shipping for sales orders storage
+YouAskToCreateDatabaseSoRootRequired=Поставихте отметка в квадратчето „Създаване на база данни“. За тази цел трябва да предоставите потребителско име / парола на супер потребителя (в края на формуляра).
+YouAskToCreateDatabaseUserSoRootRequired=Поставихте отметка в квадратчето „Създаване на собственик на база данни“. За тази цел трябва да предоставите потребителско име / парола на супер потребителя (в края на формуляра).
+NextStepMightLastALongTime=Текущата стъпка може да отнеме няколко минути. Моля, изчакайте, докато следващият екран се покаже напълно, преди да продължите.
+MigrationCustomerOrderShipping=Мигрирайте доставката за съхранение на поръчки за продажби
MigrationShippingDelivery=Надграждане на хранилище на доставки
MigrationShippingDelivery2=Надграждане на хранилище на доставки 2
MigrationFinished=Миграцията завърши
-LastStepDesc=Last step: Define here the login and password you wish to use to connect to Dolibarr. Do not lose this as it is the master account to administer all other/additional user accounts.
+LastStepDesc= Последна стъпка : Определете тук потребителското име и паролата, които искате да използвате, за да се свържете с Dolibarr. Не губете това, тъй като това е главният акаунт за администриране на всички други / допълнителни потребителски акаунти.
ActivateModule=Активиране на модул %s
-ShowEditTechnicalParameters=Натиснете тук за да покажете/редактирате параметрите за напреднали (експертен режим)
-WarningUpgrade=Warning:\nDid you run a database backup first?\nThis is highly recommended. Loss of data (due to for example bugs in mysql version 5.5.40/41/42/43) may be possible during this process, so it is essential to take a complete dump of your database before starting any migration.\n\nClick OK to start migration process...
-ErrorDatabaseVersionForbiddenForMigration=Your database version is %s. It has a critical bug, making data loss possible if you make structural changes in your database, such as is required by the migration process. For his reason, migration will not be allowed until you upgrade your database to a layer (patched) version (list of known buggy versions: %s)
-KeepDefaultValuesWamp=You used the Dolibarr setup wizard from DoliWamp, so values proposed here are already optimized. Change them only if you know what you are doing.
-KeepDefaultValuesDeb=You used the Dolibarr setup wizard from a Linux package (Ubuntu, Debian, Fedora...), so the values proposed here are already optimized. Only the password of the database owner to create must be entered. Change other parameters only if you know what you are doing.
-KeepDefaultValuesMamp=You used the Dolibarr setup wizard from DoliMamp, so the values proposed here are already optimized. Change them only if you know what you are doing.
-KeepDefaultValuesProxmox=You used the Dolibarr setup wizard from a Proxmox virtual appliance, so the values proposed here are already optimized. Change them only if you know what you are doing.
-UpgradeExternalModule=Run dedicated upgrade process of external module
-SetAtLeastOneOptionAsUrlParameter=Set at least one option as a parameter in URL. For example: '...repair.php?standard=confirmed'
-NothingToDelete=Nothing to clean/delete
-NothingToDo=Nothing to do
+ShowEditTechnicalParameters=Кликнете тук, за да покажете / редактирате разширените параметри (експертен режим)
+WarningUpgrade=Внимание:\nАрхивирахте ли преди това базата данни?\nТова е силно препоръчително. Загубата на данни (поради грешки в mysql версия 5.5.40/41/42/43) може да е възможна по време на този процес, така че е важно да се направи пълно архивиране на базата данни преди започване на миграция.\n\nКликнете върху „OK“, за да започнете процеса на мигриране...
+ErrorDatabaseVersionForbiddenForMigration=Версията на вашата база данни е %s. Има критична грешка, което прави загубата на данни възможна, ако извършвате структурни промени в базата данни, каквито се изискват от процеса на миграция. Поради тази причина миграцията няма да бъде разрешена, докато не актуализирате базата данни до следваща (закърпена) версия (списък на известните версии с бъгове: %s)
+KeepDefaultValuesWamp=Използвахте съветника за настройка на Dolibarr от DoliWamp, така че предложените тук стойности вече са оптимизирани. Променяйте ги, само ако знаете какво правите.
+KeepDefaultValuesDeb=Използвахте съветника за настройка на Dolibarr от Linux пакет (Ubuntu, Debian, Fedora...), така че предложените тук стойности вече са оптимизирани. Трябва да се въведе само паролата на собственика на базата данни, който ще се създава. Променяйте другите параметри, само ако знаете какво правите.
+KeepDefaultValuesMamp=Използвахте съветника за настройка на Dolibarr от DoliMamp, така че предложените тук стойности вече са оптимизирани. Променяйте ги само, ако знаете какво правите.
+KeepDefaultValuesProxmox=Използвахте съветника за настройка на Dolibarr от виртуалното устройство на Proxmox, така че предложените тук стойности вече са оптимизирани. Променяйте ги, само ако знаете какво правите.
+UpgradeExternalModule=Изпълнете препоръчителния процес за обновяване на външния модул
+SetAtLeastOneOptionAsUrlParameter=Задайте поне един параметър като параметър в URL адреса. Например: "... repair.php?standard=confirmed"
+NothingToDelete=Няма нищо за почистване / изтриване
+NothingToDo=Няма нищо за правене
#########
# upgrade
-MigrationFixData=Корекция на denormalized данни
-MigrationOrder=Миграция на данни за поръчки от клиенти
-MigrationSupplierOrder=Data migration for vendor's orders
-MigrationProposal=Миграция на данни за оферти
-MigrationInvoice=Миграция на данни за фактури за клиенти
+MigrationFixData=Поправка за денормализирани данни
+MigrationOrder=Миграция на данни за поръчки за продажба
+MigrationSupplierOrder=Миграция на данни за поръчки за покупка
+MigrationProposal=Миграция на данни за търговски предложения
+MigrationInvoice=Миграция на данни за фактури за продажба
MigrationContract=Миграция на данни за договори
-MigrationSuccessfullUpdate=Надграждането е успешно
-MigrationUpdateFailed=Неуспешен процес на надграждане
+MigrationSuccessfullUpdate=Актуализацията е успешна
+MigrationUpdateFailed=Процесът на актуализация не бе успешен
MigrationRelationshipTables=Миграция на данни за свързани таблици (%s)
-MigrationPaymentsUpdate=Корекция на данни за плащане
-MigrationPaymentsNumberToUpdate=%s плащания за актуализиране
-MigrationProcessPaymentUpdate=Актуализиране на плащания %s
-MigrationPaymentsNothingToUpdate=Няма повече задачи
+MigrationPaymentsUpdate=Корекция на данни за плащания
+MigrationPaymentsNumberToUpdate=%s плащане(ия) за актуализиране
+MigrationProcessPaymentUpdate=Актуализиране на плащане(ия) %s
+MigrationPaymentsNothingToUpdate=Няма повече неща за правене
MigrationPaymentsNothingUpdatable=Няма повече плащания, които могат да бъдат коригирани
-MigrationContractsUpdate=Корекция на данни в договор
+MigrationContractsUpdate=Корекция на данни за договори
MigrationContractsNumberToUpdate=%s договор(и) за актуализиране
-MigrationContractsLineCreation=Създаване на ред в договор с реф. %s
-MigrationContractsNothingToUpdate=Няма повече задачи
-MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
-MigrationContractsEmptyDatesUpdate=Корекция на празна дата в договор
-MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
-MigrationContractsEmptyDatesNothingToUpdate=Няма празна дата на договор за коригиране
-MigrationContractsEmptyCreationDatesNothingToUpdate=Няма дата за създаване на договор за коригиране
-MigrationContractsInvalidDatesUpdate=Корекция на неправилни дати на договор
-MigrationContractsInvalidDateFix=Корекция на договор %s (Дата на договора=%s, Начална дата на услуга мин.=%s)
-MigrationContractsInvalidDatesNumber=%s променени договори
-MigrationContractsInvalidDatesNothingToUpdate=Няма дата с лоша стойност за коригиране
-MigrationContractsIncoherentCreationDateUpdate=Лоша стойност за дата на създаване на договор
-MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
-MigrationContractsIncoherentCreationDateNothingToUpdate=Няма лоши стойности за дата на създаване на договор за коригиране
-MigrationReopeningContracts=Отворен договор затворен по грешка
-MigrationReopenThisContract=Ново отваряне на договор %s
-MigrationReopenedContractsNumber=%s договори са променени
-MigrationReopeningContractsNothingToUpdate=Няма затворен договор за отваряне
-MigrationBankTransfertsUpdate=Update links between bank entry and a bank transfer
+MigrationContractsLineCreation=Създаване на ред за реф. договор %s
+MigrationContractsNothingToUpdate=Няма повече неща за правене
+MigrationContractsFieldDontExist=Поле fk_facture вече не съществува. Няма нищо за правене.
+MigrationContractsEmptyDatesUpdate=Корекция на празна дата в договори
+MigrationContractsEmptyDatesUpdateSuccess=Корекцията на празната дата в договора е успешно извършена
+MigrationContractsEmptyDatesNothingToUpdate=Няма празни дати в договори за коригиране
+MigrationContractsEmptyCreationDatesNothingToUpdate=Няма дати на създаване в договори за коригиране
+MigrationContractsInvalidDatesUpdate=Корекция на неправилни дати в договори
+MigrationContractsInvalidDateFix=Корекция на договор %s (Дата на договора=%s, Начална дата на услуга=%s)
+MigrationContractsInvalidDatesNumber=%s променен(и) договор(а)
+MigrationContractsInvalidDatesNothingToUpdate=Няма неправилни дати в договори за коригиране
+MigrationContractsIncoherentCreationDateUpdate=Корекция на неправилни дати на създаване в договори
+MigrationContractsIncoherentCreationDateUpdateSuccess=Корекцията на неправилните дати на създаване в договори е успешно извършена
+MigrationContractsIncoherentCreationDateNothingToUpdate=Няма неправилни дати на създаване в договори за коригиране
+MigrationReopeningContracts=Отворен договор е затворен с грешка
+MigrationReopenThisContract=Повторно отваряне на договор %s
+MigrationReopenedContractsNumber=%s променен(и) договор(а)
+MigrationReopeningContractsNothingToUpdate=Няма затворени договори за отваряне
+MigrationBankTransfertsUpdate=Актуализиране на връзките между банков запис и банков превод
MigrationBankTransfertsNothingToUpdate=Всички връзки са актуални
MigrationShipmentOrderMatching=Актуализация на експедиционни бележки
MigrationDeliveryOrderMatching=Актуализация на обратни разписки
-MigrationDeliveryDetail=Актуализация на доставката
-MigrationStockDetail=Актуализиране на наличната стойност на продукти
+MigrationDeliveryDetail=Актуализация на доставки
+MigrationStockDetail=Актуализиране на стоковата наличност на продукти
MigrationMenusDetail=Актуализиране на таблици за динамични менюта
-MigrationDeliveryAddress=Актуализиране на адрес за доставка на пратки,
-MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
-MigrationProjectUserResp=Миграция на полето fk_user_resp на llx_projet llx_element_contact
-MigrationProjectTaskTime=Актуализация на времето, прекарано в секунда
+MigrationDeliveryAddress=Актуализиране на адреси за доставка в пратки
+MigrationProjectTaskActors=Миграция на данни за таблица llx_projet_task_actors
+MigrationProjectUserResp=Миграция на поле fk_user_resp от llx_projet към llx_element_contact
+MigrationProjectTaskTime=Актуализиране на отделеното време в секунди
MigrationActioncommElement=Актуализиране на данните за действия
-MigrationPaymentMode=Data migration for payment type
+MigrationPaymentMode=Миграция на данни за типът на плащане
MigrationCategorieAssociation=Миграция на категории
-MigrationEvents=Migration of events to add event owner into assignment table
-MigrationEventsContact=Migration of events to add event contact into assignment table
-MigrationRemiseEntity=Update entity field value of llx_societe_remise
-MigrationRemiseExceptEntity=Update entity field value of llx_societe_remise_except
-MigrationUserRightsEntity=Update entity field value of llx_user_rights
-MigrationUserGroupRightsEntity=Update entity field value of llx_usergroup_rights
-MigrationUserPhotoPath=Migration of photo paths for users
-MigrationReloadModule=Презареждане на модула %s
-MigrationResetBlockedLog=Reset module BlockedLog for v7 algorithm
-ShowNotAvailableOptions=Show unavailable options
-HideNotAvailableOptions=Hide unavailable options
-ErrorFoundDuringMigration=Error(s) were reported during the migration process so next step is not available. To ignore errors, you can click here, but the application or some features may not work correctly until the errors are resolved.
-YouTryInstallDisabledByDirLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (directory renamed with .lock suffix).
-YouTryInstallDisabledByFileLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (by the existence of a lock file install.lock in the dolibarr documents directory).
-ClickHereToGoToApp=Click here to go to your application
-ClickOnLinkOrRemoveManualy=Click on the following link. If you always see this same page, you must remove/rename the file install.lock in the documents directory.
+MigrationEvents=Миграция на данни за събития за добавяне на собственик на събитие в определената таблица
+MigrationEventsContact=Миграция на данни за събития за добавяне на контакт за събитие в определената таблица
+MigrationRemiseEntity=Актуализиране на стойността на полето в обекта llx_societe_remise
+MigrationRemiseExceptEntity=Актуализиране на стойността на полето в обекта llx_societe_remise_except
+MigrationUserRightsEntity=Актуализиране на стойността на полето в обекта llx_user_rights
+MigrationUserGroupRightsEntity=Актуализиране на стойността на полето в обекта llx_usergroup_rights
+MigrationUserPhotoPath=Миграция на пътя до снимки на потребители
+MigrationReloadModule=Презареждане на модул %s
+MigrationResetBlockedLog=Нулиране на модула BlockedLog за алгоритъм v7
+ShowNotAvailableOptions=Показване на недостъпни опции
+HideNotAvailableOptions=Скриване на недостъпни опции
+ErrorFoundDuringMigration=По време на процеса на миграция са докладвани грешки, така че следващата стъпка не е възможна. За да игнорирате грешките, може да кликнете тук , но приложението или някои функции може да не работят правилно, докато грешките не бъдат отстранени.
+YouTryInstallDisabledByDirLock=Приложението се опита да се самоактуализира, но страниците за инсталация / актуализация са били изключени от гледна точка на сигурност (директорията е преименувана с .lock суфикс).
+YouTryInstallDisabledByFileLock=Приложението се опита да се самоактуализира, но страниците за инсталация / актуализация са били изключени от гледна точка на сигурност (от наличието на заключващ файл install.lock в директорията documents на Dolibarr).
+ClickHereToGoToApp=Кликнете тук, за да отидете в приложението си
+ClickOnLinkOrRemoveManualy=Кликнете върху следната връзка. Ако винаги виждате същата страница, трябва да премахнете / преименувате файла install.lock в директорията documents на Dolibarr.
diff --git a/htdocs/langs/bg_BG/interventions.lang b/htdocs/langs/bg_BG/interventions.lang
index 8b4ded3adda..d1aadd1c05d 100644
--- a/htdocs/langs/bg_BG/interventions.lang
+++ b/htdocs/langs/bg_BG/interventions.lang
@@ -1,66 +1,66 @@
# Dolibarr language file - Source file is en_US - interventions
-Intervention=Намеса
-Interventions=Интервенциите
-InterventionCard=Интервенция карта
-NewIntervention=Нов намеса
-AddIntervention=Създаване на намеса
+Intervention=Интервенция
+Interventions=Интервенции
+InterventionCard=Протокол за интервенция
+NewIntervention=Нова интервенция
+AddIntervention=Създаване на интервенция
ChangeIntoRepeatableIntervention=Променете на повтаряема интервенция
-ListOfInterventions=Списък на интервенциите
-ActionsOnFicheInter=Действия на интервенцията
+ListOfInterventions=Списък на интервенции
+ActionsOnFicheInter=Свързани събития
LastInterventions=Интервенции: %s последни
AllInterventions=Всички интервенции
-CreateDraftIntervention=Създаване на проект
-InterventionContact=Интервенция контакт
+CreateDraftIntervention=Създаване на чернова
+InterventionContact=Свързани контакти
DeleteIntervention=Изтриване на интервенция
-ValidateIntervention=Проверка на интервенция
+ValidateIntervention=Валидиране на интервенция
ModifyIntervention=Промяна на интервенция
-DeleteInterventionLine=Изтрий ред намеса
+DeleteInterventionLine=Изтриване на ред в интервенцията
ConfirmDeleteIntervention=Сигурни ли сте, че искате да изтриете тази интервенция?
-ConfirmValidateIntervention=Сигурни ли сте, че искате да валидирате тази интервенция под името %s?
-ConfirmModifyIntervention=Сигурни ли сте, че искате да редактирате тази интервенция?
+ConfirmValidateIntervention=Сигурни ли сте, че искате да валидирате тази интервенция с № %s?
+ConfirmModifyIntervention=Сигурни ли сте, че искате да промените тази интервенция?
ConfirmDeleteInterventionLine=Сигурни ли сте, че искате да изтриете този ред от интервенцията?
ConfirmCloneIntervention=Сигурни ли сте, че искате да клонирате тази интервенция?
NameAndSignatureOfInternalContact=Име и подпис на изпълнителя:
NameAndSignatureOfExternalContact=Име и подпис на клиента:
-DocumentModelStandard=Стандартен документ модел за интервенции
-InterventionCardsAndInterventionLines=Интервенции и линии на интервенции
-InterventionClassifyBilled=Класифицирай като "Таксувани"
-InterventionClassifyUnBilled=Класифицирай като "Нетаксувани"
-InterventionClassifyDone=Класифицирайте като изпълнена
-StatusInterInvoiced=Таксува
-SendInterventionRef=Подаване на намеса %s
-SendInterventionByMail=Изпращане на интервенцията по имейл
-InterventionCreatedInDolibarr=Намеса %s създадена
-InterventionValidatedInDolibarr=Намеса %s валидирана
-InterventionModifiedInDolibarr=Намеса %s променена
+DocumentModelStandard=Стандартен документ за интервенции
+InterventionCardsAndInterventionLines=Интервенции и редове от интервенции
+InterventionClassifyBilled=Класифициране като 'Фактурирана'
+InterventionClassifyUnBilled=Класифициране като 'Нетаксувана'
+InterventionClassifyDone=Класифициране като 'Изпълнена'
+StatusInterInvoiced=Фактурирана
+SendInterventionRef=Изпращане на интервенция %s
+SendInterventionByMail=Изпращане на интервенция по имейл
+InterventionCreatedInDolibarr=Интервенция %s е създадена
+InterventionValidatedInDolibarr=Интервенция %s е валидирана
+InterventionModifiedInDolibarr=Интервенция %s е променена
InterventionClassifiedBilledInDolibarr=Интервенция %s е фактурирана
-InterventionClassifiedUnbilledInDolibarr=Интервенция %s е нефактурирана
+InterventionClassifiedUnbilledInDolibarr=Интервенция %s е нетаксувана
InterventionSentByEMail=Интервенция %s е изпратена по имейл
-InterventionDeletedInDolibarr=Намеса %s изтрита
-InterventionsArea=Зона Намеси
-DraftFichinter=Чернови намеси
+InterventionDeletedInDolibarr=Интервенция %s е изтрита
+InterventionsArea=Секция за интервенции
+DraftFichinter=Чернови интервенции
LastModifiedInterventions=Интервенции: %s последно променени
FichinterToProcess=Интервенции за извършване
##### Types de contacts #####
-TypeContact_fichinter_external_CUSTOMER=Проследяване на контакт с клиентите
+TypeContact_fichinter_external_CUSTOMER=Последващ контакт на клиента
# Modele numérotation
-PrintProductsOnFichinter=Отпечатайте също линиите от типа "Продукт" (не само услуги) в картата на интервенцията
-PrintProductsOnFichinterDetails=намеси генерирани от поръчки
+PrintProductsOnFichinter=Отпечатване на редове от тип 'Продукт' (не само услуги) в интервенциите
+PrintProductsOnFichinterDetails=интервенции, генерирани от поръчки
UseServicesDurationOnFichinter=Използване на продължителността на услугите за интервенции генерирани от поръчки
UseDurationOnFichinter=Скриване на полето за продължителност при запис на интервенция
-UseDateWithoutHourOnFichinter=Скриване на часовете и минутите в полето дата при запис на интервенция
-InterventionStatistics=Статистика на интервенциите
+UseDateWithoutHourOnFichinter=Скриване на часовете и минутите в полето за дата при запис на интервенция
+InterventionStatistics=Статистика на интервенции
NbOfinterventions=Брой интервенции
-NumberOfInterventionsByMonth=Брой интервенции по месец (от датата на валидиране)
-AmountOfInteventionNotIncludedByDefault=Общата продължителност на интервенцията не е включена по подразбиране в печалбата (в повечето случаи графиците се използват за отчитане на времето). Добавете опцията PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT със стойност 1 в Начало - Настройка - Други настройки, за да я включите.
+NumberOfInterventionsByMonth=Брой интервенции по месец (по дата на валидиране)
+AmountOfInteventionNotIncludedByDefault=Общата продължителност на интервенцията не е включена по подразбиране в печалбата (в повечето случаи за отчитане на времето се използват графиците за отделно време). Добавете опцията PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT със стойност 1 в Начало -> Настройки -> Други настройки, за да я включите.
##### Exports #####
-InterId=№ на интервенцията
-InterRef=Код на интервенцията
-InterDateCreation=Дата на създаване на намеса
-InterDuration=Продължителност на намеса
-InterStatus=Статус на намеса
-InterNote=Забележка към интервенцията
-InterLineId=№ на линията в интервенцията
-InterLineDate=Дата на линията в интервенцията
-InterLineDuration=Продължителност на линията в интервенцията
-InterLineDesc=Описание на линията в интервенцията
+InterId=Идентификатор на интервенция
+InterRef=Реф. интервенция
+InterDateCreation=Дата на създаване на интервенцията
+InterDuration=Продължителност на интервенцията
+InterStatus=Статус на интервенцията
+InterNote=Бележка към интервенцията
+InterLineId=Идентификатор на реда в интервенцията
+InterLineDate=Дата на реда в интервенцията
+InterLineDuration=Продължителност на реда в интервенцията
+InterLineDesc=Описание на реда в интервенцията
diff --git a/htdocs/langs/bg_BG/languages.lang b/htdocs/langs/bg_BG/languages.lang
index 59958660a2f..6030d165af6 100644
--- a/htdocs/langs/bg_BG/languages.lang
+++ b/htdocs/langs/bg_BG/languages.lang
@@ -1,6 +1,6 @@
# Dolibarr language file - Source file is en_US - languages
Language_ar_AR=Арабски
-Language_ar_EG=Arabic (Egypt)
+Language_ar_EG=Арабски (Египет)
Language_ar_SA=Арабски
Language_bn_BD=Бенгали
Language_bg_BG=Български
@@ -11,41 +11,41 @@ Language_da_DA=Датски
Language_da_DK=Датски
Language_de_DE=Немски
Language_de_AT=Немски (Австрия)
-Language_de_CH=Германски (Шверцария)
+Language_de_CH=Немски (Швейцария)
Language_el_GR=Гръцки
-Language_el_CY=Greek (Cyprus)
-Language_en_AU=English (Австралия)
+Language_el_CY=Гръцки (Кипър)
+Language_en_AU=Английски (Австралия)
Language_en_CA=Английски (Канада)
-Language_en_GB=English (United Kingdom)
-Language_en_IN=English (Индия)
-Language_en_NZ=English (Нова Зеландия)
-Language_en_SA=English (Саудитска Арабия)
-Language_en_US=English (United States)
-Language_en_ZA=English (Южна Африка)
+Language_en_GB=Английски (Обединено кралство)
+Language_en_IN=Английски (Индия)
+Language_en_NZ=Английски (Нова Зеландия)
+Language_en_SA=Английски (Саудитска Арабия)
+Language_en_US=Английски (САЩ)
+Language_en_ZA=Английски (Южна Африка)
Language_es_ES=Испански
Language_es_AR=Испански (Аржентина)
Language_es_BO=Испански (Боливия)
Language_es_CL=Испански (Чили)
Language_es_CO=Испански (Колумбия)
-Language_es_DO=Испански (Чили)
-Language_es_EC=Spanish (Ecuador)
+Language_es_DO=Испански (Доминиканска република)
+Language_es_EC=Испански (Еквадор)
Language_es_HN=Испански (Хондурас)
Language_es_MX=Испански (Мексико)
-Language_es_PA=Spanish (Panama)
+Language_es_PA=Испански (Панама)
Language_es_PY=Испански (Парагвай)
Language_es_PE=Испански (Перу)
Language_es_PR=Испански (Пуерто Рико)
-Language_es_UY=Spanish (Uruguay)
-Language_es_VE=Spanish (Venezuela)
+Language_es_UY=Испански (Уругвай)
+Language_es_VE=Испански (Венецуела)
Language_et_EE=Естонски
-Language_eu_ES=Баска
+Language_eu_ES=Баскски
Language_fa_IR=Персийски
-Language_fi_FI=Завършване
+Language_fi_FI=Фински
Language_fr_BE=Френски (Белгия)
Language_fr_CA=Френски (Канада)
Language_fr_CH=Френски (Швейцария)
Language_fr_FR=Френски
-Language_fr_NC=French (Нова Каледония)
+Language_fr_NC=Френски (Нова Каледония)
Language_fy_NL=Фризийски
Language_he_IL=Иврит
Language_hr_HR=Хърватски
@@ -55,18 +55,18 @@ Language_is_IS=Исландски
Language_it_IT=Италиански
Language_ja_JP=Японски
Language_ka_GE=Грузински
-Language_km_KH=Khmer
+Language_km_KH=Кхмерски
Language_kn_IN=Каннада
Language_ko_KR=Корейски
Language_lo_LA=Лаоски
Language_lt_LT=Литовски
Language_lv_LV=Латвийски
Language_mk_MK=Македонски
-Language_mn_MN=Mongolian
-Language_nb_NO=Норвежки език (книжовен)
+Language_mn_MN=Монголски
+Language_nb_NO=Норвежки (Bokmål)
Language_nl_BE=Холандски (Белгия)
Language_nl_NL=Холандски (Холандия)
-Language_pl_PL=Лак
+Language_pl_PL=Полски
Language_pt_BR=Португалски (Бразилия)
Language_pt_PT=Португалски
Language_ro_RO=Румънски
@@ -80,9 +80,10 @@ Language_sq_AL=Албански
Language_sk_SK=Словашки
Language_sr_RS=Сръбски
Language_sw_SW=Суахили
-Language_th_TH=Thai
+Language_th_TH=Тайски
Language_uk_UA=Украински
Language_uz_UZ=Узбекски
Language_vi_VN=Виетнамски
Language_zh_CN=Китайски
-Language_zh_TW=Chinese (Traditional)
+Language_zh_TW=Китайски (традиционен)
+Language_bh_MY=Малайски
diff --git a/htdocs/langs/bg_BG/link.lang b/htdocs/langs/bg_BG/link.lang
index 7e61f07501a..e435a9128bc 100644
--- a/htdocs/langs/bg_BG/link.lang
+++ b/htdocs/langs/bg_BG/link.lang
@@ -1,10 +1,10 @@
# Dolibarr language file - Source file is en_US - languages
-LinkANewFile=Свържи нов файл/документ
+LinkANewFile=Свързване на нов файл / документ
LinkedFiles=Свързани файлове и документи
NoLinkFound=Няма регистрирани връзки
-LinkComplete=Файлът е свързан успешно
+LinkComplete=Файлът е успешно свързан
ErrorFileNotLinked=Файлът не може да бъде свързан
-LinkRemoved=Връзка %s е премахната
-ErrorFailedToDeleteLink= Неуспех при премахване на връзка '%s'
-ErrorFailedToUpdateLink= Неуспех при промяна на връзка '%s'
-URLToLink=URL за връзка
+LinkRemoved=Връзката %s е премахната
+ErrorFailedToDeleteLink= Премахването на връзката '%s' не е успешно
+ErrorFailedToUpdateLink= Актуализацията на връзката '%s' не е успешна
+URLToLink=URL връзка
diff --git a/htdocs/langs/bg_BG/loan.lang b/htdocs/langs/bg_BG/loan.lang
index 81bbc28a904..ca4ad3722d9 100644
--- a/htdocs/langs/bg_BG/loan.lang
+++ b/htdocs/langs/bg_BG/loan.lang
@@ -1,31 +1,31 @@
# Dolibarr language file - Source file is en_US - loan
-Loan=Заем
-Loans=Заеми
-NewLoan=Нов Заем
-ShowLoan=Показване на Заем
-PaymentLoan=Плащане на Заем
-LoanPayment=Плащане на Заем
-ShowLoanPayment=Показване на плащането на Заем
+Loan=Кредит
+Loans=Кредити
+NewLoan=Нов кредит
+ShowLoan=Показване на кредит
+PaymentLoan=Плащане по кредит
+LoanPayment=Плащане по кредит
+ShowLoanPayment=Показване на плащане по кредит
LoanCapital=Капитал
Insurance=Застраховка
Interest=Лихва
-Nbterms=Number of terms
-Term=Term
-LoanAccountancyCapitalCode=Accounting account capital
-LoanAccountancyInsuranceCode=Accounting account insurance
-LoanAccountancyInterestCode=Accounting account interest
-ConfirmDeleteLoan=Потвърдете изтриването на този заем
-LoanDeleted=Заемът е изтрит успешно
-ConfirmPayLoan=Confirm classify paid this loan
-LoanPaid=Заем Платен
-ListLoanAssociatedProject=List of loan associated with the project
-AddLoan=Create loan
-FinancialCommitment=Financial commitment
+Nbterms=Брой условия
+Term=Условие
+LoanAccountancyCapitalCode=Счетоводна сметка на капитал
+LoanAccountancyInsuranceCode=Счетоводна сметка на застраховка
+LoanAccountancyInterestCode=Счетоводна сметка за лихва
+ConfirmDeleteLoan=Потвърдете изтриването на този кредит
+LoanDeleted=Кредитът е успешно изтрит
+ConfirmPayLoan=Потвърдете класифицирането на този кредит като платен
+LoanPaid=Платен кредит
+ListLoanAssociatedProject=Списък на кредити, свързани с проекта
+AddLoan=Създаване на кредит
+FinancialCommitment=Финансово задължение
InterestAmount=Лихва
-CapitalRemain=Capital remain
+CapitalRemain=Оставащ капитал
# Admin
-ConfigLoan=Конфигурация на модула заем
-LOAN_ACCOUNTING_ACCOUNT_CAPITAL=Accounting account capital by default
-LOAN_ACCOUNTING_ACCOUNT_INTEREST=Accounting account interest by default
-LOAN_ACCOUNTING_ACCOUNT_INSURANCE=Accounting account insurance by default
-CreateCalcSchedule=Edit financial commitment
+ConfigLoan=Конфигуриране на модула Кредити
+LOAN_ACCOUNTING_ACCOUNT_CAPITAL=Счетоводна сметка на капитал по подразбиране
+LOAN_ACCOUNTING_ACCOUNT_INTEREST=Счетоводна сметка на лихва по подразбиране
+LOAN_ACCOUNTING_ACCOUNT_INSURANCE=Счетоводна сметка на застраховка по подразбиране
+CreateCalcSchedule=Променяне на финансово задължение
diff --git a/htdocs/langs/bg_BG/mails.lang b/htdocs/langs/bg_BG/mails.lang
index a86d997442c..4a4acf6b635 100644
--- a/htdocs/langs/bg_BG/mails.lang
+++ b/htdocs/langs/bg_BG/mails.lang
@@ -14,7 +14,7 @@ MailTo=Получател (и)
MailToUsers=До потребител (и)
MailCC=Копие до
MailToCCUsers=Копие до потребител (и)
-MailCCC=Явно копие до
+MailCCC=Скрито копие до
MailTopic=Тема на имейла
MailText=Съобщение
MailFile=Прикачени файлове
@@ -24,7 +24,7 @@ BodyNotIn=Не е в съобщение
ShowEMailing=Показване на масови имейли
ListOfEMailings=Списък на масови имейли
NewMailing=Нов масов имейл
-EditMailing=Редактиране на масов имейл
+EditMailing=Променяне на масов имейл
ResetMailing=Повторно изпращане на масов имейл
DeleteMailing=Изтриване на масов имейл
DeleteAMailing=Изтриване на масов имейл
@@ -78,9 +78,9 @@ GroupEmails=Групови имейли
OneEmailPerRecipient=Един имейл за получател (по подразбиране е избран един имейл за всеки запис)
WarningIfYouCheckOneRecipientPerEmail=Внимание, ако поставите отметка в това квадратче, това означава, че само един имейл ще бъде изпратен за няколко различни избрани записа, така че, ако съобщението ви съдържа заместващи променливи, които се отнасят до данни от даден запис, няма да е възможно да ги замените.
ResultOfMailSending=Резултат от масовото изпращане на имейл
-NbSelected=Number selected
-NbIgnored=Number ignored
-NbSent=Number sent
+NbSelected=Брой избрани
+NbIgnored=Брой игнорирани
+NbSent=Брой изпратени
SentXXXmessages=%s изпратен(о)(и) съобщени(е)(я).
ConfirmUnvalidateEmailing=Сигурни ли сте, че искате да превърнете имейла %s в чернова?
MailingModuleDescContactsWithThirdpartyFilter=Контакт с клиентски филтри
diff --git a/htdocs/langs/bg_BG/main.lang b/htdocs/langs/bg_BG/main.lang
index bb9c15de13a..a475e9445a9 100644
--- a/htdocs/langs/bg_BG/main.lang
+++ b/htdocs/langs/bg_BG/main.lang
@@ -44,8 +44,8 @@ ErrorConstantNotDefined=Параметър %s не е дефиниран
ErrorUnknown=Неизвестна грешка
ErrorSQL=Грешка в SQL
ErrorLogoFileNotFound=Не е открит файл с лого '%s'
-ErrorGoToGlobalSetup=Отворете настройка на „Фирма/Организация“, за да коригирате това
-ErrorGoToModuleSetup=Отидете в настройка на модула, за да коригирате това
+ErrorGoToGlobalSetup=Отидете в настройката на „Фирма / Организация“, за да коригирате това.
+ErrorGoToModuleSetup=Отидете в настройката на модула, за да коригирате това.
ErrorFailedToSendMail=Неуспешно изпращане на имейл (подател = %s, получател = %s)
ErrorFileNotUploaded=Файлът не беше качен. Уверете се, че размерът му не надвишава максимално допустимия, че е на разположение свободно пространство на диска и че няма файл със същото име в тази директория.
ErrorInternalErrorDetected=Открита е грешка
@@ -72,7 +72,7 @@ SeeAlso=Вижте също %s
SeeHere=Вижте тук
ClickHere=Кликнете тук
Here=Тук
-Apply=Приложи
+Apply=Приложете
BackgroundColorByDefault=Стандартен цвят на фона
FileRenamed=Файлът е успешно преименуван
FileGenerated=Файлът е успешно генериран
@@ -83,7 +83,7 @@ FilesDeleted=Файлът(овете) е(са) успешно изтрит(и)
FileWasNotUploaded=Избран е файл за прикачване, но все още не е качен. Кликнете върху "Прикачване на файл" за това.
NbOfEntries=Брой вписвания
GoToWikiHelpPage=Прочетете онлайн помощта (необходим е достъп до интернет)
-GoToHelpPage=Прочетете помощта
+GoToHelpPage=Прочетете помощната информация
RecordSaved=Записът е съхранен
RecordDeleted=Записът е изтрит
RecordGenerated=Записът е генериран
@@ -103,18 +103,18 @@ ConnectedOnMultiCompany=Свързан към обект
ConnectedSince=Свързан от
AuthenticationMode=Режим на удостоверяване
RequestedUrl=Заявен URL адрес
-DatabaseTypeManager=Управление на видовете бази данни
+DatabaseTypeManager=Мениджър на типовете база данни
RequestLastAccessInError=Последна грешка в заявката за достъп до базата данни
ReturnCodeLastAccessInError=Върнат код за грешка при последната заявка за достъп до базата данни
InformationLastAccessInError=Информация за грешка при последната заявка за достъп до базата данни
DolibarrHasDetectedError=Dolibarr засече техническа грешка
YouCanSetOptionDolibarrMainProdToZero=Можете да прочетете .log файл или да зададете опция $ dolibarr_main_prod на '0' в конфигурационния си файл, за да получите повече информация.
-InformationToHelpDiagnose=Тази информация може да бъде полезна за диагностични цели (можете да зададете опция $ dolibarr_main_prod на '1', за да премахнете такива известия)
+InformationToHelpDiagnose=Тази информация може да бъде полезна за диагностични цели (може да зададете опция $dolibarr_main_prod на '1', за да премахнете такива известия)
MoreInformation=Повече информация
TechnicalInformation=Техническа информация
-TechnicalID=Техническо ID
+TechnicalID=Технически идентификатор
NotePublic=Бележка (публична)
-NotePrivate=Бележка (частна)
+NotePrivate=Бележка (лична)
PrecisionUnitIsLimitedToXDecimals=Dolibarr е настроен да ограничи прецизността на единичните цени до %s десетични числа.
DoTest=Тест
ToFilter=Филтър
@@ -145,30 +145,30 @@ NotClosed=Не е затворен
Enabled=Включено
Enable=Включване
Deprecated=Отхвърлено
-Disable=Изключи
+Disable=Изключване
Disabled=Изключено
Add=Добавяне
AddLink=Добавяне на връзка
RemoveLink=Премахване на връзка
AddToDraft=Добавяне към чернова
Update=Актуализиране
-Close=Затваряне
+Close=Приключване
CloseBox=Премахнете джаджата от таблото си за управление
Confirm=Потвърждаване
ConfirmSendCardByMail=Наистина ли искате да изпратите съдържанието на тази карта по имейл до %s ?
Delete=Изтриване
Remove=Премахване
Resiliate=Прекратяване
-Cancel=Отказ
-Modify=Редактиране
-Edit=Редактиране
+Cancel=Анулиране
+Modify=Променяне
+Edit=Променяне
Validate=Валидиране
ValidateAndApprove=Валидиране и одобряване
ToValidate=За валидиране
NotValidated=Не е валидиран
-Save=Запис
-SaveAs=Запис като
-TestConnection=Проверка на връзката
+Save=Съхраняване
+SaveAs=Съхраняване като
+TestConnection=Проверяване на връзката
ToClone=Клониране
ConfirmClone=Изберете данни, които искате да клонирате:
NoCloneOptionsSpecified=Няма определени данни за клониране.
@@ -178,20 +178,20 @@ Run=Изпълни
CopyOf=Копие на
Show=Покажи
Hide=Скрий
-ShowCardHere=Покажи картата
+ShowCardHere=Показване на карта
Search=Търсене
SearchOf=Търсене
Valid=Валидиран
-Approve=Одобри
-Disapprove=Не одобрявам
-ReOpen=Отвори отново
-Upload=Качи
-ToLink=Връзка
+Approve=Одобряване
+Disapprove=Отхвърляне
+ReOpen=Повторно отваряне
+Upload=Прикачи
+ToLink=Свържи
Select=Изберете
Choose=Избор
-Resize=Преоразмери
-ResizeOrCrop=Преоразмеряване или Изрязване
-Recenter=Възстанови
+Resize=Оразмеряване
+ResizeOrCrop=Оразмеряване или изрязване
+Recenter=Възстановяване
Author=Автор
User=Потребител
Users=Потребители
@@ -200,7 +200,7 @@ Groups=Групи
NoUserGroupDefined=Няма дефинирана потребителска група
Password=Парола
PasswordRetype=Повторете паролата
-NoteSomeFeaturesAreDisabled=Обърнете внимание, че много функции/модули са изключени при тази демонстрация.
+NoteSomeFeaturesAreDisabled=Имайте предвид, че много функции / модули са деактивирани в тази демонстрация.
Name=Име
NameSlashCompany=Име / Фирма
Person=Лице
@@ -218,9 +218,9 @@ MultiLanguage=Мултиезичност
Note=Бележка
Title=Заглавие
Label=Етикет
-RefOrLabel=Код или етикет
+RefOrLabel=Референция или етикет
Info=История
-Family=Семейство
+Family=Фамилия
Description=Описание
Designation=Описание
DescriptionOfLine=Описание на реда
@@ -237,9 +237,9 @@ Numero=Брой
Limit=Лимит
Limits=Лимити
Logout=Изход
-NoLogoutProcessWithAuthMode=Не се прилага функция за изключване на връзката с режима за удостоверяване %s
+NoLogoutProcessWithAuthMode=Няма функция за прекъсване на връзката с режим на удостоверяване %s
Connection=Вход
-Setup=Настройки
+Setup=Настройка
Alert=Предупреждение
MenuWarnings=Предупреждения
Previous=Предишен
@@ -258,7 +258,7 @@ DateCreation=Дата на създаване
DateCreationShort=Създаване
DateModification=Дата на промяна
DateModificationShort=Промяна
-DateLastModification=Последна дата на промяна
+DateLastModification=Дата на последна промяна
DateValidation=Дата на валидиране
DateClosing=Дата на приключване
DateDue=Дата на падеж
@@ -315,7 +315,7 @@ HourShort=ч
MinuteShort=мин
Rate=Курс
CurrencyRate=Обменен валутен курс
-UseLocalTax=Включи данъци
+UseLocalTax=Включи данък
Bytes=Байта
KiloBytes=Килобайта
MegaBytes=Мегабайта
@@ -333,7 +333,7 @@ Copy=Копиране
Paste=Поставяне
Default=По подразбиране
DefaultValue=Стойност по подразбиране
-DefaultValues=Стандартни стойности / филтри / сортиране
+DefaultValues=Стойности / филтри / сортиране
Price=Цена
PriceCurrency=Цена (валута)
UnitPrice=Единична цена
@@ -352,17 +352,17 @@ AmountHTShort=Сума (без ДДС)
AmountTTCShort=Сума (с ДДС)
AmountHT=Сума (без ДДС)
AmountTTC=Сума (с ДДС)
-AmountVAT=Сума на ДДС
+AmountVAT=Размер на ДДС
MulticurrencyAlreadyPaid=Вече платено, оригинална валута
-MulticurrencyRemainderToPay=Оставащо за плащане, оригиналната валута
+MulticurrencyRemainderToPay=Оставащо за плащане, оригинална валута
MulticurrencyPaymentAmount=Сума на плащане, оригинална валута
MulticurrencyAmountHT=Сума (без ДДС), оригинална валута
MulticurrencyAmountTTC=Сума (с ДДС), оригинална валута
-MulticurrencyAmountVAT=Сума на ДДС, оригинална валута
-AmountLT1=Сума на данък 2
-AmountLT2=Сума на данък 3
-AmountLT1ES=Сума на RE
-AmountLT2ES=Сума на IRPF
+MulticurrencyAmountVAT=Размер на ДДС, оригинална валута
+AmountLT1=Размер на данък 2
+AmountLT2=Размер на данък 3
+AmountLT1ES=Размер на RE
+AmountLT2ES=Размер на IRPF
AmountTotal=Обща сума
AmountAverage=Средна сума
PriceQtyMinHT=Цена за минимално количество (без ДДС)
@@ -380,32 +380,32 @@ Totalforthispage=Общо за тази страница
TotalTTC=Сума за плащане
TotalTTCToYourCredit=Общо (с ДДС) към вашия кредит
TotalVAT=Начислен ДДС
-TotalVATIN=Общо IGST
-TotalLT1=Общо данък 2
-TotalLT2=Общо данък 3
-TotalLT1ES=Общо RE
-TotalLT2ES=Общо IRPF
-TotalLT1IN=Общо CGST
-TotalLT2IN=Общо SGST
+TotalVATIN=Начислен IGST
+TotalLT1=Начислен данък 2
+TotalLT2=Начислен данък 3
+TotalLT1ES=Начислен RE
+TotalLT2ES=Начислен IRPF
+TotalLT1IN=Начислен CGST
+TotalLT2IN=Начислен SGST
HT=без ДДС
TTC=с ДДС
INCVATONLY=с ДДС
INCT=с всички данъци
VAT=ДДС
VATIN=IGST
-VATs=Данъци върху продажбите
+VATs=Данъци върху продажби
VATINs=IGST данъци
-LT1=Данък върху продажбите 2
-LT1Type=Данък върху продажбите 2 вид
-LT2=Данък върху продажбите 3
-LT2Type=Тип данък върху продажбите 3 вид
+LT1=Данък 2 върху продажби
+LT1Type=Данък върху продажби 2 вид
+LT2=Данък 3 върху продажби
+LT2Type=Данък върху продажби 3 вид
LT1ES=RE
LT2ES=IRPF
LT1IN=CGST
LT2IN=SGST
LT1GC=Допълнителни центове
VATRate=Данъчна ставка
-VATCode=Код за данъчна ставка
+VATCode=Код на данъчна ставка
VATNPR=Данъчна ставка NPR
DefaultTaxRate=Данъчна ставка по подразбиране
Average=Средно
@@ -417,7 +417,7 @@ Modules=Модули / Приложения
Option=Опция
List=Списък
FullList=Пълен списък
-Statistics=Статистики
+Statistics=Статистика
OtherStatistics=Други статистически данни
Status=Статус
Favorite=Фаворит
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Контакти / адреси за този кон
AddressesForCompany=Адреси за този контрагент
ActionsOnCompany=Събития за този контрагент
ActionsOnContact=Събития за този контакт / адрес
+ActionsOnContract=Events for this contract
ActionsOnMember=Събития за този член
ActionsOnProduct=Събития за този продукт
NActionsLate=%s закъснели
@@ -468,8 +469,8 @@ NoOpenedElementToProcess=Няма отворен елемент за обраб
Available=Налично
NotYetAvailable=Все още не е налично
NotAvailable=Не е налично
-Categories=Етикети / Категории
-Category=Етикет / Категория
+Categories=Тагове / Категории
+Category=Таг / Категория
By=От
From=От
to=за
@@ -509,22 +510,22 @@ ByCompanies=По контрагенти
ByUsers=По потребител
Links=Връзки
Link=Връзка
-Rejects=Откази
-Preview=Предв. преглед
+Rejects=Отхвърляния
+Preview=Преглед
NextStep=Следваща стъпка
Datas=Данни
None=Няма
NoneF=Няма
NoneOrSeveral=Няма или няколко
Late=Закъснели
-LateDesc=Елементът се дефинира като Закъснение съгласно системната конфигурация в меню Начало - Настройка - Предупреждения.
-NoItemLate=Няма забавен елемент
+LateDesc=Елементът се дефинира като закъснял съгласно системната конфигурация в меню Начало -> Настройка -> Предупреждения.
+NoItemLate=Няма закъснял елемент
Photo=Снимка
Photos=Снимки
AddPhoto=Добавяне на снимка
DeletePicture=Изтриване на снимка
ConfirmDeletePicture=Потвърждавате ли изтриването на снимката?
-Login=Потребител
+Login=Потребителско име
LoginEmail=Потребител (имейл)
LoginOrEmail=Потребител или имейл
CurrentLogin=Текущ потребител
@@ -590,16 +591,16 @@ Keyword=Ключова дума
Origin=Произход
Legend=Легенда
Fill=Попълване
-Reset=Нулиране
+Reset=Зануляване
File=Файл
Files=Файлове
NotAllowed=Не е разрешено
ReadPermissionNotAllowed=Не са предоставени права за четене
-AmountInCurrency=Сума във валута %s
+AmountInCurrency=Сума в %s
Example=Пример
Examples=Примери
NoExample=Няма пример
-FindBug=Съобщи за грешка
+FindBug=Подаване на сигнал за грешка
NbOfThirdParties=Брой контрагенти
NbOfLines=Брой редове
NbOfObjects=Брой обекти
@@ -609,21 +610,21 @@ TotalQuantity=Общо количество
DateFromTo=от %s до %s
DateFrom=От %s
DateUntil=До %s
-Check=Маркирай
-Uncheck=Отмаркирай
+Check=Маркиране
+Uncheck=Отмаркиране
Internal=Вътрешен
External=Външен
Internals=Вътрешни
Externals=Външни
-Warning=Внимание
+Warning=Предупреждение
Warnings=Предупреждения
BuildDoc=Създаване на документ
-Entity=Субект
-Entities=Субекти
+Entity=Среда
+Entities=Организации
CustomerPreview=Преглед на клиент
SupplierPreview=Преглед на доставчик
-ShowCustomerPreview=Показване на преглед на клиент
-ShowSupplierPreview=Показване на преглед на доставчик
+ShowCustomerPreview=Преглеждане на клиент
+ShowSupplierPreview=Преглеждане на доставчик
RefCustomer=Реф. клиент
Currency=Валута
InfoAdmin=Информация за администратори
@@ -634,7 +635,7 @@ UndoExpandAll=Свий всички
SeeAll=Виж всички
Reason=Причина
FeatureNotYetSupported=Функцията все още не се поддържа
-CloseWindow=Затвори прозореца
+CloseWindow=Затваряне на прозорец
Response=Отговор
Priority=Приоритет
SendByMail=Изпращане по имейл
@@ -675,22 +676,22 @@ PartialWoman=Частично
TotalWoman=Обща
NeverReceived=Никога не е получавано
Canceled=Анулирано
-YouCanChangeValuesForThisListFromDictionarySetup=Може да промените стойностите за този списък от меню Настройки - Речници
+YouCanChangeValuesForThisListFromDictionarySetup=Може да промените стойностите за този списък от меню Настройка - Речници
YouCanChangeValuesForThisListFrom=Може да промените стойностите за този списък от меню %s
YouCanSetDefaultValueInModuleSetup=Може да зададете стойността по подразбиране, използвана при създаване на нов запис в настройката на модула
Color=Цвят
Documents=Свързани файлове
Documents2=Документи
-UploadDisabled=Качването е деактивирано
+UploadDisabled=Прикачването е деактивирано
MenuAccountancy=Счетоводство
MenuECM=Документи
MenuAWStats=AWStats
MenuMembers=Членове
-MenuAgendaGoogle=Google бележник
+MenuAgendaGoogle=Google календар
ThisLimitIsDefinedInSetup=Ограничение на системата (Меню Начало - Настройка - Сигурност): %s Kb, ограничение на PHP: %s Kb
NoFileFound=Няма записани документи в тази директория
CurrentUserLanguage=Текущ език
-CurrentTheme=Текущата тема
+CurrentTheme=Текуща тема
CurrentMenuManager=Текущ меню манипулатор
Browser=Браузър
Layout=Оформление
@@ -706,11 +707,11 @@ Root=Начало
Informations=Информация
Page=Страница
Notes=Бележки
-AddNewLine=Добави нов ред
-AddFile=Добави файл
+AddNewLine=Добавяне на нов ред
+AddFile=Добавяне на файл
FreeZone=Не е предварително определен продукт / услуга
-FreeLineOfType=Свободен текст към елемента, въведете:
-CloneMainAttributes=Клонира обекта с неговите основни атрибути
+FreeLineOfType=Елемент със свободен текст, тип:
+CloneMainAttributes=Клониране на обекта с неговите основни атрибути
ReGeneratePDF=Повторно генериране на PDF
PDFMerge=Обединяване на PDF файлове
Merge=Обединяване
@@ -733,8 +734,8 @@ Result=Резултат
ToTest=Тест
ValidateBefore=Картата трябва да бъде валидирана, преди да използвате тази функция
Visibility=Видимост
-Totalizable=Обобщено
-TotalizableDesc=Това поле е обобщено в списъка
+Totalizable=Обобщаване
+TotalizableDesc=Това поле е обобщаващо в списъка
Private=Личен
Hidden=Скрит
Resources=Ресурси
@@ -750,15 +751,16 @@ AttributeCode=Код на атрибут
URLPhoto=URL адрес на снимка / лого
SetLinkToAnotherThirdParty=Връзка към друг контрагент
LinkTo=Връзка към
-LinkToProposal=Връзка към търговско предложение
+LinkToProposal=Връзка към предложение
LinkToOrder=Връзка към поръчка
LinkToInvoice=Връзка към фактура
-LinkToTemplateInvoice=Връзка към шаблон за фактура
+LinkToTemplateInvoice=Връзка към шаблонна фактура
LinkToSupplierOrder=Връзка към поръчка за покупка
LinkToSupplierProposal=Връзка към запитване към доставчик
LinkToSupplierInvoice=Връзка към фактура за доставка
LinkToContract=Връзка към договор
LinkToIntervention=Връзка към интервенция
+LinkToTicket=Link to ticket
CreateDraft=Създаване на чернова
SetToDraft=Назад към черновата
ClickToEdit=Кликнете, за да редактирате
@@ -775,7 +777,7 @@ ByYear=По година
ByMonth=По месец
ByDay=По ден
BySalesRepresentative=По търговски представител
-LinkedToSpecificUsers=Свързано е с конкретен потребителски контакт
+LinkedToSpecificUsers=Свързани с конкретен потребител
NoResults=Няма резултати
AdminTools=Администрация
SystemTools=Системни инструменти
@@ -785,7 +787,7 @@ Element=Елемент
NoPhotoYet=Все още няма налични снимки
Dashboard=Табло
MyDashboard=Моето табло
-Deductible=Удържаем
+Deductible=Начисляем
from=от
toward=към
Access=Достъп
@@ -796,7 +798,7 @@ SaveUploadedFileWithMask=Запиши файла на сървъра с име "
OriginFileName=Оригинално име на файл
SetDemandReason=Задайте източник
SetBankAccount=Дефиниране на банкова сметка
-AccountCurrency=Валута на профила
+AccountCurrency=Валута на сметката
ViewPrivateNote=Преглед на бележки
XMoreLines=%s ред(а) е(са) скрит(и)
ShowMoreLines=Показване на повече / по-малко редове
@@ -808,8 +810,8 @@ ShowTransaction=Показване на запис на банкова смет
ShowIntervention=Показване на интервенция
ShowContract=Показване на договор
GoIntoSetupToChangeLogo=Отидете в Начало - Настройка - Фирма / Организация, за да промените логото или в Начало - Настройка - Екран, за да го скриете.
-Deny=Забраняване
-Denied=Забранено
+Deny=Отхвърляне
+Denied=Отхвърлено
ListOf=Списък на %s
ListOfTemplates=Списък с шаблони
Gender=Пол
@@ -831,9 +833,9 @@ ConfirmMassDeletion=Потвърждение за масово изтриван
ConfirmMassDeletionQuestion=Сигурни ли сте, че искате да изтриете избраните %s записа?
RelatedObjects=Свързани обекти
ClassifyBilled=Класифициране като фактурирано
-ClassifyUnbilled=Класифициране като нефактурирано
+ClassifyUnbilled=Класифициране като нетаксувано
Progress=Прогрес
-ProgressShort=Напредък
+ProgressShort=Прогрес
FrontOffice=Фронт офис
BackOffice=Бек офис
View=Преглед
@@ -849,7 +851,7 @@ AllExportedMovementsWereRecordedAsExported=Всички експортирани
NotAllExportedMovementsCouldBeRecordedAsExported=Не всички експортирани движения могат да бъдат записани като експортирани
Miscellaneous=Разни
Calendar=Календар
-GroupBy=Групирай по...
+GroupBy=Групиране по...
ViewFlatList=Преглед на плосък списък
RemoveString=Премахване на низ „%s“
SomeTranslationAreUncomplete=Някои от предлаганите езици могат да бъдат само частично преведени или да съдържат грешки. Моля, помогнете ни да коригираме езика ви като се регистрирате на адрес https://transifex.com/projects/p/dolibarr/ , за да добавите подобренията си.
@@ -883,11 +885,11 @@ LeadOrProject=Възможност | Проект
LeadsOrProjects=Възможности | Проекти
Lead=Възможност
Leads=Възможности
-ListOpenLeads=Списък с отворени възможности
-ListOpenProjects=Списък с отворени проекти
+ListOpenLeads=Отворени възможности
+ListOpenProjects=Отворени проекти
NewLeadOrProject=Нова възможност или проект
Rights=Права
-LineNb=ред №
+LineNb=Ред №
IncotermLabel=Условия на доставка
TabLetteringCustomer=Абревиатура на клиент
TabLetteringSupplier=Абревиатура на доставчик
@@ -926,7 +928,7 @@ Select2NotFound=Няма намерени резултати
Select2Enter=Въвеждане
Select2MoreCharacter=или повече знака
Select2MoreCharacters=или повече знаци
-Select2MoreCharactersMore= Синтаксис на търсенето: | ИЛИ (а | б) * Някакъв знак (а * б) ^ Започнете с (^ аб) $ Завършете с ( ab $)
+Select2MoreCharactersMore= Синтаксис на търсенето: | или (a|b) * Някакъв знак (a*b) ^ Започнете с (^ab) $ Завършете с (ab$)
Select2LoadingMoreResults=Зараждане на повече резултати...
Select2SearchInProgress=В процес на търсене...
SearchIntoThirdparties=Контрагенти
@@ -957,7 +959,7 @@ Everybody=Всички
PayedBy=Платено от
PayedTo=Платено на
Monthly=Месечно
-Quarterly=Тримесечие
+Quarterly=Тримесечно
Annual=Годишно
Local=Локално
Remote=Отдалечено
@@ -973,7 +975,7 @@ Inventory=Складова наличност
AnalyticCode=Аналитичен код
TMenuMRP=ПМИ
ShowMoreInfos=Показване на повече информация
-NoFilesUploadedYet=Моля, първо качете документ
+NoFilesUploadedYet=Моля, първо прикачете документ
SeePrivateNote=Вижте частната бележка
PaymentInformation=Платежна информация
ValidFrom=Валидно от
diff --git a/htdocs/langs/bg_BG/margins.lang b/htdocs/langs/bg_BG/margins.lang
index 09789443a91..e1f60eb1201 100644
--- a/htdocs/langs/bg_BG/margins.lang
+++ b/htdocs/langs/bg_BG/margins.lang
@@ -1,44 +1,44 @@
# Dolibarr language file - Source file is en_US - marges
-Margin=Margin
-Margins=Полета
-TotalMargin=Total Margin
-MarginOnProducts=Margin / Products
-MarginOnServices=Margin / Services
-MarginRate=Margin rate
-MarkRate=Mark rate
-DisplayMarginRates=Display margin rates
-DisplayMarkRates=Display mark rates
-InputPrice=Input price
-margin=Profit margins management
-margesSetup=Profit margins management setup
-MarginDetails=Margin details
-ProductMargins=Product margins
-CustomerMargins=Customer margins
-SalesRepresentativeMargins=Sales representative margins
-UserMargins=User margins
+Margin=Марж
+Margins=Маржове
+TotalMargin=Общ марж
+MarginOnProducts=Марж / Продукти
+MarginOnServices=Марж / Услуги
+MarginRate=Брутен марж
+MarkRate=Нетен марж
+DisplayMarginRates=Показване на брутни маржове
+DisplayMarkRates=Показване на нетни маржове
+InputPrice=Входна стойност
+margin=Управление на маржове за печалба
+margesSetup=Настройка на маржове за печалба
+MarginDetails=Маржови подробности
+ProductMargins=Маржове от продукт
+CustomerMargins=Маржове от клиент
+SalesRepresentativeMargins=Маржове от търговски представител
+UserMargins=Маржове от потребител
ProductService=Продукт или услуга
AllProducts=Всички продукти и услуги
-ChooseProduct/Service=Изберете продукт или услуга
-ForceBuyingPriceIfNull=Force buying/cost price to selling price if not defined
-ForceBuyingPriceIfNullDetails=If buying/cost price not defined, and this option "ON", margin will be zero on line (buying/cost price = selling price), otherwise ("OFF"), marge will be equal to suggested default.
-MARGIN_METHODE_FOR_DISCOUNT=Margin method for global discounts
+ChooseProduct/Service=Избиране на продукт или услуга
+ForceBuyingPriceIfNull=Форсиране на покупна цена / себестойност да бъде равна на продажната цена, ако не е дефинирана първата
+ForceBuyingPriceIfNullDetails=Ако покупната цена / себестойност не е дефинирана и тази опция е включена, маржа ще бъде нула за реда (покупна цена / себестойност = продажна цена), в противен случай, ако е изключена маржа ще бъде равен на предложения по подразбиране.
+MARGIN_METHODE_FOR_DISCOUNT=Маржов метод за глобални отстъпки
UseDiscountAsProduct=Като продукт
UseDiscountAsService=Като услуга
-UseDiscountOnTotal=On subtotal
-MARGIN_METHODE_FOR_DISCOUNT_DETAILS=Defines if a global discount is treated as a product, a service, or only on subtotal for margin calculation.
-MARGIN_TYPE=Buying/Cost price suggested by default for margin calculation
-MargeType1=Margin on Best vendor price
-MargeType2=Margin on Weighted Average Price (WAP)
-MargeType3=Margin on Cost Price
-MarginTypeDesc=* Margin on best buying price = Selling price - Best vendor price defined on product card * Margin on Weighted Average Price (WAP) = Selling price - Product Weighted Average Price (WAP) or best supplier price if WAP not yet defined * Margin on Cost price = Selling price - Cost price defined on product card or WAP if cost price not defined, or best supplier price if WAP not yet defined
-CostPrice=Cost price
-UnitCharges=Unit charges
-Charges=Charges
-AgentContactType=Commercial agent contact type
-AgentContactTypeDetails=Define what contact type (linked on invoices) will be used for margin report per sale representative
-rateMustBeNumeric=Rate must be a numeric value
-markRateShouldBeLesserThan100=Mark rate should be lower than 100
-ShowMarginInfos=Show margin infos
-CheckMargins=Margins detail
-MarginPerSaleRepresentativeWarning=The report of margin per user use the link between third parties and sale representatives to calculate the margin of each sale representative. Because some thirdparties may not have any ddiated sale representative and some thirdparties may be linked to several, some amounts may not be included into this report (if there is no sale representative) and some may appear on different lines (for each sale representative).
+UseDiscountOnTotal=Като междинна сума
+MARGIN_METHODE_FOR_DISCOUNT_DETAILS=Определя дали глобалната отстъпка се третира като продукт, услуга или само като междинна сума за изчисление на маржа.
+MARGIN_TYPE=Покупна цена / себестойност предложена по подразбиране за изчисление на маржа
+MargeType1=Марж по най-добра цена от доставчик
+MargeType2=Марж по средно претеглена цена (WAP)
+MargeType3=Марж по себестойност
+MarginTypeDesc=* Марж по най-добра цена от доставчик = продажна цена - най-добра цена от доставчик, дефинирани в картата на продукта / услугата. * Марж по средно претеглена цена (WAP) = Продажна цена - Средно претеглена цена (WAP) или най-добра цена от доставчик, ако WAP все още не е дефиниран * Марж по себестойност = Продажна цена - Себестойност, дефинирани в картата на продукта/услугата или WAP, ако себестойността не е дефинирана, или най-добра цена от доставчик, ако WAP не е дефиниран.
+CostPrice=Себестойност
+UnitCharges=Единични такси
+Charges=Такси
+AgentContactType=Тип контакт с търговски представител
+AgentContactTypeDetails=Определете какъв тип контакт (свързан към фактурите) ще бъде използван за отчет на маржа за всеки търговски представител
+rateMustBeNumeric=Процента трябва да е числова стойност
+markRateShouldBeLesserThan100=Нетния марж трябва да бъде по-малък от 100
+ShowMarginInfos=Показване на информация за марж
+CheckMargins=Маржови подробности
+MarginPerSaleRepresentativeWarning=Справката за изчисляване на маржа от всеки потребител, използва връзката между контрагентите и търговските представители. Тъй като някои контрагенти нямат само по един търговски представител, а някои контрагенти може да бъде свързани с няколко представители, то някои стойности не могат да бъдат включени в тази справка (ако няма търговски представител) и някои може да се появят на различни редове (за всеки търговски представител).
diff --git a/htdocs/langs/bg_BG/members.lang b/htdocs/langs/bg_BG/members.lang
index b847148cb92..d19bdf8cddb 100644
--- a/htdocs/langs/bg_BG/members.lang
+++ b/htdocs/langs/bg_BG/members.lang
@@ -12,7 +12,7 @@ FundationMembers=Членове на организацията
ListOfValidatedPublicMembers=Списък на настоящите публични членове
ErrorThisMemberIsNotPublic=Този член не е публичен
ErrorMemberIsAlreadyLinkedToThisThirdParty=Друг член (име: %s , вход: %s вече е свързан с контрагента %s . Премахнете тази връзка първо, защото контрагента не може да бъде свързана само с член (и обратно).
-ErrorUserPermissionAllowsToLinksToItselfOnly=От съображения за сигурност, трябва да ви бъдат предоставени права за редактиране на всички потребители да могат свързват член към потребител, който не е ваш.
+ErrorUserPermissionAllowsToLinksToItselfOnly=От съображения за сигурност трябва да имате права за променяне на всички потребители, за да може да свържете член с потребител, който не сте вие.
SetLinkToUser=Връзка към Dolibarr потребител
SetLinkToThirdParty=Линк към Dolibarr контрагент
MembersCards=Визитни картички на членове
@@ -159,13 +159,13 @@ SubscriptionPayment=Плащане на членски внос
LastSubscriptionDate=Date of latest subscription payment
LastSubscriptionAmount=Amount of latest subscription
MembersStatisticsByCountries=Статистика за членовете по държава
-MembersStatisticsByState=Статистика за членовете по област
+MembersStatisticsByState=Статистика за членове по област
MembersStatisticsByTown=Статистика за членовете по град
MembersStatisticsByRegion=Статистики на членовете по регион
NbOfMembers=Брой членове
NoValidatedMemberYet=Няма намерени потвърдени членове
MembersByCountryDesc=Този екран показва статистическите данни за членовете по държави. Графиката зависи от онлайн услугата Google графика и е достъпна само ако имате свързаност с интернет.
-MembersByStateDesc=Този екран показва статистическите данни за членовете по област.
+MembersByStateDesc=Този екран показва статистически данни за членове по област / регион.
MembersByTownDesc=Този екран показва статистическите данни за членовете по град.
MembersStatisticsDesc=Изберете статистически данни, които искате да прочетете ...
MenuMembersStats=Статистика
diff --git a/htdocs/langs/bg_BG/oauth.lang b/htdocs/langs/bg_BG/oauth.lang
index cafca379f6f..5f055216138 100644
--- a/htdocs/langs/bg_BG/oauth.lang
+++ b/htdocs/langs/bg_BG/oauth.lang
@@ -1,30 +1,30 @@
# Dolibarr language file - Source file is en_US - oauth
-ConfigOAuth=Oauth Configuration
-OAuthServices=OAuth services
-ManualTokenGeneration=Manual token generation
-TokenManager=Token manager
-IsTokenGenerated=Is token generated ?
-NoAccessToken=No access token saved into local database
-HasAccessToken=A token was generated and saved into local database
-NewTokenStored=Token received and saved
-ToCheckDeleteTokenOnProvider=Click here to check/delete authorization saved by %s OAuth provider
-TokenDeleted=Token deleted
-RequestAccess=Click here to request/renew access and receive a new token to save
-DeleteAccess=Click here to delete token
-UseTheFollowingUrlAsRedirectURI=Use the following URL as the Redirect URI when creating your credential on your OAuth provider:
-ListOfSupportedOauthProviders=Enter here credential provided by your OAuth2 provider. Only supported OAuth2 providers are visible here. This setup may be used by other modules that need OAuth2 authentication.
-OAuthSetupForLogin=Page to generate an OAuth token
-SeePreviousTab=See previous tab
-OAuthIDSecret=OAuth ID and Secret
-TOKEN_REFRESH=Token Refresh Present
-TOKEN_EXPIRED=Token expired
-TOKEN_EXPIRE_AT=Token expire at
-TOKEN_DELETE=Delete saved token
-OAUTH_GOOGLE_NAME=Oauth Google service
-OAUTH_GOOGLE_ID=Oauth Google Id
-OAUTH_GOOGLE_SECRET=Oauth Google Secret
-OAUTH_GOOGLE_DESC=Go on this page then "Credentials" to create Oauth credentials
-OAUTH_GITHUB_NAME=Oauth GitHub service
-OAUTH_GITHUB_ID=Oauth GitHub Id
-OAUTH_GITHUB_SECRET=Oauth GitHub Secret
-OAUTH_GITHUB_DESC=Go on this page then "Register a new application" to create Oauth credentials
+ConfigOAuth=OAuth конфигурация
+OAuthServices=OAuth услуги
+ManualTokenGeneration=Ръчно генериране на токен
+TokenManager=Токен мениджър
+IsTokenGenerated=Генериран ли е токен?
+NoAccessToken=Няма запазен токен за достъп в локалната база данни
+HasAccessToken=Беше генериран и съхранен токен в локалната база данни
+NewTokenStored=Токенът е получен и съхранен
+ToCheckDeleteTokenOnProvider=Кликнете тук, за да проверите / изтриете разрешение, съхранено от %s OAuth доставчик
+TokenDeleted=Токенът е изтрит
+RequestAccess=Кликнете тук, за да заявите / подновите достъпа и да получите нов токен, който да запазите
+DeleteAccess=Кликнете тук, за да изтриете токенът
+UseTheFollowingUrlAsRedirectURI=Използвайте следния URL адрес като URI за пренасочване, когато създавате идентификационни данни през вашият доставчик на OAuth:
+ListOfSupportedOauthProviders=Въведете идентификационните данни, предоставени от вашият OAuth2 доставчик. Тук са изброени поддържаните OAuth2 доставчици. Тези услуги могат да бъдат използвани от други модули, които се нуждаят от OAuth2 удостоверяване.
+OAuthSetupForLogin=Страница за генериране на OAuth токен
+SeePreviousTab=Вижте предишния раздел
+OAuthIDSecret=OAuth ID и Secret
+TOKEN_REFRESH=Налично е опресняване на токен
+TOKEN_EXPIRED=Токенът е изтекъл
+TOKEN_EXPIRE_AT=Токенът изтича на
+TOKEN_DELETE=Изтриване на съхранен токен
+OAUTH_GOOGLE_NAME=OAuth услуга на Google
+OAUTH_GOOGLE_ID=OAuth Google Id
+OAUTH_GOOGLE_SECRET=OAuth Google Secret
+OAUTH_GOOGLE_DESC=Отидете на тази страница след това „Удостоверения“, за да създадете OAuth идентификационни данни
+OAUTH_GITHUB_NAME=OAuth услуга на GitHub
+OAUTH_GITHUB_ID=OAuth GitHub Id
+OAUTH_GITHUB_SECRET=OAuth GitHub Secret
+OAUTH_GITHUB_DESC=Отидете на тази страница след това „Регистрирайте ново приложение“, за да създадете OAuth идентификационни данни
diff --git a/htdocs/langs/bg_BG/opensurvey.lang b/htdocs/langs/bg_BG/opensurvey.lang
index 9a08ed868ad..76e4292029d 100644
--- a/htdocs/langs/bg_BG/opensurvey.lang
+++ b/htdocs/langs/bg_BG/opensurvey.lang
@@ -1,17 +1,17 @@
# Dolibarr language file - Source file is en_US - opensurvey
Survey=Анкета
Surveys=Анкети
-OrganizeYourMeetingEasily=Организиране на вашите срещи и анкети лесно. Първо изберете типа на гласуване ...
-NewSurvey=Ново анкета
-OpenSurveyArea=Зона Анкети
-AddACommentForPoll=Можете да добавите коментар на анкетата ...
+OrganizeYourMeetingEasily=Организирайте лесно срещите и анкетите си. Първо изберете тип анкета...
+NewSurvey=Ново проучване
+OpenSurveyArea=Зона за проучвания
+AddACommentForPoll=Можете да добавите коментар към анкетата...
AddComment=Добавяне на коментар
CreatePoll=Създаване на анкета
PollTitle=Тема на анкетата
ToReceiveEMailForEachVote=Получаване на имейл за всеки глас
-TypeDate=Дата
-TypeClassic=Стандартно
-OpenSurveyStep2=Изберете вашите дата между свободните дни (сиво). Избраните дни са зелени. Можете да махнете избрания преди това ден като отново кликнете върху него.
+TypeDate=Срочна
+TypeClassic=Стандартна
+OpenSurveyStep2=Изберете вашите дати измежду свободните дни в сиво. Избраните дни ще бъдат оцветени в зелено. Може да отмените избора си за предварително избран ден като кликнете отново върху него.
RemoveAllDays=Премахване на всички дни
CopyHoursOfFirstDay=Копиране на часовете от първия ден
RemoveAllHours=Премахване на всички часове
@@ -19,43 +19,43 @@ SelectedDays=Избрани дни
TheBestChoice=С най-много гласове в момента е
TheBestChoices=С най-много гласове в момента са
with=с
-OpenSurveyHowTo=Ако сте съгласни да гласувате в тази анкета, трябва въведете името си, да изберете отговорите, които най-подходящи за вас и да потвърдите с бутон плюс в края на този ред.
-CommentsOfVoters=Коментари на гласувалите
-ConfirmRemovalOfPoll=Сигурни ли сте, че желаете да премахнете анкетата (и всички гласове)
+OpenSurveyHowTo=Ако сте съгласни да гласувате в тази анкета, трябва да въведете името си, да изберете отговорите, които са най-подходящи за вас и да потвърдите с бутона плюс в края на реда.
+CommentsOfVoters=Коментари на гласоподавателите
+ConfirmRemovalOfPoll=Сигурни ли сте, че искате да премахнете тази анкета (и всички гласове)?
RemovePoll=Премахване на анкета
-UrlForSurvey=URL за директен достъп до акетата
-PollOnChoice=You are creating a poll to make a multi-choice for a poll. First enter all possible choices for your poll:
-CreateSurveyDate=Създаване на анкета със срок
-CreateSurveyStandard=Създаване на стандартно гласуване
+UrlForSurvey=URL адрес за директен достъп до анкетата
+PollOnChoice=Създавате анкета, за да направите проучване с предварително дефинирани отговори. Първо въведете всички възможни отговори за вашата анкета:
+CreateSurveyDate=Създаване на срочна анкета
+CreateSurveyStandard=Създаване на стандартна анкета
CheckBox=Отметка
YesNoList=Списък (празно/да/не)
PourContreList=Списък (празно/за/против)
AddNewColumn=Добавяне на нова колона
TitleChoice=Избор на етикет
-ExportSpreadsheet=Експорт на разултатна таблица
-ExpireDate=Крайната дата
-NbOfSurveys=Брой на анкетите
-NbOfVoters=Брой гласове
+ExportSpreadsheet=Експортиране на таблица с резултати
+ExpireDate=Крайна дата
+NbOfSurveys=Брой анкети
+NbOfVoters=Брой гласоподаватели
SurveyResults=Резултати
-PollAdminDesc=Позволено ви е да променяте всички линии за гласуване от тази анкета с бутон "Редактиране". Можете, също така, изтривате колона или линия с %s. Можете също да добавяте нова колона с %s.
+PollAdminDesc=Имате право да променяте всички редове за гласуване от тази анкета с бутон 'Променяне'. Можете също така, да изтривате колона или линия с %s. Можете също да добавяте нова колона с %s.
5MoreChoices=Още 5
Against=Против
-YouAreInivitedToVote=Поканени сте да гласувате за тази анкета
-VoteNameAlreadyExists=Името вече е било използвано за тази анкета
+YouAreInivitedToVote=Поканени сте да гласувате в тази анкета
+VoteNameAlreadyExists=Това име вече беше използвано в тази анкета
AddADate=Добавяне на дата
AddStartHour=Добавяне на начален час
AddEndHour=Добавяне на краен час
votes=глас(а)
-NoCommentYet=Все още няма публикувани коментари за тази анкета
-CanComment=Гласуващите могат да коментират в анкетата
-CanSeeOthersVote=Анкетираните могат да виждат гласа на другите хора.
-SelectDayDesc=За всеки избран ден можете да изберете или не часовете за среща в следния формат: - празно, - "8h", "8H" или 8:00", за да зададете начален час на среща, - "8-11", "8h-11h", "8H-11H" или "8:00-11:00", за да зададете час на край на среща, - "8h15-11h15", "8H15-11H15" или "8:15-11:15" за същото нещо, но с минути.
-BackToCurrentMonth=Обратно в текущия месец
-ErrorOpenSurveyFillFirstSection=Не сте попълнили първата секция при създаването на анкетата
-ErrorOpenSurveyOneChoice=Въведете поне една възможност за избор
-ErrorInsertingComment=Възникна грешка при въвеждането на вашия коментар
-MoreChoices=Въведете повече възможности за избор за анкетираните
-SurveyExpiredInfo=The poll has been closed or voting delay has expired.
-EmailSomeoneVoted=%s е попълнил ред.\nМожете да намерите вашата анкета на линка:\n%s
-ShowSurvey=Show survey
-UserMustBeSameThanUserUsedToVote=You must have voted and use the same user name that the one used to vote, to post a comment
+NoCommentYet=Все още няма публикувани коментари в тази анкета
+CanComment=Гласоподавателите могат да коментират в анкетата
+CanSeeOthersVote=Гласоподавателите могат да виждат гласа на другите хора
+SelectDayDesc=За всеки избран ден, може да изберете или не часовете за срещи в следния формат: - празно, - "8h", "8H" или "8:00", за да зададете начален час на срещата, - "8- 11", "8h-11h", "8H-11H" или "8: 00-11:00", за да зададете начален и краен час на срещата, -"8h15-11h15", "8H15-11H15" или "8:15-11:15" за същото, но с минути.
+BackToCurrentMonth=Обратно към текущия месец
+ErrorOpenSurveyFillFirstSection=Не сте попълнили първата секция при създаване на анкетата
+ErrorOpenSurveyOneChoice=Въведете поне един избор
+ErrorInsertingComment=Възникна грешка при въвеждане на вашия коментар
+MoreChoices=Въведете повече възможности за избор на гласоподавателите
+SurveyExpiredInfo=Анкетата е затворена или срокът за гласуване е изтекъл.
+EmailSomeoneVoted=%s е попълнил ред.\nМожете да намерите вашата анкета на адрес:\n%s
+ShowSurvey=Показване на проучването
+UserMustBeSameThanUserUsedToVote=Трябва да сте гласували и да използвате същото потребителско име, с което сте гласували, за да публикувате коментар
diff --git a/htdocs/langs/bg_BG/orders.lang b/htdocs/langs/bg_BG/orders.lang
index 3379a9d3ed2..e346f7356c3 100644
--- a/htdocs/langs/bg_BG/orders.lang
+++ b/htdocs/langs/bg_BG/orders.lang
@@ -1,18 +1,18 @@
# Dolibarr language file - Source file is en_US - orders
-OrdersArea=Зона за поръчки от клиенти
-SuppliersOrdersArea=Зона за поръчки към доставчици
-OrderCard=Карта за поръчка
-OrderId=Поръчка Id
+OrdersArea=Секция за поръчки за продажба
+SuppliersOrdersArea=Секция за поръчки за покупка
+OrderCard=Карта
+OrderId=Идентификатор на поръчка
Order=Поръчка
PdfOrderTitle=Поръчка
Orders=Поръчки
-OrderLine=Ред за поръчка
+OrderLine=Ред №
OrderDate=Дата на поръчка
OrderDateShort=Дата на поръчка
OrderToProcess=Поръчка за обработване
NewOrder=Нова поръчка
-ToOrder=Направи поръчка
-MakeOrder=Направи поръчка
+ToOrder=Възлагане на поръчка
+MakeOrder=Възлагане на поръчка
SupplierOrder=Поръчка за покупка
SuppliersOrders=Поръчки за покупка
SuppliersOrdersRunning=Текущи поръчки за покупка
@@ -53,8 +53,8 @@ StatusOrderRefused=Отхвърлена
StatusOrderBilled=Фактурирана
StatusOrderReceivedPartially=Частично получена
StatusOrderReceivedAll=Изцяло получена
-ShippingExist=Съществува пратка
-QtyOrdered=Поръчано к-во
+ShippingExist=Съществува доставка
+QtyOrdered=Поръчано кол.
ProductQtyInDraft=Количество на продукт в чернови поръчки
ProductQtyInDraftOrWaitingApproved=Количество на продукт в чернови или одобрени поръчки, все още не поръчано
MenuOrdersToBill=Доставени поръчки
@@ -65,7 +65,7 @@ RefuseOrder=Отхвърляне на поръчка
ApproveOrder=Одобряване на поръчка
Approve2Order=Одобряване на поръчка (второ ниво)
ValidateOrder=Валидиране на поръчка
-UnvalidateOrder=Редактиране на поръчка
+UnvalidateOrder=Променяне на поръчка
DeleteOrder=Изтриване на поръчка
CancelOrder=Анулиране на поръчка
OrderReopened= Поръчка %s е повторно отворена
@@ -87,7 +87,7 @@ OrdersStatisticsSuppliers=Статистика на поръчките за по
NumberOfOrdersByMonth=Брой поръчки на месец
AmountOfOrdersByMonthHT=Стойност на поръчки на месец (без ДДС)
ListOfOrders=Списък на поръчки
-CloseOrder=Затваряне на поръчка
+CloseOrder=Приключване на поръчка
ConfirmCloseOrder=Сигурни ли сте, че искате да поставите статус 'Доставена' на тази поръчка? След като поръчката бъде доставена, тя може да бъде фактурирана.
ConfirmDeleteOrder=Сигурни ли сте, че искате да изтриете тази поръчка?
ConfirmValidateOrder=Сигурни ли сте, че искате да валидирате тази поръчка под името %s?
@@ -100,9 +100,9 @@ DraftOrders=Чернови поръчки
DraftSuppliersOrders=Чернови поръчки за покупка
OnProcessOrders=Поръчки в изпълнение
RefOrder=Реф. поръчка
-RefCustomerOrder=Реф. поръчка за клиент
-RefOrderSupplier=Реф. поръчка за доставчик
-RefOrderSupplierShort=Реф. поръчка доставчик
+RefCustomerOrder=Реф. поръчка на клиент
+RefOrderSupplier=Реф. поръчка на доставчик
+RefOrderSupplierShort=Реф. поръчка на доставчик
SendOrderByMail=Изпращане на поръчка по имейл
ActionsOnOrder=Свързани събития
NoArticleOfTypeProduct=Няма артикул от тип 'продукт', така че няма артикули годни за доставка по тази поръчка
@@ -123,7 +123,7 @@ TypeContact_commande_internal_SALESREPFOLL=Представител просле
TypeContact_commande_internal_SHIPPING=Представител проследяващ изпращането
TypeContact_commande_external_BILLING=Контакт на клиент за фактура
TypeContact_commande_external_SHIPPING=Контакт на клиент за доставка
-TypeContact_commande_external_CUSTOMER=Контакт на клиент за поръчка
+TypeContact_commande_external_CUSTOMER=Контакт на клиент проследяващ поръчката
TypeContact_order_supplier_internal_SALESREPFOLL=Представител проследяващ поръчката за покупка
TypeContact_order_supplier_internal_SHIPPING=Представител проследяващ изпращането
TypeContact_order_supplier_external_BILLING=Контакт на доставчик за фактура
@@ -154,5 +154,5 @@ CreateOrders=Създаване на поръчки
ToBillSeveralOrderSelectCustomer=За да създадете фактура по няколко поръчки, кликнете първо на клиент, след това изберете '%s'.
OptionToSetOrderBilledNotEnabled=Опцията (от модул 'Работен процес') за автоматична смяна на статуса на поръчката на 'Фактурирана' при валидиране на фактурата е изключена, така че ще трябва ръчно да промените статута на поръчка на 'Фактурирана'.
IfValidateInvoiceIsNoOrderStayUnbilled=Ако фактурата не е валидирана, поръчката ще остане със статус 'Не фактурирана', докато фактурата не бъде валидирана.
-CloseReceivedSupplierOrdersAutomatically=Затваряне на поръчката на '%s' автоматично, ако всички продукти са получени.
+CloseReceivedSupplierOrdersAutomatically=Приключване на поръчката на '%s' автоматично, ако всички продукти са получени.
SetShippingMode=Задайте режим на доставка
diff --git a/htdocs/langs/bg_BG/other.lang b/htdocs/langs/bg_BG/other.lang
index 267e68f71f3..aea81115f73 100644
--- a/htdocs/langs/bg_BG/other.lang
+++ b/htdocs/langs/bg_BG/other.lang
@@ -7,8 +7,8 @@ ToolsDesc=Всички инструменти, които не са включе
Birthday=Рожден ден
BirthdayDate=Рождена дата
DateToBirth=Дата на раждане
-BirthdayAlertOn=Известяването за рожден ден е активно
-BirthdayAlertOff=Известяването за рожден ден е неактивно
+BirthdayAlertOn=сигнал за рожден ден активен
+BirthdayAlertOff=сигнал за рожден ден неактивен
TransKey=Превод на ключа TransKey
MonthOfInvoice=Месец (1÷12) от датата на фактурата
TextMonthOfInvoice=Месец (текст) на датата на фактурата
@@ -31,10 +31,10 @@ NextYearOfInvoice=Следваща година от датата на факт
DateNextInvoiceBeforeGen=Дата на следващата фактура (преди генериране)
DateNextInvoiceAfterGen=Дата на следващата фактура (след генериране)
-Notify_ORDER_VALIDATE=Клиентската поръчка е валидирана
-Notify_ORDER_SENTBYMAIL=Клиентската поръчка е изпратена на имейл
+Notify_ORDER_VALIDATE=Поръчката за продажба е валидирана
+Notify_ORDER_SENTBYMAIL=Поръчката за продажба е изпратена на имейл
Notify_ORDER_SUPPLIER_SENTBYMAIL=Поръчката за покупка е изпратена на имейл
-Notify_ORDER_SUPPLIER_VALIDATE=Поръчката за покупка е записана
+Notify_ORDER_SUPPLIER_VALIDATE=Поръчката за покупка е валидирана
Notify_ORDER_SUPPLIER_APPROVE=Поръчката за покупка е одобрена
Notify_ORDER_SUPPLIER_REFUSE=Поръчката за покупка е отхвърлена
Notify_PROPAL_VALIDATE=Търговското предложение е валидирано
@@ -44,20 +44,20 @@ Notify_PROPAL_SENTBYMAIL=Търговското предложение е изп
Notify_WITHDRAW_TRANSMIT=Оттегляне на трансмисия
Notify_WITHDRAW_CREDIT=Оттегляне на кредит
Notify_WITHDRAW_EMIT=Извършване на оттегляне
-Notify_COMPANY_CREATE=Контрагента е създаден
+Notify_COMPANY_CREATE=Контрагентът е създаден
Notify_COMPANY_SENTBYMAIL=Имейли изпратени от картата на контрагента
-Notify_BILL_VALIDATE=Клиентската фактура е валидирана
-Notify_BILL_UNVALIDATE=Клиентската фактура е не валидирана
-Notify_BILL_PAYED=Клиентската фактура е платена
-Notify_BILL_CANCEL=Клиентската фактура е анулирана
-Notify_BILL_SENTBYMAIL=Клиентската фактура е изпратена на имейл
-Notify_BILL_SUPPLIER_VALIDATE=Доставната фактура е валидирана
-Notify_BILL_SUPPLIER_PAYED=Доставната фактура е платена
-Notify_BILL_SUPPLIER_SENTBYMAIL=Доставната фактура е изпратена на имейл
-Notify_BILL_SUPPLIER_CANCELED=Доставната фактура е анулирана
-Notify_CONTRACT_VALIDATE=Договора е валидиран
+Notify_BILL_VALIDATE=Фактурата за продажба е валидирана
+Notify_BILL_UNVALIDATE=Фактурата за продажба е отворена отново
+Notify_BILL_PAYED=Фактурата за продажба е платена
+Notify_BILL_CANCEL=Фактурата за продажба е анулирана
+Notify_BILL_SENTBYMAIL=Фактурата за продажба е изпратена на имейл
+Notify_BILL_SUPPLIER_VALIDATE=Фактурата за доставка е валидирана
+Notify_BILL_SUPPLIER_PAYED=Фактурата за доставка е платена
+Notify_BILL_SUPPLIER_SENTBYMAIL=Фактурата за доставка е изпратена на имейл
+Notify_BILL_SUPPLIER_CANCELED=Фактурата за доставка е анулирана
+Notify_CONTRACT_VALIDATE=Договорът е валидиран
Notify_FICHEINTER_VALIDATE=Интервенцията е валидирана
-Notify_FICHINTER_ADD_CONTACT=Добавен е контакт към интервенция
+Notify_FICHINTER_ADD_CONTACT=Добавен е контакт към интервенцията
Notify_FICHINTER_SENTBYMAIL=Интервенцията е изпратена на имейл
Notify_SHIPPING_VALIDATE=Доставката е валидирана
Notify_SHIPPING_SENTBYMAIL=Доставката е изпратена на имейл
@@ -71,7 +71,7 @@ Notify_TASK_CREATE=Задачата е създадена
Notify_TASK_MODIFY=Задачата е променена
Notify_TASK_DELETE=Задачата е изтрита
Notify_EXPENSE_REPORT_VALIDATE=Разходния отчет е валидиран (изисква се одобрение)
-Notify_EXPENSE_REPORT_APPROVE=Разходния отчет е одобрен
+Notify_EXPENSE_REPORT_APPROVE=Разходният отчет е одобрен
Notify_HOLIDAY_VALIDATE=Молбата за отпуск е валидирана (изисква се одобрение)
Notify_HOLIDAY_APPROVE=Молбата за отпуск е одобрена
SeeModuleSetup=Вижте настройка на модул %s
@@ -82,7 +82,7 @@ AttachANewFile=Прикачване на нов файл / документ
LinkedObject=Свързан обект
NbOfActiveNotifications=Брой известия (брой получени имейли)
PredefinedMailTest=__(Здравейте)__,\nТова е тестово съобщение, изпратено до __EMAIL__.\nДвата реда са разделени, чрез въвеждане на нов ред.\n\n__USER_SIGNATURE__
-PredefinedMailTestHtml=__(Здравейте)__,\nТова е тестово съобщение (думата 'тестово' трябва да бъде с удебелен шрифт). Двата реда са разделени, чрез въвеждане на нов ред.
__USER_SIGNATURE__
+PredefinedMailTestHtml=__(Здравейте)__,\nТова е тестово съобщение (думата 'тестово' трябва да бъде с удебелен шрифт).\nДвата реда са разделени, чрез въвеждане на нов ред.\n\n__USER_SIGNATURE__
PredefinedMailContentContract=__(Здравейте)__,\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
PredefinedMailContentSendInvoice=__(Здравейте)__,\n\nМоля, вижте приложената фактура __REF__\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
PredefinedMailContentSendInvoiceReminder=__(Здравейте)__,\n\nБихме желали да Ви напомним, че фактура __REF__ все още не е платена. Копие на фактурата е прикачено към съобщението.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
@@ -91,35 +91,35 @@ PredefinedMailContentSendSupplierProposal=__(Здравейте)__,\n\nМоля,
PredefinedMailContentSendOrder=__(Здравейте)__\n\nМоля, вижте приложената поръчка __REF__\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
PredefinedMailContentSendSupplierOrder=__(Здравейте)__,\n\nМоля, вижте приложена нашата поръчка __REF__\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
PredefinedMailContentSendSupplierInvoice=__(Здравейте)__,\n\nМоля, вижте приложената фактура __REF__\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
-PredefinedMailContentSendShipping=__(Здравейте)__,\n\nМоля, вижте приложената пратка __REF__\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
+PredefinedMailContentSendShipping=__(Здравейте)__,\n\nМоля, вижте приложената доставка __REF__\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
PredefinedMailContentSendFichInter=__(Здравейте)__,\n\nМоля, вижте приложената интервенция __REF__\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
PredefinedMailContentThirdparty=__(Здравейте)__,\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
PredefinedMailContentContact=__(Здравейте)__,\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
PredefinedMailContentUser=__(Здравейте)__,\n\n\n__(Поздрави)__,\n\n__USER_SIGNATURE__
-PredefinedMailContentLink=Можете да кликнете върху връзката по-долу, за да направите плащане, в случай, че не сте го извършили.\n\n%s\n\n
+PredefinedMailContentLink=Може да кликнете върху връзката по-долу, за да направите плащане, в случай, че не сте го извършили.\n\n%s\n\n
DemoDesc=Dolibarr е компактна ERP / CRM система, която поддържа различни работни модули. Демонстрация, показваща всички модули, няма смисъл, тъй като такъв сценарий никога не се случва (стотици модули са на разположение). Така че, няколко демо профила са налични.
-ChooseYourDemoProfil=Изберете демо профила, която най-добре отговаря на вашите нужди ...
-ChooseYourDemoProfilMore=... или създайте свой собствен профил (свободен избор на модули)
-DemoFundation=Управление на членовете на организацията
-DemoFundation2=Управление на членовете и банковата сметка на организацията
+ChooseYourDemoProfil=Изберете демо профила, който най-добре отговаря на вашите нужди...
+ChooseYourDemoProfilMore=...или създайте свой собствен профил (свободен избор на модули)
+DemoFundation=Управление на членове на организация
+DemoFundation2=Управление на членове и банкова сметка на организация
DemoCompanyServiceOnly=Фирма или фрийлансър продаващи само услуги
DemoCompanyShopWithCashDesk=Управление на магазин с каса
-DemoCompanyProductAndStocks=Фирма продаваща продукти в магазин
+DemoCompanyProductAndStocks=Фирма продаваща продукти с магазин
DemoCompanyAll=Фирма с множество дейности (всички основни модули)
CreatedBy=Създадено от %s
ModifiedBy=Променено от %s
ValidatedBy=Валидирано от %s
-ClosedBy=Затворено от %s
+ClosedBy=Приключено от %s
CreatedById=Потребител, който е създал
-ModifiedById=Потребител, който е направил последната промяна
+ModifiedById=Потребител, който е направил последна промяна
ValidatedById=Потребител, който е валидирал
CanceledById=Потребител, който е анулирал
-ClosedById=Потребител, който е затворил
+ClosedById=Потребител, който е приключил
CreatedByLogin=Потребител, който е създал
-ModifiedByLogin=Потребител, който е направил последната промяна
+ModifiedByLogin=Потребител, който е направил последна промяна
ValidatedByLogin=Потребител, който е валидирал
CanceledByLogin=Потребител, който е анулирал
-ClosedByLogin=Потребител, който е затворил
+ClosedByLogin=Потребител, който е приключил
FileWasRemoved=Файл %s е премахнат
DirWasRemoved=Директория %s е премахната
FeatureNotYetAvailable=Функцията все още не е налице в текущата версия
@@ -170,26 +170,28 @@ SizeUnitinch=инч
SizeUnitfoot=фут
SizeUnitpoint=точка
BugTracker=Регистър на бъгове
-SendNewPasswordDesc=Този формуляр ви позволява да заявите нова парола. Тя ще бъде изпратена на вашия имейл адрес. Промяната ще влезе в сила, след като кликнете върху връзката за потвърждение в имейла. Проверете си пощата.
+SendNewPasswordDesc=Този формуляр позволява да заявите нова парола. Тя ще бъде изпратена на вашият имейл адрес. Промяната ще влезе в сила след като кликнете върху връзката за потвърждение в имейла. Проверете си пощата.
BackToLoginPage=Назад към страницата за вход
-AuthenticationDoesNotAllowSendNewPassword=Режимът за удостоверяване е %s. В този режим, системата не може да знае, нито да промени паролата ви. Свържете се с вашия системен администратор, ако искате да промените паролата си.
+AuthenticationDoesNotAllowSendNewPassword=Режимът за удостоверяване е %s. В този режим, системата не може да знае, нито да промени паролата ви. Свържете се с вашият системен администратор, ако искате да промените паролата си.
EnableGDLibraryDesc=Инсталирайте или активирайте GD библиотеката на вашата PHP инсталация, за да използвате тази опция.
ProfIdShortDesc=Проф. Id %s е информация, в зависимост от държавата на контрагента. Например, за държавата %s, това е код %s.
-DolibarrDemo=Dolibarr ERP/CRM демо
+DolibarrDemo=Dolibarr ERP / CRM демо
StatsByNumberOfUnits=Статистика за общото количество продукти / услуги
-StatsByNumberOfEntities=Статистика за броя на свързаните документи (брой фактури, поръчка ...)
+StatsByNumberOfEntities=Статистика за броя на свързаните документи (брой фактури, поръчки...)
NumberOfProposals=Брой търговски предложения
-NumberOfCustomerOrders=Брой клиентски поръчки
-NumberOfCustomerInvoices=Брой клиентски фактури
-NumberOfSupplierProposals=Брой доставни фактури
+NumberOfCustomerOrders=Брой поръчки за продажба
+NumberOfCustomerInvoices=Брой фактури за продажба
+NumberOfSupplierProposals=Брой фактури за доставка
NumberOfSupplierOrders=Брой поръчки за покупка
-NumberOfSupplierInvoices=Брой доставни фактури
-NumberOfUnitsProposals=Брой единици по търговски предложения
-NumberOfUnitsCustomerOrders=Брой единици по клиентски поръчки
-NumberOfUnitsCustomerInvoices=Брой единици по клиентски фактури
-NumberOfUnitsSupplierProposals=Брой единици по запитвания към доставчици
-NumberOfUnitsSupplierOrders=Брой единици по поръчки за покупка
-NumberOfUnitsSupplierInvoices=Брой единици по доставни фактури
+NumberOfSupplierInvoices=Брой фактури за доставка
+NumberOfContracts=Брой договори
+NumberOfUnitsProposals=Брой по търговски предложения
+NumberOfUnitsCustomerOrders=Брой по поръчки за продажба
+NumberOfUnitsCustomerInvoices=Брой по фактури за продажба
+NumberOfUnitsSupplierProposals=Брой по запитвания към доставчици
+NumberOfUnitsSupplierOrders=Брой по поръчки за покупка
+NumberOfUnitsSupplierInvoices=Брой по фактури за доставка
+NumberOfUnitsContracts=Брой по договори
EMailTextInterventionAddedContact=Възложена ви е нова интервенция %s.
EMailTextInterventionValidated=Интервенция %s е валидирана.
EMailTextInvoiceValidated=Фактура %s е валидирана.
@@ -198,7 +200,7 @@ EMailTextProposalValidated=Търговско предложение %s е ва
EMailTextProposalClosedSigned=Търговско предложение %s е подписано.
EMailTextOrderValidated=Поръчка %s е валидирана.
EMailTextOrderApproved=Поръчка %s е одобрена.
-EMailTextOrderValidatedBy=Поръчка %s е записана от %s.
+EMailTextOrderValidatedBy=Поръчка %s е валидирана от %s.
EMailTextOrderApprovedBy=Поръчка %s е одобрена от %s.
EMailTextOrderRefused=Поръчка %s е отхвърлена.
EMailTextOrderRefusedBy=Поръчка %s е отхвърлена от %s.
@@ -207,29 +209,29 @@ EMailTextExpenseReportValidated=Разходен отчет %s е валидир
EMailTextExpenseReportApproved=Разходен отчет %s е одобрен.
EMailTextHolidayValidated=Молба за отпуск %s е валидирана.
EMailTextHolidayApproved=Молба за отпуск %s е одобрена.
-ImportedWithSet=Набор от данни за импорт
+ImportedWithSet=Набор от данни за импортиране
DolibarrNotification=Автоматично уведомяване
-ResizeDesc=Въведете нова ширина ИЛИ нова височина. Съотношението ще се запази по време преоразмеряването...
+ResizeDesc=Въведете нова ширина или нова височина. Съотношението ще се запази по време преоразмеряването...
NewLength=Нова ширина
NewHeight=Нова височина
NewSizeAfterCropping=Нов размер след изрязване
DefineNewAreaToPick=Определете нова област на изображението, за да изберете (ляв клик върху изображението, след което плъзнете, докато стигнете до противоположния ъгъл)
CurrentInformationOnImage=Този инструмент е предназначен да ви помогне да преоразмерите или изрежете изображение. Това е информацията за текущото редактирано изображение.
ImageEditor=Редактор на изображения
-YouReceiveMailBecauseOfNotification=Получавате това съобщение, защото вашият имейл е добавен към списъка с цел информиране за специални събития в %s софтуер на %s.
+YouReceiveMailBecauseOfNotification=Здравейте,\nПолучавате това съобщение, тъй като вашият имейл адрес е добавен към списък целящ информиране за конкретни събития в %s софтуер на %s.\n
YouReceiveMailBecauseOfNotification2=Това събитие е следното:
-ThisIsListOfModules=Това е списък на модулите, предварително избрани за този демонстрационен профил (само най-основните модули са видими в тази демонстрация). Редактирайте, ако е необходимо, за да имате по-персонализирано демо и кликнете върху "Старт".
-UseAdvancedPerms=Използване на разширени разрешения на някои модули
+ThisIsListOfModules=Това е списък на модулите, предварително избрани за този демонстрационен профил (само най-основните модули са видими в тази демонстрация). Променете това, ако е необходимо, за да имате по-персонализирано демо и кликнете върху "Старт".
+UseAdvancedPerms=Използване на разширени права на някои модули
FileFormat=Файлов формат
SelectAColor=Избиране на цвят
AddFiles=Добавяне на файлове
StartUpload=Стартиране на качване
CancelUpload=Анулиране на качване
-FileIsTooBig=Файлът е твърде голям
+FileIsTooBig=Файловете са твърде големи
PleaseBePatient=Моля, бъдете търпеливи...
NewPassword=Нова парола
ResetPassword=Възстановяване на парола
-RequestToResetPasswordReceived=Получена е заявка за промяна на паролата ви.
+RequestToResetPasswordReceived=Получена е заявка за промяна на вашата парола.
NewKeyIs=Това са новите ви данни за вход
NewKeyWillBe=Вашите нови данни за вход ще бъдат
ClickHereToGoTo=Кликнете тук, за да отидете на %s
@@ -237,29 +239,29 @@ YouMustClickToChange=Необходимо е първо да кликнете в
ForgetIfNothing=Ако не сте заявили промяната, просто забравете за този имейл. Вашите идентификационни данни се съхраняват на сигурно място.
IfAmountHigherThan=Ако сумата e по-висока от %s
SourcesRepository=Хранилище за източници
-Chart=Диаграма
+Chart=Графика
PassEncoding=Кодиране на пароли
-PermissionsAdd=Разрешенията са добавени
-PermissionsDelete=Разрешенията са премахнати
-YourPasswordMustHaveAtLeastXChars=Вашата парола трябва да има поне %s символа
+PermissionsAdd=Правата са добавени
+PermissionsDelete=Правата са премахнати
+YourPasswordMustHaveAtLeastXChars=Вашата парола трябва да съдържа поне %s символа
YourPasswordHasBeenReset=Вашата парола е успешно възстановена.
ApplicantIpAddress=IP адрес на заявителя
SMSSentTo=Изпратен е SMS на %s
MissingIds=Липсват идентификатори
-ThirdPartyCreatedByEmailCollector=Third party created by email collector from email MSGID %s
-ContactCreatedByEmailCollector=Contact/address created by email collector from email MSGID %s
-ProjectCreatedByEmailCollector=Project created by email collector from email MSGID %s
-TicketCreatedByEmailCollector=Ticket created by email collector from email MSGID %s
+ThirdPartyCreatedByEmailCollector=Контрагентът е създаден, чрез имейл колектор от имейл MSGID %s
+ContactCreatedByEmailCollector=Контактът / адресът е създаден, чрез имейл колектор от имейл MSGID %s
+ProjectCreatedByEmailCollector=Проектът е създаден, чрез имейл колектор от имейл MSGID %s
+TicketCreatedByEmailCollector=Тикетът е създаден, чрез имейл колектор от имейл MSGID %s
##### Export #####
-ExportsArea=Секция за експорт
+ExportsArea=Секция за експортиране
AvailableFormats=Налични формати
LibraryUsed=Използвана библиотека
LibraryVersion=Версия на библиотеката
-ExportableDatas=Данни за експорт
-NoExportableData=Няма данни за експорт (няма модули със заредени данни за експорт или липсват разрешения)
+ExportableDatas=Експортни данни
+NoExportableData=Няма експортни данни (няма модули със заредени данни за експортиране или липсват права)
##### External sites #####
-WebsiteSetup=Настройка на Уебсайт модула
+WebsiteSetup=Настройка на модул уебсайт
WEBSITE_PAGEURL=URL адрес на страницата
WEBSITE_TITLE=Заглавие
WEBSITE_DESCRIPTION=Описание
@@ -268,5 +270,5 @@ WEBSITE_IMAGEDesc=Относителен път до изображението.
WEBSITE_KEYWORDS=Ключови думи
LinesToImport=Редове за импортиране
-MemoryUsage=Memory usage
-RequestDuration=Duration of request
+MemoryUsage=Използване на паметта
+RequestDuration=Продължителност на заявката
diff --git a/htdocs/langs/bg_BG/products.lang b/htdocs/langs/bg_BG/products.lang
index eaa2a6e5fef..e7fb38991c4 100644
--- a/htdocs/langs/bg_BG/products.lang
+++ b/htdocs/langs/bg_BG/products.lang
@@ -1,7 +1,8 @@
# Dolibarr language file - Source file is en_US - products
-ProductRef=Реф. № на продукт
-ProductLabel=Етикет на продукта
+ProductRef=Реф. продукт
+ProductLabel=Етикет на продукт
ProductLabelTranslated=Преведен продуктов етикет
+ProductDescription=Product description
ProductDescriptionTranslated=Преведено продуктово описание
ProductNoteTranslated=Преведена продуктова бележка
ProductServiceCard=Карта
@@ -11,7 +12,7 @@ Products=Продукти
Services=Услуги
Product=Продукт
Service=Услуга
-ProductId=Идентификатор на Продукт/Услуга
+ProductId=Идентификатор на Продукт / Услуга
Create=Създаване
Reference=Референция
NewProduct=Нов продукт
@@ -31,19 +32,19 @@ ProductsPipeServices=Продукти | Услуги
ProductsOnSaleOnly=Продукти само за продажба
ProductsOnPurchaseOnly=Продукти само за покупка
ProductsNotOnSell=Продукти, които не са за продажба, и не са за покупка
-ProductsOnSellAndOnBuy=Продукти за продажба или покупка
+ProductsOnSellAndOnBuy=Продукти за продажба и за покупка
ServicesOnSaleOnly=Услуги само за продажба
ServicesOnPurchaseOnly=Услуги само за покупка
ServicesNotOnSell=Услуги, които не са за продажба, и не са за покупка
-ServicesOnSellAndOnBuy=Услуги за продажба или покупка
+ServicesOnSellAndOnBuy=Услуги за продажба и за покупка
LastModifiedProductsAndServices=Продукти / Услуги: %s последно променени
-LastRecordedProducts=Продукти: %s последно регистрирани
-LastRecordedServices=Услуги: %s последно регистрирани
+LastRecordedProducts=Продукти: %s последно добавени
+LastRecordedServices=Услуги: %s последно добавени
CardProduct0=Продукт
CardProduct1=Услуга
Stock=Наличност
MenuStocks=Наличности
-Stocks=Наличност и движения
+Stocks=Наличности и местоположение (склад) на продуктите
Movements=Движения
Sell=Продажба
Buy=Покупка
@@ -61,7 +62,7 @@ ProductStatusNotOnBuyShort=Не се купува
UpdateVAT=Актуализиране на ДДС
UpdateDefaultPrice=Актуализиране на цената по подразбиране
UpdateLevelPrices=Актуализиране на цени за всяко ниво
-AppliedPricesFrom=Приложен от
+AppliedPricesFrom=Приложена на
SellingPrice=Продажна цена
SellingPriceHT=Продажна цена (без ДДС)
SellingPriceTTC=Продажна цена (с ДДС)
@@ -72,21 +73,21 @@ SoldAmount=Стойност на продажбите
PurchasedAmount=Стойност на покупките
NewPrice=Нова цена
MinPrice=Минимална продажна цена
-EditSellingPriceLabel=Редактиране на етикета на продажната цена
+EditSellingPriceLabel=Променяне на етикета на продажната цена
CantBeLessThanMinPrice=Продажната цена не може да бъде по-ниска от минимално допустимата за този продукт/услуга (%s без ДДС). Това съобщение може да се появи, ако въведете твърде голяма отстъпка.
ContractStatusClosed=Затворен
-ErrorProductAlreadyExists=Вече съществува продукт/услуга с реф. № %s.
+ErrorProductAlreadyExists=Вече съществува продукт / услуга с реф. %s.
ErrorProductBadRefOrLabel=Грешна стойност за референция или етикет.
ErrorProductClone=Възникна проблем при опит за клониране на продукта/услугата.
ErrorPriceCantBeLowerThanMinPrice=Грешка, цената не може да бъде по-ниска от минималната цена.
Suppliers=Доставчици
-SupplierRef=Реф. № (SKU)
+SupplierRef=Реф. (SKU)
ShowProduct=Показване на продукт
ShowService=Показване на услуга
-ProductsAndServicesArea=Зона за Продукти | Услуги
-ProductsArea=Зона за Продукти
-ServicesArea=Зона за Услуги
-ListOfStockMovements=Списък на движения на стокови наличности
+ProductsAndServicesArea=Секция за продукти и услуги
+ProductsArea=Секция за продукти
+ServicesArea=Секция за услуги
+ListOfStockMovements=Списък с движения на наличности
BuyingPrice=Покупна цена
PriceForEachProduct=Продукти със специфични цени
SupplierCard=Карта
@@ -96,7 +97,7 @@ BarcodeType=Тип баркод
SetDefaultBarcodeType=Задаване на тип баркод
BarcodeValue=Баркод стойност
NoteNotVisibleOnBill=Бележка (не се вижда на фактури, предложения...)
-ServiceLimitedDuration=Ако продуктът е услуга с ограничен срок на действие:
+ServiceLimitedDuration=Ако продуктът е услуга с ограничена продължителност:
MultiPricesAbility=Множество ценови сегменти за продукт / услуга (всеки клиент е в един ценови сегмент)
MultiPricesNumPrices=Брой цени
AssociatedProductsAbility=Активиране на виртуални продукти (комплекти)
@@ -114,52 +115,52 @@ ListOfProductsServices=Списък на продукти / услуги
ProductAssociationList=Списък на продукти / услуги, които са компонент(и) на този виртуален продукт (комплект)
ProductParentList=Списък на продукти / услуги с този продукт като компонент
ErrorAssociationIsFatherOfThis=Един от избраните продукти е основен за текущия продукт
-DeleteProduct=Изтриване на продукт/услуга
-ConfirmDeleteProduct=Сигурни ли сте, че желаете да изтриете този продукт/услуга?
-ProductDeleted=Продукт/услуга %s е изтрит/а от базата данни.
+DeleteProduct=Изтриване на продукт / услуга
+ConfirmDeleteProduct=Сигурни ли сте, че желаете да изтриете този продукт / услуга?
+ProductDeleted=Продукт / услуга %s е изтрит(а) от базата данни.
ExportDataset_produit_1=Продукти
ExportDataset_service_1=Услуги
ImportDataset_produit_1=Продукти
ImportDataset_service_1=Услуги
-DeleteProductLine=Изтриване на продуктова линия
-ConfirmDeleteProductLine=Сигурни ли сте, че искате да изтриете тази продуктова линия?
+DeleteProductLine=Изтриване на продуктов ред
+ConfirmDeleteProductLine=Сигурни ли сте, че искате да изтриете този продуктов ред?
ProductSpecial=Специален
QtyMin=Минимално количество за покупка
PriceQtyMin=Минимална цена за количество
PriceQtyMinCurrency=Цена (във валута) за това количество (без отстъпка)
-VATRateForSupplierProduct=Ставка на ДДС (за този доставчик/продукт)
+VATRateForSupplierProduct=Ставка на ДДС (за този доставчик / продукт)
DiscountQtyMin=Отстъпка за това количество
-NoPriceDefinedForThisSupplier=Няма дефинирана цена/количество за този доставчик/продукт
-NoSupplierPriceDefinedForThisProduct=Няма дефинирана цена/количество за този продукт
+NoPriceDefinedForThisSupplier=Няма дефинирана цена / количество за този доставчик / продукт
+NoSupplierPriceDefinedForThisProduct=Няма дефинирана цена / количество за този продукт
PredefinedProductsToSell=Предварително определен продукт
PredefinedServicesToSell=Предварително определена услуга
-PredefinedProductsAndServicesToSell=Предварително определени продукти/услуги за продажба
+PredefinedProductsAndServicesToSell=Предварително определени продукти / услуги за продажба
PredefinedProductsToPurchase=Предварително определен продукт за покупка
PredefinedServicesToPurchase=Предварително определена услуга за покупка
-PredefinedProductsAndServicesToPurchase=Предварително определени продукти/услуги за покупка
-NotPredefinedProducts=Не предварително определени продукти/услуги
-GenerateThumb=Генериране на палец
+PredefinedProductsAndServicesToPurchase=Предварително определени продукти / услуги за покупка
+NotPredefinedProducts=Не предварително определени продукти / услуги
+GenerateThumb=Генериране на миниатюра
ServiceNb=Услуга #%s
-ListProductServiceByPopularity=Списък на продукти/услуги по популярност
+ListProductServiceByPopularity=Списък на продукти / услуги по популярност
ListProductByPopularity=Списък на продукти по популярност
ListServiceByPopularity=Списък на услуги по популярност
Finished=Произведен продукт
-RowMaterial=Суров материал
-ConfirmCloneProduct=Сигурни ли сте, че искате да клонирате този продукт/услуга %s?
-CloneContentProduct=Клониране на цялата основна информация за продукт/услуга
+RowMaterial=Суровина
+ConfirmCloneProduct=Сигурни ли сте, че искате да клонирате този продукт / услуга %s?
+CloneContentProduct=Клониране на цялата основна информация за продукт / услуга
ClonePricesProduct=Клониране на цени
-CloneCompositionProduct=Клониране на виртуален продукт/услуга
+CloneCompositionProduct=Клониране на виртуален продукт / услуга
CloneCombinationsProduct=Клониране на варианти на продукта
ProductIsUsed=Този продукт се използва
-NewRefForClone=Реф. № на нов продукт/услуга
+NewRefForClone=Реф. на нов продукт / услуга
SellingPrices=Продажни цени
BuyingPrices=Покупни цени
CustomerPrices=Клиентски цени
SuppliersPrices=Доставни цени
-SuppliersPricesOfProductsOrServices=Доставни цени (на продукти/услуги)
+SuppliersPricesOfProductsOrServices=Доставни цени (на продукти / услуги)
CustomCode=Митнически / Стоков / ХС код
CountryOrigin=Държава на произход
-Nature=Nature of produt (material/finished)
+Nature=Характер на продукта (материал / завършен)
ShortLabel=Кратък етикет
Unit=Мярка
p=е.
@@ -194,10 +195,10 @@ unitLM=Линеен метър
unitM2=Квадратен метър
unitM3=Кубичен метър
unitL=Литър
-ProductCodeModel=Реф. шаблон на продукт
-ServiceCodeModel=Реф. шаблон на услуга
+ProductCodeModel=Шаблон за генериране на реф. продукт
+ServiceCodeModel=Шаблон за генериране на реф. услуга
CurrentProductPrice=Текуща цена
-AlwaysUseNewPrice=Винаги да се използва текуща цена на продукт/услуга
+AlwaysUseNewPrice=Винаги да се използва текуща цена на продукт / услуга
AlwaysUseFixedPrice=Използване на фиксирана цена
PriceByQuantity=Различни цени за количество
DisablePriceByQty=Деактивиране на цени за количество
@@ -213,8 +214,8 @@ VariantLabelExample=Пример: Цвят
Build=Произвеждане
ProductsMultiPrice=Продукти и цени за всеки ценови сегмент
ProductsOrServiceMultiPrice=Клиентски цени (за продукт или услуги, мулти цени)
-ProductSellByQuarterHT=Оборот на продукти за тримесечие преди данъчно облагане
-ServiceSellByQuarterHT=Оборот на услуги за тримесечие преди данъчно облагане
+ProductSellByQuarterHT=Оборот на продукти за тримесечие без ДДС
+ServiceSellByQuarterHT=Оборот на услуги за тримесечие без ДДС
Quarter1=Първо тримесечие
Quarter2=Второ тримесечие
Quarter3=Трето тримесечие
@@ -233,7 +234,7 @@ BarCodeDataForProduct=Информация за баркод на продукт
BarCodeDataForThirdparty=Информация за баркод на контрагент %s:
ResetBarcodeForAllRecords=Определяне на стойността на баркода за всеки запис (това също ще възстанови стойността на баркода, която е вече дефинирана с нови стойности)
PriceByCustomer=Различни цени за всеки клиент
-PriceCatalogue=Една продажна цена за продукт/услуга
+PriceCatalogue=Една продажна цена за продукт / услуга
PricingRule=Правила за продажни цени
AddCustomerPrice=Добавяне на цена за клиент
ForceUpdateChildPriceSoc=Определяне на една и съща цена за филиали на клиента
@@ -250,8 +251,8 @@ PriceExpressionEditorHelp5=Налични глобални стойности:
PriceMode=Ценови режим
PriceNumeric=Номер
DefaultPrice=Цена по подразбиране
-ComposedProductIncDecStock=Увеличаване/Намаляване на наличност при промяна на основен продукт
-ComposedProduct=Наследени продукти
+ComposedProductIncDecStock=Увеличаване / намаляване на наличност при промяна на основен продукт
+ComposedProduct=Съставни продукти
MinSupplierPrice=Минимална покупната цена
MinCustomerPrice=Минимална продажна цена
DynamicPriceConfiguration=Динамична ценова конфигурация
@@ -270,11 +271,11 @@ GlobalVariableUpdaterHelpFormat1=Формат на запитването {"URL"
UpdateInterval=Интервал на актуализиране (минути)
LastUpdated=Последна актуализация
CorrectlyUpdated=Правилно актуализирано
-PropalMergePdfProductActualFile=Файловете използвани за добавяне в PDF Azur
+PropalMergePdfProductActualFile=Файловете използвани за добавяне в PDF Azur са
PropalMergePdfProductChooseFile=Избиране на PDF файлове
-IncludingProductWithTag=Включително продукт/услуга с таг/категория
+IncludingProductWithTag=Включително продукт / услуга с таг / категория
DefaultPriceRealPriceMayDependOnCustomer=Цена по подразбиране, реалната цена може да зависи от клиента
-WarningSelectOneDocument=Моля изберете поне един документ
+WarningSelectOneDocument=Моля, изберете поне един документ
DefaultUnitToShow=Мярка
NbOfQtyInProposals=Количество в предложенията
ClinkOnALinkOfColumn=Кликнете върху връзката от колона %s, за да получите подробен изглед...
@@ -290,41 +291,41 @@ SizeUnits=Мярка за размер
DeleteProductBuyPrice=Изтриване на покупна цена
ConfirmDeleteProductBuyPrice=Сигурни ли сте, че искате да изтриете тази покупна цена?
SubProduct=Подпродукт
-ProductSheet=Лист на продукт
-ServiceSheet=Лист на услуга
+ProductSheet=Спецификация на продукт
+ServiceSheet=Спецификация на услуга
PossibleValues=Възможни стойности
GoOnMenuToCreateVairants=Отидете в менюто %s - %s, за да подготвите атрибутите на варианта (като цветове, размер, ...)
UseProductFournDesc=Добавяне на функция за дефиниране на описания на продуктите, определени от доставчици като допълнение към описанията за клиенти
ProductSupplierDescription=Описание на продукта от доставчик
#Attributes
-VariantAttributes=Атрибути на варианти
-ProductAttributes=Атрибути на продуктови варианти
-ProductAttributeName=Атрибут на варианта %s
-ProductAttribute=Атрибут на варианта
+VariantAttributes=Атрибути на вариант
+ProductAttributes=Атрибути на вариант за продукти
+ProductAttributeName=Атрибут на вариант %s
+ProductAttribute=Атрибут на вариант
ProductAttributeDeleteDialog=Сигурни ли сте, че искате да изтриете този атрибут? Всички стойности ще бъдат изтрити.
ProductAttributeValueDeleteDialog=Сигурни ли сте, че искате да изтриете стойността '%s' с реф. № '%s' на този атрибут?
ProductCombinationDeleteDialog=Сигурни ли сте, че искате да изтриете варианта на продукта '%s'?
ProductCombinationAlreadyUsed=Възникна грешка при изтриването на варианта. Моля, проверете дали не се използва в някой обект
ProductCombinations=Варианти
PropagateVariant=Размножаване на варианти
-HideProductCombinations=Скриване на продуктовите варианти в селектора за продукти
+HideProductCombinations=Скриване на продуктови варианти в селектора за продукти
ProductCombination=Вариант
NewProductCombination=Нов вариант
-EditProductCombination=Редактиране на вариант
+EditProductCombination=Промяна на вариант
NewProductCombinations=Нови варианти
-EditProductCombinations=Редактиране на варианти
+EditProductCombinations=Промяна на варианти
SelectCombination=Избиране на комбинация
ProductCombinationGenerator=Генератор на варианти
Features=Характеристики
-PriceImpact=Влияние върху цена
-WeightImpact=Влияние върху тегло
+PriceImpact=Въздействие върху цената
+WeightImpact=Въздействие върху теглото
NewProductAttribute=Нов атрибут
NewProductAttributeValue=Нова стойност на атрибута
ErrorCreatingProductAttributeValue=Възникна грешка при създаването на стойността на атрибута. Това може да се дължи на факта, че вече съществува стойност с тази референция
ProductCombinationGeneratorWarning=Ако продължите, преди да генерирате нови варианти, всички предишни ще бъдат ИЗТРИТИ. Вече съществуващите ще бъдат актуализирани с новите стойности
TooMuchCombinationsWarning=Генерирането на много варианти може да доведе до висок разход на процесорно време, използвана памет, поради което Dolibarr няма да може да ги създаде. Активирането на опцията '%s' може да помогне за намаляване на използването на паметта.
DoNotRemovePreviousCombinations=Не премахва предишни варианти
-UsePercentageVariations=Използване на процентни вариации
+UsePercentageVariations=Използване на процентни изменения
PercentageVariation=Процентно изменение
ErrorDeletingGeneratedProducts=Възникна грешка при опит за изтриване на съществуващи продуктови варианти
NbOfDifferentValues=Брой различни стойности
diff --git a/htdocs/langs/bg_BG/projects.lang b/htdocs/langs/bg_BG/projects.lang
index 1cc17d3e576..b69000cd9f2 100644
--- a/htdocs/langs/bg_BG/projects.lang
+++ b/htdocs/langs/bg_BG/projects.lang
@@ -1,30 +1,30 @@
# Dolibarr language file - Source file is en_US - projects
RefProject=Реф. проект
ProjectRef=Проект реф.
-ProjectId=Проект №
-ProjectLabel=Име на проект
+ProjectId=Идентификатор на проект
+ProjectLabel=Етикет на проект
ProjectsArea=Секция за проекти
ProjectStatus=Статус на проект
SharedProject=Всички
PrivateProject=Участници в проекта
ProjectsImContactFor=Проекти, в които съм определен за контакт
-AllAllowedProjects=Всеки проект, който мога да видя (мой и публичен)
+AllAllowedProjects=Всеки проект, който мога да прочета (мой и публичен)
AllProjects=Всички проекти
-MyProjectsDesc=Този изглед е ограничен до проекти, в които сте контакт
+MyProjectsDesc=Този изглед е ограничен до проекти, в които сте определен за контакт
ProjectsPublicDesc=Този изглед представя всички проекти, които можете да прочетете.
TasksOnProjectsPublicDesc=Този изглед представя всички задачи по проекти, които можете да прочетете.
ProjectsPublicTaskDesc=Този изглед представя всички проекти и задачи, които можете да прочетете.
ProjectsDesc=Този изглед представя всички проекти (вашите потребителски права ви дават разрешение да виждате всичко).
TasksOnProjectsDesc=Този изглед представя всички задачи за всички проекти (вашите потребителски права ви дават разрешение да виждате всичко).
-MyTasksDesc=Този изглед е ограничен до проекти или задачи, в които сте контакт
-OnlyOpenedProject=Само отворените проекти са видими (чернови или затворени проекти не са видими).
-ClosedProjectsAreHidden=Затворените проекти не са видими.
+MyTasksDesc=Този изглед е ограничен до проекти или задачи, в които сте определен за контакт
+OnlyOpenedProject=Само отворените проекти са видими (чернови или приключени проекти не са видими).
+ClosedProjectsAreHidden=Приключените проекти не са видими.
TasksPublicDesc=Този страница показва всички проекти и задачи, които може да прочетете.
TasksDesc=Този страница показва всички проекти и задачи (вашите потребителски права ви дават разрешение да виждате всичко).
AllTaskVisibleButEditIfYouAreAssigned=Всички задачи за определените проекти са видими, но можете да въведете време само за задача, възложена на избрания потребител. Задайте задача, ако е необходимо да въведете отделено време за нея.
OnlyYourTaskAreVisible=Видими са само задачите, които са ви възложени. Възложете задача на себе си, ако не е видима, а трябва да въведете отделено време за нея.
ImportDatasetTasks=Задачи по проекти
-ProjectCategories=Етикети / Категории
+ProjectCategories=Тагове / Категории на проекти
NewProject=Нов проект
AddProject=Създаване на проект
DeleteAProject=Изтриване на проект
@@ -35,8 +35,8 @@ OpenedProjects=Отворени проекти
OpenedTasks=Отворени задачи
OpportunitiesStatusForOpenedProjects=Размер на възможностите от отворени проекти по статус
OpportunitiesStatusForProjects=Размер на възможностите от проекти по статус
-ShowProject=Преглед на проект
-ShowTask=Преглед на задача
+ShowProject=Показване на проект
+ShowTask=Показване на задача
SetProject=Задайте проект
NoProject=Няма дефиниран или притежаван проект
NbOfProjects=Брой проекти
@@ -45,9 +45,9 @@ TimeSpent=Отделено време
TimeSpentByYou=Време, отделено от вас
TimeSpentByUser=Време, отделено от потребител
TimesSpent=Отделено време
-TaskId=Задача №
-RefTask=Задача реф.
-LabelTask=Име на задача
+TaskId=Идентификатор на задача
+RefTask=Реф. задача
+LabelTask=Етикет на задача
TaskTimeSpent=Време, отделено на задачи
TaskTimeUser=Потребител
TaskTimeNote=Бележка
@@ -68,7 +68,7 @@ TaskDescription=Описание на задача
NewTask=Нова задача
AddTask=Създаване на задача
AddTimeSpent=Въвеждане на отделено време
-AddHereTimeSpentForDay=Добавете тук отделеното време за този ден/задача
+AddHereTimeSpentForDay=Добавете тук отделеното време за този ден / задача
Activity=Дейност
Activities=Задачи / Дейности
MyActivities=Мои задачи / дейности
@@ -79,14 +79,14 @@ ProgressDeclared=Деклариран напредък
ProgressCalculated=Изчислен напредък
Time=Време
ListOfTasks=Списък със задачи
-GoToListOfTimeConsumed=Отидете в списъка с изразходваното време
-GoToListOfTasks=Отидете в списъка със задачи
-GoToGanttView=Преглед на Gantt диаграма
+GoToListOfTimeConsumed=Показване на списъка с изразходвано време
+GoToListOfTasks=Показване на списъка със задачи
+GoToGanttView=Показване на Gantt диаграма
GanttView=Gantt диаграма
ListProposalsAssociatedProject=Списък на търговски предложения, свързани с проекта
ListOrdersAssociatedProject=Списък на поръчки за продажба, свързани с проекта
ListInvoicesAssociatedProject=Списък на фактури за продажба, свързани с проекта
-ListPredefinedInvoicesAssociatedProject=Списък на шаблони за фактури за продажба, свързани с проекта
+ListPredefinedInvoicesAssociatedProject=Списък на шаблонни фактури за продажба, свързани с проекта
ListSupplierOrdersAssociatedProject=Списък на поръчки за покупка, свързани с проекта
ListSupplierInvoicesAssociatedProject=Списък на фактури за покупка, свързани с проекта
ListContractAssociatedProject=Списък на договори, свързани с проекта
@@ -94,34 +94,34 @@ ListShippingAssociatedProject=Списък на пратки, свързани
ListFichinterAssociatedProject=Списък на интервенции, свързани с проекта
ListExpenseReportsAssociatedProject=Списък на разходни отчети, свързани с проекта
ListDonationsAssociatedProject=Списък на дарения, свързани с проекта
-ListVariousPaymentsAssociatedProject=Списък на различни плащания, свързани с проекта
+ListVariousPaymentsAssociatedProject=Списък на разнородни плащания, свързани с проекта
ListSalariesAssociatedProject=Списък на плащания на заплати, свързани с проекта
ListActionsAssociatedProject=Списък на събития, свързани с проекта
ListTaskTimeUserProject=Списък на отделено време по задачи, свързани с проекта
ListTaskTimeForTask=Списък на отделено време за задача
-ActivityOnProjectToday=Дейност по проект (за деня)
+ActivityOnProjectToday=Дейност по проект (за днес)
ActivityOnProjectYesterday=Дейност по проект (за вчера)
-ActivityOnProjectThisWeek=Дейност по проект (за седмица)
-ActivityOnProjectThisMonth=Дейност по проект (за месеца)
-ActivityOnProjectThisYear=Дейност по проект (за година)
-ChildOfProjectTask=Наследник на проект/задача
+ActivityOnProjectThisWeek=Дейност по проект (за тази седмица)
+ActivityOnProjectThisMonth=Дейност по проект (за този месец)
+ActivityOnProjectThisYear=Дейност по проект (за тази година)
+ChildOfProjectTask=Наследник на проект / задача
ChildOfTask=Наследник на задача
TaskHasChild=Задачата има наследник
-NotOwnerOfProject=Не сте собственик на този частен проект
+NotOwnerOfProject=Не сте собственик на този личен проект
AffectedTo=Разпределено на
CantRemoveProject=Този проект не може да бъде премахнат, тъй като е свързан с някои други обекти (фактури, поръчки или други). Вижте раздела свързани файлове.
ValidateProject=Валидиране на проект
ConfirmValidateProject=Сигурни ли сте, че искате да валидирате този проект?
-CloseAProject=Затваряне на проект
-ConfirmCloseAProject=Сигурни ли сте, че искате да затворите този проект?
-AlsoCloseAProject=Също така затворете проекта (задръжте го отворен, ако все още трябва да работите по задачите в него)
+CloseAProject=Приключване на проект
+ConfirmCloseAProject=Сигурни ли сте, че искате да приключите този проект?
+AlsoCloseAProject=Приключване на проект (задръжте го отворен, ако все още трябва да работите по задачите в него)
ReOpenAProject=Отваряне на проект
ConfirmReOpenAProject=Сигурни ли сте, че искате да отворите повторно този проект?
ProjectContact=Контакти / Участници
TaskContact=Участници в задачата
ActionsOnProject=Събития свързани с проекта
-YouAreNotContactOfProject=Вие не сте контакт за този частен проект
-UserIsNotContactOfProject=Потребителят не е контакт за този частен проект
+YouAreNotContactOfProject=Вие не сте определен за контакт в този личен проект
+UserIsNotContactOfProject=Потребителят не е определен за контакт в този личен проект
DeleteATimeSpent=Изтриване на отделено време
ConfirmDeleteATimeSpent=Сигурни ли сте, че искате да изтриете това отделено време?
DoNotShowMyTasksOnly=Показване също на задачи, които не са възложени на мен
@@ -130,25 +130,25 @@ TaskRessourceLinks=Контакти / Участници
ProjectsDedicatedToThisThirdParty=Проекти, насочени към този контрагент
NoTasks=Няма задачи за този проект
LinkedToAnotherCompany=Свързано с друг контрагент
-TaskIsNotAssignedToUser=Задачата не е възложена на потребителя. Използвайте бутона '%s', за да възложите задачата.
+TaskIsNotAssignedToUser=Задачата не е възложена на потребителя. Използвайте бутона '%s', за да възложите задачата сега.
ErrorTimeSpentIsEmpty=Отделеното време е празно
ThisWillAlsoRemoveTasks=Това действие ще изтрие всички задачи по проекта (%s задачи в момента) и всички въвеждания на отделено време.
-IfNeedToUseOtherObjectKeepEmpty=Ако някои обекти (фактура, поръчка, ...), принадлежащи на друг контрагент, трябва да бъдат свързани с проекта, за да се създаде, запази това празно, за да бъде проектът многостранен.
+IfNeedToUseOtherObjectKeepEmpty=Ако някои обекти (фактура, поръчка, ...), принадлежащи на друг контрагент, трябва да бъдат свързани с проекта за създаване, запазете това празно, за да бъде проектът мулти-контрагентен.
CloneTasks=Клониране на задачи
CloneContacts=Клониране на контакти
CloneNotes=Клониране на бележки
CloneProjectFiles=Клониране на обединени файлове в проекта
CloneTaskFiles=Клониране на обединени файлове в задачи (ако задача(ите) са клонирани)
-CloneMoveDate=Актуализиране на датите на проекта/задачите от сега?
+CloneMoveDate=Актуализиране на датите на проекта / задачите от сега?
ConfirmCloneProject=Сигурни ли сте, че ще искате да клонирате този проект?
ProjectReportDate=Променете датите на задачите, според новата начална дата на проекта
ErrorShiftTaskDate=Невъзможно е да се смени датата на задача, за да съответства на новата начална дата на проекта
ProjectsAndTasksLines=Проекти и задачи
ProjectCreatedInDolibarr=Проект %s е създаден
ProjectValidatedInDolibarr=Проект %s е валидиран
-ProjectModifiedInDolibarr=Проект %s е редактиран
+ProjectModifiedInDolibarr=Проект %s е променен
TaskCreatedInDolibarr=Задача %s е създадена
-TaskModifiedInDolibarr=Задача %s е редактирана
+TaskModifiedInDolibarr=Задача %s е променена
TaskDeletedInDolibarr=Задача %s е изтрита
OpportunityStatus=Статус на възможността
OpportunityStatusShort=Статус на възможността
@@ -171,23 +171,23 @@ TypeContact_project_task_external_TASKCONTRIBUTOR=Сътрудник
SelectElement=Избиране на елемент
AddElement=Връзка към елемент
# Documents models
-DocumentModelBeluga=Шаблон за проектен документ за преглед на свързани обекти
-DocumentModelBaleine=Шаблон за проектен документ за задачи
+DocumentModelBeluga=Шаблон на проектен документ за преглед на свързани елементи
+DocumentModelBaleine=Шаблон на проектен документ за задачи
DocumentModelTimeSpent=Шаблон за отчет на отделеното време по проект
-PlannedWorkload=Планирана работна натовареност
-PlannedWorkloadShort=Работна натовареност
+PlannedWorkload=Планирана натовареност
+PlannedWorkloadShort=Натовареност
ProjectReferers=Свързани елементи
ProjectMustBeValidatedFirst=Проектът трябва първо да бъде валидиран
FirstAddRessourceToAllocateTime=Определете потребителски ресурс на задачата за разпределяне на времето
InputPerDay=За ден
InputPerWeek=За седмица
InputDetail=Детайли
-TimeAlreadyRecorded=Това отделено време е вече записано за тази задача/ден и потребител %s
+TimeAlreadyRecorded=Това отделено време е вече записано за тази задача / ден и потребител %s
ProjectsWithThisUserAsContact=Проекти с потребител за контакт
-TasksWithThisUserAsContact=Задачи възложени на този потребител
+TasksWithThisUserAsContact=Задачи възложени на потребител
ResourceNotAssignedToProject=Не е зададено към проект
ResourceNotAssignedToTheTask=Не е зададено към задача
-NoUserAssignedToTheProject=Няма потребители, назначени за този проект
+NoUserAssignedToTheProject=Няма потребители, назначени за този проект.
TimeSpentBy=Отделено време от
TasksAssignedTo=Задачи, възложени на
AssignTaskToMe=Възлагане на задача към мен
@@ -195,22 +195,22 @@ AssignTaskToUser=Възлагане на задача към %s
SelectTaskToAssign=Изберете задача за възлагане...
AssignTask=Възлагане
ProjectOverview=Общ преглед
-ManageTasks=Използване на проекти, за да следите задачите и/или да докладвате за отделеното време за тях (часови листове)
-ManageOpportunitiesStatus=Използване на проекти за проследяване на възможности/потенциални клиенти
+ManageTasks=Използване на проекти, за да следите задачите и / или да докладвате за отделеното време за тях (графици)
+ManageOpportunitiesStatus=Използване на проекти за проследяване на възможности / потенциални клиенти
ProjectNbProjectByMonth=Брой създадени проекти на месец
ProjectNbTaskByMonth=Брой създадени задачи на месец
ProjectOppAmountOfProjectsByMonth=Сума на възможностите на месец
ProjectWeightedOppAmountOfProjectsByMonth=Изчислена сума на възможностите на месец
-ProjectOpenedProjectByOppStatus=Отворен проект/възможност по статус на възможността
-ProjectsStatistics=Статистики за проекти/възможности
-TasksStatistics=Статистика за задачи
+ProjectOpenedProjectByOppStatus=Отворен проект / възможност по статус на възможността
+ProjectsStatistics=Статистики на проекти / възможности
+TasksStatistics=Статистика на задачи
TaskAssignedToEnterTime=Задачата е възложена. Въвеждането на време по тази задача трябва да е възможно.
-IdTaskTime=Id време на задача
+IdTaskTime=Идентификатор на време на задача
YouCanCompleteRef=Ако искате да завършите реф. с някакъв суфикс, препоръчително е да добавите символ "-", за да го разделите, така че автоматичното номериране да продължи да работи правилно за следващите проекти. Например %s-MYSUFFIX
OpenedProjectsByThirdparties=Отворени проекти по контрагенти
OnlyOpportunitiesShort=Само възможности
OpenedOpportunitiesShort=Отворени възможности
-NotOpenedOpportunitiesShort=Затворени възможности
+NotOpenedOpportunitiesShort=Неотворени възможности
NotAnOpportunityShort=Не е възможност
OpportunityTotalAmount=Обща сума на възможностите
OpportunityPonderatedAmount=Изчислена сума на възможностите
@@ -227,14 +227,14 @@ AllowToLinkFromOtherCompany=Позволяване свързването на
LatestProjects=Проекти: %s последни
LatestModifiedProjects=Проекти: %s последно променени
OtherFilteredTasks=Други филтрирани задачи
-NoAssignedTasks=Не са намерени възложени задачи (възложете проект/задачи на текущия потребител от най-горното поле за избор, за да въведете времето в него)
+NoAssignedTasks=Не са намерени възложени задачи (възложете проект / задачи на текущия потребител от най-горното поле за избор, за да въведете времето в него)
ThirdPartyRequiredToGenerateInvoice=Контрагент трябва да бъде дефиниран в проекта, за да може да му издавате фактури.
# Comments trans
AllowCommentOnTask=Разрешаване на потребителски коментари в задачите
AllowCommentOnProject=Разрешаване на потребителски коментари в проектите
-DontHavePermissionForCloseProject=Нямате права да затворите проект %s
-DontHaveTheValidateStatus=Проектът %s трябва да бъде отворен, за да го затворите
-RecordsClosed=%s проект(а) е(са) затворен(и)
+DontHavePermissionForCloseProject=Нямате права, за да приключите проект %s.
+DontHaveTheValidateStatus=Проектът %s трябва да бъде отворен, за да го приключите.
+RecordsClosed=%s проект(а) е(са) приключен(и)
SendProjectRef=Информация за проект %s
ModuleSalaryToDefineHourlyRateMustBeEnabled=Модулът 'Заплати' трябва да бъде активиран, за да дефинирате почасова ставка на служителите, за да оценените отделеното по проекта време
NewTaskRefSuggested=Реф. № на задачата вече се използва, изисква се нов
diff --git a/htdocs/langs/bg_BG/propal.lang b/htdocs/langs/bg_BG/propal.lang
index 05ae69cff51..a7392ece08c 100644
--- a/htdocs/langs/bg_BG/propal.lang
+++ b/htdocs/langs/bg_BG/propal.lang
@@ -9,7 +9,7 @@ PdfCommercialProposalTitle=Търговско предложение
ProposalCard=Карта
NewProp=Ново търговско предложение
NewPropal=Ново предложение
-Prospect=Перспектива
+Prospect=Потенциален клиент
DeleteProp=Изтриване на търговско предложение
ValidateProp=Валидиране на търговско предложение
AddProp=Създаване на предложение
@@ -26,19 +26,19 @@ AmountOfProposalsByMonthHT=Обща сума на месец (без ДДС)
NbOfProposals=Брой търговски предложения
ShowPropal=Показване на предложение
PropalsDraft=Чернови
-PropalsOpened=Отворено
+PropalsOpened=Отворени
PropalStatusDraft=Чернова (нужно е валидиране)
PropalStatusValidated=Валидирано (отворено)
PropalStatusSigned=Подписано (нужно е фактуриране)
-PropalStatusNotSigned=Неподписано (затворено)
+PropalStatusNotSigned=Отхвърлено (приключено)
PropalStatusBilled=Фактурирано
PropalStatusDraftShort=Чернова
PropalStatusValidatedShort=Валидирано (отворено)
-PropalStatusClosedShort=Затворено
+PropalStatusClosedShort=Приключено
PropalStatusSignedShort=Подписано
-PropalStatusNotSignedShort=Неподписано
+PropalStatusNotSignedShort=Отхвърлено
PropalStatusBilledShort=Фактурирано
-PropalsToClose=Търговски предложения за затваряне
+PropalsToClose=Търговски предложения за приключване
PropalsToBill=Подписани търговски предложения за фактуриране
ListOfProposals=Списък на търговски предложения
ActionsOnPropal=Свързани събития
@@ -58,10 +58,10 @@ DefaultProposalDurationValidity=Срок на валидност по подра
UseCustomerContactAsPropalRecipientIfExist=Използване тип на контакт / адрес 'Представител проследяващ предложението', ако е определен, вместо адрес на контрагента като адрес на получателя на предложението
ConfirmClonePropal=Сигурни ли сте, че искате да клонирате търговско предложение %s?
ConfirmReOpenProp=Сигурни ли сте, че искате да отворите отново търговско предложение %s?
-ProposalsAndProposalsLines=Търговско предложение и линии
-ProposalLine=Линия на предложението
+ProposalsAndProposalsLines=Търговско предложение и редове
+ProposalLine=Ред №
AvailabilityPeriod=Забавяне на наличността
-SetAvailability=Определяне на забавянето на наличността
+SetAvailability=Задайте забавяне на наличността
AfterOrder=след поръчка
OtherProposals=Други предложения
##### Availability #####
@@ -76,10 +76,10 @@ TypeContact_propal_external_BILLING=Получател на фактурата
TypeContact_propal_external_CUSTOMER=Получател на предложението
TypeContact_propal_external_SHIPPING=Получател на доставката
# Document models
-DocModelAzurDescription=Завършен шаблон за предложение (logo...)
-DocModelCyanDescription=Завършен шаблон за предложение (logo...)
+DocModelAzurDescription=Завършен шаблон за предложение (лого...)
+DocModelCyanDescription=Завършен шаблон за предложение (лого...)
DefaultModelPropalCreate=Създаване на шаблон по подразбиране
-DefaultModelPropalToBill=Шаблон по подразбиране, когато се затваря търговско предложение (за да бъде фактурирано)
-DefaultModelPropalClosed=Шаблон по подразбиране, когато се затваря търговско предложение (нефактурирано)
-ProposalCustomerSignature=Писмено приемане, фирмен печат, дата и подпис
+DefaultModelPropalToBill=Шаблон по подразбиране, когато се приключва търговско предложение (за да бъде фактурирано)
+DefaultModelPropalClosed=Шаблон по подразбиране, когато се приключва търговско предложение (не таксувано)
+ProposalCustomerSignature=Име, фамилия, фирмен печат, дата и подпис
ProposalsStatisticsSuppliers=Статистика на запитванията към доставчици
diff --git a/htdocs/langs/bg_BG/resource.lang b/htdocs/langs/bg_BG/resource.lang
index 6e187b8709a..085effaa5e7 100644
--- a/htdocs/langs/bg_BG/resource.lang
+++ b/htdocs/langs/bg_BG/resource.lang
@@ -5,8 +5,8 @@ DeleteResource=Изтриване на ресурс
ConfirmDeleteResourceElement=Потвърждаване на изтриване на ресурса за този елемент
NoResourceInDatabase=Няма ресурс в базата данни.
NoResourceLinked=Няма свързан ресурс
-
-ResourcePageIndex=Списък ресурси
+ActionsOnResource=Събития свързани с този ресурс
+ResourcePageIndex=Списък с ресурси
ResourceSingular=Ресурс
ResourceCard=Карта на ресурс
AddResource=Създаване на ресурс
@@ -18,19 +18,19 @@ ResourcesLinkedToElement=Ресурси свързани към елемент
ShowResource=Показване на ресурс
-ResourceElementPage=Ресурси на елемент
+ResourceElementPage=Ресурси
ResourceCreatedWithSuccess=Ресурсът е успешно създаден
-RessourceLineSuccessfullyDeleted=Линията на ресурса е успешно изтрита
-RessourceLineSuccessfullyUpdated=Линията на ресурса е успешно обновена
-ResourceLinkedWithSuccess=Ресурсът е свързан успешно
+RessourceLineSuccessfullyDeleted=Ресурсът е успешно изтрит
+RessourceLineSuccessfullyUpdated=Ресурсът е успешно актуализиран
+ResourceLinkedWithSuccess=Ресурсът е успешно свързан
ConfirmDeleteResource=Потвърждаване на изтриването на този ресурс
RessourceSuccessfullyDeleted=Ресурсът е успешно изтрит
-DictionaryResourceType=Тип на ресурси
+DictionaryResourceType=Типове ресурси
SelectResource=Избиране на ресурс
-IdResource=Id resource
-AssetNumber=Serial number
-ResourceTypeCode=Resource type code
+IdResource=Идентификатор на ресурс
+AssetNumber=Сериен номер
+ResourceTypeCode=Код за типа ресурс
ImportDataset_resource_1=Ресурси
diff --git a/htdocs/langs/bg_BG/salaries.lang b/htdocs/langs/bg_BG/salaries.lang
index e69d8b20a81..1648598787a 100644
--- a/htdocs/langs/bg_BG/salaries.lang
+++ b/htdocs/langs/bg_BG/salaries.lang
@@ -1,6 +1,6 @@
# Dolibarr language file - Source file is en_US - salaries
-SALARIES_ACCOUNTING_ACCOUNT_PAYMENT=Счетоводна сметка, използвана за контрагенти
-SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=Специализираната счетоводна сметка, дефинирана в картата на потребителя, ще се използва само за вторично счетоводно отчитане. Тя ще бъде използвана в регистъра на главната книга и като стойност по подразбиране за вторично счетоводно отчитане, ако не е дефинирана специализирана потребителска счетоводна сметка за потребителя.
+SALARIES_ACCOUNTING_ACCOUNT_PAYMENT=Счетоводна сметка, използвана за служители на контрагенти
+SALARIES_ACCOUNTING_ACCOUNT_PAYMENT_Desc=Специализираната счетоводна сметка, дефинирана в картата на потребителя, ще се използва само за вторично счетоводно отчитане. Тя ще бъде използвана в регистъра на главната счетоводна книга и като стойност по подразбиране за вторично счетоводно отчитане, ако не е дефинирана специализирана потребителска счетоводна сметка за потребителя.
SALARIES_ACCOUNTING_ACCOUNT_CHARGE=Счетоводна сметка по подразбиране за плащане на заплати
Salary=Заплата
Salaries=Заплати
@@ -12,10 +12,10 @@ ShowSalaryPayment=Показване на плащане на заплата
THM=Средна почасова ставка
TJM=Средна дневна ставка
CurrentSalary=Текуща заплата
-THMDescription=Тази стойност може да се използва за изчисляване на разходите за времето, изразходвано по проект, ако модула проекти се използва.
+THMDescription=Тази стойност може да се използва за изчисляване на разходите за времето, което е отделено по проект, ако модула проекти се използва.
TJMDescription=Тази стойност понастоящем е информативна и не се използва за изчисления
LastSalaries=Плащания на заплати: %s последни
AllSalaries=Всички плащания на заплати
SalariesStatistics=Статистика на заплатите
# Export
-SalariesAndPayments=Salaries and payments
+SalariesAndPayments=Заплати и плащания
diff --git a/htdocs/langs/bg_BG/sendings.lang b/htdocs/langs/bg_BG/sendings.lang
index 2603bb9e759..8479a33646a 100644
--- a/htdocs/langs/bg_BG/sendings.lang
+++ b/htdocs/langs/bg_BG/sendings.lang
@@ -1,33 +1,33 @@
# Dolibarr language file - Source file is en_US - sendings
-RefSending=Реф. експедиция
-Sending=Експедиция
-Sendings=Експедиции
-AllSendings=Всички експедиции
-Shipment=Пратка
-Shipments=Пратки
-ShowSending=Показване на експедиции
+RefSending=Реф. доставка
+Sending=Доставка
+Sendings=Доставки
+AllSendings=Всички доставки
+Shipment=Доставка
+Shipments=Доставки
+ShowSending=Показване на доставка
Receivings=Разписки за доставка
-SendingsArea=Зона на Експедиции
-ListOfSendings=Списък на експедиции
+SendingsArea=Секция за доставки
+ListOfSendings=Списък на доставки
SendingMethod=Начин на доставка
-LastSendings=Експедиции: %s последни
-StatisticsOfSendings=Статистика за експедидиите
-NbOfSendings=Брой експедиции
-NumberOfShipmentsByMonth=Брой експедиции на месец
-SendingCard=Карта за експедиция
-NewSending=Нова експедиция
-CreateShipment=Създаване на пратка
-QtyShipped=Изпратено количество
-QtyShippedShort=Изпр. кол.
-QtyPreparedOrShipped=Приготвено или изпратено кол.
-QtyToShip=Количество за изпращане
-QtyReceived=Получено количество
-QtyInOtherShipments=Количество в други пратки
+LastSendings=Доставки: %s последни
+StatisticsOfSendings=Статистика за доставки
+NbOfSendings=Брой доставки
+NumberOfShipmentsByMonth=Брой доставки на месец
+SendingCard=Карта на доставка
+NewSending=Нова доставка
+CreateShipment=Създаване на доставка
+QtyShipped=Изпратено кол.
+QtyShippedShort=Изпратено
+QtyPreparedOrShipped=Подготвено или изпратено кол.
+QtyToShip=Кол. за изпращане
+QtyReceived=Получено кол.
+QtyInOtherShipments=Кол. в други доставки
KeepToShip=Оставащо за изпращане
KeepToShipShort=Оставащо
-OtherSendingsForSameOrder=Други експедиции за тази поръчка
-SendingsAndReceivingForSameOrder=Експедиции и разписки за тази поръчка
-SendingsToValidate=Експедиции за валидиране
+OtherSendingsForSameOrder=Други доставки за тази поръчка
+SendingsAndReceivingForSameOrder=Доставки и разписки за тази поръчка
+SendingsToValidate=Доставки за валидиране
StatusSendingCanceled=Анулирана
StatusSendingDraft=Чернова
StatusSendingValidated=Валидирана (продукти за изпращане или вече изпратени)
@@ -35,38 +35,38 @@ StatusSendingProcessed=Обработена
StatusSendingDraftShort=Чернова
StatusSendingValidatedShort=Валидирана
StatusSendingProcessedShort=Обработена
-SendingSheet=Лист за експедиция
-ConfirmDeleteSending=Сигурни ли сте, че искате да изтриете тази експедиция?
-ConfirmValidateSending=Сигурни ли сте, че искате да валидирате тази експедиция с реф. %s?
-ConfirmCancelSending=Сигурни ли сте, че ли искате да анулирате тази експедиция?
+SendingSheet=Формуляр за доставка
+ConfirmDeleteSending=Сигурни ли сте, че искате да изтриете тази доставка?
+ConfirmValidateSending=Сигурни ли сте, че искате да валидирате тази доставка с реф. %s?
+ConfirmCancelSending=Сигурни ли сте, че ли искате да анулирате тази доставка?
DocumentModelMerou=Шаблон А5 размер
WarningNoQtyLeftToSend=Внимание, няма продукти чакащи да бъдат изпратени.
-StatsOnShipmentsOnlyValidated=Статистики водени само от валидирани пратки. Използваната дата е дата на валидиране на пратката (планираната дата на доставка не винаги е известна)
+StatsOnShipmentsOnlyValidated=Статистики водени само от валидирани доставки. Използваната дата е дата на валидиране на доставката (планираната дата на доставка не винаги е известна)
DateDeliveryPlanned=Планирана дата за доставка
RefDeliveryReceipt=Реф. разписка за доставка
StatusReceipt=Статус на разписка за доставка
DateReceived=Дата на получаване
-SendShippingByEMail=Изпращане на пратка по имейл
-SendShippingRef=Подаване на пратка %s
-ActionsOnShipping=Събития за пратка
+SendShippingByEMail=Изпращане на доставка по имейл
+SendShippingRef=Изпращане на доставка %s
+ActionsOnShipping=Свързани събития
LinkToTrackYourPackage=Връзка за проследяване на вашата пратка
-ShipmentCreationIsDoneFromOrder=За момента създаването на нова пратка се извършва от картата на поръчката.
-ShipmentLine=Линия на пратка
-ProductQtyInCustomersOrdersRunning=Количество продукт в отворени клиентски поръчки
+ShipmentCreationIsDoneFromOrder=За момента създаването на нова доставка се извършва от картата на поръчка.
+ShipmentLine=Ред на доставка
+ProductQtyInCustomersOrdersRunning=Количество продукт в отворени поръчки за продажба
ProductQtyInSuppliersOrdersRunning=Количество продукт в отворени поръчки за покупка
-ProductQtyInShipmentAlreadySent=Вече изпратено количество продукт от отворена поръчка
-ProductQtyInSuppliersShipmentAlreadyRecevied=Вече получено количество продукт от отворена поръчка за покупка
+ProductQtyInShipmentAlreadySent=Количество продукт в отворени и вече изпратени поръчки за продажба
+ProductQtyInSuppliersShipmentAlreadyRecevied=Количество продукт в отворени и вече получени поръчки за покупка
NoProductToShipFoundIntoStock=Не е намерен продукт за изпращане в склад %s. Коригирайте наличността или се върнете, за да изберете друг склад.
-WeightVolShort=Тегло/Обем
-ValidateOrderFirstBeforeShipment=Първо трябва да валидирате поръчката, преди да можете да изпращате пратки.
+WeightVolShort=Тегло / Обем
+ValidateOrderFirstBeforeShipment=Първо трябва да валидирате поръчката, преди да може да извършвате доставки.
# Sending methods
# ModelDocument
-DocumentModelTyphon=Завършен шаблон на разписка за доставка (лого...)
+DocumentModelTyphon=Завършен шаблон на разписка за доставка (лого...)
Error_EXPEDITION_ADDON_NUMBER_NotDefined=Константата EXPEDITION_ADDON_NUMBER не е дефинирана
SumOfProductVolumes=Сума от обема на продуктите
SumOfProductWeights=Сума от теглото на продуктите
# warehouse details
-DetailWarehouseNumber= Подробности за склада
+DetailWarehouseNumber= Детайли за склада
DetailWarehouseFormat= Тегло: %s (Кол.: %d)
diff --git a/htdocs/langs/bg_BG/stocks.lang b/htdocs/langs/bg_BG/stocks.lang
index 3d1e9f84720..1e9bdd20f78 100644
--- a/htdocs/langs/bg_BG/stocks.lang
+++ b/htdocs/langs/bg_BG/stocks.lang
@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - stocks
-WarehouseCard=Карта на склад
+WarehouseCard=Карта
Warehouse=Склад
Warehouses=Складове
ParentWarehouse=Основен склад
@@ -7,7 +7,7 @@ NewWarehouse=Нов склад / местоположение
WarehouseEdit=Промяна на склад
MenuNewWarehouse=Нов склад
WarehouseSource=Изпращащ склад
-WarehouseSourceNotDefined=Няма зададен склад,
+WarehouseSourceNotDefined=Няма дефиниран склад
AddWarehouse=Създаване на склад
AddOne=Добавяне на един
DefaultWarehouse=Склад по подразбиране
@@ -17,20 +17,20 @@ CancelSending=Анулиране на изпращане
DeleteSending=Изтриване на изпращане
Stock=Наличност
Stocks=Наличности
-StocksByLotSerial=Наличности по Партида/Сериен №
-LotSerial=Партиди/Серийни номера
-LotSerialList=Списък на партиди/серийни номера
+StocksByLotSerial=Наличности по партида / сериен №
+LotSerial=Партиди / Серийни номера
+LotSerialList=Списък на партиди / серийни номера
Movements=Движения
ErrorWarehouseRefRequired=Изисква се референтно име на склад
-ListOfWarehouses=Списък на складовете
-ListOfStockMovements=Списък на движението на стоковите наличности
+ListOfWarehouses=Списък на складове
+ListOfStockMovements=Списък на движения на стокови наличности
ListOfInventories=Списък на инвентари
-MovementId=Идент. № за движение
-StockMovementForId=Идент. № за движение %d
-ListMouvementStockProject=Списък на складовите движения, свързани с проекта
-StocksArea=Зона за складове
+MovementId=Идентификатор на движение
+StockMovementForId=Идентификатор на движение %d
+ListMouvementStockProject=Списък на движения на стокови наличности, свързани с проекта
+StocksArea=Секция за складове
AllWarehouses=Всички складове
-IncludeAlsoDraftOrders=Включва също чернови поръчки
+IncludeAlsoDraftOrders=Включва чернови поръчки
Location=Местоположение
LocationSummary=Кратко име на местоположение
NumberOfDifferentProducts=Брой различни продукти
@@ -53,7 +53,7 @@ StockLowerThanLimit=Наличността е по-малка от лимита
EnhancedValue=Стойност
PMPValue=Средно измерена цена
PMPValueShort=СИЦ
-EnhancedValueOfWarehouses=Стойност на складовете
+EnhancedValueOfWarehouses=Складова стойност
UserWarehouseAutoCreate=Автоматично създаване на личен потребителски склад при създаване на потребител
AllowAddLimitStockByWarehouse=Управляване също и на стойности за минимална и желана наличност за двойка (продукт-склад) в допълнение към стойност за продукт
IndependantSubProductStock=Наличностите за продукти и подпродукти са независими
@@ -66,12 +66,12 @@ RuleForStockManagementIncrease=Избиране на правило за авт
DeStockOnBill=Намаляване на реални наличности при валидиране на фактура за продажба / кредитно известие
DeStockOnValidateOrder=Намаляване на реални наличности при валидиране на клиентска поръчка
DeStockOnShipment=Намаляване на реални наличности при валидиране на доставка
-DeStockOnShipmentOnClosing=Decrease real stocks when shipping is set to closed
+DeStockOnShipmentOnClosing=Намаляване на реалните наличности, когато доставката е класифицирана като приключена
ReStockOnBill=Увеличаване на реални наличности при валидиране на фактура за покупка / кредитно известие
ReStockOnValidateOrder=Увеличаване на реални наличности при одобряване на поръчка за покупка
ReStockOnDispatchOrder=Увеличаване на реални наличности при ръчно изпращане в склад, след получаване на поръчка за покупка на стоки
-StockOnReception=Increase real stocks on validation of reception
-StockOnReceptionOnClosing=Increase real stocks when reception is set to closed
+StockOnReception=Увеличаване на реалните наличности при валидиране на приемането
+StockOnReceptionOnClosing=Увеличаване на реалните наличности, когато приемането е класифицирано като приключено
OrderStatusNotReadyToDispatch=Поръчка все още не е или не повече статут, който позволява изпращането на продукти на склад складове.
StockDiffPhysicTeoric=Обясняване за разликата между физическа и виртуална наличност
NoPredefinedProductToDispatch=Няма предварително определени продукти за този обект, така че не се изисква изпращане на наличност.
@@ -81,15 +81,15 @@ StockLimit=Минимално количество за предупрежден
StockLimitDesc=(празно) означава, че няма предупреждение. 0 може да се използва за предупреждение веднага след като наличността е изчерпана.
PhysicalStock=Физическа наличност
RealStock=Реална наличност
-RealStockDesc=Физическа/реална наличност е наличността, която в момента се намира в складовете.
+RealStockDesc=Физическа / реална наличност е наличността, която в момента се намира в складовете.
RealStockWillAutomaticallyWhen=Реалната наличност ще бъде модифицирана според това правило (както е определено в модула на Наличности):
-VirtualStock=Вирт. наличност
+VirtualStock=Виртуална наличност
VirtualStockDesc=Виртуална наличност е изчислената наличност, която се образува след като всички отворени / предстоящи действия (които засягат наличности) се затворят (получени поръчки за покупка, изпратени клиентски поръчки и т.н.)
-IdWarehouse=Идент. № на склад
+IdWarehouse=Идентификатор на склад
DescWareHouse=Описание на склад
LieuWareHouse=Местоположение на склад
WarehousesAndProducts=Складове и продукти
-WarehousesAndProductsBatchDetail=Складове и продукти (с подробности за партида/ сериен №)
+WarehousesAndProductsBatchDetail=Складове и продукти (с подробности за партида / сериен №)
AverageUnitPricePMPShort=Средно измерена входна цена
AverageUnitPricePMP=Средно измерена входна цена
SellPriceMin=Единична продажна цена
@@ -98,29 +98,29 @@ EstimatedStockValueSell=Стойност за продажба
EstimatedStockValueShort=Входна стойност на наличност
EstimatedStockValue=Входна стойност на наличност
DeleteAWarehouse=Изтриване на склад
-ConfirmDeleteWarehouse=Сигурни ли сте, че искате да изтриете склада %s?
+ConfirmDeleteWarehouse=Сигурни ли сте, че искате да изтриете склад %s?
PersonalStock=Наличност в %s
ThisWarehouseIsPersonalStock=Този склад представлява фактическата наличност в %s %s
SelectWarehouseForStockDecrease=Избиране на склад, който да се използва за намаляване на наличности
SelectWarehouseForStockIncrease=Избиране на склад, който да се използва за увеличение на наличности
NoStockAction=Няма действие с наличности
DesiredStock=Желана наличност
-DesiredStockDesc=Тази стойност ще бъде използвана за попълване на наличността, чрез функцията за попълване на наличности
+DesiredStockDesc=Тази стойност ще бъде използвана за запълване на наличността, чрез функцията за попълване на наличности
StockToBuy=За поръчка
Replenishment=Попълване на наличности
ReplenishmentOrders=Поръчки за попълване
-VirtualDiffersFromPhysical=Според опциите за увеличаване/намаляване на наличности, физическите и виртуални наличности (физически + текущи поръчки) могат да се различават
+VirtualDiffersFromPhysical=Според опциите за увеличаване / намаляване на наличности, физическите и виртуални наличности (физически + текущи поръчки) могат да се различават
UseVirtualStockByDefault=Използване на виртуални наличности по подразбиране (вместо физически наличности) при използване на функцията за попълване на наличности
UseVirtualStock=Използване на виртуални наличности
UsePhysicalStock=Използване на физически наличности
CurentSelectionMode=Текущ режим на избор
-CurentlyUsingVirtualStock=Вирт. наличност
-CurentlyUsingPhysicalStock=Факт. наличност
+CurentlyUsingVirtualStock=Виртуална наличност
+CurentlyUsingPhysicalStock=Физическа наличност
RuleForStockReplenishment=Правило за попълване на наличности
SelectProductWithNotNullQty=Избиране на най-малко един продукт с количество различно от 0 и доставчик
AlertOnly= Само предупреждения
-WarehouseForStockDecrease=Този склад %s ще се използва за намаляване на наличността
-WarehouseForStockIncrease=Този склад %s ще се използва за увеличаване на наличността
+WarehouseForStockDecrease=Складът %s ще бъде използван за намаляване на наличността
+WarehouseForStockIncrease=Складът %s ще бъде използван за увеличаване на наличността
ForThisWarehouse=За този склад
ReplenishmentStatusDesc=Това е списък на всички продукти, чиято наличност е по-малка от желаната (или е по-малка от стойността на предупреждението, ако е поставена отметка в квадратчето 'Само предупреждения'). При използване на отметка в квадратчето може да създавате поръчки за покупка, за да запълните разликата.
ReplenishmentOrdersDesc=Това е списък на всички отворени поръчки за покупка, включително предварително дефинирани продукти. Тук могат да се видят само отворени поръчки с предварително дефинирани продукти, които могат да повлияят на наличностите.
@@ -142,16 +142,16 @@ DateMovement=Дата на движение
InventoryCode=Код на движение / Инвентарен код
IsInPackage=Съдържа се в опаковка
WarehouseAllowNegativeTransfer=Наличността може да бъде отрицателна
-qtyToTranferIsNotEnough=Нямате достатъчно запаси в изпращащия склад и настройката ви не позволява отрицателни наличности.
+qtyToTranferIsNotEnough=Нямате достатъчно наличности в изпращащия склад и настройката ви не позволява отрицателни наличности.
ShowWarehouse=Показване на склад
MovementCorrectStock=Корекция на наличност за продукт %s
MovementTransferStock=Прехвърляне на наличност за продукт %s в друг склад
-InventoryCodeShort=Движ./Инв. код
+InventoryCodeShort=Движ. / Инв. код
NoPendingReceptionOnSupplierOrder=Не се очаква получаване, тъй като поръчката за покупка е отворена
-ThisSerialAlreadyExistWithDifferentDate=Тази партида/сериен № (%s) вече съществува, но с различна дата на усвояване или дата на продажба (намерена е %s, но вие сте въвели %s).
+ThisSerialAlreadyExistWithDifferentDate=Тази партида / сериен № (%s) вече съществува, но с различна дата на усвояване или дата на продажба (намерена е %s, но вие сте въвели %s).
OpenAll=Отворено за всички действия
OpenInternal=Отворен само за вътрешни действия
-UseDispatchStatus=Използване на статус на изпращане (одобряване/отхвърляне) за продуктови линии при получаване на поръчка за покупка
+UseDispatchStatus=Използване на статус на изпращане (одобряване / отхвърляне) за продуктови редове при получаване на поръчка за покупка
OptionMULTIPRICESIsOn=Опцията 'Няколко цени за сегмент' е включена. Това означава, че продуктът има няколко продажни цени, така че стойността за продажба не може да бъде изчислена
ProductStockWarehouseCreated=Минималното количество за предупреждение и желаните оптимални наличности са правилно създадени
ProductStockWarehouseUpdated=Минималното количество за предупреждение и желаните оптимални наличности са правилно актуализирани
@@ -159,19 +159,19 @@ ProductStockWarehouseDeleted=Минималното количество за п
AddNewProductStockWarehouse=Определяне на ново минимално количество за предупреждение и желана оптимална наличност
AddStockLocationLine=Намалете количеството, след което кликнете, за да добавите друг склад за този продукт
InventoryDate=Дата на инвентаризация
-NewInventory=Нов инвентар
-inventorySetup = Настройка на инвентар
+NewInventory=Нова инвентаризация
+inventorySetup = Настройка на инвентаризация
inventoryCreatePermission=Създаване на нова инвентаризация
-inventoryReadPermission=Преглед на инвентари
-inventoryWritePermission=Актуализиране на инвентари
-inventoryValidatePermission=Валидиране на инвентар
+inventoryReadPermission=Преглед на инвентаризации
+inventoryWritePermission=Актуализиране на инвентаризации
+inventoryValidatePermission=Валидиране на инвентаризация
inventoryTitle=Инвентаризация
inventoryListTitle=Инвентаризации
inventoryListEmpty=Не се извършва инвентаризация
-inventoryCreateDelete=Създаване/Изтриване на инвентаризация
+inventoryCreateDelete=Създаване / Изтриване на инвентаризация
inventoryCreate=Създаване на нова
-inventoryEdit=Редактиране
-inventoryValidate=Валидиране
+inventoryEdit=Промяна
+inventoryValidate=Валидирана
inventoryDraft=В ход
inventorySelectWarehouse=Избор на склад
inventoryConfirmCreate=Създаване
@@ -182,11 +182,11 @@ inventoryWarningProductAlreadyExists=Този продукт е вече в сп
SelectCategory=Филтър по категория
SelectFournisseur=Филтър по доставчик
inventoryOnDate=Инвентаризация
-INVENTORY_DISABLE_VIRTUAL=Виртуален продукт (комплект): не намалявайте наличността на подпродукт
-INVENTORY_USE_MIN_PA_IF_NO_LAST_PA=Използване на покупна цена, ако не може да бъде намерена последна цена за покупка
+INVENTORY_DISABLE_VIRTUAL=Виртуален продукт (комплект): не намалявайте наличността на съставен продукт
+INVENTORY_USE_MIN_PA_IF_NO_LAST_PA=Използване на покупната цена, ако не може да бъде намерена последна цена за покупка
INVENTORY_USE_INVENTORY_DATE_FROM_DATEMVT=Движението на наличности има дата на инвентаризация
inventoryChangePMPPermission=Променяне на стойността на СИЦ (средно изчислена цена) за даден продукт
-ColumnNewPMP=Нова единица СИЦ
+ColumnNewPMP=Нова СИЦ
OnlyProdsInStock=Не добавяйте продукт без наличност
TheoricalQty=Теоретично количество
TheoricalValue=Теоретична стойност
@@ -198,17 +198,17 @@ RegulatedQty=Регулирано количество
AddInventoryProduct=Добавяне на продукт към инвентаризация
AddProduct=Добавяне
ApplyPMP=Прилагане на СИЦ
-FlushInventory=Прочистване на инвентар
+FlushInventory=Прочистване на инвентаризация
ConfirmFlushInventory=Потвърждавате ли това действие?
-InventoryFlushed=Инвентарът е прочистен
+InventoryFlushed=Инвентаризацията е прочистена
ExitEditMode=Изходно издание
-inventoryDeleteLine=Изтриване на линия
+inventoryDeleteLine=Изтриване на ред
RegulateStock=Регулиране на наличност
ListInventory=Списък
StockSupportServices=Управлението на наличности включва и услуги
StockSupportServicesDesc=По под разбиране можете да съхранявате само продукти от тип 'продукт'. Можете също така да запазите продукт от тип 'услуга', ако модула 'Услуги' и тази опция са активирани.
ReceiveProducts=Получаване на артикули
-StockIncreaseAfterCorrectTransfer=Увеличаване с корекция/прехвърляне
-StockDecreaseAfterCorrectTransfer=Намаляване с корекция/прехвърляне
-StockIncrease=Увеличаване на наличността
+StockIncreaseAfterCorrectTransfer=Увеличаване с корекция / прехвърляне
+StockDecreaseAfterCorrectTransfer=Намаляване с корекция / прехвърляне
+StockIncrease=Увеличаване на наличност
StockDecrease=Намаляване на наличност
diff --git a/htdocs/langs/bg_BG/stripe.lang b/htdocs/langs/bg_BG/stripe.lang
index 2b3107da00d..210bda38787 100644
--- a/htdocs/langs/bg_BG/stripe.lang
+++ b/htdocs/langs/bg_BG/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/bg_BG/supplier_proposal.lang b/htdocs/langs/bg_BG/supplier_proposal.lang
index aeda262caa0..c790cb922b5 100644
--- a/htdocs/langs/bg_BG/supplier_proposal.lang
+++ b/htdocs/langs/bg_BG/supplier_proposal.lang
@@ -9,7 +9,7 @@ DraftRequests=Чернови на запитвания
SupplierProposalsDraft=Чернови на запитвания за цени
LastModifiedRequests=Запитвания за цени: %s последно променени
RequestsOpened=Отворени запитвания за цени
-SupplierProposalArea=Зона на Запитвания към доставчици
+SupplierProposalArea=Секция за запитвания за оферти
SupplierProposalShort=Запитване към доставчик
SupplierProposals=Запитвания към доставчик
SupplierProposalsShort=Запитвания към доставчик
@@ -48,7 +48,7 @@ DefaultModelSupplierProposalToBill=Шаблон по подразбиране,
DefaultModelSupplierProposalClosed=Шаблон по подразбиране, когато се затваря запитване за цена (отхвърлено)
ListOfSupplierProposals=Списък на запитвания към доставчици
ListSupplierProposalsAssociatedProject=Списък на запитвания към доставчици свързани с проект
-SupplierProposalsToClose=Запитвания към доставчици за затваряне
+SupplierProposalsToClose=Запитвания към доставчици за приключване
SupplierProposalsToProcess=Запитвания към доставчици за обработка
LastSupplierProposals=Запитвания за цени: %s последни
AllPriceRequests=Всички запитвания
diff --git a/htdocs/langs/bg_BG/suppliers.lang b/htdocs/langs/bg_BG/suppliers.lang
index 81f7dec537b..d83eb071c1e 100644
--- a/htdocs/langs/bg_BG/suppliers.lang
+++ b/htdocs/langs/bg_BG/suppliers.lang
@@ -1,7 +1,7 @@
# Dolibarr language file - Source file is en_US - vendors
Suppliers=Доставчици
SuppliersInvoice=Фактура за доставка
-ShowSupplierInvoice=Покажи фактурата от доставчика
+ShowSupplierInvoice=Показване на фактура за доставка
NewSupplier=Нов доставчик
History=История
ListOfSuppliers=Списък на доставчици
@@ -13,17 +13,17 @@ TotalBuyingPriceMinShort=Обща сума от покупните цени на
TotalSellingPriceMinShort=Обща сума от продажните цени на субпродукти
SomeSubProductHaveNoPrices=Някои субпродукти нямат дефинирана цена
AddSupplierPrice=Добавяне на покупна цена
-ChangeSupplierPrice=Променяне на покупна цена
+ChangeSupplierPrice=Промяна на покупна цена
SupplierPrices=Доставни цени
-ReferenceSupplierIsAlreadyAssociatedWithAProduct=Този идентификатор е вече свързан с продукт: %s
+ReferenceSupplierIsAlreadyAssociatedWithAProduct=Този реф. № (SKU) е вече свързан с продукт: %s
NoRecordedSuppliers=Няма регистриран доставчик
SupplierPayment=Плащане към доставчик
-SuppliersArea=Зона на доставчиците
-RefSupplierShort=Реф. № на доставчик
+SuppliersArea=Секция с доставчици
+RefSupplierShort=Реф. № (SKU)
Availability=Наличност
-ExportDataset_fournisseur_1=Фактури за доставка и подробности за фактурите
+ExportDataset_fournisseur_1=Фактури за доставка и подробности за тях
ExportDataset_fournisseur_2=Фактури и плащания за доставка
-ExportDataset_fournisseur_3=Поръчки за покупка и подробности за поръчките
+ExportDataset_fournisseur_3=Поръчки за покупка и подробности за тях
ApproveThisOrder=Одобряване на поръчка
ConfirmApproveThisOrder=Сигурни ли сте, че искате да одобрите тази поръчка %s?
DenyingThisOrder=Отхвърляне на поръчка
@@ -32,11 +32,11 @@ ConfirmCancelThisOrder=Сигурни ли сте, че искате да ану
AddSupplierOrder=Създаване на поръчка за покупка
AddSupplierInvoice=Създаване на фактура за доставка
ListOfSupplierProductForSupplier=Списък на продукти и цени за доставчик %s
-SentToSuppliers=Изпратено към доставчиците
+SentToSuppliers=Изпратено към доставчици
ListOfSupplierOrders=Списък на поръчки за покупка
MenuOrdersSupplierToBill=Поръчки за покупка за фактуриране
-NbDaysToDelivery=Забавяне на доставката (дни)
-DescNbDaysToDelivery=Най-дългото забавяне на доставка на продукти от тази поръчка
+NbDaysToDelivery=Забавяне на доставка (дни)
+DescNbDaysToDelivery=Най-дълго забавяне на доставка за продукти от тази поръчка
SupplierReputation=Репутация на доставчика
DoNotOrderThisProductToThisSupplier=Не поръчвайте
NotTheGoodQualitySupplier=Ниско качество
diff --git a/htdocs/langs/bg_BG/ticket.lang b/htdocs/langs/bg_BG/ticket.lang
index 5226ab9e8fc..8a751a908cf 100644
--- a/htdocs/langs/bg_BG/ticket.lang
+++ b/htdocs/langs/bg_BG/ticket.lang
@@ -25,11 +25,11 @@ Permission56001=Преглед на тикети
Permission56002=Промяна на тикети
Permission56003=Изтриване на тикети
Permission56004=Управление на тикети
-Permission56005=Преглед на тикети от всички контрагенти (не е приложимо за външни потребители, винаги ще бъдат ограничени до контрагента, от който зависят)
+Permission56005=Преглед на тикети от всички контрагенти (не е приложимо за външни потребители, винаги ще бъдат ограничени до контрагента от който зависят)
TicketDictType=Тикет - Видове
TicketDictCategory=Тикет - Групи
-TicketDictSeverity=Тикет - Важност
+TicketDictSeverity=Тикет - Приоритети
TicketTypeShortBUGSOFT=Софтуерна неизправност
TicketTypeShortBUGHARD=Хардуерна неизправност
TicketTypeShortCOM=Търговски въпрос
@@ -37,14 +37,14 @@ TicketTypeShortINCIDENT=Молба за съдействие
TicketTypeShortPROJET=Проект
TicketTypeShortOTHER=Друго
-TicketSeverityShortLOW=Ниска
-TicketSeverityShortNORMAL=Нормална
-TicketSeverityShortHIGH=Висока
-TicketSeverityShortBLOCKING=Критична/Блокираща
+TicketSeverityShortLOW=Нисък
+TicketSeverityShortNORMAL=Нормален
+TicketSeverityShortHIGH=Висок
+TicketSeverityShortBLOCKING=Критичен
ErrorBadEmailAddress=Полето "%s" е неправилно
-MenuTicketMyAssign=Моите тикети
-MenuTicketMyAssignNonClosed=Моите отворени тикети
+MenuTicketMyAssign=Мои тикети
+MenuTicketMyAssignNonClosed=Мои отворени тикети
MenuListNonClosed=Отворени тикети
TypeContact_ticket_internal_CONTRIBUTOR=Сътрудник
@@ -58,18 +58,18 @@ Notify_TICKET_SENTBYMAIL=Изпращане на тикет съобщениет
# Status
NotRead=Непрочетен
Read=Прочетен
-Assigned=Назначен
+Assigned=Възложен
InProgress=В процес
NeedMoreInformation=Изчакване на информация
Answered=Отговорен
-Waiting=Изчакващ
+Waiting=В изчакване
Closed=Затворен
Deleted=Изтрит
# Dict
Type=Вид
-Category=Аналитичен код
-Severity=Важност
+Category=Категория
+Severity=Приоритет
# Email templates
MailToSendTicketMessage=За да изпратите имейл с това съобщение
@@ -81,9 +81,9 @@ TicketSetup=Настройка на тикет модула
TicketSettings=Настройки
TicketSetupPage=
TicketPublicAccess=Публичен интерфейс, който не изисква идентификация, е достъпен на следния URL адрес
-TicketSetupDictionaries=Видът на тикета, важността и аналитичните кодове се конфигурират от речници
+TicketSetupDictionaries=Видът на тикета, приоритетът и категорията се конфигурират от речници
TicketParamModule=Настройка на променливите в модула
-TicketParamMail=Настройка на имейл известяването
+TicketParamMail=Настройка за имейл известяване
TicketEmailNotificationFrom=Известяващ имейл от
TicketEmailNotificationFromHelp=Използван при отговор и изпращане на тикет съобщения
TicketEmailNotificationTo=Известяващ имейл до
@@ -92,23 +92,23 @@ TicketNewEmailBodyLabel=Текстово съобщение, изпратено
TicketNewEmailBodyHelp=Текстът, посочен тук, ще бъде включен в имейла, потвърждаващ създаването на нов тикет от публичния интерфейс. Информацията с детайлите на тикета се добавя автоматично.
TicketParamPublicInterface=Настройка на публичен интерфейс
TicketsEmailMustExist=Изисква съществуващ имейл адрес, за да се създаде тикет
-TicketsEmailMustExistHelp=В публичния интерфейс имейл адресът трябва да е вече въведен в базата данни, за да се създаде нов тикет.
+TicketsEmailMustExistHelp=За да се създаде нов тикет през публичния интерфейс имейл адресът трябва да съществува в базата данни
PublicInterface=Публичен интерфейс
TicketUrlPublicInterfaceLabelAdmin=Алтернативен URL адрес за публичния интерфейс
-TicketUrlPublicInterfaceHelpAdmin=Възможно е да се дефинира псевдоним на уеб сървъра и по този начин да се предостави достъп до публичния интерфейс от друг URL адрес (сървърът трябва да действа като прокси сървър в този нов URL адрес)
+TicketUrlPublicInterfaceHelpAdmin=Възможно е да се дефинира псевдоним на уеб сървъра и по този начин да се предостави достъп до публичния интерфейс от друг URL адрес (сървърът трябва да действа като прокси сървър за този нов URL адрес)
TicketPublicInterfaceTextHomeLabelAdmin=Приветстващ текст на публичния интерфейс
-TicketPublicInterfaceTextHome=Може да създадете тикет в системата за управление и обслужване на запитвания или да прегледате съществуващ като използвате номера за проследяване и Вашият имейл адрес.
-TicketPublicInterfaceTextHomeHelpAdmin=Текстът, определен тук, ще се появи на началната страница на публичния интерфейс.
+TicketPublicInterfaceTextHome=Може да създадете тикет в системата за управление и обслужване на запитвания или да прегледате съществуващ като използвате номера за проследяване и вашият имейл адрес.
+TicketPublicInterfaceTextHomeHelpAdmin=Текстът определен тук ще се появи на началната страница на публичния интерфейс.
TicketPublicInterfaceTopicLabelAdmin=Заглавие на интерфейса
TicketPublicInterfaceTopicHelp=Този текст ще се появи като заглавие на публичния интерфейс.
TicketPublicInterfaceTextHelpMessageLabelAdmin=Помощен текст към съобщението
TicketPublicInterfaceTextHelpMessageHelpAdmin=Този текст ще се появи над мястото с въведено съобщение от потребителя.
ExtraFieldsTicket=Допълнителни атрибути
TicketCkEditorEmailNotActivated=HTML редакторът не е активиран. Моля, задайте стойност 1 на константата FCKEDITOR_ENABLE_MAIL, за да го активирате.
-TicketsDisableEmail=Не изпращай имейли при създаване или добавяне на съобщение
-TicketsDisableEmailHelp=По подразбиране се изпращат имейли, когато са създадени нови тикети или съобщения. Активирайте тази опция, за да деактивирате *всички* известия по имейл
+TicketsDisableEmail=Да не се изпращат имейли при създаване на тикет или добавяне на съобщение
+TicketsDisableEmailHelp=По подразбиране се изпращат имейли, когато са създадени нови тикети или са добавени съобщения. Активирайте тази опция, за да деактивирате *всички* известия по имейл.
TicketsLogEnableEmail=Активиране на вход с имейл
-TicketsLogEnableEmailHelp=При всяка промяна ще бъде изпратен имейл **на всеки контакт**, свързан с тикета.
+TicketsLogEnableEmailHelp=При всяка промяна ще бъде изпратен имейл *на всеки контакт*, свързан с тикета.
TicketParams=Параметри
TicketsShowModuleLogo=Показване на логото на модула в публичния интерфейс
TicketsShowModuleLogoHelp=Активирайте тази опция, за да скриете логото на модула от страниците на публичния интерфейс
@@ -116,7 +116,7 @@ TicketsShowCompanyLogo=Показване на логото на фирмата
TicketsShowCompanyLogoHelp=Активирайте тази опция, за да скриете логото на основната фирма от страниците на публичния интерфейс
TicketsEmailAlsoSendToMainAddress=Изпращане на известие до основния имейл адрес
TicketsEmailAlsoSendToMainAddressHelp=Активирайте тази опция, за да изпратите имейл до "Известяващ имейл от" (вижте настройката по-долу)
-TicketsLimitViewAssignedOnly=Ограничаване на показването на тикети до такива, които са назначени на текущия потребител (не е приложимо за външни потребители, винаги ще бъдат ограничени до контрагента, от който зависят)
+TicketsLimitViewAssignedOnly=Ограничаване на показването на тикети до такива, които са възложени на текущия потребител (не е приложимо за външни потребители, винаги ще бъдат ограничени до контрагента, от който зависят)
TicketsLimitViewAssignedOnlyHelp=Само тикети, възложени на текущия потребител ще бъдат показвани. Не важи за потребител с права за управление на тикети.
TicketsActivatePublicInterface=Активиране на публичния интерфейс
TicketsActivatePublicInterfaceHelp=Публичният интерфейс позволява на всички посетители да създават тикети.
@@ -129,13 +129,13 @@ TicketsDisableCustomerEmail=Деактивиране на имейлите, ко
#
# Index & list page
#
-TicketsIndex=Начална страница
+TicketsIndex=Секция за тикети
TicketList=Списък с тикети
-TicketAssignedToMeInfos=Тази страница показва списъка с тикети, създадени от или възложени на текущия потребител
-NoTicketsFound=Няма намерен тикет
+TicketAssignedToMeInfos=Тази страница показва списък с тикети, които са създадени от вас или са ви били възложени
+NoTicketsFound=Няма намерени тикети
NoUnreadTicketsFound=Не са открити непрочетени тикети
TicketViewAllTickets=Преглед на всички тикети
-TicketViewNonClosedOnly=Преглед на отворените тикети
+TicketViewNonClosedOnly=Преглед на отворени тикети
TicketStatByStatus=Тикети по статус
#
@@ -144,24 +144,24 @@ TicketStatByStatus=Тикети по статус
Ticket=Тикет
TicketCard=Карта
CreateTicket=Създаване на тикет
-EditTicket=Редактиране на тикет
+EditTicket=Променяне на тикет
TicketsManagement=Управление на тикети
CreatedBy=Създаден от
NewTicket=Нов тикет
SubjectAnswerToTicket=Отговор на тикет
TicketTypeRequest=Вид на тикета
-TicketCategory=Аналитичен код
+TicketCategory=Категория
SeeTicket=Преглед на тикет
TicketMarkedAsRead=Тикетът е маркиран като прочетен
TicketReadOn=Прочетен на
TicketCloseOn=Дата на приключване
MarkAsRead=Маркиране на тикета като прочетен
TicketHistory=История
-AssignUser=Възлагане на служител
+AssignUser=Възлагане на потребител
TicketAssigned=Тикетът е възложен
-TicketChangeType=Промяна на вида
-TicketChangeCategory=Промяна на аналитичния код
-TicketChangeSeverity=Промяна на важността
+TicketChangeType=Променяне на вида
+TicketChangeCategory=Променяне на категория
+TicketChangeSeverity=Променяне на приоритет
TicketAddMessage=Добавяне на съобщение
AddMessage=Добавяне на съобщение
MessageSuccessfullyAdded=Тикетът е добавен
@@ -169,36 +169,36 @@ TicketMessageSuccessfullyAdded=Съобщението е успешно доба
TicketMessagesList=Списък със съобщения
NoMsgForThisTicket=Няма съобщение за този тикет
Properties=Реквизити
-LatestNewTickets=Тикети: %s най-нови тикета (непрочетени)
-TicketSeverity=Важност
+LatestNewTickets=Тикети: %s последни (непрочетени)
+TicketSeverity=Приоритет
ShowTicket=Преглед на тикет
RelatedTickets=Свързани тикети
TicketAddIntervention=Създаване на интервенция
-CloseTicket=Затваряне на тикет
-CloseATicket=Затваряне на тикет
-ConfirmCloseAticket=Потвърдете затварянето на тикета
-ConfirmDeleteTicket=Моля, потвърдете изтриването на билета
+CloseTicket=Приключване на тикет
+CloseATicket=Приключване на тикет
+ConfirmCloseAticket=Потвърдете приключването на тикета
+ConfirmDeleteTicket=Потвърдете изтриването на тикета
TicketDeletedSuccess=Тикетът е успешно изтрит
-TicketMarkedAsClosed=Тикетът е маркиран като затворен
+TicketMarkedAsClosed=Тикетът е маркиран като приключен
TicketDurationAuto=Изчислена продължителност
TicketDurationAutoInfos=Продължителност, изчислена автоматично според необходимите действия
TicketUpdated=Тикетът е актуализиран
SendMessageByEmail=Изпращане на съобщение по имейл
TicketNewMessage=Ново съобщение
ErrorMailRecipientIsEmptyForSendTicketMessage=Полето за получател е празно, не беше изпратен имейл.
-TicketGoIntoContactTab=Моля отидете в раздел "Контакти", откъдето може да изберете.
+TicketGoIntoContactTab=Моля отидете в раздел "Контакти" откъдето може да изберете
TicketMessageMailIntro=Въведение
TicketMessageMailIntroHelp=Този текст се добавя само в началото на имейла и няма да бъде запазен.
TicketMessageMailIntroLabelAdmin=Въведение към съобщението при изпращане на имейл
-TicketMessageMailIntroText=Здравейте, Беше добавено ново съобщение към тикет, за който сте асоцииран като контакт. Ето и съобщението:
-TicketMessageMailIntroHelpAdmin=Този текст ще бъде вмъкнат преди текста за отговор към тикета.
+TicketMessageMailIntroText=Здравейте, Беше добавено ново съобщение към тикет, в който сте посочен като контакт. Ето и съобщението:
+TicketMessageMailIntroHelpAdmin=Този текст ще бъде вмъкнат преди текста на съобщението към тикета.
TicketMessageMailSignature=Подпис
TicketMessageMailSignatureHelp=Този текст се добавя само в края на имейла и няма да бъде запазен.
TicketMessageMailSignatureText=
Поздрави,
--
TicketMessageMailSignatureLabelAdmin=Подпис в отговора към имейла
TicketMessageMailSignatureHelpAdmin=Този текст ще бъде вмъкнат след съобщението за отговор.
TicketMessageHelp=Само този текст ще бъде запазен в списъка със съобщения към тикета.
-TicketMessageSubstitutionReplacedByGenericValues=Заместващите променливи се заменят от стандартни стойности.
+TicketMessageSubstitutionReplacedByGenericValues=Заместващите променливи се заменят с общи стойности.
TimeElapsedSince=Изминало време
TicketTimeToRead=Изминало време преди прочитане
TicketContacts=Контакти
@@ -211,16 +211,16 @@ MarkMessageAsPrivate=Маркиране на съобщението като л
TicketMessagePrivateHelp=Това съобщение няма да се показва на външни потребители
TicketEmailOriginIssuer=Контакт на контрагента проследяващ тикета
InitialMessage=Първоначално съобщение
-LinkToAContract=Свързване към договор
+LinkToAContract=Връзка към договор
TicketPleaseSelectAContract=Изберете договор
-UnableToCreateInterIfNoSocid=Не може да бъде създадена интервенция без да бъде дефиниран контрагента
+UnableToCreateInterIfNoSocid=Не може да бъде създадена интервенция преди да се посочи контрагент
TicketMailExchanges=История на съобщенията
TicketInitialMessageModified=Първоначалното съобщение е променено
TicketMessageSuccesfullyUpdated=Съобщението е успешно актуализирано
TicketChangeStatus=Промяна на статус
TicketConfirmChangeStatus=Потвърдете промяната на статуса на: %s?
TicketLogStatusChanged=Статусът е променен: от %s на %s
-TicketNotNotifyTiersAtCreate=Не уведомява фирмата при създаването на тикета
+TicketNotNotifyTiersAtCreate=Да не се уведомява фирмата при създаване на тикета
Unread=Непрочетен
#
@@ -229,9 +229,9 @@ Unread=Непрочетен
TicketLogMesgReadBy=Тикет %s е прочетен от %s
NoLogForThisTicket=Все още няма запис за този тикет
TicketLogAssignedTo=Тикет %s е възложен на %s
-TicketLogPropertyChanged=Тикет %s е редактиран: класификация от %s на %s
-TicketLogClosedBy=Тикет %s е затворен от %s
-TicketLogReopen=Тикет %s е отворен повторно
+TicketLogPropertyChanged=Тикет %s е класифициран от %s на %s
+TicketLogClosedBy=Тикет %s е приключен от %s
+TicketLogReopen=Тикет %s е повторно отворен
#
# Public pages
@@ -239,21 +239,21 @@ TicketLogReopen=Тикет %s е отворен повторно
TicketSystem=Тикет система
ShowListTicketWithTrackId=Проследяване на списък с тикети
ShowTicketWithTrackId=Проследяване на тикет
-TicketPublicDesc=Може да създадете тикет или да проследите съществуващи като използвате кода за проследяване и Вашият имейл адрес.
+TicketPublicDesc=Може да създадете тикет или да проследите съществуващи като използвате кода за проследяване и вашият имейл адрес.
YourTicketSuccessfullySaved=Тикетът е успешно съхранен!
MesgInfosPublicTicketCreatedWithTrackId=Беше създаден нов тикет с проследяващ код %s
PleaseRememberThisId=Моля, запазете проследяващия код, за който може да ви попитаме по-късно.
TicketNewEmailSubject=Потвърждение за създаване на тикет
TicketNewEmailSubjectCustomer=Нов тикет
TicketNewEmailBody=Това е автоматичен имейл, който потвърждава, че сте регистрирали нов тикет.
-TicketNewEmailBodyCustomer=Това е автоматичен имейл, който потвърждава, че е създаден нов тикет във вашия фирмен профил.
+TicketNewEmailBodyCustomer=Това е автоматичен имейл, който потвърждава, че е създаден нов тикет във вашият фирмен профил.
TicketNewEmailBodyInfosTicket=Информация за наблюдение на тикета
TicketNewEmailBodyInfosTrackId=Проследяващ код на тикета: %s
TicketNewEmailBodyInfosTrackUrl=Може да следите напредъка по тикета като кликнете на връзката по-горе.
TicketNewEmailBodyInfosTrackUrlCustomer=Може да следите напредъка по тикета в специалния интерфейс като кликнете върху следната връзка
TicketEmailPleaseDoNotReplyToThisEmail=Моля, не отговаряйте директно на този имейл! Използвайте връзката, за да отговорите, чрез интерфейса.
TicketPublicInfoCreateTicket=Тази форма позволява да регистрирате тикет в системата за управление и обслужване на запитвания.
-TicketPublicPleaseBeAccuratelyDescribe=Моля, опишете точно проблема. Посочете възможно най-много информация, за да ни позволите да идентифицираме правилно това запитване.
+TicketPublicPleaseBeAccuratelyDescribe=Моля, опишете подробно проблема. Посочете възможно най-много информация, за да ни позволите да идентифицираме правилно това запитване.
TicketPublicMsgViewLogIn=Моля, въведете проследяващ код и имейл адрес
TicketTrackId=Код за проследяване
OneOfTicketTrackId=Код за проследяване
@@ -273,11 +273,11 @@ NumberOfTicketsByMonth=Брой тикети на месец
NbOfTickets=Брой тикети
# notifications
TicketNotificationEmailSubject=Тикет с проследяващ код %s е актуализиран
-TicketNotificationEmailBody=Здравейте,\nТова е автоматично съобщение, което има за цел да Ви уведоми, че тикет с проследяващ код %s е бил наскоро актуализиран.
-TicketNotificationRecipient=Получател на уведомлението
+TicketNotificationEmailBody=Здравейте,\nТова е автоматично съобщение, което има за цел да ви уведоми, че тикет с проследяващ код %s е актуализиран.
+TicketNotificationRecipient=Получател на известието
TicketNotificationLogMessage=Съобщение в историята
TicketNotificationEmailBodyInfosTrackUrlinternal=Вижте тикета в системата
-TicketNotificationNumberEmailSent=Изпратено уведомление по имейл: %s
+TicketNotificationNumberEmailSent=Изпратени известия по имейл: %s
ActionsOnTicket=Свързани събития
diff --git a/htdocs/langs/bg_BG/trips.lang b/htdocs/langs/bg_BG/trips.lang
index bd3046fe9d1..33d8424a659 100644
--- a/htdocs/langs/bg_BG/trips.lang
+++ b/htdocs/langs/bg_BG/trips.lang
@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - trips
-ShowExpenseReport=Показване на разходни отчети
+ShowExpenseReport=Показване на разходен отчет
Trips=Разходни отчети
TripsAndExpenses=Разходни отчети
TripsAndExpensesStatistics=Статистика на разходните отчети
@@ -19,15 +19,15 @@ ConfirmDeleteTrip=Сигурни ли сте, че искате да изтри
ListTripsAndExpenses=Списък с разходни отчети
ListToApprove=Очаква одобрение
ExpensesArea=Секция за разходни отчети
-ClassifyRefunded=Класифициране като 'Рефинансиран'
+ClassifyRefunded=Класифициране като 'Възстановен'
ExpenseReportWaitingForApproval=Нов разходен отчет е изпратен за одобрение
ExpenseReportWaitingForApprovalMessage=Създаден е нов разходен отчет, който очаква одобрение. - Потребител: %s - Период: %s Кликнете тук, за да го одобрите или отхвърлите: %s
ExpenseReportWaitingForReApproval=Разходният отчет е изпратен за повторно одобрение
-ExpenseReportWaitingForReApprovalMessage=Създаден разходен отчет очаква повторно одобрение. Отчетът %s, отказахте да одобрите по следната причина: %s. Предложена е нова версия, която очаква одобрение. - Потребител: %s - Период: %s Кликнете тук, за да одобрите или отхвърлите: %s
+ExpenseReportWaitingForReApprovalMessage=Създаден разходен отчет очаква повторно одобрение. Отчетът %s, отказахте да одобрите по следната причина: %s. Предложена е нова версия, която очаква одобрение. - Потребител: %s - Период: %s Кликнете тук, за да го одобрите или отхвърлите: %s
ExpenseReportApproved=Разходният отчет е одобрен
ExpenseReportApprovedMessage=Разходният отчет %s е одобрен. - Потребител: %s - Одобрен от: %s Кликнете тук, за да видите разходният отчет: %s
-ExpenseReportRefused=Разходния отчет е отхвърлен
-ExpenseReportRefusedMessage=Разходният отчет %s е отхвърлен. - Потребител: %s - Отхвърлен от: %s - Причина за отхвърляне: %s Кликнете тук, за видите разходния отчет: %s
+ExpenseReportRefused=Разходният отчет е отхвърлен
+ExpenseReportRefusedMessage=Разходният отчет %s е отхвърлен. - Потребител: %s - Отхвърлен от: %s - Причина за отхвърляне: %s Кликнете тук, за да видите разходния отчет: %s
ExpenseReportCanceled=Разходният отчет е анулиран
ExpenseReportCanceledMessage=Разходният отчет %s е анулиран. - Потребител: %s - Анулиран от: %s - Причина за анулиране: %s Кликнете тук, за да видите разходния отчет: %s
ExpenseReportPaid=Разходният отчет е платен
@@ -37,7 +37,7 @@ AnyOtherInThisListCanValidate=Лице за информиране, което
TripSociete=Информация за фирма
TripNDF=Информация за разходен отчет
PDFStandardExpenseReports=Стандартен шаблон за генериране на PDF документ на разходния отчет
-ExpenseReportLine=№
+ExpenseReportLine=Ред №
TF_OTHER=Други
TF_TRIP=Транспорт
TF_LUNCH=Обяд
@@ -73,14 +73,14 @@ EX_PAR_VP=Паркинг за ЛПС
EX_CAM_VP=Поддръжка и ремонт на ЛПС
DefaultCategoryCar=Режим на транспортиране по подразбиране
DefaultRangeNumber=Номер на обхвата по подразбиране
-UploadANewFileNow=Качете нов документ сега
-Error_EXPENSEREPORT_ADDON_NotDefined=Грешка, правилото за номериране на разходни отчети не е дефинирано в настройката на модула 'Разходни отчети'
+UploadANewFileNow=Прикачване на нов документ
+Error_EXPENSEREPORT_ADDON_NotDefined=Грешка, правилото за номериране на разходни отчети не е дефинирано в настройката на модула разходни отчети.
ErrorDoubleDeclaration=Създали сте друг разходен отчет в същия времеви период.
AucuneLigne=Няма деклариран разходен отчет
ModePaiement=Начин на плащане
VALIDATOR=Потребител отговорен за одобрение
VALIDOR=Одобрен от
-AUTHOR=Записан от
+AUTHOR=Създаден от
AUTHORPAIEMENT=Платен от
REFUSEUR=Отхвърлен от
CANCEL_USER=Изтрит от
@@ -112,8 +112,8 @@ ExpenseReportsToPay=Разходни отчети за плащане
ConfirmCloneExpenseReport=Сигурни ли сте, че искате да клонирате този разходен отчет?
ExpenseReportsIk=Индекс за отчитане на разходите
ExpenseReportsRules=Правила за отчитане на разходите
-ExpenseReportIkDesc=Можете да променяте изчисляването на разхода по километри, въз основа на категория и обхват, които са определени предварително. км е разстоянието в километри.
-ExpenseReportRulesDesc=Можете да създавате или променяте правилата за изчисляване. Тази част ще се използва, когато потребител създаде разходен отчет.
+ExpenseReportIkDesc=Може да променяте изчисляването на разхода по километри, въз основа на категория и обхват, които са определени предварително. км е разстоянието в километри.
+ExpenseReportRulesDesc=Може да създавате или променяте правилата за изчисляване. Тази част ще се използва, когато потребител създаде разходен отчет.
expenseReportOffset=Офсет
expenseReportCoef=Коефициент
expenseReportTotalForFive=Пример с км = 5
@@ -139,13 +139,13 @@ ExpenseReportConstraintViolationError=Идентификатор за наруш
byEX_DAY=по ден (ограничение до %s)
byEX_MON=по месец (ограничение до %s)
byEX_YEA=по година (ограничение до %s)
-byEX_EXP=от ред (ограничение до %s)
+byEX_EXP=по ред (ограничение до %s)
ExpenseReportConstraintViolationWarning=Идентификатор за нарушение на ограничението [%s]: %s превъзхожда %s %s
nolimitbyEX_DAY=по ден (без ограничение)
nolimitbyEX_MON=по месец (без ограничение)
nolimitbyEX_YEA=по година (без ограничение)
-nolimitbyEX_EXP=от ред (няма ограничение)
-CarCategory=Категория на автомобила
+nolimitbyEX_EXP=по ред (без ограничение)
+CarCategory=Категория на автомобил
ExpenseRangeOffset=Размер на офсета: %s
RangeIk=Обхват на пробега
AttachTheNewLineToTheDocument=Прикрепете реда към свързан документ
diff --git a/htdocs/langs/bg_BG/users.lang b/htdocs/langs/bg_BG/users.lang
index 149d5652857..9e29ab5b1f6 100644
--- a/htdocs/langs/bg_BG/users.lang
+++ b/htdocs/langs/bg_BG/users.lang
@@ -1,15 +1,15 @@
# Dolibarr language file - Source file is en_US - users
-HRMArea=Секция човешки ресурси
-UserCard=Карта на потребител
-GroupCard=Карта на група
+HRMArea=Секция за човешки ресурси
+UserCard=Карта
+GroupCard=Карта
Permission=Разрешение
Permissions=Права
-EditPassword=Редактиране на парола
+EditPassword=Променяне на парола
SendNewPassword=Регенериране и изпращане на парола
-SendNewPasswordLink=Връзка за възстановяване на парола
+SendNewPasswordLink=Изпращане на връзка за парола
ReinitPassword=Регенериране на парола
PasswordChangedTo=Паролата е променена на: %s
-SubjectNewPassword=Новата ви парола за %s
+SubjectNewPassword=Вашата нова парола за %s
GroupRights=Групови права
UserRights=Потребителски права
UserGUISetup=Настройка на потребителския интерфейс
@@ -28,9 +28,9 @@ ConfirmReinitPassword=Сигурни ли сте, че искате да ген
ConfirmSendNewPassword=Сигурни ли сте, че искате да генерирате и изпратите нова парола за потребител %s?
NewUser=Нов потребител
CreateUser=Създаване на потребител
-LoginNotDefined=Входната информация не е дефинирана.
+LoginNotDefined=Не е дефинирано потребителско име.
NameNotDefined=Името не е дефинирано.
-ListOfUsers=Списък потребители
+ListOfUsers=Списък на потребители
SuperAdministrator=Супер администратор
SuperAdministratorDesc=Глобален администратор
AdministratorDesc=Администратор
@@ -39,7 +39,7 @@ DefaultRightsDesc=Определете тук правата по подра
DolibarrUsers=Потребители на системата
LastName=Фамилия
FirstName=Собствено име
-ListOfGroups=Списък на групите
+ListOfGroups=Списък на групи
NewGroup=Нова група
CreateGroup=Създаване на група
RemoveFromGroup=Премахване от групата
@@ -50,14 +50,14 @@ ConfirmPasswordReset=Потвърдете възстановяване на па
MenuUsersAndGroups=Потребители и групи
LastGroupsCreated=Групи: %s последно създадени
LastUsersCreated=Потребители: %s последно създадени
-ShowGroup=Покажи групата
-ShowUser=Покажи потребителя
+ShowGroup=Показване на група
+ShowUser=Показване на потребител
NonAffectedUsers=Не присвоени потребители
-UserModified=Потребителят е успешно редактиран
+UserModified=Потребителят е успешно променен
PhotoFile=Снимка
ListOfUsersInGroup=Списък на потребителите в тази група
ListOfGroupsForUser=Списък на групите за този потребител
-LinkToCompanyContact=Свързване към контрагент/контакт
+LinkToCompanyContact=Свързване към контрагент / контакт
LinkedToDolibarrMember=Свързване към член
LinkedToDolibarrUser=Свързване към потребител на системата
LinkedToDolibarrThirdParty=Свързване към контрагент
@@ -74,8 +74,8 @@ InternalExternalDesc=Вътрешния потребител е потр
PermissionInheritedFromAGroup=Разрешението е предоставено, тъй като е наследено от една от групите на потребителя.
Inherited=Наследено
UserWillBeInternalUser=Създаденият потребителят ще бъде вътрешен потребител (тъй като не е свързан с определен контрагент)
-UserWillBeExternalUser=Създаденият потребителят ще бъде външен потребител (защото е свързани с определен контрагент)
-IdPhoneCaller=Идентификация на повикващия
+UserWillBeExternalUser=Създаденият потребителят ще бъде външен потребител (защото е свързан с определен контрагент)
+IdPhoneCaller=Идентификатор на повикващия
NewUserCreated=Потребител %s е създаден
NewUserPassword=Промяна на паролата за %s
EventUserModified=Потребител %s е променен
@@ -88,7 +88,7 @@ GroupDeleted=Група %s е премахната
ConfirmCreateContact=Сигурни ли сте, че искате да създадете Dolibarr профил за този контакт?
ConfirmCreateLogin=Сигурни ли сте, че искате да създадете Dolibarr профил за този член?
ConfirmCreateThirdParty=Сигурни ли сте, че искате да създадете контрагент за този член?
-LoginToCreate=Данни за вход за създаване
+LoginToCreate=Потребителско име
NameToCreate=Име на контрагент за създаване
YourRole=Вашите роли
YourQuotaOfUsersIsReached=Вашата квота за активни потребители е достигната!
@@ -109,4 +109,4 @@ UserLogoff=Излизане от потребителя
UserLogged=Потребителят е регистриран
DateEmployment=Дата на назначаване
DateEmploymentEnd=Дата на освобождаване
-CantDisableYourself=You can't disable your own user record
+CantDisableYourself=Не можете да забраните собствения си потребителски запис
diff --git a/htdocs/langs/bg_BG/website.lang b/htdocs/langs/bg_BG/website.lang
index 18dc11e057d..7253e5c8aef 100644
--- a/htdocs/langs/bg_BG/website.lang
+++ b/htdocs/langs/bg_BG/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/bg_BG/withdrawals.lang b/htdocs/langs/bg_BG/withdrawals.lang
index 149fec6aa7c..efae12ef41d 100644
--- a/htdocs/langs/bg_BG/withdrawals.lang
+++ b/htdocs/langs/bg_BG/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Зададен към статус "Файл Изпратен"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Статистики по статуса на линиите
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/bg_BG/workflow.lang b/htdocs/langs/bg_BG/workflow.lang
index ac65d1382f2..dec1f41bc78 100644
--- a/htdocs/langs/bg_BG/workflow.lang
+++ b/htdocs/langs/bg_BG/workflow.lang
@@ -1,20 +1,20 @@
# Dolibarr language file - Source file is en_US - workflow
-WorkflowSetup=Настройки на модул Workflow
-WorkflowDesc=Този модул е проектиран да редактира поведението на автоматичните действия в приложението. По подразбиране, работния процес е отворен (можете да правите неща в реда, в който желаете). Можете да активирате автоматичните действия, които ви интересуват.
+WorkflowSetup=Настройка на модула работен процес
+WorkflowDesc=Този модул осигурява някои автоматични действия. По подразбиране работният процес е отворен (можете да правите нещата в реда, по който искате), но тук можете да активирате някои автоматични действия.
ThereIsNoWorkflowToModify=Няма налични промени на работния процес с активираните модули.
# Autocreate
-descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Създай автоматично клиентска поръчка, след като предложението е подписано (новата поръчка че е на същатата стойност)
-descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Автоматично създа фактура, след като търговското предложение е подписано (новата фактура ще има същата стойност като предложението)
-descWORKFLOW_CONTRACT_AUTOCREATE_INVOICE=Автоматично създаване на клиентска фактура след като договора е валидиран
-descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Автоматично създай фактура, след като клиентската поръчка е затворена (новата фактура ще има същата стойност като поръчката)
+descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Автоматично създаване на клиентска поръчка след подписване на търговско предложение (новата поръчка ще има същата стойност като на предложение)
+descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Автоматично създаване на клиентска фактура след подписване на търговско предложение (новата фактура ще има същата стойност като на предложението)
+descWORKFLOW_CONTRACT_AUTOCREATE_INVOICE=Автоматично създаване на клиентска фактура след валидиране на договор
+descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Автоматично създаване на фактура за продажба след приключване на поръчка за продажба (новата фактура ще има същата стойност като на поръчката)
# Autoclassify customer proposal or order
-descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Класифицирай свържаното предложение/предложения като платени, когато клиентската поръчка е маркирана като платена (ако стойността на поръчката е същата, като на свързаното предложение)
-descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Класифицирай вързаното предложение/я като платени, когато фактурата е валидирана (ако стойността на фактурата е същата като на подписаното предложение)
-descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Класифицирай вързаната клиенска поръчка/поръчки като платени, когато фактурата е валидирана (ако стойността на фактурата е същата, като на вързаната поръчка)
-descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Класифицирай свързаната клиентска поръчка/поръчки като платена, когато фактурата е маркирана като платена (ако стойността на фактурата е същата, като на вързаната поръчка)
-descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Classify linked source customer order to shipped when a shipment is validated (and if quantity shipped by all shipments is the same as in the order to update)
-# Autoclassify supplier order
-descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Classify linked source vendor proposal(s) to billed when vendor invoice is validated (and if amount of the invoice is same than total amount of linked proposals)
-descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Classify linked source purchase order(s) to billed when vendor invoice is validated (and if amount of the invoice is same than total amount of linked orders)
+descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Класифициране на свързано търговско предложение - първоизточник като фактурирано след класифициране на клиентска поръчка като фактурирана (и ако стойността на поръчката е същата като общата сума на подписаното свързано предложение)
+descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Класифициране на свързано търговско предложение - първоизточник като фактурирано след валидиране на клиентска фактура (и ако стойността на фактурата е същата като общата сума на подписаното свързано предложение)
+descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Класифициране на свързана клиентска поръчка - първоизточник като фактурирана след валидиране на клиентска фактура (и ако стойността на фактурата е същата като общата сума на свързаната поръчка)
+descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Класифициране на свързана клиентска поръчка - първоизточник като фактурирана след плащане на клиентска фактура (и ако стойността на фактурата е същата като общата сума на свързаната поръчка)
+descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Класифициране на свързана клиентска поръчка - първоизточник като изпратена след валидиране на доставка (и ако количеството, изпратено, чрез всички пратки е същото като в поръчката за актуализиране)
+# Autoclassify purchase order
+descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Класифициране на свързаното за запитване към доставчик - първоизточник като фактурираното след валидиране на доставната фактура (и ако стойността на фактурата е същата като общата сума на свързаното запитване)
+descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Класифициране на свързаната поръчка за покупка - първоизточник като фактурирана след валидиране на доставна фактура (и ако стойността на фактурата е същата като общата сума на свързаната поръчка)
AutomaticCreation=Автоматично създаване
AutomaticClassification=Автоматично класифициране
diff --git a/htdocs/langs/bn_BD/accountancy.lang b/htdocs/langs/bn_BD/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/bn_BD/accountancy.lang
+++ b/htdocs/langs/bn_BD/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/bn_BD/admin.lang b/htdocs/langs/bn_BD/admin.lang
index 9eaa12ec9be..2e27c6fe81f 100644
--- a/htdocs/langs/bn_BD/admin.lang
+++ b/htdocs/langs/bn_BD/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/bn_BD/bills.lang b/htdocs/langs/bn_BD/bills.lang
index 5f39c25daf2..d977c564e29 100644
--- a/htdocs/langs/bn_BD/bills.lang
+++ b/htdocs/langs/bn_BD/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show deposit invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/bn_BD/companies.lang b/htdocs/langs/bn_BD/companies.lang
index 5ebfc8b1564..010d9bc67d7 100644
--- a/htdocs/langs/bn_BD/companies.lang
+++ b/htdocs/langs/bn_BD/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/bn_BD/errors.lang b/htdocs/langs/bn_BD/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/bn_BD/errors.lang
+++ b/htdocs/langs/bn_BD/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/bn_BD/main.lang b/htdocs/langs/bn_BD/main.lang
index b930ecc464e..bd4ae2153bf 100644
--- a/htdocs/langs/bn_BD/main.lang
+++ b/htdocs/langs/bn_BD/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/bn_BD/other.lang b/htdocs/langs/bn_BD/other.lang
index a6802140be3..8a5ccdbab5c 100644
--- a/htdocs/langs/bn_BD/other.lang
+++ b/htdocs/langs/bn_BD/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/bn_BD/products.lang b/htdocs/langs/bn_BD/products.lang
index 7b68f5b3ebd..73e672284de 100644
--- a/htdocs/langs/bn_BD/products.lang
+++ b/htdocs/langs/bn_BD/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/bn_BD/stripe.lang b/htdocs/langs/bn_BD/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/bn_BD/stripe.lang
+++ b/htdocs/langs/bn_BD/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/bn_BD/website.lang b/htdocs/langs/bn_BD/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/bn_BD/website.lang
+++ b/htdocs/langs/bn_BD/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/bn_BD/withdrawals.lang b/htdocs/langs/bn_BD/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/bn_BD/withdrawals.lang
+++ b/htdocs/langs/bn_BD/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/bs_BA/accountancy.lang b/htdocs/langs/bs_BA/accountancy.lang
index 427995e88d0..ffe0857e269 100644
--- a/htdocs/langs/bs_BA/accountancy.lang
+++ b/htdocs/langs/bs_BA/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/bs_BA/admin.lang b/htdocs/langs/bs_BA/admin.lang
index 06471c6fe6b..3b1cbfdb1bc 100644
--- a/htdocs/langs/bs_BA/admin.lang
+++ b/htdocs/langs/bs_BA/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifikacije
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Dopunske atributa (naloga)
ExtraFieldsSupplierInvoices=Dopunski atributi (fakture)
ExtraFieldsProject=Dopunski atributi (projekti)
ExtraFieldsProjectTask=Dopunski atributi (zadaci)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Optimizacija pretraživanja
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache je učitan.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/bs_BA/bills.lang b/htdocs/langs/bs_BA/bills.lang
index 6b4f729a832..54c351b94e9 100644
--- a/htdocs/langs/bs_BA/bills.lang
+++ b/htdocs/langs/bs_BA/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Predračun
InvoiceProFormaDesc=Predračun izgleda isto kao račun, ali nema računovodstvene vrijednosti.
InvoiceReplacement=Zamjenska faktura
InvoiceReplacementAsk=Zamjenska faktura za fakturu
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Knjižna obavijest
InvoiceAvoirAsk=Knjižna obavijest za korekciju računa
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Uplata viša od zaostalog duga
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Označi kao 'Plaćeno'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Označi kao 'Djelimično plaćeno'
ClassifyCanceled=Označi kao 'Otkazano'
ClassifyClosed=Označi kao 'Zaključeno'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Prikaži zamjensku fakturu
ShowInvoiceAvoir=Prikaži dobropis
ShowInvoiceDeposit=Pokaži avansne fakture
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Prikaži uplatu
AlreadyPaid=Već plaćeno
AlreadyPaidBack=Već izvršen povrat uplate
diff --git a/htdocs/langs/bs_BA/companies.lang b/htdocs/langs/bs_BA/companies.lang
index 4a2e08700d5..f4be43431d8 100644
--- a/htdocs/langs/bs_BA/companies.lang
+++ b/htdocs/langs/bs_BA/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Nadimak (komercijalni, trgovačkim, ...)
AliasNameShort=Alias Name
Companies=Kompanije
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Apsolutni popusti prodavača (uneseni od strane
SupplierAbsoluteDiscountMy=Apsolutni popusti prodavača (uneseni od strane sebe)
DiscountNone=Ništa
Vendor=Vendor
+Supplier=Vendor
AddContact=Napravi kontakt
AddContactAddress=Napravi kontakt/adresu
EditContact=Uredi kontakt
diff --git a/htdocs/langs/bs_BA/errors.lang b/htdocs/langs/bs_BA/errors.lang
index 2f1d689e63b..d4da3b43f7a 100644
--- a/htdocs/langs/bs_BA/errors.lang
+++ b/htdocs/langs/bs_BA/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/bs_BA/main.lang b/htdocs/langs/bs_BA/main.lang
index 668e4b3bc9f..33ca3105dea 100644
--- a/htdocs/langs/bs_BA/main.lang
+++ b/htdocs/langs/bs_BA/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakti/adrese za ovaj subjekt
AddressesForCompany=Adrese za ovaj subjekt
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Događaji o ovom članu
ActionsOnProduct=Događaji o ovom proizvodu
NActionsLate=%s kasne
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link ka kontaktima
LinkToIntervention=Link ka intervencijama
+LinkToTicket=Link to ticket
CreateDraft=Kreiraj nacrt
SetToDraft=Nazad na nacrt
ClickToEdit=Klikni za uređivanje
diff --git a/htdocs/langs/bs_BA/other.lang b/htdocs/langs/bs_BA/other.lang
index 7bd1e35524f..648a6c40933 100644
--- a/htdocs/langs/bs_BA/other.lang
+++ b/htdocs/langs/bs_BA/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/bs_BA/products.lang b/htdocs/langs/bs_BA/products.lang
index 552db428cf4..69668f08904 100644
--- a/htdocs/langs/bs_BA/products.lang
+++ b/htdocs/langs/bs_BA/products.lang
@@ -2,6 +2,7 @@
ProductRef=Ref. proizvoda
ProductLabel=Oznaka proizvoda
ProductLabelTranslated=Prevedeni naslov proizvoda
+ProductDescription=Product description
ProductDescriptionTranslated=Prevedeni opis proizvoda
ProductNoteTranslated=Prevedena napomena proizvoda
ProductServiceCard=Kartica proizvoda/usluge
diff --git a/htdocs/langs/bs_BA/stripe.lang b/htdocs/langs/bs_BA/stripe.lang
index 1ce18d76333..4cf01154660 100644
--- a/htdocs/langs/bs_BA/stripe.lang
+++ b/htdocs/langs/bs_BA/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/bs_BA/website.lang b/htdocs/langs/bs_BA/website.lang
index 978ed485cd6..8aa3e8d93f8 100644
--- a/htdocs/langs/bs_BA/website.lang
+++ b/htdocs/langs/bs_BA/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/bs_BA/withdrawals.lang b/htdocs/langs/bs_BA/withdrawals.lang
index 1d21628ded7..9ed0ddbf482 100644
--- a/htdocs/langs/bs_BA/withdrawals.lang
+++ b/htdocs/langs/bs_BA/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/ca_ES/accountancy.lang b/htdocs/langs/ca_ES/accountancy.lang
index 529605e4a5f..06ddc2b794d 100644
--- a/htdocs/langs/ca_ES/accountancy.lang
+++ b/htdocs/langs/ca_ES/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Compte de resultats comptable (pèrdua)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Revista de tancament
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Compte de comptabilitat de la transferència bancària de transició
+TransitionalAccount=Compte de transferència bancària transitòria
ACCOUNTING_ACCOUNT_SUSPENSE=Compte comptable d'espera
DONATION_ACCOUNTINGACCOUNT=Compte comptable per registrar les donacions
@@ -216,8 +217,8 @@ DescThirdPartyReport=Consulteu aquí la llista dels clients i proveïdors de ter
ListAccounts=Llistat dels comptes comptables
UnknownAccountForThirdparty=Compte comptable de tercer desconeguda, utilitzarem %s
UnknownAccountForThirdpartyBlocking=Compte comptable de tercer desconegut. Error de bloqueig
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. We will use %s
-ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Third-party account not defined or third party unknown. Blocking error.
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Compte de tercers no definit o tercer desconegut. Utilitzarem %s
+ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Compte de tercers no definit o tercer desconegut. Error de bloqueig.
UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Compte de tercers desconegut i compte d'espera no definit. Error de bloqueig
PaymentsNotLinkedToProduct=Pagament no vinculat a cap producte / servei
@@ -230,7 +231,7 @@ TotalMarge=Marge total de vendes
DescVentilCustomer=Consulti aquí la llista de línies de factures de client vinculades (o no) a comptes comptables de producte
DescVentilMore=En la majoria dels casos, si tu utilitzes productes o serveis predefinits i poses el número de compte a la fitxa de producte/servei, l'aplicació serà capaç de fer tots els vincles entre les línies de factura i els comptes comptables del teu pla comptable, només amb un clic mitjançant el botó "%s". Si el compte no està col·locat a la fitxa del producte/servei o si encara hi ha alguna línia no vinculada a cap compte, hauràs de fer una vinculació manual a partir del menú "%s".
-DescVentilDoneCustomer=Consulta aquí la llista de línies de factures de clients i els seus comptes comptables de producte
+DescVentilDoneCustomer=Consulta aquí la llista de línies de factures a clients i els seus comptes comptables de producte
DescVentilTodoCustomer=Comptabilitza les línies de factura encara no comptabilitzades amb un compte comptable de producte
ChangeAccount=Canvia el compte comptable de producte/servei per les línies seleccionades amb el següent compte comptable:
Vide=-
@@ -264,7 +265,7 @@ AccountingJournals=Diari de comptabilitat
AccountingJournal=Diari comptable
NewAccountingJournal=Nou diari comptable
ShowAccoutingJournal=Mostrar diari comptable
-Nature=Caràcter
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Operacions diverses
AccountingJournalType2=Vendes
AccountingJournalType3=Compres
@@ -290,9 +291,10 @@ Modelcsv_quadratus=Exporta a Quadratus QuadraCompta
Modelcsv_ebp=Exporta a EBP
Modelcsv_cogilog=Exporta a Cogilog
Modelcsv_agiris=Exporta a Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Exporta per a OpenConcerto (Test)
Modelcsv_configurable=Exporta CSV configurable
-Modelcsv_FEC=Export FEC
+Modelcsv_FEC=Exporta FEC
Modelcsv_Sage50_Swiss=Exportació per Sage 50 Switzerland
ChartofaccountsId=Id pla comptable
@@ -300,7 +302,7 @@ ChartofaccountsId=Id pla comptable
InitAccountancy=Inicialitza la comptabilitat
InitAccountancyDesc=Aquesta pàgina es pot utilitzar per inicialitzar un compte de comptabilitat en productes i serveis que no tenen compte comptable definit per a vendes i compres.
DefaultBindingDesc=Aquesta pàgina pot ser utilitzat per establir un compte per defecte que s'utilitzarà per enllaçar registre de transaccions sobre els pagament de salaris, donació, impostos i IVA quan no hi ha encara compte comptable específic definit.
-DefaultClosureDesc=Aquesta pàgina es pot utilitzar per configurar els paràmetres que s'utilitzaran per incloure un balanç.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opcions
OptionModeProductSell=En mode vendes
OptionModeProductSellIntra=Les vendes de mode exportades a la CEE
@@ -317,9 +319,9 @@ WithoutValidAccount=Sense compte dedicada vàlida
WithValidAccount=Amb compte dedicada vàlida
ValueNotIntoChartOfAccount=Aquest compte comptable no existeix al pla comptable
AccountRemovedFromGroup=S'ha eliminat el compte del grup
-SaleLocal=Local sale
-SaleExport=Export sale
-SaleEEC=Sale in EEC
+SaleLocal=Venda local
+SaleExport=Venda d’exportació
+SaleEEC=Venda en CEE
## Dictionary
Range=Rang de compte comptable
@@ -340,7 +342,7 @@ UseMenuToSetBindindManualy=Línies encara no enllaçades, utilitzeu el menú %s). L'ús d'aquesta funció no és necessària. Es dóna per als usuaris que alberguen Dolibarr en un servidor que no ofereix els permisos d'eliminació de fitxers generats pel servidor web.
PurgeDeleteLogFile=Suprimeix els fitxers de registre, incloent %s definit per al mòdul Syslog (sense risc de perdre dades)
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=Elimineu tots els fitxers temporals (no hi ha risc de perdre dades). Nota: La supressió només es fa si el directori temporal es va crear fa 24 hores.
PurgeDeleteTemporaryFilesShort=Elimina els fitxers temporals
PurgeDeleteAllFilesInDocumentsDir=Elimineu tots els arxius del directori: %s . Això esborrarà tots documents generats i relacionats amb els elements (Tercers, factures etc ...), arxius carregats al mòdul ECM, còpies de seguretat de la Base de Dades, paperera i arxius temporals.
PurgeRunNow=Purgar
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Caselles de verificació des de taula
ExtrafieldLink=Enllaç a un objecte
ComputedFormula=Camp calculat
ComputedFormulaDesc=Podeu introduir aquí una fórmula usant altres propietats d'objecte o qualsevol codi PHP per obtenir un valor calculat dinàmic. Podeu utilitzar qualsevol fórmula compatible amb PHP, inclòs l'operador "?" i els següents objectes globals: $db, $conf, $langs, $mysoc, $user, $object. AVÍS: Només algunes propietats de $object poden estar disponibles. Si necessiteu una propietat que no s'hagi carregat, tan sols busqueu l'objecte en la formula com en el segon exemple. L'ús d'un camp calculat significa que no podeu introduir cap valor des de la interfície. A més, si hi ha un error de sintaxi, la fórmula potser no torni res.
Příklad pro opětovné načtení objektu (($ reloadedobj = new Societe ($ db)) && ($ reloadedobj-> fetch ($ obj-> id? $ Obj-> id: > rowid: $ object-> id))> 0))? $ reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> capital / 5: '-1'
Jiný příklad vzoru pro zatížení objektu a jeho nadřazeného objektu: ($ reloadedobj = new Task )) && ($ reloadedobj-> fetch ($ object-> id)> 0) && ($ secondloadedobj = nový projekt ($ db)) && ($ secondloadedobj-> fetch ($ reloadedobj-> fk_project)> 0))? $ secondloadedobj-> ref: 'Nadřazený projekt nebyl nalezen'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Pokud ponecháte toto pole prázdné, znamená to, že tato hodnota bude uložena bez šifrování (pole musí být skryto pouze s hvězdou na obrazovce). Nastavte "auto" pro použití výchozího šifrovacího pravidla pro uložení hesla do databáze (pak hodnota bude číst pouze hash, žádný způsob získání původní hodnoty)
ExtrafieldParamHelpselect=Seznam hodnot musí být řádky s formátovým klíčem, hodnota (kde klíč nemůže být '0')
například: 1, value1 2, value2 code3, value3 ...
seznam v závislosti na dalším doplňkovém seznamu atributů: 1, value1 | options_ parent_list_code : parent_key 2, value2 | options_ parent_list_code : parent_key
Chcete-li mít seznam v závislosti na jiném seznamu: 1, hodnota1 | parent_list_code : parent_key 2, hodnota2 | parent_list_code : parent_key
ExtrafieldParamHelpcheckbox=Seznam hodnot musí být řádky s formátovým klíčem, hodnota (kde klíč nemůže být '0')
například: 1, value1 2, value2 3, value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=Seznam hodnot musí být řádky s formátovým klíče
ExtrafieldParamHelpsellist=Seznam hodnot pochází z tabulky Syntaxe: table_name: label_field: id_field :: filter Příklad: c_typent: libelle: id :: filter
- idfilter je nutně primární int klíč - filtr může být jednoduchý test = 1) pro zobrazení pouze aktivní hodnoty Můžete také použít $ ID $ ve filtru, který je aktuálním id aktuálního objektu Chcete-li provést SELECT ve filtru, použijte $ SEL $ , pokud chcete filtrovat na extrafields použít syntaxi extra.fieldcode = ... (kde kód pole je kód extrafield)
Aby byl seznam v závislosti na jiném seznamu doplňkových atributů: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
Aby bylo možné mít seznam v závislosti na jiném seznamu: c_typent: libelle: id: parent_list_code | parent_column: filtr
ExtrafieldParamHelpchkbxlst=Seznam hodnot pochází z tabulky Syntaxe: table_name: label_field: id_field :: filter Příklad: c_typent: libelle: id :: filter
filtr může být jednoduchý test (např. Aktivní = 1) pro zobrazení pouze aktivní hodnoty You může také použít $ ID $ ve filtru, který je aktuální id aktuálního objektu Chcete-li provést SELECT ve filtru, použijte $ SEL $ , pokud chcete filtrovat na extrafields použijte syntaxi extra.fieldcode = ... (kde kód pole je code of extrafield)
Aby byl seznam v závislosti na jiném seznamu doplňkových atributů: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
Aby byl seznam v závislosti na jiném seznamu: c_typent: libelle: id: parent_list_code | nadřazený sloupec: filtr
ExtrafieldParamHelplink=Parametry musí být ObjectName: Classpath Syntaxe: Název_objektu: Classpath Příklady: Societe: societe / class / societe.class.php Kontakt: contact / class / contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Knihovna používaná pro generování PDF
LocalTaxDesc=Některé země mohou uplatnit dvě nebo tři daně na každé čáře faktur. Pokud tomu tak je, vyberte typ druhého a třetího daně a jeho sazbu. Možné typy jsou: 1: místní daň se vztahuje na produkty a služby bez DPH (platí se na základě daně bez daně) 2: místní daň se vztahuje na produkty a služby, včetně DPH (0%) 3x342fccfda19b 3: místní daň se vztahuje na produkty bez DPH (místní taxa se vypočítává z částky bez daně) 4: místní daň se vztahuje na produkty včetně DPH (místní taxa se vypočítává z částky + hlavní daň) 5: Místní daň platí pro služby bez DPH z částky bez daně) 6: Místní daň platí za služby včetně DPH (místní taxa se vypočítává z částky + daně)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Platy
Module510Desc=Zaznamenejte a sledujte platby zaměstnanců
Module520Name=Úvěry
Module520Desc=Správa úvěrů
-Module600Name=Upozornění
+Module600Name=Notifications on business event
Module600Desc=Odeslání e-mailových upozornění vyvolaných podnikovou událostí: na uživatele (nastavení definované pro každého uživatele), na kontakty třetích stran (nastavení definováno na každé třetí straně) nebo na konkrétní e-maily
Module600Long=Všimněte si, že tento modul pošle e-maily v reálném čase, když nastane konkrétní událost. Pokud hledáte funkci pro zasílání upozornění na události agend, přejděte do nastavení modulu Agenda.
Module610Name=Varianty produktu
@@ -819,9 +822,9 @@ Permission532=Vytvořit / upravit služby
Permission534=Odstranit služby
Permission536=Viz / správa skryté služby
Permission538=Export služeb
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Přečtěte si dary
Permission702=Vytvořit / upravit dary
Permission703=Odstranit dary
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Doplňkové atributy (objednávky)
ExtraFieldsSupplierInvoices=Doplňkové atributy (faktury)
ExtraFieldsProject=Doplňkové atributy (projekty)
ExtraFieldsProjectTask=Doplňkové atributy (úkoly)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Atribut %s má nesprávnou hodnotu.
AlphaNumOnlyLowerCharsAndNoSpace=pouze alfanumerické znaky s malými písmeny bez mezer
SendmailOptionNotComplete=Upozornění, že v některých systémech Linux můžete odesílat e-maily z vašeho e-mailu, nastavení spuštění sendmail musí obsahovat volbu -ba (parametr mail.force_extra_parameters do souboru php.ini). Pokud někteří příjemci nikdy neobdrží e-maily, zkuste upravit tento parametr PHP mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage šifrované Suhosinem
ConditionIsCurrently=Podmínkou je v současné době %s
YouUseBestDriver=Používáte ovladač %s, který je v současné době nejlepší ovladač.
YouDoNotUseBestDriver=Používáte ovladač %s, ale doporučuje se ovladač %s.
-NbOfProductIsLowerThanNoPb=V databázi máte pouze produkty / služby %s. To nevyžaduje žádnou konkrétní optimalizaci.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Optimalizace pro vyhledávače
-YouHaveXProductUseSearchOptim=V databázi máte produkty %s. Měli byste přidat konstantní PRODUCT_DONOTSEARCH_ANYWHERE na 1 v Home-Setup-Other. Omezit vyhledávání na začátek řetězce, což umožňuje, aby databáze používala indexy a měli byste okamžitě reagovat.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Používáte webový prohlížeč %s. Tento prohlížeč je v pořádku pro zabezpečení a výkon.
BrowserIsKO=Používáte webový prohlížeč %s. Tento prohlížeč je znám jako špatná volba pro zabezpečení, výkon a spolehlivost. Doporučujeme používat prohlížeče Firefox, Chrome, Opera nebo Safari.
-XDebugInstalled=Xdebug je načten.
-XCacheInstalled=XCache načten.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Zobrazit číslo zákazníka / dodavatele seznam informací (vyberte seznam nebo kombinace) a většinu hypertextových odkazů. Zobrazí se třetí strany s názvem formátu "CC12345 - SC45678 - The Big Company corp". místo "The Big Company corp".
AddAdressInList=Zobrazte seznam informací o adresách zákazníků / prodejců (vyberte seznam nebo kombinace) Subjekty se objeví ve formátu "Big Company Corp. - 21 skokové ulici 123456 Big City - USA" namísto "The Big Company corp".
AskForPreferredShippingMethod=Požádejte o preferovanou způsob přepravy pro subjekty.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Nastavení výkazu výdajů modulu - pravidla
ExpenseReportNumberingModules=Způsob číslování výkazů výdajů
NoModueToManageStockIncrease=Nebyl aktivován žádný modul schopný zvládnout automatické zvýšení zásob. Zvýšení zásob bude provedeno pouze při ručním zadávání.
YouMayFindNotificationsFeaturesIntoModuleNotification=Možnosti upozornění na e-mail můžete najít povolením a konfigurací modulu "Oznámení".
-ListOfNotificationsPerUser=Seznam oznámení na uživatele *
-ListOfNotificationsPerUserOrContact=Seznam oznámení (událostí) dostupných na uživatele * nebo na kontakt **
-ListOfFixedNotifications=Seznam pevných oznámení
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Přejděte na kartu "Oznámení" uživatele, chcete-li přidat nebo odstranit oznámení pro uživatele
GoOntoContactCardToAddMore=Přejděte na kartu "Oznámení" subjektu, chcete-li přidat nebo odstranit oznámení kontaktů / adres
Threshold=Práh
@@ -1895,6 +1900,11 @@ OnMobileOnly=Pouze na malé obrazovce (smartphone)
DisableProspectCustomerType=Zakázat typ subjektu "Prospekt + zákazník" (takže subjekt musí být prospekt nebo zákazník, ale nemůže být oběma)
MAIN_OPTIMIZEFORTEXTBROWSER=Zjednodušte rozhraní pro nevidomé
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Povolte tuto možnost, pokud jste osoba slepá, nebo pokud používáte aplikaci z textového prohlížeče, jako je Lynx nebo Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Tuto hodnotu může každý uživatel přepsat z jeho uživatelské stránky - záložka '%s'
DefaultCustomerType=Výchozí typ subjektu pro formulář pro vytvoření nového zákazníka
ABankAccountMustBeDefinedOnPaymentModeSetup=Poznámka: Bankovní účet musí být definován v modulu každého platebního režimu (Paypal, Stripe, ...), aby tato funkce fungovala.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Počet řádků, které se mají zobrazit na kartě Protokoly
UseDebugBar=Použijte ladicí lištu
DEBUGBAR_LOGS_LINES_NUMBER=Počet posledních řádků protokolu, které se mají uchovávat v konzole
WarningValueHigherSlowsDramaticalyOutput=Varování, vyšší hodnoty dramaticky zpomalují výstup
-DebugBarModuleActivated=Modul debugbar je aktivován a dramaticky zpomaluje rozhraní
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Exportní modely jsou sdílené s každým
ExportSetup=Nastavení modulu Export
InstanceUniqueID=Jedinečné ID instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL koncový bod pro IFTTT
YouWillFindItOnYourIFTTTAccount=Najdete ho na svém účtu IFTTT
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/cs_CZ/bills.lang b/htdocs/langs/cs_CZ/bills.lang
index 024125e7199..a490990bb94 100644
--- a/htdocs/langs/cs_CZ/bills.lang
+++ b/htdocs/langs/cs_CZ/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma faktura
InvoiceProFormaDesc=Proforma faktura je obraz skutečné faktury, ale nemá účetní hodnotu.
InvoiceReplacement=Náhradní faktura
InvoiceReplacementAsk=Náhradní faktura faktury
-InvoiceReplacementDesc= Nahrazená faktura se používá k zrušení a úplné výměně faktury bez již přijaté platby.
Poznámka: Je možné vyměnit pouze faktury bez platby. Pokud již vyměněná faktura není uzavřena, bude automaticky uzavřena na "opuštěnou".
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Dobropis
InvoiceAvoirAsk=Opravit fakturu na dobropis
InvoiceAvoirDesc=Dobropis je negativní faktura řešící skutečnost, že na původní faktuře je částka, které se liší od částky skutečně vyplacené. (zákazník zaplatil více omylem, nebo nezaplatil vše, protože například vrátil některé produkty).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Platba vyšší než upomínka k zaplacení
HelpPaymentHigherThanReminderToPay=Pozor, částka platby jedné nebo více účtů je vyšší než neuhrazená částka. Upravte svůj záznam, jinak potvrďte a zvážíte vytvoření poznámky o přebytku, který jste dostali za každou přeplatku faktury.
HelpPaymentHigherThanReminderToPaySupplier=Pozor, částka platby jedné nebo více účtů je vyšší než neuhrazená částka. Upravte svůj záznam, jinak potvrďte a zvážíte vytvoření poznámky o přeplatku za každou přeplatkovou fakturu.
ClassifyPaid=Klasifikace 'Zaplaceno'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Klasifikace 'Částečně uhrazeno'
ClassifyCanceled=Klasifikace 'Opuštěné'
ClassifyClosed=Klasifikace 'Uzavřeno'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Zobrazit opravenou fakturu
ShowInvoiceAvoir=Zobrazit dobropis
ShowInvoiceDeposit=Zobrazit zálohovou fakturu
ShowInvoiceSituation=Zobrazit fakturu situace
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Zobrazit platbu
AlreadyPaid=Již zaplacené
AlreadyPaidBack=Již vrácené platby
diff --git a/htdocs/langs/cs_CZ/companies.lang b/htdocs/langs/cs_CZ/companies.lang
index fae494503ab..01ac74f4df7 100644
--- a/htdocs/langs/cs_CZ/companies.lang
+++ b/htdocs/langs/cs_CZ/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Slevy pro absolutní prodejce (zadané všemi u
SupplierAbsoluteDiscountMy=Slevy pro absolutní prodejce (zadané sami)
DiscountNone=Nikdo
Vendor=Prodejce
+Supplier=Prodejce
AddContact=Vytvořit kontakt
AddContactAddress=Vytvořit kontakt/adresu
EditContact=Upravit kontakt
diff --git a/htdocs/langs/cs_CZ/errors.lang b/htdocs/langs/cs_CZ/errors.lang
index 881d0385adf..bf4f3a14b1c 100644
--- a/htdocs/langs/cs_CZ/errors.lang
+++ b/htdocs/langs/cs_CZ/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Speciální znaky nejsou povoleny pro pole "%
ErrorNumRefModel=Odkaz obsahuje databázi (%s) a není kompatibilní s tímto pravidlem číslování. Chcete-li tento modul aktivovat, odstraňte záznam nebo přejmenujte odkaz.
ErrorQtyTooLowForThisSupplier=Množství příliš nízké pro tohoto prodejce nebo není definovaná cena u tohoto produktu pro tohoto prodejce
ErrorOrdersNotCreatedQtyTooLow=Některé objednávky nebyly vytvořeny z příliš malých množství
-ErrorModuleSetupNotComplete=Nastavení modulu vypadá jako neúplné. Pokračujte domů - Nastavení - Dokončit moduly.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Chyba na masce
ErrorBadMaskFailedToLocatePosOfSequence=Chyba, maska bez pořadového čísla
ErrorBadMaskBadRazMonth=Chyba, špatná hodnota po resetu
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=Adresa URL %s musí začínat http: // nebo https: //
ErrorNewRefIsAlreadyUsed=Chyba, nový odkaz je již použit
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Pro tohoto člena bylo nastaveno heslo. Nebyl však vytvořen žádný uživatelský účet. Toto heslo je uloženo, ale nemůže být použito pro přihlášení k Dolibarr. Může být použito externím modulem / rozhraním, ale pokud nemáte pro člena definováno žádné přihlašovací jméno ani heslo, můžete vypnout možnost "Správa přihlášení pro každého člena" z nastavení modulu člena. Pokud potřebujete spravovat přihlašovací údaje, ale nepotřebujete žádné heslo, můžete toto pole ponechat prázdné, abyste se tomuto varování vyhnuli. Poznámka: E-mail může být také použit jako přihlašovací jméno, pokud je člen připojen k uživateli.
WarningMandatorySetupNotComplete=Klikněte zde pro nastavení povinných parametrů
WarningEnableYourModulesApplications=Kliknutím zde povolíte moduly a aplikace
diff --git a/htdocs/langs/cs_CZ/main.lang b/htdocs/langs/cs_CZ/main.lang
index a843f00cee0..680091e5929 100644
--- a/htdocs/langs/cs_CZ/main.lang
+++ b/htdocs/langs/cs_CZ/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakty/adresy pro tento subjekt
AddressesForCompany=Adresy pro tento subjekt
ActionsOnCompany=Události pro tento subjekt
ActionsOnContact=Události pro tento kontakt / adresu
+ActionsOnContract=Events for this contract
ActionsOnMember=Akce u tohoto uživatele
ActionsOnProduct=Události týkající se tohoto produktu
NActionsLate=%s pozdě
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Odkaz na návrh dodavatele
LinkToSupplierInvoice=Odkaz na fakturu dodavatele
LinkToContract=Odkaz na smlouvu
LinkToIntervention=Odkaz na intervenci
+LinkToTicket=Link to ticket
CreateDraft=Vytvořte návrh
SetToDraft=Zrušit návrh
ClickToEdit=Klepnutím lze upravit
diff --git a/htdocs/langs/cs_CZ/other.lang b/htdocs/langs/cs_CZ/other.lang
index ce650924a15..a6dae8e028c 100644
--- a/htdocs/langs/cs_CZ/other.lang
+++ b/htdocs/langs/cs_CZ/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Počet zákaznických faktur
NumberOfSupplierProposals=Počet návrhů prodejců
NumberOfSupplierOrders=Počet objednávek
NumberOfSupplierInvoices=Počet faktur dodavatelů
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Počet jednotek na návrh
NumberOfUnitsCustomerOrders=Počet jednotek na objednávkách prodeje
NumberOfUnitsCustomerInvoices=Počet jednotek na fakturách zákazníků
NumberOfUnitsSupplierProposals=Počet jednotek v návrzích prodejců
NumberOfUnitsSupplierOrders=Počet jednotek na objednávkách
NumberOfUnitsSupplierInvoices=Počet jednotek na faktorech dodavatelů
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=Byla přiřazena%s nová intervence .
EMailTextInterventionValidated=Zásah %s byl ověřen.
EMailTextInvoiceValidated=Faktura %s byla ověřena.
@@ -246,10 +248,10 @@ YourPasswordHasBeenReset=Vaše heslo bylo úspěšně obnoveno
ApplicantIpAddress=IP adresa žadatele
SMSSentTo=SMS odeslaná na %s
MissingIds=Chybějící ID
-ThirdPartyCreatedByEmailCollector=Third party created by email collector from email MSGID %s
-ContactCreatedByEmailCollector=Contact/address created by email collector from email MSGID %s
-ProjectCreatedByEmailCollector=Project created by email collector from email MSGID %s
-TicketCreatedByEmailCollector=Ticket created by email collector from email MSGID %s
+ThirdPartyCreatedByEmailCollector=Subjekt vytvořený sběratelem e-mailů z e-mailu MSGID %s
+ContactCreatedByEmailCollector=Kontakt/adresa vytvořená sběratelem e-mailů z e-mailu MSGID %s
+ProjectCreatedByEmailCollector=Projekt vytvořený sběratelem e-mailů z e-mailu MSGID %s
+TicketCreatedByEmailCollector=Lístek vytvořený sběratelem e-mailů z e-mailu MSGID %s
##### Export #####
ExportsArea=Exportní plocha
@@ -268,5 +270,5 @@ WEBSITE_IMAGEDesc=Relativní cesta obrazového média. Můžete si to nechat pr
WEBSITE_KEYWORDS=Klíčová slova
LinesToImport=Řádky, které chcete importovat
-MemoryUsage=Memory usage
-RequestDuration=Duration of request
+MemoryUsage=Využití paměti
+RequestDuration=Doba trvání žádosti
diff --git a/htdocs/langs/cs_CZ/products.lang b/htdocs/langs/cs_CZ/products.lang
index c5e9bdbb5ec..db9f2e44105 100644
--- a/htdocs/langs/cs_CZ/products.lang
+++ b/htdocs/langs/cs_CZ/products.lang
@@ -2,6 +2,7 @@
ProductRef=Produkt čj.
ProductLabel=Štítek produktu
ProductLabelTranslated=Přeložený štítek produktu
+ProductDescription=Product description
ProductDescriptionTranslated=Přeložený popis produktu
ProductNoteTranslated=Přeložená poznámka k produktu
ProductServiceCard=Karta produktů/služeb
diff --git a/htdocs/langs/cs_CZ/stripe.lang b/htdocs/langs/cs_CZ/stripe.lang
index a51be24d80a..845b77bb4ff 100644
--- a/htdocs/langs/cs_CZ/stripe.lang
+++ b/htdocs/langs/cs_CZ/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=Uživatelský účet, který se má používat pro e
StripePayoutList=Seznam páskových výplat
ToOfferALinkForTestWebhook=Odkaz na nastavení Stripe WebHook pro volání IPN (testovací režim)
ToOfferALinkForLiveWebhook=Odkaz na nastavení Stripe WebHook pro volání IPN (provozní režim)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/cs_CZ/website.lang b/htdocs/langs/cs_CZ/website.lang
index 8c1881021d4..603f66e497c 100644
--- a/htdocs/langs/cs_CZ/website.lang
+++ b/htdocs/langs/cs_CZ/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=Dosud nebyla vytvořena žádná webová stránka. Nejpr
GoTo=Jít do
DynamicPHPCodeContainsAForbiddenInstruction=Přidáte dynamický PHP kód, který obsahuje instrukci PHP '%s ' která je implicitně zakázána jako dynamický obsah (viz skryté možnosti WEBSITE_PHP_ALLOW_xxx pro zvýšení seznamu povolených příkazů).
NotAllowedToAddDynamicContent=Nemáte oprávnění přidávat nebo upravovat dynamický obsah PHP na webových stránkách. Požádejte o svolení nebo ponechte kód v tagech php beze změny.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/cs_CZ/withdrawals.lang b/htdocs/langs/cs_CZ/withdrawals.lang
index ba1a151d65d..27a7297267c 100644
--- a/htdocs/langs/cs_CZ/withdrawals.lang
+++ b/htdocs/langs/cs_CZ/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Soubor výběru
SetToStatusSent=Nastavte na stav "Odeslaný soubor"
ThisWillAlsoAddPaymentOnInvoice=Také budou zaznamenány platby na faktury a budou klasifikovány jako "Placené", pokud zůstane platit, je nulová
StatisticsByLineStatus=Statistika podle stavu řádků
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unikátní Mandát Referenční
RUMWillBeGenerated=Pokud je prázdná, po uložení informací o bankovním účtu se vytvoří UMR (jedinečný mandátový odkaz).
WithdrawMode=Režim přímé inkaso (FRST nebo opakovat)
diff --git a/htdocs/langs/da_DK/accountancy.lang b/htdocs/langs/da_DK/accountancy.lang
index e11155f691b..119531589d3 100644
--- a/htdocs/langs/da_DK/accountancy.lang
+++ b/htdocs/langs/da_DK/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Regnskabskonto for afventning
DONATION_ACCOUNTINGACCOUNT=Regnskabskonto til registrering af donationer
@@ -264,7 +265,7 @@ AccountingJournals=Kontokladder
AccountingJournal=Kontokladde
NewAccountingJournal=Ny kontokladde
ShowAccoutingJournal=Vis kontokladde
-Nature=Natur
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Diverse operationer
AccountingJournalType2=Salg
AccountingJournalType3=Køb
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Eksporter CSV Konfigurerbar
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=ID for kontoplan
InitAccountancy=Start regnskab
InitAccountancyDesc=Denne side kan bruges til at initialisere en regnskabskonto for varer og ydelser, der ikke har en regnskabskonto defineret til salg og indkøb.
DefaultBindingDesc=Denne side kan bruges til at angive en standardkonto, der skal bruges til at forbinde transaktionsoversigt over betaling af lønninger, donationer, afgifter og moms, når der ikke allerede er tilknyttet regnskabskonto.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Indstillinger
OptionModeProductSell=Salg
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/da_DK/admin.lang b/htdocs/langs/da_DK/admin.lang
index 37f3564018b..5b877d21222 100644
--- a/htdocs/langs/da_DK/admin.lang
+++ b/htdocs/langs/da_DK/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Afkrydsningsfelter fra bordet
ExtrafieldLink=Link til et objekt
ComputedFormula=Beregnet felt
ComputedFormulaDesc=Du kan indtaste en formel her ved hjælp af andre egenskaber af objekt eller nogen PHP-kodning for at få en dynamisk beregningsværdi. Du kan bruge alle PHP-kompatible formler, herunder "?" betingelsesoperatør og følgende globale objekt: $ db, $ conf, $ langs, $ mysoc, $ bruger, $ objekt . ADVARSEL : Kun nogle egenskaber af $ objekt kan være tilgængelige. Hvis du har brug for egenskaber, der ikke er indlæst, skal du bare hente objektet i din formel som i andet eksempel. Brug af et beregnet felt betyder, at du ikke kan indtaste nogen værdier fra interface. Hvis der også er en syntaksfejl, kan formlen ikke returnere noget.
Eksempel på formel: $ objekt-> id < 10 ? round($object-> id / 2, 2): ($ objekt-> id + 2 * $ bruger-> id) * (int) substr ($ mysoc-> zip, 1, 2 )
Eksempel på genindlæsning af objekt (($ reloadedobj = ny Societe ($ db)) && ($ reloadedobj-> hent ($ obj-> id? $ Obj-> id: ($ obj-> rowid? $ Obj- > rowid: $ object-> id))> 0))? $ reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> kapital / 5: '-1'
Øvrige eksempel på formel for at tvinge belastning af objekt og dets overordnede objekt: (($ reloadedobj = ny opgave ($ db )) && ($ reloadedobj-> hent ($ objekt-> id)> 0) && ($ secondloadedobj = nyt projekt ($ db)) && ($ secondloadedobj-> hent ($ reloadedobj-> fk_project)> 0))? $ secondloadedobj-> ref: 'Forældreprojekt ikke fundet'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Blankt felt her betyder, at denne værdi vil blive gemt uden kryptering (feltet skal kun være skjult med stjerne på skærmen). Vælg 'auto' for at bruge standardkrypteringsreglen til at gemme adgangskoden til databasen (så vil værdien gemmes som en en-vejs hash uden mulighed at hente den oprindelige værdi)
ExtrafieldParamHelpselect=Liste over værdier skal være linjer med formatnøgle, værdi (hvor nøglen ikke kan være '0')
for eksempel: 1, værdi1 2, værdi2 kode3, værdi3 ...
For at få liste afhængig af en anden komplementær attributliste: 1, værdi1 | options_ parent_list_code : parent_key 2, value2 | options_ parent_list_code : parent_key
For at få listen afhængig af en anden liste: 1, værdi1 | parent_list_code : parent_key 2, value2 | parent_list_code : parent_key
ExtrafieldParamHelpcheckbox=Liste over værdier skal være linjer med formatnøgle, værdi (hvor nøglen ikke kan være '0')
for eksempel: 1, værdi1 2, værdi2 3, værdi3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=Liste over værdier skal være linjer med formatnøgle,
ExtrafieldParamHelpsellist=Liste over værdier kommer fra en tabel Syntaks: tabelnavn: label_field: id_field :: filter Eksempel: c_typent: libelle: id :: filter
- idfilter er nødvendigvis en primær int nøgle - filteret kan være en simpel test = 1) for at vise kun aktiv værdi Du kan også bruge $ ID $ i filter heks er det nuværende id for nuværende objekt For at gøre et SELECT i filter brug $ SEL $ hvis du vil filtrere på ekstrafelter brug syntax extra.fieldcode = ... (hvor feltkode er koden for ekstrafelt)
For at få listen afhængig af en anden komplementær attributliste: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
For at have listen afhænger af en anden liste: c_typent: libelle: id: parent_list_code | parent_column: filter
ExtrafieldParamHelpchkbxlst=Liste over værdier kommer fra en tabel Syntaks: tabelnavn: label_field: id_field :: filter Eksempel: c_typent: libelle: id :: filter
filter kan være en simpel test (f.eks. Aktiv = 1) for at vise kun aktiv værdi Du kan også bruge $ ID $ i filter heks er det nuværende id for nuværende objekt For at gøre et SELECT i filter bruger $ SEL $ hvis du vil filtrere på ekstrafelter brug syntax extra.fieldcode = ... (hvor feltkode er kode for ekstrafelt)
For at få listen afhængig af en anden komplementær attributliste: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
For at få listen afhængig af en anden liste: c_typent: libelle: id: parent_list_code | parent_column: filter
ExtrafieldParamHelplink=Parametre skal være ObjectName: Classpath Syntaks: Objektnavn: Klassepath Eksempler: Societe: societe / class / societe.class.php Kontakt: kontakt / class / contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Bibliotek, der bruges for PDF generation
LocalTaxDesc=Nogle lande kan anmode om to eller tre skatter på hver faktura linje. Hvis dette er tilfældet, skal du vælge typen for den anden og tredje skat og dens sats. Mulig type er: 1: Lokal afgift gælder for varer og ydelser uden moms (localtax beregnes efter beløb uden skat) 2: Lokal afgift gælder for varer og tjenesteydelser inklusive moms (localtax beregnes på beløb + hovedafgift) 3: lokal skat gælder for varer uden moms (localtax beregnes på beløb uden skat) 4: lokal skat gælder for varer inklusive moms (lokaltax beregnes på beløb + hovedstol) 5: lokal skat gælder for tjenester uden moms på beløb uden skat) 6: Lokal afgift gælder for tjenester inklusive moms (lokal taxa er beregnet på beløb + skat)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Løn
Module510Desc=Optag og spørg medarbejderbetalinger
Module520Name=Loans
Module520Desc=Forvaltning af lån
-Module600Name=Adviséringer
+Module600Name=Notifications on business event
Module600Desc=Send e-mail-meddelelser udløst af en forretningsbegivenhed: pr. Bruger (opsætning defineret på hver bruger), pr. Tredjepartskontakter (opsætning defineret på hver tredjepart) eller ved specifikke e-mails
Module600Long=Bemærk, at dette modul sender e-mails i realtid, når en bestemt forretningsbegivenhed opstår. Hvis du leder efter en funktion til at sende e-mail påmindelser til dagsordensbegivenheder, skal du gå ind i opsætningen af modulets dagsorden.
Module610Name=Produkt Varianter
@@ -819,9 +822,9 @@ Permission532=Opret/rediger ydelser
Permission534=Slet ydelser
Permission536=Se/administrer skjulte ydelser
Permission538=Eksport af tjenesteydelser
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Læs donationer
Permission702=Opret/rediger donationer
Permission703=Slet donationer
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Supplerende attributter (ordrer)
ExtraFieldsSupplierInvoices=Supplerende attributter (fakturaer)
ExtraFieldsProject=Supplerende attributter (projekter)
ExtraFieldsProjectTask=Supplerende attributter (opgaver)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribut %s har en forkert værdi.
AlphaNumOnlyLowerCharsAndNoSpace=kun alfanumeriske og små bogstaver uden plads
SendmailOptionNotComplete=Advarsel til anvendere af sendmail i Linux-system: Hvis nogle modtagere aldrig modtager e-mails, skal du prøve at redigere denne PHP-parameter med mail.force_extra_parameters = -ba i din php.ini-fil.
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Sessionsopbevaring krypteret af Suhosin
ConditionIsCurrently=Tilstanden er i øjeblikket %s
YouUseBestDriver=Du bruger driver %s, som er den bedste driver, der for øjeblikket er tilgængelig.
YouDoNotUseBestDriver=Du bruger driveren %s, men driveren %s anbefales.
-NbOfProductIsLowerThanNoPb=Du har kun %s produkter / tjenester i databasen. Dette kræver ikke nogen særlig optimering.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Søg optimering
-YouHaveXProductUseSearchOptim=Du har %s produkter i databasen. Du skal tilføje den konstante PRODUCT_DONOTSEARCH_ANYWHERE til 1 i Home-Setup-Other. Begræns søgningen til begyndelsen af strenge, der gør det muligt for databasen at bruge indekser, og du bør få et øjeblikkeligt svar.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Du bruger browseren %s. Denne browser er ok for sikkerhed og ydeevne.
BrowserIsKO=Du bruger browseren %s. Denne browser er kendt for at være et dårligt valg for sikkerhed, ydeevne og pålidelighed. Vi anbefaler at bruge Firefox, Chrome, Opera eller Safari.
-XDebugInstalled=XDebug er indlæst.
-XCacheInstalled=XCache er indlæst.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Vis kunde / sælger ref. info liste (vælg liste eller combobox) og det meste af hyperlink. Tredjeparter vil blive vist med et navneformat af "CC12345 - SC45678 - The Big Company corp." i stedet for "The Big Company Corp".
AddAdressInList=Vis kunde / leverandør adresse info liste (vælg liste eller combobox) Tredjeparter vil blive vist med et navneformat af "The Big Company Corp. - 21 Jump Street 123456 Big Town - USA" i stedet for "The Big Company Corp".
AskForPreferredShippingMethod=Anmod om en foretrukket forsendelsesmetode for tredjeparter.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Opsætning af modul Expense Reports - Regler
ExpenseReportNumberingModules=Udgiftsrapporter nummereringsmodul
NoModueToManageStockIncrease=Intet modul, der er i stand til at styre automatisk lagerforhøjelse, er blevet aktiveret. Lagerforøgelse vil kun ske ved manuel indlæsning.
YouMayFindNotificationsFeaturesIntoModuleNotification=Du kan finde muligheder for e-mail-meddelelser ved at aktivere og konfigurere modulet "Meddelelse".
-ListOfNotificationsPerUser=Liste over meddelelser pr. Bruger *
-ListOfNotificationsPerUserOrContact=Liste over anmeldelser (begivenheder) tilgængelige pr. Bruger * eller pr. Kontakt **
-ListOfFixedNotifications=Liste over faste meddelelser
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Gå til fanen "Notifikationer" for en bruger for at tilføje eller fjerne underretninger for brugere
GoOntoContactCardToAddMore=Gå på fanen "Notifikationer" fra en tredjepart for at tilføje eller fjerne meddelelser for kontakter / adresser
Threshold=Grænseværdi
@@ -1895,6 +1900,11 @@ OnMobileOnly=Kun på lille skærm (smartphone)
DisableProspectCustomerType=Deaktiver "Emner + Kunder" tredjeparts type (så tredjepart skal være Emner eller Kunder, men kan ikke begge)
MAIN_OPTIMIZEFORTEXTBROWSER=Forenkle brugergrænsefladen til blindperson
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Aktivér denne indstilling, hvis du er blind person, eller hvis du bruger programmet fra en tekstbrowser som Lynx eller Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Denne værdi kan overskrives af hver bruger fra sin brugerside - fanebladet '%s'
DefaultCustomerType=Standard tredjepartstype til "Ny kunde" oprettelsesformular
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/da_DK/bills.lang b/htdocs/langs/da_DK/bills.lang
index fecdf5e9714..bc5af21cc67 100644
--- a/htdocs/langs/da_DK/bills.lang
+++ b/htdocs/langs/da_DK/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proformafaktura
InvoiceProFormaDesc=Proformafakturaen ligner en ægte faktura, men har ingen regnskabsmæssig værdi.
InvoiceReplacement=Erstatningsfaktura.
InvoiceReplacementAsk=Erstatningsfaktura for faktura
-InvoiceReplacementDesc=Erstatningsfaktura bruges til at annullere og erstatte en faktura uden modtaget betaling .
Bemærk! Kun fakturaer uden betaling på det kan erstattes. Hvis fakturaen du udskifter endnu ikke er lukket, lukkes den automatisk for at "forladt".
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Kreditnota
InvoiceAvoirAsk=Kreditnota til korrektion af faktura
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Betaling højere end betalingspåmindelse
HelpPaymentHigherThanReminderToPay=Vær opmærksom på, at betalingsbeløbet på en eller flere regninger er højere end det udestående beløb, der skal betales. Rediger din post, ellers bekræft og overvej at oprette en kreditnote for det overskydende beløb, der er modtaget for hver overbetalt faktura.
HelpPaymentHigherThanReminderToPaySupplier=Vær opmærksom på, at betalingsbeløbet på en eller flere regninger er højere end det udestående beløb, der skal betales. Rediger din post, ellers bekræft og overvej at oprette en kreditnota for det overskydende beløb, der betales for hver overbetalt faktura.
ClassifyPaid=Klassificer som "Betalt"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Klassificer som "Delvist betalt"
ClassifyCanceled=Klassificer som "Tabt"
ClassifyClosed=Klassificer som "Lukket"
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Vis erstatning faktura
ShowInvoiceAvoir=Vis kreditnota
ShowInvoiceDeposit=Vis udbetalt faktura
ShowInvoiceSituation=Vis faktura status
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Vis betaling
AlreadyPaid=Allerede betalt
AlreadyPaidBack=Allerede tilbage betalt
diff --git a/htdocs/langs/da_DK/companies.lang b/htdocs/langs/da_DK/companies.lang
index 5e399cd0080..251336c2067 100644
--- a/htdocs/langs/da_DK/companies.lang
+++ b/htdocs/langs/da_DK/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias navn (kommerciel, varemærke, ...)
AliasNameShort=Alias Navn
Companies=Selskaber
CountryIsInEEC=Landet er inden for Det Europæiske Økonomiske Fællesskab
-PriceFormatInCurrentLanguage=Nuværende sprogs prisformat
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Navn på tredjepart
ThirdPartyEmail=Tredjeparts email
ThirdParty=Tredje part
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolutte leverandørrabatter (indtastet af all
SupplierAbsoluteDiscountMy=Absolutte leverandørrabatter (indtastet af dig selv)
DiscountNone=Ingen
Vendor=Sælger
+Supplier=Sælger
AddContact=Opret kontakt
AddContactAddress=Opret kontakt/adresse
EditContact=Rediger kontakt
diff --git a/htdocs/langs/da_DK/errors.lang b/htdocs/langs/da_DK/errors.lang
index 7e5554c1f5b..957b70c5233 100644
--- a/htdocs/langs/da_DK/errors.lang
+++ b/htdocs/langs/da_DK/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Specialtegn er ikke tilladt for feltet "%s"
ErrorNumRefModel=En henvisning findes i databasen (%s) og er ikke kompatible med denne nummerering regel. Fjern optage eller omdøbt henvisning til aktivere dette modul.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Opsætning af modul ser ud til at være ufuldstændigt. Gå på Home - Setup - Moduler, der skal udfyldes.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Fejl på maske
ErrorBadMaskFailedToLocatePosOfSequence=Fejl, maske uden loebenummeret
ErrorBadMaskBadRazMonth=Fejl, dårlig reset værdi
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/da_DK/main.lang b/htdocs/langs/da_DK/main.lang
index 7ab0a384cb0..b3eaeb11178 100644
--- a/htdocs/langs/da_DK/main.lang
+++ b/htdocs/langs/da_DK/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakter/adresser for denne tredjepart
AddressesForCompany=Adresse for denne tredjepart
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Begivenheder for denne medlem
ActionsOnProduct=Begivenheder omkring dette produkt
NActionsLate=%s sent
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link til kontrakt
LinkToIntervention=Link til intervention
+LinkToTicket=Link to ticket
CreateDraft=Opret udkast
SetToDraft=Tilbage til udkast
ClickToEdit=Klik for at redigere
diff --git a/htdocs/langs/da_DK/other.lang b/htdocs/langs/da_DK/other.lang
index e519bdc2fb6..caf89ef07f4 100644
--- a/htdocs/langs/da_DK/other.lang
+++ b/htdocs/langs/da_DK/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Antal kundefakturaer
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Antal enheder på forslag
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Antal enheder på kundefakturaer
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=En ny intervention %s er blevet tildelt dig.
EMailTextInterventionValidated=Intervention %s bekræftet
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/da_DK/products.lang b/htdocs/langs/da_DK/products.lang
index 1cf45888f60..6f9f8386b6e 100644
--- a/htdocs/langs/da_DK/products.lang
+++ b/htdocs/langs/da_DK/products.lang
@@ -2,6 +2,7 @@
ProductRef=Produkt ref.
ProductLabel=Produktmærke
ProductLabelTranslated=Oversat produktmærke
+ProductDescription=Product description
ProductDescriptionTranslated=Oversat produktbeskrivelse
ProductNoteTranslated=Oversat produkt notat
ProductServiceCard=Produkter / Tjenester kortet
diff --git a/htdocs/langs/da_DK/stripe.lang b/htdocs/langs/da_DK/stripe.lang
index 97a9225e981..28e1d39010e 100644
--- a/htdocs/langs/da_DK/stripe.lang
+++ b/htdocs/langs/da_DK/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/da_DK/website.lang b/htdocs/langs/da_DK/website.lang
index 455f76a52d3..9371ca1fbcb 100644
--- a/htdocs/langs/da_DK/website.lang
+++ b/htdocs/langs/da_DK/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/da_DK/withdrawals.lang b/htdocs/langs/da_DK/withdrawals.lang
index ca6c79297aa..70e22a72d5e 100644
--- a/htdocs/langs/da_DK/withdrawals.lang
+++ b/htdocs/langs/da_DK/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Udtagelsesfil
SetToStatusSent=Sæt til status "Fil sendt"
ThisWillAlsoAddPaymentOnInvoice=Dette registrerer også betalinger til fakturaer og klassificerer dem som "Betalt", hvis der fortsat skal betales, er null
StatisticsByLineStatus=Statistikker efter status af linjer
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unik Mandat Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direkte debiteringstilstand (FRST eller RECUR)
diff --git a/htdocs/langs/de_AT/companies.lang b/htdocs/langs/de_AT/companies.lang
index e88febb047d..d8443484e90 100644
--- a/htdocs/langs/de_AT/companies.lang
+++ b/htdocs/langs/de_AT/companies.lang
@@ -4,6 +4,7 @@ Companies=Partner
UserTitle=Titel
PhoneMobile=Handy
Web=Webadresse
+OverAllInvoices=Rechnungen
OverAllSupplierProposals=Preisanfrage
LocalTax1IsUsedES=RE wird
LocalTax2IsUsedES=IRPF verwendet wird
diff --git a/htdocs/langs/de_AT/withdrawals.lang b/htdocs/langs/de_AT/withdrawals.lang
index 9f6b518c6e9..1e452c7a2bd 100644
--- a/htdocs/langs/de_AT/withdrawals.lang
+++ b/htdocs/langs/de_AT/withdrawals.lang
@@ -3,6 +3,5 @@ WithdrawalRefused=Abbuchungen abgelehnt
InvoiceRefused=Ablehnung in Rechnung stellen
StatusWaiting=Wartestellung
StatusMotif2=Abbuchung angefochten
-StatusMotif4=Ablehnung durch Kontoinhaber
StatusMotif5=Fehlerhafte Kontodaten
OrderWaiting=Wartestellung
diff --git a/htdocs/langs/de_CH/accountancy.lang b/htdocs/langs/de_CH/accountancy.lang
index 68921c9dd3c..d5c777f58e2 100644
--- a/htdocs/langs/de_CH/accountancy.lang
+++ b/htdocs/langs/de_CH/accountancy.lang
@@ -17,8 +17,8 @@ AccountancySetupDoneFromAccountancyMenu=Die meisten Einstellungen der Buchhaltun
ConfigAccountingExpert=Einstellungen des erweiterten Buchhaltungsmoduls
Journalization=Journalisierung
JournalFinancial=Finanzjournal
-BackToChartofaccounts=Zeige Kontenplan
-Chartofaccounts=Kontenplan
+BackToChartofaccounts=Zeige Kontenrahmen
+Chartofaccounts=Kontenrahmen
CurrentDedicatedAccountingAccount=Aktuell zugewiesenes Konto
AssignDedicatedAccountingAccount=Neues zugewiesenes Konto
InvoiceLabel=Rechnungsbezeichung
@@ -66,7 +66,7 @@ AccountancyAreaDescWriteRecords=Schritt %s: Lass alle Transaktionen ins Hauptbuc
AccountancyAreaDescAnalyze=Schritt %s: Erzeuge oder ergänze Transaktionen für Berichte und Exporte.
AccountancyAreaDescClosePeriod=Schritt %s: Schliesse eine Geschäftsperiode ab, damit Sie nicht mehr abgeändert werden kann.
TheJournalCodeIsNotDefinedOnSomeBankAccount=Hoppla - nicht alle Bankkonten haben ein Buchhaltungskonto zugewiesen - bitte korrigiere das so:
-Selectchartofaccounts=Wähle deinen Kontenplan.
+Selectchartofaccounts=Wähle deinen Kontenrahmen.
ChangeAndLoad=Lade und ersetze
Addanaccount=Buchhaltungskonto hinzüfügen
SubledgerAccountLabel=Bezeichnung Nebenbuchkonto
@@ -89,6 +89,7 @@ ExpenseReportsVentilation=Verknüpfung für Spesenabrechnungen
CreateMvts=Neue Transaktion
UpdateMvts=Transaktion bearbeiten
ValidTransaction=Transaktion freigeben
+WriteBookKeeping=Transaktionen im Hauptbuch eintragen
AccountBalance=Saldo
ObjectsRef=Referenz des Quellobjektes
CAHTF=Einkaufsaufwand von Steuern
@@ -131,6 +132,7 @@ ACCOUNTING_RESULT_PROFIT=Ergebniskonto (Gewinn)
ACCOUNTING_RESULT_LOSS=Ergebniskonto (Verlust)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Abschlussjournal
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Transferkonto Banktransaktionen
+TransitionalAccount=Durchlaufkonto Bank
ACCOUNTING_ACCOUNT_SUSPENSE=Sperrkonto
DONATION_ACCOUNTINGACCOUNT=Buchhaltungskonto für Spenden
ADHERENT_SUBSCRIPTION_ACCOUNTINGACCOUNT=Buchhaltungskonto für Abonnemente
@@ -143,6 +145,7 @@ ACCOUNTING_SERVICE_SOLD_ACCOUNT=Standard - Buchhaltungskonto für verkaufte Leis
LabelAccount=Kontobezeichnung
LabelOperation=Vorgangsbezeichnung
LetteringCode=Beschriftung
+Lettering=Beschriftung
JournalLabel=Journalbezeichnung
TransactionNumShort=Transaktionsnummer
AccountingCategory=Eigene Kontogruppen
@@ -152,7 +155,7 @@ ByAccounts=Nach Konto
ByPredefinedAccountGroups=Nach Gruppe
ByPersonalizedAccountGroups=Nach eigenen Gruppen
NotMatch=Nicht hinterlegt
-DeleteMvt=Lösche Darlehenspositionen
+DeleteMvt=Hauptbucheinträge löschen
DelYear=Zu löschendes Jahr
DelJournal=Zu löschendes Journal
ConfirmDeleteMvt=Hier kannst du alle Hauptbucheinträge des gewählten Jahres und/oder für einzelne Journale löschen. Gib mindestens eines von beidem an.
@@ -166,17 +169,18 @@ ProductAccountNotDefined=Leider ist kein Konto für das Produkt definiert.
FeeAccountNotDefined=Leider ist kein Konto für den Betrag definiert.
BankAccountNotDefined=Leider ist kein Bankkonto definiert.
CustomerInvoicePayment=Kundenzahlung
-ThirdPartyAccount=Geschäftspartner
+ThirdPartyAccount=Geschäftspartner-Konto
NewAccountingMvt=Neue Transaktion
NumMvts=Nummer der Transaktion
ListeMvts=Liste der Kontobewegungen
ErrorDebitCredit=Soll und Haben können nicht beide gleichzeitig einen Wert haben.
-ReportThirdParty=Liste der Geschäftspartner
-DescThirdPartyReport=Liste der Buchhaltungskonten von Geschäftspartnern und Lieferanten
+ReportThirdParty=Liste der Geschäftspartner-Konten
+DescThirdPartyReport=Liste der Geschäftpartner (Kunden und Lieferanten) mit deren Buchhaltungskonten
ListAccounts=Liste der Buchhaltungskonten
UnknownAccountForThirdparty=Den Partner kenne ich nicht - wir nehmen %s.
UnknownAccountForThirdpartyBlocking=Den Partner kenne ich nicht. Zugriffsfehler.
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Der Partner ist nicht definiert oder unbekannt. Zugriffsfehler.
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Geschäftspartner-Konto nicht definiert oder Geschäftspartner unbekannt. Wir werden %s verwenden
+ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Der Partner ist nicht definiert oder unbekannt. Zugriffsfehler.
UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Mir fehlt der Partner und das Wartestellungskonto. Zugriffsfehler.
PaymentsNotLinkedToProduct=Die Zahlung ist mit keinem Produkt oder Service verknüpft.
Pcgtype=Kontengruppe
@@ -185,7 +189,7 @@ PcgtypeDesc=Kontogruppen und -untergruppen brauche ich für vordefinierte Filter
TotalVente=Gesamtumsatz vor Steuern
TotalMarge=Gesamtmarge Verkauf
DescVentilCustomer=Du siehst hier die Liste der Kundenrechnungen und ob diese mit einem Buchhaltungskonto verknüpft sind, oder nicht.
-DescVentilMore=Wenn du in den Produkten und Leistungen die Buchhaltungskonten hinterlegt hast, kann ich jene den Rechnungspositionen automatisch zuordnen. Dafür ist die Schaltfläche "%s" da.\nDort, wo das nicht klappt, kannst du die Rechnungspositionen via "%s" von Hand zuweisen.
+DescVentilMore=Wenn du in den Produkten und Leistungen die Buchhaltungskonten deines Kontenplanes hinterlegt hast, kann ich die Rechnungspositionen automatisch jenen Konten zuordnen. Dafür ist die Schaltfläche "%s" da.\nDort, wo das nicht klappt, kannst du die Rechnungspositionen via "%s" von Hand zuweisen.
DescVentilDoneCustomer=Du siehst die Kundenrechnungspositionen und den aktuellen Verknüpfungsstatus zu Buchhaltungskonten.
DescVentilTodoCustomer=Verknüpfe Rechnungspositionen mit Buchhaltungskonten.
ChangeAccount=Ersetze für die gewählten Positionen das Buchhaltungskonto.
@@ -232,13 +236,20 @@ Modelcsv_quadratus=Quadratus QuadraCompta - Format
Modelcsv_ebp=EBP - Format
Modelcsv_cogilog=EBP - Format
Modelcsv_agiris=Agiris - Format
+Modelcsv_openconcerto=Export zu OpenConcerto (Test)
Modelcsv_configurable=Konfigurierbares CSV - Format
+Modelcsv_Sage50_Swiss=Export zu SAGE 50 - Schweiz
+ChartofaccountsId=Kontenrahmen ID
InitAccountancy=Init Buchhaltung
InitAccountancyDesc=Auf dieser Seite weisest du Buchhaltungskonten Produkten und Leistungen zu, die keine Konten für Ein- und Verkäufe hinterlegt haben.
DefaultBindingDesc=Auf dieser Seite kannst du ein Standard - Buchhaltungskonto an alle Arten Zahlungstransaktionen zuweisen, falls noch nicht geschehen.
-DefaultClosureDesc=Lege hier die Parameter zum Anfügen der Bilanz fest.
+OptionModeProductSell=Modus Verkauf
+OptionModeProductSellIntra=Modus Export - Verkäufe in den EWR - Raum
+OptionModeProductSellExport=Modus Export - Verkäufe in andere Länder
OptionModeProductBuy=Modus Einkauf
OptionModeProductSellDesc=Finde alle Produkte mit einem Buchhaltungskonto für Verkäufe.
+OptionModeProductSellIntraDesc=Zeige alle Produkte mit einem Buchhaltungskonto für den Export in den EWR
+OptionModeProductSellExportDesc=Zeige alle Produkte mit einem Buchhaltungskonto für den Export in andere Länder
OptionModeProductBuyDesc=Finde alle Produkte mit einem Buchhaltungskonto für Einkäufe.
CleanFixHistory=Lösche alle Kontierungscodes, die im Kontenplan nicht vorkommen, aus allen Positionen
CleanHistory=Setzte alle Verknüpfungen für das gewählte Jahr zurück
@@ -247,6 +258,9 @@ WithoutValidAccount=Vordefinierte Gruppen
WithValidAccount=Mit geprüftem zugewiesenen Buchhaltungskonto
ValueNotIntoChartOfAccount=Dieses Buchhaltungskonto exisitiert im aktuellen Kontenplan nicht...
AccountRemovedFromGroup=Ich hab das Buchhaltungskonto aus der Gruppe entfernt.
+SaleLocal=Inlandverkauf
+SaleExport=Exportverkauf
+SaleEEC=Verkauf im EWR
Range=Dieses Buchhaltungskonto kommt im aktuellen Kontenplan nicht vor.
Calculated=Berechnet
SomeMandatoryStepsOfSetupWereNotDone=Oha - einige zwingende Einstellungen sind noch nicht gemacht worden. Bitte erledige das noch, danke.
@@ -260,5 +274,6 @@ Binded=Verknüpfte Positionen
ToBind=Zu verknüpfende Positionen
UseMenuToSetBindindManualy=Nicht verbundenen Positionen, bitte Benutze den Menupunkt "%s" zum manuell zuweisen.
ImportAccountingEntries=Buchungen
+DateExport=Datum Export
WarningReportNotReliable=Obacht, dieser Bericht basiert nicht auf den Hauptbucheinträgen. Falls dort also noch Änderungen vorgenommen worden sind, wird das nicht übereinstimmen. Bei sauberer Buchführung nimmst du eher die Buchhaltungsberichte.
ExpenseReportJournal=Spesenabrechnungsjournal
diff --git a/htdocs/langs/de_CH/admin.lang b/htdocs/langs/de_CH/admin.lang
index 681ea2e1ad7..444a5c87da0 100644
--- a/htdocs/langs/de_CH/admin.lang
+++ b/htdocs/langs/de_CH/admin.lang
@@ -41,6 +41,8 @@ UseSearchToSelectContactTooltip=Wenn Sie eine grosse Anzahl von Kontakten (> 100
DelaiedFullListToSelectCompany=Nicht so eingängig, aber schneller geht's in der Combo List - Ansicht, wenn ich auf Tastendruck warten soll, bevor ich die Partnerliste lade.
DelaiedFullListToSelectContact=Nicht so eingängig, aber schneller geht's in der Combo List - Ansicht, wenn ich auf Tastendruck warten soll, bevor ich die Kontaktliste lade.
NumberOfKeyToSearch=Anzahl der Zeichen, die die Suche auslösen sollen: 1 %s
+NumberOfBytes=Anzahl Bytes
+SearchString=Suchtext
AllowToSelectProjectFromOtherCompany=Erlaube bei den Elementen eines Partners, die Projekte von anderen Partnern zu verlinken
UsePreviewTabs=Vorschautabs verwenden
MySQLTimeZone=Aktuelle Zeitzone von MySql (Datenbank)
@@ -74,9 +76,9 @@ Language_en_US_es_MX_etc=Sprache setzen (de_CH, en_GB,...)
SystemToolsAreaDesc=Dieser Bereich ist voll mit Administratorfunktionen - Wähle im Menu aus.
Purge=Säubern
PurgeAreaDesc=Hier können Sie alle vom System erzeugten und gespeicherten Dateien löschen (temporäre Dateien oder alle Dateien im Verzeichnis %s). Diese Funktion ist richtet sich vorwiegend an Benutzer ohne Zugriff auf das Dateisystem des Webservers (z.B. Hostingpakete)
-PurgeDeleteTemporaryFiles=Alle temporären Dateien löschen (kein Datenverlustrisiko)
+PurgeDeleteTemporaryFiles=Lösche alle Temporären Dateien. Dabei gehen keine Arbeitsdaten verloren.\nHinweis: Das funktioniert nur, wenn das Verzeichnis 'Temp' seit 24h da ist.
PurgeDeleteTemporaryFilesShort=Temporärdateien löschen
-PurgeDeleteAllFilesInDocumentsDir=Alle Datein im Verzeichnis %s löschen. Dies beinhaltet temporäre Dateien ebenso wie Datenbanksicherungen, Dokumente (Geschäftspartner, Rechnungen, ...) und alle Inhalte des ECM-Moduls.
+PurgeDeleteAllFilesInDocumentsDir=Alle Dateien im Verzeichnis %s löschen. Dadurch werden alle generierten Dokumente gelöscht, die sich auf Elemente (Geschäftspartner, Rechnungen usw.), Dateien, die in das ECM-Modul hochgeladen wurden, Datenbank-Backup-Dumps und temporäre Dateien beziehen.
PurgeNDirectoriesDeleted=%s Dateien oder Verzeichnisse gelöscht.
PurgeNDirectoriesFailed=Löschen von %s Dateien oder Verzeichnisse fehlgeschlagen.
PurgeAuditEvents=Bereinige alle Sicherheitsereignisse
@@ -165,7 +167,7 @@ ModuleFamilyProducts=Produktmanagement (PM)
ModuleFamilyHr=Personalverwaltung (PM)
ModuleFamilyProjects=Projektverwaltung/Zusammenarbeit
ModuleFamilyECM=Inhaltsverwaltung (ECM)
-ModuleFamilyPortal=Homepages und weitere Frontanwendungen
+ModuleFamilyPortal=Webseiten und andere Frontend Anwendungen
DoNotUseInProduction=Nicht in Produktion nutzen
ThisIsAlternativeProcessToFollow=Dies ist ein alternativer Setup-Prozess:
FindPackageFromWebSite=Finde das passende Dolibarrpaket (zum Beispiel auf der Dolibarr - Website %s)
@@ -175,6 +177,7 @@ UnpackPackageInModulesRoot=Zum Einbinden eines externen Moduls entpackst du dere
SetupIsReadyForUse=Modulinstallation abgeschlossen. Aktiviere und konfiguriere nun das Modul im Menu "%s".
InfDirExample= Dann deklariere in conf.php $dolibarr_main_url_root_alt='/custom' $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom' \n"#" heisst, die Variablen sind auskommentiert und werden nicht berücksichtigt.\nEntferne einfach "#", um die Variablen scharf zu schalten.
YouCanSubmitFile=Du kannst das Modul - Archiv auch hochladen:
+CallUpdatePage=Zur Aktualisierung der Daten und der Datenbankstruktur gehst du zur Seite %s.
UpdateServerOffline=Update-Server offline
WithCounter=Zähler verwalten
GenericMaskCodes=Sie können ein beliebiges Numerierungsschema wählen. Dieses Schema könnte z.B. so aussehen: {000000} steht für eine 6-stellige Nummer, die sich bei jedem neuen %s automatisch erhöht. Wählen Sie die Anzahl der Nullen je nach gewünschter Nummernlänge. Der Zähler füllt sich automatisch bis zum linken Ende mit Nullen um das gewünschte Format abzubilden. {000000+000} führt zu einem ähnlichen Ergebnis, allerdings mit einem Wertsprung in Höhe des Werts rechts des Pluszeichens, der beim ersten %s angewandt wird. {000000@x} wie zuvor, jedoch stellt sich der Zähler bei Erreichen des Monats x (zwischen 1 und 12) automatisch auf 0 zurück. Ist diese Option gewählt und x hat den Wert 2 oder höher, ist die Folge {mm}{yy} or {mm}{yyyy} ebenfalls erfoderlich. {dd} Tag (01 bis 31). {mm} Monat (01 bis 12). {yy}, {yyyy} or {y} Jahreszahl 1-, 2- oder 4-stellig.
@@ -191,13 +194,28 @@ UMask=Umask Parameter für neue Dateien auf Unix/Linux/BSD-Dateisystemen.
UMaskExplanation=Über diesen Parameter können Sie die standardmässigen Dateiberechtigungen für vom System erzeugte/verwaltete Inhalte festlegen. Erforderlich ist ein Oktalwert (0666 bedeutet z.B. Lesen und Schreiben für alle). Auf Windows-Umgebungen haben diese Einstellungen keinen Effekt.
SeeWikiForAllTeam=Schaue die Wiki-Seite mit der Liste der Mitwirkenden und ihrer Organisation an.
AddCRIfTooLong=Es gibt keine automatische Textformatierung, zu langer Text wird in Dokumenten nicht angezeigt. Bitte fügen Sie bei Bedarf Zeilenumbrüche im Textfeld hinzu.
+ConfirmPurge=Möchtest du diese Aktion wirklich durchführen?\nDabei gehen alle Datein (im ECM, Attachments etc) unwiederbringlich verloren.
+ExamplesWithCurrentSetup=Beispiele mit der derzeitigen Systemkonfiguration
ListOfDirectoriesForModelGenODT=Liste der Verzeichnisse mit Vorlagendateien mit OpenDocument-Format.
Fügen Sie hier den vollständigen Pfad der Verzeichnisse ein. Trennen Sie jedes Verzeichnis mit einer Zeilenschaltung Verzeichnisse des ECM-Moduls fügen Sie z.B. so ein DOL_DATA_ROOT/ecm/yourdirectoryname.
Dateien in diesen Verzeichnissen müssen mit .odt oder .ods enden.
+NumberOfModelFilesFound=Anzahl der .odt / .ods Vorlagen in diesen Verzeichnissen.
+DescWeather=Diese Piktogramme werden bei verspäteten Tasks gemäss folgenden Werten angezeigt.
+ThisForceAlsoTheme=Dieser Menu Manager übersteuert die Benutzereinstellung. Er funktioniert nicht auf allen Smartphones. Wähle einen anderen, falls Probleme auftauchen.
+ConnectionTimeout=Zeitüberschreitung in der Verbindung
ResponseTimeout=Antwort Timeout
+NoSmsEngine=Es ist kein SMS Sendedienst verfügbar.\nIn der Standardinstallation ist keiner installiert, denn das gibt es bei externen Anbietern.\nFinde deinen Anbieter via %s.
PDFDesc=Globale Einstellungen für automatisch generierte PDFs
+PDFAddressForging=Regeln für Adressfelder
+HideAnyVATInformationOnPDF=Verstecke MWST - Informationen.
PDFRulesForSalesTax=Regeln für die MWST
+HideLocalTaxOnPDF=Verstecke den %s Satz
+HideDescOnPDF=Verstecke Produktbeschreibungen
+HideRefOnPDF=Verstecke Produktnummern
+HideDetailsOnPDF=Verstecke Produktzeilen
PlaceCustomerAddressToIsoLocation=ISO Position für die Kundenadresse verwenden
+ButtonHideUnauthorized=Buttons für Nicht-Admins ausblenden anstatt ausgrauen?
OldVATRates=Alter MwSt. Satz
NewVATRates=Neuer MwSt. Satz
+MassConvert=Massenkonvertierung starten
HtmlText=HTML
Float=Gleitkommazahl
Boolean=Boolean (Ein Kontrollkästchen)
@@ -206,18 +224,30 @@ ExtrafieldMail =E-Mail
ExtrafieldSelect =Wähle Liste
ExtrafieldSelectList =Wähle von Tabelle
ExtrafieldPassword=Passwort
+ExtrafieldRadio=Einfachauswahl (Radiobuttons)
ExtrafieldCheckBox=Kontrollkästchen
ExtrafieldCheckBoxFromList=Kontrollkästchen aus Tabelle
+ComputedFormulaDesc=Du kannst hier Formeln mit weiteren Objekteigenschaften oder in PHP eingeben, um dynamisch berechnete Werte zu generieren. Alle PHP konformen Formeln sind erlaubt inkl dem Operator "?:" und folgende globale Objekte:$db, $conf, $langs, $mysoc, $user, $object. Obacht: Vielleicht sind nur einige Eigenschaften von $object verfügbar. Wenn dir eine Objekteigenschaft fehlt, packe das gesamte Objekt einfach in deine Formel, wie im Beispiel zwei. "Computed field" heisst, du kannst nicht selber Werte eingeben. Wenn Syntakfehler vorliegen, liefert die Formel ggf. gar nichts retour.
Beispiel zum Neuladen eines Objektes (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'
Eine Weitere Variante zum erzwungenen Neuladen des Objekts und seiner Eltern: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Übergeordnetes Projekt nicht gefunden...'
+ExtrafieldParamHelpPassword=Wenn leer, wird das Passwort unverschlüsselt geschrieben. Gib 'auto' an für die Standardverschlüsselung - es wird nur der Hash ausgelesen und man kann das Passwort unmöglich herausfinden.
+ExtrafieldParamHelpselect=Parameterlisten müssen das Format Schlüssel,Wert haben
zum Beispiel: 1,Wert1 2,Wert2 3,Wert3 ...
Um die Liste in Abhängigkeit zu einer anderen zu haben: 1,Wert1|parent_list_code:parent_key 2,Wert2|parent_list_code:parent_key
+ExtrafieldParamHelpcheckbox=Die Liste muss im Format: Schlüssel, Wert sein (wobei der Schlüssel nicht '0' sein kann)
zum Beispiel: 1, Wert1 2, Wert2 3, Wert3 ...
+ExtrafieldParamHelpradio=Die Liste muss im Format: Schlüssel, Wert sein (wobei der Schlüssel nicht '0' sein kann)
zum Beispiel: 1, Wert1 2, Wert2 3, Wert3 ...
LibraryToBuildPDF=Verwendete Bibliothek zur PDF-Erzeugung
SetAsDefault=Als Standard definieren
+BarcodeInitForthird-parties=Barcode Init. für alle Partner
BarcodeInitForProductsOrServices=Alle Strichcodes für Produkte oder Services initialisieren oder zurücksetzen
EraseAllCurrentBarCode=Alle aktuellen Barcode-Werte löschen
ConfirmEraseAllCurrentBarCode=Wirklich alle aktuellen Barcode-Werte löschen?
AllBarcodeReset=Alle Barcode-Werte wurden entfernt
NoBarcodeNumberingTemplateDefined=Mir fehlt ein aktives Barcode - Nummernschema. Das wird im Modul "Barcodes" aktiviert.
+ShowDetailsInPDFPageFoot=Mehr Detailinfos in der Fusszeile anzeigen, wie z.B. Firmenadresse, oder Vertreternamen (Zusätzlich zur Firmennummer, Firmenvermögen und MWST - Nummer).
+NoDetails=Keine weiteren Details in der Fusszeile
DisplayCompanyManagers=Anzeige der Namen der Geschäftsführung
EnableAndSetupModuleCron=Wenn du diese Rechnung in regelmässigem Abstand automatisch erzeugen lassen willst, musst du das Modul '%s' aktivieren und konfigurieren. Natürlich kannst du weiterhin hier die Rechnung manuell auslösen. Du wirst gewarnt, falls du die Rechnung manuell auslösen willst, aber bereits eine automatisch erstellte da ist.
+ModuleCompanyCodeCustomerAquarium=%s gefolgt von der Kundennummer für den Kontierungscode
+ModuleCompanyCodeSupplierAquarium=%sgefolgt von der Lieferantennummer für den Kontierungscode
ModuleCompanyCodePanicum=Leeren Kontierungscode zurückgeben.
+ModuleCompanyCodeDigitaria=Kontierungscode Abhängig von der Kundennummer. Zusammengesetzt aus dem Buchstaben "C", gefolgt von den ersten fünf Buchstaben der Kundennummer.
Use3StepsApproval=Standardmässig, Einkaufsaufträge müssen durch zwei unterschiedlichen Benutzer erstellt und freigegeben werden (ein Schritt/Benutzer zum Erstellen und ein Schritt/Benutzer für die Freigabe). Beachten Sie, wenn ein Benutzer beide Rechte hat - zum Erstellen und Freigeben, dann reicht ein Benutzer für diesen Vorgang. Optional können Sie einen zusätzlichen Schritt/User für die Freigabe einrichten, wenn der Betrag einen bestimmten dedizierten Wert übersteigt (wenn der Betrag höher wird, werden 3 Stufen notwendig: 1=Validierung, 2=erste Freigabe und 3=Gegenfreigabe. Lassen Sie das Feld leer, wenn eine Freigabe (2 Schritte) ausreicht; tragen Sie einen sehr niedrigen Wert (0.1) ein, wenn eine zweite Freigabe notwendig ist.
UseDoubleApproval=3-fach Verarbeitungsschritte verwenden, wenn der Betrag (ohne Steuer) höher ist als ...
WarningPHPMail=Obacht: Wenn du eine externe Mailadresse verwendest (also nicht die deines aktuellen Hostings hier, gibst du hier den Mailserver, der zu deiner gewünschten E-Mail Adresse passt, ein (z.B. den SMTP von GMX, wenn du eine GMX - Adresse hinterlegst.) Trage hier also Mailserver / Benutzer / Passwort deines externen Anbieters ein. Sonst kann es vorkommen, dass Mails hier nicht herausgeschickt werden, weil der lokale Maildienst einen Absender mit falscher Domäne erhält, und das blockiert.
@@ -225,51 +255,91 @@ WarningPHPMail2=Falls dein Anbieter Mailclients auf einen IP-Adressbereich einsc
ClickToShowDescription=Klicken um die Beschreibung zu sehen
DependsOn=Dieses Modul benötigt die folgenden Module
RequiredBy=Diese Modul wird durch folgende Module verwendet
+EnableDefaultValues=Eigene Standartwerte erlauben.
+EnableOverwriteTranslation=Eigene Übersetzungen erlauben
WarningSettingSortOrder=Warnung: Änderungen an der Standardsortierreihenfolge können zu Fehlern führen, falls das betreffende Feld nicht vorhanden ist. Falls dies passiert, entfernen sie das betreffende Feld oder stellen die den Defaultwert wieder her.
ProductDocumentTemplates=Dokumentvorlagen zur Erstellung von Produktdokumenten
WatermarkOnDraftExpenseReports=Wasserzeichen auf Entwurf von Ausgabenbelegen
AttachMainDocByDefault=Setzen Sie diesen Wert auf 1, wenn Sie das Hauptdokument standardmässig per E-Mail anhängen möchten (falls zutreffend).
+davDescription=WebDAV Server einrichten
DAVSetup=Einstellungen de Moduls "DAV"
+DAV_ALLOW_PRIVATE_DIR=WebDAV - Ordner "private" aktivieren (Login nötig).
+DAV_ALLOW_PRIVATE_DIRTooltip=Das Standart - Privatverzeichnis in WebDAV kann jeder mit seinen Logindaten benutzen.
+DAV_ALLOW_PUBLIC_DIR=WebDAV - Ordner "public" aktivieren (Kein Login nötig).
+DAV_ALLOW_PUBLIC_DIRTooltip=Das Öffentliche Verzeichnis in WebDAV kann jeder ohne irgendein Login benutzen.
+DAV_ALLOW_ECM_DIR=DMS/ECM - Privatverzeichnis aktivieren (Login erforderlich). Das ist das Stammverzeichnis des DMS/ECM Modules.
+DAV_ALLOW_ECM_DIRTooltip=Hier kommen alle selbst hochgeladenen DMS/ECM Dateien hin. Dazu braucht es einen ein Benutzerlogin mit den erforderlichen Rechten.
+Module1Desc=Geschäftspartner- und Kontakteverwaltung (Kunden, Leads, ...)
+Module10Name=Buchhaltung einfach
Module10Desc=Einfache Buchhaltungsberichte (Journale, Umsätze) auf Basis von Datenbankinhalten. Es wird keine Hauptbuch-Tabelle verwendet.
Module20Desc=Angeboteverwaltung
Module22Desc=E-Mail-Kampagnenverwaltung
+Module25Name=Kundenaufträge
+Module25Desc=Kunden - Auftragsverwaltung
Module40Name=Lieferanten
+Module40Desc=Lieferantenverwaltung und Einkauf (Bestellungen und Rechnungen)
Module49Desc=Bearbeiterverwaltung
+Module50Desc=Produkteverwaltung
Module52Name=Produktbestände
+Module52Desc=Lagerverwaltung (für Produkte)
+Module53Desc=Dienstleistungen
Module54Name=Verträge/Abonnements
+Module57Name=Debit - Zahlungen
Module70Name=Arbeitseinsätze
Module80Name=Auslieferungen
+Module80Desc=Versand und Lieferverfolgung
+Module85Name=Bankkonten & Bargeld
Module100Desc=Hinzufügen eines Links zu einer externen Website als Icon im Hauptmenü. Die Webseite wird in einem Dolibarr-Frame unter dem Haupt-Menü angezeigt.
Module105Desc=Mailman oder SPIP Schnittstelle für die Mitgliedsmodul
+Module200Desc=LDAP Synchronisierung
Module240Desc=Werkzeug zum Datenexport (mit Assistent)
Module250Desc=Tool zum Importieren von Daten in Dolibarr (mit Unterstützung)
Module310Desc=Management von Mitglieder einer Stiftung/Vereins
+Module320Desc=RSS Feed auf Dolibarr - Seiten zeigen
+Module330Name=Lesezeichen und Verknüpfungen
Module330Desc=Erstellen Sie Verknüpfungen zu den internen oder externen Seiten, auf die Sie häufig zugreifen (Favoriten).
-Module400Name=Projekte oder Interessenten
+Module400Name=Projekte oder Chancen
Module400Desc=Management von Projekten, Interessenten/Chancen und/oder Aufgaben. Sie können auch jedes beliebige Element (Rechnung, Auftrag, Offerte, Intervention,...) einem Projekt zuordnen und erhalten eine Querschnittsansicht aus der Projektsicht.
+Module500Name=Steuern und Sonderausgaben
+Module500Desc=Andere Aufwände (MWST, Sozialabgaben, Dividenden,...)
Module510Desc=Erfassen und Verfolgen von Vergütungen der Mitarbeiter
Module520Name=Kredite
Module600Desc=Ereignisbasierte E-Mail - Benachrichtigungen
Für Benutzer, gemäss Einstellungen im Benutzerprofil
Für Geschäftspartner, gemäss Einstellungen in Partnerkontakten
Für selbstgewählte E-Mail Adressen
Module600Long=Obacht: Hier geht es um automatisierte Benachrichtigungen für Geschäftsvorfälle. Kalendererinnerungen legst du im Modul "Kalender" fest.
Module610Desc=Erstellung von Produktvarianten (Farbe, Größe etc.)
Module770Desc=Verwaltung von Reisekostenabrechnungen (Verkehrsmittel, Verpflegung,....)
+Module1120Name=Lieferantenofferten
+Module1120Desc=Lieferanten - Offerten und Preise einholen.
Module1200Desc=Mantis-Integation
Module1520Desc=E-Mail Kampagnendokument erstellen
Module1780Name=Kategorien/#tags
Module2000Desc=Ermöglicht die Bearbeitung von Textfeldern mit dem CKEditor (html).
+Module2200Desc=Mathematische Ausdrücke für Preise aktivieren
+Module2300Desc=Geplante Aufgaben (CronJobs, ChronoTable) verwalten.
Module2400Name=Ereignisse/Termine
Module2400Desc=Ereignisse verfolgen. Lassen Sie Dolibarr automatische Ereignisse zur Verfolgung protokollieren oder nehmen Sie manuelle Ereignisse oder Besprechungen auf. Dies ist das Hauptmodul für ein gutes Management von Kunden- oder Lieferanten-Beziehungen.
+Module2500Desc=Document - / Electronic Content Management System. Deine Dokumente werden automatisch organisiert. Du kannst deine Dateien teilen.
Module2660Desc=Aktivieren Sie den Dolibarr Webservice-Client (Kann verwendet werden, um Daten/Anfragen an externe Server zu übertragen. Nur Lieferantenbestellungen werden derzeit unterstützt.)
Module2700Desc=Benutze den Gravatar - Dienst, um Fotos von deinen Benutzern und Mitgliedern darzustellen. (www.gravatar.com)
+Module3200Name=Unveränderbare Archive
+Module20000Name=Ferienverwaltung
Module20000Desc=Mitarbeiterurlaubsanträge erfassen und verfolgen
+Module40000Name=Multiwährungsfähigkeit
Module40000Desc=Verwendung alternativer Währungen in Preisen und Dokumenten
+Module50100Name=Simple POS
Module50100Desc=Kassenmodul (Simple POS)
+Module50150Name=Take POS
Module50150Desc=Kassenmodul (TouchPOS)
+Module50200Desc=PayPal Zahlungsmaske aktivieren. So können deine Kunden Dolibarr - Rechnungen via PayPal oder Kreditkarte bezahlen.
+Module50300Desc=Stripe Zahlungsmaske aktivieren. So können deine Kunden Dolibarr - Rechnungen via Wallets oder Kreditkarte (plus weitere Stripe Zahlungsmöglichkeiten) bezahlen.
+Module50400Name=Doppelte Buchhaltung
Module50400Desc=Buchhaltungsverwaltung (doppelte Buchhaltung, unterstützt Haupt- und Nebenbücher). Export des Hauptbuchs in verschiedene andere Buchhaltungssoftware-Formate.
+Module54000Desc=Direktdruck (ohne die Dokumente zu öffnen) mittels CUPS IPP.\nDer Server muss dazu CUPS am Laufen haben und Zugriff auf einen Drucker haben.
Module55000Name=Befragung, Umfrage oder Abstimmung
Module55000Desc=Modul zur Erstellung von Online-Umfragen, Umfragen oder Abstimmungen (wie Doodle, Studs, Rdvz,....)
Module62000Name=Lieferbedingungen
Module62000Desc=Hinzufügen von Funktionen zur Verwaltung von Lieferbedingungen (Incoterms)
+Module63000Desc=Hier kannst du deine Ressourcen (Drucker, Räume, Fahrzeuge) Kalenderereignissen zuweisen.
Permission26=Angebote schliessen
Permission61=Leistungen ansehen
Permission62=Leistungen erstellen/bearbeiten
@@ -282,20 +352,53 @@ Permission125=Mit Benutzer verbundene Geschäftspartner löschen
Permission126=Geschäftspartner exportieren
Permission144=Löschen Sie alle Projekte und Aufgaben (einschliesslich privater Projekte in denen ich kein Kontakt bin)
Permission172=Reise- und Spesenabrechnung erstellen/ändern
+Permission181=Lieferantenbestellungen einsehen
+Permission184=Lieferantenbestellungen bestätigen
+Permission185=Lieferantenbestellungen auslösen oder verwerfen
+Permission187=Lieferantenbestellungen schliessen
+Permission188=Lieferantenbestellungen zurückziehen
Permission193=Leitungen abbrechen
Permission203=Bestellungsverbindungen Bestellungen
+Permission215=Lieferanten einrichten
+Permission300=Barcodes auslesen
+Permission301=Barcodes erzeugen und ändern.
Permission311=Leistungen einsehen
Permission331=Lesezeichen einsehen
Permission332=Lesezeichen erstellen/bearbeiten
Permission401=Rabatte einsehen
+Permission430=PHP Debug Bar verwenden
+Permission511=Lohnzahlungen einsehen
+Permission512=Lohnzahlungen erstellen und bearbeiten
+Permission514=Lohnzahlungen löschen
Permission520=Darlehen einsehen
Permission525=Darlehens-rechner
Permission527=Exportiere Darlehen
Permission531=Leistungen einsehen
+Permission650=Rechnungen für Rohmaterialien einsehen.
+Permission651=Rechnungen für Rohmaterialien erzeugen und bearbeiten
+Permission652=Rechnungen für Rohmaterialien löschen
Permission701=Spenden einsehen
+Permission1121=Partnerofferten einsehen
+Permission1122=Partnerofferten erzeugen und bearbeiten
+Permission1123=Partnerofferten freigeben
+Permission1124=Partnerofferten auslösen
+Permission1125=Partnerofferten löschen
+Permission1126=Lieferanten - Preisanfragen schliessen
+Permission1182=Lieferantenbestellungen einsehen
+Permission1185=Lieferantenbestellungen bestätigen
+Permission1186=Lieferantenbestellungen auslösen
+Permission1187=Empfangsbestätigung Lieferantenbestellung quittieren
+Permission1188=Lieferantenbestellungen löschen
+Permission1190=Lieferantenbestellungen bestätigen (zweite Bestätigung).
+Permission1231=Lieferantenrechnungen einsehen
+Permission1232=Lieferantenrechnungen erzeugen und bearbeiten
Permission1235=Lieferantenrechnungen per E-Mail versenden
+Permission1236=Kundenrechnungen, -attribute und -zahlungen exportieren
+Permission1237=Lieferantenbestellungen mit Details exportieren
+Permission1421=Kundenaufträge mit Attributen exportieren
Permission2414=Aktionen und Aufgaben anderer exportieren
Permission59002=Gewinspanne definieren
+DictionaryCompanyType=Geschäftspartner Typen
DictionaryCompanyJuridicalType=Rechtsformen von Unternehmen
DictionaryActions=Arten von Kalenderereignissen
DictionaryVAT=MwSt.-Sätze
@@ -303,12 +406,15 @@ DictionaryPaperFormat=Papierformate
DictionaryEMailTemplates=E-Mail Textvorlagen
SetupSaved=Setup gespeichert
BackToDictionaryList=Zurück zu der Stammdatenliste
+VATIsUsedDesc=Standardmässig folgt der Umsatzsteuersatz beim Erstellen von Interessenten, Rechnungen, Aufträgen usw. der aktiven Standardregel: Wenn der Verkäufer nicht der Umsatzsteuer unterliegt, ist die Umsatzsteuer standardmäßig 0. Regelende. Ist das (Land des Verkäufers = Land des Käufers), entspricht die Umsatzsteuer standardmässig der Umsatzsteuer des Produkts im Land des Verkäufers. Regelende. Wenn der Verkäufer und der Käufer beide in der Europäischen Gemeinschaft ansässig sind und es sich bei den Waren um transportbezogene Produkte handelt (Spedition, Versand, Fluggesellschaft), beträgt die Standard-Mehrwertsteuer 0. Diese Regel ist abhängig vom Land des Verkäufers - wenden Sie sich an Ihren Buchhalter. Die Mehrwertsteuer ist vom Käufer an die Zollstelle in seinem Land und nicht an den Verkäufer zu entrichten. Regelende. Wenn der Verkäufer und der Käufer beide in der Europäischen Gemeinschaft ansässig sind und der Käufer kein Unternehmen ist (mit einer registrierten innergemeinschaftlichen Umsatzsteuer-Identifikationsnummer), gilt standardmässig der Umsatzsteuersatz des Landes des Verkäufers. Regelende. Wenn der Verkäufer und der Käufer beide in der Europäischen Gemeinschaft ansässig sind und der Käufer ein Unternehmen ist (mit einer registrierten innergemeinschaftlichen Umsatzsteuer-Identifikationsnummer), beträgt die Umsatzsteuer standardmässig 0. Regelende. In allen anderen Fällen lautet der vorgeschlagene Standardwert Umsatzsteuer = 0. Regelende.
+VATIsNotUsedDesc=Standardmässig beträgt die vorgeschlagene Umsatzsteuer 0, was für Fälle wie Vereine, Einzelpersonen oder kleine Unternehmen verwendet werden kann.
LocalTax1IsNotUsedDescES=Standardmässig werden die vorgeschlagenen RE 0 ist. Ende der Regel.
LocalTax2IsNotUsedDescES=Standardmässig werden die vorgeschlagenen IRPF 0 ist. Ende der Regel.
DriverType=Treiber Typ
MenuCompanySetup=Firma / Organisation
MessageOfDay=Nachricht des Tages
CompanyInfo=Firma / Organisation
+CompanyZip=PLZ
SetupDescription1=Der Setupbereich erlaubt das konfigurieren ihrer Dolibarr Installation vor der ersten Verwendung.
SetupDescription4=Die Parameter im Menü %s-> %s sind notwenig, da Dolibarr ein modulares monolithisches ERP/CRM-System ist. Neue Funktionen werden für jedes aktivierte Modul zum Menü hinzugefügt.
InfoDolibarr=Infos Dolibarr
@@ -318,6 +424,7 @@ InfoWebServer=Infos Webserver
InfoDatabase=Infos Datenbank
InfoPHP=Infos PHP
BrowserName=Browser Name
+AccountantDesc=Wenn Sie einen externen Buchhalter haben, können Sie hier seine Informationen bearbeiten.
TriggerDisabledByName=Trigger in dieser Datei sind durch das -NORUN-Suffix in ihrem Namen deaktviert.
DictionaryDesc=Definieren Sie hier alle Defaultwerte. Sie können die vordefinierten Werte mit ihren eigenen ergänzen.
MiscellaneousDesc=Alle anderen sicherheitsrelevanten Parameter werden hier definiert.
@@ -446,5 +553,8 @@ NoNewEmailToProcess=Ich habe keinen neuen E-Mails (die zu den Filtern passen) ab
RecordEvent=E-Mail Ereignisse
NbOfEmailsInInbox=Anzahl E-Mails im Quellverzeichnis
ResourceSetup=Modul Ressourcen einrichten
+UseSearchToSelectResource=Zeige eine Suchmaske für Ressourcen, statt eine Drop-down - Liste
+DisabledResourceLinkUser=Verknüpfungsmöglichkeit zwischen Ressource und Benutzer unterbinden.
+DisabledResourceLinkContact=Verknüpfungsmöglichkeit zwischen Ressource und Kontakt unterbinden.
ConfirmUnactivation=Bestätige das Zurücksetzen des Moduls.
ExportSetup=Modul Daten-Export einrichten
diff --git a/htdocs/langs/de_CH/agenda.lang b/htdocs/langs/de_CH/agenda.lang
index ceec4e4ec1a..c53b0758424 100644
--- a/htdocs/langs/de_CH/agenda.lang
+++ b/htdocs/langs/de_CH/agenda.lang
@@ -11,6 +11,7 @@ AgendaAutoActionDesc=Gib hier an, welche Ereignisse automatisch in den Kalender
AgendaSetupOtherDesc=Hier gibst Du die Exportoptionen zu externen Kalendern, wie Google Calendar oder Thunderbird an.
EventRemindersByEmailNotEnabled=Benachrichtigungen sind in den Moduleinstellungen deaktiviert (%s).
NewCompanyToDolibarr=Partner %s erzeugt
+COMPANY_DELETEInDolibarr=Partner %s gelöscht.
MemberModifiedInDolibarr=Mitglied %s bearbeitet
MemberResiliatedInDolibarr=Mitlglied %s geschlossen.
MemberSubscriptionAddedInDolibarr=Abonnement %s für Mitlglied %s hinzugefügt
@@ -37,6 +38,7 @@ EXPENSE_REPORT_REFUSEDInDolibarr=Spesenabrechnung %s zurückgewiesen
PROJECT_MODIFYInDolibarr=Projekt %s bearbeitet
TICKET_CREATEInDolibarr=Ticket %s erzeugt
TICKET_MODIFYInDolibarr=Ticket %s bearbeitet
+TICKET_CLOSEInDolibarr=Ticket %s geschlossen.
TICKET_DELETEInDolibarr=Ticket %s gelöscht
AgendaModelModule=Vorlagen zum Ereignis
AgendaUrlOptionsNotAdmin=logina=!%s ,zum Aktionen, die nicht vom Benutzer %s sind, anzuzeigen.
diff --git a/htdocs/langs/de_CH/bills.lang b/htdocs/langs/de_CH/bills.lang
index f4deb2d45a1..d118ff710bf 100644
--- a/htdocs/langs/de_CH/bills.lang
+++ b/htdocs/langs/de_CH/bills.lang
@@ -44,7 +44,9 @@ SendReminderBillRef=Einreichung von Rechnung %s (Erinnerung)
NoOtherDraftBills=Keine Rechnungsentwürfe Anderer
RelatedRecurringCustomerInvoices=Verknüpfte wiederkehrende Kundenrechnung
Reduction=Ermässigung
+ReductionShort=%
Reductions=Ermässigungen
+ReductionsShort=%
AddRelativeDiscount=Jeweiligen Rabatt erstellen
EditRelativeDiscount=Relativen Rabatt bearbeiten
AddGlobalDiscount=Rabattregel hinzufügen
@@ -73,7 +75,7 @@ RegulatedOn=Gebucht am
ChequeBank=Scheckbank
PrettyLittleSentence=Nehmen Sie die Höhe der Zahlungen, die aufgrund von Schecks, die in meinem Namen als Mitglied eines Accounting Association, die von der Steuerverwaltung.
VATIsNotUsedForInvoice=* Nicht für MwSt-art-CGI-293B
-NoteListOfYourUnpaidInvoices=Bitte beachten: Diese Liste enthält nur Rechnungen an Geschäftspartner, bei denen Sie als Vertreter angegeben sind.
+NoteListOfYourUnpaidInvoices=Bitte beachten: Diese Liste enthält nur Rechnungen für Geschäftspartner, bei denen Sie als Vertreter angegeben sind.
YouMustCreateStandardInvoiceFirstDesc=Sie müssen zuerst eine Standardrechnung Erstellen und diese dann in eine Rechnungsvorlage umwandeln
InvoiceFirstSituationAsk=Erste Situation Rechnung
InvoiceSituation=Situation Rechnung
diff --git a/htdocs/langs/de_CH/boxes.lang b/htdocs/langs/de_CH/boxes.lang
index 477ecc4581a..154ca19a7eb 100644
--- a/htdocs/langs/de_CH/boxes.lang
+++ b/htdocs/langs/de_CH/boxes.lang
@@ -9,6 +9,7 @@ BoxLastActions=Neueste Aktionen
BoxLastMembers=Neueste Mitglieder
BoxFicheInter=Neueste Arbeitseinsätze
BoxTitleLastRssInfos=%s neueste News von %s
+BoxTitleLastModifiedProspects=Interessenten: zuletzt %s geändert
BoxTitleLastFicheInter=%s zuletzt bearbietet Eingriffe
BoxLastExpiredServices=%s älteste Kontakte mit aktiven abgelaufenen Leistungen
BoxTitleLastActionsToDo=%s neueste Aktionen zu erledigen
@@ -18,6 +19,5 @@ BoxGoodCustomers=Guter Kunde
LastRefreshDate=Datum der letzten Aktualisierung
NoRecordedCustomers=Keine erfassten Kunden
NoRecordedContacts=Keine erfassten Kontakte
-NoRecordedProspects=Keine erfassten Leads
NoRecordedInterventions=Keine verzeichneten Einsätze
LastXMonthRolling=%s letzte Monate gleitend
diff --git a/htdocs/langs/de_CH/categories.lang b/htdocs/langs/de_CH/categories.lang
index 2146cad9197..691489c9b61 100644
--- a/htdocs/langs/de_CH/categories.lang
+++ b/htdocs/langs/de_CH/categories.lang
@@ -8,11 +8,13 @@ AddIn=Einfügen in
Classify=Einstufen
CategoriesArea=Schlagwörter / Kategorien
ProductsCategoriesArea=Schlagwörter / Kategorien für Produkte und Dienstleistungen
+SuppliersCategoriesArea=Bereich für Lieferanten-Tags / Kategorien
CustomersCategoriesArea=Schlagwörter / Kategorien für Kunden
MembersCategoriesArea=Schlagwörter / Kategorien für Mitglieder
ContactsCategoriesArea=Schlagwörter / Kategorien für Kontakte
AccountsCategoriesArea=Schlagwörter / Kategorien für Konten
ProjectsCategoriesArea=Schlagwörter / Kategorien für Projekte
+UsersCategoriesArea=Benutzerschlagworte und -kategorien
SubCats=Unterkategorien
CatList=Liste der Schlagwörter / Kategorien
NewCategory=Neues Schlagwort / Neue Kategorie
@@ -25,6 +27,7 @@ ImpossibleAddCat=Das Schlagwort / die Kategorie %s kann nicht hinzugefügt werde
ObjectAlreadyLinkedToCategory=Das Element ist bereits mit dieser Kategorie verknüpft.
ProductIsInCategories=Produkt/Leistung ist mit folgenden Schlagwörtern / Kategorien verknüpft
CompanyIsInCustomersCategories=Dieser Partner ist mit folgenden Kunden- Schlagwörtern / Kategorien verknüpft.
+CompanyIsInSuppliersCategories=Dieser Partner ist mit folgenden Lieferanten- Schlagwörtern / Kategorien verknüpft.
MemberIsInCategories=Dieses Mitglied ist mit folgenden Mitglieder- Schlagwörtern / Kategorien verknüpft
ContactIsInCategories=Dieser Kontakt ist mit folgenden Kontakte- Schlagwörtern / Kategorien verknüpft.
ProductHasNoCategory=Dieses Produkt oder diese Leistung ist nicht verschlagwortet oder kategoriesiert.
@@ -40,19 +43,25 @@ ContentsNotVisibleByAllShort=Private Inhalte
DeleteCategory=Lösche Schlagwort / Kategorie
ConfirmDeleteCategory=Bist du sicher, dass du das Schlagwort resp. die Kategorie löschen willst?
NoCategoriesDefined=Kein Schlagwort oder keine Kategorie definiert
+SuppliersCategoryShort=Lieferanten-Tag / Kategorie
CustomersCategoryShort=Kundenschlagworte / -kategorien
ProductsCategoryShort=Produktschlagworte / -kategorien
MembersCategoryShort=Mitgliederschlagworte / -kategorien
+SuppliersCategoriesShort=Lieferanten-Tags / Kategorien
CustomersCategoriesShort=Kundenschlagworte / -kategorien
ProspectsCategoriesShort=Leadschlagworte / -kategorien
+CustomersProspectsCategoriesShort=Kund./Interess. Tags / Kategorien
ProductsCategoriesShort=Produktschlagworte / -kategorien
MembersCategoriesShort=Mitgliederschlagworte / -kategorien
ContactCategoriesShort=Kontaktkschlagworte / -kategorien
AccountsCategoriesShort=Kontenschlagworte / -kategorien
ProjectsCategoriesShort=Projektschlagworte / -kateorien
+UsersCategoriesShort=Benutzerschlagworte und -kategorien
+ThisCategoryHasNoSupplier=Mit dieser Kategorie ist kein Lieferant verknüpft.
ThisCategoryHasNoAccount=Dieser Kategorie sind keine Konten zugewiesen.
ThisCategoryHasNoProject=Mit dieser Kategorie ist kein Projekt verknüpft.
CategId=Schlagwort / Kategorie ID
+CatSupList=Liste der Lieferantenschlagworte / -kategorien
CatCusList=Liste der Kunden-/ Interessentenschlagworte / -kategorien
CatProdList=Liste der Produktschlagworte / -kategorien
CatMemberList=Liste der Mitgliederschlagworte / -kategorien
@@ -64,6 +73,7 @@ CatProJectLinks=Verknüpfungen zwischen Projekten und Schlagwörtern / Kategorie
ExtraFieldsCategories=Ergänzende Eigenschaften
CategoriesSetup=Suchwörter/Kategorien Einrichten
CategorieRecursiv=Automatisch mit übergeordnetem Schlagwort / Kategorie verbinden
+CategorieRecursivHelp=Wenn aktiviert, wird das Produkt auch zur übergeordneten Kategorie zugewiesen, wenn es einer Unterkategorie zugewiesen wird.
AddProductServiceIntoCategory=Folgendes Produkt / folgende Leistung hinzufügen
ShowCategory=Zeige Schlagwort / Kategorie
ChooseCategory=Wähle die Kategorie.
diff --git a/htdocs/langs/de_CH/commercial.lang b/htdocs/langs/de_CH/commercial.lang
index 3cc56c712d1..d0f7a56779e 100644
--- a/htdocs/langs/de_CH/commercial.lang
+++ b/htdocs/langs/de_CH/commercial.lang
@@ -1,14 +1,21 @@
# Dolibarr language file - Source file is en_US - commercial
Commercial=Vertrieb
CommercialArea=Vertriebs - Übersicht
+DeleteAction=Löschen eines Ereignis
NewAction=Neue/r Termin/Aufgabe
ConfirmDeleteAction=Willst du dieses Ereignis wirklich löschen?
CardAction=Ereignisse Übersicht
ActionOnCompany=Verknüpfte Firma
TaskRDVWith=Treffen mit %s
+ShowTask=Zeige Aufgabe
+ShowAction=Ereignisse anzeigen
SaleRepresentativesOfThirdParty=Vertriebsmitarbeiter des Partners
+ShowCustomer=Zeige Kunden
+ShowProspect=Zeige Interessent
LastDoneTasks=Die neuesten %s erledigten Aufgaben.
StatusActionDone=Abgeschlossen
+ActionAC_FAX=Fax versenden
+ActionAC_PROP=Angebot senden
ActionAC_EMAIL_IN=E-Mail Eingang
ActionAC_RDV=Treffen
ActionAC_INT=Eingriff vor Ort
@@ -17,6 +24,9 @@ ActionAC_CLO=Schliessen
ActionAC_COM=Kundenbestellung per Post verschicken
ActionAC_SUP_ORD=Lieferantenbestellung per Post senden
ActionAC_SUP_INV=Lieferantenrechnung per Post senden
+Stats=Verkaufsstatistik
+StatusProsp=Interessenten Status
+NoLimit=Kein Limit
ToOfferALinkForOnlineSignature=Link zur Digitalen Unterschrift
WelcomeOnOnlineSignaturePage=Willkommen auf der Seite zum Offerten von %s zu aktzeptieren.
ThisScreenAllowsYouToSignDocFrom=Hier kannst du die Offerte akzeptieren, unterzeichen oder zurückweisen.
diff --git a/htdocs/langs/de_CH/companies.lang b/htdocs/langs/de_CH/companies.lang
index 1565f2d23e9..e086658ba2c 100644
--- a/htdocs/langs/de_CH/companies.lang
+++ b/htdocs/langs/de_CH/companies.lang
@@ -5,21 +5,22 @@ ConfirmDeleteCompany=Willst du diesen Geschäftspartner und alle damit verbunden
ConfirmDeleteContact=Willst du diesen Kontakt und alle damit verbundenen Informationen wirklich löschen?
MenuNewThirdParty=Erzeuge Geschäftspartner
MenuNewCustomer=Erzeuge Kunde
-MenuNewProspect=Erzeuge Lead
-MenuNewSupplier=Erzeuge Lieferant
-NewCompany=Erzeuge Unternehmen (Lead / Kunde / Lieferant)
+MenuNewSupplier=Neuer Lieferant
+NewCompany=Erzeuge Partner (Lead / Kunde / Lieferant)
NewThirdParty=Erzeuge Geschäftspartner (Lead / Kunde / Lieferant)
-CreateDolibarrThirdPartySupplier=Erzeuge Lieferant
+CreateDolibarrThirdPartySupplier=Erstelle einen Lieferant
CreateThirdPartyOnly=Geschäftspartner erstellen
CreateThirdPartyAndContact=Erzeuge Geschäftspartner mit Kontakt
IdThirdParty=Geschäftspartner ID
IdCompany=Unternehmens ID
IdContact=Kontakt ID
ThirdPartyContact=Geschäftspartner-Kontakt
+Companies=Unternehmen
CountryIsInEEC=EU - Staat
PriceFormatInCurrentLanguage=Währungsanzeige dieser Sprache
ThirdPartyName=Name des Geschäftspartners
ThirdPartyEmail=E-Mail des Geschäftspartners
+ThirdPartyProspectsStats=Interessenten Statistik
ThirdPartyType=Typ des Geschäftspartners
ToCreateContactWithSameName=Erzeuge einen Kontakt mit den selben Angaben, wie der Geschäftspartner. Meistens (auch wenn der Partner eine natürliche Person ist), braucht es das nicht.
ReportByMonth=Monatsbericht
@@ -27,6 +28,7 @@ ReportByCustomers=Kundenbericht
PostOrFunction=Position
NatureOfThirdParty=Typ des Geschäftspartners
Region-State=Land / Region
+CountryCode=Ländercode
PhoneShort=Telefon
No_Email=E-Mail kampagnen ablehnen
DefaultLang=Standardsprache
@@ -37,6 +39,7 @@ CopyAddressFromSoc=Übernehme die Adresse vom Geschäftspartner
ThirdpartyNotCustomerNotSupplierSoNoRef=Hoppla, der Partner ist weder Kunde noch Lieferant, keine Objekte zum Verknüpfen verfügbar.
ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Hoppla, der Partner ist weder Kunde noch Lieferant, keine Rabatte verfügbar.
PaymentBankAccount=Bankkonto für Zahlung
+OverAllInvoices=Rechnungen
OverAllSupplierProposals=Generelle Preisanfragen
LocalTax1IsUsed=Zweite Steuer verwenden
LocalTax2IsUsed=Dritte Steuer nutzen
@@ -73,29 +76,56 @@ ProfId3LU=Id. Prof. 3
ProfId4LU=Id. Prof. 4
ProfId5LU=Id. Prof. 5
ProfId6LU=Id. Prof. 6
+ProfId5MA=Id prof. 5 (C.I.C.E)
ProfId4NL=-
ProfId2PT=Prof Id 2 (Social Security Number)
ProfId3PT=Prof Id 3 (Commercial Record-Nummer)
ProfId4PT=Prof Id 4 (Konservatorium)
ProfId2TN=Prof Id 2 (Geschäftsjahr matricule)
ProfId3TN=Prof Id 3 (Douane-Code)
+ProfId1US=Employer Identification Number (FEIN)
ProfId2US=Id. Prof. 6
ProfId3US=Id. Prof. 6
ProfId4US=Id. Prof. 6
ProfId5US=Id. Prof. 6
ProfId6US=Id. Prof. 6
ProfId1RU=Prof ID 1 (OGRN)
-ProspectCustomer=Lead / Kunde
+ProfId3DZ=TIN – Steuer-Identifikationsnummer (EU)
+VATIntra=MWST - Nummer
+VATIntraShort=MWST - Nummer
+VATReturn=MWST Rückerstattung
CustomerCard=Kundenkarte
CustomerRelativeDiscountShort=Rabatt rel.
CustomerAbsoluteDiscountShort=Rabatt abs.
CompanyHasNoRelativeDiscount=Dieser Kunde hat standardmässig keinen relativen Rabatt
+HasRelativeDiscountFromSupplier=Dieser Lieferant gibt standardmässig %s%% Rabatt.
+HasNoRelativeDiscountFromSupplier=Du hast keinen Standardrabatt bei diesem Lieferanten.
+CompanyHasAbsoluteDiscount=Dieser Kunde hat noch Rabatt-Gutschriften über %s %s
+CompanyHasDownPaymentOrCommercialDiscount=Dieser Kunde hat noch Rabatt-Gutschriften über %s %s
+HasNoAbsoluteDiscountFromSupplier=Du hast keine Gutschriften von diesem Lieferanten übrig.
+HasAbsoluteDiscountFromSupplier=Du hast bei diesem Lieferanten noch %s %s Gutschriften (Gutscheine oder Anzahlungen) zur Verfügung.
+HasDownPaymentOrCommercialDiscountFromSupplier=Du hast bei diesem Lieferanten noch %s %s Gutschriften (kaufmännisch, Anzahlungen) zur Verfügung.
+HasCreditNoteFromSupplier=Du hast Gutscheine über %s%s von diesem Lieferanten.
+CustomerAbsoluteDiscountAllUsers=Absolute Kundenrabatte (von allen Vertretern gewährt)
+CustomerAbsoluteDiscountMy=Absolute Kundenrabatte (von dir gewährt)
+SupplierAbsoluteDiscountAllUsers=Absolute Lieferantenrabatte (von allen Vertretern angegeben)
+SupplierAbsoluteDiscountMy=Absolute Lieferantenrabatte (von dir selbst eingegeben)
+AddContact=Kontakt erstellen
+AddContactAddress=Kontakt/Adresse erstellen
ContactId=Kontakt ID
+FromContactName=Name
NoContactDefinedForThirdParty=Für diesen Geschäftspartner ist kein Kontakt eingetragen
NoContactDefined=Kein Kontakt vorhanden
AddThirdParty=Geschäftspartner erstellen
+CustomerCodeDesc=Kundennummer, eindeutig für jeden Kunden
+SupplierCodeDesc=Lieferantennummer, eindeutig für jeden Lieferanten
RequiredIfCustomer=Erforderlich falls Geschäftspartner Kunde oder Interessent ist
+RequiredIfSupplier=Erforderlich, wenn der Partner Lieferant ist
+ValidityControledByModule=Durch Modul validiert
+ListOfThirdParties=Liste der Geschäftspartner
+ShowCompany=Geschäftspartner anzeigen
ShowContact=Zeige Kontaktangaben
+ContactsAllShort=Alle (Kein Filter)
ContactForOrdersOrShipments=Bestellungs- oder Lieferkontakt
ContactForProposals=Offertskontakt
NoContactForAnyOrder=Kein Kontakt für Bestellungen
@@ -103,16 +133,58 @@ NoContactForAnyOrderOrShipments=Dieser Kontakt ist kein Kontakt für eine Bestel
NoContactForAnyProposal=Kein Kontakt für Offerte
NoContactForAnyContract=Kein Kontakt für Verträge
NoContactForAnyInvoice=Dieser Kontakt ist kein Kontakt für jegliche Rechnung
+NewContactAddress=Neuer Kontakt / Adresse
+MyContacts=Meine Kontakte
+ThisUserIsNot=Dieser Benutzer ist weder ein Lead, Kunde, noch Lieferant
+VATIntraCheckDesc=Der Link %s frägt die MWST - Nummer im Europäischen Verzeichnis (VIES) ab. Deshalb muss die MWST Nummer das Länderprefix haben.
+VATIntraCheckableOnEUSite=Innergemeinschaftliche MWST Nummer überprüfen (EU Website)
+VATIntraManualCheck=MWST - Nummer manuell überprüfen lassen: %s.
+NorProspectNorCustomer=Weder Interessent noch Kunde
+ContactPrivate=Privat
+ContactPublic=Öffentlich
OthersNotLinkedToThirdParty=Andere, nicht mit einem Geschäftspartner verknüpfte Projekte
TE_GROUP=Grossunternehmen
+TE_WHOLE=Distributor
+StatusProspect-1=Nicht kontaktieren
+StatusProspect0=Noch kein Kontaktversuch
+StatusProspect3=Erfolgreich kontaktiert
+ProspectsByStatus=Leads nach Status
+NoParentCompany=Keine Mutterfirma
ContactNotLinkedToCompany=Kontakt keinem Geschäftspartner zugeordnet
DolibarrLogin=Dolibarr Benutzername
+ExportDataset_company_1=Geschäftspartner und ihre Eigenschaften
+ExportDataset_company_2=Kontakte und deren Eigenschaften
+ImportDataset_company_1=Geschäftspartner und deren Eigenschaften
+ImportDataset_company_2=Zusätzliche Partnerkontakte und -attribute
+ImportDataset_company_3=Partner - Bankverbindungen
+ImportDataset_company_4=Partnervertreter (Weise Vertreter Partnern zu)
+PriceLevel=Preisniveau
+PriceLevelLabels=Preisniveau - Labels
ConfirmDeleteFile=Sind Sie sicher dass Sie diese Datei löschen möchten?
AllocateCommercial=Vertriebsmitarbeiter zuweisen
FiscalMonthStart=Ab Monat des Geschäftsjahres
+YouMustAssignUserMailFirst=Für E-Mail - Benachrichtigung hinterlegst du bitte zuerst eine E-Mail Adresse im Benutzerprofil.
YouMustCreateContactFirst=Sie müssen erst E-Mail-Kontakte beim Geschäftspartner anlegen, um E-Mail-Benachrichtigungen hinzufügen zu können.
+ListCustomersShort=Kundenliste
+LastModifiedThirdParties=Die letzten %s bearbeiteten Partner
+UniqueThirdParties=Anzahl Geschäftspartner
InActivity=Offen
+ActivityCeased=Inaktiv
+ThirdPartyIsClosed=Der Partner ist inaktiv.
OutstandingBillReached=Kreditlimit erreicht
+OrderMinAmount=Mindestbestellmenge
+MonkeyNumRefModelDesc=Generiere die Kundennummer im Format %syymm-nnnn und die Lieferantennummer als %syymm-nnnn. (y=Jahr; m=Monat; n=fortlaufende Zahl).
MergeOriginThirdparty=Geschäftspartner duplizieren (Geschäftspartner, den Sie löschen möchten)
MergeThirdparties=Zusammenführen von Geschäftspartnern
+ConfirmMergeThirdparties=Willst du diesen Partner wirklich mit dem aktuellen Verbinden?\nAlle verknüpften Objekte werden dabei übernommen und dann der gewählte Partner gelöscht.
+ThirdpartiesMergeSuccess=Ich habe die Partner erfolgreich zusammengeführt.
SaleRepresentativeLogin=Login des Verkaufsmitarbeiters
+SaleRepresentativeFirstname=Vorname des Vertreters
+SaleRepresentativeLastname=Nachname des Vertreters
+ErrorThirdpartiesMerge=Hoppla, da ist etwas beim Löschen des Partners schief gelaufen...\nAber ich habe die Verknüpfung Rückgängig gemacht.\nBitte prüfe die Logs.
+NewCustomerSupplierCodeProposed=Diese Nummer ist schon im Gebrauch. Wähle eine andere.
+PaymentTypeCustomer=Kundenzahlung
+PaymentTermsCustomer=Zahlungsbedingungen für Kunden
+PaymentTypeSupplier=Lieferantenzahlung
+PaymentTermsSupplier=Zahlungsbedingungen für Lieferanten
+MulticurrencyUsed=Benutze Multiwährungsfähigkeit
diff --git a/htdocs/langs/de_CH/compta.lang b/htdocs/langs/de_CH/compta.lang
index 2adacb7ff44..eecf64ff1d5 100644
--- a/htdocs/langs/de_CH/compta.lang
+++ b/htdocs/langs/de_CH/compta.lang
@@ -1,6 +1,6 @@
# Dolibarr language file - Source file is en_US - compta
FeatureIsSupportedInInOutModeOnly=Dieses Feautre ist nur in der Soll-Haben-Option verfügbar (siehe Konfiguration des Rechnungswesen-Moduls)
-PaymentsNotLinkedToInvoice=Zahlungen mit keiner Rechnung und damit auch keinem Geschäftspartner verbunden
+PaymentsNotLinkedToInvoice=Zahlungen mit keiner Rechnung und damit auch mit keinem Geschäftspartner verbunden
Balance=Bilanz
LT2SummaryES=EKSt. Übersicht
VATCollected=Erhobene MwSt.
diff --git a/htdocs/langs/de_CH/deliveries.lang b/htdocs/langs/de_CH/deliveries.lang
index 857d52bd6b2..102ee9f3a78 100644
--- a/htdocs/langs/de_CH/deliveries.lang
+++ b/htdocs/langs/de_CH/deliveries.lang
@@ -1,5 +1,16 @@
# Dolibarr language file - Source file is en_US - deliveries
-DeliveryRef=Ref. Lieferung
+DeliveryRef=Lieferungsnummer
+DeliveryCard=Lieferschein
+DeliveryOrder=Lieferauftrag
+CreateDeliveryOrder=Erzeuge Lieferschein
DeliveryStateSaved=Lieferstatus gespeichert
+ValidateDeliveryReceiptConfirm=Bist du sicher, dass du diesen Lieferschein frei geben willst?
+DeleteDeliveryReceiptConfirm=Bist du sicher, dass du den Lieferschein %s löschen willst?
+TrackingNumber=Sendungsverfolgungsnummer
+DeliveryNotValidated=Die Lieferung ist nicht freigegeben
StatusDeliveryValidated=Erhalten
+NameAndSignature=Name / Unterschrift
+Deliverer=Lieferant
+ErrorStockIsNotEnough=Der Lagerbestand ist zu klein
ShowReceiving=Lieferschein anzeigen
+NonExistentOrder=Nicht vorhandene Bestellung
diff --git a/htdocs/langs/de_CH/dict.lang b/htdocs/langs/de_CH/dict.lang
index 7bf16b52f02..027873e4cf9 100644
--- a/htdocs/langs/de_CH/dict.lang
+++ b/htdocs/langs/de_CH/dict.lang
@@ -1,6 +1,13 @@
# Dolibarr language file - Source file is en_US - dict
+CountryGB=England
CountryBY=Weissrussland
CountryHM=Heard und McDonald Inseln
+CountryKG=Kirgisien
+CountryMM=Myanmar
+CountryTC=Turks- und Caicosinseln
+CountryAE=Vereinigte Arabische Emirate
+CurrencyCentEUR=Cents
+DemandReasonTypeSRC_SRC_CUSTOMER=Einkaufskontakt
ExpCycloCat=Motorfahrrad
ExpMotoCat=Töff
ExpAuto3CV=3 PS
diff --git a/htdocs/langs/de_CH/errors.lang b/htdocs/langs/de_CH/errors.lang
index b3df9508811..6faba9c6f97 100644
--- a/htdocs/langs/de_CH/errors.lang
+++ b/htdocs/langs/de_CH/errors.lang
@@ -1,13 +1,29 @@
# Dolibarr language file - Source file is en_US - errors
+ErrorBadEMail=E-Mail%s ist nicht korrekt.
ErrorBadValueForParamNotAString=Ungültiger Wert für ihre Parameter. Das passiert normalerweise, wenn die Übersetzung fehlt.
+ErrorFailToCopyDir=Konnte das Verzeichnis '%s' nicht nach '%s' kopieren.
ErrorFailToRenameFile=Konnte die Datei '%s' nicht in '%s' umzubenennen.
+ErrorFailToMakeReplacementInto=Ich konnte die Ersetzungen nicht in die Datei '%s' schreiben...
+ErrorFailToGenerateFile=Ich konnte die Datei '%s' nicht erzeugen...
+ErrorBadThirdPartyName=Ungültige Geschäftspartner - Bezeichnung
+ErrorBadBarCodeSyntax=Falsche Syntax für den Strichcode. Vielleicht hast du eine falsche Strichcode - Art eingestellt oder eine falsche Strichcodemaske definiert?
+ErrorBarCodeRequired=Strichcode erforderlich
+ErrorBarCodeAlreadyUsed=Diesen Strichcode verwende ich bereits.
+ErrorBadSupplierCodeSyntax=Die eingegebene Lieferanten Nr. ist unzulässig.
+ErrorSupplierCodeRequired=Lieferanten-Nr. erforderlich
+ErrorSupplierCodeAlreadyUsed=Diese Lieferanten Nr. ist bereits vergeben.
ErrorBadValueForParameter=Ungültiger Wert '%s' für Parameter '%s'
+ErrorUserCannotBeDelete=Ich kann diesen Benutzer nicht löschen... Vieleicht ist er noch mit anderen Dolibarr - Objekten verknüpft?
ErrorFieldsRequired=Ein oder mehrere erforderliche Felder wurden nicht ausgefüllt-
+ErrorSubjectIsRequired=Bitte gib einen E-Mail - Betreff an.
ErrorFileSizeTooLarge=Die Grösse der gewählten Datei übersteigt den zulässigen Maximalwert.
ErrorSizeTooLongForIntType=Die Grösse überschreitet das Maximum für den Typ 'int' (%s Ziffern maximal)
ErrorSizeTooLongForVarcharType=Die Grösse überschreitet das Maximum für den Typ 'string' (%s Zeichen maximal)
ErrorNoValueForCheckBoxType=Bitte Wert für Checkbox-Liste eingeben
-ErrorModuleSetupNotComplete=Das Setup des Moduls scheint unvollständig zu sein. Führen Sie nochmal das Setup aus um das Modul zu vervollständigen.
+ErrorFieldCanNotContainSpecialNorUpperCharacters=Das Feld %s darf keine Sonderzeichen, Grossbuchstaben enthalten. Ebenfalls darf es nicht allein aus Ziffern bestehen.
+ErrorFieldMustHaveXChar=Das Feld %s muss mindestens %s Zeichen haben.
+ErrorCantSaveADoneUserWithZeroPercentage=Ereignisse können nicht mit Status "Nicht begonnen" gespeichert werden, wenn das Feld "Erledigt durch" schon ausgefüllt ist.
+ErrorPleaseTypeBankTransactionReportName=Gib hier den Bankkontoauszug im Format YYYYMM oder YYYYMMDD an, in den du diesen Eintrag eintragen willst.
ErrorProdIdAlreadyExist=%s wurde bereits einem Geschäftspartner zugewiesen
ErrorForbidden3=Es scheint keine ordnungsgemässe Authentifizierung für das System vorzuliegen. Bitte werfen Sie einen Blick auf die Systemdokumentation um die entsprechenden Authentifizierungsoptionen zu verwalten (htaccess, mod_auth oder andere...)
ErrorBadValueForCode=Unzulässiger Code-Wert. Versuchen Sie es mit einem anderen Wert erneut...
diff --git a/htdocs/langs/de_CH/interventions.lang b/htdocs/langs/de_CH/interventions.lang
index 04bf236f996..4daf054e896 100644
--- a/htdocs/langs/de_CH/interventions.lang
+++ b/htdocs/langs/de_CH/interventions.lang
@@ -4,6 +4,7 @@ Interventions=Arbeitseinsätze
InterventionCard=Einsatzkarte
NewIntervention=Neuer Einsatz
AddIntervention=Einsatz erstellen
+ChangeIntoRepeatableIntervention=Umstellen auf wiederkehrender Arbeitseinsatz
ListOfInterventions=Liste der Arbeitseinsätze
ActionsOnFicheInter=Aktionen zum Einsatz
LastInterventions=Letzte %s Einsätze
@@ -19,6 +20,8 @@ ConfirmValidateIntervention=Bist du sicher, dass du den Arbeitseinsatz %s
ConfirmModifyIntervention=Bist du sicher, dass du diesen Arbeitseinsatz ändern willst?
ConfirmDeleteInterventionLine=Bist du sicher, dass du diese Einsatzposition löschen willst?
ConfirmCloneIntervention=Bist du sicher, dass du diesen Einsatz duplizieren willst?
+NameAndSignatureOfInternalContact=Name / Unterschrift Ausführender
+NameAndSignatureOfExternalContact=Name / Unterschrift Kunde
DocumentModelStandard=Standard-Dokumentvorlage für Arbeitseinsätze
InterventionCardsAndInterventionLines=Einsatz und Einsatzpositionen
InterventionClassifyBilled=Auf "verrechnet" setzten
@@ -26,6 +29,7 @@ InterventionClassifyUnBilled=Auf "nicht verrechnet" setzen
InterventionClassifyDone=Auf "erledigt" setzen
StatusInterInvoiced=Verrechnet
SendInterventionRef=Einsatz %s einreichen
+SendInterventionByMail=Einsatz per E-Mail versenden
InterventionCreatedInDolibarr=Einsatz %s erstellt
InterventionValidatedInDolibarr=Einsatz %s freigegeben
InterventionModifiedInDolibarr=Einsatz %s geändert
@@ -43,6 +47,8 @@ UseServicesDurationOnFichinter=Benutze Servicezeiten für Arbeitseinsätze aus B
UseDurationOnFichinter=Versteckt das Feld "Dauer" auf der Einsatzkarte
UseDateWithoutHourOnFichinter=Versteckt Stunden und Minuten im Datumsfeld von Einsatzkarten
InterventionStatistics=Einsatzstatistik
+NbOfinterventions=Anzahl Einsatzkarten
+NumberOfInterventionsByMonth=Einsatzkarten pro Monat (Nach Freigabedatum)
AmountOfInteventionNotIncludedByDefault=Der Aufwand für Einsätze ist im Normalfall nicht im Profit eingerechnet. Meistens wird das über die Zeiterfassung geregelt.\nDamit die Einsatz - Aufwände im Profit sichtbar werden, fügst du Unter Einstellungen -> Weitere Einstellungen die Option 'PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT' hinzu und setzest diese auf den Wert 1
InterId=Einsatz ID
InterRef=Einsatz Ref.
diff --git a/htdocs/langs/de_CH/main.lang b/htdocs/langs/de_CH/main.lang
index 4064e5e9ec4..56b47cf155c 100644
--- a/htdocs/langs/de_CH/main.lang
+++ b/htdocs/langs/de_CH/main.lang
@@ -52,6 +52,7 @@ ErrorCantLoadUserFromDolibarrDatabase=Kann Benutzer %s nicht aus der Syst
ErrorNoSocialContributionForSellerCountry=Fehler, keine Definition für Sozialabgaben/Steuerwerte definiert für Land '%s'.
ErrorCannotAddThisParentWarehouse=Du kannst dieses Lager nicht bei sich selbst einordnen...
MaxNbOfRecordPerPage=Einträge pro Seite
+SeeHere=Schau, hier:
FileRenamed=Datei erfolgreich umbenannt
FileGenerated=Datei erfolgreich erzeugt
FileSaved=Datei erfolgreich gespeichert
@@ -131,6 +132,7 @@ AmountLT2=MwSt.-Betrag 3
PriceQtyMinHTCurrency=Mindestmengenpreis exkl. MWST
Percentage=Prozentangabe
TotalHTShort=Total exkl. MWST
+TotalHT100Short=Total 100%% (exkl.)
TotalHTShortCurrency=Total exkl. MWST in Originalwährung
TotalTTCShort=Totalbetrag (inkl. MwSt.)
TotalHT=Total exkl. Steuern
@@ -164,7 +166,6 @@ ActionRunningNotStarted=Nicht begonnen
ActionRunningShort=In Bearbeitung
LatestLinkedEvents=Die neuesten %s verknüpften Vorgänge
CompanyFoundation=Firma / Organisation
-Accountant=Berater
ContactsForCompany=Ansprechpartner/Adressen dieses Geschäftspartners
ContactsAddressesForCompany=Ansprechpartner / Adressen zu diesem Geschäftspartner
AddressesForCompany=Adressen für den Geschäftspartner
@@ -268,9 +269,15 @@ ConfirmMassDeletionQuestion=Bist du sicher, dass du diese %s Einträge löschen
ClassifyBilled=Verrechnet
ClassifyUnbilled=Auf "Nicht verrechnet" setzen
Progress=Fortschritt
+ProgressShort=Fortschr.
BackOffice=Dolibarr
ExportFilteredList=Exportiere gefilterte Positionen
ExportList=Exportiere Positionen
+IncludeDocsAlreadyExported=Beziehe bereits exportierte Dokumente mit ein
+ExportOfPiecesAlreadyExportedIsEnable=Bereits exportierte Dateien erneut exportieren ist "Ein".
+ExportOfPiecesAlreadyExportedIsDisable=Bereits exportierte Dateien erneut exportieren ist "Aus".
+AllExportedMovementsWereRecordedAsExported=Alles erfolgreich exportiert:-)
+NotAllExportedMovementsCouldBeRecordedAsExported=Nicht alles konnte korrekt exportiert werden:-(
Calendar=Kalender
GroupBy=Sortieren nach
ViewFlatList=Einfache Liste anzeigen
@@ -279,6 +286,7 @@ SomeTranslationAreUncomplete=Du siehst ungenaue Übersetzungen oder unvollständ
DirectDownloadLink=Direkter externer Downloadlink
DirectDownloadInternalLink=Direkter Downloadlink, wenn eingeloggt und die Rechte vorhanden sind.
ActualizeCurrency=Aktualisiere Währung
+ModuleBuilder=Modul und Applikationsentwicklungsumgebung
SetMultiCurrencyCode=Setze Währung
BulkActions=Stapelverarbeitungen
ClickToShowHelp=Clicke hier für Kontexthilfe.
@@ -328,3 +336,8 @@ YouAreCurrentlyInSandboxMode=Wir sind aktuell im %s "sandbox" Modus
Inventory=Inventar
AnalyticCode=Analysecode
TMenuMRP=UVP
+ShowMoreInfos=Mehr Informationen
+NoFilesUploadedYet=Bitte lade zuerst ein Dokument hoch.
+SeePrivateNote=Privatnotiz Einblenden
+PaymentInformation=Zahlungsinformationen
+ValidFrom=Gültig von
diff --git a/htdocs/langs/de_CH/members.lang b/htdocs/langs/de_CH/members.lang
index f1606b59016..f14c57540cc 100644
--- a/htdocs/langs/de_CH/members.lang
+++ b/htdocs/langs/de_CH/members.lang
@@ -19,13 +19,24 @@ MemberType=Mitgliederart
MembersTypes=Mitgliederarten
MemberStatusDraft=Entwürfe (benötigen Bestätigung)
MemberStatusDraftShort=Entwurf
+NewSubscriptionDesc=Mit diesem Formular können Sie Ihr Abonnement als neues Mitglied der Stiftung registrieren. Wenn Sie Ihr Abonnement verlängern möchten (falls Sie bereits Mitglied sind), wenden Sie sich stattdessen per E-Mail an den Stiftungsrat. %s.
Subscriptions=Abonnemente
ListOfSubscriptions=Liste der Abonnemente
NewMemberType=Neue Mitgliederart
+WelcomeEMail=Begrüssungs-E-Mail
SubscriptionRequired=Abonnement notwendig
VoteAllowed=Abstimmen erlaubt
ShowSubscription=Abonnement anzeigen
CardContent=Inhalt Ihrer Mitgliederkarte
+DescADHERENT_AUTOREGISTER_NOTIF_MAIL_SUBJECT=Betreff der Benachrichtigungs-E-Mail bei automatischer Anmeldung eines Gastes
+DescADHERENT_AUTOREGISTER_NOTIF_MAIL=Inhalt der Benachrichtigungs-E-Mail, bei automatischer Anmeldung eines Gastes
+DescADHERENT_EMAIL_TEMPLATE_AUTOREGISTER=E-Mail-Vorlage zum Senden von E-Mails an ein Mitglied bei Mitglieder-Autoabonnements
+DescADHERENT_EMAIL_TEMPLATE_MEMBER_VALIDATION=E-Mail-Vorlage zum Senden von E-Mails an ein Mitglied bei der Mitgliederüberprüfung
+DescADHERENT_EMAIL_TEMPLATE_SUBSCRIPTION=E-Mail-Vorlage zum Senden einer E-Mail an ein Mitglied bei der Aufnahme eines neuen Abonnements
+DescADHERENT_EMAIL_TEMPLATE_REMIND_EXPIRATION=E-Mail-Vorlage zum Senden einer E-Mail-Erinnerung, wenn das Abonnement abläuft
+DescADHERENT_EMAIL_TEMPLATE_CANCELATION=E-Mail-Vorlage zum Senden von E-Mails an ein Mitglied bei Kündigung der Mitgliedschaft
+DescADHERENT_MAIL_FROM=Absender E-Mail für automatische E-Mails
+ShowTypeCard=Typ anzeigen '%s'
HTPasswordExport=htpassword Datei generieren
MembersAndSubscriptions=Mitglieder und Abonnemente
SubscriptionPayment=Zahlung des Mitgliedsbeitrags
@@ -34,4 +45,6 @@ MembersStatisticsByState=Mitgliederstatistik nach Kanton
MembersStatisticsByTown=Mitgliederstatistik nach Ort
NoValidatedMemberYet=Keine verifizierten Mitglieder gefunden
LatestSubscriptionDate=Enddatum des Abonnementes
+MemberNature=Art des Mitglieds
Public=Informationen sind öffentlich
+NewMemberbyWeb=Neues Mitglied hinzugefügt. Warten auf Genehmigung
diff --git a/htdocs/langs/de_CH/orders.lang b/htdocs/langs/de_CH/orders.lang
index 586ad1cdaef..259d17f8c74 100644
--- a/htdocs/langs/de_CH/orders.lang
+++ b/htdocs/langs/de_CH/orders.lang
@@ -1,9 +1,12 @@
# Dolibarr language file - Source file is en_US - orders
OrdersArea=Kundenauftrags-Übersicht
OrderCard=Bestell-Karte
+CustomersOrders=Kundenaufträge
CancelOrder=Bestellung verwerfen
+ShowOrder=Zeige Bestellung
NoOrder=Keine Bestellung
CloseOrder=Bestellung schliessen
+OrderMode=Bestellweise
OtherOrders=Bestellungen Anderer
Error_OrderNotChecked=Keine zu verrechnenden Bestellungen ausgewählt
OrderByEMail=E-Mail
diff --git a/htdocs/langs/de_CH/other.lang b/htdocs/langs/de_CH/other.lang
index ec3c0d29495..036a386eede 100644
--- a/htdocs/langs/de_CH/other.lang
+++ b/htdocs/langs/de_CH/other.lang
@@ -1,11 +1,16 @@
# Dolibarr language file - Source file is en_US - other
NumberingShort=Nr
+ToolsDesc=Alle Werkzeuge, die nicht in anderen Menüeinträgen enthalten sind, werden hier gruppiert. Alle Werkzeuge können über das linke Menü aufgerufen werden.
Notify_COMPANY_SENTBYMAIL=Von Geschäftspartner-Karte gesendete Mails
Notify_FICHEINTER_VALIDATE=Eingriff freigegeben
Notify_FICHINTER_ADD_CONTACT=Kontakt zu Einsatz hinzugefügt
Notify_FICHINTER_SENTBYMAIL=Service per E-Mail versendet
TotalSizeOfAttachedFiles=Gesamtgrösse der angehängten Dateien/Dokumente
MaxSize=Maximalgrösse
+PredefinedMailContentContract=__(Hallo)__\n\n\n__(Mit freundlichen Grüssen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentThirdparty=__ (Hallo) __ __ (Mit freundlichen Grüssen) __ __USER_SIGNATURE__
+PredefinedMailContentContact=__ (Hallo) __ __ (Mit freundlichen Grüssen) __ __USER_SIGNATURE__
+PredefinedMailContentUser=__ (Hallo) __ __ (Mit freundlichen Grüssen) __ __USER_SIGNATURE__
ChooseYourDemoProfil=Bitte wählen Sie das Demo-Profil das Ihrem Einsatzgebiet am ehesten entspricht
ModifiedById=Letzte Änderung durch User
ModifiedByLogin=Letzte Änderung durch Userlogin
diff --git a/htdocs/langs/de_CH/paybox.lang b/htdocs/langs/de_CH/paybox.lang
index 5106ba52404..d6f6464804c 100644
--- a/htdocs/langs/de_CH/paybox.lang
+++ b/htdocs/langs/de_CH/paybox.lang
@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - paybox
ThisIsInformationOnPayment=Informationen zu der vorzunehmenden Zahlunge
-YourPaymentHasBeenRecorded=Hiermit Bestätigen wir die Zahlung ausgeführt wurde. Vielen Dank.
+YourPaymentHasBeenRecorded=Diese Seite bestätigt, dass Ihre Zahlung erfasst wurde. Vielen Dank.
PAYBOX_CGI_URL_V2=Url für das Paybox Zahlungsmodul "CGI Modul"
VendorName=Name des Anbieters
diff --git a/htdocs/langs/de_CH/printing.lang b/htdocs/langs/de_CH/printing.lang
index d8736396f5c..6ef248bee04 100644
--- a/htdocs/langs/de_CH/printing.lang
+++ b/htdocs/langs/de_CH/printing.lang
@@ -1,6 +1,7 @@
# Dolibarr language file - Source file is en_US - printing
Module64000Desc=Direktdrucksystem aktivieren
PrintingSetup=Direktdrucksystem einrichten
+PrintingDesc=Dieses Modul kann Dokumente direkt an einen Drucker schicken. Der Druckbutton erscheint in entsprechenden Modulen.
MenuDirectPrinting=Direktdruck - Jobs
PrintingDriverDesc=Konfigurationsvariablen für den Druckertreiber.
FileWasSentToPrinter=Die Datei %s wurde an den Drucker gesendet
@@ -9,8 +10,10 @@ NoActivePrintingModuleFound=Ich habe keinen Druckertreiber gefunden. Bitte kontr
PleaseSelectaDriverfromList=Wähle einen Treiber aus der Liste.
PleaseConfigureDriverfromList=Richte den gewählten Druckertreiber ein.
PRINTGCP_INFO=Google OAuth Schnittstelle einrichten
+PrintGCPDesc=Dieser Treiber schickt Dokumente via Google Cloud Print an einen Drucker.
GCP_OwnerName=Besitzer
GCP_connectionStatus=On- oder Offline?
+PrintIPPDesc=Dieser Treiber schickt Dokumente direkt an einen CUPS - Drucker in einer Linuxumgebung.
PRINTIPP_USER=Benutzer
NoDefaultPrinterDefined=Du hast keinen Standarddrucker defininert.
DefaultPrinter=Standarddrucker
@@ -20,6 +23,7 @@ IPP_State_reason1=Statusgrund1
IPP_BW=schwarz / weiss
IPP_Media=Druckmedium
DirectPrintingJobsDesc=Hier siehst du die laufenden Druckjobs aller verfügbaren Drucker.
+GoogleAuthNotConfigured=Google OAuth ist nicht konfiguriert. Aktiviere das Modul OAuth und trage dort Google ID / Secret ein.
GoogleAuthConfigured=Die Google OAuth - Zugangsdaten sind im Modul OAuth eingetragen.
PrintingDriverDescprintgcp=Konfigurationsvariablen für Google Cloud Print.
PrintingDriverDescprintipp=Cups Driver - Konfigurationsvariablen
diff --git a/htdocs/langs/de_CH/propal.lang b/htdocs/langs/de_CH/propal.lang
index 7d3aff55e84..a663ec20a9e 100644
--- a/htdocs/langs/de_CH/propal.lang
+++ b/htdocs/langs/de_CH/propal.lang
@@ -1,10 +1,14 @@
# Dolibarr language file - Source file is en_US - propal
+ProposalsOpened=Offene Angebote
ProposalCard=Angebotskarte
+NewPropal=Neues Angebot
Prospect=Lead
LastPropals=%s neueste Angebote
ProposalsStatistics=Angebote Statistiken
PropalsOpened=Offen
+PropalStatusSigned=Unterzeichnet (ist zu verrechnen)
PropalsToClose=Zu schliessende Angebote
+ListOfProposals=Liste der Angebote
DefaultProposalDurationValidity=Standardmässige Gültigkeitsdatuer (Tage)
AvailabilityPeriod=Verfügbarkeitszeitraum
SetAvailability=Verfügbarkeitszeitraum definieren
diff --git a/htdocs/langs/de_CH/supplier_proposal.lang b/htdocs/langs/de_CH/supplier_proposal.lang
index 5a7c27d79e2..f1b50555dd7 100644
--- a/htdocs/langs/de_CH/supplier_proposal.lang
+++ b/htdocs/langs/de_CH/supplier_proposal.lang
@@ -1,24 +1,40 @@
# Dolibarr language file - Source file is en_US - supplier_proposal
-supplier_proposalDESC=Preisanfragen Lieferant verwalten
+SupplierProposal=Lieferantenofferten
+supplier_proposalDESC=Preisanfragen an Lieferanten verwalten
SupplierProposalNew=Neue Preisanfrage
CommRequest=Generelle Preisanfrage
CommRequests=Generelle Preisanfragen
SearchRequest=Anfragen finden
DraftRequests=Entwürfe Preisanfragen
+SupplierProposalsDraft=Lieferanten - Richtofferten
+LastModifiedRequests=Die letzten %s geänderten Offertanfragen
RequestsOpened=Offene Preisanfragen
+SupplierProposalArea=Lieferantenangebote
+SupplierProposalShort=Lieferantenangebote
NewAskPrice=Neue Preisanfrage
ShowSupplierProposal=Preisanfrage zeigen
+SupplierProposalRefFourn=Lieferantennummer
SupplierProposalRefFournNotice=Bevor die Preisanfrage mit "Angenommen" abgeschlossen wird, sollten Referenzen zum Lieferant eingeholt werden.
+ConfirmValidateAsk=Willst du diese Offertanfrage unter dem Namen %s bestätigen?
ValidateAsk=Anfrage bestätigen
SupplierProposalStatusDraft=Entwürfe (benötigen Bestätigung)
SupplierProposalStatusSigned=Akzeptiert
+SupplierProposalStatusValidatedShort=Bestätigt
SupplierProposalStatusSignedShort=Akzeptiert
CopyAskFrom=Neue Preisanfrage erstellen (Kopie einer bestehenden Anfrage)
CreateEmptyAsk=Leere Anfrage erstellen
+ConfirmCloneAsk=Willst du die Offertanfrage %s duplizieren?
+ConfirmReOpenAsk=Willst du diese Preisanfrage %s wiedereröffnen?
SendAskByMail=Preisanfrage mit E-Mail versenden
SendAskRef=Preisanfrage %s versenden
SupplierProposalCard=Anfragekarte
+ConfirmDeleteAsk=Willst du diese Preisanfrage %s löschen?
DocModelAuroreDescription=Eine vollständige Preisanfrage-Vorlage (Logo...)
DefaultModelSupplierProposalCreate=Standardvorlage erstellen
DefaultModelSupplierProposalToBill=Standardvorlage beim Abschluss einer Preisanfrage (angenommen)
DefaultModelSupplierProposalClosed=Standardvorlage beim Abschluss einer Preisanfrage (zurückgewiesen)
+ListOfSupplierProposals=Liste der Offertanfragen an Lieferanten
+ListSupplierProposalsAssociatedProject=Liste der Lieferantenofferten, die mit diesem Projekt verknüpft sind
+SupplierProposalsToClose=Zu schliessende Lieferantenangebote
+SupplierProposalsToProcess=Zu verarbeitende Lieferantenofferten
+LastSupplierProposals=Die letzten %s Offertanfragen
diff --git a/htdocs/langs/de_CH/ticket.lang b/htdocs/langs/de_CH/ticket.lang
index 93e412de5eb..9a55f674e15 100644
--- a/htdocs/langs/de_CH/ticket.lang
+++ b/htdocs/langs/de_CH/ticket.lang
@@ -1,4 +1,5 @@
# Dolibarr language file - Source file is en_US - ticket
+TypeContact_ticket_external_SUPPORTCLI=Kundenkontakt / Störfallverfolgung
NotRead=Ungelesen
InProgress=In Bearbeitung
Category=Analysecode
diff --git a/htdocs/langs/de_CH/users.lang b/htdocs/langs/de_CH/users.lang
index 174caca5cdd..22967220db0 100644
--- a/htdocs/langs/de_CH/users.lang
+++ b/htdocs/langs/de_CH/users.lang
@@ -23,8 +23,8 @@ ExportDataset_user_1=Benutzer und Eigenschaften
CreateInternalUserDesc=Hier kannst du interne Benutzer erzeugen.\nExterne Benutzer erzeugst du in den Kontakten deiner Partner.
InternalExternalDesc=Ein interner Benutzer gehört zu deiner Firma.\nExterne User sind Partner, die Zugriff auf das System erhalten.\nSo oder wird die Reichweite mit Benutzerberechtigungen gesteuert. Man kann internen und externen Benutzern auch verschiedene Ansichten und Menus zuweisen.
PermissionInheritedFromAGroup=Berechtigung durch eine Gruppenzugehörigkeit gererbt.
-UserWillBeInternalUser=Erstellter Benutzer ist intern (mit keinem bestimmten Geschäftspartner verknüpft)
-UserWillBeExternalUser=Erstellter Benutzer ist extern (mit einem bestimmten Geschäftspartner verknüpft)
+UserWillBeInternalUser=Erstellter Benutzer ist ein intern Benutzer (da mit keinem bestimmten Geschäftspartner verknüpft)
+UserWillBeExternalUser=Erstellter Benutzer ist ein externer Benutzer (da mit einem bestimmten Geschäftspartner verknüpft)
ConfirmCreateContact=Willst du wirklich ein Benutzerkonto für diesen Kontakt erstellen?
ConfirmCreateLogin=Willst du wirklich ein Benutzerkonto für dieses Mitglied erstellen?
ConfirmCreateThirdParty=Willst du wirklich für dieses Mitglied einen Partner erzeugen?
@@ -37,3 +37,4 @@ DisabledInMonoUserMode=Im Wartungsmodus deaktiviert
UserAccountancyCode=Buchhaltungskonto zum Benutzer
DateEmployment=Datum der Anstellung
DateEmploymentEnd=Datum des Austrittes
+CantDisableYourself=Du kannst dein eigenes Benutzerkonto nicht löschen.
diff --git a/htdocs/langs/de_CH/website.lang b/htdocs/langs/de_CH/website.lang
index 82ca7baa8f4..c01a50b4b9f 100644
--- a/htdocs/langs/de_CH/website.lang
+++ b/htdocs/langs/de_CH/website.lang
@@ -4,3 +4,4 @@ WEBSITE_CSS_URL=URL zu externer CSS Datei
ViewSiteInNewTab=Webauftritt in neuem Tab anzeigen
SetAsHomePage=Als Startseite definieren
WebsiteAccounts=Webseitenkonten
+BackToListOfThirdParty=Zurück zur Liste für Partner
diff --git a/htdocs/langs/de_CH/withdrawals.lang b/htdocs/langs/de_CH/withdrawals.lang
index 707c89ca841..de458cca1cc 100644
--- a/htdocs/langs/de_CH/withdrawals.lang
+++ b/htdocs/langs/de_CH/withdrawals.lang
@@ -1,3 +1,2 @@
# Dolibarr language file - Source file is en_US - withdrawals
-ThirdPartyBankCode=BLZ Geschäftspartner
WithdrawalRefusedConfirm=Möchten Sie wirklich eine Abbuchungsablehnung zu diesem Geschäftspartner erstellen?
diff --git a/htdocs/langs/de_DE/accountancy.lang b/htdocs/langs/de_DE/accountancy.lang
index f9e9e1e9380..0ca2eb50e9a 100644
--- a/htdocs/langs/de_DE/accountancy.lang
+++ b/htdocs/langs/de_DE/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Buchhaltungskonten in Wartestellung
DONATION_ACCOUNTINGACCOUNT=Buchhaltungskonto für die Buchung von Spenden
@@ -264,7 +265,7 @@ AccountingJournals=Buchhaltungsjournale
AccountingJournal=Buchhaltungsjournal
NewAccountingJournal=Neues Buchhaltungsjournal
ShowAccoutingJournal=Buchhaltungsjournal anzeigen
-Nature=Art
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Verschiedene Aktionen
AccountingJournalType2=Verkauf
AccountingJournalType3=Einkauf
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Konfigurierbarer CSV Export
Modelcsv_FEC=Export FEC
@@ -300,11 +302,11 @@ ChartofaccountsId=Kontenplan ID
InitAccountancy=Rechnungswesen initialisieren
InitAccountancyDesc=Auf dieser Seite kann ein Sachkonto für Artikel und Dienstleistungen vorgegeben werden, wenn noch kein Buchhaltungs-Konto für Ein- und Verkäufe definiert ist.
DefaultBindingDesc=Diese Seite kann verwendet werden, um ein Standardkonto festzulegen, das für die Verknüpfung von Transaktionsdatensätzen zu Lohnzahlungen, Spenden, Steuern und Mwst. verwendet werden soll, wenn kein bestimmtes Konto angegeben wurde.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Optionen
-OptionModeProductSell=Modus Verkauf
-OptionModeProductSellIntra=Mode sales exported in EEC
-OptionModeProductSellExport=Mode sales exported in other countries
+OptionModeProductSell=Modus Verkäufe Inland
+OptionModeProductSellIntra=Modus Verkäufe in EU/EWG
+OptionModeProductSellExport=Modus Verkäufe Export (ausserhalb EU/EWG)
OptionModeProductBuy=Modus Einkäufe
OptionModeProductSellDesc=Alle Artikel mit Sachkonten für Vertrieb anzeigen
OptionModeProductSellIntraDesc=Show all products with accounting account for sales in EEC.
@@ -317,9 +319,9 @@ WithoutValidAccount=Mit keinem gültigen dedizierten Konto
WithValidAccount=Mit gültigen dedizierten Konto
ValueNotIntoChartOfAccount=Dieser Wert für das Buchhaltungs-Konto existiert nicht im Kontenplan
AccountRemovedFromGroup=Account removed from group
-SaleLocal=Local sale
-SaleExport=Export sale
-SaleEEC=Sale in EEC
+SaleLocal=Verkauf Inland
+SaleExport=Verkauf Export (ausserhalb EWG)
+SaleEEC=Verkauf in EU/EWG
## Dictionary
Range=Bereich von Sachkonten
diff --git a/htdocs/langs/de_DE/admin.lang b/htdocs/langs/de_DE/admin.lang
index 7006ed146e8..d6292945470 100644
--- a/htdocs/langs/de_DE/admin.lang
+++ b/htdocs/langs/de_DE/admin.lang
@@ -149,7 +149,7 @@ SystemToolsAreaDesc=In diesem Bereich finden Sie die Verwaltungsfunktionen. Verw
Purge=Bereinigen
PurgeAreaDesc=Auf dieser Seite können Sie alle von Dolibarr erzeugten oder gespeicherten Dateien (temporäre Dateien oder alle Dateien im Verzeichnis %s ) löschen. Die Verwendung dieser Funktion ist in der Regel nicht erforderlich. Es wird als Workaround für Benutzer bereitgestellt, deren Dolibarr von einem Anbieter gehostet wird, der keine Berechtigungen zum löschen von Dateien anbietet, die vom Webserver erzeugt wurden.
PurgeDeleteLogFile=Löschen der Protokolldateien, einschließlich %s, die für das Syslog-Modul definiert wurden (kein Risiko Daten zu verlieren)
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=Löschen Sie alle temporären Dateien (kein Datenverlustrisiko). Hinweis: Das Löschen erfolgt nur, wenn das temporäre Verzeichnis vor über 24 Stunden erstellt wurde.
PurgeDeleteTemporaryFilesShort=temporäre Dateien löschen
PurgeDeleteAllFilesInDocumentsDir=Alle Dateien im Verzeichnis: %s löschen: Dadurch werden alle erzeugten Dokumente löschen, die sich auf verknüpfte (Dritte, Rechnungen usw....), Dateien, die in das ECM Modul hochgeladen wurden, Datenbank, Backup, Dumps und temporäre Dateien beziehen.
PurgeRunNow=Jetzt bereinigen
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Kontrollkästchen / Dropdownliste aus DB-Tabelle (meh
ExtrafieldLink=Verknüpftes Objekt
ComputedFormula=Berechnetes Feld
ComputedFormulaDesc=Sie können hier eine Formel eingeben, indem Sie andere Eigenschaften des Objekts oder eine beliebige PHP-Codierung verwenden, um einen dynamisch berechneten Wert zu erhalten. Sie können alle PHP-kompatiblen Formeln verwenden, einschließlich des "?" Bedingungsoperator und folgendes globales Objekt: $ db, $ conf, $ langs, $ mysoc, $ user, $ object . WARNUNG : Möglicherweise sind nur einige Eigenschaften von $ object verfügbar. Wenn Sie Eigenschaften benötigen, die nicht geladen sind, holen Sie sich das Objekt wie im zweiten Beispiel in Ihre Formel. Wenn Sie ein berechnetes Feld verwenden, können Sie keinen Wert von der Schnittstelle eingeben. Wenn ein Syntaxfehler vorliegt, gibt die Formel möglicherweise auch nichts zurück.
Beispiel der Formel: $ object-> id <10? round ($ object-> id / 2, 2): ($ object-> id + 2 * $ user-> id) * (int) substr ($ mysoc-> zip, 1, 2)
Beispiel zum erneuten Laden eines Objekts (($ reloadedobj = new Societe ($ db)) && ($ reloadedobj-> fetch ($ obj-> id? $ obj-> id: ($ obj-> rowid? $ obj-> rowid: $ object-> id ))> 0))? $ reloadedobj-> array_options ['options_extrafieldkey'] * $ reloadedobj-> capital / 5: '-1'
Ein weiteres Beispiel für eine Formel zum Erzwingen des Ladens eines Objekts und seines übergeordneten Objekts: (($ reloadedobj = neue Aufgabe ($ db)) && ($ reloadedobj-> Abrufen ($ object-> id)> 0) && ($ secondloadedobj = neues Projekt ($ db)) && ($ secondloadedobj-> Abrufen ($ reloadedobj-> fk_project)> 0))? $ secondloadedobj-> ref: 'Übergeordnetes Projekt nicht gefunden'
+Computedpersistent=Speichere berechnetes Feld
+ComputedpersistentDesc=Berechnete Extrafelder werden in der Datenbank gespeichert, dennoch wird ihr Wert nur dann neu berechnet wenn sich das Objekt zu diesem Feld ändert. Falls das berechnete Feld von anderen Objekten oder globalen Daten abhängt, kann sein Wert falsch sein!
ExtrafieldParamHelpPassword=Wenn Sie dieses Feld leer lassen, wird dieser Wert unverschlüsselt gespeichert (das Feld darf nur mit einem Stern auf dem Bildschirm ausgeblendet werden). Stellen Sie 'auto'; ein, um die Standardverschlüsselungsregel zum Speichern des Kennworts in der Datenbank zu verwenden (dann ist der gelesene Wert nur der Hash, keine Möglichkeit, den ursprünglichen Wert abzurufen).
ExtrafieldParamHelpselect=Die Liste der Werte muss aus Zeilen mit dem Format Schlüssel, Wert bestehen (wobei Schlüssel nicht '0' sein darf)
zum Beispiel: 1, value1 2, value2 Code3, Wert3 ...
Damit die Liste von einer anderen ergänzenden Attributliste abhängt: 1, value1 | options_ parent_list_code : parent_key 2, value2 | options_ parent_list_code : parent_key
Um die Liste von einer anderen Liste abhängig zu machen: 1, value1 | parent_list_code : parent_key 2, value2 | parent_list_code : parent_key
ExtrafieldParamHelpcheckbox=Die Liste der Werte muss aus Zeilen mit dem Format Schlüssel, Wert bestehen (wobei Schlüssel nicht '0' sein darf)
zum Beispiel: 1, value1 2, value2 3, value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=Die Liste der Werte muss aus Zeilen mit dem Format Schl
ExtrafieldParamHelpsellist=Die Liste der Werte stammt aus einer Tabelle Syntax: table_name: label_field: id_field :: filter Beispiel: c_typent: libelle: id :: filter
- idfilter ist notwendigerweise ein primärer int-Schlüssel - Filter kann ein einfacher Test sein (z. B. aktiv = 1), um nur den aktiven Wert anzuzeigen Sie können $ ID $ auch in Filtern verwenden, bei denen es sich um die aktuelle ID des aktuellen Objekts handelt Verwenden Sie $ SEL $, um ein SELECT im Filter durchzuführen Wenn Sie nach Extrafeldern filtern möchten, verwenden Sie die Syntax extra.fieldcode = ... (wobei field code der Code des Extrafelds ist)
Damit die Liste von einer anderen ergänzenden Attributliste abhängt: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
Um die Liste von einer anderen Liste abhängig zu machen: c_typent: libelle: id: parent_list_code | parent_column: filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Bibliothek zum Erstellen von PDF-Dateien
LocalTaxDesc=Einige Länder erheben möglicherweise zwei oder drei Steuern auf jede Rechnungsposition. Wenn dies der Fall ist, wählen Sie den Typ für die zweite und dritte Steuer und ihren Steuersatz. Mögliche Typen sind: 1: auf Produkte und Dienstleistungen ohne Mehrwertsteuer wird eine örtliche Steuer erhoben (die örtliche Steuer wird auf den Betrag ohne Mehrwertsteuer berechnet) 2: Für Produkte und Dienstleistungen einschließlich Mehrwertsteuer wird eine lokale Steuer erhoben (die lokale Steuer wird auf den Betrag + die Hauptsteuer berechnet). 3: auf Produkte ohne Mehrwertsteuer wird eine lokale Steuer erhoben (die lokale Steuer wird auf den Betrag ohne Mehrwertsteuer berechnet) 4: Für Produkte einschließlich Mehrwertsteuer wird eine lokale Steuer erhoben (die Mehrwertsteuer wird auf den Betrag + die Haupt-Mehrwertsteuer berechnet). 5: auf Dienstleistungen ohne Mehrwertsteuer wird eine lokale Steuer erhoben (die lokale Steuer wird auf den Betrag ohne Mehrwertsteuer berechnet) 6: Für Dienstleistungen einschließlich Mehrwertsteuer wird eine lokale Steuer erhoben (die lokale Steuer wird auf den Betrag und die Steuer berechnet).
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Löhne
Module510Desc=Erfassen und Verfolgen von Mitarbeiterzahlungen
Module520Name=Kredite / Darlehen
Module520Desc=Verwaltung von Darlehen
-Module600Name=Benachrichtigungen
+Module600Name=Notifications on business event
Module600Desc=E-Mail-Benachrichtigungen senden, die durch ein Geschäftsereignis ausgelöst werden: pro Benutzer (Einrichtung definiert für jeden Benutzer), pro Drittanbieter-Kontakte (Einrichtung definiert für jeden Drittanbieter) oder durch bestimmte E-Mails.
Module600Long=Beachten Sie, dass dieses Modul E-Mails in Echtzeit sendet, wenn ein bestimmtes Geschäftsereignis stattfindet. Wenn Sie nach einer Funktion zum Senden von e-Mail-Erinnerungen für Agenda-Ereignisse suchen, gehen Sie in die Einrichtung den dem Modul Agenda.
Module610Name=Produktvarianten
@@ -624,13 +627,13 @@ Module20000Desc=Verwalten (erstellen, ablehnen, genehmigen) Sie die Urlaubsantr
Module39000Name=Chargen- und Seriennummernverwaltung
Module39000Desc=Verwaltung von Chargen- und Seriennummern sowie von Haltbarkeits- und Verkaufslimitdatum
Module40000Name=Mehrere Währungen
-Module40000Desc=Use alternative currencies in prices and documents
+Module40000Desc=Nutze alternative Währungen bei Preisen und in Dokumenten
Module50000Name=PayBox
Module50000Desc=Bieten Sie Ihren Kunden Onlinezahlungen via PayBox an (Kredit- / Debitkarten). Dies kann verwendet werden, um Ihren Kunden Ad-hoc-Zahlungen oder Zahlungen in Bezug auf ein bestimmtes Dolibarr-Objekt (Rechnung, Bestellung usw.) zu ermöglichen.
Module50100Name=einfaches POS-Kassensystem
Module50100Desc=einfaches POS Kassenmodul (Simple POS)
Module50150Name=Kassensystem TakePOS
-Module50150Desc=Point of Sale module TakePOS (touchscreen POS).
+Module50150Desc=Kassenterminal "TakePOS" (Kassenteminal mit Touchscreen)
Module50200Name=PayPal
Module50200Desc=Bieten Sie Kunden eine PayPal-Online-Zahlungsseite (PayPal-Konto oder Kredit- / Debitkarten). Dies kann verwendet werden, um Ihren Kunden Ad-hoc-Zahlungen oder Zahlungen in Bezug auf ein bestimmtes Dolibarr-Objekt (Rechnung, Bestellung usw.) zu ermöglichen.
Module50300Name=Stripe
@@ -668,7 +671,7 @@ Permission32=Produkte/Leistungen erstellen/bearbeiten
Permission34=Produkte/Leistungen löschen
Permission36=Projekte/Leistungen exportieren
Permission38=Produkte exportieren
-Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
+Permission41=Lesen Sie Projekte und Aufgaben (gemeinsames Projekt und Projekte, für die ich Kontakt habe). Kann auch die für mich oder meine Hierarchie verbrauchte Zeit für zugewiesene Aufgaben eingeben (Arbeitszeittabelle)
Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
Permission44=Projekte löschen (gemeinsame Projekte und Projekte, in denen ich Ansprechpartner bin)
Permission45=Projekte exportieren
@@ -719,7 +722,7 @@ Permission147=Statistiken einsehen
Permission151=Bestellung mit Zahlart Lastschrift
Permission152=Lastschriftaufträge erstellen/bearbeiten
Permission153=Bestellungen mit Zahlart Lastschrift übertragen
-Permission154=Record Credits/Rejections of direct debit payment orders
+Permission154=Gutschriften / Ablehnungen von Lastschrift-Zahlungsaufträgen erfassen
Permission161=Verträge/Abonnements einsehen
Permission162=Verträge/Abonnements erstellen/bearbeiten
Permission163=Service/Abonnement in einem Vertrag aktivieren
@@ -804,7 +807,7 @@ Permission401=Rabatte anzeigen
Permission402=Rabatte erstellen/bearbeiten
Permission403=Rabatte freigeben
Permission404=Rabatte löschen
-Permission430=Use Debug Bar
+Permission430=Debug Bar nutzen
Permission511=Read payments of salaries
Permission512=Lohnzahlungen anlegen / ändern
Permission514=Delete payments of salaries
@@ -819,9 +822,9 @@ Permission532=Leistungen erstellen/bearbeiten
Permission534=Leistungen löschen
Permission536=Versteckte Leistungen einsehen/verwalten
Permission538=Leistungen exportieren
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Spenden anzeigen
Permission702=Spenden erstellen/bearbeiten
Permission703=Spenden löschen
@@ -852,7 +855,7 @@ Permission1182=Lieferantenbestellungen anzeigen
Permission1183=Lieferantenbestellungen erstellen/bearbeiten
Permission1184=Lieferantenbestellungen freigeben
Permission1185=Lieferantenbestellungen bestätigen/genehmigen
-Permission1186=Order purchase orders
+Permission1186=Lieferantenbestellungen übermitteln
Permission1187=Acknowledge receipt of purchase orders
Permission1188=Delete purchase orders
Permission1190=Approve (second approval) purchase orders
@@ -883,10 +886,10 @@ Permission2515=Dokumentverzeichnisse verwalten
Permission2801=FTP-Client im Lesemodus nutzen (nur ansehen und herunterladen)
Permission2802=FTP-Client im Schreibmodus nutzen (Dateien löschen oder hochladen)
Permission3200=Read archived events and fingerprints
-Permission4001=See employees
-Permission4002=Create employees
-Permission4003=Delete employees
-Permission4004=Export employees
+Permission4001=Mitarbeiter anzeigen
+Permission4002=Mitarbeiter erstellen
+Permission4003=Mitarbeiter löschen
+Permission4004=Mitarbeiter exportieren
Permission10001=Read website content
Permission10002=Create/modify website content (html and javascript content)
Permission10003=Create/modify website content (dynamic php code). Dangerous, must be reserved to restricted developers.
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1134,7 +1137,7 @@ MAIN_MAX_DECIMALS_TOT=Maximale Anzahl an Dezimalstellen für Gesamtsummen
MAIN_MAX_DECIMALS_SHOWN=Maximal auf dem Bildschirm angezeigte Anzahl an Dezimalstellen für Preise (Fügen Sie ... nach dieser Nummer ein, wenn Sie ... sehen wollen, falls ein Bildschirmpreis abgeschnitten wurde.
MAIN_ROUNDING_RULE_TOT=Step of rounding range (for countries where rounding is done on something other than base 10. For example, put 0.05 if rounding is done by 0.05 steps)
UnitPriceOfProduct=Nettostückpreis
-TotalPriceAfterRounding=Total price (excl/vat/incl tax) after rounding
+TotalPriceAfterRounding=Gesamtpreis (Netto/USt./Brutto) gerundet
ParameterActiveForNextInputOnly=Die Einstellungen werden erst bei der nächsten Eingabe wirksam
NoEventOrNoAuditSetup=No security event has been logged. This is normal if Audit has not been enabled in the "Setup - Security - Events" page.
NoEventFoundWithCriteria=No security event has been found for this search criteria.
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Ergänzende Attribute (Bestellungen)
ExtraFieldsSupplierInvoices=Ergänzende Attribute (Rechnungen)
ExtraFieldsProject=Ergänzende Attribute (Projekte)
ExtraFieldsProjectTask=Ergänzende Attribute (Aufgaben)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribut %s hat einen falschen Wert.
AlphaNumOnlyLowerCharsAndNoSpace=nur Kleinbuchstaben und Zahlen, keine Leerzeichen
SendmailOptionNotComplete=Achtung: Auf einigen Linux-Systemen muss die Einrichtung von sendmail die Option -ba ethalten, um E-Mail versenden zu können (Parameter mail.force_extra_parameters in der php.ini-Datei). Wenn einige Empfänger niemals E-Mails erhalten, verändern Sie den PHP Parameter folgendermaßen mail.force_extra_parameters =-ba.
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Sitzungsspeicher durch Suhosin verschlüsselt
ConditionIsCurrently=Einstellung ist aktuell %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=Sie verwenden Treiber %s, aber es wird der Treiber %s empfohlen.
-NbOfProductIsLowerThanNoPb=Sie haben nur %s Produkte/Leistungen in der Datenbank. Daher ist keine Optimierung erforderlich.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Such Optimierung
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Sie verwenden %s als Webbrowser. Dieser ist hinsichtlich Sicherheit und Leistung ausreichend.
BrowserIsKO=Sie verwenden %s als Webbrowser. Dieser ist bekanntlich eine schlechte Wahl wenn es um Sicherheit, Leistung und Zuverlässigkeit geht. Wir empfehlen Firefox, Chrome, Opera oder Safari zu benutzen.
-XDebugInstalled=XDebug installiert.
-XCacheInstalled=XCache installiert.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Einrichtung vom Modul Spesenabrechnungen - Regeln
ExpenseReportNumberingModules=Modul zur Nummerierung von Spesenabrechnungen
NoModueToManageStockIncrease=Kein Modul zur automatische Bestandserhöhung ist aktiviert. Lager Bestandserhöhung kann nur durch manuelle Eingabe erfolgen.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Liste der Benachrichtigungen nach Benutzer*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=Liste von ausbesserten Benachrichtigungen
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Gehen Sie auf die Registerkarte "Hinweise" eines Benutzers, um Benachrichtigungen für Benutzer zu erstellen/entfernen
GoOntoContactCardToAddMore=Gehen Sie auf die Registerkarte "Hinweise" des Partners, um Hinweise für Kontakte/Adressen zu erstellen oder zu entfernen
Threshold=Schwellenwert
@@ -1831,7 +1836,7 @@ TypeCdr=Use "None" if the date of payment term is date of invoice plus a delta i
BaseCurrency=Unternehmen-Basiswährung (Kann in den Einsttelungen unter Unternehmen verändert werden)
WarningNoteModuleInvoiceForFrenchLaw=Dieses Modul %s erfüllt die Französische Gesetzgebung (Loi Finance 2016).
WarningNoteModulePOSForFrenchLaw=Modul %s entspricht der französischen Gesetzgebung (Loi Finance 2016), weil das Modul "Unveränderbare Logs" automatisch aktiviert wird.
-WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
+WarningInstallationMayBecomeNotCompliantWithLaw=Sie versuchen, das externe Modul %s zu installieren. Mit der Aktivierung eines externen Moduls vertrauen Sie dem Herausgeber des Moduls und Sie sind sich sicher, dass Ihr System weiterhin die Gesetze Ihres Landes (%s) erfüllt. Falls das Modul Funktionalität bietet, die in Ihrem Land nicht erlaubt sind dann setzen Sie damit illegale Software ein und sind dafür voll verantwortlich.
MAIN_PDF_MARGIN_LEFT=Linker Rand im PDF
MAIN_PDF_MARGIN_RIGHT=Rechter Rand im PDF
MAIN_PDF_MARGIN_TOP=Oberer Rand im PDF
@@ -1851,31 +1856,31 @@ ChartLoaded=Chart of account loaded
SocialNetworkSetup=Einstellungen vom Modul für Soziale Medien
EnableFeatureFor=Aktiviere Features für %s
VATIsUsedIsOff=Note: The option to use Sales Tax or VAT has been set to Off in the menu %s - %s, so Sales tax or Vat used will always be 0 for sales.
-SwapSenderAndRecipientOnPDF=Swap sender and recipient address position on PDF documents
-FeatureSupportedOnTextFieldsOnly=Warning, feature supported on text fields only. Also an URL parameter action=create or action=edit must be set OR page name must end with 'new.php' to trigger this feature.
-EmailCollector=Email collector
+SwapSenderAndRecipientOnPDF=Tausche Position der Absender- und Empfängeradresse in PDF-Dokumenten
+FeatureSupportedOnTextFieldsOnly=Warnung: Diese Funktion unterstützt nur Textfelder. Außerdem muss der URL-Parameter action=create oder action=edit gesetzt werden ODER der Seitenname muss mit 'new.php' enden, damit diese Funktion ausgelöst wird.
+EmailCollector=eMail-Collector
EmailCollectorDescription=Add a scheduled job and a setup page to scan regularly email boxes (using IMAP protocol) and record emails received into your application, at the right place and/or create some records automatically (like leads).
-NewEmailCollector=New Email Collector
-EMailHost=Host of email IMAP server
-MailboxSourceDirectory=Mailbox source directory
-MailboxTargetDirectory=Mailbox target directory
-EmailcollectorOperations=Operations to do by collector
-MaxEmailCollectPerCollect=Max number of emails collected per collect
+NewEmailCollector=Neuer eMail-Colletor
+EMailHost=Hostname des IMAP-Servers
+MailboxSourceDirectory=Quellverzechnis des eMail-Kontos
+MailboxTargetDirectory=Zielverzechnis des eMail-Kontos
+EmailcollectorOperations=Aktivitäten, die der eMail-Collector ausführen soll
+MaxEmailCollectPerCollect=Maximale Anzahl an einzusammelnden eMails je Collect-Vorgang
CollectNow=Jetzt abrufen
-ConfirmCloneEmailCollector=Are you sure you want to clone the Email collector %s ?
-DateLastCollectResult=Date latest collect tried
-DateLastcollectResultOk=Date latest collect successfull
-LastResult=Latest result
-EmailCollectorConfirmCollectTitle=Email collect confirmation
-EmailCollectorConfirmCollect=Do you want to run the collection for this collector now ?
+ConfirmCloneEmailCollector=Sind Sie sicher, dass Sie den eMail-Collektor %s duplizieren möchten?
+DateLastCollectResult=Datum des letzten eMail-Collect-Versuchs
+DateLastcollectResultOk=Datum des letzten, erfolgreichen eMail-Collect
+LastResult=Letztes Ergebnis
+EmailCollectorConfirmCollectTitle=eMail-Collect-Bestätigung
+EmailCollectorConfirmCollect=Möchten Sie den Einsammelvorgang für diesen eMail-Collector starten?
NoNewEmailToProcess=Keine neue e-Mail (passende Filter) zum Verarbeiten
NothingProcessed=Nicht ausgeführt
-XEmailsDoneYActionsDone=%s emails qualified, %s emails successfully processed (for %s record/actions done)
-RecordEvent=Record email event
-CreateLeadAndThirdParty=Create lead (and third party if necessary)
-CreateTicketAndThirdParty=Create ticket (and third party if necessary)
+XEmailsDoneYActionsDone=%seMails qualifiziert, %seMails erfolgreich verarbeitet (für %sAufzeichnungen/Aktionen durchgeführt)
+RecordEvent=eMail-Ereignis aufzeichnen/registrieren
+CreateLeadAndThirdParty=als potentiellen Verkaufskontakt anlegen
+CreateTicketAndThirdParty=als (Support-)Ticket anlegen
CodeLastResult=Letzter Resultatcode
-NbOfEmailsInInbox=Number of emails in source directory
+NbOfEmailsInInbox=Anzahl eMails im Quellverzeichnis
LoadThirdPartyFromName=Load third party searching on %s (load only)
LoadThirdPartyFromNameOrCreate=Load third party searching on %s (create if not found)
WithDolTrackingID=Dolibarr Tracking ID gefunden
@@ -1895,6 +1900,11 @@ OnMobileOnly=Nur auf kleinen Bildschirmen (Smartphones)
DisableProspectCustomerType=Deaktivieren Sie den Drittanbietertyp "Interessent + Kunde" (d.h. ein Drittanbieter muss ein Interessent oder Kunde sein, kann aber nicht beides sein).
MAIN_OPTIMIZEFORTEXTBROWSER=Vereinfachte Benutzeroberfläche für Blinde
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Aktivieren Sie diese Option, wenn Sie eine blinde Person sind, oder wenn Sie die Anwendung über einen Textbrowser wie Lynx oder Links verwenden.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Dieser Wert kann von jedem Benutzer auf seiner Benutzerseite überschrieben werden - Registerkarte '%s'
DefaultCustomerType=Standardmäßiger Drittanbietertyp für die Maske "Neuer Kunde".
ABankAccountMustBeDefinedOnPaymentModeSetup=Hinweis: Das Bankkonto muss im Modul jeder Zahlungsart (Paypal, Stripe,...) definiert sein, damit diese Funktion funktioniert.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Zahl der Zeilen, die auf der Registerkarte Logs angezeigt werden
UseDebugBar=Verwenden Sie die Debug Leiste
DEBUGBAR_LOGS_LINES_NUMBER=Zahl der letzten Protokollzeilen, die in der Konsole verbleiben sollen
WarningValueHigherSlowsDramaticalyOutput=Warnung, höhere Werte verlangsamen die Ausgabe erheblich.
-DebugBarModuleActivated=Modul Debugbar ist aktiviert und verlangsamt die Oberfläche erheblich.
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Exportmodelle sind für jeden zugänglich.
ExportSetup=Einrichtung Modul Export
InstanceUniqueID=Eindeutige ID dieser Instanz
@@ -1922,6 +1932,8 @@ IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Sicherheitsschlüssel zum Schutz der Endpunkt-
IFTTTDesc=Dieses Modul wurde entwickelt, um Ereignisse auf IFTTT auszulösen und/oder eine Aktion auf externe IFTTT-Trigger auszuführen.
UrlForIFTTT=URL-Endpunkt für IFTTT
YouWillFindItOnYourIFTTTAccount=Sie finden es auf Ihrem IFTTTT-Konto.
-EndPointFor=End point for %s : %s
-DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+EndPointFor=Endpunkt für %s:%s
+DeleteEmailCollector=Lösche eMail-Collector
+ConfirmDeleteEmailCollector=Sind Sie sicher, dass Sie diesen eMail-Collector löschen wollen?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/de_DE/bills.lang b/htdocs/langs/de_DE/bills.lang
index 3a2f1f00e1f..98004cb5c15 100644
--- a/htdocs/langs/de_DE/bills.lang
+++ b/htdocs/langs/de_DE/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma-Rechnung
InvoiceProFormaDesc=Die Proforma-Rechnung ist das Abbild einer echten Rechnung, hat aber keinen buchhalterischen Wert.
InvoiceReplacement=Ersatzrechnung
InvoiceReplacementAsk=Ersatzrechnung für Rechnung
-InvoiceReplacementDesc=Ersatzrechnungen dienen dem Storno und vollständigen Ersatz einer Rechnung ohne bereits erfolgtem Zahlungseingang.
Hinweis: Rechnungen mit Zahlungseingang können nicht ersetzt werden. Falls noch nicht geschlossen, werden ersetzte Rechnungen automatisch als 'Aufgegeben geschlossen' markiert.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Gutschrift
InvoiceAvoirAsk=Gutschrift zur Rechnungskorrektur
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Zahlungsbetrag übersteigt Zahlungserinnerung
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Als 'bezahlt' markieren
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Als 'teilweise bezahlt' markieren
ClassifyCanceled=Rechnung 'aufgegeben'
ClassifyClosed=Als 'geschlossen' markieren
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Zeige Ersatzrechnung
ShowInvoiceAvoir=Zeige Gutschrift
ShowInvoiceDeposit=Anzahlungsrechnungen anzeigen
ShowInvoiceSituation=Zeige Fortschritt-Rechnung
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Zeige Zahlung
AlreadyPaid=Bereits bezahlt
AlreadyPaidBack=Bereits zurückbezahlt
diff --git a/htdocs/langs/de_DE/boxes.lang b/htdocs/langs/de_DE/boxes.lang
index fe434f7a49c..95c806cc442 100644
--- a/htdocs/langs/de_DE/boxes.lang
+++ b/htdocs/langs/de_DE/boxes.lang
@@ -6,13 +6,13 @@ BoxProductsAlertStock=Bestandeswarnungen für Produkte
BoxLastProductsInContract=Zuletzt in Verträgen aufgenomme Produkte/Leistungen (maximal %s)
BoxLastSupplierBills=neueste Lieferantenrechnungen
BoxLastCustomerBills=neueste Kundenrechnungen
-BoxOldestUnpaidCustomerBills=Älteste unbezahlte Kundenrechnungen
+BoxOldestUnpaidCustomerBills=älteste unbezahlte Kundenrechnungen
BoxOldestUnpaidSupplierBills=älteste unbezahlte Lieferantenrechnungen
BoxLastProposals=neueste Angebote
BoxLastProspects=Zuletzt bearbeitete Interessenten
BoxLastCustomers=zuletzt berarbeitete Kunden
-BoxLastSuppliers=Zuletzt bearbeitete Lieferanten
-BoxLastCustomerOrders=Neueste Lieferantenbestellungen
+BoxLastSuppliers=zuletzt bearbeitete Lieferanten
+BoxLastCustomerOrders=neueste Lieferantenbestellungen
BoxLastActions=Neuste Aktionen
BoxLastContracts=Neueste Verträge
BoxLastContacts=Neueste Kontakte/Adressen
@@ -32,7 +32,7 @@ BoxTitleLastModifiedProspects=neueste geänderte %s Interessenten
BoxTitleLastModifiedMembers=%s neueste Mitglieder
BoxTitleLastFicheInter=Zuletzt bearbeitete Serviceaufträge (maximal %s)
BoxTitleOldestUnpaidCustomerBills=Älteste offene Kundenrechnungen (maximal %s)
-BoxTitleOldestUnpaidSupplierBills=Älteste offene Kundenrechnungen (maximal %s)
+BoxTitleOldestUnpaidSupplierBills=älteste offene Lieferantenrechnungen (maximal %s)
BoxTitleCurrentAccounts=Salden offene Konten
BoxTitleLastModifiedContacts=Zuletzt bearbeitete Kontakte/Adressen (maximal %s)
BoxMyLastBookmarks=Meine %s neuesten Lesezeichen
diff --git a/htdocs/langs/de_DE/companies.lang b/htdocs/langs/de_DE/companies.lang
index eb7a7196675..9492897f2b6 100644
--- a/htdocs/langs/de_DE/companies.lang
+++ b/htdocs/langs/de_DE/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute Lieferantenrabatte (von allen Benutzer
SupplierAbsoluteDiscountMy=Absolute Lieferantenrabatte (durch sie erfasst)
DiscountNone=Keine
Vendor=Lieferant
+Supplier=Lieferant
AddContact=Kontakt anlegen
AddContactAddress=Kontakt/Adresse anlegen
EditContact=Kontakt bearbeiten
diff --git a/htdocs/langs/de_DE/errors.lang b/htdocs/langs/de_DE/errors.lang
index fc26047b0bf..5e5328d3898 100644
--- a/htdocs/langs/de_DE/errors.lang
+++ b/htdocs/langs/de_DE/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Sonderzeichen sind im Feld '%s' nicht erlaubt
ErrorNumRefModel=Es besteht ein Bezug zur Datenbank (%s) der mit dieser Numerierungsfolge nicht kompatibel ist. Entfernen Sie den Eintrag oder benennen Sie den Verweis um, um dieses Modul zu aktivieren.
ErrorQtyTooLowForThisSupplier=Menge zu niedrig für diesen Lieferanten oder kein für dieses Produkt definierter Preis für diesen Lieferanten
ErrorOrdersNotCreatedQtyTooLow=Einige Bestellungen wurden aufgrund zu geringer Mengen nicht erstellt
-ErrorModuleSetupNotComplete=Das Setup des Moduls ist unvollständig. Gehen Sie zu Home - Einstellungen - Module um die Einstellungen zu vervollständigen.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Fehler auf der Maske
ErrorBadMaskFailedToLocatePosOfSequence=Fehler, Maske ohne fortlaufende Nummer
ErrorBadMaskBadRazMonth=Fehler, falscher Reset-Wert
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=Die URL %s muss mit http: // oder https: // beginnen.
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Es wurde ein Passwort für dieses Mitglied vergeben, aber kein Benutzer erstellt. Das Passwort wird gespeichert, aber kann nicht für die Anmeldung an Dolibarr verwendet werden. Es kann von einem externen Modul/einer Schnittstelle verwendet werden, aber wenn Sie kein Login oder Passwort für dieses Mitglied definiert müssen, können Sie die Option "Login für jedes Mitglied verwalten" in den Mitgliedseinstellungen deaktivieren. Wenn Sie ein Login aber kein Passwort benötige, lassen Sie dieses Feld leer, um diese Meldung zu deaktivieren. Anmerkung: Die E-Mail-Adresse kann auch zur Anmeldung verwendet werden, wenn das Mitglied mit einem Benutzer verbunden wird.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/de_DE/main.lang b/htdocs/langs/de_DE/main.lang
index 68d80ba1add..ae6ad4131a0 100644
--- a/htdocs/langs/de_DE/main.lang
+++ b/htdocs/langs/de_DE/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Ansprechpartner / Adressen zu diesem Partner
AddressesForCompany=Anschriften zu diesem Partner
ActionsOnCompany=Aktionen für diesen Partner
ActionsOnContact=Aktionen für diesen Kontakt
+ActionsOnContract=Events for this contract
ActionsOnMember=Aktionen zu diesem Mitglied
ActionsOnProduct=Ereignisse zu diesem Produkt
NActionsLate=%s verspätet
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link zum Lieferantenangebot
LinkToSupplierInvoice=Link zur Lieferantenrechnung
LinkToContract=Link zum Vertrag
LinkToIntervention=Link zu Arbeitseinsatz
+LinkToTicket=Link to ticket
CreateDraft=Entwurf erstellen
SetToDraft=Auf Entwurf zurücksetzen
ClickToEdit=Klicken zum Bearbeiten
@@ -973,9 +975,9 @@ Inventory=Inventur
AnalyticCode=Analyse-Code
TMenuMRP=Stücklisten
ShowMoreInfos=Show More Infos
-NoFilesUploadedYet=Please upload a document first
+NoFilesUploadedYet=Bitte zuerst ein Dokument hochladen
SeePrivateNote=See private note
-PaymentInformation=Payment information
-ValidFrom=Valid from
-ValidUntil=Valid until
-NoRecordedUsers=No users
+PaymentInformation=Zahlungsdaten
+ValidFrom=Gültig ab
+ValidUntil=Gültig bis
+NoRecordedUsers=Keine Benutzer
diff --git a/htdocs/langs/de_DE/other.lang b/htdocs/langs/de_DE/other.lang
index b79e8d73ab4..96d28a4bd00 100644
--- a/htdocs/langs/de_DE/other.lang
+++ b/htdocs/langs/de_DE/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Anzahl Kundenrechnungen
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Anzahl von Einheiten in Angeboten
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Anzahl von Einheiten in Kundenrechnungen
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Serviceauftrag %s wurde freigegeben
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/de_DE/products.lang b/htdocs/langs/de_DE/products.lang
index 8270e25fd2f..c21d97aeafe 100644
--- a/htdocs/langs/de_DE/products.lang
+++ b/htdocs/langs/de_DE/products.lang
@@ -2,6 +2,7 @@
ProductRef=Produkt-Nr.
ProductLabel=Produktbezeichnung
ProductLabelTranslated=Übersetzte Produktbezeichnung
+ProductDescription=Product description
ProductDescriptionTranslated=Übersetzte Produktbeschreibung
ProductNoteTranslated=Übersetzte Produkt Notiz
ProductServiceCard=Produkte/Leistungen Karte
diff --git a/htdocs/langs/de_DE/stripe.lang b/htdocs/langs/de_DE/stripe.lang
index ad2684355a3..ee8d6fc4167 100644
--- a/htdocs/langs/de_DE/stripe.lang
+++ b/htdocs/langs/de_DE/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/de_DE/website.lang b/htdocs/langs/de_DE/website.lang
index a06c0d64103..ec04253430d 100644
--- a/htdocs/langs/de_DE/website.lang
+++ b/htdocs/langs/de_DE/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=Bisher wurde noch keine Website erstellt. Erstellen sie
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/de_DE/withdrawals.lang b/htdocs/langs/de_DE/withdrawals.lang
index c93f95ed408..361f01de3e6 100644
--- a/htdocs/langs/de_DE/withdrawals.lang
+++ b/htdocs/langs/de_DE/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Datei abbuchen
SetToStatusSent=Setze in Status "Datei versandt"
ThisWillAlsoAddPaymentOnInvoice=Hierdurch werden auch Zahlungen auf Rechnungen erfasst und als "Bezahlt" klassifiziert, wenn der Restbetrag null ist
StatisticsByLineStatus=Statistiken nach Statuszeilen
-RUM=Mandatsreferenz
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Eindeutige Mandatsreferenz
RUMWillBeGenerated=Wenn leer, wird die Mandatsreferenz generiert, sobald die Bankkontodaten gespeichert sind
WithdrawMode=Lastschriftmodus (FRST oder RECUR)
diff --git a/htdocs/langs/de_DE/workflow.lang b/htdocs/langs/de_DE/workflow.lang
index 84ac37001a7..2303c72355e 100644
--- a/htdocs/langs/de_DE/workflow.lang
+++ b/htdocs/langs/de_DE/workflow.lang
@@ -1,20 +1,20 @@
# Dolibarr language file - Source file is en_US - workflow
WorkflowSetup=Workflow Moduleinstellungen
-WorkflowDesc=This module provides some automatic actions. By default, the workflow is open (you can do things in the order you want) but here you can activate some automatic actions.
+WorkflowDesc=Dieses Modul liefert verschiedene, automatisierte Aktionen. Standardmäßig ist der Workflow flexibel (d.h. Sie sind frei in der Reihenfolge der Abarbeitung) aber über diesen Modul können Sie einige Aktionen automatisiert ablaufen lassen.
ThereIsNoWorkflowToModify=Es sind keine Workflow-Änderungen möglich mit den aktivierten Modulen.
# Autocreate
-descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Automatically create a sales order after a commercial proposal is signed (the new order will have same amount as the proposal)
-descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Automatically create a customer invoice after a commercial proposal is signed (the new invoice will have same amount as the proposal)
+descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Erstellt automatisch eine Bestellung, nachdem ein Angebot als "unterzeichnet" markiert wurde. Die neue Bestellung hat dann den selben Wert wie das Angebot.
+descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Erstellt automatisch eine Kundenrechnung, nachdem ein Angebot als "unterzeichnet" markiert wurde. Diese neue Kundenrechnung lautet über den selben Betrag wie das Angebot.
descWORKFLOW_CONTRACT_AUTOCREATE_INVOICE=Erstelle automatisch eine Kundenrechnung, nachdem der Vertrag bestätigt wurde.
-descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Automatically create a customer invoice after a sales order is closed (the new invoice will have same amount as the order)
+descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Erstellt automatisch eine Kundenrechnung, nachdem eine Bestellung geschlossen wurde. Die neue Kundenrechnung lautet über den selben Betrag wie die Bestellung.
# Autoclassify customer proposal or order
-descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Classify linked source proposal as billed when sales order is set to billed (and if the amount of the order is the same as the total amount of the signed linked proposal)
-descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Classify linked source proposal as billed when customer invoice is validated (and if the amount of the invoice is the same as the total amount of the signed linked proposal)
-descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Classify linked source sales order as billed when customer invoice is validated (and if the amount of the invoice is the same as the total amount of the linked order)
-descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Classify linked source sales order as billed when customer invoice is set to paid (and if the amount of the invoice is the same as the total amount of the linked order)
-descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Classify linked source sales order as shipped when a shipment is validated (and if the quantity shipped by all shipments is the same as in the order to update)
+descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Setzt das entsprechende Angebot auf "abgerechnet", sofern die Kundenbestellung auf "abgerechnet" gesetzt wurde und sofern der Betrag in der Bestellung gleich dem dem Betrag im Angebot ist.
+descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Setzt das verknüpfte Angebot auf "abgerechnet", sofern die Kundenrechnung erstellt wurde und sofern der Rechnungsbetrag identisch zur Angebotsumme ist.
+descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Kennzeichne die verknüpfte Kundenbestellung(en) als fakturiert ( = in Rechnung gestellt) sofern die Kundenrechnung als geprüft markiert wurde und die Beträge übereinstimmen.
+descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Kennzeichne die verknüpfte Kundenbestellung(en) als fakturiert ( = in Rechnung gestellt) sofern die Kundenrechnung als bezahlt markiert wurde und die Beträge übereinstimmen.
+descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Kennzeichne die verknüpften Aufträge als geliefert wenn die Lieferung erfolgt ist (und die Liefermenge der Bestellmenge entspricht).
# Autoclassify purchase order
-descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Classify linked source vendor proposal as billed when vendor invoice is validated (and if the amount of the invoice is the same as the total amount of the linked proposal)
-descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Classify linked source purchase order as billed when vendor invoice is validated (and if the amount of the invoice is the same as the total amount of the linked order)
+descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Setzt das verknüpfte Lieferantenangebot auf "abgerechnet", sofern die Lieferanrenrechnung erstellt wurde und sofern der Rechnungsbetrag identisch zur Angebotsumme ist.
+descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Kennzeichne die verknüpfte Einkaufsbestellung als abgerechnet wenn die Lieferantenrechnung erstellt wurde und wenn die Beträge überein stimmen.
AutomaticCreation=automatische Erstellung
AutomaticClassification=Automatische Klassifikation
diff --git a/htdocs/langs/el_GR/accountancy.lang b/htdocs/langs/el_GR/accountancy.lang
index cda38d3b569..47e353b87a3 100644
--- a/htdocs/langs/el_GR/accountancy.lang
+++ b/htdocs/langs/el_GR/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Πωλήσεις
AccountingJournalType3=Αγορές
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Επιλογές
OptionModeProductSell=Κατάσταση πωλήσεων
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/el_GR/admin.lang b/htdocs/langs/el_GR/admin.lang
index dd5792b897c..ba4fa37adc8 100644
--- a/htdocs/langs/el_GR/admin.lang
+++ b/htdocs/langs/el_GR/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Βιβλιοθήκη δημιουργίας PDF
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Μισθοί
Module510Desc=Record and track employee payments
Module520Name=Δάνεια
Module520Desc=Διαχείριση δανείων
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Δημιουργία / τροποποίηση δωρεές
Permission703=Διαγραφή δωρεές
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Το χαρακτηριστικό %s έχει λάθος τιμή.
AlphaNumOnlyLowerCharsAndNoSpace=μόνο αλφαριθμητικά και πεζά γράμματα χωρίς κενά
SendmailOptionNotComplete=Προσοχή, σε μερικά συστήματα Linux, για να στείλετε e-mail από το e-mail σας, το sendmail εγκατάστασης εκτέλεση πρέπει conatins επιλογή-βα (mail.force_extra_parameters παράμετρος σε php.ini αρχείο σας). Αν δεν ορισμένοι παραλήπτες λαμβάνουν μηνύματα ηλεκτρονικού ταχυδρομείου, προσπαθήστε να επεξεργαστείτε αυτή την PHP με την παράμετρο-mail.force_extra_parameters = βα).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Βελτιστοποίηση αναζήτησης
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=Xdebug είναι φορτωμένο.
-XCacheInstalled=XCache είναι φορτωμένο.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Λίστα ειδοποιήσεων ανά χρήστη*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/el_GR/bills.lang b/htdocs/langs/el_GR/bills.lang
index 3ff30a5d4fc..7d0689ce67d 100644
--- a/htdocs/langs/el_GR/bills.lang
+++ b/htdocs/langs/el_GR/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Προτιμολόγιο
InvoiceProFormaDesc=Το Προτιμολόγιο είναι η εικόνα ενός πραγματικού τιμολογίου, χωρίς όμως να έχει χρηματική αξία
InvoiceReplacement=Τιμολόγιο Αντικατάστασης
InvoiceReplacementAsk=Αντικατάσταση τιμολογίου με
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Πιστωτικό τιμολόγιο
InvoiceAvoirAsk=Πιστωτικό τιμολόγιο για την διόρθωση τιμολογίου
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Η πληρωμή είναι μεγαλύτερη
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Χαρακτηρισμός ως 'Πληρωμένο''
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Χαρακτηρισμός ως 'Μη Εξοφλημένο'
ClassifyCanceled=Χαρακτηρισμός ως 'Εγκαταλελειμμένο'
ClassifyClosed=Χαρακτηρισμός ως 'Κλειστό'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Εμφάνιση τιμολογίου αντικατάστα
ShowInvoiceAvoir=Εμφάνιση πιστωτικού τιμολογίου
ShowInvoiceDeposit=Εμφάνιση τιμολογίου κατάθεσης
ShowInvoiceSituation=Εμφάνιση κατάστασης τιμολογίου
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Εμφάνιση πληρωμής
AlreadyPaid=Ήδη πληρωμένο
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/el_GR/companies.lang b/htdocs/langs/el_GR/companies.lang
index a6a81513340..67fadea2908 100644
--- a/htdocs/langs/el_GR/companies.lang
+++ b/htdocs/langs/el_GR/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Ψευδώνυμο (εμπορικό, εμπορικό σήμα, ...)
AliasNameShort=Alias Name
Companies=Εταιρίες
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Καμία
Vendor=Vendor
+Supplier=Vendor
AddContact=Δημιουργία επαφής
AddContactAddress=Δημιουργία επαφής/διεύθυνση
EditContact=Επεξεργασία επαφής
diff --git a/htdocs/langs/el_GR/errors.lang b/htdocs/langs/el_GR/errors.lang
index 4d36d0a8a43..9a3f85ac11a 100644
--- a/htdocs/langs/el_GR/errors.lang
+++ b/htdocs/langs/el_GR/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Ειδικοί χαρακτήρες δεν ε
ErrorNumRefModel=Μια αναφορά υπάρχει στη βάση δεδομένων (%s) και δεν είναι συμβατές με αυτόν τον κανόνα αρίθμηση. Αφαιρέστε το αρχείο ή μετονομαστεί αναφοράς για να ενεργοποιήσετε αυτή την ενότητα.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Σφάλμα στην μάσκα
ErrorBadMaskFailedToLocatePosOfSequence=Σφάλμα, μάσκα χωρίς τον αύξοντα αριθμό
ErrorBadMaskBadRazMonth=Σφάλμα, κακή αξία επαναφορά
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/el_GR/main.lang b/htdocs/langs/el_GR/main.lang
index 9b49242e3b3..98b6c9bc764 100644
--- a/htdocs/langs/el_GR/main.lang
+++ b/htdocs/langs/el_GR/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Επαφές/Διευθύνσεις για αυτό
AddressesForCompany=Διευθύνσεις για αυτό τον Πελ./Προμ.
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Εκδηλώσεις σχετικά με αυτό το μέλος
ActionsOnProduct=Events about this product
NActionsLate=%s καθυστερ.
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Σύνδεση με συμβόλαιο
LinkToIntervention=Σύνδεση σε παρέμβαση
+LinkToTicket=Link to ticket
CreateDraft=Δημιουργία σχεδίου
SetToDraft=Επιστροφή στο προσχέδιο
ClickToEdit=Κάντε κλικ για να επεξεργαστείτε
diff --git a/htdocs/langs/el_GR/other.lang b/htdocs/langs/el_GR/other.lang
index 53b5bc5a0cc..7d46bb0c404 100644
--- a/htdocs/langs/el_GR/other.lang
+++ b/htdocs/langs/el_GR/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Η %s παρέμβαση έχει επικυρωθεί.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/el_GR/products.lang b/htdocs/langs/el_GR/products.lang
index 4b73e391054..ce0f121f861 100644
--- a/htdocs/langs/el_GR/products.lang
+++ b/htdocs/langs/el_GR/products.lang
@@ -2,6 +2,7 @@
ProductRef=Κωδ. Προϊόντος.
ProductLabel=Ετικέτα Προϊόντος
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Καρτέλα Προϊόντων/Υπηρεσιών
diff --git a/htdocs/langs/el_GR/stripe.lang b/htdocs/langs/el_GR/stripe.lang
index 246e61d8d00..3a711225139 100644
--- a/htdocs/langs/el_GR/stripe.lang
+++ b/htdocs/langs/el_GR/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/el_GR/website.lang b/htdocs/langs/el_GR/website.lang
index cf8c218f6a8..1307d469d99 100644
--- a/htdocs/langs/el_GR/website.lang
+++ b/htdocs/langs/el_GR/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/el_GR/withdrawals.lang b/htdocs/langs/el_GR/withdrawals.lang
index 3e61ea098c5..79dd2bff9b9 100644
--- a/htdocs/langs/el_GR/withdrawals.lang
+++ b/htdocs/langs/el_GR/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Απόσυρση αρχείο
SetToStatusSent=Ρυθμίστε την κατάσταση "αποστολή αρχείου"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Στατιστικά στοιχεία από την κατάσταση των γραμμών
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/en_AU/admin.lang b/htdocs/langs/en_AU/admin.lang
index f792eabe51a..447918b3b95 100644
--- a/htdocs/langs/en_AU/admin.lang
+++ b/htdocs/langs/en_AU/admin.lang
@@ -1,7 +1,11 @@
# Dolibarr language file - Source file is en_US - admin
OldVATRates=Old GST rate
NewVATRates=New GST rate
+Module600Name=Notifications on business event
DictionaryVAT=GST Rates or Sales Tax Rates
OptionVatMode=GST due
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
LinkColor=Colour of links
OperationParamDesc=Define values to use for action, or how to extract values. For example: objproperty1=SET:abc objproperty1=SET:a value with replacement of __objproperty1__ objproperty3=SETIFEMPTY:abc objproperty4=EXTRACT:HEADER:X-Myheaderkey.*[^\\s]+(.*) options_myextrafield=EXTRACT:SUBJECT:([^\\s]*) object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)
Use a ; char as separator to extract or set several properties.
diff --git a/htdocs/langs/en_AU/withdrawals.lang b/htdocs/langs/en_AU/withdrawals.lang
index 503597bc8ec..967d1f20411 100644
--- a/htdocs/langs/en_AU/withdrawals.lang
+++ b/htdocs/langs/en_AU/withdrawals.lang
@@ -1,2 +1,2 @@
# Dolibarr language file - Source file is en_US - withdrawals
-ThirdPartyBankCode=Third party bank code or BSB
+RUM=Unique Mandate Reference (UMR)
diff --git a/htdocs/langs/en_CA/admin.lang b/htdocs/langs/en_CA/admin.lang
index e5e33b73dd6..ae0ffe7f7c7 100644
--- a/htdocs/langs/en_CA/admin.lang
+++ b/htdocs/langs/en_CA/admin.lang
@@ -1,6 +1,10 @@
# Dolibarr language file - Source file is en_US - admin
+Module600Name=Notifications on business event
LocalTax1Management=PST Management
CompanyZip=Postal code
LDAPFieldZip=Postal code
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
FormatZip=Postal code
OperationParamDesc=Define values to use for action, or how to extract values. For example: objproperty1=SET:abc objproperty1=SET:a value with replacement of __objproperty1__ objproperty3=SETIFEMPTY:abc objproperty4=EXTRACT:HEADER:X-Myheaderkey.*[^\\s]+(.*) options_myextrafield=EXTRACT:SUBJECT:([^\\s]*) object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)
Use a ; char as separator to extract or set several properties.
diff --git a/htdocs/langs/en_GB/accountancy.lang b/htdocs/langs/en_GB/accountancy.lang
index ed606456013..83f77f8c47c 100644
--- a/htdocs/langs/en_GB/accountancy.lang
+++ b/htdocs/langs/en_GB/accountancy.lang
@@ -83,7 +83,6 @@ ListeMvts=List of transactions
ErrorDebitCredit=Debit and Credit fields cannot have values at the same time
AddCompteFromBK=Add finance accounts to the group
ListAccounts=List of the financial accounts
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. Blocking error.
Pcgtype=Group account
Pcgsubtype=Subgroup account
DescVentilCustomer=View the list of customer invoice lines linked (or not) to a product financial account
@@ -115,7 +114,6 @@ ErrorAccountingJournalIsAlreadyUse=This journal is already in use
AccountingAccountForSalesTaxAreDefinedInto=Note: Financial account for Sales Tax is defined in menu %s - %s
Modelcsv=Example of export
Selectmodelcsv=Select an example of export
-Modelcsv_FEC=Export FEC (Art. L47 A)
ChartofaccountsId=Chart of accounts ID
InitAccountancyDesc=This page can be used to create a financial account for products and services that do not have a financial account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account for linking transaction records about payments, salaries, donations, taxes and vat when no specific finance account had already been set.
diff --git a/htdocs/langs/en_GB/admin.lang b/htdocs/langs/en_GB/admin.lang
index 29af3e502f6..3f23aecf4be 100644
--- a/htdocs/langs/en_GB/admin.lang
+++ b/htdocs/langs/en_GB/admin.lang
@@ -41,10 +41,14 @@ UMaskExplanation=This parameter allows you to define permissions set by default
ListOfDirectories=List of OpenDocument template directories
ListOfDirectoriesForModelGenODT=List of directories containing template files in OpenDocument format.
Put here full path of directories. Add a carriage return between each directory. To add a directory of the GED module, add here DOL_DATA_ROOT/ecm/yourdirectoryname.
Files in those directories must end with .odt or .ods.
FollowingSubstitutionKeysCanBeUsed= To learn how to create your .odt document templates, before storing them in those directories, read wiki documentation:
+Module600Name=Notifications on business event
Module50200Name=PayPal
DictionaryAccountancyJournal=Finance journals
CompanyZip=Postcode
LDAPFieldZip=Postcode
GenbarcodeLocation=Barcode generation command line tool (used by internal engine for some bar code types). Must be compatible with "genbarcode". For example: /usr/local/bin/genbarcode
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
FormatZip=Postcode
OperationParamDesc=Define values to use for action, or how to extract values. For example: objproperty1=SET:abc objproperty1=SET:a value with replacement of __objproperty1__ objproperty3=SETIFEMPTY:abc objproperty4=EXTRACT:HEADER:X-Myheaderkey.*[^\\s]+(.*) options_myextrafield=EXTRACT:SUBJECT:([^\\s]*) object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)
Use a ; char as separator to extract or set several properties.
diff --git a/htdocs/langs/en_GB/withdrawals.lang b/htdocs/langs/en_GB/withdrawals.lang
index 786cf4c2179..b34ed7e8f1f 100644
--- a/htdocs/langs/en_GB/withdrawals.lang
+++ b/htdocs/langs/en_GB/withdrawals.lang
@@ -1,6 +1,5 @@
# Dolibarr language file - Source file is en_US - withdrawals
NotPossibleForThisStatusOfWithdrawReceiptORLine=Not yet possible. Payment status must be set to 'credited' before declaring reject on specific lines.
-NbOfInvoiceToWithdrawWithInfo=No. of customer invoices with direct debit payment orders having defined bank account information
AmountToWithdraw=Amount to pay
NoInvoiceToWithdraw=No customer invoice with open 'Direct Debit requests' is waiting. Go on tab '%s' on invoice card to make a request.
MakeWithdrawRequest=Make a Direct Debit payment request
@@ -14,10 +13,9 @@ OrderWaiting=Waiting for action
NotifyTransmision=Payment Transmission
NotifyCredit=Payment Credit
WithdrawalFileNotCapable=Unable to generate Payment receipt file for your country %s (Your country is not supported)
-ShowWithdraw=Show Payment
-IfInvoiceNeedOnWithdrawPaymentWontBeClosed=However, if invoice has at least one payment not yet processed, it won't be set as paid to allow prior Payment management.
DoStandingOrdersBeforePayments=This tab allows you to request a direct debit payment order. Once done, go into menu Bank->Direct Debit orders to manage the direct debit payment order. When the payment order is closed, payment on the invoice will be automatically recorded, and the invoice closed if the outstanding balance is null.
WithdrawalFile=Payment file
+RUM=Unique Mandate Reference (UMR)
WithdrawRequestAmount=The amount of Direct Debit request:
WithdrawRequestErrorNilAmount=Unable to create a Direct Debit request for an empty amount.
SEPALegalText=By signing this mandate form, you authorise (A) %s to send instructions to your bank to debit your account and (B) your bank to debit your account in accordance with the instructions from %s. As part of your rights, you are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited. Your rights regarding the above mandate are explained in a statement that you can obtain from your bank.
diff --git a/htdocs/langs/en_IN/admin.lang b/htdocs/langs/en_IN/admin.lang
index e3cc80d5cea..d19942507b6 100644
--- a/htdocs/langs/en_IN/admin.lang
+++ b/htdocs/langs/en_IN/admin.lang
@@ -1,6 +1,7 @@
# Dolibarr language file - Source file is en_US - admin
Module20Name=Quotations
Module20Desc=Management of quotations
+Module600Name=Notifications on business event
Permission21=Read quotations
Permission22=Create/modify quotations
Permission24=Validate quotations
@@ -13,5 +14,8 @@ ProposalsNumberingModules=Quotation numbering models
ProposalsPDFModules=Quotation documents models
FreeLegalTextOnProposal=Free text on quotations
WatermarkOnDraftProposal=Watermark on draft quotations (none if empty)
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
MailToSendProposal=Customer quotations
OperationParamDesc=Define values to use for action, or how to extract values. For example: objproperty1=SET:abc objproperty1=SET:a value with replacement of __objproperty1__ objproperty3=SETIFEMPTY:abc objproperty4=EXTRACT:HEADER:X-Myheaderkey.*[^\\s]+(.*) options_myextrafield=EXTRACT:SUBJECT:([^\\s]*) object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)
Use a ; char as separator to extract or set several properties.
diff --git a/htdocs/langs/en_US/accountancy.lang b/htdocs/langs/en_US/accountancy.lang
index ece95cfca29..8e44c378ba6 100644
--- a/htdocs/langs/en_US/accountancy.lang
+++ b/htdocs/langs/en_US/accountancy.lang
@@ -265,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -291,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -301,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index e14e15033d6..1b4badc39b5 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -400,6 +400,7 @@ OldVATRates=Old VAT rate
NewVATRates=New VAT rate
PriceBaseTypeToChange=Modify on prices with base reference value defined on
MassConvert=Launch bulk conversion
+PriceFormatInCurrentLanguage=Price Format In Current Language
String=String
TextLong=Long text
HtmlText=Html text
@@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
-ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default for new session, then status is kept for each user session) Set this to 2 for a collapsing separator (collapsed by default for new session, then status is kept fore each user session)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -574,7 +575,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -1193,6 +1194,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1220,13 +1222,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1693,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Vendor invoices numbering models
IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
##### GeoIPMaxmind #####
GeoIPMaxmindSetup=GeoIP Maxmind module setup
-PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation. Examples: /usr/local/share/GeoIP/GeoIP.dat /usr/share/GeoIP/GeoIP.dat
+PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation. Examples: /usr/local/share/GeoIP/GeoIP.dat /usr/share/GeoIP/GeoIP.dat /usr/share/GeoIP/GeoLite2-Country.mmdb
NoteOnPathLocation=Note that your ip to country data file must be inside a directory your PHP can read (Check your PHP open_basedir setup and filesystem permissions).
YouCanDownloadFreeDatFileTo=You can download a free demo version of the Maxmind GeoIP country file at %s.
YouCanDownloadAdvancedDatFileTo=You can also download a more complete version, with updates, of the Maxmind GeoIP country file at %s.
@@ -1734,9 +1737,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1898,6 +1901,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1911,7 +1919,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1919,12 +1927,13 @@ SmallerThan=Smaller than
LargerThan=Larger than
IfTrackingIDFoundEventWillBeLinked=Note that If a tracking ID is found into incoming email, the event will be automatically linked to the related objects.
WithGMailYouCanCreateADedicatedPassword=With a GMail account, if you enabled the 2 steps validation, it is recommanded to create a dedicated second password for the application instead of using your own account passsword from https://myaccount.google.com/.
-IFTTTSetup=IFTTT module setup
-IFTTT_SERVICE_KEY=IFTTT Service key
-IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Security key to secure the endpoint URL used by IFTTT to send messages to your Dolibarr.
-IFTTTDesc=This module is designed to trigger events on IFTTT and/or to execute some action on external IFTTT triggers.
-UrlForIFTTT=URL endpoint for IFTTT
-YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
+RESTRICT_API_ON_IP=Allow available APIs to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can use the available APIs.
+RESTRICT_ON_IP=Allow access to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can access.
+BaseOnSabeDavVersion=Based on the library SabreDAV version
+NotAPublicIp=Not a public IP
+MakeAnonymousPing=Make an anonymous Ping '+1' to the Dolibarr foundation server (done 1 time only after installation) to allow the foundation to count the number of Dolibarr installation.
\ No newline at end of file
diff --git a/htdocs/langs/en_US/banks.lang b/htdocs/langs/en_US/banks.lang
index c77158e07b7..47295ec7e31 100644
--- a/htdocs/langs/en_US/banks.lang
+++ b/htdocs/langs/en_US/banks.lang
@@ -73,6 +73,7 @@ BankTransaction=Bank entry
ListTransactions=List entries
ListTransactionsByCategory=List entries/category
TransactionsToConciliate=Entries to reconcile
+TransactionsToConciliateShort=To reconcile
Conciliable=Can be reconciled
Conciliate=Reconcile
Conciliation=Reconciliation
@@ -116,6 +117,7 @@ DeleteCheckReceipt=Delete this check receipt?
ConfirmDeleteCheckReceipt=Are you sure you want to delete this check receipt?
BankChecks=Bank checks
BankChecksToReceipt=Checks awaiting deposit
+BankChecksToReceiptShort=Checks awaiting deposit
ShowCheckReceipt=Show check deposit receipt
NumberOfCheques=No. of check
DeleteTransaction=Delete entry
diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang
index 4b67ced59c9..484ad5f7867 100644
--- a/htdocs/langs/en_US/bills.lang
+++ b/htdocs/langs/en_US/bills.lang
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
@@ -481,9 +496,9 @@ CantRemovePaymentWithOneInvoicePaid=Can't remove payment since there is at least
ExpectedToPay=Expected payment
CantRemoveConciliatedPayment=Can't remove reconciled payment
PayedByThisPayment=Paid by this payment
-ClosePaidInvoicesAutomatically=Classify "Paid" all standard, down-payment or replacement invoices paid entirely.
-ClosePaidCreditNotesAutomatically=Classify "Paid" all credit notes entirely paid back.
-ClosePaidContributionsAutomatically=Classify "Paid" all social or fiscal contributions paid entirely.
+ClosePaidInvoicesAutomatically=Classify automatically all standard, down payment or replacement invoices as "Paid" when payment is done entirely.
+ClosePaidCreditNotesAutomatically=Classify automatically all credit notes as "Paid" when refund is done entirely.
+ClosePaidContributionsAutomatically=Classify automatically all social or fiscal contributions as "Paid" when payment is done entirely.
AllCompletelyPayedInvoiceWillBeClosed=All invoices with no remainder to pay will be automatically closed with status "Paid".
ToMakePayment=Pay
ToMakePaymentBack=Pay back
@@ -552,4 +567,4 @@ AutoFillDateFromShort=Set start date
AutoFillDateTo=Set end date for service line with next invoice date
AutoFillDateToShort=Set end date
MaxNumberOfGenerationReached=Max number of gen. reached
-BILL_DELETEInDolibarr=Invoice deleted
\ No newline at end of file
+BILL_DELETEInDolibarr=Invoice deleted
diff --git a/htdocs/langs/en_US/cashdesk.lang b/htdocs/langs/en_US/cashdesk.lang
index 83c217b06f7..33ea50dfb0f 100644
--- a/htdocs/langs/en_US/cashdesk.lang
+++ b/htdocs/langs/en_US/cashdesk.lang
@@ -62,10 +62,16 @@ TicketVatGrouped=Group VAT by rate in tickets
AutoPrintTickets=Automatically print tickets
EnableBarOrRestaurantFeatures=Enable features for Bar or Restaurant
ConfirmDeletionOfThisPOSSale=Do your confirm the deletion of this current sale ?
+ConfirmDiscardOfThisPOSSale=Do you want to discard this current sale ?
History=History
ValidateAndClose=Validate and close
Terminal=Terminal
NumberOfTerminals=Number of Terminals
TerminalSelect=Select terminal you want to use:
POSTicket=POS Ticket
-BasicPhoneLayout=Use basic layout for phones
\ No newline at end of file
+BasicPhoneLayout=Use basic layout for phones
+SetupOfTerminalNotComplete=Setup of terminal %s is not complete
+DirectPayment=Direct payment
+DirectPaymentButton=Direct cash payment button
+InvoiceIsAlreadyValidated=Invoice is already validated
+NoLinesToBill=No lines to bill
diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
index 616b565496a..dccd53c597a 100644
--- a/htdocs/langs/en_US/companies.lang
+++ b/htdocs/langs/en_US/companies.lang
@@ -54,6 +54,7 @@ Firstname=First name
PostOrFunction=Job position
UserTitle=Title
NatureOfThirdParty=Nature of Third party
+NatureOfContact=Nature of Contact
Address=Address
State=State/Province
StateShort=State
diff --git a/htdocs/langs/en_US/contracts.lang b/htdocs/langs/en_US/contracts.lang
index 129b7d8416a..47572c355ab 100644
--- a/htdocs/langs/en_US/contracts.lang
+++ b/htdocs/langs/en_US/contracts.lang
@@ -51,6 +51,7 @@ ListOfClosedServices=List of closed services
ListOfRunningServices=List of running services
NotActivatedServices=Inactive services (among validated contracts)
BoardNotActivatedServices=Services to activate among validated contracts
+BoardNotActivatedServicesShort=Services to activate
LastContracts=Latest %s contracts
LastModifiedServices=Latest %s modified services
ContractStartDate=Start date
@@ -65,7 +66,9 @@ DateEndReal=Real end date
DateEndRealShort=Real end date
CloseService=Close service
BoardRunningServices=Services running
+BoardRunningServicesShort=Services running
BoardExpiredServices=Services expired
+BoardExpiredServicesShort=Services expired
ServiceStatus=Status of service
DraftContracts=Drafts contracts
CloseRefusedBecauseOneServiceActive=Contract can't be closed as there is at least one open service on it
diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang
index bb92e41a537..f8c3c1a1aee 100644
--- a/htdocs/langs/en_US/errors.lang
+++ b/htdocs/langs/en_US/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -218,7 +218,9 @@ ErrorVariableKeyForContentMustBeSet=Error, the constant with name %s (with text
ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
+ErrorSearchCriteriaTooSmall=Search criteria too small.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/en_US/holiday.lang b/htdocs/langs/en_US/holiday.lang
index 1367e721ce8..145f996c4f2 100644
--- a/htdocs/langs/en_US/holiday.lang
+++ b/htdocs/langs/en_US/holiday.lang
@@ -18,6 +18,7 @@ ValidatorCP=Approbator
ListeCP=List of leave
LeaveId=Leave ID
ReviewedByCP=Will be approved by
+UserID=User ID
UserForApprovalID=User for approval ID
UserForApprovalFirstname=First name of approval user
UserForApprovalLastname=Last name of approval user
diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
index 6efbe942032..5c3e30967de 100644
--- a/htdocs/langs/en_US/main.lang
+++ b/htdocs/langs/en_US/main.lang
@@ -28,6 +28,7 @@ NoTemplateDefined=No template available for this email type
AvailableVariables=Available substitution variables
NoTranslation=No translation
Translation=Translation
+EmptySearchString=Enter a non empty search string
NoRecordFound=No record found
NoRecordDeleted=No record deleted
NotEnoughDataYet=Not enough data
@@ -445,6 +446,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -703,6 +705,7 @@ DateOfSignature=Date of signature
HidePassword=Show command with password hidden
UnHidePassword=Show real command with clear password
Root=Root
+RootOfMedias=Root of public medias (/medias)
Informations=Information
Page=Page
Notes=Notes
@@ -759,6 +762,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
@@ -979,3 +983,10 @@ PaymentInformation=Payment information
ValidFrom=Valid from
ValidUntil=Valid until
NoRecordedUsers=No users
+ToClose=To close
+ToProcess=To process
+ToApprove=To approve
+GlobalOpenedElemView=Global view
+NoArticlesFoundForTheKeyword=No article found for the keyword '%s'
+NoArticlesFoundForTheCategory=No article found for the category
+ToAcceptRefuse=To accept | refuse
\ No newline at end of file
diff --git a/htdocs/langs/en_US/members.lang b/htdocs/langs/en_US/members.lang
index acae5aa73fb..5886c598d52 100644
--- a/htdocs/langs/en_US/members.lang
+++ b/htdocs/langs/en_US/members.lang
@@ -29,6 +29,7 @@ MenuMembersUpToDate=Up to date members
MenuMembersNotUpToDate=Out of date members
MenuMembersResiliated=Terminated members
MembersWithSubscriptionToReceive=Members with subscription to receive
+MembersWithSubscriptionToReceiveShort=Subscription to receive
DateSubscription=Subscription date
DateEndSubscription=Subscription end date
EndSubscription=End subscription
@@ -197,4 +198,4 @@ SendReminderForExpiredSubscriptionTitle=Send reminder by email for expired subsc
SendReminderForExpiredSubscription=Send reminder by email to members when subscription is about to expire (parameter is number of days before end of subscription to send the remind. It can be a list of days separated by a semicolon, for example '10;5;0;-5')
MembershipPaid=Membership paid for current period (until %s)
YouMayFindYourInvoiceInThisEmail=You may find your invoice attached to this email
-XMembersClosed=%s member(s) closed
\ No newline at end of file
+XMembersClosed=%s member(s) closed
diff --git a/htdocs/langs/en_US/modulebuilder.lang b/htdocs/langs/en_US/modulebuilder.lang
index cc55c7ba10a..a1c35515f9d 100644
--- a/htdocs/langs/en_US/modulebuilder.lang
+++ b/htdocs/langs/en_US/modulebuilder.lang
@@ -105,6 +105,7 @@ InitStructureFromExistingTable=Build the structure array string of an existing t
UseAboutPage=Disable the about page
UseDocFolder=Disable the documentation folder
UseSpecificReadme=Use a specific ReadMe
+ContentOfREADMECustomized=Note: The content of the README.md file has been replaced with the specific value defined into setup of ModuleBuilder.
RealPathOfModule=Real path of module
ContentCantBeEmpty=Content of file can't be empty
WidgetDesc=You can generate and edit here the widgets that will be embedded with your module.
diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang
index 46555a84528..e0a1a5f8fcf 100644
--- a/htdocs/langs/en_US/products.lang
+++ b/htdocs/langs/en_US/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
@@ -28,10 +29,14 @@ ProductOrService=Product or Service
ProductsAndServices=Products and Services
ProductsOrServices=Products or Services
ProductsPipeServices=Products | Services
+ProductsOnSale=Products for sale
+ProductsOnPurchase=Products for purchase
ProductsOnSaleOnly=Products for sale only
ProductsOnPurchaseOnly=Products for purchase only
ProductsNotOnSell=Products not for sale and not for purchase
ProductsOnSellAndOnBuy=Products for sale and for purchase
+ServicesOnSale=Services for sale
+ServicesOnPurchase=Services for purchase
ServicesOnSaleOnly=Services for sale only
ServicesOnPurchaseOnly=Services for purchase only
ServicesNotOnSell=Services not for sale and not for purchase
@@ -339,4 +344,4 @@ ErrorCopyProductCombinations=There was an error while copying the product varian
ErrorDestinationProductNotFound=Destination product not found
ErrorProductCombinationNotFound=Product variant not found
ActionAvailableOnVariantProductOnly=Action only available on the variant of product
-ProductsPricePerCustomer=Product prices per customers
\ No newline at end of file
+ProductsPricePerCustomer=Product prices per customers
diff --git a/htdocs/langs/en_US/projects.lang b/htdocs/langs/en_US/projects.lang
index ca9a1e2452f..4b4a787b6ad 100644
--- a/htdocs/langs/en_US/projects.lang
+++ b/htdocs/langs/en_US/projects.lang
@@ -76,7 +76,13 @@ MyProjects=My projects
MyProjectsArea=My projects Area
DurationEffective=Effective duration
ProgressDeclared=Declared progress
+TaskProgressSummary=Task progress
+CurentlyOpenedTasks=Curently opened tasks
+TheReportedProgressIsLessThanTheCalculatedProgressionByX=The declared progress is less %s than the calculated progression
+TheReportedProgressIsMoreThanTheCalculatedProgressionByX=The declared progress is more %s than the calculated progression
ProgressCalculated=Calculated progress
+WhichIamLinkedTo=which I'm linked to
+WhichIamLinkedToProject=which I'm linked to project
Time=Time
ListOfTasks=List of tasks
GoToListOfTimeConsumed=Go to list of time consumed
diff --git a/htdocs/langs/en_US/stripe.lang b/htdocs/langs/en_US/stripe.lang
index 91d1f5a54c5..6905bd41b20 100644
--- a/htdocs/langs/en_US/stripe.lang
+++ b/htdocs/langs/en_US/stripe.lang
@@ -64,4 +64,6 @@ ShowInStripe=Show in Stripe
StripeUserAccountForActions=User account to use for email notification of some Stripe events (Stripe payouts)
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
-ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
\ No newline at end of file
+ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
\ No newline at end of file
diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
index 433e35e2d1b..0d6945a17e5 100644
--- a/htdocs/langs/en_US/website.lang
+++ b/htdocs/langs/en_US/website.lang
@@ -2,7 +2,7 @@
Shortname=Code
WebsiteSetupDesc=Create here the websites you wish to use. Then go into menu Websites to edit them.
DeleteWebsite=Delete website
-ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed.
+ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed. The files uploaded (like into the medias directory, the ECM module, ...) will remain.
WEBSITE_TYPE_CONTAINER=Type of page/container
WEBSITE_PAGE_EXAMPLE=Web page to use as example
WEBSITE_PAGENAME=Page name/alias
@@ -14,6 +14,9 @@ WEBSITE_JS_INLINE=Javascript file content (common to all pages)
WEBSITE_HTML_HEADER=Addition at bottom of HTML Header (common to all pages)
WEBSITE_ROBOT=Robot file (robots.txt)
WEBSITE_HTACCESS=Website .htaccess file
+WEBSITE_MANIFEST_JSON=Website manifest.json file
+WEBSITE_README=README.md file
+EnterHereLicenseInformation=Enter here meta data or license information to fille a README.md file. if you distribute your website as a template, the file will be included into the temptate package.
HtmlHeaderPage=HTML header (specific to this page only)
PageNameAliasHelp=Name or alias of the page. This alias is also used to forge a SEO URL when website is ran from a Virtual host of a Web server (like Apacke, Nginx, ...). Use the button "%s" to edit this alias.
EditTheWebSiteForACommonHeader=Note: If you want to define a personalized header for all pages, edit the header on the site level instead of on the page/container.
@@ -41,6 +44,7 @@ RealURL=Real URL
ViewWebsiteInProduction=View web site using home URLs
SetHereVirtualHost=Use with Apache/NGinx/... If you can create, on your web server (Apache, Nginx, ...), a dedicated Virtual Host with PHP enabled and a Root directory on %s then set the name of the virtual host you have created in the properties of web site, so the preview can be done also using this dedicated web server access instead of the internal Dolibarr server.
YouCanAlsoTestWithPHPS=Use with PHP embedded server On develop environment, you may prefer to test the site with the PHP embedded web server (PHP 5.5 required) by running php -S 0.0.0.0:8080 -t %s
+YouCanAlsoDeployToAnotherWHP=Run your web site with another Dolibarr Hosting provider If you don't have a web server like Apache or NGinx available on internet, you can export and import your web site onto another Dolibarr instance provided by another Dolibarr hosting provider that provide full integration with the Website module. You can find a list of some Dolibarr hosting providers on https://saas.dolibarr.org
CheckVirtualHostPerms=Check also that virtual host has permission %s on files into %s
ReadPerm=Read
WritePerm=Write
@@ -75,7 +79,8 @@ AddWebsiteAccount=Create web site account
BackToListOfThirdParty=Back to list for Third Party
DisableSiteFirst=Disable website first
MyContainerTitle=My web site title
-AnotherContainer=Another container
+AnotherContainer=This is how to include content of another page/container (you may have an error here if you enable dynamic code because the embedded subcontainer may not exists)
+SorryWebsiteIsCurrentlyOffLine=Sorry, this website is currently off line. Please comme back later...
WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store web site accounts (login/pass) for each website / third party
YouMustDefineTheHomePage=You must first define the default Home page
@@ -89,7 +94,8 @@ AliasPageAlreadyExists=Alias page %s already exists
CorporateHomePage=Corporate Home page
EmptyPage=Empty page
ExternalURLMustStartWithHttp=External URL must start with http:// or https://
-ZipOfWebsitePackageToImport=Zip file of website package
+ZipOfWebsitePackageToImport=Upload the Zip file of the website template package
+ZipOfWebsitePackageToLoad=or Choose an available embedded website template package
ShowSubcontainers=Include dynamic content
InternalURLOfPage=Internal URL of page
ThisPageIsTranslationOf=This page/container is a translation of
@@ -101,5 +107,12 @@ NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynam
ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
-# Export
-MyWebsitePages=My website pages
\ No newline at end of file
+MyWebsitePages=My website pages
+SearchReplaceInto=Search | Replace into
+ReplaceString=New string
+CSSContentTooltipHelp=Enter here CSS content. To avoid any conflict with the CSS of the application, be sure to prepend all declaration with the .bodywebsite class. For example:
#mycssselector, input.myclass:hover { ... } must be .bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ... }
Note: If you have a large file without this prefix, you can use 'lessc' to convert it to append the .bodywebsite prefix everywhere.
+LinkAndScriptsHereAreNotLoadedInEditor=Warning: This content is output only when site is accessed from a server. It is not used in Edit mode so if you need to load javascript files also in edit mode, just add your tag 'script src=...' into the page.
+Dynamiccontent=Sample of a page with dynamic content
+ImportSite=Import site
+EditInLineOnOff=Mode 'Edit inline' is %s
+ShowSubContainersOnOff=Mode to execute 'dynamic content' is %s
diff --git a/htdocs/langs/en_US/withdrawals.lang b/htdocs/langs/en_US/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/en_US/withdrawals.lang
+++ b/htdocs/langs/en_US/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/es_CL/accountancy.lang b/htdocs/langs/es_CL/accountancy.lang
index 24bccccfe21..e2157b1e314 100644
--- a/htdocs/langs/es_CL/accountancy.lang
+++ b/htdocs/langs/es_CL/accountancy.lang
@@ -24,15 +24,20 @@ AssignDedicatedAccountingAccount=Nueva cuenta para asignar
InvoiceLabel=Etiqueta de factura
OverviewOfAmountOfLinesNotBound=Descripción general de la cantidad de líneas no vinculadas a una cuenta de contabilidad
OverviewOfAmountOfLinesBound=Descripción general de la cantidad de líneas ya vinculadas a una cuenta de contabilidad
+ConfirmDeleteCptCategory=¿Está seguro de que desea eliminar esta cuenta contable del grupo de cuentas contables?
JournalizationInLedgerStatus=Estado de la periodización
AlreadyInGeneralLedger=Ya se ha contabilizado en libros mayores
NotYetInGeneralLedger=Aún no se ha contabilizado en libros mayores
GroupIsEmptyCheckSetup=El grupo está vacío, verifique la configuración del grupo de contabilidad personalizado
DetailByAccount=Mostrar detalles por cuenta
+AccountWithNonZeroValues=Cuentas con valores distintos de cero.
+CountriesInEECExceptMe=Países en EEC excepto %s
+AccountantFiles=Documentos contables de exportación
MainAccountForCustomersNotDefined=Cuenta de contabilidad principal para los clientes no definidos en la configuración
MainAccountForSuppliersNotDefined=Cuenta de contabilidad principal para proveedores no definidos en la configuración
MainAccountForUsersNotDefined=Cuenta de contabilidad principal para los usuarios no definidos en la configuración
MainAccountForVatPaymentNotDefined=Cuenta de contabilidad principal para el pago de IVA no definido en la configuración
+MainAccountForSubscriptionPaymentNotDefined=Cuenta contable principal para el pago de suscripción no definido en la configuración
AccountancyArea=Área de contabilidad
AccountancyAreaDescActionOnce=Las siguientes acciones generalmente se ejecutan una sola vez o una vez al año ...
AccountancyAreaDescActionOnceBis=Deben seguirse los pasos para ahorrarle tiempo en el futuro al sugerirle la cuenta de contabilidad predeterminada correcta al hacer la publicación (registro de escritura en Revistas y Libro mayor)
@@ -44,7 +49,9 @@ AccountancyAreaDescVat=PASO %s: Defina cuentas contables para cada tasa de IVA.
AccountancyAreaDescDefault=PASO %s: Defina cuentas de contabilidad predeterminadas. Para esto, use la entrada del menú %s.
AccountancyAreaDescExpenseReport=PASO %s: Defina las cuentas de contabilidad predeterminadas para cada tipo de informe de gastos. Para esto, use la entrada del menú %s.
AccountancyAreaDescSal=PASO %s: Defina cuentas de contabilidad predeterminadas para el pago de salarios. Para esto, use la entrada del menú %s.
+AccountancyAreaDescContrib=PASO %s: Defina cuentas de contabilidad predeterminadas para gastos especiales (impuestos diversos). Para esto, use la entrada de menú %s.
AccountancyAreaDescDonation=PASO %s: Defina las cuentas de contabilidad predeterminadas para la donación. Para esto, use la entrada del menú %s.
+AccountancyAreaDescSubscription=PASO %s: Defina cuentas de contabilidad predeterminadas para la suscripción de miembros. Para esto, use la entrada de menú %s.
AccountancyAreaDescMisc=PASO %s: Defina la cuenta predeterminada obligatoria y cuentas de contabilidad predeterminadas para transacciones misceláneas. Para esto, use la entrada del menú %s.
AccountancyAreaDescLoan=PASO %s: defina cuentas de contabilidad predeterminadas para préstamos. Para esto, use la entrada del menú %s.
AccountancyAreaDescBank=PASO %s: Defina las cuentas de contabilidad y el código del diario para cada banco y cuenta financiera. Para esto, use la entrada del menú %s.
@@ -56,20 +63,26 @@ AccountancyAreaDescClosePeriod=PASO %s: Cierre el período para que no podamos r
TheJournalCodeIsNotDefinedOnSomeBankAccount=Un paso obligatorio en la configuración no fue completo (diario de códigos de contabilidad no definido para todas las cuentas bancarias)
Selectchartofaccounts=Seleccione gráfico de cuentas activo
Addanaccount=Agregar cuenta contable
+SubledgerAccount=Cuenta auxiliar
+SubledgerAccountLabel=Etiqueta de cuenta de libro auxiliar
ShowAccountingAccount=Mostrar cuenta contable
MenuDefaultAccounts=Cuentas predeterminadas
MenuBankAccounts=cuentas bancarias
MenuTaxAccounts=Cuentas fiscales
MenuExpenseReportAccounts=Cuentas de informe de gastos
MenuProductsAccounts=Cuentas de productos
+MenuClosureAccounts=Cuentas de cierre
+Binding=Vinculante a las cuentas
CustomersVentilation=Encuadernación de factura del cliente
SuppliersVentilation=Encuadernación de factura del proveedor
ExpenseReportsVentilation=Encuadernación del informe de gastos
CreateMvts=Crear nueva transacción
UpdateMvts=Modificación de una transacción
ValidTransaction=Validar transacción
+WriteBookKeeping=Registrar transacciones en Ledger
Bookkeeping=Libro mayor
ObjectsRef=Referencia de objeto de origen
+CAHTF=Total vendedor comprado antes de impuestos
TotalExpenseReport=Informe de gastos totales
InvoiceLines=Líneas de facturas para enlazar
InvoiceLinesDone=Líneas de facturas encuadernadas
@@ -85,31 +98,44 @@ VentilatedinAccount=Vinculado exitosamente a la cuenta de contabilidad
NotVentilatedinAccount=No vinculado a la cuenta de contabilidad
XLineSuccessfullyBinded=%s productos / servicios vinculados con éxito a una cuenta de contabilidad
XLineFailedToBeBinded=%s productos / servicios no estaban vinculados a ninguna cuenta de contabilidad
+ACCOUNTING_LIMIT_LIST_VENTILATION=Número de elementos a enlazar mostrados por página (máximo recomendado: 50)
ACCOUNTING_LIST_SORT_VENTILATION_TODO=Comience la clasificación de la página "Encuadernación para hacer" por los elementos más recientes
ACCOUNTING_LIST_SORT_VENTILATION_DONE=Comience la clasificación de la página "Encuadernación realizada" por los elementos más recientes
ACCOUNTING_LENGTH_DESCRIPTION=Truncar descripción de productos y servicios en listados después de x caracteres (Mejor = 50)
ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Truncar formulario de descripción de cuenta de productos y servicios en listados después de x caracteres (Mejor = 50)
ACCOUNTING_LENGTH_GACCOUNT=Longitud de las cuentas de contabilidad generales (si establece el valor en 6 aquí, la cuenta '706' aparecerá como '706000' en la pantalla)
+ACCOUNTING_LENGTH_AACCOUNT=Longitud de las cuentas contables de terceros (si establece el valor en 6 aquí, la cuenta '401' aparecerá como '401000' en la pantalla)
+ACCOUNTING_MANAGE_ZERO=Permite administrar un número diferente de ceros al final de una cuenta contable. Necesitado por algunos países (como Suiza). Si está desactivado (predeterminado), puede configurar los dos parámetros siguientes para solicitar a la aplicación que agregue ceros virtuales.
BANK_DISABLE_DIRECT_INPUT=Deshabilitar la grabación directa de transacciones en cuenta bancaria
ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Habilitar exportación de borrador en diario
+ACCOUNTANCY_COMBO_FOR_AUX=Habilitar la lista combinada para la cuenta subsidiaria (puede ser lenta si tiene muchos terceros)
ACCOUNTING_SELL_JOURNAL=Libro de ventas
ACCOUNTING_MISCELLANEOUS_JOURNAL=Diario misceláneo
ACCOUNTING_EXPENSEREPORT_JOURNAL=Diario del informe de gastos
+ACCOUNTING_RESULT_PROFIT=Cuenta contable de resultados (beneficio)
+ACCOUNTING_RESULT_LOSS=Cuenta contable de resultados (pérdida)
+ACCOUNTING_ACCOUNT_TRANSFER_CASH=Cuenta contable de transferencia bancaria transitoria.
ACCOUNTING_ACCOUNT_SUSPENSE=Cuenta de contabilidad de espera
DONATION_ACCOUNTINGACCOUNT=Cuenta de contabilidad para registrar donaciones
+ADHERENT_SUBSCRIPTION_ACCOUNTINGACCOUNT=Cuenta contable para registrar suscripciones.
ACCOUNTING_PRODUCT_BUY_ACCOUNT=Cuenta de contabilidad por defecto para productos comprados (se usa si no está definido en la hoja del producto)
ACCOUNTING_PRODUCT_SOLD_ACCOUNT=Cuenta de contabilidad por defecto para los productos vendidos (utilizada si no está definida en la hoja del producto)
+ACCOUNTING_PRODUCT_SOLD_INTRA_ACCOUNT=Cuenta contable por defecto para los productos vendidos en EEC (usado si no está definido en la hoja del producto)
+ACCOUNTING_PRODUCT_SOLD_EXPORT_ACCOUNT=Cuenta contable por defecto para la exportación de productos vendidos fuera de la CEE (se usa si no se define en la hoja del producto)
ACCOUNTING_SERVICE_BUY_ACCOUNT=Cuenta de contabilidad por defecto para los servicios comprados (se usa si no se define en la hoja de servicio)
ACCOUNTING_SERVICE_SOLD_ACCOUNT=Cuenta de contabilidad por defecto para los servicios vendidos (utilizada si no está definida en la hoja de servicio)
LabelAccount=Cuenta
LabelOperation=Operación de etiqueta
Sens=Significado
+LetteringCode=Codigo de letras
+JournalLabel=Etiqueta de revista
NumPiece=Pieza número
TransactionNumShort=Num. transacción
AccountingAccountGroupsDesc=Puede definir aquí algunos grupos de cuentas contables. Se usarán para informes de contabilidad personalizados.
DeleteMvt=Eliminar líneas de libro mayor
DelYear=Año para borrar
DelJournal=Diario para eliminar
+ConfirmDeleteMvt=Esto eliminará todas las líneas del Libro mayor por año y / o de una revista específica. Se requiere al menos un criterio.
FinanceJournal=Diario de finanzas
ExpenseReportsJournal=Diario de informes de gastos
DescFinanceJournal=Diario financiero que incluye todos los tipos de pagos por cuenta bancaria
@@ -120,28 +146,40 @@ ProductAccountNotDefined=Cuenta para producto no definido
FeeAccountNotDefined=Cuenta por tarifa no definida
BankAccountNotDefined=Cuenta bancaria no definida
CustomerInvoicePayment=Pago de factura de cliente
+ThirdPartyAccount=Cuenta de terceros
NewAccountingMvt=Nueva transacción
NumMvts=Numero de transacciones
ListeMvts=Lista de movimientos
ErrorDebitCredit=Débito y crédito no pueden tener el mismo valor
AddCompteFromBK=Agregar cuentas de contabilidad al grupo
+ReportThirdParty=Lista de cuenta de terceros
+DescThirdPartyReport=Consulte aquí la lista de proveedores y clientes externos y sus cuentas contables.
ListAccounts=Lista de cuentas contables
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. Blocking error.
+UnknownAccountForThirdparty=Cuenta de terceros desconocida. Usaremos %s
+UnknownAccountForThirdpartyBlocking=Cuenta de terceros desconocida. Error de bloqueo
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Cuenta de terceros no definida o tercero desconocido. Usaremos %s
+ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Cuenta de terceros no definida o tercero desconocido. Error de bloqueo.
+UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Cuenta de terceros desconocida y cuenta de espera no definida. Error de bloqueo
PaymentsNotLinkedToProduct=Pago no vinculado a ningún producto / servicio
+PcgtypeDesc=El grupo y el subgrupo de cuenta se utilizan como criterios predefinidos de "filtro" y "agrupación" para algunos informes contables. Por ejemplo, 'INGRESOS' o 'GASTOS' se utilizan como grupos para cuentas contables de productos para generar el informe de gastos / ingresos.
TotalVente=Volumen de negocios total antes de impuestos
TotalMarge=Margen total de ventas
DescVentilCustomer=Consulte aquí la lista de líneas de facturación de clientes vinculadas (o no) a una cuenta de contabilidad de producto
+DescVentilMore=En la mayoría de los casos, si utiliza productos o servicios predefinidos y configura el número de cuenta en la tarjeta de producto / servicio, la aplicación podrá hacer todo el enlace entre sus líneas de factura y la cuenta contable de su plan de cuentas, solo en un clic con el botón "%s" . Si la cuenta no se configuró en las tarjetas de producto / servicio o si todavía tiene algunas líneas que no están vinculadas a una cuenta, deberá realizar un enlace manual desde el menú " %s ".
DescVentilDoneCustomer=Consulte aquí la lista de las líneas de clientes de facturas y su cuenta de contabilidad de productos
DescVentilTodoCustomer=Vincular líneas de factura que ya no están vinculadas con una cuenta de contabilidad de producto
ChangeAccount=Cambie la cuenta de contabilidad de producto / servicio para líneas seleccionadas con la siguiente cuenta de contabilidad:
DescVentilSupplier=Consulte aquí la lista de líneas de facturación de proveedores vinculadas o aún no vinculadas a una cuenta de contabilidad de productos
+DescVentilDoneSupplier=Consulte aquí la lista de las líneas de facturas de proveedores y sus cuentas contables.
DescVentilTodoExpenseReport=Vincular las líneas de informe de gastos que ya no están vinculadas con una cuenta de contabilidad de tarifas
DescVentilExpenseReport=Consulte aquí la lista de líneas de informe de gastos vinculadas (o no) a una cuenta de contabilidad de tasas
+DescVentilExpenseReportMore=Si configura una cuenta contable en el tipo de líneas de informe de gastos, la aplicación podrá hacer todo el enlace entre sus líneas de informe de gastos y la cuenta contable de su plan de cuentas, solo con un clic con el botón "%s" . Si la cuenta no se estableció en el diccionario de tarifas o si todavía tiene algunas líneas no vinculadas a ninguna cuenta, deberá realizar un enlace manual desde el menú " %s ".
DescVentilDoneExpenseReport=Consulte aquí la lista de las líneas de informes de gastos y su cuenta de contabilidad de tarifas
ValidateHistory=Enlazar automáticamente
AutomaticBindingDone=Encuadernación automática hecha
ErrorAccountancyCodeIsAlreadyUse=No puede eliminar esta cuenta porque está siendo usada
MvtNotCorrectlyBalanced=El movimiento no está correctamente equilibrado. Débito = %s | Crédito = %s
+Balancing=Equilibrio
FicheVentilation=Tarjeta de enlace
GeneralLedgerIsWritten=Las transacciones se escriben en el Libro mayor
GeneralLedgerSomeRecordWasNotRecorded=Algunas de las transacciones no pueden ser contabilizadas. Si no hay otro mensaje de error, esto es probablemente porque ya estaban en el diario.
@@ -151,6 +189,7 @@ ChangeBinding=Cambiar la encuadernación
Accounted=Contabilizado en el libro mayor
NotYetAccounted=Aún no contabilizado en el libro mayor
ApplyMassCategories=Aplicar categorías de masa
+AddAccountFromBookKeepingWithNoCategories=Cuenta disponible aún no en el grupo personalizado.
CategoryDeleted=La categoría de la cuenta de contabilidad ha sido eliminada
AccountingJournals=Libros contables
AccountingJournal=Diario de contabilidad
@@ -162,25 +201,42 @@ AccountingAccountForSalesTaxAreDefinedInto=Nota: La cuenta de contabilidad para
ExportDraftJournal=Exportar borrador del diario
Selectmodelcsv=Seleccione un modelo
Modelcsv_normal=Exportación clasica
-Modelcsv_FEC=Export FEC (Art. L47 A)
+Modelcsv_CEGID=Exportación para Comptabilité Experto CEGID
+Modelcsv_COALA=Exportación para Salvia Coala
+Modelcsv_bob50=Exportación para Sage BOB 50
+Modelcsv_ciel=Exportación para Sage Ciel Compta o Compta Evolution
+Modelcsv_quadratus=Exportar para Quadratus QuadraCompta
+Modelcsv_ebp=Exportación para EBP
+Modelcsv_cogilog=Exportación para Cogilog
+Modelcsv_agiris=Exportación para Agiris
+Modelcsv_openconcerto=Exportar para OpenConcerto (Prueba)
+Modelcsv_configurable=Exportar CSV Configurable
+Modelcsv_Sage50_Swiss=Exportación para Sage 50 Suiza
ChartofaccountsId=Plan de cuentas Id
InitAccountancy=Contabilidad inicial
InitAccountancyDesc=Esta página se puede usar para inicializar una cuenta de contabilidad en productos y servicios que no tienen una cuenta de contabilidad definida para ventas y compras.
DefaultBindingDesc=Esta página se puede usar para establecer una cuenta predeterminada que se usará para vincular el registro de transacciones sobre los salarios de pago, donaciones, impuestos y IVA cuando no se haya establecido una cuenta contable específica.
OptionModeProductSell=Ventas de modo
+OptionModeProductSellIntra=Venta de modo exportado en EEC.
+OptionModeProductSellExport=Venta de modo exportado en otros países.
OptionModeProductBuy=Compras de modo
OptionModeProductSellDesc=Mostrar todos los productos con cuenta de contabilidad para ventas.
+OptionModeProductSellIntraDesc=Mostrar todos los productos con cuenta contable para ventas en EEC.
OptionModeProductBuyDesc=Mostrar todos los productos con cuenta de contabilidad para compras.
CleanFixHistory=Eliminar el código de contabilidad de las líneas que no existen en los cuadros de cuentas
CleanHistory=Restablecer todas las vinculaciones para el año seleccionado
PredefinedGroups=Grupos predefinidos
ValueNotIntoChartOfAccount=Este valor de la cuenta de contabilidad no existe en el cuadro de cuentas
+SaleEEC=Venta en EEC
SomeMandatoryStepsOfSetupWereNotDone=Algunos pasos obligatorios de configuración no se hicieron, por favor complételos
ErrorNoAccountingCategoryForThisCountry=No hay un grupo de cuenta contable disponible para el país %s (Consulte Inicio - Configuración - Diccionarios)
ErrorInvoiceContainsLinesNotYetBounded=Intenta hacer un diario de algunas líneas de la factura %s strong>, pero algunas otras líneas aún no están limitadas a la cuenta de contabilidad. Se rechaza la periodización de todas las líneas de factura para esta factura.
ErrorInvoiceContainsLinesNotYetBoundedShort=Algunas líneas en la factura no están vinculadas a la cuenta contable.
ExportNotSupported=El formato de exportación establecido no es compatible con esta página
+BookeppingLineAlreayExists=Líneas ya existentes en la contabilidad.
Binded=Líneas atadas
ToBind=Líneas para enlazar
+UseMenuToSetBindindManualy=Líneas aún no enlazadas, use el menú %s para hacer el enlace manualmente
+WarningReportNotReliable=Advertencia, este informe no se basa en el Libro mayor, por lo que no contiene la transacción modificada manualmente en el Libro mayor. Si su publicación está actualizada, la vista de contabilidad es más precisa.
ExpenseReportJournal=Diario del informe de gastos
InventoryJournal=Revista de inventario
diff --git a/htdocs/langs/es_CL/admin.lang b/htdocs/langs/es_CL/admin.lang
index 6a15d209266..691cbf3bd06 100644
--- a/htdocs/langs/es_CL/admin.lang
+++ b/htdocs/langs/es_CL/admin.lang
@@ -4,7 +4,10 @@ VersionLastInstall=Versión de instalación inicial
VersionLastUpgrade=Versión de actualización más reciente.
VersionUnknown=Desconocido
VersionRecommanded=Recomendado
+FileCheck=Comprobaciones de integridad del conjunto de archivos
+FileCheckDesc=Esta herramienta le permite verificar la integridad de los archivos y la configuración de su aplicación, comparando cada archivo con el oficial. También se puede verificar el valor de algunas constantes de configuración. Puede usar esta herramienta para determinar si algún archivo ha sido modificado (por ejemplo, por un hacker).
FileIntegrityIsStrictlyConformedWithReference=La integridad de los archivos está estrictamente conformada con la referencia.
+FileIntegrityIsOkButFilesWereAdded=La verificación de integridad de los archivos ha pasado, sin embargo, se han agregado algunos archivos nuevos.
FileIntegritySomeFilesWereRemovedOrModified=La verificación de la integridad de los archivos ha fallado. Algunos archivos fueron modificados, eliminados o agregados.
MakeIntegrityAnalysisFrom=Haga un análisis de integridad de los archivos de la aplicación desde
LocalSignature=Firma local incorporada (menos confiable)
@@ -12,13 +15,19 @@ RemoteSignature=Firma distante remota (más confiable)
FilesMissing=Archivos perdidos
FilesAdded=Archivos agregados
FileCheckDolibarr=Verificar la integridad de los archivos de la aplicación
+AvailableOnlyOnPackagedVersions=El archivo local para la verificación de integridad solo está disponible cuando la aplicación se instala desde un paquete oficial
XmlNotFound=Xml Integrity Archivo de la aplicación no encontrado
SessionId=ID de sesión
SessionSaveHandler=Handler para guardar sesiones
+SessionSavePath=Ubicación de guardado de sesión
ConfirmPurgeSessions=¿De verdad quieres purgar todas las sesiones? Esto desconectará a todos los usuarios (excepto usted).
+NoSessionListWithThisHandler=Guardar el controlador de sesión configurado en su PHP no permite enumerar todas las sesiones en ejecución.
+ConfirmLockNewSessions=¿Estás seguro de que deseas restringir cualquier nueva conexión de Dolibarr a ti mismo? Solo el usuario %s podrá conectarse después de eso.
UnlockNewSessions=Eliminar bloqueo de conexión
YourSession=Tu sesión
+Sessions=Sesiones de Usuarios
WebUserGroup=Usuario / grupo del servidor web
+NoSessionFound=Su configuración de PHP parece no permitir el listado de sesiones activas. El directorio utilizado para guardar sesiones ( %s ) puede estar protegido (por ejemplo, por permisos del sistema operativo o por la directiva PHP open_basedir).
DBStoringCharset=Juego de caracteres de base de datos para almacenar datos
DBSortingCharset=Juego de caracteres de base de datos para ordenar los datos
WarningModuleNotActive=El módulo %s debe estar habilitado.
@@ -29,6 +38,8 @@ SetupArea=Configurar
UploadNewTemplate=Cargar nueva plantilla (s)
FormToTestFileUploadForm=Formulario para probar la carga del archivo (según la configuración)
IfModuleEnabled=Nota: sí es efectivo solo si el módulo %s está habilitado
+RemoveLock=Elimine / rename el archivo %s si existe, para permitir el uso de la herramienta Actualizar / Instalar.
+RestoreLock=Restaure el archivo %s , solo con permiso de lectura, para deshabilitar cualquier uso posterior de la herramienta Actualizar / Instalar.
SecuritySetup=Configuración de seguridad
SecurityFilesDesc=Define aquí las opciones relacionadas con la seguridad sobre la carga de archivos.
ErrorModuleRequirePHPVersion=Error, este módulo requiere PHP versión %s o superior
@@ -36,8 +47,15 @@ ErrorModuleRequireDolibarrVersion=Error, este módulo requiere Dolibarr versión
ErrorDecimalLargerThanAreForbidden=Error, una precisión superior a %s no es compatible.
DictionarySetup=Configuración del diccionario
ErrorReservedTypeSystemSystemAuto=El valor 'sistema' y 'systemauto' para el tipo está reservado. Puede usar 'user' como valor para agregar su propio registro
+DisableJavascript=Deshabilitar las funciones de JavaScript y Ajax
+DisableJavascriptNote=Nota: Para propósitos de prueba o depuración. Para la optimización para personas ciegas o navegadores de texto, es posible que prefiera utilizar la configuración en el perfil del usuario.
UseSearchToSelectCompanyTooltip=Además, si tiene un gran número de terceros (> 100 000), puede aumentar la velocidad estableciendo constante COMPANY_DONOTSEARCH_ANYWHERE en 1 en Configuración-> Otro. La búsqueda se limitará al inicio de la cadena.
UseSearchToSelectContactTooltip=Además, si tiene un gran número de terceros (> 100 000), puede aumentar la velocidad estableciendo CONTACT_DONOTSEARCH_ANYWHERE constante en 1 en Configuración-> Otro. La búsqueda se limitará al inicio de la cadena.
+DelaiedFullListToSelectCompany=Espere hasta que se presione una tecla antes de cargar el contenido de la lista de combo de Terceros. Esto puede aumentar el rendimiento si tiene un gran número de terceros, pero es menos conveniente.
+DelaiedFullListToSelectContact=Espere hasta que se presione una tecla antes de cargar el contenido de la lista de combo de contactos. Esto puede aumentar el rendimiento si tiene una gran cantidad de contactos, pero es menos conveniente.
+NumberOfKeyToSearch=Número de caracteres para activar la búsqueda: %s
+NumberOfBytes=Número de bytes
+SearchString=Cadena de búsqueda
NotAvailableWhenAjaxDisabled=No disponible cuando Ajax está deshabilitado
AllowToSelectProjectFromOtherCompany=En el documento de un tercero, puede elegir un proyecto vinculado a otro tercero
JavascriptDisabled=JavaScript deshabilitado
@@ -45,12 +63,14 @@ UsePreviewTabs=Usa pestañas de vista previa
ShowPreview=Mostrar vista previa
CurrentTimeZone=TimeZone PHP (servidor)
MySQLTimeZone=TimeZone MySql (base de datos)
+TZHasNoEffect=Las fechas son almacenadas y devueltas por el servidor de bases de datos como si se mantuvieran como una cadena enviada. La zona horaria tiene efecto solo cuando se usa la función UNIX_TIMESTAMP (que no debe ser utilizada por Dolibarr, por lo que la base de datos TZ no debería tener ningún efecto, incluso si se cambia después de ingresar los datos).
Space=Espacio
NextValue=Siguiente valor
NextValueForInvoices=Siguiente valor (facturas)
NextValueForCreditNotes=Siguiente valor (notas de crédito)
NextValueForDeposit=Siguiente valor (pago inicial)
NextValueForReplacements=Siguiente valor (reemplazos)
+MustBeLowerThanPHPLimit=Nota: su configuración de PHP actualmente limita el tamaño de archivo máximo para cargar %s %s, independientemente del valor de este parámetro
NoMaxSizeByPHPLimit=Nota: no hay límite establecido en su configuración de PHP
MaxSizeForUploadedFiles=Tamaño máximo para los archivos cargados (0 para no permitir ninguna carga)
UseCaptchaCode=Use el código gráfico (CAPTCHA) en la página de inicio de sesión
@@ -65,6 +85,7 @@ DetailPosition=Ordenar número para definir la posición del menú
AllMenus=Todo
NotConfigured=Módulo / Aplicación no configurada
SetupShort=Configurar
+OtherSetup=Otra configuración
CurrentValueSeparatorThousand=Mil separadores
Destination=Destino
IdModule=ID del módulo
@@ -77,14 +98,20 @@ PHPTZ=Servidor PHP Zona horaria
DaylingSavingTime=Horario de verano
CurrentHour=Tiempo de PHP (servidor)
CurrentSessionTimeOut=Tiempo de espera actual de la sesión
+YouCanEditPHPTZ=Para configurar una zona horaria de PHP diferente (no es necesario), puede intentar agregar un archivo .htaccess con una línea como esta "SetEnv TZ Europe / Paris"
+HoursOnThisPageAreOnServerTZ=La advertencia, a diferencia de otras pantallas, las horas en esta página no se encuentran en su zona horaria local, sino de la zona horaria del servidor.
+MaxNbOfLinesForBoxes=Max. número de líneas para widgets
PositionByDefault=Orden predeterminada
MenusDesc=Los administradores de menú establecen el contenido de las dos barras de menú (horizontal y vertical).
MenusEditorDesc=El editor de menú le permite definir entradas de menú personalizadas. Úselo con cuidado para evitar la inestabilidad y las entradas de menú permanentemente inalcanzables. Algunos módulos agregan entradas de menú (en el menú Todo principalmente). Si elimina algunas de estas entradas por error, puede restablecerlas deshabilitando y volviendo a habilitar el módulo.
MenuForUsers=Menú para usuarios
+Language_en_US_es_MX_etc=Idioma (en_US, es_MX, ...)
SystemInfo=Información del sistema
SystemToolsArea=Área de herramientas del sistema
+SystemToolsAreaDesc=Esta área proporciona funciones de administración. Utilice el menú para elegir la función requerida.
+PurgeAreaDesc=Esta página le permite eliminar todos los archivos generados o almacenados por Dolibarr (archivos temporales o todos los archivos en el directorio %s ). Usando esta característica normalmente no es necesario. Se proporciona como una solución para los usuarios cuyo Dolibarr está alojado por un proveedor que no ofrece permisos para eliminar archivos generados por el servidor web.
PurgeDeleteLogFile=Eliminar archivos de registro, incluido %s definido para el módulo Syslog (sin riesgo de perder datos)
-PurgeDeleteTemporaryFiles=Eliminar todos los archivos temporales (sin riesgo de perder datos)
+PurgeDeleteAllFilesInDocumentsDir=Eliminar todos los archivos en el directorio: %s . Esto eliminará todos los documentos generados relacionados con elementos (terceros, facturas, etc.), archivos cargados en el módulo ECM, volcados de copia de seguridad de bases de datos y archivos temporales.
PurgeRunNow=Purgar ahora
PurgeNothingToDelete=Sin directorio o archivos para eliminar.
PurgeNDirectoriesDeleted=%s archivos o directorios eliminados.
@@ -95,9 +122,12 @@ Backup=Respaldo
Restore=Restaurar
RunCommandSummary=La copia de seguridad se ha lanzado con el siguiente comando
BackupFileSuccessfullyCreated=Archivo de respaldo generado con éxito
+YouCanDownloadBackupFile=El archivo generado ahora se puede descargar
NoBackupFileAvailable=No hay archivos de respaldo disponibles.
ToBuildBackupFileClickHere=Para crear un archivo de copia de seguridad, haga clic aquí .
+ImportMySqlDesc=Para importar un archivo de copia de seguridad de MySQL, puede usar phpMyAdmin a través de su alojamiento o usar el comando mysql desde la línea de comandos. Por ejemplo:
ImportPostgreSqlDesc=Para importar un archivo de copia de seguridad, debe usar el comando pg_restore desde la línea de comando:
+FileNameToGenerate=Nombre de archivo para copia de seguridad:
CommandsToDisableForeignKeysForImport=Comando para desactivar claves externas en la importación
CommandsToDisableForeignKeysForImportWarning=Obligatorio si desea poder restaurar su volcado sql más tarde
MySqlExportParameters=Parámetros de exportación de MySQL
@@ -115,14 +145,22 @@ IgnoreDuplicateRecords=Ignorar errores de registro duplicado (INSERTAR IGNORAR)
AutoDetectLang=Autodetectar (idioma del navegador)
FeatureDisabledInDemo=Característica deshabilitada en demostración
FeatureAvailableOnlyOnStable=Característica solo disponible en versiones estables oficiales
+BoxesDesc=Los widgets son componentes que muestran información que puede agregar para personalizar algunas páginas. Puede elegir entre mostrar el widget o no seleccionando la página de destino y haciendo clic en 'Activar', o haciendo clic en la papelera para deshabilitarla.
OnlyActiveElementsAreShown=Solo se muestran los elementos de los módulos habilitados .
+ModulesDesc=Los módulos / aplicaciones determinan qué funciones están disponibles en el software. Algunos módulos requieren que se otorguen permisos a los usuarios después de activar el módulo. Haga clic en el botón de encendido / apagado (al final de la línea del módulo) para habilitar / deshabilitar un módulo / aplicación.
+ModulesDeployDesc=Si los permisos en su sistema de archivos lo permiten, puede utilizar esta herramienta para implementar un módulo externo. El módulo será visible en la pestaña %s .
ModulesMarketPlaces=Buscar aplicaciones / módulos externos
ModulesDevelopYourModule=Desarrolla tu propia aplicación / módulos
+ModulesDevelopDesc=También puede desarrollar su propio módulo o encontrar un socio para desarrollar uno para usted.
+DOLISTOREdescriptionLong=En lugar de activar el sitio web www.dolistore.com para encontrar un módulo externo, puede utilizar esta herramienta integrada que realizará la búsqueda en el mercado externo para usted (puede ser lento, necesita un acceso a Internet) ...
NotCompatible=Este módulo no parece compatible con su Dolibarr %s (Min. %s - Max. %s).
CompatibleAfterUpdate=Este módulo requiere una actualización de su Dolibarr %s (Min. %s - Max. %s).
SeeInMarkerPlace=Ver en Market place
AchatTelechargement=Compra / Descarga
+GoModuleSetupArea=Para implementar / instalar un nuevo módulo, vaya al área de configuración del módulo: %s .
DoliStoreDesc=DoliStore, el mercado oficial para los módulos externos Dolibarr ERP / CRM
+DoliPartnersDesc=Lista de empresas que ofrecen módulos o características desarrollados a medida. Nota: dado que Dolibarr es una aplicación de código abierto, cualquier persona con experiencia en programación PHP puede desarrollar un módulo.
+WebSiteDesc=Sitios web externos para más módulos complementarios (no principales) ...
URL=Enlazar
BoxesAvailable=Widgets disponibles
BoxesActivated=Widgets activados
@@ -131,8 +169,11 @@ SourceFile=Archivo fuente
AvailableOnlyIfJavascriptAndAjaxNotDisabled=Disponible solo si JavaScript no está deshabilitado
Required=Necesario
UsedOnlyWithTypeOption=Usado solo por alguna opción de agenda
+DoNotStoreClearPassword=Cifre las contraseñas almacenadas en la base de datos (NO como texto sin formato). Se recomienda encarecidamente activar esta opción.
+MainDbPasswordFileConfEncrypted=Cifra la contraseña de la base de datos almacenada en conf.php. Se recomienda encarecidamente activar esta opción.
InstrucToEncodePass=Para codificar la contraseña en el archivo conf.php, reemplace la línea $dolibarr_main_db_pass="..."; por $dolibarr_main_db_pass="crypted:%s";
InstrucToClearPass=Para decodificar la contraseña (elimina) en el archivo conf.php, reemplace la línea $dolibarr_main_db_pass="crypted: ..."; por $dolibarr_main_db_pass="%s";
+ProtectAndEncryptPdfFiles=Proteger los archivos PDF generados. Esto NO se recomienda ya que rompe la generación de PDF a granel.
ProtectAndEncryptPdfFilesDesc=La protección de un documento PDF lo mantiene disponible para leer e imprimir con cualquier navegador PDF. Sin embargo, la edición y copia ya no es posible. Tenga en cuenta que el uso de esta característica hace que la creación de un archivo PDF global fusionado no funcione.
Feature=Característica
Developpers=Desarrolladores / contribuyentes
@@ -142,29 +183,64 @@ OfficialWebHostingService=Servicios de alojamiento web a los que se hace referen
ReferencedPreferredPartners=Socios Preferidos
ForDocumentationSeeWiki=Para documentación del usuario o desarrollador (Doc, Preguntas frecuentes ...), echa un vistazo a la Wiki de Dolibarr: %s
ForAnswersSeeForum=Para cualquier otra pregunta/ayuda, puede utilizar el foro de Dolibarr: %s
+HelpCenterDesc1=Aquí hay algunos recursos para obtener ayuda y apoyo con Dolibarr.
+HelpCenterDesc2=Algunos de estos recursos solo están disponibles en inglés .
CurrentMenuHandler=Manejador de menú actual
SpaceX=Espacio X
SpaceY=Espacio Y
Emails=Correos electrónicos
EMailsSetup=Configuración de correos electrónicos
+EMailsDesc=Esta página le permite anular sus parámetros de PHP predeterminados para el envío de correo electrónico. En la mayoría de los casos en Unix / Linux OS, la configuración de PHP es correcta y estos parámetros no son necesarios.
EmailSenderProfiles=Perfiles de remitentes de correos electrónicos
+MAIN_MAIL_SMTP_PORT=Puerto SMTP / SMTPS (valor predeterminado en php.ini: %s )
+MAIN_MAIL_SMTP_SERVER=SMTP / SMTPS Host (valor predeterminado en php.ini: %s )
+MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Puerto SMTP / SMTPS (no definido en PHP en sistemas similares a Unix)
+MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS Host (no definido en PHP en sistemas similares a Unix)
+MAIN_MAIL_EMAIL_FROM=Correo electrónico del remitente para correos electrónicos automáticos (valor predeterminado en php.ini: %s )
+MAIN_MAIL_ERRORS_TO=El correo electrónico utilizado para el error devuelve correos electrónicos (campos 'Errores a' en los correos electrónicos enviados)
+MAIN_MAIL_AUTOCOPY_TO=Copiar (Bcc) todos los correos electrónicos enviados a
+MAIN_DISABLE_ALL_MAILS=Deshabilitar todo el envío de correo electrónico (para propósitos de prueba o demostraciones)
MAIN_MAIL_FORCE_SENDTO=Enviar todos los correos electrónicos a (en lugar de destinatarios reales, para fines de prueba)
+MAIN_MAIL_ENABLED_USER_DEST_SELECT=Agregar usuarios empleados con correo electrónico a la lista de destinatarios permitidos
+MAIN_MAIL_SENDMODE=Método de envío de correo electrónico
+MAIN_MAIL_SMTPS_ID=ID de SMTP (si el servidor de envío requiere autenticación)
+MAIN_MAIL_SMTPS_PW=Contraseña SMTP (si el servidor de envío requiere autenticación)
+MAIN_MAIL_EMAIL_TLS=Utilizar cifrado TLS (SSL)
+MAIN_MAIL_EMAIL_STARTTLS=Usar cifrado TLS (STARTTLS)
+MAIN_MAIL_EMAIL_DKIM_ENABLED=Usa DKIM para generar firma de correo electrónico
+MAIN_MAIL_EMAIL_DKIM_DOMAIN=Dominio de correo electrónico para usar con dkim
+MAIN_DISABLE_ALL_SMS=Deshabilitar todo el envío de SMS (para propósitos de prueba o demostraciones)
MAIN_SMS_SENDMODE=Método a usar para enviar SMS
+MAIN_MAIL_SMS_FROM=Número de teléfono del remitente predeterminado para el envío de SMS
+MAIN_MAIL_DEFAULT_FROMTYPE=Correo electrónico predeterminado del remitente para envío manual (correo electrónico del usuario o correo electrónico de la empresa)
UserEmail=Correo electrónico del usuario
+CompanyEmail=Email de la empresa
FeatureNotAvailableOnLinux=Característica no disponible en sistemas como Unix. Pruebe su programa sendmail localmente.
+SubmitTranslation=Si la traducción de este idioma no está completa o si encuentra errores, puede corregirlos editando los archivos en el directorio langs / %s y envíe su cambio a www.transifex.com/dolibarr-association/dolibarr/
SubmitTranslationENUS=Si la traducción de este idioma no está completa o si encuentra errores, puede corregir esto editando archivos en el directorio langs /%s y enviando archivos modificados en dolibarr.org/forum o para desarrolladores en github.com/Dolibarr/dolibarr.
ModulesSetup=Módulos / configuración de la aplicación
+ModuleFamilyCrm=Gestión de la relación con el cliente (CRM)
+ModuleFamilySrm=Gestión de relaciones con proveedores (VRM)
+ModuleFamilyProducts=Gestión de producto (PM)
ModuleFamilyProjects=Proyectos / trabajo colaborativo
ModuleFamilyTechnic=Herramientas de varios módulos
ModuleFamilyFinancial=Módulos financieros (Contabilidad / Tesorería)
ModuleFamilyECM=Gestión de contenido electrónico (ECM)
+ModuleFamilyPortal=Sitios web y otras aplicaciones frontales.
ModuleFamilyInterface=Interfaces con sistemas externos
MenuHandlers=Controladores de menú
MenuAdmin=Editor de menú
ThisIsAlternativeProcessToFollow=Esta es una configuración alternativa para procesar manualmente:
+FindPackageFromWebSite=Encuentre un paquete que proporcione las funciones que necesita (por ejemplo, en el sitio web oficial %s).
+DownloadPackageFromWebSite=Descargue el paquete (por ejemplo, desde el sitio web oficial %s).
+UnpackPackageInDolibarrRoot=Desempaquete / descomprima los archivos empaquetados en el directorio de su servidor Dolibarr: %s
+UnpackPackageInModulesRoot=Para implementar / instalar un módulo externo, descomprima / descomprima los archivos empaquetados en el directorio del servidor dedicado a los módulos externos: %s
+SetupIsReadyForUse=El despliegue del módulo ha finalizado. Sin embargo, debe habilitar y configurar el módulo en su aplicación yendo a los módulos de configuración de la página: %s .
NotExistsDirect=El directorio raíz alternativo no está definido en un directorio existente.
InfDirAlt=Desde la versión 3, es posible definir un directorio raíz alternativo. Esto le permite almacenar, en un directorio dedicado, complementos y plantillas personalizadas. Simplemente cree un directorio en la raíz de Dolibarr (p. Ej .: personalizado).
InfDirExample= Entonces, declare en el archivo conf.php $dolibarr_main_url_root_alt = '/ custom' $ dolibarr_main_document_root_alt = '/path/of /dolibarr/htdocs /custom' Si estas líneas se comentan con "#", para habilitarlas, simplemente elimine el comentario del carácter "#".
+YouCanSubmitFile=Alternativamente, puedes subir el paquete de archivos .zip del módulo:
+CallUpdatePage=Vaya a la página que actualiza la estructura de la base de datos y los datos: %s.
LastActivationIP=Última activación IP
UpdateServerOffline=Servidor de actualización fuera de línea
WithCounter=Administrar un contador
@@ -185,32 +261,49 @@ ErrorCantUseRazIfNoYearInMask=Error, no se puede usar la opción @ para restable
ErrorCantUseRazInStartedYearIfNoYearMonthInMask=Error, no puede usar la opción @ si la secuencia {aa} {mm} o {aaaa} {mm} no está en la máscara.
UMask=Parámetro UMask para nuevos archivos en el sistema de archivos Unix / Linux / BSD / Mac.
UMaskExplanation=Este parámetro le permite definir permisos establecidos por defecto en los archivos creados por Dolibarr en el servidor (durante la carga, por ejemplo). Debe ser el valor octal (por ejemplo, 0666 significa leer y escribir para todos). parámetro es inútil en un servidor de Windows.
+SeeWikiForAllTeam=Eche un vistazo a la página de Wiki para obtener una lista de colaboradores y su organización.
UseACacheDelay=Retardo para la respuesta de exportación en caché en segundos (0 o vacío para no caché)
DisableLinkToHelpCenter=Ocultar enlace "Necesita ayuda o soporte" en la página de inicio de sesión
DisableLinkToHelp=Ocultar link para ayuda online "%s"
+AddCRIfTooLong=No hay ajuste de texto automático, el texto que es demasiado largo no se mostrará en los documentos. Por favor agregue retornos de carro en el área de texto si es necesario.
+ConfirmPurge=¿Estás seguro de que quieres ejecutar esta purga? Esto eliminará de forma permanente todos sus archivos de datos sin posibilidad de restaurarlos (archivos ECM, archivos adjuntos ...).
MinLength=Longitud mínima
LanguageFilesCachedIntoShmopSharedMemory=Archivos .lang cargados en la memoria compartida
+ExamplesWithCurrentSetup=Ejemplos con la configuración actual.
ListOfDirectories=Lista de directorios de plantillas de OpenDocument
ListOfDirectoriesForModelGenODT=Lista de directorios que contienen archivos de plantillas con formato OpenDocument.
Ponga aquí la ruta completa de directorios. Agregue un retorno de carro entre cada directorio. Para agregar un directorio del módulo GED, agregue aquí DOL_DATA_ROOT/ecm/yourdirectoryname.
Los archivos en esos directorios deben terminar con .odt o .ods.
+NumberOfModelFilesFound=Número de archivos de plantilla ODT / ODS encontrados en estos directorios
FollowingSubstitutionKeysCanBeUsed= Para saber cómo crear sus plantillas de documento Odt, antes de almacenarlas en esos directorios, lea la documentación wiki:
FirstnameNamePosition=Posición del nombre / apellido
+DescWeather=Las siguientes imágenes se mostrarán en el tablero cuando el número de acciones tardías alcance los siguientes valores:
KeyForWebServicesAccess=Clave para usar los servicios web (parámetro "dolibarrkey" en los servicios web)
TestSubmitForm=Formulario de prueba de entrada
+ThisForceAlsoTheme=El uso de este administrador de menús también usará su propio tema, independientemente de la elección del usuario. Además, este administrador de menú especializado para teléfonos inteligentes no funciona en todos los teléfonos inteligentes. Utilice otro administrador de menú si tiene problemas con el suyo.
ThemeDir=Directorio de pieles
+ConnectionTimeout=El tiempo de conexión expiro
ResponseTimeout=Tiempo de espera de respuesta
SmsTestMessage=Mensaje de prueba de __PHONEFROM__ a __PHONETO__
ModuleMustBeEnabledFirst=El módulo %s debe estar habilitado primero si necesitas esta característica.
SecurityToken=Clave para asegurar URLs
+NoSmsEngine=No hay administrador de remitente de SMS disponible. Un administrador de remitentes de SMS no se instala con la distribución predeterminada porque dependen de un proveedor externo, pero puede encontrar algunos en %s
+PDFAddressForging=Reglas para cajas de direcciones
+HideAnyVATInformationOnPDF=Ocultar toda la información relacionada con el Impuesto de Ventas / IVA
PDFRulesForSalesTax=Reglas para el impuesto a las ventas / IVA
+HideLocalTaxOnPDF=Ocultar la tasa %s en la columna Venta de impuestos
+HideDescOnPDF=Ocultar descripción de productos
+HideRefOnPDF=Ocultar productos ref.
+HideDetailsOnPDF=Ocultar detalles de líneas de productos
PlaceCustomerAddressToIsoLocation=Utilice la posición estándar francesa (La Poste) para la posición de la dirección del cliente
Library=Biblioteca
UrlGenerationParameters=Parámetros para asegurar URLs
SecurityTokenIsUnique=Use un parámetro de clave segura único para cada URL
EnterRefToBuildUrl=Ingrese la referencia para el objeto %s
GetSecuredUrl=Obtener URL calculado
+ButtonHideUnauthorized=Ocultar botones para usuarios no administradores para acciones no autorizadas en lugar de mostrar botones deshabilitados en gris
OldVATRates=Tasa de IVA anterior
NewVATRates=Nueva tasa de IVA
PriceBaseTypeToChange=Modificar en precios con el valor de referencia base definido en
+MassConvert=Lanzar la conversión a granel
String=Cuerda
Int=Entero
Float=Flotador
@@ -218,11 +311,21 @@ Boolean=Boolean (una casilla de verificación)
ExtrafieldSelect =Seleccionar lista
ExtrafieldSelectList =Seleccionar de la mesa
ExtrafieldSeparator=Separador (no un campo)
+ExtrafieldRadio=Botones de radio (solo una opción)
ExtrafieldCheckBox=Casillas de verificación
ExtrafieldCheckBoxFromList=Casillas de verificación de la mesa
ExtrafieldLink=Enlace a un objeto
ComputedFormula=Campo computado
+ComputedFormulaDesc=Puede ingresar aquí una fórmula usando otras propiedades de objeto o cualquier código PHP para obtener un valor computado dinámico. Puedes usar cualquier fórmula compatible con PHP incluyendo "?" operador de condición y siguiente objeto global: $ db, $ conf, $ langs, $ mysoc, $ usuario, $ objeto . ADVERTENCIA : Solo algunas propiedades de $ object pueden estar disponibles. Si necesita una propiedad no cargada, solo busque el objeto en su fórmula como en el segundo ejemplo. El uso de un campo computado significa que no puede ingresar ningún valor desde la interfaz. Además, si hay un error de sintaxis, la fórmula puede no devolver nada.
Ejemplo de fórmula: $ objeto-> id <10? round ($ object-> id / 2, 2): ($ object-> id + 2 * $ user-> id) * (int) substr ($ mysoc-> zip, 1, 2)
Otro ejemplo de fórmula para forzar la carga del objeto y su objeto padre: (($ reloadedobj = nueva tarea ($ db)) && ($ reloadedobj-> fetch ($ object-> id)> 0) && ($ secondloadedobj = new Project ($ db)) && ($ secondloadedobj-> fetch ($ reloadedobj-> fk_project)> 0))? $ secondloadedobj-> ref: 'Proyecto principal no encontrado'
+ExtrafieldParamHelpPassword=Si deja este campo en blanco, significa que este valor se almacenará sin cifrado (el campo solo debe estar oculto con una estrella en la pantalla). Establezca 'auto' para usar la regla de cifrado predeterminada para guardar la contraseña en la base de datos (entonces el valor leído será solo el hash, no hay manera de recuperar el valor original)
+ExtrafieldParamHelpselect=La lista de valores debe ser líneas con clave de formato, valor (donde la clave no puede ser '0')
por ejemplo: 1, valor1 2, valor2 código3, valor3 ...
Para tener la lista dependiendo de otra lista de atributos complementarios: 1, value1 | options_ parent_list_code : parent_key 2, value2 | options_ parent_list_code : parent_key
Para tener la lista dependiendo de otra lista: 1, valor1 | parent_list_code : parent_key 2, valor2 | parent_list_code : parent_key
+ExtrafieldParamHelpcheckbox=La lista de valores debe ser líneas con clave de formato, valor (donde la clave no puede ser '0')
por ejemplo: 1, valor1 2, valor2 3, valor3 ...
+ExtrafieldParamHelpradio=La lista de valores debe ser líneas con clave de formato, valor (donde la clave no puede ser '0')
por ejemplo: 1, valor1 2, valor2 3, valor3 ...
+ExtrafieldParamHelpsellist=La lista de valores proviene de una tabla. Sintaxis: table_name: label_field: id_field :: filter Ejemplo: c_typent: libelle: id :: filter
- idfilter es necesariamente una clave int primaria - el filtro puede ser una prueba simple (por ejemplo, activo = 1) para mostrar solo el valor activo También puede usar $ ID $ en el filtro, que es la identificación actual del objeto actual Para hacer un SELECCIONAR en filtro usa $ SEL $ Si desea filtrar en campos adicionales use la sintaxis extra.fieldcode = ... (donde código de campo es el código de campo adicional)
Para tener la lista dependiendo de otra lista de atributos complementarios: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
Para tener la lista dependiendo de otra lista: c_typent: libelle: id: parent_list_code | parent_column: filter
+ExtrafieldParamHelpchkbxlst=La lista de valores proviene de una tabla. Sintaxis: table_name: label_field: id_field :: filter Ejemplo: c_typent: libelle: id :: filter
El filtro puede ser una prueba simple (por ejemplo, activo = 1) para mostrar solo el valor activo También puede usar $ ID $ en el filtro, que es la identificación actual del objeto actual Para hacer un SELECCIONAR en filtro usa $ SEL $ Si desea filtrar en campos adicionales use la sintaxis extra.fieldcode = ... (donde código de campo es el código de campo adicional)
Para tener la lista dependiendo de otra lista de atributos complementarios: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
Para tener la lista dependiendo de otra lista: c_typent: libelle: id: parent_list_code | parent_column: filter
+ExtrafieldParamHelplink=Los parámetros deben ser ObjectName: Classpath Sintaxis: ObjectName: Classpath Ejemplos: Societe: societe / class / societe.class.php Contacto: contact / class / contact.class.php
LibraryToBuildPDF=Biblioteca utilizada para la generación de PDF
+LocalTaxDesc=Algunos países pueden aplicar dos o tres impuestos en cada línea de factura. Si este es el caso, elija el tipo para el segundo y tercer impuesto y su tasa. Los tipos posibles son: 1: el impuesto local se aplica a los productos y servicios sin IVA (el impuesto local se calcula sobre el monto sin impuestos) 2: el impuesto local se aplica a los productos y servicios, incluido el IVA 3: el impuesto local se aplica a los productos sin IVA (el impuesto local se calcula sobre el monto sin impuestos) 4: el impuesto local se aplica a los productos, incluido el IVA 5: el impuesto local se aplica a los servicios sin IVA (el impuesto local se calcula sobre el monto sin impuestos) 6: el impuesto local se aplica a los servicios, incluido el IVA (el impuesto local se calcula sobre el monto + impuesto)
LinkToTestClickToDial=Ingrese un número de teléfono para llamar y mostrar un enlace para probar la URL de ClickToDial para el usuario %s
RefreshPhoneLink=Actualizar enlace
LinkToTest=Enlace de clic generado para el usuario %s(haga clic en el número de teléfono para probar)
@@ -230,74 +333,152 @@ KeepEmptyToUseDefault=Manténgalo vacío para usar el valor predeterminado
DefaultLink=Enlace predeterminado
ValueOverwrittenByUserSetup=Advertencia, este valor puede ser sobrescrito por la configuración específica del usuario (cada usuario puede establecer su propia URL de clicktodial)
ExternalModule=Módulo externo: instalado en el directorio %s
+BarcodeInitForthird-parties=Inicio masivo de código de barras para terceros.
BarcodeInitForProductsOrServices=Inicialización o reinicio masivo del código de barras para productos o servicios
CurrentlyNWithoutBarCode=Actualmente, tiene %s registros en %s %s sin código de barras definido.
InitEmptyBarCode=Valor inicial para los próximos %s registros vacíos
EraseAllCurrentBarCode=Borrar todos los valores actuales del código de barras
ConfirmEraseAllCurrentBarCode=¿Seguro que quieres borrar todos los valores actuales del código de barras?
AllBarcodeReset=Todos los valores del código de barras han sido eliminados
+NoBarcodeNumberingTemplateDefined=Ninguna plantilla de código de barras de numeración habilitada en la configuración del módulo de código de barras.
+ShowDetailsInPDFPageFoot=Agregue más detalles al pie de página, como la dirección de la empresa o los nombres de los gerentes (además de las identificaciones profesionales, el capital de la empresa y el número de IVA).
+NoDetails=No hay detalles adicionales en el pie de página.
DisplayCompanyManagers=Mostrar nombres de administrador
DisplayCompanyInfoAndManagers=Mostrar los nombres de administrador y dirección de la compañía
+EnableAndSetupModuleCron=Si desea que esta factura recurrente se genere automáticamente, el módulo * %s * debe estar habilitado y configurado correctamente. De lo contrario, la generación de facturas debe hacerse manualmente desde esta plantilla usando el botón * Crear *. Tenga en cuenta que incluso si habilita la generación automática, puede iniciar la generación manual de forma segura. No es posible generar duplicados para el mismo período.
+ModuleCompanyCodeCustomerAquarium=%s seguido de un código de cliente para un código de contabilidad de cliente
+ModuleCompanyCodeSupplierAquarium=%s seguido de un código de proveedor para un código de contabilidad de proveedor
ModuleCompanyCodePanicum=Devuelve un código de contabilidad vacío.
+ModuleCompanyCodeDigitaria=El código contable depende del código de terceros. El código se compone del carácter "C" en la primera posición, seguido de los primeros 5 caracteres del código de terceros.
Use3StepsApproval=De forma predeterminada, los pedidos de compra deben ser creados y aprobados por 2 usuarios diferentes (un paso / usuario para crear y un paso / usuario para aprobar. Tenga en cuenta que si el usuario tiene ambos permisos para crear y aprobar, un paso / usuario será suficiente) . Puede solicitar con esta opción que presente un tercer paso / aprobación del usuario, si el monto es mayor que un valor dedicado (por lo que se necesitarán 3 pasos: 1 = validación, 2 = primera aprobación y 3 = segunda aprobación si el monto es suficiente). Configure esto como vacío si una aprobación (2 pasos) es suficiente, configúrelo a un valor muy bajo (0.1) si siempre se requiere una segunda aprobación (3 pasos).
UseDoubleApproval=Utilice una aprobación de 3 pasos cuando la cantidad (sin impuestos) sea más alta que ...
+WarningPHPMail=ADVERTENCIA: a menudo es mejor configurar los correos electrónicos salientes para usar el servidor de correo electrónico de su proveedor en lugar de la configuración predeterminada. Algunos proveedores de correo electrónico (como Yahoo) no le permiten enviar un correo electrónico desde otro servidor que no sea su propio servidor. Su configuración actual utiliza el servidor de la aplicación para enviar correo electrónico y no el servidor de su proveedor de correo electrónico, por lo que algunos destinatarios (el compatible con el protocolo DMARC restrictivo) le preguntarán a su proveedor de correo electrónico si pueden aceptar su correo electrónico y algunos proveedores de correo electrónico. (como Yahoo) puede responder "no" porque el servidor no es de ellos, por lo que pocos de sus correos electrónicos enviados no serán aceptados (tenga cuidado también con la cuota de envío de su proveedor de correo electrónico). Si su proveedor de correo electrónico (como Yahoo) tiene esta restricción, debe cambiar la configuración de correo electrónico para elegir el otro método "Servidor SMTP" e ingresar el servidor SMTP y las credenciales proporcionadas por su proveedor de correo electrónico.
WarningPHPMail2=Si su proveedor SMTP de correo electrónico necesita restringir el cliente de correo electrónico a algunas direcciones IP (muy raras), esta es la dirección IP del agente de usuario de correo (MUA) para su aplicación ERP CRM: %s strong>.
ClickToShowDescription=Haga clic para mostrar la descripción
+DependsOn=Este módulo necesita el módulo (s)
RequiredBy=Este módulo es requerido por el módulo (s)
+TheKeyIsTheNameOfHtmlField=Este es el nombre del campo HTML. Se requiere conocimiento técnico para leer el contenido de la página HTML para obtener el nombre clave de un campo.
+PageUrlForDefaultValues=Debe ingresar la ruta relativa de la URL de la página. Si incluye parámetros en la URL, los valores predeterminados serán efectivos si todos los parámetros se configuran en el mismo valor.
+PageUrlForDefaultValuesCreate= Ejemplo: Para el formulario para crear un nuevo tercero, es %s . Para la URL de los módulos externos instalados en el directorio personalizado, no incluya "custom /", así que use la ruta como mymodule / mypage.php y no custom / mymodule / mypage.php. Si desea un valor predeterminado solo si la URL tiene algún parámetro, puede usar %s
+PageUrlForDefaultValuesList= Ejemplo: Para la página que enumera a terceros, es %s . Para la URL de los módulos externos instalados en el directorio personalizado, no incluya "custom /", así que use una ruta como mymodule / mypagelist.php y no custom / mymodule / mypagelist.php. Si desea un valor predeterminado solo si la URL tiene algún parámetro, puede usar %s
+EnableDefaultValues=Habilitar la personalización de los valores por defecto.
+GoIntoTranslationMenuToChangeThis=Se ha encontrado una traducción para la clave con este código. Para cambiar este valor, debe editarlo desde Home-Setup-translation.
WarningSettingSortOrder=Advertencia: establecer un orden de clasificación predeterminado puede dar como resultado un error técnico al ir a la página de la lista si el campo es un campo desconocido. Si experimenta dicho error, vuelva a esta página para eliminar el orden de clasificación predeterminado y restablecer el comportamiento predeterminado.
ProductDocumentTemplates=Plantillas de documentos para generar documentos de productos
FreeLegalTextOnExpenseReports=Texto legal gratuito en informes de gastos
WatermarkOnDraftExpenseReports=Marca de agua en los borradores de informes de gastos
AttachMainDocByDefault=Establezca esto en 1 si desea adjuntar el documento principal al correo electrónico de forma predeterminada (si corresponde)
+DAV_ALLOW_PRIVATE_DIR=Habilitar el directorio privado genérico (directorio dedicado de WebDAV llamado "privado" - es necesario iniciar sesión)
+DAV_ALLOW_PRIVATE_DIRTooltip=El directorio privado genérico es un directorio WebDAV al que cualquiera puede acceder con su inicio de sesión / aprobación de la aplicación.
+DAV_ALLOW_PUBLIC_DIR=Habilitar el directorio público genérico (directorio dedicado de WebDAV llamado "público" - no se requiere inicio de sesión)
+DAV_ALLOW_PUBLIC_DIRTooltip=El directorio público genérico es un directorio WebDAV al que todos pueden acceder (en modo de lectura y escritura), sin necesidad de autorización (cuenta de inicio de sesión / contraseña).
+DAV_ALLOW_ECM_DIR=Habilitar el directorio privado DMS / ECM (directorio raíz del módulo DMS / ECM - es necesario iniciar sesión)
+DAV_ALLOW_ECM_DIRTooltip=El directorio raíz donde se cargan manualmente todos los archivos cuando se utiliza el módulo DMS / ECM. De manera similar al acceso desde la interfaz web, necesitará un nombre de usuario / contraseña válido con permisos adecuados para acceder a ella.
+Module0Name=Usuarios y Grupos
Module0Desc=Gestión de usuarios / empleados y grupos
+Module1Desc=Gestión de empresas y contactos (clientes, prospectos ...).
Module2Desc=Administración comercial
+Module10Name=Contabilidad (simplificada)
+Module10Desc=Informes contables simples (revistas, facturación) basados en el contenido de la base de datos. No utiliza ninguna tabla de contabilidad.
Module20Name=Cotizaciones
Module20Desc=Gestión de cotizaciones/propuestas comerciales
+Module22Name=Correos masivos
Module23Desc=Monitoreo del consumo de energías
+Module25Name=Ordenes de venta
+Module25Desc=Gestión de órdenes de venta
Module30Name=Facturas
+Module30Desc=Gestión de facturas y notas de crédito para clientes. Gestión de facturas y notas de crédito para proveedores.
Module40Name=Vendedores
+Module40Desc=Proveedores y gestión de compras (órdenes de compra y facturación).
Module42Desc=Instalaciones de registro (archivo, syslog, ...). Dichos registros son para fines técnicos / de depuración.
Module49Desc=Gestión del editor
Module51Name=Envíos masivos
Module51Desc=Gerencia de correo de papel en masa
+Module54Desc=Gestión de contratos (servicios o suscripciones recurrentes).
Module55Desc=Gestión del código de barras
Module56Desc=Integración de telefonía
+Module57Name=Pagos de débito directo bancario
+Module57Desc=Gestión de órdenes de pago de débito directo. Incluye generación de archivo SEPA para países europeos.
Module58Desc=Integración de un sistema ClickToDial (Asterisk, ...)
Module59Desc=Agregar función para generar una cuenta de Bookmark4u desde una cuenta de Dolibarr
Module70Desc=Gestión de intervención
Module75Name=Notas de gastos y viaje
Module75Desc=Gestión de gastos y viajes
Module80Name=Envíos
+Module85Name=Bancos y efectivo
Module85Desc=Gestión de cuentas bancarias o de efectivo
+Module100Name=Sitio externo
+Module100Desc=Agregue un enlace a un sitio web externo como icono del menú principal. El sitio web se muestra en un marco debajo del menú superior.
Module105Desc=Mailman o interfaz SPIP para el módulo miembro
+Module200Desc=Sincronización de directorios LDAP
Module210Desc=Integración PostNuke
Module240Name=Exportación de datos
+Module240Desc=Herramienta para exportar datos de Dolibarr (con asistentes).
Module250Name=Importaciones de datos
+Module250Desc=Herramienta para importar datos a Dolibarr (con asistentes)
Module310Desc=Gestión de miembros de la Fundación
+Module320Desc=Añadir un feed RSS a las páginas de Dolibarr.
+Module330Name=Marcadores y accesos directos
+Module330Desc=Cree accesos directos, siempre accesibles, a las páginas internas o externas a las que accede con frecuencia.
+Module400Name=Proyectos o Leads
+Module400Desc=Gestión de proyectos, leads / oportunidades y / o tareas. También puede asignar cualquier elemento (factura, pedido, propuesta, intervención, ...) a un proyecto y obtener una vista transversal desde la vista del proyecto.
Module410Desc=Integración de Webcalendar
Module500Desc=Gestión de otros gastos (impuestos a la venta, impuestos sociales o fiscales, dividendos, ...)
+Module510Name=Sueldos
+Module510Desc=Registrar y rastrear los pagos de los empleados
+Module520Name=Prestamos
Module520Desc=Gestión de préstamos
+Module600Desc=Enviar notificaciones por correo electrónico desencadenadas por un evento empresarial: por usuario (configuración definida en cada usuario), por contactos de terceros (configuración definida en cada tercero) o por correos electrónicos específicos
+Module600Long=Tenga en cuenta que este módulo envía correos electrónicos en tiempo real cuando se produce un evento empresarial específico. Si está buscando una función para enviar recordatorios por correo electrónico para eventos de agenda, ingrese a la configuración del módulo Agenda.
+Module610Desc=Creación de variantes de producto (color, tamaño, etc.).
+Module770Name=Reporte de gastos
+Module770Desc=Gestionar informes de gastos reclamaciones (transporte, comida, ...)
+Module1120Name=Propuestas Comerciales de Proveedores
Module1120Desc=Solicitar propuesta comercial del vendedor y precios
Module1200Desc=Integración Mantis
Module1520Name=Generación de documentos
+Module1520Desc=Generación masiva de documentos por email.
Module1780Name=Etiquetas / Categorías
+Module1780Desc=Crear etiquetas / categoría (productos, clientes, proveedores, contactos o miembros)
+Module2000Desc=Permitir que los campos de texto sean editados / formateados usando CKEditor (html)
+Module2200Desc=Usa expresiones matemáticas para autogeneración de precios.
Module2300Name=Trabajos programados
Module2300Desc=Gestión programada de trabajos (alias cron o crono tabla)
Module2400Name=Eventos / Agenda
+Module2400Desc=Eventos de pista. Registre eventos automáticos con fines de seguimiento o registre eventos o reuniones manuales. Este es el módulo principal para una buena gestión de relaciones con clientes o proveedores.
Module2500Desc=Sistema de gestión de documentos / gestión electrónica de contenidos. Organización automática de sus documentos generados o almacenados. Compártelos cuando lo necesites.
Module2600Name=API / servicios web (servidor SOAP)
Module2600Desc=Habilite el servidor Dolibarr SOAP que proporciona servicios de API
Module2610Name=API / servicios web (servidor REST)
Module2610Desc=Habilite el servidor REST Dolibarr proporcionando servicios API
Module2660Name=Llamar a WebServices (cliente SOAP)
+Module2660Desc=Habilitar el cliente de servicios web de Dolibarr (puede usarse para enviar datos / solicitudes a servidores externos. Actualmente solo se admiten pedidos de compra).
+Module2700Desc=Utilice el servicio Gravatar en línea (www.gravatar.com) para mostrar la foto de los usuarios / miembros (que se encuentra en sus correos electrónicos). Necesita acceso a internet
Module2900Desc=Capacidades de conversiones GeoIP Maxmind
+Module3200Desc=Habilitar un registro inalterable de eventos empresariales. Los eventos se archivan en tiempo real. El registro es una tabla de solo lectura de eventos encadenados que se pueden exportar. Este módulo puede ser obligatorio para algunos países.
Module4000Desc=Gestión de recursos humanos (gestión del departamento, contratos de empleados y sentimientos)
Module5000Name=Multi-compañía
Module5000Desc=Le permite administrar múltiples compañías
Module6000Desc=Gestión de flujo de trabajo (creación automática de objeto y / o cambio de estado automático)
+Module10000Desc=Crea sitios web (públicos) con un editor WYSIWYG. Simplemente configure su servidor web (Apache, Nginx, ...) para que apunte al directorio dedicado de Dolibarr para tenerlo en línea en Internet con su propio nombre de dominio.
+Module20000Name=Gestión de solicitudes de licencia
+Module20000Desc=Definir y rastrear las solicitudes de permiso de los empleados.
+Module39000Desc=Lotes, números de serie, gestión de la fecha de caducidad de los productos.
+Module40000Name=Multi moneda
+Module40000Desc=Utilizar monedas alternativas en precios y documentos.
+Module50000Desc=Ofrecer a los clientes una página de pago en línea PayBox (tarjetas de crédito / débito). Esto se puede usar para permitir que sus clientes realicen pagos ad-hoc o pagos relacionados con un objeto Dolibarr específico (factura, pedido, etc.)
+Module50200Desc=Ofrezca a los clientes una página de pago en línea de PayPal (cuenta de PayPal o tarjetas de crédito / débito). Esto se puede usar para permitir que sus clientes realicen pagos ad-hoc o pagos relacionados con un objeto Dolibarr específico (factura, pedido, etc.)
+Module50300Name=Raya
+Module50300Desc=Ofrezca a los clientes una página de pago en línea de Stripe (tarjetas de crédito / débito). Esto se puede usar para permitir que sus clientes realicen pagos ad-hoc o pagos relacionados con un objeto Dolibarr específico (factura, pedido, etc.)
+Module50400Name=Contabilidad (doble entrada)
+Module50400Desc=Gestión contable (entradas dobles, soporte de contabilidad general y auxiliar). Exportar el libro mayor en varios otros formatos de software de contabilidad.
+Module54000Desc=Impresión directa (sin abrir los documentos) mediante la interfaz IPP de Cups (la impresora debe estar visible desde el servidor y CUPS debe estar instalada en el servidor).
Module55000Name=Encuesta, encuesta o voto
+Module55000Desc=Cree encuestas en línea, encuestas o votos (como Doodle, Studs, RDVz, etc.)
Module59000Desc=Módulo para administrar márgenes
Module60000Desc=Módulo para gestionar comisiones
+Module62000Desc=Añadir características para gestionar Incoterms.
+Module63000Desc=Gestionar recursos (impresoras, coches, salas, ...) para asignar a eventos.
Permission11=Lea las facturas de los clientes
Permission12=Crear/modificar facturas de clientes
Permission13=Desvalorizar facturas de clientes
@@ -314,6 +495,9 @@ Permission27=Eliminar cotizaciones
Permission28=Exportar las cotizaciones
Permission31=Leer productos
Permission36=Ver / administrar productos ocultos
+Permission41=Leer proyectos y tareas (proyectos compartidos y proyectos para los que estoy en contacto). También puede ingresar el tiempo consumido, para mí o para mi jerarquía, en las tareas asignadas (hoja de horas)
+Permission42=Crear / modificar proyectos (proyecto compartido y proyectos para los que estoy en contacto). También puede crear tareas y asignar usuarios a proyectos y tareas.
+Permission44=Eliminar proyectos (proyectos compartidos y proyectos para los que estoy en contacto)
Permission45=Proyectos de exportación
Permission61=Leer intervenciones
Permission67=Intervenciones de exportación
@@ -336,18 +520,23 @@ Permission109=Eliminar envíos
Permission111=Leer cuentas financieras
Permission112=Crear/modificar / eliminar y comparar transacciones
Permission113=Configurar cuentas financieras (crear, administrar categorías)
+Permission114=Conciliar transacciones
Permission115=Exportar transacciones y estados de cuenta
Permission116=Transferencias entre cuentas
+Permission117=Gestionar cheques despachando
Permission121=Leer terceros vinculados al usuario
Permission122=Crear/modificar terceros vinculados al usuario
Permission125=Eliminar terceros vinculados al usuario
Permission126=Exportar terceros
+Permission141=Lee todos los proyectos y tareas (también proyectos privados para los que no soy contacto)
+Permission142=Crear / modificar todos los proyectos y tareas (también proyectos privados para los cuales no soy un contacto)
Permission144=Eliminar todos los proyectos y tareas (también proyectos privados para los que no estoy en contacto)
Permission146=Leer proveedores
Permission147=Leer estadísticas
Permission151=Lea las órdenes de pago de débito directo
Permission152=Crear/modificar una orden de pago de débito directo
Permission153=Enviar / Transmitir órdenes de pago de débito directo
+Permission154=Registro de Créditos / Rechazos de órdenes de pago por domiciliación bancaria.
Permission161=Leer contratos/suscripciones
Permission163=Activar un servicio / suscripción de un contrato
Permission164=Deshabilitar un servicio / suscripción de un contrato
@@ -358,6 +547,15 @@ Permission173=Eliminar viajes y gastos
Permission174=Lee todos los viajes y gastos
Permission178=Viajes y gastos de exportación
Permission180=Leer proveedores
+Permission181=Leer órdenes de compra
+Permission182=Crear / modificar órdenes de compra.
+Permission183=Validar pedidos de compra
+Permission184=Aprobar ordenes de compra
+Permission185=Ordenar o cancelar pedidos de compra
+Permission186=Recibe órdenes de compra
+Permission187=Cerrar órdenes de compra
+Permission188=Cancelar órdenes de compra
+Permission194=Lee las líneas de ancho de banda
Permission203=Ordenar pedidos de conexiones
Permission204=Solicitar conexiones
Permission205=Gestionar las conexiones
@@ -378,15 +576,20 @@ Permission244=Ver los contenidos de las categorías ocultas
Permission251=Leer otros usuarios y grupos
PermissionAdvanced251=Leer otros usuarios
Permission252=Permisos de lectura de otros usuarios
+Permission253=Crea / modifica otros usuarios, grupos y permisos.
PermissionAdvanced253=Crear/modificar usuarios y permisos internos / externos
Permission254=Crear/modificar solo usuarios externos
Permission256=Eliminar o deshabilitar a otros usuarios
+Permission262=Extienda el acceso a todos los terceros (no solo a terceros para los cuales ese usuario es un representante de ventas). No es efectivo para usuarios externos (siempre se limita a ellos mismos para propuestas, pedidos, facturas, contratos, etc.). No es efectivo para proyectos (solo reglas sobre permisos de proyectos, visibilidad y asignaciones).
Permission271=Lee CA
Permission272=Leer facturas
Permission273=Emitir facturas
Permission281=Leer contactos
Permission291=Tarifas de lectura
Permission292=Establecer permisos sobre las tarifas
+Permission293=Modificar las tarifas del cliente.
+Permission300=Leer codigos de barras
+Permission301=Crear / modificar códigos de barras
Permission311=Leer Servicios
Permission312=Asignar servicio / suscripción al contrato
Permission331=Leer marcadores
@@ -400,6 +603,10 @@ Permission401=Leer descuentos
Permission402=Crear/modificar descuentos
Permission403=Validar descuentos
Permission404=Eliminar descuentos
+Permission430=Utilice la barra de depuración
+Permission511=Leer pagos de salarios.
+Permission512=Crear / modificar pagos de salarios.
+Permission514=Eliminar pagos de salarios.
Permission517=Salarios de exportación
Permission520=Leer préstamos
Permission522=Crear/modificar préstamos
@@ -409,6 +616,9 @@ Permission527=Préstamos a la exportación
Permission531=Leer Servicios
Permission536=Ver / administrar servicios ocultos
Permission538=Servicios de exportación
+Permission650=Leer las listas de materiales
+Permission651=Crear / actualizar facturas de materiales
+Permission652=Eliminar listas de materiales
Permission701=Leer donaciones
Permission771=Lea los informes de gastos (el suyo y sus subordinados)
Permission772=Crear/modificar informes de gastos
@@ -422,12 +632,34 @@ Permission1101=Leer órdenes de entrega
Permission1102=Crear/modificar órdenes de entrega
Permission1104=Validar órdenes de entrega
Permission1109=Eliminar pedidos de entrega
+Permission1121=Leer propuestas de proveedores
+Permission1122=Crear / modificar propuestas de proveedores.
+Permission1123=Validar propuestas de proveedores.
+Permission1124=Enviar propuestas de proveedores
+Permission1125=Eliminar propuestas de proveedores
+Permission1126=Cerrar las solicitudes de precios de proveedores
Permission1181=Leer proveedores
+Permission1182=Leer órdenes de compra
+Permission1183=Crear / modificar órdenes de compra.
+Permission1184=Validar pedidos de compra
+Permission1185=Aprobar ordenes de compra
+Permission1186=Ordenar órdenes de compra
+Permission1187=Acuse de recibo de las órdenes de compra
+Permission1188=Eliminar órdenes de compra
+Permission1190=Aprobar (segunda aprobación) órdenes de compra
Permission1201=Obtener el resultado de una exportación
Permission1202=Crear / Modificar una exportación
+Permission1231=Leer facturas de proveedores
+Permission1232=Crear / modificar facturas de proveedores
+Permission1233=Validar facturas de proveedores
+Permission1234=Eliminar facturas de proveedores
+Permission1235=Enviar facturas de proveedores por correo electrónico
+Permission1236=Exportar facturas de proveedores, atributos y pagos.
+Permission1237=Órdenes de compra de exportación y sus detalles.
Permission1251=Ejecutar las importaciones masivas de datos externos en la base de datos (carga de datos)
Permission1321=Exportar facturas, atributos y pagos de clientes
Permission1322=Reabrir una factura paga
+Permission1421=Exportación de pedidos y atributos de venta.
Permission2414=Exportar acciones / tareas de otros
Permission2501=Leer / Descargar documentos
Permission2502=Descargar documentos
@@ -435,6 +667,12 @@ Permission2503=Presentar o eliminar documentos
Permission2515=Configurar directorios de documentos
Permission2801=Use el cliente FTP en modo de lectura (navegue y descargue solamente)
Permission2802=Utilice el cliente FTP en modo de escritura (eliminar o cargar archivos)
+Permission4004=Empleados de exportación
+Permission10001=Leer el contenido del sitio web
+Permission10002=Crear / modificar el contenido del sitio web (contenido html y javascript)
+Permission10003=Crear / modificar el contenido del sitio web (código php dinámico). Peligroso, debe reservarse a desarrolladores restringidos.
+Permission20001=Lea las solicitudes de licencia (su licencia y las de sus subordinados)
+Permission20002=Cree / modifique sus solicitudes de licencia (su licencia y las de sus subordinados)
Permission20003=Eliminar solicitudes de permiso
Permission20004=Lea todas las solicitudes de licencia (incluso del usuario no subordinado)
Permission20005=Crear / modificar solicitudes de abandono para todos (incluso para usuarios no subordinados)
@@ -443,38 +681,77 @@ Permission23001=Leer trabajo programado
Permission23002=Crear / actualizar trabajo programado
Permission23003=Eliminar trabajo programado
Permission23004=Ejecutar trabajo programado
+Permission50101=Use el punto de venta
Permission50201=Leer transacciones
Permission50202=Transacciones de importación
+Permission50401=Enlazar productos y facturas con cuentas contables.
+Permission50411=Leer operaciones en el libro mayor
+Permission50412=Escribir / editar operaciones en el libro mayor.
+Permission50420=Reportes y reportes de exportación (facturación, balance, revistas, libro mayor)
+Permission50440=Gestionar plan de cuentas, configuración de contabilidad.
+Permission51002=Crear / actualizar activos
+Permission51005=Configuración de tipos de activos
Permission54001=Impresión
Permission59003=Lea cada margen de usuario
Permission63004=Enlace de recursos a eventos de la agenda
+DictionaryCompanyType=Tipos de terceros
+DictionaryCompanyJuridicalType=Entidades legales de terceros
+DictionaryProspectLevel=Potencial de prospecto
+DictionaryCanton=Estados / Provincias
+DictionaryCivility=Título de civilidad
+DictionarySocialContributions=Tipos de impuestos sociales o fiscales.
DictionaryVAT=Tipos de IVA o tasas de impuestos a las ventas
DictionaryRevenueStamp=Cantidad de estampillas fiscales
+DictionaryPaymentConditions=Términos de pago
+DictionaryTypeContact=Contacto / tipos de direcciones
+DictionaryTypeOfContainer=Sitio web - Tipo de páginas web / contenedores
DictionaryEcotaxe=Ecotax (RAEE)
+DictionaryFormatCards=Formatos de tarjeta
DictionaryFees=Informe de gastos: tipos de líneas de informe de gastos
DictionarySendingMethods=Métodos de envío
+DictionaryStaff=Número de empleados
DictionaryAvailability=Retraso en la entrega
DictionarySource=Origen de las propuestas / órdenes
DictionaryAccountancyCategory=Grupos personalizados para informes
DictionaryAccountancysystem=Modelos para el cuadro de cuentas
DictionaryAccountancyJournal=Libros contables
+DictionaryEMailTemplates=Plantillas de correo electrónico
+DictionaryMeasuringUnits=Unidades de medida
DictionaryProspectStatus=Estado de la perspectiva
+DictionaryHolidayTypes=Tipos de licencia
+DictionaryOpportunityStatus=Estado de plomo para proyecto / lider
+BackToModuleList=Volver a la lista de módulos
+BackToDictionaryList=Volver a la lista de diccionarios
TypeOfRevenueStamp=Tipo de sello fiscal
+VATManagement=Gestión de impuestos de ventas
+VATIsUsedDesc=De forma predeterminada, al crear prospectos, facturas, pedidos, etc., la tasa del impuesto a las ventas sigue la regla estándar activa: Si el vendedor no está sujeto al impuesto sobre las ventas, entonces el impuesto sobre las ventas se establece de manera predeterminada en 0. Fin de la regla. Si (el país del vendedor = el país del comprador), entonces el impuesto sobre las ventas por defecto es igual al impuesto sobre las ventas del producto en el país del vendedor. Fin de la regla. Si el vendedor y el comprador están en la Comunidad Europea y los productos son productos relacionados con el transporte (transporte, envío, línea aérea), el IVA predeterminado es 0. Esta regla depende del país del vendedor; consulte con su contador. El IVA debe ser pagado por el comprador a la oficina de aduanas de su país y no al vendedor. Fin de la regla. Si el vendedor y el comprador pertenecen a la Comunidad Europea y el comprador no es una empresa (con un número de IVA intracomunitario registrado), entonces el IVA está predeterminado para la tasa de IVA del país del vendedor. Fin de la regla. Si el vendedor y el comprador están en la Comunidad Europea y el comprador es una empresa (con un número de IVA intracomunitario registrado), el IVA es 0 por defecto. Fin de la regla. En cualquier otro caso, el valor predeterminado propuesto es Impuesto de ventas = 0. Fin de la regla.
+VATIsNotUsedDesc=Por defecto, el impuesto a las ventas propuesto es 0, que se puede utilizar para casos como asociaciones, individuos o pequeñas empresas.
+VATIsUsedExampleFR=En Francia, significa empresas u organizaciones que tienen un sistema fiscal real (real real o normal simplificado). Un sistema en el que se declara el IVA.
+VATIsNotUsedExampleFR=En Francia, significa asociaciones que no están declaradas sin impuestos de ventas o compañías, organizaciones o profesiones liberales que han elegido el sistema fiscal de microempresas (impuestos a las ventas en franquicia) y pagaron una franquicia Impuestos a las ventas sin declaración de impuestos a las ventas. Esta opción mostrará la referencia "Impuesto de ventas no aplicable - art-293B de CGI" en las facturas.
LocalTax1IsNotUsed=No use el segundo impuesto
+LocalTax1IsUsedDesc=Use un segundo tipo de impuesto (que no sea el primero)
+LocalTax1IsNotUsedDesc=No use otro tipo de impuesto (que no sea el primero)
LocalTax1Management=Segundo tipo de impuesto
LocalTax2IsNotUsed=No use el tercer impuesto
+LocalTax2IsUsedDesc=Use un tercer tipo de impuesto (que no sea el primero)
+LocalTax2IsNotUsedDesc=No use otro tipo de impuesto (que no sea el primero)
LocalTax2Management=Tercer tipo de impuesto
+LocalTax1IsUsedDescES=La tasa de RE por defecto al crear prospectos, facturas, pedidos, etc. sigue la regla estándar activa: Si el comprador no está sujeto a RE, RE por defecto = 0. Fin de la regla. Si el comprador está sujeto a RE, entonces RE es el predeterminado. Fin de la regla.
LocalTax1IsNotUsedDescES=Por defecto, la RE propuesta es 0. Fin de la regla.
LocalTax1IsUsedExampleES=En España son profesionales sujetos a algunas secciones específicas del IAE español.
LocalTax1IsNotUsedExampleES=En España son profesionales y sociedades y están sujetas a ciertas secciones del IAE español.
+LocalTax2IsUsedDescES=La tasa de IRPF por defecto al crear prospectos, facturas, pedidos, etc. sigue la regla estándar activa: Si el vendedor no está sujeto a IRPF, entonces IRPF por defecto = 0. Fin de la regla. Si el vendedor está sujeto a IRPF, entonces el IRPF por defecto. Fin de la regla.
LocalTax2IsNotUsedDescES=Por defecto, el IRPF propuesto es 0. Fin de la regla.
LocalTax2IsUsedExampleES=En España, autónomos y profesionales independientes que prestan servicios y empresas que han elegido el sistema impositivo de los módulos.
+LocalTax2IsNotUsedExampleES=En España son empresas no sujetas al régimen fiscal de los módulos.
CalcLocaltax=Informes sobre impuestos locales
CalcLocaltax1Desc=Los informes de impuestos locales se calculan con la diferencia entre las ventas locales y las compras locales.
CalcLocaltax2Desc=Los informes de impuestos locales son el total de compras de impuestos locales
CalcLocaltax3Desc=Los informes de impuestos locales son el total de las ventas de impuestos locales
LabelUsedByDefault=Etiqueta usada por defecto si no se puede encontrar traducción para el código
LabelOnDocuments=Etiqueta en documentos
+LabelOrTranslationKey=Etiqueta o clave de traducción
+NbOfDays=Numero de dias
AtEndOfMonth=Al final del mes
CurrentNext=Actual / Siguiente
Offset=Compensar
@@ -489,6 +766,7 @@ DatabasePort=Puerto de base
DatabaseUser=Usuario de la base
DatabasePassword=Contraseña de la base
Tables=Mesas
+NbOfRecord=No. de registros
DriverType=Tipo de controlador
SummarySystem=Resumen de información del sistema
SummaryConst=Lista de todos los parámetros de configuración de Dolibarr
@@ -499,17 +777,36 @@ Skin=Tema de la piel
DefaultSkin=Tema predeterminado de la piel
MaxSizeList=Longitud máxima para la lista
DefaultMaxSizeList=Longitud máxima predeterminada para las listas
+DefaultMaxSizeShortList=Longitud máxima predeterminada para listas cortas (es decir, en la tarjeta del cliente)
MessageLogin=Mensaje de la página de inicio
LoginPage=Página de inicio de sesión
PermanentLeftSearchForm=Formulario de búsqueda permanente en el menú de la izquierda
+EnableMultilangInterface=Habilitar soporte multilenguaje
EnableShowLogo=Mostrar logo en el menú de la izquierda
CompanyInfo=Empresa / Organización
+CompanyIds=Identidades de la empresa / organización
CompanyCurrency=Moneda principal
DoNotSuggestPaymentMode=No sugiera
NoActiveBankAccountDefined=No se definió una cuenta bancaria activa
OwnerOfBankAccount=Propietario de la cuenta bancaria %s
BankModuleNotActive=Módulo de cuentas bancarias no habilitado
ShowBugTrackLink=Mostrar el link "%s"
+DelaysOfToleranceDesc=Establezca el retraso antes de que aparezca un icono de alerta %s en la pantalla para el elemento tardío.
+Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Orden no procesada
+Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Orden de compra no procesada
+Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Propuesta no cerrada
+Delays_MAIN_DELAY_PROPALS_TO_BILL=Propuesta no facturada
+Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Servicio para activar
+Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Factura del proveedor sin pagar
+Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Factura del cliente sin pagar
+Delays_MAIN_DELAY_MEMBERS=Cuota de membresía retrasada
+Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Depósito de cheques no hecho
+Delays_MAIN_DELAY_EXPENSEREPORTS=Informe de gastos para aprobar
+SetupDescription1=Antes de comenzar a utilizar Dolibarr, se deben definir algunos parámetros iniciales y habilitar / configurar los módulos.
+SetupDescription2=Las siguientes dos secciones son obligatorias (las dos primeras entradas en el menú de configuración):
+SetupDescription3=%s -> %s Parámetros básicos utilizados para personalizar el comportamiento predeterminado de su aplicación (por ejemplo, para funciones relacionadas con el país).
+SetupDescription4=%s -> %s Este software es un conjunto de muchos módulos / aplicaciones, todos más o menos independientes. Los módulos relevantes a sus necesidades deben estar habilitados y configurados. Los nuevos elementos / opciones se agregan a los menús con la activación de un módulo.
+SetupDescription5=Otras entradas del menú de configuración manejan parámetros opcionales.
LogEvents=Eventos de auditoría de seguridad
InfoDolibarr=Sobre Dolibarr
InfoBrowser=Acerca del navegador
@@ -519,35 +816,67 @@ InfoDatabase=Acerca de la base
InfoPerf=Sobre representaciones
BrowserOS=Sistema operativo del navegador
ListOfSecurityEvents=Lista de eventos de seguridad de Dolibarr
+LogEventDesc=Habilitar el registro para eventos de seguridad específicos. Administradores el registro a través del menú %s - %s . Advertencia, esta característica puede generar una gran cantidad de datos en la base de datos.
AreaForAdminOnly=Los parámetros de configuración solo pueden modificarse por usuarios administradores.
SystemInfoDesc=La información del sistema es información técnica miscelánea que obtienes en modo solo lectura y visible solo para los administradores.
+CompanyFundationDesc=Editar la información de la empresa / entidad. Haga clic en el botón "%s" o "%s" en la parte inferior de la página.
+AccountantDesc=Si tiene un contador / contador externo, puede editar aquí su información.
AvailableModules=Aplicación / módulos disponibles
ToActivateModule=Para activar los módulos, vaya al Área de configuración (Inicio-> Configuración-> Módulos).
SessionTimeOut=Tiempo de espera para la sesión
+SessionExplanation=Este número garantiza que la sesión nunca caducará antes de este retraso, si el limpiador de sesión se realiza mediante el limpiador de sesión interno de PHP (y nada más). El limpiador interno de sesiones de PHP no garantiza que la sesión caduque después de este retraso. Expirará, después de este retraso, y cuando se ejecute el limpiador de sesiones, por lo que todos los accesos %s / %s , pero solo durante el acceso realizado por otras sesiones (si el valor es 0, significa que la eliminación de la sesión se realiza solo mediante un proceso externo) . Nota: en algunos servidores con un mecanismo de limpieza de sesión externo (cron en debian, ubuntu ...), las sesiones pueden destruirse después de un período definido por una configuración externa, sin importar el valor ingresado aquí.
TriggersAvailable=Disparadores disponibles
+TriggersDesc=Los disparadores son archivos que modificarán el comportamiento del flujo de trabajo de Dolibarr una vez que se copien en el directorio htdocs / core / triggers . Realizan nuevas acciones, activadas en eventos Dolibarr (creación de nueva empresa, validación de facturas, ...).
TriggerDisabledByName=Los desencadenantes en este archivo están deshabilitados por el sufijo -NORUN b> en su nombre.
TriggerDisabledAsModuleDisabled=Los disparadores en este archivo están deshabilitados ya que el módulo %s está deshabilitado.
TriggerAlwaysActive=Los activadores en este archivo están siempre activos, cualesquiera que sean los módulos Dolibarr activados.
TriggerActiveAsModuleActive=Los disparadores en este archivo están activos ya que el módulo %s está habilitado.
DictionaryDesc=Inserta todos los datos de referencia. Puede agregar sus valores a los valores predeterminados.
+ConstDesc=Esta página le permite editar (anular) los parámetros que no están disponibles en otras páginas. Estos son en su mayoría parámetros reservados para desarrolladores / solución avanzada de problemas. Para obtener una lista completa de los parámetros disponibles, consulte aquí .
MiscellaneousDesc=Todos los demás parámetros relacionados con la seguridad se definen aquí.
LimitsSetup=Límites / configuración de precisión
+LimitsDesc=Puede definir límites, precisiones y optimizaciones utilizadas por Dolibarr aquí
+MAIN_MAX_DECIMALS_UNIT=Max. decimales por precios unitarios
+MAIN_MAX_DECIMALS_TOT=Max. decimales para precios totales
+MAIN_MAX_DECIMALS_SHOWN=Max. Decimales por precios mostrados en pantalla . Agregue un punto suspensivo ... después de este parámetro (por ejemplo, "2 ...") si desea ver " ... " con el sufijo del precio truncado.
+MAIN_ROUNDING_RULE_TOT=Paso del rango de redondeo (para países donde el redondeo se realiza en otra cosa que no sea la base 10. Por ejemplo, coloque 0.05 si el redondeo se realiza con 0.05 pasos)
UnitPriceOfProduct=Precio unitario neto de un producto
+TotalPriceAfterRounding=Precio total (sin IVA / IVA incluido) después del redondeo
ParameterActiveForNextInputOnly=Parámetro efectivo solo para la siguiente entrada
+NoEventOrNoAuditSetup=No se ha registrado ningún evento de seguridad. Esto es normal si la auditoría no se ha habilitado en la página "Configuración - Seguridad - Eventos".
+NoEventFoundWithCriteria=No se ha encontrado ningún evento de seguridad para este criterio de búsqueda.
SeeLocalSendMailSetup=Consulte su configuración de sendmail local
+BackupDesc2=Realice una copia de seguridad del contenido del directorio "documentos" ( %s ) que contiene todos los archivos cargados y generados. Esto también incluirá todos los archivos de volcado generados en el Paso 1.
+BackupDesc3=Realice una copia de seguridad de la estructura y el contenido de su base de datos ( %s ) en un archivo de volcado. Para ello, puede utilizar el siguiente asistente.
+BackupDescX=El directorio archivado debe almacenarse en un lugar seguro.
BackupDescY=El archivo de volcado generado debe almacenarse en un lugar seguro.
+BackupPHPWarning=La copia de seguridad no se puede garantizar con este método. Anterior recomendado.
+RestoreDesc=Para restaurar una copia de seguridad de Dolibarr, se requieren dos pasos.
+RestoreDesc2=Restaure el archivo de copia de seguridad (archivo zip, por ejemplo) del directorio "documentos" a una nueva instalación de Dolibarr o en este directorio actual de documentos ( %s ).
+RestoreDesc3=Restaure la estructura de la base de datos y los datos de un archivo de volcado de respaldo en la base de datos de la nueva instalación de Dolibarr o en la base de datos de esta instalación actual ( %s ). Advertencia: una vez que se complete la restauración, debe usar un nombre de usuario / contraseña, que existía desde el momento de la copia de seguridad / instalación para volver a conectarse. Para restaurar una base de datos de respaldo en esta instalación actual, puede seguir este asistente.
RestoreMySQL=Importación de MySQL
ForcedToByAModule=Esta regla es forzada a %s por un módulo activado
+RunningUpdateProcessMayBeRequired=Parece que se requiere ejecutar el proceso de actualización (la versión del programa %s difiere de la versión de la base de datos %s)
YouMustRunCommandFromCommandLineAfterLoginToUser=Debe ejecutar este comando desde la línea de comando después de iniciar sesión en un shell con el usuario %s o debe agregar la opción -W al final de la línea de comandos para proporcionar una contraseña de %s.
DownloadMoreSkins=Más pieles para descargar
+SimpleNumRefModelDesc=Devuelve el número de referencia con el formato %syymm-nnnn donde yy es año, mm es mes y nnnn es secuencial sin restablecimiento
+ShowProfIdInAddress=Mostrar identificación profesional con direcciones
+ShowVATIntaInAddress=Ocultar número de IVA intracomunitario con direcciones
MeteoStdMod=Modo estandar
MeteoUseMod=Haz clic para usar %s
TestLoginToAPI=Prueba de inicio de sesión a la API
+ExternalAccess=Acceso externo / internet
+MAIN_PROXY_USE=Utilice un servidor proxy (de lo contrario el acceso es directo a internet)
+MAIN_PROXY_HOST=Servidor proxy: Nombre / Dirección
+MAIN_PROXY_USER=Servidor proxy: Login / Usuario
+DefineHereComplementaryAttributes=Defina aquí cualquier atributo adicional / personalizado que desee incluir para: %s
ExtraFields=Atributos complementarios
ExtraFieldsLines=Atributos complementarios (líneas)
ExtraFieldsLinesRec=Atributos complementarios (líneas plantillas de facturas)
ExtraFieldsSupplierOrdersLines=Atributos complementarios (líneas de pedido)
ExtraFieldsSupplierInvoicesLines=Atributos complementarios (líneas de factura)
+ExtraFieldsThirdParties=Atributos complementarios (tercero)
+ExtraFieldsContacts=Atributos complementarios (contactos / dirección)
ExtraFieldsMember=Atributos complementarios (miembro)
ExtraFieldsMemberType=Atributos complementarios (tipo de miembro)
ExtraFieldsCustomerInvoices=Atributos complementarios (facturas)
@@ -560,52 +889,89 @@ ExtraFieldHasWrongValue=El atributo %s tiene un valor incorrecto.
AlphaNumOnlyLowerCharsAndNoSpace=solo caracteres alfanuméricos y minúsculas sin espacio
SendmailOptionNotComplete=Advertencia, en algunos sistemas Linux, para enviar correos electrónicos desde su correo electrónico, la configuración de ejecución de sendmail debe contener la opción -ba (parámetro mail.force_extra_parameters en su archivo php.ini). Si algunos destinatarios nunca reciben correos electrónicos, intente editar este parámetro de PHP con mail.force_extra_parameters = -ba).
PathToDocuments=Camino a los documentos
+SendmailOptionMayHurtBuggedMTA=La función para enviar correos electrónicos mediante el método "PHP mail direct" generará un mensaje de correo que algunos servidores de correo de recepción podrían no analizar correctamente. El resultado es que algunas personas alojadas en esas plataformas con errores no pueden leer algunos correos. Este es el caso de algunos proveedores de Internet (Ej .: Orange en Francia). Este no es un problema con Dolibarr o PHP, sino con el servidor de correo receptor. Sin embargo, puede agregar una opción MAIN_FIX_FOR_BUGGED_MTA a 1 en Configuración - Otros para modificar Dolibarr para evitar esto. Sin embargo, puede experimentar problemas con otros servidores que utilizan estrictamente el estándar SMTP. La otra solución (recomendada) es utilizar el método "biblioteca de sockets SMTP", que no tiene inconvenientes.
TranslationSetup=Configuración de la traducción
TranslationKeySearch=Buscar una clave o cadena de traducción
TranslationOverwriteKey=Sobrescribir una cadena de traducción
+TranslationDesc=Cómo configurar el idioma de visualización: * Predeterminado / En todo el sistema: menú Inicio -> Configuración -> Mostrar * Por usuario: haga clic en el nombre de usuario en la parte superior de la pantalla y modifique la pestaña Configuración de pantalla de usuario en la tarjeta de usuario.
TranslationOverwriteDesc=También puede anular cadenas que llenan la siguiente tabla. Elija su idioma del menú desplegable "%s", inserte la cadena de clave de traducción en "%s" y su nueva traducción en "%s"
+TranslationOverwriteDesc2=Puede usar la otra pestaña para ayudarlo a saber qué clave de traducción usar
TranslationString=Cadena de traducción
CurrentTranslationString=Cadena de traducción actual
WarningAtLeastKeyOrTranslationRequired=Se requiere un criterio de búsqueda al menos para la cadena clave o de traducción
NewTranslationStringToShow=Nueva cadena de traducción para mostrar
OriginalValueWas=La traducción original se sobrescribe. El valor original fue:
%s
+TransKeyWithoutOriginalValue=Obligó una nueva traducción para la clave de traducción ' %s ' que no existe en ningún archivo de idioma
TotalNumberOfActivatedModules=Aplicaciones/módulos activos: %s/%s
YouMustEnableOneModule=Debe al menos habilitar 1 módulo
+ClassNotFoundIntoPathWarning=La clase %s no se encuentra en la ruta de PHP
+OnlyFollowingModulesAreOpenedToExternalUsers=Tenga en cuenta que solo los siguientes módulos están disponibles para usuarios externos (independientemente de los permisos de dichos usuarios) y solo si se otorgan permisos:
SuhosinSessionEncrypt=Almacenamiento de sesión cifrado por Suhosin
ConditionIsCurrently=La condición es actualmente %s
+YouUseBestDriver=Utiliza el controlador %s, que es el mejor controlador disponible en la actualidad.
+YouDoNotUseBestDriver=Utiliza el controlador %s, pero se recomienda el controlador %s.
SearchOptim=Optimización de búsqueda
-XCacheInstalled=XCache está cargado.
+BrowserIsOK=Está utilizando el navegador web %s. Este navegador está bien para la seguridad y el rendimiento.
+BrowserIsKO=Está utilizando el navegador web %s. Se sabe que este navegador es una mala elección para la seguridad, el rendimiento y la confiabilidad. Recomendamos usar Firefox, Chrome, Opera o Safari.
+AddRefInList=Mostrar cliente / vendedor ref. Lista de información (lista de selección o cuadro combinado) y la mayoría de los hipervínculos. Aparecerán terceros con un formato de nombre de "CC12345 - SC45678 - The Big Company corp". en lugar de "The Big Company corp".
+AddAdressInList=Mostrar la lista de información de la dirección del cliente / proveedor (seleccionar lista o cuadro combinado) Aparecerán terceros con el formato de nombre "The Big Company corp. - 21 jump street 123456 Big town - USA" en lugar de "The Big Company corp".
+AskForPreferredShippingMethod=Pregunte por el método de envío preferido para terceros.
FillThisOnlyIfRequired=Ejemplo: +2 (llenar solo si se experimentan problemas de compensación de zona horaria)
PasswordGenerationStandard=Devuelve una contraseña generada de acuerdo con el algoritmo interno de Dolibarr: 8 caracteres que contienen números compartidos y caracteres en minúscula.
+PasswordGenerationNone=No sugiera una contraseña generada. La contraseña debe escribirse manualmente.
PasswordGenerationPerso=Devuelve una contraseña de acuerdo a tu configuración definida personalmente.
SetupPerso=De acuerdo con tu configuración
PasswordPatternDesc=Descripción del patrón de contraseña
+DisableForgetPasswordLinkOnLogonPage=No mostrar el enlace "Contraseña olvidada" en la página de inicio de sesión
UsersSetup=Configuración del módulo de usuarios
+UserMailRequired=Email requerido para crear un nuevo usuario
HRMSetup=Configuración del módulo RRHH
CompanySetup=Configuración del módulo de empresas
+CompanyCodeChecker=Opciones para la generación automática de códigos de clientes / proveedores.
+AccountCodeManager=Opciones para la generación automática de códigos contables de clientes / proveedores.
+NotificationsDesc=Las notificaciones por correo electrónico se pueden enviar automáticamente para algunos eventos de Dolibarr. Los destinatarios de las notificaciones se pueden definir:
+NotificationsDescUser=* por usuario, un usuario a la vez.
+NotificationsDescGlobal=* o configurando direcciones de correo electrónico globales en esta página de configuración.
+DocumentModelOdt=Genere documentos desde plantillas de OpenDocument (archivos .ODT / .ODS de LibreOffice, OpenOffice, KOffice, TextEdit, ...)
WatermarkOnDraft=Marca de agua en el borrador del documento
JSOnPaimentBill=Activar la función para completar automáticamente las líneas de pago en forma de pago
+CompanyIdProfChecker=Reglas para las identificaciones profesionales
+MustBeMandatory=¿Obligatorio crear terceros (si se define el número de IVA o el tipo de empresa)?
MustBeInvoiceMandatory=Obligatorio para validar facturas?
TechnicalServicesProvided=Servicios técnicos proporcionados
+WebDAVSetupDesc=Este es el enlace para acceder al directorio WebDAV. Contiene un directorio "público" abierto a cualquier usuario que conozca la URL (si se permite el acceso al directorio público) y un directorio "privado" que necesita una cuenta / contraseña de inicio de sesión para acceder.
+WebDavServer=URL raíz del servidor %s: %s
WebCalUrlForVCalExport=Un enlace de exportación al formato %s está disponible en el siguiente enlace: %s
BillsSetup=Configuración del módulo de facturas
BillsNumberingModule=Modelo de numeración de facturas y notas de crédito
BillsPDFModules=Modelos de documentos de factura
+BillsPDFModulesAccordindToInvoiceType=Documentos de facturas de modelos según tipo de factura.
PaymentsPDFModules=Modelos de documentos de pago
ForceInvoiceDate=Forzar fecha de factura a fecha de validación
SuggestedPaymentModesIfNotDefinedInInvoice=Modo de pago sugerido en la factura por defecto si no está definido para la factura
+SuggestPaymentByRIBOnAccount=Sugerir pago por retiro en cuenta
+SuggestPaymentByChequeToAddress=Sugerir pago por cheque a
FreeLegalTextOnInvoices=Texto libre en las facturas
WatermarkOnDraftInvoices=Marca de agua en borradores de facturas (ninguna si está vacía)
PaymentsNumberingModule=Modelo de numeración de pagos
+SuppliersPayment=Pagos de proveedores
+SupplierPaymentSetup=Configuración de pagos de proveedores
PropalSetup=Configuración del módulo Cotizaciones
ProposalsNumberingModules=Módulos de numeración de cotizaciones
ProposalsPDFModules=Modelos de documentos de cotizaciones
+SuggestedPaymentModesIfNotDefinedInProposal=Modo de pago sugerido en la propuesta por defecto si no está definido para la propuesta
FreeLegalTextOnProposal=Texto libre en cotizaciones
WatermarkOnDraftProposal=Marca de agua en cotizaciones borrador (en caso de estar vacío)
BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL=Preguntar por el destino de la cuenta bancaria
+SupplierProposalSetup=Solicitud de precios de configuración del módulo de proveedores.
+SupplierProposalNumberingModules=Solicitudes de precio proveedores de numeración de modelos.
+SupplierProposalPDFModules=Solicitudes de precio proveedores documentos modelos.
+FreeLegalTextOnSupplierProposal=Texto libre en las solicitudes de precios proveedores
+WatermarkOnDraftSupplierProposal=Marca de agua en los proveedores de solicitudes de precios de borrador (ninguno si está vacío)
BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_PROPOSAL=Preguntar por el destino de la cuenta bancaria de la solicitud de precio
WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Pida la fuente de Warehouse para ordenar
BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Preguntar por el destino de la cuenta bancaria de la orden de compra
+OrdersSetup=Configuración de gestión de órdenes de venta
OrdersNumberingModules=Modelos de numeración de pedidos
OrdersModelModule=Modelos de documentos de pedido
WatermarkOnDraftOrders=Marca de agua a borradores de pedidos (ninguna si está vacía)
@@ -622,7 +988,9 @@ TemplatePDFContracts=Modelos de documentos de contratos
WatermarkOnDraftContractCards=Marca de agua en los proyectos de contratos (ninguno si está vacío)
MembersSetup=Configuración del módulo de miembros
AdherentLoginRequired=Administre un inicio de sesión para cada miembro
+AdherentMailRequired=Correo electrónico requerido para crear un nuevo miembro
MemberSendInformationByMailByDefault=La casilla de verificación para enviar la confirmación de correo a los miembros (validación o nueva suscripción) está activada por defecto
+MEMBER_REMINDER_EMAIL=Habilitar recordatorio automático por correo electrónico de suscripciones caducadas. Nota: El módulo %s debe estar habilitado y configurado correctamente para enviar recordatorios.
LDAPSetup=Configuración de LDAP
LDAPSynchronizeUsers=Organización de usuarios en LDAP
LDAPSynchronizeGroups=Organización de grupos en LDAP
@@ -630,6 +998,7 @@ LDAPSynchronizeContacts=Organización de contactos en LDAP
LDAPSynchronizeMembers=Organización de los miembros de la fundación en LDAP
LDAPSynchronizeMembersTypes=La organización de los miembros de la fundación escribe en LDAP
LDAPServerPort=Puerto de servicio
+LDAPServerPortExample=Puerto predeterminado: 389
LDAPServerUseTLS=Usa TLS
LDAPServerUseTLSExample=Su servidor LDAP usa TLS
LDAPAdminDn=Administrador DN
@@ -666,21 +1035,44 @@ LDAPTestSynchroMemberType=Pruebe la sincronización del tipo de miembro
LDAPTestSearch=Pruebe una búsqueda LDAP
LDAPSynchroOK=Prueba de sincronización exitosa
LDAPSynchroKO=Prueba de sincronización fallida
+LDAPSynchroKOMayBePermissions=Prueba de sincronización fallida. Compruebe que la conexión al servidor esté configurada correctamente y permita las actualizaciones de LDAP
LDAPTCPConnectOK=Conexión TCP al servidor LDAP exitosa (Servidor = %s, Puerto = %s)
LDAPTCPConnectKO=No se pudo conectar TCP al servidor LDAP (Servidor = %s, Puerto = %s)
+LDAPBindOK=Conexión / autenticación con el servidor LDAP correcta (Servidor = %s, Puerto = %s, Admin = %s, Contraseña = %s)
+LDAPBindKO=Falló la conexión / autenticación al servidor LDAP (Servidor = %s, Puerto = %s, Admin = %s, Contraseña = %s)
LDAPSetupForVersion3=Servidor LDAP configurado para la versión 3
LDAPSetupForVersion2=Servidor LDAP configurado para la versión 2
LDAPDolibarrMapping=Mapas de Dolibarr
LDAPLdapMapping=Asignación de LDAP
LDAPFieldLoginUnix=Iniciar sesión (Unix)
+LDAPFieldLoginExample=Ejemplo: uid
+LDAPFilterConnectionExample=Ejemplo: & (objectClass = inetOrgPerson)
+LDAPFieldLoginSambaExample=Ejemplo: samaccountname
+LDAPFieldFullnameExample=Ejemplo: cn
+LDAPFieldPasswordNotCrypted=Contraseña no cifrada
+LDAPFieldPasswordExample=Ejemplo: userPassword
+LDAPFieldCommonNameExample=Ejemplo: cn
+LDAPFieldNameExample=Ejemplo: sn
LDAPFieldFirstName=Primer nombre
+LDAPFieldFirstNameExample=Ejemplo: givenName
LDAPFieldMail=Dirección de correo electrónico
+LDAPFieldMailExample=Ejemplo: correo
LDAPFieldPhone=Número de teléfono profesional
+LDAPFieldPhoneExample=Ejemplo: número telefónico
LDAPFieldHomePhone=Número de teléfono personal
+LDAPFieldHomePhoneExample=Ejemplo: homephone
LDAPFieldMobile=Teléfono celular
+LDAPFieldMobileExample=Ejemplo: móvil
LDAPFieldFax=Número de fax
+LDAPFieldFaxExample=Ejemplo: facsimiletelephonenumber
LDAPFieldAddress=Calle
+LDAPFieldAddressExample=Ejemplo: calle
+LDAPFieldZipExample=Ejemplo: código postal
+LDAPFieldTownExample=Ejemplo: l
+LDAPFieldDescriptionExample=Ejemplo: descripción
LDAPFieldNotePublic=Nota pública
+LDAPFieldCompanyExample=Ejemplo: o
+LDAPFieldSidExample=Ejemplo: objectid
LDAPFieldEndLastSubscription=Fecha de finalización de la suscripción
LDAPFieldTitleExample=Ejemplo: título
LDAPSetupNotComplete=La configuración de LDAP no está completa (vaya a las pestañas de otros)
@@ -692,26 +1084,38 @@ LDAPDescMembers=Esta página le permite definir el nombre de los atributos LDAP
LDAPDescValues=Los valores de ejemplo están diseñados para OpenLDAP b> con los siguientes esquemas cargados: core.schema, cosine.schema, inetorgperson.schema b>). Si usa estos valores y OpenLDAP, modifique su archivo de configuración de LDAP slapd.conf b> para que se carguen todos estos esquemas.
ForANonAnonymousAccess=Para un acceso autenticado (para un acceso de escritura, por ejemplo)
PerfDolibarr=Configuración de rendimiento / informe de optimización
+YouMayFindPerfAdviceHere=Esta página proporciona algunas verificaciones o consejos relacionados con el rendimiento.
+NotInstalled=No está instalado, por lo que su servidor no se ralentiza por esto.
ApplicativeCache=Caché aplicable
MemcachedNotAvailable=No se encontró caché aplicativo. Puede mejorar el rendimiento instalando un servidor de caché Memcached y un módulo capaz de usar este servidor de caché. Más información aquí http: //wiki.dolibarr.org/index.php/Module_MemCached_EN . Tenga en cuenta que muchos proveedores de alojamiento web no proporcionan dicho servidor de caché.
MemcachedModuleAvailableButNotSetup=El módulo memcached para la memoria caché aplicativa se encuentra pero la configuración del módulo no está completa.
MemcachedAvailableAndSetup=El módulo memcached dedicado a usar el servidor memcached está habilitado.
OPCodeCache=Caché OPCode
+NoOPCodeCacheFound=No se ha encontrado ningún caché OPCode. Quizás esté utilizando un caché OPCode que no sea XCache o eAccelerator (bueno), o tal vez no tenga un caché OPCode (muy malo).
HTTPCacheStaticResources=Caché HTTP para recursos estáticos (css, img, javascript)
FilesOfTypeCached=Los archivos del tipo %s están en caché en el servidor HTTP
FilesOfTypeNotCached=El servidor HTTP no almacena en caché los archivos del tipo %s
FilesOfTypeCompressed=Los archivos del tipo %s están comprimidos por el servidor HTTP
FilesOfTypeNotCompressed=Los archivos del tipo %s no son comprimidos por el servidor HTTP
CacheByServer=Caché por servidor
+CacheByServerDesc=Por ejemplo, usando la directiva de Apache "ExpiresByType image / gif A2592000"
CacheByClient=Caché por navegador
CompressionOfResources=Compresión de respuestas HTTP
+CompressionOfResourcesDesc=Por ejemplo, usando la directiva de Apache "AddOutputFilterByType DEFLATE"
TestNotPossibleWithCurrentBrowsers=Tal detección automática no es posible con los navegadores actuales
+DefaultValuesDesc=Aquí puede definir el valor predeterminado que desea utilizar al crear un nuevo registro, y / o filtros predeterminados o el orden de clasificación cuando enumera los registros.
DefaultSearchFilters=Filtros de búsqueda predeterminados
DefaultSortOrder=Ordenar por defecto
+DefaultMandatory=Campos de formulario obligatorios
ProductSetup=Configuración del módulo de productos
ServiceSetup=Configuración del módulo de servicios
ProductServiceSetup=Configuración de módulos de productos y servicios
+NumberOfProductShowInSelect=Número máximo de productos para mostrar en las listas de selección de combo (0 = sin límite)
+ViewProductDescInFormAbility=Mostrar descripciones de productos en formularios (de lo contrario, se muestra en una ventana emergente de información sobre herramientas)
MergePropalProductCard=Activar en el producto / servicio pestaña Archivos adjuntos una opción para combinar el documento PDF del producto con la propuesta PDF azur si el producto / servicio figura en la propuesta
+ViewProductDescInThirdpartyLanguageAbility=Mostrar descripciones de los productos en el idioma del tercero.
+UseSearchToSelectProductTooltip=Además, si tiene una gran cantidad de productos (> 100 000), puede aumentar la velocidad configurando la constante PRODUCT_DONOTSEARCH_ANYWHERE en 1 en Configuración-> Otros. La búsqueda se limitará entonces al inicio de la cadena.
+UseSearchToSelectProduct=Espere hasta que presione una tecla antes de cargar el contenido de la lista de combo de productos (esto puede aumentar el rendimiento si tiene una gran cantidad de productos, pero es menos conveniente)
SetDefaultBarcodeTypeProducts=Tipo de código de barras predeterminado para usar en productos
SetDefaultBarcodeTypeThirdParties=Tipo de código de barras predeterminado para usar con terceros
UseUnits=Defina una unidad de medida para Cantidad durante la orden, propuesta o edición de líneas de factura
@@ -745,14 +1149,21 @@ BarcodeDescDATAMATRIX=Código de barras del tipo Datamatrix
BarcodeDescQRCODE=Código de barras del tipo de código QR
GenbarcodeLocation=Herramienta de línea de comandos de generación de código de barras (utilizada por el motor interno para algunos tipos de códigos de barras). Debe ser compatible con "genbarcode". Por ejemplo: / usr / local / bin / genbarcode
BarCodeNumberManager=Administrador para definir automáticamente los números de código de barras
+WithdrawalsSetup=Configuración del módulo de pagos de débito directo.
ExternalRSSSetup=Configuración de importaciones de RSS externo
NewRSS=Nueva fuente RSS
RSSUrlExample=Una fuente RSS interesante
MailingSetup=Configuración del módulo de correo electrónico
+MailingEMailFrom=Correo electrónico del remitente (De) para los correos electrónicos enviados por el módulo de correo electrónico
+MailingEMailError=Devolver correo electrónico (Errors-to) para correos electrónicos con errores
MailingDelay=Segundos para esperar después de enviar el siguiente mensaje
+NotificationSetup=Configuración del módulo de notificación por correo electrónico
+NotificationEMailFrom=Correo electrónico del remitente (De) para correos electrónicos enviados por el módulo de notificaciones
FixedEmailTarget=Recipiente
+SendingsSetup=Configuración del módulo de envío
SendingsReceiptModel=Modelo de recibo de envío
SendingsNumberingModules=Módulos de numeración de los mensajes
+NoNeedForDeliveryReceipts=En la mayoría de los casos, las hojas de envío se utilizan como hojas para las entregas a los clientes (lista de productos para enviar) y hojas que son recibidas y firmadas por el cliente. Por lo tanto, el recibo de entregas del producto es una función duplicada y rara vez se activa.
DeliveryOrderNumberingModules=Módulo de numeración de recibos de entregas de productos
DeliveryOrderModel=Modelo de recepción de entregas de productos
DeliveriesOrderAbility=Productos de soporte recibos de entregas
@@ -760,10 +1171,12 @@ FreeLegalTextOnDeliveryReceipts=Texto libre en recibos de entrega
ActivateFCKeditor=Activa el editor avanzado para:
FCKeditorForCompany=Creación / edición WYSIWIG de descripción y nota de elementos (excepto productos / servicios)
FCKeditorForProduct=WYSIWIG creación / edición de productos / servicios descripción y nota
+FCKeditorForProductDetails=Creación / edición WYSIWIG de líneas de detalles de productos para todas las entidades (propuestas, pedidos, facturas, etc.). Advertencia: el uso de esta opción para este caso no se recomienda seriamente, ya que puede crear problemas con los caracteres especiales y el formato de página al crear archivos PDF.
FCKeditorForMailing=Creación / edición WYSIWIG para eMailings masivos (Herramientas-> eMailing)
FCKeditorForUserSignature=Creación / edición WYSIWIG de la firma del usuario
FCKeditorForMail=Creación / edición WYSIWIG para todo el correo (excepto Herramientas-> correo electrónico)
StockSetup=Configuración del módulo de stock
+IfYouUsePointOfSaleCheckModule=Si utiliza el módulo de Punto de Venta (POS) provisto por defecto o un módulo externo, su configuración puede ser ignorada por su módulo de POS. La mayoría de los módulos de POS están diseñados de forma predeterminada para crear una factura de inmediato y disminuir el stock, independientemente de las opciones aquí. Por lo tanto, si necesita o no una disminución de existencias al registrar una venta desde su POS, verifique también la configuración de su módulo POS.
MenuDeleted=Menú borrado
NotTopTreeMenuPersonalized=Menús personalizados no vinculados a una entrada del menú superior
Menu=Selección de menú
@@ -781,6 +1194,7 @@ DetailRight=Condición para mostrar menús grises no autorizados
DetailLangs=Nombre de archivo Lang para la traducción del código de etiqueta
DetailUser=Pasante / Externo / Todos
Target=Objetivo
+DetailTarget=Destino para enlaces (_blank top abre una nueva ventana)
DetailLevel=Nivel (-1: menú superior, 0: menú del encabezado,> 0 menú y submenú)
ModifMenu=Cambio de menú
ConfirmDeleteMenu=¿Seguro que quieres eliminar la entrada del menú %s?
@@ -788,7 +1202,10 @@ FailedToInitializeMenu=Error al inicializar el menú
TaxSetup=Impuestos, impuestos sociales o fiscales y configuración del módulo de dividendos
OptionVatMode=IVA debido
OptionVATDebitOption=Devengo
+OptionVatDefaultDesc=El IVA se debe: - En la entrega de bienes (basado en la fecha de factura) - En pagos por servicios.
+OptionVatDebitOptionDesc=El IVA se debe: - En la entrega de bienes (basado en la fecha de factura) - En factura (débito) por servicios.
OptionPaymentForProductAndServicesDesc=El IVA es pagadero: - en el pago de bienes - en los pagos por servicios
+SummaryOfVatExigibilityUsedByDefault=Tiempo de elegibilidad de IVA por defecto de acuerdo a la opción elegida:
OnPayment=En pago
SupposedToBePaymentDate=Fecha de pago utilizada
SupposedToBeInvoiceDate=Fecha de la factura utilizada
@@ -801,16 +1218,32 @@ AccountancyCodeBuy=Cuenta de compra código
AgendaSetup=Configuración del módulo de eventos y agenda
PasswordTogetVCalExport=Clave para autorizar el enlace de exportación
PastDelayVCalExport=No exportar evento más antiguo que
+AGENDA_USE_EVENT_TYPE=Usar tipos de eventos (administrados en el menú Configuración -> Diccionarios -> Tipo de eventos de agenda)
+AGENDA_USE_EVENT_TYPE_DEFAULT=Establecer automáticamente este valor predeterminado para el tipo de evento en el formulario de creación de evento
+AGENDA_DEFAULT_FILTER_TYPE=Configure automáticamente este tipo de evento en el filtro de búsqueda de la vista de agenda
+AGENDA_DEFAULT_FILTER_STATUS=Establecer automáticamente este estado para eventos en el filtro de búsqueda de la vista de agenda
AGENDA_DEFAULT_VIEW=¿Qué pestaña desea abrir de forma predeterminada al seleccionar el menú Agenda?
AGENDA_REMINDER_EMAIL=Habilite el recordatorio de eventos por correo electrónico (la opción recordar/demorar se puede definir en cada evento). Nota: El módulo %s debe estar habilitado y configurado correctamente para que el recordatorio se envíe con la frecuencia correcta.
+AGENDA_REMINDER_BROWSER=Active el recordatorio de eventos en el navegador del usuario (cuando se alcanza la fecha del evento, cada usuario puede rechazar esto de la pregunta de confirmación del navegador)
AGENDA_REMINDER_BROWSER_SOUND=Habilitar notificación de sonido
AGENDA_SHOW_LINKED_OBJECT=Mostrar objeto vinculado en la vista de agenda
ClickToDialUrlDesc=Se llama a Url cuando se hace clic en el picto de un teléfono. En la URL, puede usar etiquetas __ PHONETO __ b> que se reemplazarán por el número de teléfono de la persona a quien llamar __ PHONEFROM __ b> que se reemplazará por el número de teléfono de la llamada persona (suya) __ LOGIN __ b> que se reemplazará con clicktodial de inicio de sesión (definido en la tarjeta de usuario) __ PASS __ b> que se reemplazará con clicktodial contraseña (definida en usuario tarjeta).
+ClickToDialDesc=Este módulo hace que los números de teléfono hagan clic enlaces Un clic en el icono hará que su teléfono llame al número. Esto se puede usar para llamar a un sistema de centro de llamadas de Dolibarr que puede llamar al número de teléfono en un sistema SIP, por ejemplo.
ClickToDialUseTelLink=Use solo un enlace "tel:" en los números de teléfono
+ClickToDialUseTelLinkDesc=Use este método si sus usuarios tienen un softphone o una interfaz de software instalada en la misma computadora que el navegador y se le llama cuando hace clic en un enlace de su navegador que comienza con "tel:". Si necesita una solución de servidor completa (sin necesidad de instalación de software local), debe configurar esto en "No" y completar el siguiente campo.
+CashDesk=Punto de venta
+CashDeskSetup=Configuración del módulo de punto de venta
+CashDeskThirdPartyForSell=Tercero genérico predeterminado para usar en ventas
CashDeskBankAccountForSell=Cuenta predeterminada para usar para recibir pagos en efectivo
+CashDeskBankAccountForCheque=Cuenta predeterminada a utilizar para recibir pagos con cheque.
CashDeskBankAccountForCB=Cuenta predeterminada para usar para recibir pagos con tarjeta de crédito
+CashDeskDoNotDecreaseStock=Deshabilite la disminución de existencias cuando se realiza una venta desde el punto de venta (si es "no", se realiza una disminución de existencias para cada venta realizada desde POS, independientemente de la opción establecida en el stock de módulos).
CashDeskIdWareHouse=Fuerce y restrinja el almacén para utilizarlo en la disminución de existencias
+StockDecreaseForPointOfSaleDisabled=Disminución de stock desde punto de venta deshabilitado
+StockDecreaseForPointOfSaleDisabledbyBatch=La disminución de stock en POS no es compatible con el módulo Serial / Lot management (actualmente activo), por lo que la disminución de stock está deshabilitada.
+CashDeskYouDidNotDisableStockDecease=No desactivó la disminución de existencias al realizar una venta desde el punto de venta. Por lo tanto se requiere un almacén.
BookmarkSetup=Configuración del módulo marcador
+BookmarkDesc=Este módulo le permite administrar los marcadores. También puede agregar accesos directos a cualquier página de Dolibarr o sitios web externos en su menú de la izquierda.
NbOfBoomarkToShow=Número máximo de marcadores para mostrar en el menú de la izquierda
WebServicesSetup=Configuración del módulo de servicios web
WebServicesDesc=Al habilitar este módulo, Dolibarr se convierte en un servidor de servicios web para proporcionar servicios web diversos.
@@ -822,10 +1255,15 @@ ApiExporerIs=Puede explorar y probar las API en la URL
OnlyActiveElementsAreExposed=Solo los elementos de los módulos habilitados están expuestos
WarningAPIExplorerDisabled=El explorador API se ha deshabilitado. El explorador de API no está obligado a proporcionar servicios de API. Es una herramienta para que el desarrollador encuentre / pruebe API REST. Si necesita esta herramienta, vaya a la configuración del módulo API REST para activarla.
BankSetupModule=Configuración del módulo de banco
+FreeLegalTextOnChequeReceipts=Texto libre en los recibos de cheques
BankOrderShow=Mostrar el orden de las cuentas bancarias para los países que usan "número de banco detallado"
BankOrderESDesc=Orden de exhibición en español
+ChequeReceiptsNumberingModule=Verifique el módulo de numeración de recibos
MultiCompanySetup=Configuración de módulo multi-compañía
+SuppliersSetup=Configuración del módulo de proveedor
+SuppliersCommandModel=Plantilla completa de pedido de compra (logo ...)
SuppliersInvoiceModel=Plantilla completa de la factura del proveedor (logotipo ...)
+SuppliersInvoiceNumberingModel=Facturas de proveedores de numeración de modelos.
IfSetToYesDontForgetPermission=Si se establece en sí, no se olvide de proporcionar permisos a los grupos o usuarios permitidos para la segunda aprobación
PathToGeoIPMaxmindCountryDataFile=Ruta al archivo que contiene la traducción de Maxmind a la traducción del país. Ejemplos: /usr/local/share/GeoIP/GeoIP.dat /usr/share/GeoIP/GeoIP.dat
NoteOnPathLocation=Tenga en cuenta que su archivo de datos de IP a país debe estar dentro de un directorio que su PHP puede leer (consulte la configuración de PHP open_basedir y los permisos del sistema de archivos).
@@ -837,6 +1275,7 @@ ProjectsSetup=Configuración del módulo de proyecto
ProjectsModelModule=Modelo de documento de informes de proyecto
TasksNumberingModules=Módulo de numeración de tareas
TaskModelModule=Tareas informa el modelo del documento
+UseSearchToSelectProject=Espere hasta que se presione una tecla antes de cargar el contenido de la lista de combo Proyecto. Esto puede mejorar el rendimiento si tiene una gran cantidad de proyectos, pero es menos conveniente.
AccountingPeriodCard=Período contable
NewFiscalYear=Nuevo período contable
OpenFiscalYear=Período contable abierto
@@ -851,18 +1290,24 @@ NoAmbiCaracAutoGeneration=No utilice caracteres ambiguos ("1", "l", "i", "|", "0
SalariesSetup=Configuración de los salarios del módulo
SortOrder=Orden de clasificación
Format=Formato
+TypePaymentDesc=0: Tipo de pago del cliente, 1: Tipo de pago del proveedor, 2: Tipo de pago de los clientes y proveedores
IncludePath=Incluir ruta (definida en la variable %s)
ExpenseReportsSetup=Configuración del módulo Informes de gastos
TemplatePDFExpenseReports=Plantillas de documentos para generar el documento de informe de gastos
ExpenseReportsIkSetup=Configuración del módulo Informes de gastos: índice Milles
NoModueToManageStockIncrease=No se ha activado ningún módulo capaz de gestionar el aumento automático de existencias. El aumento de existencias se realizará solo con la entrada manual.
-ListOfNotificationsPerUser=Lista de notificaciones por usuario *
+YouMayFindNotificationsFeaturesIntoModuleNotification=Puede encontrar opciones para notificaciones por correo electrónico habilitando y configurando el módulo "Notificación".
+GoOntoUserCardToAddMore=Vaya a la pestaña "Notificaciones" de un usuario para agregar o eliminar notificaciones para usuarios
GoOntoContactCardToAddMore=Vaya a la pestaña "Notificaciones" de un tercero para agregar o eliminar notificaciones de contactos/direcciones
Threshold=Límite
+BackupDumpWizard=Asistente para construir el archivo de copia de seguridad
SomethingMakeInstallFromWebNotPossible=La instalación del módulo externo no es posible desde la interfaz web por el siguiente motivo:
+SomethingMakeInstallFromWebNotPossible2=Por esta razón, el proceso de actualización descrito aquí es un proceso manual que solo puede realizar un usuario privilegiado.
InstallModuleFromWebHasBeenDisabledByFile=La instalación del módulo externo de la aplicación ha sido desactivada por su administrador. Debes pedirle que elimine el archivo %s para permitir esta función.
ConfFileMustContainCustom=La instalación o creación de un módulo externo desde la aplicación necesita guardar los archivos del módulo en el directorio %s. Para que Dolibarr procese este directorio, debe configurar su conf/conf.php para agregar las 2 líneas de directiva: $dolibarr_main_url_root_alt ='/custom'; $dolibarr_main_document_root_alt='%s/custom';
HighlightLinesOnMouseHover=Resalta las líneas de la mesa cuando el movimiento del mouse pasa por encima
+HighlightLinesColor=Resalte el color de la línea cuando pase el mouse (use 'ffffff' para no resaltar)
+HighlightLinesChecked=Resalte el color de la línea cuando esté marcada (use 'ffffff' para no resaltar)
TextTitleColor=Color del texto del título de la página
LinkColor=Color de enlaces
PressF5AfterChangingThis=Presione CTRL + F5 en el teclado o borre la caché de su navegador después de cambiar este valor para que sea efectivo
@@ -876,17 +1321,22 @@ BackgroundTableLineEvenColor=Color de fondo para líneas de mesas uniformes
MinimumNoticePeriod=Periodo de preaviso mínimo (Su solicitud de ausencia debe hacerse antes de este retraso)
NbAddedAutomatically=Cantidad de días añadidos a los contadores de usuarios (automáticamente) cada mes
EnterAnyCode=Este campo contiene una referencia para identificar la línea. Ingrese cualquier valor de su elección, pero sin caracteres especiales.
+UnicodeCurrency=Ingrese aquí entre llaves, lista de bytes que representan el símbolo de moneda. Por ejemplo: para $, ingrese [36] - para brasil R $ [82,36] - para €, ingrese [8364]
ColorFormat=El color RGB está en formato HEX, por ejemplo: FF0000
PositionIntoComboList=Posición de la línea en listas combinadas
SellTaxRate=Tasa de impuesto a la venta
RecuperableOnly=Sí para el IVA "No percibido pero recuperable" dedicado para un estado en Francia. Mantenga el valor en "No" en todos los demás casos.
+UrlTrackingDesc=Si el proveedor o el servicio de transporte ofrece una página o sitio web para verificar el estado de sus envíos, puede ingresar aquí. Puede usar la clave {TRACKID} en los parámetros de la URL para que el sistema la reemplace con el número de seguimiento que el usuario ingresó en la tarjeta de envío.
+OpportunityPercent=Cuando cree un cliente potencial, definirá una cantidad estimada de proyecto / cliente potencial. De acuerdo con el estado del cliente potencial, esta cantidad se puede multiplicar por esta tasa para evaluar el monto total que todos sus clientes potenciales pueden generar. El valor es un porcentaje (entre 0 y 100).
TemplateForElement=Este registro de plantilla está dedicado a qué elemento
+TemplateIsVisibleByOwnerOnly=La plantilla es visible solo para el propietario
VisibleNowhere=Visible en ninguna parte
FillFixTZOnlyIfRequired=Ejemplo: +2 (llenar solo si se experimentó un problema)
ExpectedChecksum=Suma de comprobación esperada
CurrentChecksum=Cheque actual
ForcedConstants=Valores constantes requeridos
MailToSendProposal=Propuestas de clientes
+MailToSendOrder=Ordenes de venta
MailToSendInvoice=Facturas de cliente
MailToSendSupplierRequestForQuotation=Solicitud de presupuesto
MailToSendSupplierOrder=Ordenes de compra
@@ -897,7 +1347,10 @@ YouUseLastStableVersion=Usas la última versión estable
TitleExampleForMajorRelease=Ejemplo de mensaje que puede usar para anunciar esta versión principal (no dude en utilizarla en sus sitios web)
TitleExampleForMaintenanceRelease=Ejemplo de mensaje que puede usar para anunciar esta versión de mantenimiento (no dude en utilizarla en sus sitios web)
ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s está disponible. La versión %s es una versión importante con muchas características nuevas para usuarios y desarrolladores. Puede descargarlo desde el área de descarga del portal https://www.dolibarr.org (versiones estables del subdirectorio). Puede leer ChangeLog para obtener la lista completa de cambios.
+ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s está disponible. La versión %s es una versión de mantenimiento, por lo que solo contiene correcciones de errores. Recomendamos a todos los usuarios actualizar a esta versión. Una versión de mantenimiento no introduce nuevas funciones o cambios en la base de datos. Puede descargarlo desde el área de descarga del portal https://www.dolibarr.org (subdirectorio Estable versiones). Puede leer el registro de cambios para obtener una lista completa de los cambios.
+MultiPriceRuleDesc=Cuando la opción "Varios niveles de precios por producto / servicio" está habilitada, puede definir diferentes precios (uno por nivel de precio) para cada producto. Para ahorrar tiempo, aquí puede ingresar una regla para autocalcular un precio para cada nivel basado en el precio del primer nivel, por lo que tendrá que ingresar solo un precio para el primer nivel para cada producto. Esta página está diseñada para ahorrarle tiempo, pero solo es útil si los precios de cada nivel son relativos al primer nivel. Puedes ignorar esta página en la mayoría de los casos.
ModelModulesProduct=Plantillas para documentos de productos
+ToGenerateCodeDefineAutomaticRuleFirst=Para poder generar códigos automáticamente, primero debe definir un administrador para definir automáticamente el número de código de barras.
SeeSubstitutionVars=Ver * nota para la lista de posibles variables de sustitución
AllPublishers=Todos los editores
AddRemoveTabs=Agregar o eliminar pestañas
@@ -916,14 +1369,71 @@ AddOtherPagesOrServices=Agregar otras páginas o servicios
AddModels=Agregar documento o plantillas de numeración
AddSubstitutions=Añadir sustituciones de teclas
DetectionNotPossible=La detección no es posible
+UrlToGetKeyToUseAPIs=Url para obtener el token para utilizar la API (una vez que se ha recibido, se guarda en la tabla de usuarios de la base de datos y debe proporcionarse en cada llamada a la API)
ListOfAvailableAPIs=Lista de API disponibles
+activateModuleDependNotSatisfied=El módulo "%s" depende del módulo "%s", que falta, por lo que el módulo "%1$s" puede no funcionar correctamente. Instale el módulo "%2$s" o desactive el módulo "%1$s" si quiere estar a salvo de alguna sorpresa
+CommandIsNotInsideAllowedCommands=El comando que está intentando ejecutar no está en la lista de comandos permitidos definidos en el parámetro $ dolibarr_main_restrict_os_commands en el archivo conf.php .
LandingPage=Página de destino
+SamePriceAlsoForSharedCompanies=Si utiliza un módulo de varias empresas, con la opción "Precio único", el precio también será el mismo para todas las empresas si los productos se comparten entre entornos.
ModuleEnabledAdminMustCheckRights=Módulo ha sido activado. Los permisos para los módulos activados se otorgaron solo a los usuarios administradores. Es posible que deba otorgar permisos a otros usuarios o grupos manualmente si es necesario.
+UserHasNoPermissions=Este usuario no tiene permisos definidos.
+TypeCdr=Utilice "Ninguno" si la fecha de pago es la fecha de la factura más un delta en días (delta es el campo "%s") Use "Al final del mes", si, después de delta, la fecha debe aumentarse para llegar al final del mes (+ un "%s" opcional en días) Utilice "Actual / Siguiente" para que la fecha del plazo de pago sea el primer N del mes después de delta (delta es el campo "%s", N se almacena en el campo "%s")
BaseCurrency=Moneda de referencia de la empresa (entre en la configuración de la empresa para cambiar esto)
+WarningNoteModulePOSForFrenchLaw=Este módulo %s cumple con las leyes francesas (Loi Finance 2016) porque el módulo de Registros no reversibles se activa automáticamente.
+WarningInstallationMayBecomeNotCompliantWithLaw=Está intentando instalar el módulo %s que es un módulo externo. Activar un módulo externo significa que confía en el editor de ese módulo y que está seguro de que este módulo no afecta negativamente el comportamiento de su aplicación y cumple con las leyes de su país (%s). Si el módulo introduce una característica ilegal, usted se hace responsable del uso de software ilegal.
+NothingToSetup=No se requiere ninguna configuración específica para este módulo.
SetToYesIfGroupIsComputationOfOtherGroups=Establezca esto en sí si este grupo es un cálculo de otros grupos
+EnterCalculationRuleIfPreviousFieldIsYes=Ingrese la regla de cálculo si el campo anterior se estableció en Sí (por ejemplo, 'CODEGRP1 + CODEGRP2')
SeveralLangugeVariatFound=Varias variantes de lenguaje encontradas
-OperationParamDesc=Define values to use for action, or how to extract values. For example: objproperty1=SET:abc objproperty1=SET:a value with replacement of __objproperty1__ objproperty3=SETIFEMPTY:abc objproperty4=EXTRACT:HEADER:X-Myheaderkey.*[^\\s]+(.*) options_myextrafield=EXTRACT:SUBJECT:([^\\s]*) object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)
Use a ; char as separator to extract or set several properties.
+GDPRContact=Oficial de protección de datos (DPO, privacidad de datos o contacto GDPR)
+GDPRContactDesc=Si almacena datos sobre empresas / ciudadanos europeos, puede nombrar al contacto que es responsable del Reglamento general de protección de datos aquí
+HelpOnTooltip=Texto de ayuda para mostrar en información sobre herramientas
+HelpOnTooltipDesc=Coloque texto o una clave de traducción aquí para que el texto se muestre en una información sobre herramientas cuando este campo aparezca en un formulario
+YouCanDeleteFileOnServerWith=Puede eliminar este archivo en el servidor con la línea de comandos: %s
+ChartLoaded=Plan de cuenta cargado
+EnableFeatureFor=Habilitar características para %s
+VATIsUsedIsOff=Nota: La opción de usar el impuesto sobre las ventas o el IVA se ha establecido en Desactivado en el menú %s - %s, por lo que el impuesto sobre las ventas o IVA utilizado siempre será 0 para las ventas.
+SwapSenderAndRecipientOnPDF=Intercambiar la posición de la dirección del remitente y el destinatario en documentos PDF
+FeatureSupportedOnTextFieldsOnly=Advertencia, función compatible solo en los campos de texto. También se debe establecer un parámetro de URL action = create o action = edit O el nombre de la página debe terminar con 'new.php' para activar esta función.
+EmailCollector=Recolector de correo electronico
+EmailCollectorDescription=Agregue un trabajo programado y una página de configuración para escanear los buzones de correo electrónico con regularidad (utilizando el protocolo IMAP) y registre los correos electrónicos recibidos en su aplicación, en el lugar correcto y / o cree algunos registros automáticamente (como clientes potenciales).
+NewEmailCollector=Nuevo coleccionista de email
+EMailHost=Host del servidor de correo electrónico IMAP
+EmailcollectorOperations=Operaciones a realizar por coleccionista.
+MaxEmailCollectPerCollect=Número máximo de correos electrónicos recogidos por cobro
+ConfirmCloneEmailCollector=¿Está seguro de que desea clonar el recopilador de correo electrónico %s?
+DateLastCollectResult=Fecha de última recopilación probada
+DateLastcollectResultOk=Fecha última recogida exitosa
+EmailCollectorConfirmCollectTitle=Correo electrónico recoger confirmación
+EmailCollectorConfirmCollect=¿Quieres ejecutar la colección para este coleccionista ahora?
+NoNewEmailToProcess=No hay correo electrónico nuevo (filtros coincidentes) para procesar
+XEmailsDoneYActionsDone=correos electrónicos %s calificados, correos electrónicos %s procesados con éxito (para %s registro / acciones realizadas)
+RecordEvent=Grabar evento de correo electrónico
+CreateLeadAndThirdParty=Crear plomo (y tercero si es necesario)
+CodeLastResult=Código de resultado más reciente
+NbOfEmailsInInbox=Número de correos electrónicos en el directorio de origen
+LoadThirdPartyFromName=Cargar búsqueda de terceros en %s (solo carga)
+LoadThirdPartyFromNameOrCreate=Cargar búsqueda de terceros en %s (crear si no se encuentra)
+ECMAutoTree=Mostrar arbol ECM automatico
+OperationParamDesc=Defina valores para usar para la acción, o cómo extraer valores. Por ejemplo: objproperty1 = SET: abc objproperty1 = SET: un valor con reemplazo de __objproperty1__ objproperty3 = SETIFEMPTY: abc objproperty4 = EXTRACT: HEADER: X-Myheaderkey. * [^ \\ s] + (. *) options_myextrafield = EXTRACT: SUBJECT: ([^ \\ s] *) object.objproperty5 = EXTRACT: BODY: el nombre de mi empresa es \\ s ([^ \\ s] *)
Utilizar una ; Char como separador para extraer o configurar varias propiedades.
+OpeningHoursDesc=Introduzca aquí el horario habitual de apertura de su empresa.
+ResourceSetup=Configuración del módulo de recursos
UseSearchToSelectResource=Use un formulario de búsqueda para elegir un recurso (en lugar de una lista desplegable).
DisabledResourceLinkUser=Deshabilitar característica para vincular un recurso a los usuarios
DisabledResourceLinkContact=Deshabilitar característica para vincular un recurso a contactos
ConfirmUnactivation=Confirmar restablecimiento del módulo
+OnMobileOnly=Sólo en pantalla pequeña (teléfono inteligente)
+DisableProspectCustomerType=Deshabilite el tipo de tercero "Prospecto + Cliente" (por lo tanto, el tercero debe ser Prospecto o Cliente, pero no pueden ser ambos)
+MAIN_OPTIMIZEFORTEXTBROWSER=Simplificar la interfaz para ciegos.
+MAIN_OPTIMIZEFORTEXTBROWSERDesc=Habilite esta opción si es una persona ciega o si utiliza la aplicación desde un navegador de texto como Lynx o Links.
+ThisValueCanOverwrittenOnUserLevel=Este valor puede ser sobrescrito por cada usuario desde su página de usuario - pestaña '%s'
+DefaultCustomerType=Tipo de tercero por defecto para el formulario de creación de "Nuevo cliente"
+ABankAccountMustBeDefinedOnPaymentModeSetup=Nota: La cuenta bancaria debe definirse en el módulo de cada modo de pago (Paypal, Stripe, ...) para que esta función funcione.
+RootCategoryForProductsToSellDesc=Si se define, solo los productos dentro de esta categoría o niños de esta categoría estarán disponibles en el Punto de venta
+DebugBar=Barra de debug
+WarningValueHigherSlowsDramaticalyOutput=Advertencia, los valores más altos ralentizan dramáticamente la salida.
+EXPORTS_SHARE_MODELS=Los modelos de exportación se comparten con todos.
+IfTrackingIDFoundEventWillBeLinked=Tenga en cuenta que si se encuentra un ID de seguimiento en el correo electrónico entrante, el evento se vinculará automáticamente a los objetos relacionados.
+EndPointFor=Punto final para %s: %s
+DeleteEmailCollector=Eliminar el colector de correo electrónico
+ConfirmDeleteEmailCollector=¿Estás seguro de que deseas eliminar este recopilador de correo electrónico?
diff --git a/htdocs/langs/es_CL/agenda.lang b/htdocs/langs/es_CL/agenda.lang
index 1c7223c54c1..d9cea825edb 100644
--- a/htdocs/langs/es_CL/agenda.lang
+++ b/htdocs/langs/es_CL/agenda.lang
@@ -17,8 +17,12 @@ ViewWeek=Vista de la semana
ViewPerUser=Por usuario
ViewPerType=Por tipo de vista
AutoActions=Llenado automático
+AgendaAutoActionDesc=Aquí puede definir los eventos que desea que Dolibarr cree automáticamente en Agenda. Si no se marca nada, solo las acciones manuales se incluirán en los registros y se mostrarán en la Agenda. El seguimiento automático de las acciones comerciales realizadas en objetos (validación, cambio de estado) no se guardará.
+AgendaSetupOtherDesc=Esta página ofrece opciones para permitir la exportación de sus eventos Dolibarr a un calendario externo (Thunderbird, Google Calendar, etc.)
AgendaExtSitesDesc=Esta página permite declarar fuentes externas de calendarios para ver sus eventos en la agenda de Dolibarr.
ActionsEvents=Eventos por los cuales Dolibarr creará una acción en agenda automáticamente
+EventRemindersByEmailNotEnabled=Los recordatorios de eventos por correo electrónico no se habilitaron en la configuración del módulo %s.
+COMPANY_DELETEInDolibarr=%s de terceros eliminado
PropalClosedSignedInDolibarr=Propuesta %s firmada
PropalClosedRefusedInDolibarr=Propuesta %s rechazada
PropalValidatedInDolibarr=Propuesta %s validada
@@ -32,6 +36,7 @@ MemberSubscriptionDeletedInDolibarr=Suscripción %s para el miembro %s eliminado
ShipmentValidatedInDolibarr=Envío %s validado
ShipmentClassifyClosedInDolibarr=Envío %s clasificado facturado
ShipmentUnClassifyCloseddInDolibarr=Envío %s clasificado reabierto
+ShipmentBackToDraftInDolibarr=Envío %s volver al estado de borrador
ShipmentDeletedInDolibarr=Envío %s eliminado
OrderCreatedInDolibarr=Orden %s creado
OrderValidatedInDolibarr=Orden %s validada
@@ -41,22 +46,34 @@ OrderBilledInDolibarr=Orden %s clasificado facturado
OrderApprovedInDolibarr=Orden %s aprobada
OrderRefusedInDolibarr=Orden %s rechazada
OrderBackToDraftInDolibarr=Ordene %s vuelva al estado del borrador
+ProposalSentByEMail=Propuesta comercial %s enviada por correo electrónico
+ContractSentByEMail=Contrato %s enviado por correo electrónico
+OrderSentByEMail=Pedido de venta %s enviado por correo electrónico
+InvoiceSentByEMail=Factura del cliente %s enviada por correo electrónico
+SupplierOrderSentByEMail=Orden de compra %s enviada por correo electrónico
+SupplierInvoiceSentByEMail=Factura del proveedor %s enviada por correo electrónico
+ShippingSentByEMail=Envío %s enviado por correo electrónico
ShippingValidated=Envío %s validado
ProposalDeleted=Propuesta eliminada
OrderDeleted=Orden eliminada
InvoiceDeleted=Factura borrada
+TICKET_MODIFYInDolibarr=Boleto %s modificado
+TICKET_ASSIGNEDInDolibarr=Boleto %s asignado
+TICKET_CLOSEInDolibarr=Boleto %s cerrado
DateActionEnd=Fecha final
AgendaUrlOptions1=También puede agregar los siguientes parámetros para filtrar la salida:
AgendaUrlOptions3=logina =%s para restringir la salida a acciones propiedad de un usuario%s.
AgendaUrlOptionsNotAdmin=logina=!%s para restringir la salida a acciones que no son propiedad del usuario %s.
AgendaUrlOptions4=logint =%s para restringir la salida a acciones asignadas al usuario %s (propietario y otros).
AgendaUrlOptionsProject= project = __ PROJECT_ID __ b> para restringir el resultado a acciones vinculadas al proyecto __ PROJECT_ID __ b>.
+AgendaUrlOptionsNotAutoEvent=notactiontype = systemauto para excluir eventos automáticos.
AgendaShowBirthdayEvents=Mostrar cumpleaños de contactos
AgendaHideBirthdayEvents=Ocultar cumpleaños de contactos
ExportDataset_event1=Lista de eventos de la agenda
DefaultWorkingDays=Rango predeterminado de días laborables en la semana (Ejemplo: 1-5, 1-6)
DefaultWorkingHours=Horas de trabajo predeterminadas en el día (Ejemplo: 9-18)
ExtSites=Importar calendarios externos
+ExtSitesEnableThisTool=Mostrar calendarios externos (definidos en la configuración global) en Agenda. No afecta a los calendarios externos definidos por los usuarios.
AgendaExtNb=Calendario no. %s
ExtSiteUrlAgenda=URL para acceder al archivo .ical
DateActionBegin=Fecha del evento de inicio
diff --git a/htdocs/langs/es_CL/assets.lang b/htdocs/langs/es_CL/assets.lang
index aa1b21e31d6..76872a25ac6 100644
--- a/htdocs/langs/es_CL/assets.lang
+++ b/htdocs/langs/es_CL/assets.lang
@@ -3,11 +3,15 @@ Assets =Bienes
AccountancyCodeAsset =Código de contabilidad (activo)
AccountancyCodeDepreciationAsset =Código de contabilidad (cuenta de activos de depreciación)
AccountancyCodeDepreciationExpense =Código de contabilidad (cuenta de gastos de depreciación)
+AssetsTypeSetup=Configuración de tipo de activo
DeleteType=Borrar
+ConfirmDeleteAssetType=¿Estás seguro de que quieres eliminar este tipo de activo?
+ShowTypeCard=Mostrar tipo '%s'
ModuleAssetsName =Bienes
ModuleAssetsDesc =Descripción de los activos
AssetsSetup =Configuración de activos
AssetsSetupPage =Página de configuración de activos
+ExtraFieldsAssetsType =Atributos complementarios (Tipo de activo)
AssetsTypeId=Identificación del tipo de activo
AssetsTypeLabel=Etiqueta de tipo de activo
MenuAssets =Bienes
diff --git a/htdocs/langs/es_CL/banks.lang b/htdocs/langs/es_CL/banks.lang
index 986887cb0c5..b6aa61864a8 100644
--- a/htdocs/langs/es_CL/banks.lang
+++ b/htdocs/langs/es_CL/banks.lang
@@ -1,8 +1,10 @@
# Dolibarr language file - Source file is en_US - banks
+MenuBankCash=Bancos | Efectivo
MenuVariousPayment=Pagos diversos
MenuNewVariousPayment=Nuevo pago misceláneo
BankAccount=cuenta bancaria
BankAccounts=Cuentas bancarias
+BankAccountsAndGateways=Cuentas bancarias | Puertas de acceso
AccountRef=Ref de cuenta financiera
AccountLabel=Etiqueta de cuenta financiera
CashAccount=Cuenta de efectivo
@@ -27,6 +29,8 @@ AccountStatementShort=Declaración
AccountStatements=Estados de cuenta
LastAccountStatements=Últimos estados de cuenta
IOMonthlyReporting=Informes mensuales
+BankAccountDomiciliation=Dirección del banco
+RIBControlError=Fallo en la comprobación de integridad de valores. Esto significa que la información para este número de cuenta no está completa o es incorrecta (ver país, números e IBAN).
CreateAccount=Crear una cuenta
MenuNewFinancialAccount=Nueva cuenta financiera
EditFinancialAccount=Editar cuenta
@@ -51,6 +55,7 @@ ListTransactionsByCategory=Entradas de la lista / categoría
TransactionsToConciliate=Entradas para conciliar
Conciliable=Puede ser reconciliado
Conciliation=Reconciliación
+SaveStatementOnly=Guardar solo declaración
ReconciliationLate=Reconciliación tarde
OnlyOpenedAccount=Solo cuentas abiertas
AccountToCredit=Cuenta al crédito
@@ -64,10 +69,12 @@ AddBankRecord=Añadir entrada
AddBankRecordLong=Agregar entrada manualmente
DateConciliating=Fecha de conciliación
BankLineConciliated=Entrada reconciliada
-WithdrawalPayment=Pago de retiros
+SupplierInvoicePayment=Pago del vendedor
+WithdrawalPayment=Orden de pago de débito
SocialContributionPayment=Pago de impuestos sociales/fiscales
BankTransfer=transferencia bancaria
BankTransfers=transferencias bancarias
+TransferDesc=Tras transferir de una cuenta a otra, Dolibarr escribirá dos registros (una cuenta de débito en origen y un crédito en una cuenta de destino). La misma cantidad (excepto el signo), la etiqueta y la fecha se utilizarán para esta transacción)
TransferTo=A
TransferFromToDone=Una transferencia de %s a %s de %s %s ha sido grabada.
CheckTransmitter=Transmisor
@@ -78,6 +85,7 @@ ConfirmDeleteCheckReceipt=¿Seguro que quieres eliminar este recibo de cheque?
BankChecks=Cheques bancarios
BankChecksToReceipt=Cheques en espera de depósito
ShowCheckReceipt=Mostrar recibo de depósito de cheques
+NumberOfCheques=No. de cheque
DeleteTransaction=Eliminar la entrada
ConfirmDeleteTransaction=¿Seguro que quieres eliminar esta entrada?
ThisWillAlsoDeleteBankRecord=Esto también eliminará la entrada bancaria generada
@@ -92,6 +100,8 @@ PaymentDateUpdateFailed=La fecha de pago no se pudo actualizar
Transactions=Actas
BankTransactionLine=Entrada bancaria
AllAccounts=Todas las cuentas bancarias y de efectivo
+FutureTransaction=Transacción futura. No se puede reconciliar.
+SelectChequeTransactionAndGenerate=Seleccione / filtrar cheques para incluir en el recibo de depósito de cheques y haga clic en "Crear".
InputReceiptNumber=Elija el extracto bancario relacionado con la conciliación. Use un valor numérico ordenable: AAAAMM o AAAAMMDD
EventualyAddCategory=Eventualmente, especifique una categoría en la cual clasificar los registros
ToConciliate=¿Para reconciliar?
@@ -103,7 +113,16 @@ ConfirmDeleteRib=¿Seguro que quieres eliminar este registro de BAN?
ConfirmRejectCheck=¿Seguro que quieres marcar este cheque como rechazado?
RejectCheckDate=Fecha en que se devolvió el cheque
BankAccountModelModule=Plantillas de documentos para cuentas bancarias
+DocumentModelSepaMandate=Plantilla de mandato de la SEPA. Útil para los países europeos en la CEE solamente.
DocumentModelBan=Plantilla para imprimir una página con información de BAN.
+NewVariousPayment=Nuevo pago misceláneo
+VariousPayment=Pago misceláneo
VariousPayments=Pagos diversos
+ShowVariousPayment=Mostrar pago misceláneo
+AddVariousPayment=Añadir pago misceláneo
SEPAMandate=Mandato de la SEPA
YourSEPAMandate=Su mandato de SEPA
+FindYourSEPAMandate=Este es su mandato de SEPA para autorizar a nuestra empresa a realizar un pedido de débito directo a su banco. Devuélvalo firmado (escaneo del documento firmado) o envíelo por correo a
+AutoReportLastAccountStatement=Rellene automáticamente el campo 'número de extracto bancario' con el último número de extracto al realizar la conciliación
+CashControl=Cerca de efectivo POS
+NewCashFence=Nueva valla de efectivo
diff --git a/htdocs/langs/es_CL/bills.lang b/htdocs/langs/es_CL/bills.lang
index 84353e435a0..21dcccac244 100644
--- a/htdocs/langs/es_CL/bills.lang
+++ b/htdocs/langs/es_CL/bills.lang
@@ -4,6 +4,8 @@ BillsCustomer=Factura del cliente
BillsSuppliers=Facturas del vendedor
BillsCustomersUnpaid=Facturas pendientes de pago de los clientes
BillsCustomersUnpaidForCompany=Facturas impagadas de los clientes para %s
+BillsSuppliersUnpaid=Facturas de proveedores sin pagar
+BillsSuppliersUnpaidForCompany=Facturas de proveedores sin pagar por %s
BillsLate=Pagos atrasados
BillsStatistics=Estadísticas de facturas de clientes
DisabledBecauseDispatchedInBookkeeping=Desactivado porque la factura se envió a la contabilidad
@@ -16,8 +18,10 @@ InvoiceProFormaAsk=Factura de proforma
InvoiceProFormaDesc= Factura proforma b> es una imagen de una factura verdadera pero no tiene valor contable.
InvoiceReplacement=Factura de reemplazo
InvoiceReplacementAsk=Reemplazo de factura por factura
+InvoiceReplacementDesc=La factura de reemplazo se utiliza para reemplazar completamente una factura sin que se haya recibido ningún pago.
Nota: Solo las facturas sin pago pueden ser reemplazadas. Si la factura que reemplaza aún no está cerrada, se cerrará automáticamente a "abandonada".
InvoiceAvoir=Nota de crédito
InvoiceAvoirAsk=Nota de crédito para corregir la factura
+InvoiceAvoirDesc=La nota de crédito es una factura negativa utilizada para corregir el hecho de que una factura muestra una cantidad que difiere de la cantidad realmente pagada (por ejemplo, el cliente pagó demasiado por error o no pagará la cantidad completa ya que algunos productos fueron devueltos).
invoiceAvoirWithLines=Crear nota de crédito con líneas de la factura de origen
invoiceAvoirWithPaymentRestAmount=Crear nota de crédito con la factura pendiente de pago de origen
invoiceAvoirLineWithPaymentRestAmount=Nota de crédito por el monto restante no pagado
@@ -28,6 +32,7 @@ ReplacementByInvoice=Reemplazado por factura
CorrectInvoice=Corregir factura %s
CorrectionInvoice=Factura de corrección
UsedByInvoice=Utilizado para pagar la factura %s
+NoReplacableInvoice=No hay facturas reemplazables.
NoInvoiceToCorrect=Sin factura para corregir
InvoiceHasAvoir=Fue fuente de una o varias notas de crédito
CardBill=Tarjeta de factura
@@ -35,6 +40,8 @@ PredefinedInvoices=Facturas Predefinidas
InvoiceCustomer=Factura del cliente
CustomerInvoice=Factura del cliente
CustomersInvoices=Facturas de clientes
+SupplierInvoice=Factura del proveedor
+SupplierBill=Factura del proveedor
SupplierBills=facturas de proveedores
PaymentBack=Pago de vuelta
CustomerInvoicePaymentBack=Pago de vuelta
@@ -42,21 +49,31 @@ PaymentsBack=Pagos de vuelta
paymentInInvoiceCurrency=en la moneda de las facturas
DeletePayment=Eliminar pago
ConfirmDeletePayment=¿Seguro que quieres eliminar este pago?
+ConfirmConvertToReduc2=El monto se guardará entre todos los descuentos y podría utilizarse como un descuento para una factura actual o futura para este cliente.
+ConfirmConvertToReducSupplier2=El monto se guardará entre todos los descuentos y podría utilizarse como un descuento para una factura actual o futura de este proveedor.
+SupplierPayments=Pagos de proveedores
ReceivedCustomersPayments=Pagos recibidos de los clientes
+PayedSuppliersPayments=Pagos pagados a los vendedores
ReceivedCustomersPaymentsToValid=Recibió pagos de clientes para validar
PaymentsReportsForYear=Informes de pagos para %s
PaymentsAlreadyDone=Pagos ya hechos
PaymentsBackAlreadyDone=Pagos ya hechos
PaymentRule=Regla de pago
PaymentTypeDC=Tarjeta de crédito débito
+PaymentTerm=Plazo de pago
+PaymentConditions=Términos de pago
+PaymentConditionsShort=Términos de pago
PaymentAmount=Monto del pago
PaymentHigherThanReminderToPay=Pago más alto que un recordatorio para pagar
+HelpPaymentHigherThanReminderToPay=Atención, el monto de pago de una o más facturas es mayor que el monto pendiente de pago. Edite su entrada, de lo contrario confirme y considere crear una nota de crédito por el exceso recibido por cada factura pagada en exceso.
+HelpPaymentHigherThanReminderToPaySupplier=Atención, el monto de pago de una o más facturas es mayor que el monto pendiente de pago. Edite su entrada, de lo contrario confirme y considere crear una nota de crédito por el exceso pagado por cada factura pagada en exceso.
ClassifyUnBilled=Clasificar 'Unbilled'
CreateCreditNote=Crear nota de crédito
AddBill=Crear factura o nota de crédito
AddToDraftInvoices=Agregar a la factura borrador
SearchACustomerInvoice=Buscar una factura de cliente
CancelBill=Cancelar una factura
+SendRemindByMail=Enviar recordatorio por correo electrónico
DoPayment=Ingrese el pago
DoPaymentBack=Ingrese el reembolso
ConvertToReduc=Marcar como crédito disponible
@@ -78,6 +95,8 @@ BillStatusNotRefunded=No reembolsado
BillStatusClosedUnpaid=Cerrado (sin pagar)
BillStatusClosedPaidPartially=Pagado (parcialmente)
BillShortStatusPaid=Pagado
+BillShortStatusPaidBackOrConverted=Reembolsado o convertido
+Refunded=Reintegrado
BillShortStatusConverted=Pagado
BillShortStatusCanceled=Abandonado
BillShortStatusValidated=Validado
@@ -87,11 +106,16 @@ BillShortStatusNotRefunded=No reembolsado
BillShortStatusClosedUnpaid=Cerrado
BillShortStatusClosedPaidPartially=Pagado (parcialmente)
PaymentStatusToValidShort=Validar
+ErrorVATIntraNotConfigured=Número de IVA intracomunitario aún no definido
+ErrorNoPaiementModeConfigured=No se ha definido ningún tipo de pago por defecto. Ir a la configuración del módulo de factura para solucionar este problema.
+ErrorCreateBankAccount=Cree una cuenta bancaria, luego vaya al panel de configuración del módulo Factura para definir los tipos de pago
ErrorBillNotFound=La factura %s no existe
+ErrorInvoiceAlreadyReplaced=Error, intentó validar una factura para reemplazar la factura %s. Pero este ya ha sido reemplazado por la factura %s.
ErrorDiscountAlreadyUsed=Error, descuento ya usado
ErrorInvoiceAvoirMustBeNegative=Error, la factura correcta debe tener una cantidad negativa
ErrorInvoiceOfThisTypeMustBePositive=Error, este tipo de factura debe tener una cantidad positiva
ErrorCantCancelIfReplacementInvoiceNotValidated=Error, no puede cancelar una factura que ha sido reemplazada por otra factura que todavía está en estado de borrador
+ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=Esta parte u otra ya está en uso, por lo que no se pueden eliminar las series de descuento
BillFrom=De
BillTo=A
ActionsOnBill=Acciones en la factura
@@ -101,10 +125,13 @@ FoundXQualifiedRecurringInvoiceTemplate=Se encontró %s factura (s) de plantilla
NotARecurringInvoiceTemplate=No es una factura de plantilla recurrente
LatestTemplateInvoices=%s últimas plantillas de facturas
LatestCustomerTemplateInvoices=%s últimas plantillas de facturas de cliente
+LatestSupplierTemplateInvoices=Las últimas facturas de la plantilla de proveedor %s
LastCustomersBills=Últimas facturas de clientes %s
+LastSuppliersBills=Las últimas facturas de proveedor %s
AllCustomerTemplateInvoices=Todas las plantillas de facturas
DraftBills=Borrador de facturas
CustomersDraftInvoices=Factura del cliente
+SuppliersDraftInvoices=Proyecto de facturas del vendedor.
Unpaid=No pagado
ConfirmDeleteBill=¿Seguro que quieres eliminar esta factura?
ConfirmValidateBill=¿Está seguro de que desea validar esta factura con referencia %s?
@@ -113,20 +140,28 @@ ConfirmClassifyPaidBill=¿Está seguro de que desea cambiar la factura del %s
ConfirmCancelBill=¿Seguro que quieres cancelar la factura del %s?
ConfirmCancelBillQuestion=¿Por qué quiere clasificar esta factura como "abandonada"?
ConfirmClassifyPaidPartially=¿Está seguro de que desea cambiar la factura del %s al estado pagado?
+ConfirmClassifyPaidPartiallyQuestion=Esta factura no ha sido pagada en su totalidad. ¿Cuál es la razón para cerrar esta factura?
+ConfirmClassifyPaidPartiallyReasonAvoir=Queda sin pagar (%s %s) es un descuento otorgado porque el pago se realizó antes del plazo. Regularizo el IVA con una nota de crédito.
ConfirmClassifyPaidPartiallyReasonDiscount=El no pagado restante (%s %s) es un descuento otorgado porque el pago se realizó antes del plazo.
ConfirmClassifyPaidPartiallyReasonDiscountNoVat=El impago restante (%s%s) es un descuento otorgado porque el pago se realizó antes del plazo. Acepto perder el IVA sobre este descuento.
ConfirmClassifyPaidPartiallyReasonDiscountVat=El impago restante (%s%s) es un descuento otorgado porque el pago se realizó antes del plazo. Recupero el IVA de este descuento sin una nota de crédito.
ConfirmClassifyPaidPartiallyReasonBadCustomer=Mal cliente
ConfirmClassifyPaidPartiallyReasonProductReturned=Productos devueltos parcialmente
ConfirmClassifyPaidPartiallyReasonOther=Cantidad abandonada por otra razón
+ConfirmClassifyPaidPartiallyReasonDiscountNoVatDesc=Esta opción es posible si su factura ha recibido comentarios adecuados. (Ejemplo: solo el impuesto correspondiente al precio que realmente se pagó otorga derechos de deducción »)
+ConfirmClassifyPaidPartiallyReasonDiscountVatDesc=En algunos países, esta opción podría ser posible solo si su factura contiene las notas correctas.
ConfirmClassifyPaidPartiallyReasonAvoirDesc=Utilice esta opción si el resto no es adecuado
+ConfirmClassifyPaidPartiallyReasonBadCustomerDesc=Un mal cliente es un cliente que se niega a pagar su deuda.
ConfirmClassifyPaidPartiallyReasonProductReturnedDesc=Esta opción se usa cuando el pago no está completo porque algunos de los productos fueron devueltos
+ConfirmClassifyPaidPartiallyReasonOtherDesc=Utilice esta opción si todas las demás no son adecuadas, por ejemplo, en la siguiente situación: - Pago no completado porque algunos productos fueron enviados de vuelta. - cantidad reclamada demasiado importante porque se olvidó un descuento En todos los casos, la cantidad reclamada en exceso debe corregirse en el sistema contable mediante la creación de una nota de crédito.
ConfirmClassifyAbandonReasonOtherDesc=Esta elección se usará en todos los demás casos. Por ejemplo, porque planea crear una factura de reemplazo.
ConfirmCustomerPayment=¿Confirma esta entrada de pago para %s %s?
ConfirmSupplierPayment=¿Confirma esta entrada de pago para %s %s?
ConfirmValidatePayment=¿Seguro que quieres validar este pago? No se puede hacer ningún cambio una vez que se valida el pago.
UnvalidateBill=Desvalidar factura
+NumberOfBillsByMonth=Nº de facturas al mes.
AmountOfBills=Cantidad de facturas
+AmountOfBillsHT=Importe de las facturas (neto de impuestos)
AmountOfBillsByMonthHT=Importe de facturas por mes (neto de impuestos)
ShowSocialContribution=Mostrar impuesto social / fiscal
ShowBill=Mostrar factura
@@ -166,8 +201,11 @@ DateInvoice=Fecha de la factura
DatePointOfTax=Punto de impuesto
NoInvoice=Sin factura
ClassifyBill=Clasificar factura
+SupplierBillsToPay=Facturas de proveedores sin pagar
CustomerBillsUnpaid=Facturas pendientes de pago de los clientes
NonPercuRecuperable=No recuperable
+SetConditions=Establecer condiciones de pago
+SetMode=Establecer tipo de pago
SetRevenuStamp=Establecer sello de ingresos
Billed=Pagado
RepeatableInvoice=Factura de la plantilla
@@ -176,7 +214,9 @@ Repeatable=Modelo
ChangeIntoRepeatableInvoice=Convertir en factura de plantilla
CreateRepeatableInvoice=Crear factura de plantilla
CreateFromRepeatableInvoice=Crear a partir de la factura de la plantilla
+CustomersInvoicesAndInvoiceLines=Facturas de los clientes y detalles de la factura.
CustomersInvoicesAndPayments=Facturas y pagos de clientes
+ExportDataset_invoice_1=Facturas de los clientes y detalles de la factura.
ExportDataset_invoice_2=Facturas y pagos de clientes
Reductions=Reducciones
AddDiscount=Crear descuento
@@ -206,6 +246,8 @@ DiscountStillRemaining=Descuentos o créditos disponibles
DiscountAlreadyCounted=Descuentos o créditos ya consumidos
CustomerDiscounts=Descuentos para clientes
BillAddress=Dirección de la cuenta
+HelpAbandonBadCustomer=Esta cantidad se ha abandonado (el cliente dice que es un mal cliente) y se considera una pérdida excepcional.
+HelpAbandonOther=Esta cantidad ha sido abandonada debido a que fue un error (el cliente o la factura equivocados se reemplazaron por otro, por ejemplo)
IdSocialContribution=Identificación de pago de impuesto social / fiscal
PaymentId=Identificación de pago
PaymentRef=Pago ref.
@@ -214,18 +256,28 @@ InvoiceRef=Factura ref.
InvoiceDateCreation=Fecha de creación de la factura
InvoiceStatus=Estado de la factura
InvoiceNote=Nota de factura
+OrderBilled=Orden facturada
+DonationPaid=Donacion pagada
WatermarkOnDraftBill=Marca de agua en borradores de facturas (nada si está vacío)
InvoiceNotChecked=Sin factura seleccionada
ConfirmCloneInvoice=¿Seguro que quieres clonar esta factura %s?
DisabledBecauseReplacedInvoice=Acción deshabilitada porque la factura ha sido reemplazada
+DescTaxAndDividendsArea=Esta área presenta un resumen de todos los pagos realizados para gastos especiales. Sólo se incluyen aquí los registros con pagos durante el año fijo.
+NbOfPayments=No. de pagos
SplitDiscount=Split de descuento en dos
+ConfirmSplitDiscount=¿Está seguro de que desea dividir este descuento de %s %s en dos descuentos más pequeños?
+TypeAmountOfEachNewDiscount=Cantidad de entrada para cada una de dos partes:
+TotalOfTwoDiscountMustEqualsOriginal=El total de los dos nuevos descuentos debe ser igual al monto del descuento original.
ConfirmRemoveDiscount=¿Seguro que quieres eliminar este descuento?
RelatedBill=Factura relacionada
RelatedBills=Facturas relacionadas
RelatedCustomerInvoices=Facturas de clientes relacionadas
+RelatedSupplierInvoices=Facturas de proveedores relacionados
LatestRelatedBill=La última factura relacionada
+WarningBillExist=Advertencia, ya existen una o más facturas.
MergingPDFTool=Fusionando la herramienta PDF
AmountPaymentDistributedOnInvoice=Monto del pago distribuido en la factura
+PaymentOnDifferentThirdBills=Permitir pagos en diferentes facturas de terceros, pero la misma empresa matriz
PaymentNote=Nota de pago
ListOfPreviousSituationInvoices=Lista de facturas de situación previas
ListOfNextSituationInvoices=Lista de próximas facturas de situación
@@ -235,12 +287,14 @@ FrequencyUnit=Unidad de frecuencia
toolTipFrequency=Ejemplos: Establecer 7, Día b>: dar una nueva factura cada 7 días Establecer 3, Mes b>: dar una nueva factura cada 3 meses
NextDateToExecution=Fecha para la próxima generación de facturas
DateLastGeneration=Fecha de última generación
+MaxPeriodNumber=Max. número de generación de factura
NbOfGenerationDone=Número de generación de factura ya realizada
NbOfGenerationDoneShort=Número de generación realizada
MaxGenerationReached=Número máximo de generaciones alcanzadas
GeneratedFromRecurringInvoice=Generado a partir de la factura recurrente de la plantilla %s
DateIsNotEnough=Fecha no alcanzada todavía
InvoiceGeneratedFromTemplate=Factura %s generada a partir de la factura recurrente de la plantilla %s
+GeneratedFromTemplate=Generado desde la factura de plantilla %s
WarningInvoiceDateInFuture=Advertencia, la fecha de la factura es más alta que la fecha actual
WarningInvoiceDateTooFarInFuture=Advertencia, la fecha de la factura está muy lejos de la fecha actual
ViewAvailableGlobalDiscounts=Ver descuentos disponibles
@@ -261,6 +315,7 @@ PaymentConditionShort14D=14 dias
PaymentCondition14D=14 dias
PaymentConditionShort14DENDMONTH=14 días de fin de mes
PaymentCondition14DENDMONTH=Dentro de los 14 días siguientes al final del mes
+FixAmount=Cantidad fija
VarAmount=Cantidad variable (%% tot)
PaymentTypeVIR=transferencia bancaria
PaymentTypeShortVIR=transferencia bancaria
@@ -272,8 +327,11 @@ PaymentTypeTIP=TIP (Documentos contra pago)
PaymentTypeTRA=giro bancario
BankDetails=Detalles del banco
BankCode=codigo bancario
+DeskCode=Código de sucursal
BankAccountNumber=Número de cuenta
+BankAccountNumberKey=Suma de comprobación
BIC=BIC / SWIFT
+BICNumber=Código BIC / SWIFT
ExtraInfos=Infos adicionales
RegulatedOn=Regulado en
ChequeNumber=Verificar N °
@@ -283,16 +341,27 @@ ChequeMaker=Portador Cheque/Transferencia
ChequeBank=Banco de cheque
CheckBank=Cheque
PrettyLittleSentence=Acepte la cantidad de pagos adeudados por cheques emitidos a mi nombre como miembro de una asociación contable aprobada por la Administración Fiscal.
+IntracommunityVATNumber=ID IVA intracomunitario
+PaymentByChequeOrderedTo=Los pagos con cheques (impuestos incluidos) se pagan a %s, se envían a
+PaymentByChequeOrderedToShort=Los pagos con cheque (impuestos incluidos) son pagaderos a
+PaymentByTransferOnThisBankAccount=Pago por transferencia a la siguiente cuenta bancaria
VATIsNotUsedForInvoice=* IVA no aplicable art-293B de CGI
LawApplicationPart2=los bienes siguen siendo propiedad de
+LawApplicationPart3=El vendedor hasta el pago total de
LawApplicationPart4=su precio.
LimitedLiabilityCompanyCapital=SARL con Capital de
UseDiscount=Use descuento
UseCreditNoteInInvoicePayment=Reduzca la cantidad a pagar con este crédito
+MenuChequeDeposits=Depósitos de cheques
MenuCheques=Cheques
+MenuChequesReceipts=Revisar recibos
+ChequesReceipts=Revisar recibos
+ChequesArea=Check depósitos area
+ChequeDeposits=Depósitos de cheques
DepositId=Depósito de ID
NbCheque=Cantidad de cheques
CreditNoteConvertedIntoDiscount=Este %s se ha convertido en %s
+UsBillingContactAsIncoiveRecipientIfExist=Utilice el contacto / dirección con el tipo 'contacto de facturación' en lugar de la dirección de un tercero como destinatario de las facturas
ShowUnpaidAll=Mostrar todas las facturas impagas
ShowUnpaidLateOnly=Mostrar solo las facturas pendientes de pago
PaymentInvoiceRef=Factura de pago %s
@@ -301,15 +370,22 @@ Reported=Retrasado
DisabledBecausePayments=No es posible ya que hay algunos pagos
CantRemovePaymentWithOneInvoicePaid=No se puede eliminar el pago ya que hay al menos una factura clasificada pagada
ExpectedToPay=Pago esperado
+CantRemoveConciliatedPayment=No se puede eliminar el pago reconciliado
PayedByThisPayment=Pagado por este pago
+ClosePaidInvoicesAutomatically=Clasifique "Pagadas" todas las facturas estándar, de anticipo o de reemplazo pagadas en su totalidad.
ClosePaidCreditNotesAutomatically=Clasifique "Pagado" todas las notas de crédito completamente devueltas.
+ClosePaidContributionsAutomatically=Clasifique "Pagado" todas las contribuciones sociales o fiscales pagadas por completo.
+AllCompletelyPayedInvoiceWillBeClosed=Todas las facturas que no queden por pagar se cerrarán automáticamente con el estado "Pagado".
ToMakePayment=Paga
ToMakePaymentBack=Pagar
ListOfYourUnpaidInvoices=Lista de facturas impagas
NoteListOfYourUnpaidInvoices=Nota: Esta lista contiene solo facturas para terceros a los que está vinculado como representante de ventas.
RevenueStamp=Sello de ingresos
+YouMustCreateInvoiceFromThird=Esta opción solo está disponible cuando se crea una factura desde la pestaña "Cliente" de un tercero
+YouMustCreateInvoiceFromSupplierThird=Esta opción solo está disponible cuando se crea una factura desde la pestaña "Proveedor" de un tercero
YouMustCreateStandardInvoiceFirstDesc=Primero debe crear una factura estándar y convertirla en "plantilla" para crear una nueva factura de plantilla
PDFCrabeDescription=Factura plantilla en PDF Crabe. Una plantilla de factura completa (Plantilla recomendada)
+PDFSpongeDescription=Factura PDF plantilla de esponja. Una plantilla de factura completa.
PDFCrevetteDescription=Plantilla de factura en PDF Crevette. Una plantilla de factura completa para facturas de situación
TerreNumRefModelDesc1=Número de devolución con formato %saaam-nnnn para facturas estándar y %saaam-nnnn para notas de crédito donde yy es año, mm es mes y nnnn es una secuencia sin interrupción y sin retorno a 0
MarsNumRefModelDesc1=Número de devolución con el formato %syymm-nnnn para facturas estándar, %syymm-nnnn para facturas de reposición, %syymm-nnnn para facturas de anticipo y %syymm-nnnn para las notas de crédito donde yy es año, mm es mes y nnnn es una secuencia sin interrupción y sin volver a 0
@@ -319,6 +395,10 @@ TypeContact_facture_internal_SALESREPFOLL=Factura de cliente representativa de s
TypeContact_facture_external_BILLING=Contacto cliente de facturación cotización
TypeContact_facture_external_SHIPPING=Contacto de envío del cliente
TypeContact_facture_external_SERVICE=Contacto de servicio al cliente
+TypeContact_invoice_supplier_internal_SALESREPFOLL=Representante de seguimiento de la factura del vendedor
+TypeContact_invoice_supplier_external_BILLING=Contacto factura vendedor
+TypeContact_invoice_supplier_external_SHIPPING=Contacto de envío del vendedor
+TypeContact_invoice_supplier_external_SERVICE=Contacto de servicio al vendedor
InvoiceFirstSituationAsk=Primera factura de situación
InvoiceFirstSituationDesc=Las facturas de situación b> están relacionadas con situaciones relacionadas con una progresión, por ejemplo, la progresión de una construcción. Cada situación está vinculada a una factura.
InvoiceSituationAsk=Factura siguiendo la situación
@@ -336,10 +416,13 @@ situationInvoiceShortcode_S=D
CantBeLessThanMinPercent=El progreso no puede ser menor que su valor en la situación anterior.
PDFCrevetteSituationNumber=Situación N ° %s
PDFCrevetteSituationInvoiceLineDecompte=Factura de situación - COUNT
+PDFCrevetteSituationInvoiceLine=Situación N ° %s: Inv. N ° %s en %s
TotalSituationInvoice=Situación total
invoiceLineProgressError=El progreso de la línea de la factura no puede ser mayor o igual a la siguiente línea de la factura
+updatePriceNextInvoiceErrorUpdateline=Error: actualizar el precio en la línea de factura: %s
ToCreateARecurringInvoice=Para crear una factura recurrente para este contrato, primero cree esta factura en borrador, luego conviértala en una plantilla de factura y defina la frecuencia para la generación de facturas futuras.
ToCreateARecurringInvoiceGene=Para generar facturas futuras de forma regular y manual, solo vaya al menú %s - %s - %s.
+ToCreateARecurringInvoiceGeneAuto=Si necesita que dichas facturas se generen automáticamente, solicite a su administrador que habilite y configure el módulo %s . Tenga en cuenta que ambos métodos (manual y automático) se pueden usar juntos sin riesgo de duplicación.
DeleteRepeatableInvoice=Eliminar factura de plantilla
ConfirmDeleteRepeatableInvoice=¿Estás seguro de que deseas eliminar la factura de la plantilla?
CreateOneBillByThird=Cree una factura por un tercero (de lo contrario, una factura por pedido)
diff --git a/htdocs/langs/es_CL/bookmarks.lang b/htdocs/langs/es_CL/bookmarks.lang
index 8b386412649..8c3c7bda847 100644
--- a/htdocs/langs/es_CL/bookmarks.lang
+++ b/htdocs/langs/es_CL/bookmarks.lang
@@ -3,9 +3,8 @@ AddThisPageToBookmarks=Agregar página actual a marcadores
ListOfBookmarks=Lista de marcadores
EditBookmarks=Listar/editar Marcadores
ShowBookmark=Mostrar marcador
-OpenANewWindow=Abrir en nueva ventana
-ReplaceWindow=Reemplazar ventana actual
+OpenANewWindow=Abre una nueva pestaña
BehaviourOnClick=Comportamiento cuando se selecciona una URL de marcador
-SetHereATitleForLink=Establecer un título para el marcador
-UseAnExternalHttpLinkOrRelativeDolibarrLink=Utilizar una URL http externa o una URL relativa de Dolibarr
-ChooseIfANewWindowMustBeOpenedOnClickOnBookmark=Escoger si la página enlazada debe abrirse en una nueva ventana o no
+SetHereATitleForLink=Establecer un nombre para el marcador
+UseAnExternalHttpLinkOrRelativeDolibarrLink=Utilice un enlace externo / absoluto (https: // URL) o un enlace interno / relativo (/ DOLIBARR_ROOT / htdocs / ...)
+ChooseIfANewWindowMustBeOpenedOnClickOnBookmark=Elija si la página vinculada debería abrirse en la pestaña actual o en una nueva pestaña
diff --git a/htdocs/langs/es_CL/boxes.lang b/htdocs/langs/es_CL/boxes.lang
index bd777a32504..7066b77ba75 100644
--- a/htdocs/langs/es_CL/boxes.lang
+++ b/htdocs/langs/es_CL/boxes.lang
@@ -1,11 +1,28 @@
# Dolibarr language file - Source file is en_US - boxes
+BoxLoginInformation=Información Entrar
+BoxLastRssInfos=Información RSS
+BoxLastProducts=Últimos productos / Servicios %s
+BoxLastCustomerBills=Últimas facturas de clientes
BoxOldestUnpaidCustomerBills=Las facturas impagas más antiguas de los clientes
+BoxOldestUnpaidSupplierBills=Las facturas de proveedores impagas más antiguas
BoxLastProposals=Últimas propuestas comerciales
BoxLastProspects=Últimas prospectos modificados
+BoxLastCustomerOrders=Últimos pedidos de venta
BoxCurrentAccounts=Abre el saldo de cuentas
BoxTitleLastRssInfos=Las últimas %s noticias de %s
+BoxTitleLastProducts=Productos / Servicios: Última modificación %s.
+BoxTitleLastModifiedSuppliers=Proveedores: última modificación de %s
+BoxTitleLastModifiedCustomers=Clientes: última %s modificada
BoxTitleLastCustomersOrProspects=Últimos %s clientes o prospectos
+BoxTitleLastCustomerBills=Las últimas facturas de los clientes %s
+BoxTitleLastSupplierBills=Las últimas facturas de proveedores %s
+BoxTitleLastModifiedProspects=Perspectivas: última modificación de %s
+BoxTitleLastModifiedMembers=Últimos miembros de %s
BoxTitleLastFicheInter=Últimas intervenciones modificadas con %s
+BoxTitleOldestUnpaidCustomerBills=Facturas de clientes: más antiguas %s sin pagar
+BoxTitleOldestUnpaidSupplierBills=Facturas de proveedores: las más antiguas %s sin pagar
+BoxTitleLastModifiedContacts=Contactos / Direcciones: Última modificación %s
+BoxMyLastBookmarks=Marcadores: el último %s
BoxOldestExpiredServices=Servicios expirados activos más antiguos
BoxLastExpiredServices=Últimos %s contactos más antiguos con servicios activos caducados
BoxTitleLastActionsToDo=Últimas %s acciones para hacer
@@ -13,21 +30,36 @@ BoxTitleLastModifiedDonations=Las últimas %s donaciones modificadas
BoxTitleLastModifiedExpenses=Últimos informes de gastos modificados %s
BoxGlobalActivity=Actividad global (facturas, propuestas, pedidos)
BoxTitleGoodCustomers=%s Buenos clientes
+FailedToRefreshDataInfoNotUpToDate=Error al actualizar el flujo de RSS. Última fecha de actualización correcta: %s
LastRefreshDate=Última fecha de actualización
NoRecordedBookmarks=No hay marcadores definidos
ClickToAdd=Haga clic aquí para agregar.
NoRecordedCustomers=Sin clientes registrados
NoRecordedContacts=Sin contactos grabados
NoActionsToDo=No hay acciones para hacer
+NoRecordedOrders=No hay órdenes de venta registradas
NoRecordedProposals=Sin cotizaciones registradas
NoRecordedInvoices=No hay facturas registradas de clientes
NoUnpaidCustomerBills=No hay facturas impagas de los clientes
+NoUnpaidSupplierBills=No hay facturas de proveedores sin pagar
+NoModifiedSupplierBills=No hay facturas de proveedores registrados
NoRecordedProducts=Sin productos / servicios grabados
NoRecordedProspects=Sin perspectivas registradas
NoContractedProducts=No hay productos/servicios contratados
NoRecordedContracts=Sin contratos grabados
NoRecordedInterventions=Sin intervenciones registradas
+BoxLatestSupplierOrders=Últimas órdenes de compra
+NoSupplierOrder=No hay orden de compra registrada
+BoxCustomersInvoicesPerMonth=Facturas de clientes por mes
+BoxCustomersOrdersPerMonth=Pedidos de ventas por mes
+BoxSuppliersOrdersPerMonth=Pedidos de proveedores por mes
BoxProposalsPerMonth=Cotizaciones por mes
+NoTooLowStockProducts=Ningún producto está bajo el límite de stock bajo
+BoxProductDistribution=Productos / Servicios de Distribución.
+BoxTitleLastModifiedSupplierBills=Facturas de proveedores: última %s modificada
+BoxTitleLatestModifiedSupplierOrders=Pedidos de proveedores: última modificación de %s
+BoxTitleLastModifiedCustomerBills=Facturas de clientes: última %s modificada
+BoxTitleLastModifiedCustomerOrders=Órdenes de venta: última %s modificada
BoxTitleLastModifiedPropals=Últimas %s propuestas modificadas
ForCustomersInvoices=Facturas de clientes
ForProposals=Cotizaciones
diff --git a/htdocs/langs/es_CL/commercial.lang b/htdocs/langs/es_CL/commercial.lang
index fd74feaecb6..0f6f95c7d14 100644
--- a/htdocs/langs/es_CL/commercial.lang
+++ b/htdocs/langs/es_CL/commercial.lang
@@ -4,6 +4,7 @@ ConfirmDeleteAction=¿Seguro que quieres eliminar este evento?
CardAction=Tarjeta de evento
ActionOnCompany=Compañía vinculada
TaskRDVWith=Encuentro con %s
+ShowTask=Mostrar tarea
ShowAction=Mostrar evento
ThirdPartiesOfSaleRepresentative=Terceros con representante de ventas
SaleRepresentativesOfThirdParty=Representantes de ventas de terceros
@@ -36,13 +37,14 @@ ActionDoneBy=Evento hecho por
ActionAC_FAX=Enviar fax
ActionAC_PROP=Envío cotización por correo
ActionAC_EMAIL=Enviar correo electrónico
+ActionAC_EMAIL_IN=Recepción de correo electrónico
ActionAC_RDV=Reuniones
ActionAC_INT=Intervención en el sitio
ActionAC_FAC=Enviar la factura del cliente por correo
ActionAC_REL=Enviar la factura del cliente por correo (recordatorio)
ActionAC_CLO=Cerrar
ActionAC_EMAILING=Enviar correo masivo
-ActionAC_COM=Enviar la orden del cliente por correo
+ActionAC_COM=Enviar pedido por correo
ActionAC_SHIP=Enviar el envío por correo
ActionAC_SUP_ORD=Enviar pedido de compra por correo
ActionAC_SUP_INV=Enviar la factura del proveedor por correo
@@ -55,3 +57,4 @@ StatusProsp=Estado de la perspectiva
DraftPropals=Cotizaciones borrador
WelcomeOnOnlineSignaturePage=Bienvenido a la página para aceptar propuestas comerciales de %s
ThisScreenAllowsYouToSignDocFrom=Esta pantalla le permite aceptar y firmar, o rechazar, un presupuesto/propuesta comercial
+SignatureProposalRef=Firma de cotización / propuesta comercial %s
diff --git a/htdocs/langs/es_CL/companies.lang b/htdocs/langs/es_CL/companies.lang
index eb33bc05d52..f5ce06adfc8 100644
--- a/htdocs/langs/es_CL/companies.lang
+++ b/htdocs/langs/es_CL/companies.lang
@@ -5,8 +5,12 @@ SelectThirdParty=Seleccione un tercero
ConfirmDeleteCompany=¿Está seguro de que desea eliminar esta empresa y toda la información heredada?
DeleteContact=Eliminar un contacto/dirección
ConfirmDeleteContact=¿Está seguro de que desea eliminar este contacto y toda la información heredada?
+MenuNewThirdParty=Nueva tercera parte
+MenuNewProspect=Nueva perspectiva
+MenuNewSupplier=Nuevo vendedor
MenuNewPrivateIndividual=Nueva privada individual
NewCompany=Nueva compañía (prospecto, cliente, vendedor)
+NewThirdParty=Nuevo tercero (prospecto, cliente, vendedor)
CreateDolibarrThirdPartySupplier=Crear un tercero (vendedor)
CreateThirdPartyOnly=Crear un tercero
CreateThirdPartyAndContact=Crear un tercero + un contacto infantil
@@ -15,14 +19,21 @@ IdThirdParty=Id tercero
IdCompany=ID de la compañía
IdContact=ID de contacto
Contacts=Contactos/Direcciones
+ThirdPartyContacts=Contactos de terceros
+ThirdPartyContact=Contacto / dirección de terceros
CompanyName=Nombre de empresa
AliasNames=Nombre de alias (comercial, marca registrada, ...)
Companies=Compañías
+CountryIsInEEC=El país está dentro de la Comunidad Económica Europea.
+ThirdPartyName=Nombre de terceros
+ThirdPartyEmail=Correo electrónico de terceros
ThirdPartyProspects=Perspectivas
ThirdPartyProspectsStats=Perspectivas
ThirdPartyCustomersWithIdProf12=Clientes con %s o %s
ThirdPartySuppliers=Vendedores
+ThirdPartyType=Tipo de terceros
Individual=Individuo privado
+ToCreateContactWithSameName=Creará automáticamente un contacto / dirección con la misma información que el tercero bajo el tercero. En la mayoría de los casos, incluso si su tercero es una persona física, basta con crear un tercero solo.
ParentCompany=Empresa matriz
Subsidiaries=Subsidiarias
CivilityCode=Código de civilidad
@@ -35,9 +46,15 @@ CountryCode=Código de país
CountryId=Identificación del país
Call=Llamada
PhonePerso=Pers. teléfono
+No_Email=Rechazar correos electrónicos a granel
Town=Ciudad
Poste=Posición
+VATIsUsed=Impuesto a las ventas utilizado
+VATIsUsedWhenSelling=Esto define si este tercero incluye un impuesto a la venta o no cuando realiza una factura a sus propios clientes.
VATIsNotUsed=Impuesto a las ventas no se utiliza
+CopyAddressFromSoc=Copie la dirección de los detalles de terceros
+ThirdpartyNotCustomerNotSupplierSoNoRef=Terceros ni cliente ni proveedor, no hay objetos de referencia disponibles.
+ThirdpartyIsNeitherCustomerNorClientSoCannotHaveDiscounts=Terceros ni cliente ni proveedor, no hay descuentos disponibles.
OverAllProposals=Cotizaciones
OverAllSupplierProposals=Peticiones de precio
LocalTax1IsUsed=Use el segundo impuesto
@@ -72,6 +89,8 @@ ProfId4PT=Prof Id 4 (Conservatorio)
ProfId2TN=Prof Id 2 (matrícula fiscal)
ProfId3TN=Prof Id 3 (código de Douane)
ProfId1US=Id del profesor (FEIN)
+VATIntra=ID de IVA
+VATIntraShort=ID de IVA
VATIntraSyntaxIsValid=La sintaxis es valida
VATReturn=Devolución del IVA
ProspectCustomer=Prospecto/Cliente
@@ -80,12 +99,22 @@ CustomerRelativeDiscount=Descuento relativo del cliente
SupplierRelativeDiscount=Descuento relativo del vendedor
CustomerAbsoluteDiscountShort=Descuento absoluto
CompanyHasNoRelativeDiscount=Este cliente no tiene descuento relativo por defecto
+HasRelativeDiscountFromSupplier=Tiene un descuento predeterminado de %s%% de este proveedor
+HasNoRelativeDiscountFromSupplier=No tiene un descuento relativo predeterminado de este proveedor
+CompanyHasAbsoluteDiscount=Este cliente tiene descuentos disponibles (notas de créditos o anticipos) para %s %s
+CompanyHasDownPaymentOrCommercialDiscount=Este cliente tiene descuentos disponibles (comerciales, pagos iniciales ) para %s %s
CompanyHasCreditNote=Este cliente todavía tiene notas de crédito por %s%s
+HasNoAbsoluteDiscountFromSupplier=No tiene ningún crédito de descuento disponible de este proveedor.
+HasAbsoluteDiscountFromSupplier=Tiene descuentos disponibles (notas de créditos o anticipos) para %s %s de este proveedor
+HasDownPaymentOrCommercialDiscountFromSupplier=Tiene descuentos disponibles (comerciales, anticipos) para %s %s de este proveedor
+HasCreditNoteFromSupplier=Tiene notas de crédito para %s %s de este proveedor
CompanyHasNoAbsoluteDiscount=Este cliente no tiene crédito de descuento disponible
CustomerAbsoluteDiscountAllUsers=Descuentos absolutos de clientes (concedidos por todos los usuarios)
CustomerAbsoluteDiscountMy=Descuentos absolutos de clientes (otorgados por usted)
SupplierAbsoluteDiscountAllUsers=Descuentos absolutos de proveedores (ingresados por todos los usuarios)
SupplierAbsoluteDiscountMy=Descuentos absolutos de proveedores (ingresados por usted mismo)
+Vendor=Vendedor
+Supplier=Vendedor
AddContactAddress=Crear contacto / dirección
EditContactAddress=Editar contacto / dirección
ContactId=ID de contacto
@@ -93,12 +122,20 @@ NoContactDefinedForThirdParty=Sin contacto definido para este tercero
NoContactDefined=Sin contacto definido
DefaultContact=Contacto / dirección predeterminados
AddThirdParty=Crear un tercero
+CustomerCode=Código de cliente
+SupplierCode=Código de proveedor
+CustomerCodeShort=Código de cliente
+SupplierCodeShort=Código de proveedor
+CustomerCodeDesc=Código de cliente, único para todos los clientes.
+SupplierCodeDesc=Código de proveedor, único para todos los proveedores
RequiredIfCustomer=Obligatorio si un tercero es un cliente o prospecto
RequiredIfSupplier=Requerido si un tercero es un vendedor
+ValidityControledByModule=Validez controlada por módulo
ProspectToContact=Perspectiva de contactar
CompanyDeleted=La compañía "%s" eliminada de la base de datos.
ListOfContacts=Lista de contactos/direcciones
ListOfContactsAddresses=Lista de contactos/direcciones
+ListOfThirdParties=Lista de terceros
ContactsAllShort=Todo (Sin filtro)
ContactType=Tipo de Contacto
ContactForOrders=Contacto de la orden
@@ -111,9 +148,16 @@ NoContactForAnyOrderOrShipments=Este contacto no es un contacto para ningún ped
NoContactForAnyProposal=Este contacto no es contacto de ninguna cotización
NoContactForAnyContract=Este contacto no es un contacto para ningún contrato
NoContactForAnyInvoice=Este contacto no es un contacto para ninguna factura
+NewContactAddress=Nuevo Contacto / Dirección
EditCompany=Editar empresa
+ThisUserIsNot=Este usuario no es prospecto, cliente ni vendedor.
VATIntraCheck=Cheque
+VATIntraCheckDesc=La identificación del IVA debe incluir el prefijo del país. El enlace %s utiliza el servicio europeo de verificación de IVA (VIES), que requiere acceso a Internet desde el servidor Dolibarr.
+VATIntraCheckableOnEUSite=Compruebe la identificación del IVA intracomunitaria en el sitio web de la Comisión Europea
+VATIntraManualCheck=También puede consultar manualmente en el sitio web de la Comisión Europea %s
ErrorVATCheckMS_UNAVAILABLE=No es posible comprobar. El servicio de verificación no proporcionado por el estado miembro (%s).
+NorProspectNorCustomer=No prospecto, ni cliente
+JuridicalStatus=Tipo de entidad jurídica
ProspectLevel=Potencial prospectivo
OthersNotLinkedToThirdParty=Otros, no vinculados a un tercero
ProspectStatus=Estado de la perspectiva
@@ -138,14 +182,24 @@ ExportCardToFormat=Exportar la tarjeta al formato
ContactNotLinkedToCompany=Contacto no vinculado a ningún tercero
DolibarrLogin=Ingreso Dolibbarr
NoDolibarrAccess=Sin acceso a Dolibarr
+ExportDataset_company_1=Terceros (empresas / fundaciones / personas físicas) y sus propiedades.
+ImportDataset_company_2=Contactos / direcciones y atributos adicionales de terceros
+ImportDataset_company_4=Representantes de ventas de terceros (asignar representantes de ventas / usuarios a empresas)
DeliveryAddress=Dirección de entrega
SupplierCategory=Categoría del vendedor
DeleteFile=Borrar archivo
ConfirmDeleteFile=¿Seguro que quieres eliminar este archivo?
AllocateCommercial=Asignado al representante de ventas
Organization=Organización
+FiscalYearInformation=Año fiscal
FiscalMonthStart=Mes de inicio del año fiscal
+YouMustAssignUserMailFirst=Debe crear un correo electrónico para este usuario antes de poder agregar una notificación por correo electrónico.
YouMustCreateContactFirst=Para poder agregar notificaciones por correo electrónico, primero debe definir contactos con correos electrónicos válidos para el tercero
+ListSuppliersShort=Lista de vendedores
+ListProspectsShort=Lista de prospectos
+ListCustomersShort=Lista de clientes
+ThirdPartiesArea=Terceros / Contactos
+UniqueThirdParties=Total de Terceros
InActivity=Abierto
ThirdPartyIsClosed=Tercero está cerrado
ProductsIntoElements=Lista de productos / servicios en %s
@@ -153,11 +207,16 @@ CurrentOutstandingBill=Factura pendiente actual
OutstandingBill=Max. por factura pendiente
OutstandingBillReached=Max. por la factura pendiente alcanzado
OrderMinAmount=Monto mínimo para la orden
+MonkeyNumRefModelDesc=Devuelva un número con el formato %syymm-nnnn para el código del cliente y %syymm-nnnn para el código del proveedor donde yy es año, mm es mes y nnnn es una secuencia sin interrupción ni devolución a 0.
LeopardNumRefModelDesc=El código es libre. Este código se puede modificar en cualquier momento.
ManagingDirectors=Nombre del gerente (CEO, director, presidente ...)
MergeOriginThirdparty=Tercero duplicado (tercero que desea eliminar)
+ConfirmMergeThirdparties=¿Está seguro de que desea fusionar este tercero con el actual? Todos los objetos vinculados (facturas, pedidos, ...) se moverán al tercero actual, luego se eliminará el tercero.
ThirdpartiesMergeSuccess=Los terceros se han fusionado
SaleRepresentativeLogin=Inicio de sesión del representante de ventas
SaleRepresentativeFirstname=Nombre del representante de ventas
SaleRepresentativeLastname=Apellido del representante de ventas
ErrorThirdpartiesMerge=Hubo un error al eliminar los terceros. Por favor revise el registro. Los cambios han sido revertidos.
+PaymentTermsSupplier=Plazo de pago - Proveedor
+MulticurrencyUsed=Utilizar la moneda múltiple
+MulticurrencyCurrency=Moneda
diff --git a/htdocs/langs/es_CL/compta.lang b/htdocs/langs/es_CL/compta.lang
index 6c137808035..2aa54a47917 100644
--- a/htdocs/langs/es_CL/compta.lang
+++ b/htdocs/langs/es_CL/compta.lang
@@ -11,6 +11,7 @@ FeatureIsSupportedInInOutModeOnly=Característica solo disponible en el modo de
VATReportBuildWithOptionDefinedInModule=Las cantidades que se muestran aquí se calculan utilizando las reglas definidas por la configuración del módulo de impuestos.
LTReportBuildWithOptionDefinedInModule=Las cantidades que se muestran aquí se calculan utilizando las reglas definidas por la configuración de la empresa.
Param=Configurar
+RemainingAmountPayment=Cantidad de pago restante:
Accountparent=Cuenta para padres
Accountsparent=Cuentas de padres
MenuReportInOut=Ingresos / gastos
@@ -65,6 +66,7 @@ AddSocialContribution=Agregar impuesto social / fiscal
ContributionsToPay=Impuestos sociales/fiscales a pagar
AccountancyTreasuryArea=Área de facturación y pago
PaymentCustomerInvoice=Pago de factura de cliente
+PaymentSupplierInvoice=pago factura proveedor
PaymentSocialContribution=Pago de impuestos sociales/fiscales
PaymentVat=Pago del IVA
ListPayment=Lista de pagos
@@ -91,6 +93,7 @@ SocialContributionsPayments=Pagos de impuestos sociales/fiscales
ShowVatPayment=Mostrar el pago del IVA
BalanceVisibilityDependsOnSortAndFilters=El saldo es visible en esta lista solo si la tabla se ordena de forma ascendente en %s y se filtra para 1 cuenta bancaria
CustomerAccountancyCode=Código de contabilidad del cliente
+SupplierAccountancyCode=código de contabilidad del vendedor
CustomerAccountancyCodeShort=Cust. cuenta. código
SupplierAccountancyCodeShort=Cenar. cuenta. código
Turnover=Facturación facturada
@@ -106,6 +109,7 @@ NewCheckDeposit=Nuevo depósito de cheque
NewCheckDepositOn=Crear recibo para el depósito en la cuenta: %s
NoWaitingChecks=No hay cheques pendientes de depósito.
DateChequeReceived=Verificar fecha de recepción
+NbOfCheques=No. de cheques
PaySocialContribution=Pagar un impuesto social / fiscal
ConfirmPaySocialContribution=¿Estás seguro de que quieres clasificar este impuesto social o fiscal como pagado?
DeleteSocialContribution=Eliminar un pago de impuestos sociales o fiscales
@@ -115,6 +119,7 @@ CalcModeVATDebt=Modo %sIVA sobre compromisos contables%s.
CalcModeVATEngagement=Modo %s IVA en ingresos-gastos%s.
CalcModeDebt=Análisis de facturas registradas conocidas incluso si aún no se contabilizan en el libro mayor.
CalcModeEngagement=Análisis de los pagos registrados conocidos, incluso si aún no se contabilizan en el Libro mayor.
+CalcModeBookkeeping=Análisis de los datos registrados en la tabla de Contabilidad.
CalcModeLT1=Modo %sRE en facturas de clientes - facturas de proveedores %s
CalcModeLT1Debt=Modo %sRE en las facturas del cliente %s
CalcModeLT1Rec=Modo %sRE en facturas de proveedores %s
@@ -131,11 +136,14 @@ SeeReportInBookkeepingMode=Consulte %sInforme de facturación%s para real
RulesAmountWithTaxIncluded=- Las cantidades que se muestran son con todos los impuestos incluidos
RulesResultDue=- Incluye facturas pendientes, gastos, IVA, donaciones ya sean pagadas o no. También incluye salarios pagados. - Se basa en la fecha de validación de facturas e IVA y en la fecha de vencimiento de los gastos. Para los salarios definidos con el módulo Salario, se usa la fecha de valor del pago.
RulesResultInOut=- Incluye los pagos reales realizados en facturas, gastos, IVA y salarios. - Se basa en las fechas de pago de las facturas, gastos, IVA y salarios. La fecha de donación para la donación.
+RulesCADue=- Incluye las facturas debidas del cliente, ya sean pagadas o no. - Se basa en la fecha de validación de estas facturas.
+RulesCAIn=- Incluye todos los pagos efectivos de las facturas recibidas de los clientes. - Se basa en la fecha de pago de estas facturas.
RulesCATotalSaleJournal=Incluye todas las líneas de crédito del diario Sale.
RulesAmountOnInOutBookkeepingRecord=Incluye registro en su Libro mayor con cuentas de contabilidad que tiene el grupo "GASTOS" o "INGRESOS"
RulesResultBookkeepingPredefined=Incluye registro en su Libro mayor con cuentas de contabilidad que tiene el grupo "GASTOS" o "INGRESOS"
RulesResultBookkeepingPersonalized=Muestra un registro en su Libro mayor con cuentas de contabilidad agrupadas por grupos personalizados b>
SeePageForSetup=Ver el menú %s para la configuración
+DepositsAreNotIncluded=- Las facturas de anticipo no están incluidas.
LT1ReportByCustomers=Informe el impuesto 2 por un tercero
LT2ReportByCustomers=Informe el impuesto 3 por un tercero
LT1ReportByCustomersES=Informe de un tercero RE
@@ -180,6 +188,7 @@ RefExt=Ref externo
ToCreateAPredefinedInvoice=Para crear una plantilla de factura, cree una factura estándar, luego, sin validarla, haga clic en el botón "%s".
LinkedOrder=Enlace a la orden
CalculationRuleDesc=Para calcular el IVA total, hay dos métodos: El método 1 es redondear el IVA en cada línea y luego sumarlas. El método 2 es sumar todos los IVA en cada línea, luego redondear el resultado. El resultado final puede diferir de algunos centavos. El modo predeterminado es el modo %s.
+CalculationRuleDescSupplier=Según el proveedor, elija el método apropiado para aplicar la misma regla de cálculo y obtenga el mismo resultado esperado por su proveedor.
TurnoverPerProductInCommitmentAccountingNotRelevant=El informe de la facturación obtenida por producto no está disponible. Este informe solo está disponible para facturación facturada.
TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant=El informe de Cifra de negocios recaudada por tasa de impuesto a la venta no está disponible. Este informe solo está disponible para facturación facturada.
AccountancyJournal=Revista de códigos contables
@@ -187,7 +196,10 @@ ACCOUNTING_VAT_SOLD_ACCOUNT=Cuenta de contabilidad de forma predeterminada para
ACCOUNTING_VAT_BUY_ACCOUNT=Cuenta de contabilidad de forma predeterminada para el IVA en compras (se usa si no está definido en la configuración del diccionario de IVA)
ACCOUNTING_VAT_PAY_ACCOUNT=Cuenta de contabilidad por defecto para pagar el IVA
ACCOUNTING_ACCOUNT_CUSTOMER=Cuenta de contabilidad utilizada para terceros clientes
+ACCOUNTING_ACCOUNT_CUSTOMER_Desc=La cuenta contable dedicada definida en la tarjeta de terceros se utilizará solo para la contabilidad de Libro mayor auxiliar. Este se usará para el Libro mayor general y como valor predeterminado de la contabilidad del Libro mayor auxiliar si no se define una cuenta de cuenta del cliente dedicada a un tercero.
ACCOUNTING_ACCOUNT_SUPPLIER=Cuenta de contabilidad utilizada para terceros proveedores
+ACCOUNTING_ACCOUNT_SUPPLIER_Desc=La cuenta contable dedicada definida en la tarjeta de terceros se utilizará solo para la contabilidad de Libro mayor auxiliar. Este se usará para el Libro mayor y como valor predeterminado de la contabilidad del Libro mayor auxiliar si no se define una cuenta de proveedor dedicada en un tercero.
+ConfirmCloneTax=Confirmar el clon de un impuesto social / fiscal.
CloneTaxForNextMonth=Clonarlo para el próximo mes
SimpleReport=Informe simple
AddExtraReport=Informes adicionales (agregar informe de clientes extranjeros y nacionales)
@@ -199,6 +211,7 @@ ImportDataset_tax_vat=Pagos de IVA
ErrorBankAccountNotFound=Error: cuenta bancaria no encontrada
FiscalPeriod=Período contable
ListSocialContributionAssociatedProject=Lista de contribuciones sociales asociadas con el proyecto
+AccountingAffectation=Asignación de contabilidad
LastDayTaxIsRelatedTo=Último día del período el impuesto está relacionado con
VATDue=Impuesto de venta reclamado
ByVatRate=Por tasa de impuesto a la venta
diff --git a/htdocs/langs/es_CL/ecm.lang b/htdocs/langs/es_CL/ecm.lang
index 6bff606eb69..eb90a48c10f 100644
--- a/htdocs/langs/es_CL/ecm.lang
+++ b/htdocs/langs/es_CL/ecm.lang
@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - ecm
-ECMNbOfDocs=N° de documentos en el directorio
+ECMNbOfDocs=Nº de documentos en el directorio.
ECMAddSection=Agregar directorio
ECMCreationDate=Fecha de creación
ECMNbOfSubDir=Cantidad de subdirectorios
@@ -20,6 +20,8 @@ ECMDocsByProjects=Documentos vinculados a proyectos
ECMDocsByUsers=Documentos vinculados a usuarios
ECMDocsByInterventions=Documentos vinculados a intervenciones
ECMDocsByExpenseReports=Documentos vinculados a informes de gastos
+ECMDocsByHolidays=Documentos vinculados a vacaciones
+ECMDocsBySupplierProposals=Documentos vinculados a propuestas de proveedores.
ECMNoDirectoryYet=Sin directorio creado
DeleteSection=Eliminar directorio
ConfirmDeleteSection=¿Puedes confirmar que quieres borrar el directorio %s?
diff --git a/htdocs/langs/es_CL/install.lang b/htdocs/langs/es_CL/install.lang
index 718af0a4691..3e9a45b1ffb 100644
--- a/htdocs/langs/es_CL/install.lang
+++ b/htdocs/langs/es_CL/install.lang
@@ -1,19 +1,37 @@
# Dolibarr language file - Source file is en_US - install
InstallEasy=Simplemente siga las instrucciones paso a paso.
MiscellaneousChecks=Verificación de requisitos previos
+ConfFileDoesNotExistsAndCouldNotBeCreated=El archivo de configuración %s no existe y no se pudo crear.
ConfFileCouldBeCreated=Se puede crear el archivo de configuración %s.
+ConfFileIsNotWritable=El archivo de configuración %s no se puede escribir. Compruebe los permisos. Para la primera instalación, su servidor web debe poder escribir en este archivo durante el proceso de configuración ("chmod 666", por ejemplo, en un sistema operativo tipo Unix).
ConfFileIsWritable=El archivo de configuración %s es escribible.
ConfFileMustBeAFileNotADir=El archivo de configuración %s debe ser un archivo, no un directorio.
+ConfFileReload=Recarga de parámetros desde archivo de configuración.
PHPSupportSessions=Este PHP admite sesiones.
PHPSupportPOSTGETOk=Este PHP soporta variables POST y GET.
+PHPSupportPOSTGETKo=Es posible que su configuración de PHP no admita las variables POST y / o GET. Verifique el parámetro variables_order en php.ini.
+PHPSupportGD=Este PHP soporta funciones gráficas GD.
+PHPSupportCurl=Este PHP soporta Curl.
+PHPSupportUTF8=Este PHP soporta funciones UTF8.
+PHPSupportIntl=Este PHP soporta funciones de Intl.
PHPMemoryOK=Su memoria de sesión máxima de PHP está configurada en %s. Esto debería ser suficiente.
+PHPMemoryTooLow=La memoria de sesión máxima de PHP se establece en %s bytes. Esto es demasiado bajo. Cambie su php.ini para establecer el parámetro memory_limit en al menos %s bytes.
+Recheck=Haga clic aquí para una prueba más detallada
+ErrorPHPDoesNotSupportSessions=Su instalación de PHP no admite sesiones. Esta función es necesaria para permitir que Dolibarr funcione. Compruebe su configuración de PHP y los permisos del directorio de sesiones.
+ErrorPHPDoesNotSupportGD=Su instalación de PHP no soporta funciones gráficas de GD. No habrá gráficos disponibles.
ErrorPHPDoesNotSupportCurl=Su instalación de PHP no es compatible con Curl.
+ErrorPHPDoesNotSupportUTF8=Su instalación de PHP no es compatible con las funciones UTF8. Dolibarr no puede funcionar correctamente. Resuelve esto antes de instalar Dolibarr.
+ErrorPHPDoesNotSupportIntl=Su instalación de PHP no admite funciones de Intl.
ErrorDirDoesNotExists=El directorio %s no existe.
+ErrorGoBackAndCorrectParameters=Regresa y revisa / corrige los parámetros.
ErrorWrongValueForParameter=Puede haber escrito un valor incorrecto para el parámetro '%s'.
ErrorFailedToConnectToDatabase=Error al conectarse a la base de datos '%s'.
ErrorDatabaseVersionTooLow=La versión de la base de datos (%s) es demasiado antigua. Se requiere la versión %s o superior.
ErrorPHPVersionTooLow=La versión de PHP es muy antigua. La versión %s es obligatoria.
+ErrorConnectedButDatabaseNotFound=La conexión al servidor se realizó correctamente, pero no se encontró la base de datos '%s'.
+IfDatabaseNotExistsGoBackAndUncheckCreate=Si la base de datos no existe, regrese y marque la opción "Crear base de datos".
IfDatabaseExistsGoBackAndCheckCreate=Si la base de datos ya existe, retroceda y desmarque la opción "Crear base de datos".
+WarningBrowserTooOld=La versión del navegador es demasiado antigua. Se recomienda encarecidamente actualizar su navegador a una versión reciente de Firefox, Chrome u Opera.
PHPVersion=Versión de PHP
License=Usando licencia
WebPagesDirectory=Directorio donde se almacenan las páginas web
@@ -21,10 +39,19 @@ DocumentsDirectory=Directorio para almacenar documentos cargados y generados
CheckToForceHttps=Marque esta opción para forzar conexiones seguras (https). Esto requiere que el servidor web esté configurado con un certificado SSL.
DolibarrDatabase=Base de Datos Dolibarr
DatabaseType=Tipo de base
+ServerAddressDescription=Nombre o dirección IP para el servidor de la base de datos. Normalmente, 'localhost' cuando el servidor de la base de datos está alojado en el mismo servidor que el servidor web.
ServerPortDescription=Puerto del servidor de base de datos Mantente vacío si desconocido.
+DatabasePrefix=Prefijo de tabla de base de datos
+AdminLogin=Cuenta de usuario para el propietario de la base de datos Dolibarr.
+PasswordAgain=Vuelva a escribir la confirmación de la contraseña
AdminPassword=Contraseña para el propietario de la base de datos Dolibarr.
CreateDatabase=Crear base de datos
+CreateUser=Cree una cuenta de usuario o otorgue permiso de cuenta de usuario en la base de datos de Dolibarr
DatabaseSuperUserAccess=Servidor de base de datos: acceso de superusuario
+CheckToCreateDatabase=Marque la casilla si la base de datos aún no existe y, por lo tanto, debe crearse. En este caso, también debe completar el nombre de usuario y la contraseña de la cuenta de superusuario al final de esta página.
+CheckToCreateUser=Marque la casilla si: la cuenta de usuario de la base de datos aún no existe y por lo tanto debe crearse, o si la cuenta de usuario existe pero la base de datos no existe y se deben otorgar permisos. En este caso, se debe introducir la cuenta de usuario y la contraseña y el nombre de cuenta y contraseña de superusuario en la parte inferior de esta página. Si esta casilla no está marcada, el propietario de la base de datos y la contraseña ya deben existir.
+DatabaseRootLoginDescription=Nombre de cuenta de superusuario (para crear nuevas bases de datos o nuevos usuarios), obligatorio si la base de datos o su propietario aún no existen.
+KeepEmptyIfNoPassword=Deje en blanco si el superusuario no tiene contraseña (NO se recomienda)
DatabaseCreation=Creación de base
CreateDatabaseObjects=Creación de objetos de base
ReferenceDataLoading=Carga de datos de referencia
@@ -33,6 +60,9 @@ CreateTableAndPrimaryKey=Crear tabla %s
CreateOtherKeysForTable=Crear claves e índices foráneos para la tabla %s
OtherKeysCreation=Creación de claves e índices extranjeros
AdminAccountCreation=Creación de inicio
+PleaseTypePassword=Por favor escriba una contraseña, las contraseñas vacías no están permitidas!
+PleaseTypeALogin=Por favor escriba un nombre de usuario!
+PasswordsMismatch=Las contraseñas difieren, por favor intente de nuevo!
SystemIsInstalled=Esta instalación está completa.
SystemIsUpgraded=Dolibarr se ha actualizado con éxito.
YouNeedToPersonalizeSetup=Debe configurar Dolibarr para que se ajuste a sus necesidades (apariencia, características, ...). Para hacer esto, por favor, siga el siguiente enlace:
@@ -41,13 +71,16 @@ GoToDolibarr=Ir a Dolibarr
GoToSetupArea=Ir a Dolibarr (área de configuración)
GoToUpgradePage=Ir a la página de actualización de nuevo
WithNoSlashAtTheEnd=Sin la barra "/" al final
+AdminLoginAlreadyExists=La cuenta de administrador de Dolibarr ' %s ' ya existe. Vuelve si quieres crear otro.
FailedToCreateAdminLogin=Error al crear la cuenta de administrador de Dolibarr.
+WarningRemoveInstallDir=Advertencia, por razones de seguridad, una vez que se complete la instalación o la actualización, debe agregar un archivo llamado install.lock en el directorio de documentos de Dolibarr para evitar nuevamente el uso accidental / malicioso de las herramientas de instalación.
ChoosedMigrateScript=Elija script de migración
DataMigration=Migración de base de datos (datos)
DatabaseMigration=Migración de la base de datos (estructura + algunos datos)
ProcessMigrateScript=Procesamiento de script
ChooseYourSetupMode=Elija su modo de configuración y haga clic en "Comenzar" ...
FreshInstall=Instalación nueva
+FreshInstallDesc=Utilice este modo si esta es su primera instalación. Si no, este modo puede reparar una instalación previa incompleta. Si desea actualizar su versión, elija el modo "Actualizar".
UpgradeDesc=Utilice este modo si ha reemplazado archivos antiguos de Dolibarr con archivos de una versión más nueva. Esto actualizará su base de datos y datos.
Start=comienzo
InstallNotAllowed=La configuración no está permitida por los permisos de conf.php b>
@@ -57,17 +90,36 @@ DatabaseVersion=Versión de base
ServerVersion=Versión de servidor de base
YouMustCreateItAndAllowServerToWrite=Debe crear este directorio y permitir que el servidor web escriba en él.
DBSortingCollation=Orden de clasificación de caracteres
+YouAskDatabaseCreationSoDolibarrNeedToConnect=Seleccionó crear la base de datos %s , pero para esto, Dolibarr necesita conectarse al servidor %s con el superusuario %s permisos.
+YouAskLoginCreationSoDolibarrNeedToConnect=Seleccionó crear el usuario de la base de datos %s , pero para esto, Dolibarr necesita conectarse al servidor %s con los permisos de superusuario %s .
+BecauseConnectionFailedParametersMayBeWrong=La conexión de la base de datos falló: los parámetros del host o superusuario deben ser incorrectos.
OrphelinsPaymentsDetectedByMethod=Pago de huérfanos detectado por el método %s
RemoveItManuallyAndPressF5ToContinue=Quítelo manualmente y presione F5 para continuar.
+IfLoginDoesNotExistsCheckCreateUser=Si el usuario aún no existe, debe marcar la opción "Crear usuario"
+ErrorConnection=El servidor " %s ", el nombre de la base de datos " %s ", el inicio de sesión " %s ", o la contraseña de la base de datos puede ser incorrecta o la versión del cliente PHP puede ser demasiado antigua en comparación con la versión de la base de datos.
InstallChoiceRecommanded=Opción recomendada para instalar la versión %s de su versión actual %s
InstallChoiceSuggested= Opción de instalación sugerida por el instalador b>.
+MigrateIsDoneStepByStep=La versión de destino (%s) tiene un espacio de varias versiones. El asistente de instalación volverá a sugerir una migración adicional una vez que este se complete.
+CheckThatDatabasenameIsCorrect=Compruebe que el nombre de la base de datos " %s " sea correcto.
IfAlreadyExistsCheckOption=Si este nombre es correcto y esa base de datos aún no existe, debe marcar la opción "Crear base de datos".
OpenBaseDir=Parámetro PHP openbasedir
+YouAskToCreateDatabaseSoRootRequired=Has marcado la casilla "Crear base de datos". Para esto, debe proporcionar el nombre de usuario / contraseña del superusuario (parte inferior del formulario).
+YouAskToCreateDatabaseUserSoRootRequired=Has marcado la casilla "Crear propietario de base de datos". Para esto, debe proporcionar el nombre de usuario / contraseña del superusuario (parte inferior del formulario).
+NextStepMightLastALongTime=El paso actual puede tardar varios minutos. Por favor, espere hasta que la siguiente pantalla se muestre completamente antes de continuar.
+MigrationCustomerOrderShipping=Migración de envío para almacenamiento de pedidos de ventas.
MigrationShippingDelivery=Actualice el almacenamiento de envío
MigrationShippingDelivery2=Actualice el almacenamiento del envío 2
MigrationFinished=Migración finalizada
+LastStepDesc=Último paso : defina aquí el nombre de usuario y la contraseña que desea utilizar para conectarse a Dolibarr. No pierda esto, ya que es la cuenta maestra para administrar todas las otras cuentas de usuario / adicionales.
ActivateModule=Activar el módulo %s
ShowEditTechnicalParameters=Haga clic aquí para mostrar / editar los parámetros avanzados (modo experto)
+WarningUpgrade=Advertencia: ¿Ejecutó primero una copia de seguridad de la base de datos? Esto es muy recomendable. La pérdida de datos (debido a, por ejemplo, errores en mysql versión 5.5.40 / 41/42/43) puede ser posible durante este proceso, por lo que es esencial realizar un volcado completo de su base de datos antes de iniciar cualquier migración. Haga clic en Aceptar para iniciar el proceso de migración ...
+ErrorDatabaseVersionForbiddenForMigration=La versión de su base de datos es %s. Tiene un error crítico que hace posible la pérdida de datos si realiza cambios estructurales en su base de datos, como lo requiere el proceso de migración. Por esta razón, no se permitirá la migración hasta que actualice su base de datos a una versión de capa (parcheada) (lista de versiones de buggy conocidas: %s)
+KeepDefaultValuesWamp=Utilizó el asistente de configuración de Dolibarr de DoliWamp, por lo que los valores propuestos aquí ya están optimizados. Cámbialas solo si sabes lo que estás haciendo.
+KeepDefaultValuesDeb=Usó el asistente de configuración de Dolibarr de un paquete de Linux (Ubuntu, Debian, Fedora ...), por lo que los valores propuestos aquí ya están optimizados. Solo se debe ingresar la contraseña del propietario de la base de datos para crear. Cambie otros parámetros solo si sabe lo que está haciendo.
+KeepDefaultValuesMamp=Utilizó el asistente de configuración de Dolibarr de DoliMamp, por lo que los valores propuestos aquí ya están optimizados. Cámbialas solo si sabes lo que estás haciendo.
+KeepDefaultValuesProxmox=Utilizó el asistente de configuración de Dolibarr desde un dispositivo virtual Proxmox, por lo que los valores propuestos aquí ya están optimizados. Cámbialas solo si sabes lo que estás haciendo.
+UpgradeExternalModule=Ejecutar proceso de actualización dedicado de módulo externo
SetAtLeastOneOptionAsUrlParameter=Establezca al menos una opción como parámetro en URL. Por ejemplo: '... repair.php? Standard = confirmed'
NothingToDelete=Nada para limpiar / eliminar
MigrationFixData=Solución para datos desnormalizados
@@ -76,6 +128,7 @@ MigrationSupplierOrder=Migración de datos para pedidos del proveedor
MigrationProposal=Migración de datos de cotizaciones
MigrationInvoice=Migración de datos para las facturas del cliente
MigrationContract=Migración de datos para contratos
+MigrationSuccessfullUpdate=Actualización exitosa
MigrationUpdateFailed=Proceso de actualización fallido
MigrationRelationshipTables=Migración de datos para tablas de relaciones (%s)
MigrationPaymentsUpdate=Corrección de datos de pago
@@ -87,7 +140,9 @@ MigrationContractsUpdate=Corrección de datos contractuales
MigrationContractsNumberToUpdate=%scontrato (s) para actualizar
MigrationContractsLineCreation=Crear una línea de contrato para la ref. De contrato %s
MigrationContractsNothingToUpdate=No más cosas para hacer
+MigrationContractsFieldDontExist=El campo fk_facture ya no existe. Nada que hacer.
MigrationContractsEmptyDatesUpdate=Contrato de corrección de fecha vacía
+MigrationContractsEmptyDatesUpdateSuccess=La corrección de la fecha vacía del contrato se realizó con éxito
MigrationContractsEmptyDatesNothingToUpdate=Sin contrato fecha vacía para corregir
MigrationContractsEmptyCreationDatesNothingToUpdate=Sin fecha de creación de contrato para corregir
MigrationContractsInvalidDatesUpdate=Corrección de contrato de fecha de mal valor
@@ -107,11 +162,20 @@ MigrationDeliveryDetail=Actualización de entrega
MigrationStockDetail=Actualizar el valor de stock de los productos
MigrationMenusDetail=Actualizar tablas de menús dinámicos
MigrationDeliveryAddress=Actualizar la dirección de entrega en los envíos
+MigrationProjectTaskActors=Migración de datos para la tabla llx_projet_task_actors
MigrationProjectUserResp=Campo de migración de datos fk_user_resp de llx_projet a llx_element_contact
MigrationProjectTaskTime=Tiempo de actualización pasado en segundos
MigrationActioncommElement=Actualizar datos sobre acciones
+MigrationPaymentMode=Migración de datos por tipo de pago.
MigrationCategorieAssociation=Migración de categorías
+MigrationEvents=Migración de eventos para agregar el propietario del evento en la tabla de asignación
+MigrationEventsContact=Migración de eventos para agregar contactos de eventos a la tabla de asignación
MigrationRemiseEntity=Actualizar el valor del campo de entidad de llx_societe_remise
MigrationRemiseExceptEntity=Actualizar el valor del campo de entidad de llx_societe_remise_except
MigrationUserRightsEntity=Actualizar el valor del campo de entidad de llx_user_rights
MigrationUserGroupRightsEntity=Actualizar el valor del campo de entidad de llx_usergroup_rights
+MigrationUserPhotoPath=Migración de rutas de fotos para usuarios.
+ErrorFoundDuringMigration=Se informaron errores durante el proceso de migración, por lo que el siguiente paso no está disponible. Para ignorar los errores, puede hacer clic aquí , pero es posible que la aplicación o algunas características no funcionen correctamente hasta que se resuelvan los errores.
+YouTryInstallDisabledByDirLock=La aplicación intentó auto actualizarse, pero las páginas de instalación / actualización se han deshabilitado por seguridad (directorio renombrado con el sufijo .lock).
+YouTryInstallDisabledByFileLock=La aplicación intentó auto actualizarse, pero las páginas de instalación / actualización se han deshabilitado por seguridad (debido a la existencia de un archivo de bloqueo install.lock en el directorio de documentos de dolibarr).
+ClickOnLinkOrRemoveManualy=Haga clic en el siguiente enlace. Si siempre ve esta misma página, debe eliminar / cambiar el nombre del archivo install.lock en el directorio de documentos.
diff --git a/htdocs/langs/es_CL/interventions.lang b/htdocs/langs/es_CL/interventions.lang
index 40cc84043e9..8cdf1db9495 100644
--- a/htdocs/langs/es_CL/interventions.lang
+++ b/htdocs/langs/es_CL/interventions.lang
@@ -1,6 +1,7 @@
# Dolibarr language file - Source file is en_US - interventions
InterventionCard=Tarjeta de intervención
NewIntervention=Nueva intervención
+ChangeIntoRepeatableIntervention=Cambio a intervención repetible.
ListOfInterventions=Lista de intervenciones
ActionsOnFicheInter=Acciones en intervención
InterventionContact=Contacto de intervención
@@ -11,6 +12,7 @@ ConfirmValidateIntervention=¿Estas seguro que deseas validad esta intervención
ConfirmModifyIntervention=¿Estás seguro de que deseas modificar esta intervención?
ConfirmDeleteInterventionLine=¿Estás seguro de que deseas eliminar esta línea de intervención?
ConfirmCloneIntervention=¿Estás seguro de que quieres clonar esta intervención?
+NameAndSignatureOfInternalContact=Nombre y firma de la intervención:
DocumentModelStandard=Modelo de documento estándar para intervenciones
InterventionCardsAndInterventionLines=Intervenciones y líneas de intervenciones
InterventionClassifyBilled=Clasificar "Facturado"
@@ -18,10 +20,12 @@ InterventionClassifyUnBilled=Clasificar "Sin facturar"
InterventionClassifyDone=Clasificar "Hecho"
StatusInterInvoiced=Pagado
SendInterventionRef=Presentación de la intervención %s
+SendInterventionByMail=Enviar intervención por correo electrónico
InterventionCreatedInDolibarr=Intervención %s creado
InterventionModifiedInDolibarr=Intervención %s modificado
InterventionClassifiedBilledInDolibarr=Intervención %s configurada como facturada
InterventionClassifiedUnbilledInDolibarr=Intervención %s configurada como no facturada
+InterventionSentByEMail=Intervención %s enviada por correo electrónico
InterventionDeletedInDolibarr=Intervención %s eliminado
InterventionsArea=Área de intervenciones
DraftFichinter=Borrador de intervenciones
@@ -31,6 +35,8 @@ TypeContact_fichinter_external_CUSTOMER=Seguimiento de contacto con el cliente
PrintProductsOnFichinter=Imprima también líneas de tipo "producto" (no solo servicios) en la tarjeta de intervención
PrintProductsOnFichinterDetails=intervenciones generadas a partir de órdenes
UseServicesDurationOnFichinter=Usar la duración de los servicios para las intervenciones generadas a partir de órdenes
+NbOfinterventions=Nº de tarjetas de intervención.
+NumberOfInterventionsByMonth=Nº de tarjetas de intervención por mes (fecha de validación).
AmountOfInteventionNotIncludedByDefault=La cantidad de intervención no se incluye por defecto en los beneficios (en la mayoría de los casos, las hojas de tiempo se utilizan para contar el tiempo invertido). Agregue la opción PROJECT_INCLUDE_INTERVENTION_AMOUNT_IN_PROFIT a 1 en home-setup-other para incluirlos.
InterId=Id de intervención
InterRef=Intervención ref.
diff --git a/htdocs/langs/es_CL/main.lang b/htdocs/langs/es_CL/main.lang
index 29fae5a5cca..8eb9aef7170 100644
--- a/htdocs/langs/es_CL/main.lang
+++ b/htdocs/langs/es_CL/main.lang
@@ -36,13 +36,20 @@ ErrorGoToModuleSetup=Ir a la configuración del módulo para arreglar esto
ErrorFailedToSendMail=Error al enviar el correo (remitente = %s, receptor = %s)
ErrorFileNotUploaded=El archivo no fue cargado. Compruebe que el tamaño no exceda el máximo permitido, que el espacio libre esté disponible en el disco y que no haya un archivo con el mismo nombre en este directorio.
ErrorWrongHostParameter=Parámetro de host incorrecto
+ErrorYourCountryIsNotDefined=Tu país no está definido. Vaya a Home-Setup-Edit y vuelva a publicar el formulario.
+ErrorRecordIsUsedByChild=Error al eliminar este registro. Este registro es utilizado por al menos un registro secundario.
ErrorWrongValueForParameterX=Valor incorrecto para el parámetro %s
ErrorNoRequestInError=Sin solicitud por error
+ErrorServiceUnavailableTryLater=Servicio no disponible en este momento. Inténtalo de nuevo más tarde.
ErrorDuplicateField=Duplicar valor en un campo único
+ErrorSomeErrorWereFoundRollbackIsDone=Se encontraron algunos errores. Los cambios se han retrotraído.
+ErrorConfigParameterNotDefined=El parámetro %s no está definido en el archivo de configuración de Dolibarr conf.php .
ErrorCantLoadUserFromDolibarrDatabase=Falló al encontrar el usuario %s en la base de datos Dolibarr.
ErrorNoVATRateDefinedForSellerCountry=Error, sin tasas de IVA definidas para el país '%s'.
ErrorNoSocialContributionForSellerCountry=Error, ningún tipo de impuestos sociales/fiscales definidos para el país '%s'.
ErrorFailedToSaveFile=Error, no se pudo guardar el archivo.
+ErrorCannotAddThisParentWarehouse=Está intentando agregar un almacén principal que ya es secundario de un almacén existente
+MaxNbOfRecordPerPage=Max. número de registros por página
NotAuthorized=Usted no está autorizado a hacer eso.
SetDate=Establece la fecha
SeeAlso=Véase también %s
@@ -54,8 +61,10 @@ FileRenamed=El archivo fue renombrado con éxito
FileGenerated=El archivo fue generado con éxito
FileSaved=El archivo se guardó con éxito
FileUploaded=El archivo se cargó correctamente
+FileTransferComplete=Archivo (s) subido exitosamente
FilesDeleted=Archivo eliminado con éxito
FileWasNotUploaded=Se seleccionó un archivo para el archivo adjunto pero aún no se cargó. Haga clic en "Adjuntar archivo" para esto.
+NbOfEntries=Numero de entradas
GoToWikiHelpPage=Lea la ayuda en línea (se necesita acceso a Internet)
GoToHelpPage=Leer la ayuda
RecordDeleted=Registro borrado
@@ -65,6 +74,8 @@ Undefined=Indefinido
PasswordForgotten=¿Contraseña olvidada?
NoAccount=Sin cuenta?
SeeAbove=Véase más arriba
+LastConnexion=Último acceso
+PreviousConnexion=Inicio de sesión anterior
PreviousValue=Valor anterior
ConnectedOnMultiCompany=Conectado al entorno
AuthenticationMode=Modo de autenticación
@@ -78,18 +89,21 @@ TechnicalID=ID técnico
NotePrivate=Nota (privado)
PrecisionUnitIsLimitedToXDecimals=Dolibarr se configuró para limitar la precisión del precio unitario a %s decimales.
DoTest=Prueba
+WarningYouHaveAtLeastOneTaskLate=Advertencia, tiene al menos un elemento que ha excedido el tiempo de tolerancia.
OnlineHelp=Ayuda en linea
Under=debajo
Period=Período
PeriodEndDate=Fecha de finalización del período
NotClosed=No se ha cerrado
Enabled=Habilitado
+Enable=Habilitar
Disable=Inhabilitar
Disabled=Deshabilitado
AddLink=Agregar enlace
AddToDraft=Agregar al borrador
Update=Actualizar
CloseBox=Retire el widget de su tablero de instrumentos
+ConfirmSendCardByMail=¿Realmente desea enviar el contenido de esta tarjeta por correo a %s ?
Delete=Borrar
Remove=retirar
Resiliate=Terminar
@@ -100,6 +114,7 @@ Save=Guardar
SaveAs=Guardar como
TestConnection=Conexión de prueba
ToClone=Clonar
+ConfirmClone=Elija los datos que desea clonar:
NoCloneOptionsSpecified=No hay datos para clonar definidos.
Run=correr
Show=Mostrar
@@ -107,6 +122,7 @@ Hide=Ocultar
ShowCardHere=Mostrar tarjeta
SearchOf=Buscar
Valid=Válido
+Upload=Subir
ToLink=Enlazar
Choose=Escoger
Resize=Cambiar el tamaño
@@ -117,6 +133,8 @@ NoteSomeFeaturesAreDisabled=Tenga en cuenta que muchas características / módul
PersonalValue=Valor personal
MultiLanguage=Multi lenguaje
Info=Iniciar sesión
+DescriptionOfLine=Descripción de la línea
+DateOfLine=Fecha de la linea
Model=Plantilla de documento
DefaultModel=Plantilla de documento predeterminada
Action=Evento
@@ -155,6 +173,9 @@ Mb=megabyte
Tb=Tuberculosis
Copy=Dupdo
Default=Defecto
+DefaultValues=Valores predeterminados / filtros / clasificación
+UnitPriceHT=Precio unitario (excl.)
+UnitPriceHTCurrency=Precio unitario (excl.) (Moneda)
UnitPriceTTC=Precio unitario
PriceU=ARRIBA.
PriceUHT=P.U. (net)
@@ -164,11 +185,15 @@ Amount=Cantidad
AmountInvoice=Importe de la factura
AmountInvoiced=Monto facturado
AmountPayment=Monto del pago
+AmountHTShort=Cantidad (excl.)
AmountTTCShort=Monto (IVA inc.)
+AmountHT=Importe (sin IVA)
AmountTTC=Monto (impuesto inc.)
AmountVAT=IVA
+MulticurrencyAlreadyPaid=Ya pagado, moneda original.
MulticurrencyRemainderToPay=Permanecer en el pago, moneda original
MulticurrencyPaymentAmount=Importe del pago, moneda original
+MulticurrencyAmountHT=Importe (sin IVA), moneda original
MulticurrencyAmountTTC=Importe (inc. De impuestos), moneda original
MulticurrencyAmountVAT=Importe de la cantidad, moneda original
AmountLT1=Impuesto a la cantidad 2
@@ -176,8 +201,14 @@ AmountLT2=Impuesto a la cantidad 3
AmountLT1ES=Cantidad RE
AmountTotal=Cantidad total
AmountAverage=Cantidad promedio
+PriceQtyMinHT=Precio cantidad min. (sin impuestos)
+PriceQtyMinHTCurrency=Precio cantidad min. (sin IVA) (moneda)
SubTotal=Total parcial
+TotalHT100Short=Total de 100%% (excl.)
+TotalHTShortCurrency=Total (excl. En moneda)
TotalTTCShort=Total (IVA inc.)
+TotalHT=Total (sin IVA)
+TotalHTforthispage=Total (sin IVA) para esta página
Totalforthispage=Total para esta página
TotalTTC=Total (impuesto inc.)
TotalTTCToYourCredit=Total (impuesto inc.) A su crédito
@@ -185,6 +216,7 @@ TotalVAT=Total impuestos
TotalLT1=Impuesto total 2
TotalLT2=Impuesto total 3
TotalLT2ES=IRPF total
+HT=Excl. impuesto
TTC=Inc. impuesto
INCVATONLY=IVA incluido
INCT=Inc. todos los impuestos
@@ -194,6 +226,7 @@ LT1=Impuesto a las ventas 2
LT1Type=Tipo de impuesto a las ventas 2
LT2=Impuesto a las ventas 3
LT2Type=Tipo de impuesto a las ventas 3
+LT1GC=Centavos adicionales
VATRate=Tasa de impuesto
VATCode=Código de tasa impositiva
VATNPR=Tasa de impuesto NPR
@@ -216,6 +249,8 @@ Accountant=Contador
ContactsForCompany=Contactos para este tercero
ContactsAddressesForCompany=Contactos/direcciones para este tercero
AddressesForCompany=Direcciones para este tercero
+ActionsOnCompany=Eventos para este tercero.
+ActionsOnContact=Eventos para este contacto / dirección
ActionsOnMember=Eventos sobre este miembro
NActionsLate=%s tarde
Completed=Terminado
@@ -224,6 +259,7 @@ Filter=Filtrar
FilterOnInto=Criterio de búsqueda '%s' en los campos %s
ChartGenerated=Gráfico generado
GeneratedOn=Construir en %s
+DolibarrWorkBoard=Artículos abiertos
NoOpenedElementToProcess=Sin elemento abierto para procesar
NotYetAvailable=No disponible aún
Categories=Etiquetas / categorías
@@ -233,6 +269,7 @@ ResultKo=Fracaso
Reporting=Informes
Drafts=Borrador
Opened=Abierto
+ClosedAll=Cerrado (todos)
Size=tamaño
Topic=Tema
ByCompanies=Por terceros
@@ -242,6 +279,7 @@ Preview=Previsualizar
NextStep=Próximo paso
None=Ninguna
Late=Tarde
+LateDesc=Un elemento se define como Retrasado según la configuración del sistema en el menú Inicio - Configuración - Alertas.
NoItemLate=No hay artículo tarde
Photo=Imagen
Photos=Imágenes
@@ -291,6 +329,7 @@ InfoAdmin=Información para administradores
Undo=Deshacer
UndoExpandAll=Deshacer expandir
FeatureNotYetSupported=Característica aún no compatible
+SendByMail=Enviar por correo electrónico
MailSentBy=Correo electrónico enviado por
TextUsedInTheMessageBody=Cuerpo del correo electronico
SendAcknowledgementByMail=Enviar correo electrónico de confirmación
@@ -304,6 +343,9 @@ CanBeModifiedIfKo=Puede ser modificado si no es válido
ValueIsValid=El valor es valido
ValueIsNotValid=El valor no es válido
RecordCreatedSuccessfully=Registro creado con éxito
+RecordsModified=%s registros modificados
+RecordsDeleted=%s registro (s) eliminado (s)
+RecordsGenerated=%s registro (s) generado (s)
AutomaticCode=Código automático
FeatureDisabled=Característica deshabilitada
MoveBox=Mover widget
@@ -314,6 +356,7 @@ Receive=Recibir
CompleteOrNoMoreReceptionExpected=Completo o nada más esperado
YouCanChangeValuesForThisListFromDictionarySetup=Puede cambiar los valores para esta lista desde el menú Configuración - Diccionarios
YouCanChangeValuesForThisListFrom=Puede cambiar los valores para esta lista desde el menú %s
+YouCanSetDefaultValueInModuleSetup=Puede establecer el valor predeterminado utilizado al crear un nuevo registro en la configuración del módulo
Documents=Archivos
UploadDisabled=Carga inhabilitada
MenuAgendaGoogle=Agenda de Google
@@ -327,17 +370,23 @@ UnHidePassword=Mostrar comando real con contraseña clara
AddNewLine=Agregar nueva línea
AddFile=Agregar archivo
FreeZone=No es un producto / servicio predefinido
+FreeLineOfType=Artículo de texto libre, escriba:
CloneMainAttributes=Clonar objeto con sus atributos principales
+ReGeneratePDF=Volver a generar PDF
Merge=Unir
DocumentModelStandardPDF=Plantilla PDF estándar
PrintContentArea=Mostrar página para imprimir área de contenido principal
MenuManager=Administrador de menú
+WarningYouAreInMaintenanceMode=Advertencia, está en modo de mantenimiento: solo el inicio de sesión %s tiene permiso para usar la aplicación en este modo.
CoreErrorMessage=Disculpe, ocurrió un error. Póngase en contacto con el administrador del sistema para verificar los registros o deshabilitar $ dolibarr_main_prod = 1 para obtener más información.
ValidatePayment=Validar el pago
FieldsWithAreMandatory=Campos con %s son obligatorios
+FieldsWithIsForPublic=Los campos con %s se muestran en la lista pública de miembros. Si no quieres esto, desmarca la casilla "público".
+AccordingToGeoIPDatabase=(De acuerdo a la conversión de GeoIP)
RequiredField=campo requerido
ToTest=Prueba
ValidateBefore=La tarjeta debe ser validada antes de usar esta característica
+TotalizableDesc=Este campo es totalizable en lista.
Hidden=Oculto
Source=Fuente
Before=antes de
@@ -350,10 +399,15 @@ LinkTo=Enlace a
LinkToProposal=Enlace a la propuesta
LinkToOrder=Enlace a la orden
LinkToInvoice=Enlace a la factura
+LinkToTemplateInvoice=Enlace a la factura de la plantilla
+LinkToSupplierOrder=Enlace a la orden de compra
+LinkToSupplierProposal=Enlace a la propuesta del vendedor
+LinkToSupplierInvoice=Enlace a la factura del vendedor
LinkToContract=Enlace a contrato
LinkToIntervention=Enlace a la intervención
SetToDraft=Volver al borrador
ClickToEdit=Haz click para editar
+ClickToRefresh=Haga clic para actualizar
EditHTMLSource=Editar fuente HTML
ByCountry=Por país
ByTown=Por la ciudad
@@ -363,6 +417,7 @@ NoResults=No hay resultados
SystemTools=Herramientas del sistema
ModulesSystemTools=Herramientas de módulos
NoPhotoYet=No hay fotos disponibles todavía
+MyDashboard=Mi tablero
SelectAction=Seleccione la acción
SelectTargetUser=Seleccionar usuario / empleado objetivo
HelpCopyToClipboard=Usa Ctrl + C para copiar al portapapeles
@@ -375,6 +430,7 @@ AddBox=Agregar caja
SelectElementAndClick=Seleccione un elemento y haga clic en %s
PrintFile=Imprimir archivo %s
ShowTransaction=Mostrar entrada en cuenta bancaria
+GoIntoSetupToChangeLogo=Vaya a Inicio - Configuración - Compañía para cambiar el logotipo o vaya a Inicio - Configuración - Mostrar para ocultar.
Deny=Negar
Denied=Negado
ListOfTemplates=Lista de plantillas
@@ -384,28 +440,47 @@ Sincerely=Sinceramente
DeleteLine=Eliminar línea
ConfirmDeleteLine=¿Estás seguro de que deseas eliminar esta línea?
NoPDFAvailableForDocGenAmongChecked=No hay PDF disponible para la generación de documentos entre el registro verificado
+TooManyRecordForMassAction=Demasiados registros seleccionados para la acción de masas. La acción está restringida a una lista de registros %s.
NoRecordSelected=Ningún registro seleccionado
MassFilesArea=Área para archivos creados por acciones masivas
+ConfirmMassDeletion=Confirmación de eliminación masiva
+ConfirmMassDeletionQuestion=¿Está seguro de que desea eliminar los registros seleccionados %s?
ClassifyBilled=Clasificar pago
ClassifyUnbilled=Clasificar sin facturar
FrontOffice=Oficina frontal
ExportFilteredList=Exportar lista filtrada
ExportList=Lista de exportación
+ExportOfPiecesAlreadyExportedIsEnable=Se habilita la exportación de piezas ya exportadas.
+ExportOfPiecesAlreadyExportedIsDisable=La exportación de piezas ya exportadas está deshabilitada.
+AllExportedMovementsWereRecordedAsExported=Todos los movimientos exportados fueron registrados como exportados.
+NotAllExportedMovementsCouldBeRecordedAsExported=No todos los movimientos exportados pudieron registrarse como exportados
Miscellaneous=Diverso
GroupBy=Agrupar por...
RemoveString=Eliminar la cadena '%s'
+SomeTranslationAreUncomplete=Algunos de los idiomas ofrecidos pueden estar solo parcialmente traducidos o pueden contener errores. Ayude a corregir su idioma registrándose en https://transifex.com/projects/p/dolibarr/ para agregar sus mejoras.
DirectDownloadLink=Enlace de descarga directa (público / externo)
DirectDownloadInternalLink=Enlace de descarga directa (debe registrarse y necesita permisos)
DownloadDocument=Descargar documento
ActualizeCurrency=Actualizar la tasa de cambio
+ModuleBuilder=Módulo y generador de aplicaciones
ClickToShowHelp=Haga clic para mostrar la ayuda de información sobre herramientas
ExpenseReport=Informe de gastos
ExpenseReports=Reporte de gastos
HR=HORA
HRAndBank=Recursos Humanos y Banco
TitleSetToDraft=Volver al borrador
+ConfirmSetToDraft=¿Está seguro de que desea volver al estado de borrador?
ImportId=Importar identificación
+EMailTemplates=Plantillas de correo electrónico
+LeadOrProject=Plomo Proyecto
+LeadsOrProjects=Lleva | Proyectos
+Lead=Dirigir
+Leads=Lleva
+ListOpenLeads=Lista de clientes potenciales abiertos
+ListOpenProjects=Listar proyectos abiertos
+NewLeadOrProject=Nuevo plomo o proyecto
LineNb=Line no
+TabLetteringSupplier=Letras del vendedor
Monday=lunes
Tuesday=martes
Thursday=jueves
@@ -430,12 +505,21 @@ Select2LoadingMoreResults=Cargando más resultados ...
Select2SearchInProgress=Búsqueda en progreso ...
SearchIntoCustomerInvoices=Facturas de cliente
SearchIntoSupplierInvoices=Facturas del vendedor
+SearchIntoCustomerOrders=Ordenes de venta
SearchIntoSupplierOrders=Ordenes de compra
SearchIntoCustomerProposals=Propuestas de clientes
SearchIntoSupplierProposals=Propuestas del vendedor
SearchIntoCustomerShipments=Envíos de clientes
SearchIntoExpenseReports=Reporte de gastos
+SearchIntoLeaves=Salir
+SearchIntoTickets=Entradas
NbComments=Numero de comentarios
CommentAdded=Comentario agregado
Everybody=Todos
+PayedTo=Pagado para
AssignedTo=Asignado a
+ConfirmMassDraftDeletion=Confirmación de borrado masivo borrador
+SelectAThirdPartyFirst=Seleccione un tercero primero ...
+YouAreCurrentlyInSandboxMode=Actualmente se encuentra en el modo "zona de pruebas" %s
+ValidFrom=Válida desde
+NoRecordedUsers=No hay usuarios
diff --git a/htdocs/langs/es_CL/members.lang b/htdocs/langs/es_CL/members.lang
index 69068ec83aa..c360e73cbaf 100644
--- a/htdocs/langs/es_CL/members.lang
+++ b/htdocs/langs/es_CL/members.lang
@@ -3,6 +3,7 @@ MembersArea=Área de miembros
MemberCard=Tarjeta de miembro
SubscriptionCard=Tarjeta de suscripción
ShowMember=Mostrar tarjeta de miembro
+ThirdpartyNotLinkedToMember=Tercero no vinculado a un miembro
MembersTickets=Entradas de los miembros
FundationMembers=Miembros de la fundación
ErrorMemberIsAlreadyLinkedToThisThirdParty=Otro miembro (nombre: %s, login: %s) ya está asignado al tercero %s. Primero elimine la asignación, porque un tercero no puede vincularse solo a un miembro (y viceversa).
@@ -49,7 +50,9 @@ Subscriptions=Suscripciones
SubscriptionLate=Tarde
SubscriptionNotReceived=Suscripción nunca recibida
ListOfSubscriptions=Lista de suscripciones
+SendCardByMail=Enviar tarjeta por email
NoTypeDefinedGoToSetup=Ningún tipo de miembro definido. Ir al menú "Tipos de miembros"
+WelcomeEMail=Correo de bienvenida
SubscriptionRequired=Suscripción requerida
VoteAllowed=Voto permitido
MorPhy=Moral / Físico
@@ -83,6 +86,16 @@ YourSubscriptionWasRecorded=Su nueva suscripción fue grabada
YourMembershipWasCanceled=Su membresía fue cancelada
CardContent=Contenido de su tarjeta de miembro
ThisIsContentOfYourMembershipRequestWasReceived=Queremos informarle que se recibió su solicitud de membresía.
+ThisIsContentOfSubscriptionReminderEmail=Queremos informarle que su suscripción está a punto de caducar o ya ha caducado (__MEMBER_LAST_SUBSCRIPTION_DATE_END__). Esperamos que lo renueven.
+ThisIsContentOfYourCard=Este es un resumen de la información que tenemos sobre usted. Por favor, póngase en contacto con nosotros si algo es incorrecto.
+DescADHERENT_AUTOREGISTER_NOTIF_MAIL_SUBJECT=Asunto de la notificación por correo electrónico recibida en caso de autoinscripción de un invitado
+DescADHERENT_AUTOREGISTER_NOTIF_MAIL=Contenido del correo electrónico de notificación recibido en caso de inscripción automática de un invitado
+DescADHERENT_EMAIL_TEMPLATE_AUTOREGISTER=Plantilla de correo electrónico que se utilizará para enviar un correo electrónico a un miembro en la suscripción automática de miembros
+DescADHERENT_EMAIL_TEMPLATE_MEMBER_VALIDATION=Plantilla de correo electrónico para usar para enviar un correo electrónico a un miembro en la validación de miembros
+DescADHERENT_EMAIL_TEMPLATE_SUBSCRIPTION=Plantilla de correo electrónico que se utiliza para enviar un correo electrónico a un miembro en una nueva grabación de suscripción
+DescADHERENT_EMAIL_TEMPLATE_REMIND_EXPIRATION=Plantilla de correo electrónico que se utilizará para enviar un recordatorio por correo electrónico cuando la suscripción esté a punto de caducar
+DescADHERENT_EMAIL_TEMPLATE_CANCELATION=Plantilla de correo electrónico que se utiliza para enviar un correo electrónico a un miembro en caso de cancelación de miembro
+DescADHERENT_MAIL_FROM=Correo electrónico del remitente para correos electrónicos automáticos
DescADHERENT_ETIQUETTE_TYPE=Formato de la página de etiquetas
DescADHERENT_ETIQUETTE_TEXT=Texto impreso en las hojas de direcciones de los miembros
DescADHERENT_CARD_TYPE=Página de formato de tarjetas
@@ -103,6 +116,8 @@ DocForAllMembersCards=Genera tarjetas de visita para todos los miembros
DocForOneMemberCards=Genera tarjetas de visita para un miembro en particular
DocForLabels=Generar hojas de direcciones
SubscriptionPayment=Pago de suscripción
+LastSubscriptionDate=Fecha del último pago de suscripción
+LastSubscriptionAmount=Cantidad de la última suscripción
MembersStatisticsByState=Estadísticas de miembros por estado / provincia
MembersStatisticsByTown=Estadísticas de miembros por ciudad
NoValidatedMemberYet=No se encontraron miembros validados
@@ -126,8 +141,12 @@ MembersStatisticsByProperties=Estadísticas de miembros por naturaleza
MembersByNature=Esta pantalla muestra estadísticas de los miembros por naturaleza.
MembersByRegion=Esta pantalla muestra estadísticas de los miembros por región.
VATToUseForSubscriptions=Tipo de IVA para suscripciones
+NoVatOnSubscription=Sin IVA para suscripciones.
ADHERENT_PRODUCT_ID_FOR_SUBSCRIPTIONS=Producto utilizado para la línea de suscripción en la factura: %s
SubscriptionRecorded=Suscripción grabada
NoEmailSentToMember=No se envió ningún correo electrónico al miembro
EmailSentToMember=Correo electrónico enviado al miembro al %s
SendReminderForExpiredSubscriptionTitle=Enviar recordatorio por correo electrónico para la suscripción caducada
+SendReminderForExpiredSubscription=Enviar recordatorio por correo electrónico a los miembros cuando la suscripción está a punto de caducar (el parámetro es el número de días antes del final de la suscripción para enviar el recordatorio. Puede ser una lista de días separados por un punto y coma, por ejemplo, '10; 5; 0; -5 ')
+YouMayFindYourInvoiceInThisEmail=Puede encontrar su factura adjunta a este correo electrónico.
+XMembersClosed=%s miembro (s) cerrado (s)
diff --git a/htdocs/langs/es_CL/orders.lang b/htdocs/langs/es_CL/orders.lang
index 0a809f07ec0..daed592b977 100644
--- a/htdocs/langs/es_CL/orders.lang
+++ b/htdocs/langs/es_CL/orders.lang
@@ -15,6 +15,14 @@ MakeOrder=Hacer orden
SupplierOrder=Orden de compra
SuppliersOrders=Ordenes de compra
SuppliersOrdersRunning=Pedidos de compra actuales
+CustomerOrder=Órdenes de venta
+CustomersOrders=Ordenes de venta
+CustomersOrdersRunning=Órdenes de venta actuales
+CustomersOrdersAndOrdersLines=Pedidos de venta y detalles del pedido
+OrdersDeliveredToBill=Pedidos de venta entregados a la factura.
+OrdersToBill=Pedidos de venta entregados
+OrdersInProcess=Órdenes de venta en proceso
+OrdersToProcess=Pedidos de venta para procesar
SuppliersOrdersToProcess=Órdenes de compra para procesar
StatusOrderCanceledShort=Cancelado
StatusOrderSentShort=En proceso
@@ -51,14 +59,18 @@ AddToDraftOrders=Añadir a orden de borrador
OrdersOpened=Órdenes para procesar
NoDraftOrders=No hay borradores de pedidos
NoOrder=Sin orden
+LastOrders=Últimos pedidos de %s
+LastCustomerOrders=Últimos pedidos de %s
LastSupplierOrders=Últimas %s órdenes de compra
LastModifiedOrders=Últimas %s órdenes modificadas
AllOrders=Todas las órdenes
NbOfOrders=Numero de ordenes
OrdersStatistics=Estadísticas de la orden
OrdersStatisticsSuppliers=Estadísticas de orden de compra
+AmountOfOrdersByMonthHT=Cantidad de pedidos por mes (sin IVA)
ListOfOrders=Lista de ordenes
CloseOrder=Cerrar orden
+ConfirmCloseOrder=¿Está seguro de que desea configurar este pedido para entregado? Una vez que se entrega un pedido, se puede configurar para facturarse.
ConfirmDeleteOrder=¿Seguro que quieres eliminar esta orden?
ConfirmValidateOrder=¿Estas seguro que deseas validar esta orden con el nombre %s?
ConfirmUnvalidateOrder=¿Estas seguro que deseas restaurar la orden %s al estado de borrador?
@@ -80,11 +92,14 @@ AuthorRequest=Solicitar autor
UserWithApproveOrderGrant=Usuarios con permiso de "aprobar órdenes".
PaymentOrderRef=Pago del pedido %s
ConfirmCloneOrder=¿Estas seguro que deseas clonar esta orden %s?
+DispatchSupplierOrder=Recibiendo orden de compra %s
FirstApprovalAlreadyDone=Primera aprobación ya hecha
SecondApprovalAlreadyDone=Segunda aprobación ya hecha
SupplierOrderReceivedInDolibarr=La orden de compra %s recibió %s
+SupplierOrderSubmitedInDolibarr=Orden de compra %s enviada
SupplierOrderClassifiedBilled=Pedido de compra %s establecido facturado
OtherOrders=Otras órdenes
+TypeContact_commande_internal_SALESREPFOLL=Representante seguimiento de orden de venta
TypeContact_commande_internal_SHIPPING=Representante de seguimiento de envío
TypeContact_commande_external_BILLING=Contacto cliente de facturación cotización
TypeContact_commande_external_SHIPPING=Contacto de envío del cliente
@@ -98,6 +113,7 @@ Error_COMMANDE_SUPPLIER_ADDON_NotDefined=Constante COMMANDE_SUPPLIER_ADDON no de
Error_COMMANDE_ADDON_NotDefined=Constant COMMANDE_ADDON no definido
Error_OrderNotChecked=No hay pedidos para facturar seleccionados
PDFEinsteinDescription=Un modelo de pedido completo (logotipo ...)
+PDFEratostheneDescription=Un modelo de pedido completo (logo ...)
PDFEdisonDescription=Un modelo de orden simple
PDFProformaDescription=Una factura proforma completa (logotipo ...)
CreateInvoiceForThisCustomer=Pagar Pedidos
diff --git a/htdocs/langs/es_CL/other.lang b/htdocs/langs/es_CL/other.lang
index 5d75b77f846..cd109e65f63 100644
--- a/htdocs/langs/es_CL/other.lang
+++ b/htdocs/langs/es_CL/other.lang
@@ -3,6 +3,7 @@ SecurityCode=Código de seguridad
NumberingShort=NORTE
Tools=Herramientas
TMenuTools=Herramientas
+ToolsDesc=Todas las herramientas no incluidas en otras entradas del menú se agrupan aquí. Se puede acceder a todas las herramientas a través del menú de la izquierda.
Birthday=Cumpleaños
BirthdayAlertOn=alerta de cumpleaños activa
BirthdayAlertOff=alerta de cumpleaños inactiva
@@ -12,11 +13,22 @@ PreviousMonthOfInvoice=Mes anterior (número 1-12) de la fecha de facturación
NextMonthOfInvoice=El mes siguiente (número 1-12) de la fecha de la factura
TextNextMonthOfInvoice=Mes siguiente (texto) de fecha de factura
DocFileGeneratedInto=Archivo de documento generado en %s.
+MessageOK=Mensaje en la página de devolución para un pago validado.
+MessageKO=Mensaje en la página de devolución para un pago cancelado.
ContentOfDirectoryIsNotEmpty=El contenido de este directorio no está vacío.
+DeleteAlsoContentRecursively=Marque para borrar todo el contenido recursivamente
YearOfInvoice=Año de la fecha de factura
PreviousYearOfInvoice=Año anterior de la fecha de facturación
NextYearOfInvoice=El año siguiente a la fecha de la factura
+Notify_ORDER_VALIDATE=Pedido de venta validado
+Notify_ORDER_SENTBYMAIL=Pedido de venta enviado por correo
+Notify_ORDER_SUPPLIER_SENTBYMAIL=Orden de compra enviada por correo electrónico
+Notify_ORDER_SUPPLIER_VALIDATE=Orden de compra registrada
+Notify_ORDER_SUPPLIER_APPROVE=Orden de compra aprobada
+Notify_ORDER_SUPPLIER_REFUSE=Orden de compra rechazada
Notify_PROPAL_VALIDATE=Validación cotización cliente
+Notify_PROPAL_CLOSE_SIGNED=Propuesta de cliente cerrada firmada
+Notify_PROPAL_CLOSE_REFUSED=Propuesta de cliente cerrada rechazada
Notify_PROPAL_SENTBYMAIL=Envío cotización por e-mail
Notify_WITHDRAW_TRANSMIT=Retirada de transmisión
Notify_WITHDRAW_CREDIT=Retiro de crédito
@@ -27,6 +39,10 @@ Notify_BILL_VALIDATE=Factura del cliente validada
Notify_BILL_UNVALIDATE=Factura del cliente sin validar
Notify_BILL_CANCEL=Factura del cliente cancelada
Notify_BILL_SENTBYMAIL=Factura del cliente enviada por correo
+Notify_BILL_SUPPLIER_VALIDATE=Factura del proveedor validada
+Notify_BILL_SUPPLIER_PAYED=Factura pagada al vendedor
+Notify_BILL_SUPPLIER_SENTBYMAIL=Factura del proveedor enviada por correo
+Notify_BILL_SUPPLIER_CANCELED=Factura del vendedor cancelada
Notify_CONTRACT_VALIDATE=Contrato validado
Notify_FICHEINTER_VALIDATE=Intervención validada
Notify_FICHINTER_ADD_CONTACT=Contacto agregado a la intervención
@@ -38,14 +54,26 @@ Notify_MEMBER_SUBSCRIPTION=Miembro suscrito
Notify_MEMBER_RESILIATE=Miembro terminado
Notify_MEMBER_DELETE=Miembro eliminado
Notify_PROJECT_CREATE=Creación del proyecto
+Notify_HOLIDAY_VALIDATE=Deja la solicitud validada (se requiere aprobación)
+Notify_HOLIDAY_APPROVE=Dejar la solicitud aprobada
SeeModuleSetup=Ver configuración del módulo %s
NbOfAttachedFiles=Número de archivos / documentos adjuntos
TotalSizeOfAttachedFiles=Tamaño total de los archivos / documentos adjuntos
MaxSize=Talla máxima
AttachANewFile=Adjunte un nuevo archivo / documento
LinkedObject=Objeto vinculado
+NbOfActiveNotifications=Número de notificaciones (número de correos electrónicos del destinatario)
PredefinedMailTest=__(Hola)__\nEste es un correo de prueba enviado a __EMAIL__.\nLas dos líneas están separadas por un retorno de carro.\n\n__USER_SIGNATURE__
PredefinedMailTestHtml=__(Hola)__\nEste es un correo de prueba (la palabra prueba debe estar en negrita). Las dos líneas están separadas por un retorno de carro.
__USER_SIGNATURE__
+PredefinedMailContentSendInvoice=__ (Hola) __ Encuentre la factura __REF__ adjunta __ONLINE_PAYMENT_TEXT_AND_URL__ __ (Atentamente) __ __USER_SIGNATURE__
+PredefinedMailContentSendInvoiceReminder=__ (Hola) __ Nos gustaría recordarle que la factura __REF__ no parece haber sido pagada. Se adjunta una copia de la factura como recordatorio. __ONLINE_PAYMENT_TEXT_AND_URL__ __ (Atentamente) __ __USER_SIGNATURE__
+PredefinedMailContentSendProposal=__ (Hola) __ Encuentre la propuesta comercial __REF__ adjunta __ (Atentamente) __ __USER_SIGNATURE__
+PredefinedMailContentSendSupplierProposal=__ (Hola) __ Por favor encuentre la solicitud de precio __REF__ adjunta __ (Atentamente) __ __USER_SIGNATURE__
+PredefinedMailContentSendOrder=__ (Hola) __ Encuentre el pedido __REF__ adjunto __ (Atentamente) __ __USER_SIGNATURE__
+PredefinedMailContentSendSupplierOrder=__ (Hola) __ Encuentra nuestro pedido __REF__ adjunto __ (Atentamente) __ __USER_SIGNATURE__
+PredefinedMailContentSendSupplierInvoice=__ (Hola) __ Encuentre la factura __REF__ adjunta __ (Atentamente) __ __USER_SIGNATURE__
+PredefinedMailContentSendShipping=__ (Hola) __ Encuentra el envío __REF__ adjunto __ (Atentamente) __ __USER_SIGNATURE__
+PredefinedMailContentSendFichInter=__ (Hola) __ Encuentre la intervención __REF__ adjunta __ (Atentamente) __ __USER_SIGNATURE__
DemoDesc=Dolibarr es un ERP / CRM compacto que admite varios módulos comerciales. Una demostración que muestra todos los módulos no tiene sentido ya que este escenario nunca ocurre (varios cientos disponibles). Entonces, varios perfiles de demostración están disponibles.
ChooseYourDemoProfilMore=... o crea tu propio perfil (selección manual del módulo)
DemoFundation=Administrar miembros de una fundación
@@ -83,15 +111,35 @@ EnableGDLibraryDesc=Instale o habilite la biblioteca de GD en su instalación de
ProfIdShortDesc=Prof Id %s es una información que depende del país de un tercero. Por ejemplo, para el país %s, es el código%s.
DolibarrDemo=Demo de Dolibarr ERP / CRM
StatsByNumberOfUnits=Estadísticas para suma de cantidad de productos / servicios
+StatsByNumberOfEntities=Estadísticas en número de entidades referidas (nº de factura, o pedido ...)
NumberOfProposals=Número de propuestas
+NumberOfCustomerOrders=Número de órdenes de venta
NumberOfCustomerInvoices=Número de facturas de clientes
+NumberOfSupplierProposals=Número de propuestas de proveedores
+NumberOfSupplierOrders=Número de órdenes de compra
+NumberOfSupplierInvoices=Número de facturas del vendedor
NumberOfUnitsProposals=Número de unidades en las propuestas
+NumberOfUnitsCustomerOrders=Número de unidades en órdenes de venta
NumberOfUnitsCustomerInvoices=Número de unidades en las facturas de los clientes
+NumberOfUnitsSupplierProposals=Número de unidades en las propuestas de los proveedores.
+NumberOfUnitsSupplierOrders=Número de unidades en órdenes de compra
+NumberOfUnitsSupplierInvoices=Número de unidades en las facturas de los proveedores.
+EMailTextInterventionAddedContact=Se le ha asignado una nueva intervención %s.
EMailTextInterventionValidated=La intervención %s ha sido validada.
+EMailTextProposalValidated=La propuesta %s ha sido validada.
+EMailTextProposalClosedSigned=La propuesta %s ha sido cerrada y firmada.
+EMailTextOrderApproved=El pedido %s ha sido aprobado.
+EMailTextOrderApprovedBy=La orden %s ha sido aprobada por %s.
+EMailTextOrderRefused=La orden %s ha sido rechazada.
+EMailTextOrderRefusedBy=La orden %s ha sido rechazada por %s.
+EMailTextExpenseReportApproved=Informe de gastos %s ha sido aprobado.
+EMailTextHolidayValidated=Deja la solicitud %s ha sido validado.
+EMailTextHolidayApproved=Deja la solicitud %s ha sido aprobada.
ImportedWithSet=Conjunto de datos de importación
ResizeDesc=Ingrese un nuevo ancho O b> nueva altura. La relación se mantendrá durante el cambio de tamaño ...
NewSizeAfterCropping=Nuevo tamaño después del recorte
DefineNewAreaToPick=Defina una nueva área en la imagen para elegir (haga clic con el botón izquierdo en la imagen y luego arrastre hasta que llegue a la esquina opuesta)
+CurrentInformationOnImage=Esta herramienta fue diseñada para ayudarte a redimensionar o recortar una imagen. Esta es la información sobre la imagen editada actual.
YouReceiveMailBecauseOfNotification=Usted recibe este mensaje porque su correo electrónico ha sido agregado a la lista de objetivos para ser informado de eventos particulares en el software %s de %s.
YouReceiveMailBecauseOfNotification2=Este evento es el siguiente:
ThisIsListOfModules=Esta es una lista de módulos preseleccionados por este perfil de demostración (solo los módulos más comunes son visibles en esta demostración). Edítelo para tener una demostración más personalizada y haga clic en "Comenzar".
@@ -114,9 +162,15 @@ SourcesRepository=Repositorio de fuentes
PassEncoding=Codificación de contraseña
PermissionsAdd=Permisos agregados
YourPasswordMustHaveAtLeastXChars=Su contraseña debe tener al menos %s caracteres
+MissingIds=IDs que faltan
+ThirdPartyCreatedByEmailCollector=Tercero creado por el recolector de correo electrónico del correo electrónico MSGID %s
+ContactCreatedByEmailCollector=Contacto / dirección creada por el recolector de correo electrónico del correo electrónico MSGID %s
+ProjectCreatedByEmailCollector=Proyecto creado por el recolector de correo electrónico del correo electrónico MSGID %s
+TicketCreatedByEmailCollector=Ticket creado por el recolector de correo electrónico del correo electrónico MSGID %s
LibraryUsed=Biblioteca utilizada
LibraryVersion=Versión de biblioteca
NoExportableData=No se pueden exportar datos (no hay módulos con datos exportables cargados o sin permisos)
WebsiteSetup=Configuración del sitio web del módulo
+WEBSITE_IMAGEDesc=Ruta relativa de los medios de imagen. Puede mantenerlo vacío, ya que rara vez se utiliza (puede ser utilizado por contenido dinámico para mostrar una vista previa de una lista de publicaciones de blog).
WEBSITE_KEYWORDS=Palabras clave
LinesToImport=Líneas para importar
diff --git a/htdocs/langs/es_CL/products.lang b/htdocs/langs/es_CL/products.lang
index 5514d75f4c1..8ef82a6ff34 100644
--- a/htdocs/langs/es_CL/products.lang
+++ b/htdocs/langs/es_CL/products.lang
@@ -6,6 +6,8 @@ ProductDescriptionTranslated=Descripción traducida del producto
ProductNoteTranslated=Nota traducida del producto
ProductServiceCard=Tarjeta de Productos/Servicios
ProductId=Identificación de producto / servicio
+ProductVatMassChange=Actualización de IVA global
+ProductVatMassChangeDesc=¡Esta herramienta actualiza la tasa de IVA definida en TODOS los productos y servicios!
MassBarcodeInit=Iniciar de código de barras masivo
MassBarcodeInitDesc=Esta página se puede utilizar para inicializar un código de barras en objetos que no tienen definido el código de barras. Verifique antes de que se complete la configuración del módulo de código de barras.
ProductAccountancyBuyCode=Código de contabilidad (compra)
@@ -21,6 +23,7 @@ ServicesOnSaleOnly=Servicios solo para venta
ServicesOnPurchaseOnly=Servicios solo para compra
ServicesNotOnSell=Servicios no en venta y no en compra
ServicesOnSellAndOnBuy=Servicios para venta y compra
+LastModifiedProductsAndServices=Últimos productos / servicios %s modificados
LastRecordedProducts=Últimos %s productos grabados
LastRecordedServices=Últimos %s servicios grabados
NotOnSell=No en venta
@@ -31,10 +34,14 @@ ProductStatusNotOnBuyShort=No en compra
UpdateVAT=Actualizar IVA
UpdateDefaultPrice=Actualizar el precio predeterminado
UpdateLevelPrices=Actualizar precios para cada nivel
+SellingPriceHT=Precio de venta (sin IVA)
SellingPriceTTC=Precio de venta (IVA incluido)
+SellingMinPriceTTC=Precio mínimo de venta (impuestos incluidos)
+CostPriceDescription=Este campo de precio (sin impuestos) se puede usar para almacenar el monto promedio que este producto le cuesta a su empresa. Puede ser cualquier precio que usted mismo calcule, por ejemplo, a partir del precio de compra promedio más el costo promedio de producción y distribución.
CostPriceUsage=Este valor podría usarse para calcular el margen.
SoldAmount=Cantidad vendida
PurchasedAmount=Cantidad comprada
+MinPrice=Min. precio de venta
EditSellingPriceLabel=Editar etiqueta de precio de venta
CantBeLessThanMinPrice=El precio de venta no puede ser inferior al mínimo permitido para este producto (%s sin IVA). Este mensaje también puede aparecer si escribe un descuento demasiado importante.
ErrorProductAlreadyExists=Un producto con referencia %s ya existe.
@@ -42,15 +49,20 @@ ErrorProductBadRefOrLabel=Valor incorrecto para referencia o etiqueta.
ErrorProductClone=Hubo un problema al intentar clonar el producto o servicio.
ErrorPriceCantBeLowerThanMinPrice=Error, el precio no puede ser inferior al precio mínimo.
Suppliers=Vendedores
+SupplierRef=SKU del proveedor
ProductsAndServicesArea=Área de productos y servicios
ProductsArea=Área de producto
ServicesArea=Área de servicios
ListOfStockMovements=Lista de movimientos de stock
+SupplierCard=Tarjeta de proveedor
SetDefaultBarcodeType=Establecer el tipo de código de barras
BarcodeValue=Valor de código de barras
NoteNotVisibleOnBill=Nota (no visible en las facturas, cotizaciones, etc.)
ServiceLimitedDuration=Si el producto es un servicio de duración limitada:
+MultiPricesAbility=Múltiples segmentos de precios por producto / servicio (cada cliente está en un segmento de precios)
MultiPricesNumPrices=Cantidad de precios
+AssociatedProductsAbility=Activar productos virtuales (kits)
+AssociatedProducts=Productos virtuales
AssociatedProductsNumber=Cantidad de productos que componen este producto virtual
ParentProductsNumber=Número de producto de embalaje principal
ParentProducts=Productos para padres
@@ -61,13 +73,23 @@ CategoryFilter=Filtro de categoría
ProductToAddSearch=Buscar producto para agregar
NoMatchFound=No se encontraron coincidencias
ListOfProductsServices=Lista de productos / servicios
+ProductAssociationList=Lista de productos / servicios que son componentes de este producto / kit virtual
ProductParentList=Lista de productos/servicios virtuales con este producto como componente
ErrorAssociationIsFatherOfThis=Uno de los productos seleccionados es el padre con el producto actual
ConfirmDeleteProduct=¿Seguro que quieres eliminar este producto/servicio?
ProductDeleted=Producto / Servicio "%s" borrado de la base de datos.
ExportDataset_produit_1=Productos
ConfirmDeleteProductLine=¿Estás seguro de que deseas eliminar esta línea de productos?
+QtyMin=Min. Cantidad de compra
+PriceQtyMin=Precio cantidad min.
+PriceQtyMinCurrency=Precio (moneda) para esta cantidad. (sin descuento)
+VATRateForSupplierProduct=Tasa de IVA (para este vendedor / producto)
+DiscountQtyMin=Descuento para esta cantidad.
+NoPriceDefinedForThisSupplier=Sin precio / cantidad definida para este vendedor / producto
+NoSupplierPriceDefinedForThisProduct=Ningún precio / cantidad de vendedor definido para este producto
+PredefinedServicesToSell=Servicio Predefinido
PredefinedProductsAndServicesToSell=Productos / servicios predefinidos para vender
+PredefinedProductsAndServicesToPurchase=Productos / servicios predefinidos para comprar.
NotPredefinedProducts=Productos / servicios no predefinidos
GenerateThumb=Generar imagen
ServiceNb=Servicio #%s
@@ -75,12 +97,16 @@ ListProductServiceByPopularity=Lista de productos/servicios por popularidad
ListProductByPopularity=Lista de productos por popularidad
ListServiceByPopularity=Lista de servicios por popularidad
ConfirmCloneProduct=¿Está seguro que desea clonar el producto o servicio %s?
+CloneContentProduct=Clona toda la información principal del producto / servicio.
+CloneCompositionProduct=Clonar producto / servicio virtual
CloneCombinationsProduct=Clonar variantes de productos
ProductIsUsed=Este producto es usado
NewRefForClone=Referencia de nuevo producto/servicio
CustomerPrices=Precios de cliente
SuppliersPrices=Precios del proveedor
+SuppliersPricesOfProductsOrServices=Precios de venta (de productos o servicios).
CustomCode=Código de Aduanas / Productos / HS
+Nature=Naturaleza del producto (material / acabado)
ProductCodeModel=Plantilla de referencia de producto
ServiceCodeModel=Plantilla de referencia de servicio
AlwaysUseNewPrice=Utilice siempre el precio actual del producto/servicio
@@ -89,6 +115,7 @@ PriceByQuantity=Diferentes precios por cantidad
DisablePriceByQty=Deshabilitar precios por cantidad
PriceByQuantityRange=Rango Cantidad
MultipriceRules=Reglas del segmento de precios
+UseMultipriceRules=Utilice las reglas de segmento de precios (definidas en la configuración del módulo del producto) para calcular automáticamente los precios de todos los demás segmentos de acuerdo con el primer segmento
KeepEmptyForAutoCalculation=Manténgase vacío para que esto se calcule automáticamente a partir del peso o volumen de productos
Build=Producir
ProductsMultiPrice=Productos y precios para cada segmento de precio
@@ -99,15 +126,20 @@ Quarter1=1er. Trimestre
Quarter2=2do. Trimestre
Quarter3=3er. Trimestre
Quarter4=4to. Trimestre
+BarCodePrintsheet=Imprimir código de barras
+PageToGenerateBarCodeSheets=Con esta herramienta, puede imprimir hojas de pegatinas de códigos de barras. Elija el formato de su página de etiqueta, el tipo de código de barras y el valor del código de barras, luego haga clic en el botón %s .
NumberOfStickers=Número de stickers para imprimir en la página
PrintsheetForOneBarCode=Imprime varios stickers para un código de barras
BuildPageToPrint=Generar página para imprimir
FillBarCodeTypeAndValueManually=Llenar el tipo y el valor del código de barras manualmente.
FillBarCodeTypeAndValueFromProduct=Llenar el tipo y el valor del código de barras de un producto.
FillBarCodeTypeAndValueFromThirdParty=Llenar el tipo y el valor del código de barras de un tercero.
+DefinitionOfBarCodeForProductNotComplete=La definición del tipo o valor del código de barras no está completa para el producto %s.
+DefinitionOfBarCodeForThirdpartyNotComplete=Definición del tipo o valor del código de barras no completo para terceros %s.
ResetBarcodeForAllRecords=Defina el valor del código de barras para todos los registros (esto también restablecerá el valor del código de barras ya definido con los nuevos valores)
PriceByCustomer=Diferentes precios para cada cliente
PriceCatalogue=Un único precio de venta por producto / servicio
+PricingRule=Reglas para los precios de venta.
AddCustomerPrice=Agregar precio por cliente
ForceUpdateChildPriceSoc=Establezca el mismo precio en las subsidiarias de los clientes
PriceByCustomerLog=Registro de precios anteriores de los clientes
@@ -115,11 +147,15 @@ MinimumPriceLimit=El precio mínimo no puede ser inferior a %s
PriceExpressionSelected=Expresión de precio seleccionado
PriceExpressionEditorHelp1="precio = 2 + 2" o "2 + 2" para establecer el precio. Utilizar ; para separar expresiones
PriceExpressionEditorHelp2=Puede acceder a ExtraFields con variables como #extrafield_myextrafieldkey # y variables globales con #global_mycode #
+PriceExpressionEditorHelp3=Tanto en el precio del producto / servicio como en el de los proveedores, existen estas variables disponibles: # tva_tx # # localtax1_tx # # localtax2_tx # # peso # # longitud # # superficie # # precio_min #
+PriceExpressionEditorHelp4=Solo en el precio del producto / servicio: # supplier_min_price # Solo en precios de proveedores: # supplier_quantity # y # supplier_tva_tx #
PriceMode=Modo de precio
DefaultPrice=Precio predeterminado
ComposedProductIncDecStock=Aumentar / Disminuir el stock al cambiar producto padre
+ComposedProduct=Productos infantiles
MinCustomerPrice=Precio mínimo de venta
DynamicPriceConfiguration=Configuración dinámica de precios
+DynamicPriceDesc=Puede definir fórmulas matemáticas para calcular los precios de Cliente o Proveedor. Tales fórmulas pueden usar todos los operadores matemáticos, algunas constantes y variables. Aquí puede definir las variables que desea utilizar. Si la variable necesita una actualización automática, puede definir la URL externa para permitir que Dolibarr actualice el valor automáticamente.
AddVariable=Agregar variable
AddUpdater=Agregar actualización
VariableToUpdate=Variable para actualizar
@@ -136,6 +172,7 @@ IncludingProductWithTag=Incluye producto / servicio con etiqueta
DefaultPriceRealPriceMayDependOnCustomer=El precio predeterminado, el precio real puede depender del cliente
NbOfQtyInProposals=Cantidad en propuestas
ClinkOnALinkOfColumn=Haga clic en un enlace de la columna %s para obtener una vista detallada ...
+ProductsOrServicesTranslations=Traducciones de productos / servicios
TranslatedLabel=Etiqueta traducida
TranslatedDescription=Descripción traducida
TranslatedNote=Notas traducidas
@@ -144,6 +181,8 @@ VolumeUnits=Unidad de volumen
SizeUnits=Unidad de tamaño
ConfirmDeleteProductBuyPrice=¿Estás seguro de que deseas eliminar este precio de compra?
SubProduct=Sub producto
+UseProductFournDesc=Agregue una función para definir las descripciones de los productos definidos por los proveedores además de las descripciones para los clientes.
+ProductSupplierDescription=Descripción del vendedor para el producto.
ProductAttributeName=Atributo de variante %s
ProductAttributeDeleteDialog=¿Estás seguro de que deseas eliminar este atributo? Todos los valores serán eliminados
ProductAttributeValueDeleteDialog=¿Estás seguro de que deseas eliminar el valor "%s" con la referencia "%s" de este atributo?
@@ -162,9 +201,15 @@ TooMuchCombinationsWarning=Generar muchas variantes puede dar como resultado una
DoNotRemovePreviousCombinations=No eliminar variantes anteriores
UsePercentageVariations=Usar variaciones porcentuales
ErrorDeletingGeneratedProducts=Hubo un error al intentar eliminar las variantes de productos existentes
+NbOfDifferentValues=No. de valores diferentes
+NbProducts=No. de productos
ParentProduct=Producto principal
HideChildProducts=Ocultar productos variantes
+ShowChildProducts=Mostrar productos variantes
+NoEditVariants=Vaya a la tarjeta del producto principal y edite el impacto del precio de las variantes en la pestaña de variantes
ConfirmCloneProductCombinations=¿Le gustaría copiar todas las variantes del producto al otro producto principal con la referencia dada?
CloneDestinationReference=Referencia del producto de destino
ErrorCopyProductCombinations=Hubo un error al copiar las variantes del producto
ErrorDestinationProductNotFound=Producto de destino no encontrado
+ActionAvailableOnVariantProductOnly=Acción solo disponible en la variante de producto.
+ProductsPricePerCustomer=Precios de producto por cliente.
diff --git a/htdocs/langs/es_CL/projects.lang b/htdocs/langs/es_CL/projects.lang
index 7d7fa48df2e..228b0ad6dac 100644
--- a/htdocs/langs/es_CL/projects.lang
+++ b/htdocs/langs/es_CL/projects.lang
@@ -4,6 +4,7 @@ ProjectLabel=Etiqueta del proyecto
ProjectsArea=Área de proyectos
SharedProject=Todos
PrivateProject=Contactos del proyecto
+ProjectsImContactFor=Proyectos para que soy explícitamente un contacto
AllAllowedProjects=Todo el proyecto que puedo leer (mío + público)
MyProjectsDesc=Esta vista está limitada a los proyectos para los que es contacto
ProjectsPublicDesc=Esta vista presenta todos los proyectos que puede leer.
@@ -20,15 +21,21 @@ OnlyYourTaskAreVisible=Solo las tareas asignadas a ti son visibles. Asigna la ta
ProjectCategories=Etiquetas / categorías de proyecto
ConfirmDeleteAProject=¿Seguro que quieres eliminar este proyecto?
ConfirmDeleteATask=¿Seguro que quieres eliminar esta tarea?
+OpportunitiesStatusForOpenedProjects=Lleva cantidad de proyectos abiertos por estado.
+OpportunitiesStatusForProjects=Lleva cantidad de proyectos por estado.
ShowProject=Mostrar proyecto
SetProject=Establecer proyecto
NoProject=Ningún proyecto definido o propiedad
TimeSpentByYou=Tiempo pasado por ti
TimeSpentByUser=Tiempo dedicado por el usuario
TimesSpent=Tiempo dedicado
+TaskId=ID de tarea
+RefTask=Tarea ref.
+LabelTask=Etiqueta de tarea
TaskTimeSpent=Tiempo dedicado a tareas
NewTimeSpent=Tiempo dedicado
BillTime=Bill el tiempo pasado
+BillTimeShort=Tiempo de facturación
TaskDateStart=Fecha de inicio de la tarea
TaskDateEnd=Fecha de finalización de tarea
TaskDescription=Descripción de la tarea
@@ -44,6 +51,20 @@ ListOfTasks=Lista de tareas
GoToListOfTimeConsumed=Ir a la lista de tiempo consumido
GoToListOfTasks=Ir a la lista de tareas
GoToGanttView=Ve a la vista de Gantt
+ListProposalsAssociatedProject=Listado de las propuestas comerciales relacionadas con el proyecto.
+ListOrdersAssociatedProject=Lista de pedidos relacionados con el proyecto.
+ListInvoicesAssociatedProject=Listado de facturas de clientes relacionadas con el proyecto.
+ListPredefinedInvoicesAssociatedProject=Lista de facturas de plantillas de clientes relacionadas con el proyecto.
+ListSupplierOrdersAssociatedProject=Listado de órdenes de compra relacionadas con el proyecto.
+ListSupplierInvoicesAssociatedProject=Listado de facturas de proveedores relacionadas con el proyecto.
+ListContractAssociatedProject=Listado de contratos relacionados con el proyecto.
+ListShippingAssociatedProject=Listado de envíos relacionados con el proyecto.
+ListFichinterAssociatedProject=Listado de intervenciones relacionadas con el proyecto.
+ListExpenseReportsAssociatedProject=Listado de informes de gastos relacionados con el proyecto.
+ListDonationsAssociatedProject=Listado de donaciones relacionadas con el proyecto.
+ListVariousPaymentsAssociatedProject=Lista de pagos varios relacionados con el proyecto.
+ListSalariesAssociatedProject=Listado de pagos de salarios relacionados con el proyecto.
+ListActionsAssociatedProject=Listado de eventos relacionados con el proyecto.
ListTaskTimeUserProject=Lista de tiempo consumido en las tareas del proyecto
ListTaskTimeForTask=Lista de tiempo consumido en la tarea
ActivityOnProjectToday=Actividad en proyecto hoy
@@ -60,11 +81,13 @@ ConfirmCloseAProject=¿Seguro que quieres cerrar este proyecto?
AlsoCloseAProject=También cierre el proyecto (manténgalo abierto si todavía necesita seguir tareas de producción en él)
ReOpenAProject=Proyecto abierto
ConfirmReOpenAProject=¿Estás seguro de que quieres volver a abrir este proyecto?
+ProjectContact=Contactos de proyecto
ActionsOnProject=Eventos en el proyecto
YouAreNotContactOfProject=No eres un contacto de este proyecto privado
DeleteATimeSpent=Eliminar el tiempo pasado
ConfirmDeleteATimeSpent=¿Estás seguro de que deseas eliminar este tiempo gastado?
ShowMyTasksOnly=Ver solo las tareas asignadas a mí
+TaskRessourceLinks=Contactos de tarea
NoTasks=No hay tareas para este proyecto
LinkedToAnotherCompany=Vinculado a otro tercero
TaskIsNotAssignedToUser=Tarea no asignada al usuario. Use el botón '%s' para asignar la tarea ahora.
@@ -83,6 +106,14 @@ ErrorShiftTaskDate=Imposible cambiar la fecha de la tarea según la fecha de ini
TaskCreatedInDolibarr=Tarea %s creada
TaskModifiedInDolibarr=Tarea %s modificada
TaskDeletedInDolibarr=Tarea %s eliminada
+OpportunityStatus=Estado de plomo
+OpportunityStatusShort=Estado de plomo
+OpportunityProbability=Probabilidad de plomo
+OpportunityProbabilityShort=Probab plomo.
+OpportunityAmount=Cantidad de plomo
+OpportunityAmountShort=Cantidad de plomo
+OpportunityAmountAverageShort=Cantidad de plomo promedio
+OpportunityAmountWeigthedShort=Cantidad de plomo ponderada
WonLostExcluded=Ganado/Perdido excluido
TypeContact_project_internal_PROJECTLEADER=Líder del proyecto
TypeContact_project_external_PROJECTLEADER=Líder del proyecto
@@ -94,26 +125,50 @@ TypeContact_project_task_internal_TASKCONTRIBUTOR=Colaborador
TypeContact_project_task_external_TASKCONTRIBUTOR=Colaborador
SelectElement=Seleccionar elemento
AddElement=Enlace al elemento
+DocumentModelBeluga=Plantilla de documento de proyecto para la descripción de objetos vinculados
+DocumentModelBaleine=Plantilla de documento de proyecto para tareas
+DocumentModelTimeSpent=Plantilla de informe de proyecto para el tiempo empleado.
PlannedWorkload=Carga de trabajo planificada
ProjectReferers=Artículos relacionados
ProjectMustBeValidatedFirst=El proyecto debe ser validado primero
FirstAddRessourceToAllocateTime=Asignar un recurso de usuario a la tarea para asignar tiempo
TimeAlreadyRecorded=Este es el tiempo que ya se ha registrado para esta tarea / día y el usuario %s
+NoUserAssignedToTheProject=No hay usuarios asignados a este proyecto.
TimeSpentBy=Tiempo consumido por
AssignTaskToMe=Asignarme una tarea
AssignTaskToUser=Asignar tarea a %s
SelectTaskToAssign=Seleccionar tarea para asignar ...
+ManageTasks=Usar proyectos para seguir tareas y / o informar el tiempo empleado (hojas de tiempo)
ManageOpportunitiesStatus=Usa proyectos para seguir leads / opportinuties
+ProjectNbProjectByMonth=Nº de proyectos creados por mes.
+ProjectNbTaskByMonth=Nº de tareas creadas por mes.
+ProjectOppAmountOfProjectsByMonth=Cantidad de clientes potenciales por mes
+ProjectWeightedOppAmountOfProjectsByMonth=Cantidad ponderada de clientes potenciales por mes
+ProjectOpenedProjectByOppStatus=Abrir proyecto / liderar por estado de plomo
ProjectsStatistics=Estadísticas de proyectos / leads
TasksStatistics=Estadísticas sobre proyectos/tareas principales
TaskAssignedToEnterTime=Tarea asignada Ingresar el tiempo en esta tarea debería ser posible.
IdTaskTime=Tiempo de la tarea de identificación
+YouCanCompleteRef=Si desea completar la referencia con algún sufijo, se recomienda agregar un carácter para separarlo, por lo que la numeración automática seguirá funcionando correctamente para los próximos proyectos. Por ejemplo %s-MYSUFFIX
OpenedProjectsByThirdparties=Proyectos abiertos por terceros
+OnlyOpportunitiesShort=Solo lleva
+OpenedOpportunitiesShort=Conductores abiertos
+NotOpenedOpportunitiesShort=No es una ventaja abierta
+NotAnOpportunityShort=No es una pista
+OpportunityTotalAmount=Cantidad total de clientes potenciales
+OpportunityPonderatedAmount=Cantidad ponderada de clientes potenciales
+OpportunityPonderatedAmountDesc=Cantidad de leads ponderada con probabilidad
OppStatusQUAL=Calificación
OppStatusPROPO=Cotización
+AllowToLinkFromOtherCompany=Permite vincular proyectos de otra empresa.
Valores soportados: - Mantener vacío: puede vincular cualquier proyecto de la empresa (por defecto) - "todos": puede vincular cualquier proyecto, incluso proyectos de otras compañías - Una lista de identificadores de terceros separados por comas: puede vincular todos los proyectos de estos terceros (Ejemplo: 123,4795,53)
LatestProjects=Últimos %s proyectos
LatestModifiedProjects=Últimos proyectos modificados %s
+NoAssignedTasks=No se encontraron tareas asignadas (asigne proyectos / tareas al usuario actual desde el cuadro de selección superior para ingresar el tiempo)
AllowCommentOnProject=Permitir comentarios de los usuarios sobre los proyectos
RecordsClosed=%s proyecto (s) cerrado
SendProjectRef=Proyecto de información %s
+ModuleSalaryToDefineHourlyRateMustBeEnabled=El módulo 'Salarios' debe estar habilitado para definir la tarifa por hora de los empleados para que el tiempo empleado se valore
+NewTaskRefSuggested=Referencia de tarea ya utilizada, se requiere una nueva referencia de tarea
TimeSpentForInvoice=Tiempo dedicado
+InvoiceGeneratedFromTimeSpent=La factura %s se ha generado desde el tiempo invertido en el proyecto
+ProjectBillTimeDescription=Verifique si ingresa la hoja de tiempo en las tareas del proyecto Y planea generar facturas de la hoja de tiempo para facturar al cliente del proyecto (no verifique si planea crear una factura que no esté basada en las hojas de tiempo ingresadas).
diff --git a/htdocs/langs/es_CL/propal.lang b/htdocs/langs/es_CL/propal.lang
index 1ab2a26f16f..de37c77b039 100644
--- a/htdocs/langs/es_CL/propal.lang
+++ b/htdocs/langs/es_CL/propal.lang
@@ -43,7 +43,9 @@ ErrorPropalNotFound=%s cotizaciones no encontradas
AddToDraftProposals=Añadir a cotización borrador
NoDraftProposals=Sin cotizaciones borrador
CopyPropalFrom=Crear cotización por copia de una existente
+CreateEmptyPropal=Crear propuesta comercial vacía o desde lista de productos / servicios.
DefaultProposalDurationValidity=Validar duración de cotización (en días)
+UseCustomerContactAsPropalRecipientIfExist=Utilice el contacto / dirección con el tipo 'Propuesta de seguimiento de contacto' si se define en lugar de la dirección de un tercero como dirección del destinatario de la propuesta
ConfirmClonePropal=¿Está seguro de que desea clonar la propuesta comercial %s?
ConfirmReOpenProp=¿Está seguro de que desea abrir de nuevo la propuesta comercial %s?
ProposalsAndProposalsLines=Cotizaciones a clientes y líneas de cotizaciones
@@ -63,3 +65,4 @@ DefaultModelPropalCreate=Creación de modelo por defecto
DefaultModelPropalToBill=Modelo por defecto al cerrar una cotización (a facturar)
DefaultModelPropalClosed=Modelo por defecto al cerrar una cotización (no facturado)
ProposalCustomerSignature=Aprobación, timbre, fecha y firma
+ProposalsStatisticsSuppliers=Estadísticas de propuestas de proveedores.
diff --git a/htdocs/langs/es_CL/receptions.lang b/htdocs/langs/es_CL/receptions.lang
index b2805eae1e4..7413f516204 100644
--- a/htdocs/langs/es_CL/receptions.lang
+++ b/htdocs/langs/es_CL/receptions.lang
@@ -1,4 +1,32 @@
# Dolibarr language file - Source file is en_US - receptions
+RefReception=Árbitro. recepción
+Reception=Recepción
+ReceptionsArea=Area de recepciones
+ListOfReceptions=Lista de recepciones
+LastReceptions=Últimas recepciones de %s
+StatisticsOfReceptions=Estadisticas para recepciones.
+NumberOfReceptionsByMonth=Número de recepciones por mes.
+ReceptionCard=Tarjeta de recepcion
+NewReception=Nueva recepcion
+CreateReception=Crear recepcion
+QtyInOtherReceptions=Cantidad en otras recepciones
+OtherReceptionsForSameOrder=Otras recepciones para este pedido.
+ReceptionsAndReceivingForSameOrder=Recepciones y recibos por este pedido.
+ReceptionsToValidate=Recepciones para validar
StatusReceptionCanceled=Cancelado
+StatusReceptionValidated=Validado (productos a enviar o ya enviados)
StatusReceptionProcessed=Procesada
StatusReceptionProcessedShort=Procesada
+ConfirmDeleteReception=¿Estás seguro de que deseas eliminar esta recepción?
+ConfirmValidateReception=¿Está seguro de que desea validar esta recepción con la referencia %s ?
+ConfirmCancelReception=¿Seguro que quieres cancelar esta recepción?
+StatsOnReceptionsOnlyValidated=Estadísticas realizadas en recepciones solo validadas. La fecha utilizada es la fecha de validación de la recepción (la fecha de entrega prevista no siempre se conoce).
+SendReceptionByEMail=Enviar recepción por correo electrónico
+SendReceptionRef=Presentación de la recepción %s
+ActionsOnReception=Eventos en recepción
+ReceptionCreationIsDoneFromOrder=Por el momento, la creación de una nueva recepción se realiza desde la tarjeta de pedido.
+ProductQtyInReceptionAlreadySent=Cantidad de producto de pedido abierto ya enviado
+ProductQtyInSuppliersReceptionAlreadyRecevied=Cantidad de producto de pedido de proveedor abierto ya recibido
+ValidateOrderFirstBeforeReception=Primero debe validar el pedido antes de poder hacer recepciones.
+ReceptionsNumberingModules=Módulo de numeración para recepciones.
+ReceptionsReceiptModel=Plantillas de documentos para recepciones.
diff --git a/htdocs/langs/es_CL/stocks.lang b/htdocs/langs/es_CL/stocks.lang
index 3ec3de75e9f..4e9f9b90191 100644
--- a/htdocs/langs/es_CL/stocks.lang
+++ b/htdocs/langs/es_CL/stocks.lang
@@ -1,7 +1,7 @@
# Dolibarr language file - Source file is en_US - stocks
WarehouseCard=Tarjeta de almacenamiento
ParentWarehouse=Almacén principal
-NewWarehouse=Nuevo almacén/área de stock
+NewWarehouse=Nuevo almacén / ubicación de stock
WarehouseEdit=Modificar el almacén
WarehouseSource=Almacén de origen
WarehouseSourceNotDefined=Sin almacén definido
@@ -18,6 +18,7 @@ MovementId=Identificación del movimiento
StockMovementForId=ID de movimiento %d
ListMouvementStockProject=Lista de movimientos de stock asociados al proyecto
StocksArea=Área de almacenes
+IncludeAlsoDraftOrders=Incluir también órdenes de giro.
Location=Ubicación
LocationSummary=Nombre corto
NumberOfDifferentProducts=Cantidad de productos diferentes
@@ -34,30 +35,31 @@ StockLowerThanLimit=Stock inferior al límite de alerta (%s)
PMPValue=Precio promedio ponderado
EnhancedValueOfWarehouses=Valor de las bodegas
UserWarehouseAutoCreate=Crear un almacén de usuario automáticamente al crear un usuario
-AllowAddLimitStockByWarehouse=Permitir agregar límite y stock deseado por pareja (producto, almacén) en lugar de por producto
-IndependantSubProductStock=Las existencias de productos y subproductos son independientes
+AllowAddLimitStockByWarehouse=Administre también los valores para el stock mínimo y deseado por emparejamiento (producto-almacén) además de los valores por producto
+IndependantSubProductStock=El stock de producto y el stock de subproducto son independientes.
QtyDispatched=Cantidad despachada
QtyDispatchedShort=Cantidad despachada
QtyToDispatchShort=Cantidad a despachar
OrderDispatch=Recibos de artículos
-RuleForStockManagementDecrease=Regla para la disminución automática de la gestión de stock (la disminución manual siempre es posible, incluso si se activa una regla de disminución automática)
-RuleForStockManagementIncrease=Regla para el aumento automático de la gestión de existencias (el aumento manual siempre es posible, incluso si se activa una regla de aumento automático)
-DeStockOnBill=Disminuir las existencias reales en las facturas de clientes / validación de notas de crédito
-DeStockOnValidateOrder=Disminuir las existencias reales en la validación de pedidos de clientes
+RuleForStockManagementDecrease=Elija Regla para la reducción automática de existencias (siempre es posible una reducción manual, incluso si se activa una regla de disminución automática)
+RuleForStockManagementIncrease=Elija la regla para el aumento automático de existencias (siempre es posible un aumento manual, incluso si se activa una regla de aumento automático)
+DeStockOnBill=Disminuir las existencias reales en la validación de la factura del cliente / nota de crédito
+DeStockOnValidateOrder=Disminuir las existencias reales en la validación de la orden de venta.
DeStockOnShipment=Disminuir las existencias reales en la validación de envío
-DeStockOnShipmentOnClosing=Disminuir las existencias reales en la clasificación de envío cerrado
-ReStockOnBill=Aumentar el stock real en la validación de facturas/notas de crédito de proveedores
-ReStockOnDispatchOrder=Aumente las existencias reales en el despacho manual a los almacenes, después de que el proveedor ordene la recepción de los bienes
+DeStockOnShipmentOnClosing=Disminuir las existencias reales cuando el envío se establece en cerrado
+ReStockOnBill=Aumentar las existencias reales en la validación de la factura del proveedor / nota de crédito
+ReStockOnValidateOrder=Aumentar las existencias reales en la aprobación de la orden de compra
+ReStockOnDispatchOrder=Aumente las existencias reales en el envío manual al almacén, después del pedido de compra de las mercancías.
OrderStatusNotReadyToDispatch=El pedido todavía no tiene o no tiene un estado que permite el despacho de productos en almacenes de existencias.
StockDiffPhysicTeoric=Explicación de la diferencia entre stock físico y virtual
NoPredefinedProductToDispatch=No hay productos predefinidos para este objeto. Por lo tanto, no se requiere envío en stock.
DispatchVerb=Envío
StockLimit=Límite de existencias para alerta
StockLimitDesc=(vacío) significa que no hay advertencia. 0 se puede utilizar como advertencia tan pronto como el stock esté vacío.
-PhysicalStock=Stock fisico
-RealStockDesc=Las existencias físicas o reales son las existencias que tiene actualmente en sus almacenes / emplazamientos internos.
-RealStockWillAutomaticallyWhen=El stock real cambiará automáticamente de acuerdo con estas reglas (consulte la configuración del módulo de stock para cambiar esto):
-VirtualStockDesc=Las existencias virtuales son las acciones que recibirá una vez que todas las acciones pendientes pendientes que afecten a las existencias se cerrarán (orden de proveedor recibida, pedido del cliente enviado, ...)
+PhysicalStock=Inventario FISICO
+RealStockDesc=El stock físico / real es el stock actualmente en los almacenes.
+RealStockWillAutomaticallyWhen=El stock real se modificará de acuerdo con esta regla (como se define en el módulo de Stock):
+VirtualStockDesc=El stock virtual es el stock calculado disponible una vez que se cierran todas las acciones abiertas / pendientes (que afectan a las acciones) (pedidos recibidos, pedidos de ventas enviados, etc.)
IdWarehouse=Id almacén
LieuWareHouse=Almacén de localización
WarehousesAndProductsBatchDetail=Almacenes y productos (con detalle por lote / serie)
@@ -73,7 +75,6 @@ ThisWarehouseIsPersonalStock=Este almacén representa stock personal de %s %s
SelectWarehouseForStockDecrease=Elija el almacén para usar para la disminución de stock
SelectWarehouseForStockIncrease=Elija un almacén para aumentar las existencias
NoStockAction=Stock sin movimientos
-DesiredStock=Stock óptima deseado
DesiredStockDesc=Esta cantidad de stock será el valor utilizado para rellenar el stock mediante la función de reposición.
StockToBuy=Ordenar
Replenishment=Reposición
@@ -88,8 +89,8 @@ SelectProductWithNotNullQty=Seleccione al menos un producto con una cantidad no
AlertOnly=Solo alertas
WarehouseForStockDecrease=El almacén %s se usará para la disminución de stock
WarehouseForStockIncrease=El almacén %s se usará para aumentar las existencias
-ReplenishmentStatusDesc=Esta es una lista de todos los productos con un stock inferior al stock deseado (o menor que el valor de alerta si está marcada la casilla "solo alerta"). Con la casilla de verificación, puede crear pedidos a proveedores para completar la diferencia.
-ReplenishmentOrdersDesc=Esta es una lista de todos los pedidos a proveedores abiertos, incluidos los productos predefinidos. Solo se muestran pedidos abiertos con productos predefinidos, por lo que los pedidos que pueden afectar a las existencias son visibles aquí.
+ReplenishmentStatusDesc=Esta es una lista de todos los productos con un stock inferior al stock deseado (o inferior al valor de alerta si la casilla de verificación "solo alerta" está marcada). Usando la casilla de verificación, puede crear órdenes de compra para llenar la diferencia.
+ReplenishmentOrdersDesc=Esta es una lista de todas las órdenes de compra abiertas que incluyen productos predefinidos. Solo las órdenes abiertas con productos predefinidos, por lo que las órdenes que pueden afectar a las existencias, son visibles aquí.
Replenishments=Reposición
NbOfProductBeforePeriod=Cantidad de producto %s en stock antes del período seleccionado (<%s)
NbOfProductAfterPeriod=Cantidad de producto %s en stock después del período seleccionado (> %s)
@@ -99,19 +100,19 @@ RecordMovement=Transferencia de registros
ReceivingForSameOrder=Recibos por esta orden
StockMovementRecorded=Movimientos de stock grabados
RuleForStockAvailability=Reglas sobre requisitos de stock
-StockMustBeEnoughForInvoice=El nivel de stock debe ser suficiente para agregar producto / servicio a la factura (se realiza un control en el stock real actual al agregar una línea en la factura, cualquiera que sea la regla para el cambio automático de stock)
-StockMustBeEnoughForOrder=El nivel de stock debe ser suficiente para agregar producto / servicio al pedido (la verificación se realiza sobre el stock real actual al agregar una línea al orden, cualquiera que sea la regla para el cambio automático de stock)
-StockMustBeEnoughForShipment=El nivel de stock debe ser suficiente para agregar producto / servicio al envío (el control se realiza sobre el stock real actual al agregar una línea al envío, cualquiera que sea la regla para el cambio automático de stock)
+StockMustBeEnoughForInvoice=El nivel de stock debe ser suficiente para agregar un producto / servicio a la factura (el cheque se realiza en el stock real actual al agregar una línea en la factura, independientemente de la regla para el cambio automático de stock)
+StockMustBeEnoughForOrder=El nivel de stock debe ser suficiente para agregar el producto / servicio al pedido (la verificación se realiza en el stock real actual al agregar una línea en el pedido, cualquiera que sea la regla para el cambio automático de stock)
+StockMustBeEnoughForShipment=El nivel de stock debe ser suficiente para agregar el producto / servicio al envío (la verificación se realiza en el stock real actual al agregar una línea en el envío, independientemente de la regla para el cambio automático de stock)
MovementLabel=Etiqueta de movimiento
InventoryCode=Código de movimiento o inventario
WarehouseAllowNegativeTransfer=Stock puede ser negativo
qtyToTranferIsNotEnough=No tiene stock suficiente de su almacén de origen y su configuración no permite existencias negativas.
MovementCorrectStock=Corrección de Stock para el producto %s
InventoryCodeShort=Inv./Mov. código
-NoPendingReceptionOnSupplierOrder=No hay recepción pendiente debido a la orden abierta a proveedor
+NoPendingReceptionOnSupplierOrder=No hay recepción pendiente debido a la orden de compra abierta.
ThisSerialAlreadyExistWithDifferentDate=Este número de lote/serie (%s) ya existe pero con fecha de consumo o de vencimiento diferente (se encontró %s pero ingresó %s).
OpenInternal=Abierto solo para acciones internas
-UseDispatchStatus=Utilice un estado de envío (aprobación / rechazo) para las líneas de productos en la recepción de pedidos del proveedor
+UseDispatchStatus=Utilice un estado de envío (aprobar / rechazar) para las líneas de productos en la recepción de la orden de compra
OptionMULTIPRICESIsOn=La opción "varios precios por segmento" está activada. Significa que un producto tiene varios precios de venta por lo que el valor de venta no se puede calcular
ProductStockWarehouseCreated=Límite de stock para alerta y stock óptimo deseado correctamente creado
ProductStockWarehouseUpdated=Límite de stock para alerta y stock óptimo deseado correctamente actualizado
@@ -128,9 +129,9 @@ inventoryErrorQtyAdd=Error: una cantidad es menor que cero
inventoryWarningProductAlreadyExists=Este producto ya está en la lista
SelectCategory=Filtro de categoría
SelectFournisseur=Filtro de proveedor
-INVENTORY_DISABLE_VIRTUAL=Permitir que no se destockone producto infantil de un kit en inventario
+INVENTORY_DISABLE_VIRTUAL=Producto virtual (kit): no disminuir el stock de un producto infantil
INVENTORY_USE_MIN_PA_IF_NO_LAST_PA=Utilice el precio de compra si no se puede encontrar el último precio de compra
-INVENTORY_USE_INVENTORY_DATE_FROM_DATEMVT=Movimiento de stock tiene fecha de inventario
+INVENTORY_USE_INVENTORY_DATE_FROM_DATEMVT=El movimiento de stock tiene fecha de inventario.
inventoryChangePMPPermission=Permitir cambiar el valor de PMP para un producto
OnlyProdsInStock=No agregue productos sin stock
TheoricalQty=Cantidad teórica
@@ -140,10 +141,14 @@ RealValue=Valor real
RegulatedQty=Cantidad regulada
AddInventoryProduct=Agregar producto al inventario
FlushInventory=Inventario sobrante
-ConfirmFlushInventory=¿Confirmas esta acción?
+ConfirmFlushInventory=¿Confirma usted esta acción?
InventoryFlushed=Inventario eliminado
ExitEditMode=Edición de salida
inventoryDeleteLine=Eliminar línea
RegulateStock=Regular el stock
-StockSupportServices=Servicios de soporte de gestión de stock
-StockSupportServicesDesc=Por defecto, puede almacenar solo productos con el tipo "producto". Si está activado, y si el servicio de módulo está activado, también puede almacenar un producto con el tipo "servicio"
+StockSupportServices=Servicios de gestión de stock.
+StockSupportServicesDesc=Por defecto, puede almacenar solo productos del tipo "producto". También puede almacenar un producto de tipo "servicio" si los Servicios del módulo y esta opción están habilitados.
+StockIncreaseAfterCorrectTransfer=Incremento por corrección / transferencia.
+StockDecreaseAfterCorrectTransfer=Disminución por corrección / transferencia
+StockIncrease=Aumento de existencias
+StockDecrease=Disminución de existencias
diff --git a/htdocs/langs/es_CL/supplier_proposal.lang b/htdocs/langs/es_CL/supplier_proposal.lang
index 0c2537dd99d..649d19042a4 100644
--- a/htdocs/langs/es_CL/supplier_proposal.lang
+++ b/htdocs/langs/es_CL/supplier_proposal.lang
@@ -1,5 +1,6 @@
# Dolibarr language file - Source file is en_US - supplier_proposal
SupplierProposal=Propuestas comerciales del vendedor
+supplier_proposalDESC=Gestionar solicitudes de precios a proveedores.
SupplierProposalNew=Nueva solicitud de precio
CommRequest=Precio requerido
CommRequests=Peticiones de precio
diff --git a/htdocs/langs/es_CL/ticket.lang b/htdocs/langs/es_CL/ticket.lang
index 39e2e1b15ba..288993b4520 100644
--- a/htdocs/langs/es_CL/ticket.lang
+++ b/htdocs/langs/es_CL/ticket.lang
@@ -3,6 +3,10 @@ Module56000Name=Entradas
Module56000Desc=Sistema de tickets para gestión de problemas o solicitudes
Permission56001=Ver entradas
Permission56002=Modificar entradas
+Permission56005=Ver boletos de todos los terceros (no es efectivo para usuarios externos, siempre debe limitarse al tercero del que dependen)
+TicketDictType=Boleto - Tipos
+TicketDictCategory=Boleto - Grupos
+TicketDictSeverity=Ticket - Severidades
TicketTypeShortINCIDENT=Solicitud de asistencia
ErrorBadEmailAddress=Campo '%s' incorrecto
MenuTicketMyAssign=Mis boletos
@@ -11,21 +15,27 @@ MenuListNonClosed=Boletos abiertos
TypeContact_ticket_internal_CONTRIBUTOR=Colaborador
TypeContact_ticket_external_SUPPORTCLI=Contacto con el cliente / seguimiento de incidentes
OriginEmail=Fuente de correo electrónico
+Notify_TICKET_SENTBYMAIL=Enviar mensaje de boleto por correo electrónico
NotRead=No leer
Read=Leer
+NeedMoreInformation=Esperando informacion
Answered=Contestada
Waiting=Esperando
Type=Tipo
MailToSendTicketMessage=Para enviar un correo electrónico desde un mensaje de ticket
+TicketSetupDictionaries=El tipo de ticket, severidad y códigos analíticos son configurables desde los diccionarios.
TicketParamMail=Configuración de correo electrónico
TicketEmailNotificationFrom=Correo electrónico de notificación de
TicketEmailNotificationFromHelp=Utilizado en la respuesta del mensaje del boleto por ejemplo
TicketEmailNotificationTo=Notificaciones de correo electrónico a
TicketEmailNotificationToHelp=Envíe notificaciones por correo electrónico a esta dirección.
+TicketNewEmailBodyLabel=Mensaje de texto enviado después de crear un ticket.
TicketNewEmailBodyHelp=El texto especificado aquí se insertará en el correo electrónico confirmando la creación de un nuevo ticket desde la interfaz pública. La información sobre la consulta del ticket se agrega automáticamente.
TicketsEmailMustExist=Requerir una dirección de correo electrónico existente para crear un boleto
TicketsEmailMustExistHelp=En la interfaz pública, la dirección de correo electrónico ya debe estar llena en la base de datos para crear un nuevo ticket.
PublicInterface=Interfaz pública
+TicketUrlPublicInterfaceLabelAdmin=URL alternativa para la interfaz pública
+TicketUrlPublicInterfaceHelpAdmin=Es posible definir un alias para el servidor web y, por lo tanto, hacer que la interfaz pública esté disponible con otra URL (el servidor debe actuar como un proxy en esta nueva URL)
TicketPublicInterfaceTextHome=Puede crear un ticket de soporte o visualizar existente a partir de su ticket de seguimiento de identificador.
ExtraFieldsTicket=Atributos adicionales
TicketCkEditorEmailNotActivated=El editor de HTML no está activado. Coloque el contenido FCKEDITOR_ENABLE_MAIL en 1 para obtenerlo.
@@ -37,15 +47,21 @@ TicketsShowModuleLogoHelp=Habilite esta opción para ocultar el módulo de logot
TicketsShowCompanyLogoHelp=Habilite esta opción para ocultar el logotipo de la empresa principal en las páginas de la interfaz pública
TicketsEmailAlsoSendToMainAddress=También envíe notificaciones a la dirección de correo electrónico principal
TicketsEmailAlsoSendToMainAddressHelp=Habilite esta opción para enviar un correo electrónico a la dirección "Correo electrónico de notificación de" (consulte la configuración a continuación)
+TicketsLimitViewAssignedOnly=Restrinja la visualización a los tickets asignados al usuario actual (no es efectivo para usuarios externos, siempre debe limitarse al tercero del que dependen)
TicketsLimitViewAssignedOnlyHelp=Solo las entradas asignadas al usuario actual serán visibles. No se aplica a un usuario con derechos de gestión de tickets.
TicketsActivatePublicInterface=Activar la interfaz pública
TicketsActivatePublicInterfaceHelp=La interfaz pública permite a los visitantes crear tickets.
TicketsAutoAssignTicket=Asigna automáticamente al usuario que creó el ticket
+TicketNotifyTiersAtCreation=Notificar a un tercero en la creación
+TicketsDisableCustomerEmail=Deshabilite siempre los correos electrónicos cuando se crea un ticket desde la interfaz pública
TicketsIndex=Ticket - hogar
TicketList=Lista de entradas
+TicketAssignedToMeInfos=Esta página muestra la lista de tickets creada por o asignada al usuario actual
NoTicketsFound=No se encontró boleto
+NoUnreadTicketsFound=No se encontraron entradas sin leer
TicketViewAllTickets=Ver todos los boletos
TicketStatByStatus=Entradas por estado
+Ticket=Boleto
TicketCard=Tarjeta de boleto
CreateTicket=Crear boleto
TicketsManagement=Gestión de entradas
@@ -55,6 +71,7 @@ SeeTicket=Ver boleto
TicketReadOn=Sigue leyendo
TicketHistory=Historial de entradas
TicketAssigned=Ticket ahora está asignado
+TicketChangeCategory=Cambiar código analítico
TicketChangeSeverity=Cambiar severidad
TicketAddMessage=Añade un mensaje
AddMessage=Añade un mensaje
@@ -75,9 +92,12 @@ SendMessageByEmail=Enviar mensaje por correo electrónico
ErrorMailRecipientIsEmptyForSendTicketMessage=El destinatario está vacío. Sin enviar correo electrónico
TicketMessageMailIntroHelp=Este texto se agrega solo al comienzo del correo electrónico y no se guardará.
TicketMessageMailIntroLabelAdmin=Introducción al mensaje cuando se envía un correo electrónico
+TicketMessageMailIntroText=Hola, Se envió una nueva respuesta en un ticket que contactaste. Aquí está el mensaje:
TicketMessageMailSignatureHelp=Este texto se agrega solo al final del correo electrónico y no se guardará.
+TicketMessageMailSignatureText=
Sinceramente,
-
TicketMessageMailSignatureLabelAdmin=Firma del correo electrónico de respuesta
TicketMessageHelp=Solo este texto se guardará en la lista de mensajes en la tarjeta de boletos.
+TicketTimeToRead=Tiempo transcurrido antes de leer
TicketContacts=Boleto de contactos
TicketDocumentsLinked=Documentos vinculados al boleto
ConfirmReOpenTicket=¿Confirma volver a abrir este ticket?
@@ -85,10 +105,15 @@ TicketAssignedToYou=Boleto asignado
TicketAssignedEmailBody=Se le ha asignado el ticket # %s por %s
TicketEmailOriginIssuer=Emisor al origen de los boletos
LinkToAContract=Enlace a un contrato
+UnableToCreateInterIfNoSocid=No se puede crear una intervención cuando no se define un tercero
TicketMailExchanges=Intercambios de correo
TicketChangeStatus=Cambiar Estado
+TicketConfirmChangeStatus=Confirme el cambio de estado: %s?
TicketNotNotifyTiersAtCreate=No notificar a la compañía en crear
NoLogForThisTicket=Aún no hay registro para este boleto
+TicketLogPropertyChanged=Ticket %s modificado: clasificación de %s a %s
+TicketLogClosedBy=Boleto %s cerrado por %s
+TicketLogReopen=Boleto %s reabierto
TicketSystem=Sistema de entradas
ShowListTicketWithTrackId=Mostrar lista de tickets de la ID de la pista
ShowTicketWithTrackId=Mostrar ticket desde ID de seguimiento
@@ -99,16 +124,28 @@ TicketNewEmailSubject=Confirmación de creación de entradas
TicketNewEmailBody=Este es un correo electrónico automático para confirmar que ha registrado un nuevo boleto.
TicketNewEmailBodyCustomer=Este es un correo electrónico automático para confirmar que se acaba de crear un nuevo ticket en su cuenta.
TicketNewEmailBodyInfosTicket=Información para monitorear el boleto
+TicketNewEmailBodyInfosTrackId=Número de seguimiento de entradas: %s
TicketNewEmailBodyInfosTrackUrl=Puede ver el progreso del ticket haciendo clic en el enlace de arriba.
TicketEmailPleaseDoNotReplyToThisEmail=¡Por favor no responda directamente a este correo! Usa el enlace para responder a la interfaz.
TicketPublicInfoCreateTicket=Este formulario le permite registrar un ticket de soporte en nuestro sistema de gestión.
TicketPublicPleaseBeAccuratelyDescribe=Por favor describe con precisión el problema. Proporcione la mayor cantidad de información posible que nos permita identificar correctamente su solicitud.
TicketPublicMsgViewLogIn=Ingrese la ID de seguimiento de boletos
+TicketTrackId=ID de seguimiento público
+OneOfTicketTrackId=Una de tus ID de seguimiento
+ErrorTicketNotFound=¡No se encontró el ticket con el ID de seguimiento %s!
Subject=Tema
ViewTicket=Ver boleto
ViewMyTicketList=Ver mi lista de boletos
+ErrorEmailMustExistToCreateTicket=Error: la dirección de correo electrónico no se encuentra en nuestra base de datos
TicketNewEmailSubjectAdmin=Nuevo boleto creado
+TicketNewEmailBodyAdmin=
El ticket se acaba de crear con ID # %s, ver información:
SeeThisTicketIntomanagementInterface=Ver boleto en la interfaz de administración
+ErrorEmailOrTrackingInvalid=Mal valor para el seguimiento de ID o correo electrónico
+OldUser=Antiguo usuario
+NumberOfTicketsByMonth=Número de entradas al mes
+NbOfTickets=Número de entradas
+TicketNotificationNumberEmailSent=Correo electrónico de notificación enviado: %s
+ActionsOnTicket=Eventos en la entrada
BoxLastTicketDescription=Últimas %s entradas creadas
BoxLastTicketNoRecordedTickets=No hay entradas recientes sin leer
BoxLastModifiedTicketDescription=Las últimas entradas modificadas %s
diff --git a/htdocs/langs/es_CL/workflow.lang b/htdocs/langs/es_CL/workflow.lang
index 9946bbcb13d..b1ea13c8a0b 100644
--- a/htdocs/langs/es_CL/workflow.lang
+++ b/htdocs/langs/es_CL/workflow.lang
@@ -1,15 +1,14 @@
# Dolibarr language file - Source file is en_US - workflow
WorkflowSetup=Configuración del módulo de flujo de trabajo
-WorkflowDesc=Este módulo está diseñado para modificar el comportamiento de las acciones automáticas en la aplicación. Por defecto, el flujo de trabajo está abierto (puede hacer las cosas en el orden que desee). Usted puede activar las acciones automáticas que le interesen.
ThereIsNoWorkflowToModify=No hay modificaciones de flujo de trabajo disponibles con los módulos activados.
-descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Crear automáticamente un pedido de cliente después de que se firme una propuesta comercial (el nuevo pedido tendrá la misma cantidad que la propuesta)
-descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Cree automáticamente una factura de cliente después de que se firme una propuesta comercial (la nueva factura tendrá el mismo importe que la propuesta)
+descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Crear automáticamente un pedido de venta después de que se haya firmado una propuesta comercial (el nuevo pedido tendrá la misma cantidad que la propuesta)
+descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Crear automáticamente una factura de cliente después de que se haya firmado una propuesta comercial (la nueva factura tendrá el mismo importe que la propuesta)
descWORKFLOW_CONTRACT_AUTOCREATE_INVOICE=Crear automáticamente una factura de cliente después de que un contrato es validado
-descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Cree automáticamente una factura de cliente después de cerrar una orden de cliente (la nueva factura tendrá el mismo importe que la orden)
-descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Clasifique la(s) fuente(s) propuesta(s) vinculada(s) a facturar cuando el pedido del cliente se configura para facturar (y si el monto del pedido es igual al monto total de propuestas vinculadas firmadas)
-descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Clasifique la (s) propuesta (s) fuente (s) vinculada (s) para facturar cuando la factura del cliente sea validada (y si el monto de la factura es igual al monto total de las propuestas vinculadas firmadas)
-descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Clasifique los pedidos de origen del cliente vinculados para facturar cuando se valida la factura del cliente (y si el importe de la factura es igual al importe total de los pedidos vinculados)
-descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Clasifique los pedidos de origen del cliente vinculados para facturar cuando la factura del cliente se establece como pagada (y si el importe de la factura es igual al importe total de los pedidos vinculados)
-descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Clasifique la orden del cliente de origen vinculado para enviar cuando se valida un envío (y si la cantidad enviada por todos los envíos es la misma que en el orden de actualización)
-descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Clasifique la (s) propuesta (s) de proveedores de origen vinculados para facturar cuando se valida la factura del proveedor (y si el importe de la factura es igual al importe total de las propuestas vinculadas)
-descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Clasifique las órdenes de compra de origen vinculadas para facturar cuando se valida la factura del proveedor (y si el importe de la factura es igual al importe total de las órdenes vinculadas)
+descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Crear automáticamente una factura de cliente después de que se cierre un pedido de venta (la nueva factura tendrá el mismo importe que el pedido)
+descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Clasifique la propuesta de origen vinculado como facturada cuando el pedido de venta se establece en facturado (y si el monto del pedido es el mismo que el monto total de la propuesta vinculada firmada)
+descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Clasifique la propuesta de origen vinculado como facturada cuando la factura del cliente se valida (y si el monto de la factura es el mismo que el monto total de la propuesta vinculada firmada)
+descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Clasifique el pedido de ventas de origen vinculado como facturado cuando la factura del cliente se valida (y si el monto de la factura es el mismo que el monto total del pedido vinculado)
+descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Clasifique el pedido de venta de origen vinculado como facturado cuando la factura del cliente se establece en pagada (y si el monto de la factura es el mismo que el monto total del pedido vinculado)
+descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Clasifique el pedido de venta de origen vinculado como enviado cuando se valida un envío (y si la cantidad enviada por todos los envíos es la misma que en el pedido de actualización)
+descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Clasifique la propuesta del proveedor de origen vinculado como facturada cuando se valida la factura del proveedor (y si el monto de la factura es el mismo que el monto total de la propuesta vinculada)
+descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Clasifique la orden de compra de origen vinculado como facturada cuando se valida la factura del proveedor (y si el monto de la factura es el mismo que el monto total del pedido vinculado)
diff --git a/htdocs/langs/es_CO/admin.lang b/htdocs/langs/es_CO/admin.lang
index 88f1d404b80..208461a50aa 100644
--- a/htdocs/langs/es_CO/admin.lang
+++ b/htdocs/langs/es_CO/admin.lang
@@ -101,7 +101,6 @@ MenuForUsers=Menú para usuarios.
SystemInfo=Información del sistema
SystemToolsArea=Área de herramientas del sistema
PurgeDeleteLogFile=Elimine los archivos de registro, incluido el %s definido para el módulo Syslog (sin riesgo de perder datos)
-PurgeDeleteTemporaryFiles=Eliminar todos los archivos temporales (sin riesgo de perder datos)
PurgeDeleteTemporaryFilesShort=Borrar archivos temporales
PurgeRunNow=Purga ahora
PurgeNothingToDelete=No hay directorio o archivos para eliminar.
@@ -666,7 +665,6 @@ ListOfSecurityEvents=Listado de eventos de seguridad de Dolibarr.
AreaForAdminOnly=Los parámetros de configuración solo pueden ser configurados por usuarios administradores .
SystemInfoDesc=La información del sistema es información técnica diversa que se obtiene en modo de solo lectura y visible solo para administradores.
CompanyFundationDesc=Editar la información de la empresa / entidad. Haga clic en el botón "%s" o "%s" en la parte inferior de la página.
-AccountantDesc=Edite los detalles de su contador / contador
AvailableModules=Aplicación / módulos disponibles
ToActivateModule=Para activar los módulos, vaya al área de configuración (Inicio-> Configuración-> Módulos).
SessionTimeOut=Tiempo fuera para sesión
@@ -731,12 +729,9 @@ YesInSummer=Si en verano
SuhosinSessionEncrypt=Almacenamiento de sesión encriptado por Suhosin.
ConditionIsCurrently=La condición es actualmente %s
YouDoNotUseBestDriver=Utiliza el controlador %s pero se recomienda el controlador %s.
-NbOfProductIsLowerThanNoPb=Solo tiene %s productos / servicios en la base de datos. Esto no requiere ninguna optimización particular.
SearchOptim=Optimización de búsqueda
-YouHaveXProductUseSearchOptim=Tienes %s productos en la base de datos. Debe agregar la constante PRODUCT_DONOTSEARCH_ANYWHERE a 1 en Home-Setup-Other. Limite la búsqueda al comienzo de las cadenas, lo que hace posible que la base de datos utilice índices y debería obtener una respuesta inmediata.
BrowserIsOK=Está utilizando el navegador web %s. Este navegador está bien para la seguridad y el rendimiento.
BrowserIsKO=Está utilizando el navegador web %s. Se sabe que este navegador es una mala elección para la seguridad, el rendimiento y la confiabilidad. Recomendamos el uso de Firefox, Chrome, Opera o Safari.
-XCacheInstalled=XCache está cargado.
AskForPreferredShippingMethod=Pregunte por el método de envío preferido para terceros.
FillThisOnlyIfRequired=Ejemplo: +2 (rellenar solo si se experimentan problemas de compensación de zona horaria)
PasswordGenerationStandard=Devuelva una contraseña generada de acuerdo con el algoritmo interno de Dolibarr: 8 caracteres que contienen números compartidos y caracteres en minúscula.
@@ -1071,7 +1066,6 @@ ExpenseReportsIkSetup=Configuración de los informes de gastos del módulo - Ín
ExpenseReportsRulesSetup=Configuración de los informes de gastos del módulo - Reglas
ExpenseReportNumberingModules=Módulo de numeración de informes de gastos.
NoModueToManageStockIncrease=No se ha activado ningún módulo capaz de gestionar el aumento automático de stock. El aumento de stock se realizará solo con entrada manual.
-ListOfNotificationsPerUser=Lista de notificaciones por usuario *
GoOntoUserCardToAddMore=Vaya a la pestaña "Notificaciones" de un usuario para agregar o eliminar notificaciones para usuarios
GoOntoContactCardToAddMore=Vaya a la pestaña "Notificaciones" de un tercero para agregar o eliminar notificaciones de contactos / direcciones
Threshold=Límite
diff --git a/htdocs/langs/es_CO/bills.lang b/htdocs/langs/es_CO/bills.lang
index b018909f2aa..91e935e7a99 100644
--- a/htdocs/langs/es_CO/bills.lang
+++ b/htdocs/langs/es_CO/bills.lang
@@ -18,7 +18,6 @@ InvoiceProFormaAsk=Factura de proforma
InvoiceProFormaDesc= Factura proforma es una imagen de una factura real pero no tiene valor contable.
InvoiceReplacement=Factura de reemplazo
InvoiceReplacementAsk=Factura de reemplazo para la factura.
-InvoiceReplacementDesc= Factura de reemplazo se utiliza para cancelar y reemplazar completamente una factura que no haya recibido ningún pago.
Nota: Solo se pueden reemplazar las facturas que no tengan ningún pago. Si la factura que reemplaza aún no está cerrada, se cerrará automáticamente a "abandonada".
InvoiceAvoir=Nota de crédito
InvoiceAvoirAsk=Nota de crédito para corregir factura
invoiceAvoirWithLines=Crear nota de crédito con líneas de la factura de origen.
diff --git a/htdocs/langs/es_EC/admin.lang b/htdocs/langs/es_EC/admin.lang
index 6e52d4ec437..f2ffc48e3f7 100644
--- a/htdocs/langs/es_EC/admin.lang
+++ b/htdocs/langs/es_EC/admin.lang
@@ -107,7 +107,6 @@ SystemToolsAreaDesc=Esta área proporciona funciones de administración. Utilice
Purge=Purgar
PurgeAreaDesc=Esta página le permite eliminar todos los archivos generados o almacenados por Dolibarr (archivos temporales o todos los archivos en el directorio %s). Usando esta característica normalmente no es necesario. Se proporciona como una solución para los usuarios cuyo Dolibarr está alojado por un proveedor que no ofrece permisos para eliminar archivos generados por el servidor web.
PurgeDeleteLogFile=Eliminar archivo de registro %s definido para el módulo de Registro del Sistema (Syslog) (sin riesgo de perder datos)
-PurgeDeleteTemporaryFiles=Eliminar todos los archivos temporales.
PurgeDeleteAllFilesInDocumentsDir=Eliminar todos los archivos en el directorio: %s. Esto eliminará todos los documentos generados relacionados con los elementos (terceros, facturas, etc.), los archivos cargados en el módulo ECM, los volcados de respaldo de la base de datos y archivos temporales.
PurgeRunNow=Purgar ahora
PurgeNothingToDelete=Sin directorio o archivos que desea eliminar.
@@ -811,7 +810,6 @@ LogEventDesc=Habilitar el registro para eventos de seguridad específicos. Los a
AreaForAdminOnly=Los parámetros de configuración sólo pueden ser establecidos por usuarios de administrador .
SystemInfoDesc=La información del sistema es la información técnica diversa que se obtiene en el modo de solo lectura y visible sólo para los administradores.
CompanyFundationDesc=Editar la información de la empresa / entidad. Haga clic en el botón " %s" o " %s" en la parte inferior de la página.
-AccountantDesc=Edite los detalles de su contador / contador
AvailableModules=Aplicaciones / módulos disponibles
ToActivateModule=Para activar los módulos, vaya a área de configuración (Inicio-> Configuración-> Módulos).
SessionTimeOut=Tiempo de espera para la sesión
@@ -903,12 +901,9 @@ SuhosinSessionEncrypt=Almacenamiento de sesión cifrado por Suhosin
ConditionIsCurrently=Condición actual %s
YouUseBestDriver=Utiliza el controlador %s, que es el mejor controlador actualmente disponible.
YouDoNotUseBestDriver=Utiliza el controlador %s, pero se recomienda el controlador %s.
-NbOfProductIsLowerThanNoPb=Solo tiene %s productos / servicios en la base de datos. Esto no requiere ninguna optimización particular.
SearchOptim=Optimización de la búsqueda
-YouHaveXProductUseSearchOptim=Tienes %s productos en la base de datos. Debe agregar la constante PRODUCT_DONOTSEARCH_ANYWHERE a 1 en Home-Setup-Other. Limite la búsqueda al comienzo de las cadenas, lo que hace posible que la base de datos utilice índices y debería obtener una respuesta inmediata.
BrowserIsOK=Está utilizando el navegador web %s. Este navegador está bien para la seguridad y el rendimiento.
BrowserIsKO=Está utilizando el navegador web %s. Se sabe que este navegador es una mala elección para la seguridad, el rendimiento y la confiabilidad. Recomendamos utilizar Firefox, Chrome, Opera o Safari.
-XCacheInstalled=XCache está cargado.
AddRefInList=Mostrar cliente / vendedor ref. Lista de información (lista de selección o cuadro combinado) y la mayoría del hipervínculo. Los terceros aparecerán con un formato de nombre de "CC12345 - SC45678 - The Big Company corp". en lugar de "The Big Company corp".
AddAdressInList=Mostrar la lista de información de dirección del cliente / proveedor (seleccionar lista o cuadro combinado) Aparecerán terceros con el formato de nombre "The Big Company corp. - 21 jump street 123456 Big town - USA" en lugar de "The Big Company corp".
AskForPreferredShippingMethod=Pregunte por el método de envío preferido para terceros.
@@ -1305,9 +1300,6 @@ ExpenseReportsSetup=Configuración del módulo Informes de gastos
TemplatePDFExpenseReports=Plantillas para generar el documento de informe de gastos
NoModueToManageStockIncrease=No se ha activado ningún módulo capaz de gestionar el aumento automático de existencias. El aumento de existencias se realiza sólo en la entrada manual.
YouMayFindNotificationsFeaturesIntoModuleNotification=Puede encontrar opciones para notificaciones por correo electrónico habilitando y configurando el módulo "Notificación".
-ListOfNotificationsPerUser=Lista de notificaciones por usuario *
-ListOfNotificationsPerUserOrContact=Lista de notificaciones (eventos) disponibles por usuario * o por contacto **
-ListOfFixedNotifications=Lista de notificaciones fijas
GoOntoUserCardToAddMore=Vaya a la pestaña "Notificaciones" de un usuario para agregar o eliminar notificaciones para usuarios
GoOntoContactCardToAddMore=Vaya a la pestaña "Notificaciones" de un cliente / proveedor para eliminar o eliminar notificaciones de contactos / direcciones
Threshold=Límite
diff --git a/htdocs/langs/es_ES/accountancy.lang b/htdocs/langs/es_ES/accountancy.lang
index f80257a135c..cf6f11de763 100644
--- a/htdocs/langs/es_ES/accountancy.lang
+++ b/htdocs/langs/es_ES/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Cuenta contable de resultados (Pérdidas)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Diario de cierre
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Cuenta de caja
+TransitionalAccount=Cuenta de transferencia bancaria de transición
ACCOUNTING_ACCOUNT_SUSPENSE=Cuenta operaciones pendientes de asignar
DONATION_ACCOUNTINGACCOUNT=Cuenta contable para registrar donaciones
@@ -216,7 +217,7 @@ DescThirdPartyReport=Consulte aquí el listado de clientes y proveedores y sus c
ListAccounts=Listado de cuentas contables
UnknownAccountForThirdparty=Cuenta contable de tercero desconocida, usaremos %s
UnknownAccountForThirdpartyBlocking=Cuenta contable de tercero desconocida. Error de bloqueo
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. We will use %s
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Cuenta de tercero no definida o tercero desconocido. Usaremos %s
ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Cuenta del tercero desconocida o tercero desconocido. Error de bloqueo
UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Cuenta del tercero desconocida y cuenta de espera no definida. Error de bloqueo
PaymentsNotLinkedToProduct=Pagos no vinculados a un producto/servicio
@@ -264,7 +265,7 @@ AccountingJournals=Diarios contables
AccountingJournal=Diario contable
NewAccountingJournal=Nuevo diario contable
ShowAccoutingJournal=Mostrar diario contable
-Nature=Naturaleza
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Operaciones varias
AccountingJournalType2=Ventas
AccountingJournalType3=Compras
@@ -290,9 +291,10 @@ Modelcsv_quadratus=Exportar a Quadratus QuadraCompta
Modelcsv_ebp=Exportar a EBP
Modelcsv_cogilog=Eportar a Cogilog
Modelcsv_agiris=Exportar a Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Exportar a OpenConcerto (En pruebas)
Modelcsv_configurable=Exportación CSV Configurable
-Modelcsv_FEC=Export FEC
+Modelcsv_FEC=Exportación FEC
Modelcsv_Sage50_Swiss=Exportación a Sage 50 Suiza
ChartofaccountsId=Id plan contable
@@ -300,7 +302,7 @@ ChartofaccountsId=Id plan contable
InitAccountancy=Iniciar contabilidad
InitAccountancyDesc=Puede usar esta página para inicializar el código contable en productos y servicios que no tienen código contable definido para ventas y compras
DefaultBindingDesc=Esta página puede usarse para establecer una cuenta predeterminada que se utilizará para enlazar registros de salarios, donaciones, impuestos e IVA cuando no tengan establecida una cuenta contable.
-DefaultClosureDesc=Esta página se puede usar para configurar los parámetros que se usarán para incluir un balance general.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opciones
OptionModeProductSell=Modo ventas
OptionModeProductSellIntra=Modo Ventas exportación CEE
@@ -317,9 +319,9 @@ WithoutValidAccount=Sin cuenta dedicada válida
WithValidAccount=Con cuenta dedicada válida
ValueNotIntoChartOfAccount=Este valor de cuenta contable no existe en el plan general contable
AccountRemovedFromGroup=Cuenta eliminada del grupo
-SaleLocal=Local sale
-SaleExport=Export sale
-SaleEEC=Sale in EEC
+SaleLocal=Venta local
+SaleExport=Venta de exportación
+SaleEEC=Venta en CEE
## Dictionary
Range=Rango de cuenta contable
@@ -340,7 +342,7 @@ UseMenuToSetBindindManualy=No es posible autodetectar, utilice el menú %s). El uso de esta función no es necesaria. Se proporciona como solución para los usuarios cuyos Dolibarr se encuentran en un proveedor que no ofrece permisos para eliminar los archivos generados por el servidor web.
PurgeDeleteLogFile=Eliminar archivos de registro, incluidos %s definidos por el módulo Syslog (sin riesgo de perder datos)
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=Eliminar todos los archivos temporales (sin riesgo de perder datos). Nota: la eliminación se realiza solo si el directorio temporal se creó hace 24 horas.
PurgeDeleteTemporaryFilesShort=Eliminar archivos temporales
PurgeDeleteAllFilesInDocumentsDir=Eliminar todos los archivos del directorio %s. Serán eliminados archivos temporales y archivos relacionados con elementos (terceros, facturas, etc.), archivos subidos al módulo GED, copias de seguridad de la base de datos y archivos temporales.
PurgeRunNow=Purgar
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Casilla de selección de tabla
ExtrafieldLink=Objeto adjuntado
ComputedFormula=Campo combinado
ComputedFormulaDesc=Puede introducir aquí una fórmula utilizando otras propiedades de objeto o cualquier código PHP para obtener un valor calculado dinámico. Puede utilizar cualquier fórmula compatible con PHP, incluido el operador de condición "?" y los objetos globales siguientes: $db, $conf, $langs, $mysoc, $user, $object. ATENCIÓN: Sólo algunas propiedades de $object pueden estar disponibles. Si necesita propiedades no cargadas, solo busque el objeto en su fórmula como en el segundo ejemplo. Usando un campo computado significa que no puede ingresar ningún valor de la interfaz. Además, si hay un error de sintaxis, la fórmula puede devolver nada.
Ejemlo de recarga de objeto (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5 : '-1'
Otro ejemplo de fórmula para forzar la carga del objeto y su objeto principal: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'
+Computedpersistent=Almacenar campo combinado
+ComputedpersistentDesc=Los campos adicionales calculados se almacenarán en la base de datos, sin embargo, el valor solo se volverá a calcular cuando se cambie el objeto de este campo. ¡Si el campo calculado depende de otros objetos o datos globales, este valor podría ser incorrecto!
ExtrafieldParamHelpPassword=Mantener este campo vacío significa que el valor se almacenará sin cifrado (el campo permanecerá solo oculto con estrellas en la pantalla). Establezca aquí el valor 'auto' para usar la regla de cifrado predeterminada para guardar la contraseña en la base de datos (entonces el valor leído será solo el hash, no hay forma de recuperar el valor original)
ExtrafieldParamHelpselect=El listado de valores tiene que ser líneas key,valor
por ejemplo: 1,value1 2,value2 3,value3 ...
Para tener una lista en funcion de campos adicionales de lista: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
Para tener la lista en función de otra: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=El listado de valores tiene que ser líneas con el formato key,valor
por ejemplo: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=El listado de valores tiene que ser líneas con el form
ExtrafieldParamHelpsellist=Lista de valores proviene de una tabla Sintaxis: nombre_tabla: etiqueta_field: id_field :: filtro Ejemplo: c_typent: libelle: id :: filtro
filtro puede ser una prueba simple (por ejemplo, activa = 1) Para mostrar sólo el valor activo También puede utilizar $ ID $ en el filtro witch es el actual id del objeto actual Para hacer un SELECT en el filtro de uso $ SEL $ si desea filtrar en campos adicionales utilizar la sintaxis Extra.fieldcode = ... (donde código de campo es el código de campo adicional)
Para que la lista dependa de otra lista de campos adicionales: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
Para que la lista dependa de otra lista: c_typent: libelle: id: parent_list_code | parent_column: filter
ExtrafieldParamHelpchkbxlst=Lista de valores proviene de una tabla Sintaxis: nombre_tabla: etiqueta_field: id_field :: filtro Ejemplo: c_typent: libelle: id :: filtro
filtro puede ser una prueba simple (por ejemplo, activa = 1) Para mostrar sólo el valor activo También puede utilizar $ ID $ en el filtro witch es el id actual del objeto actual Para hacer un SELECT en el filtro de uso $ SEL $ si desea filtrar en campos adicionales utilizar la sintaxis Extra.fieldcode = ... (donde código de campo es el código de campo adicional)
Para que la lista dependa de otra lista de campos adicionales: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
Para que la lista dependa de otra lista: c_typent: libelle: id: parent_list_code | parent_column: filter
ExtrafieldParamHelplink=Los parámetros deben ser ObjectName: Classpath Sintaxis: ObjectName:Classpath Ejemplo: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Mantener vacío para un separador simple. Establézcalo a 1 para un separador colapsado (abierto de manera predeterminada) Establézcalo a 2 para un separador de colapso (colapsado de forma predeterminada)
LibraryToBuildPDF=Libreria usada en la generación de los PDF
LocalTaxDesc=Algunos países aplican 2 o 3 tasas a cada línea de factura. Si es el caso, escoja el tipo de la segunda y tercera tasa y su valor. Los posibles tipos son: 1 : tasa local aplicable a productos y servicios sin IVA (tasa local es calculada sobre la base imponible) 2 : tasa local se aplica a productos y servicios incluyendo el IVA (tasa local es calculada sobre base imponible+IVA) 3 : tasa local se aplica a productos sin IVA (tasa local es calculada sobre la base imponible) 4 : tasa local se aplica a productos incluyendo el IVA (tasa local es calculada sobre base imponible+IVA) 5 : tasa local se aplica a servicios sin IVA (tasa local es calculada sobre base imponible) 6 : tasa local se aplica a servicios incluyendo el IVA (tasa local es calculada sobre base imponible+IVA)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salarios
Module510Desc=Registro y seguimiento del pago de los salarios de sus empleados
Module520Name=Préstamos
Module520Desc=Gestión de créditos
-Module600Name=Notificaciones
+Module600Name=Notifications on business event
Module600Desc=Envía notificaciones por e-mail desencadenados por algunos eventos a los usuarios (configuración definida para cada usuario), los contactos de terceros (configuración definida en cada tercero) o e-mails definidos
Module600Long=Tenga en cuenta que este módulo envía mensajes de e-mail en tiempo real cuando se produce un evento. Si está buscando una función para enviar recordatorios por e-mail de los eventos de su agenda, vaya a la configuración del módulo Agenda.
Module610Name=Variantes de productos
@@ -804,7 +807,7 @@ Permission401=Consultar haberes
Permission402=Crear/modificar haberes
Permission403=Validar haberes
Permission404=Eliminar haberes
-Permission430=Use Debug Bar
+Permission430=Usa barra de debug
Permission511=Consultar pagos de salarios
Permission512=Crear/modificar pagos de salarios
Permission514=Eliminar pagos de salarios
@@ -819,9 +822,9 @@ Permission532=Crear/modificar servicios
Permission534=Eliminar servicios
Permission536=Ver/gestionar los servicios ocultos
Permission538=Exportar servicios
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Leer lista de materiales
+Permission651=Crear/Actualizar lista de material
+Permission652=Eliminar lista de material
Permission701=Consultar donaciones
Permission702=Crear/modificar donaciones
Permission703=Eliminar donaciones
@@ -841,12 +844,12 @@ Permission1101=Consultar ordenes de envío
Permission1102=Crear/modificar ordenes de envío
Permission1104=Validar orden de envío
Permission1109=Eliminar orden de envío
-Permission1121=Read supplier proposals
-Permission1122=Create/modify supplier proposals
-Permission1123=Validate supplier proposals
-Permission1124=Send supplier proposals
-Permission1125=Delete supplier proposals
-Permission1126=Close supplier price requests
+Permission1121=Leer presupuestos de proveedor
+Permission1122=Crear/modificar presupuestos de proveedor
+Permission1123=Validar presupuestos de proveedor
+Permission1124=Enviar presupuestos de proveedor
+Permission1125=Eliminar presupuestos de proveedor
+Permission1126=Cerrar presupuestos de proveedor
Permission1181=Consultar proveedores
Permission1182=Leer pedidos de compra
Permission1183=Crear/modificar pedidos a proveedores
@@ -882,15 +885,15 @@ Permission2503=Enviar o eliminar documentos
Permission2515=Configuración directorios de documentos
Permission2801=Utilizar el cliente FTP en modo lectura (sólo explorar y descargar)
Permission2802=Utilizar el cliente FTP en modo escritura (borrar o subir archivos)
-Permission3200=Read archived events and fingerprints
-Permission4001=See employees
-Permission4002=Create employees
-Permission4003=Delete employees
-Permission4004=Export employees
-Permission10001=Read website content
-Permission10002=Create/modify website content (html and javascript content)
-Permission10003=Create/modify website content (dynamic php code). Dangerous, must be reserved to restricted developers.
-Permission10005=Delete website content
+Permission3200=Leer eventos archivados y huellas digitales
+Permission4001=Ver empleados
+Permission4002=Crear empleados
+Permission4003=Eliminar empleados
+Permission4004=Exportar empleados
+Permission10001=Leer contenido del sitio web
+Permission10002=Crear modificar contenido del sitio web (contenido html y javascript)
+Permission10003=Crear/modificar contenido del sitio web (código php dinámico). Peligroso, debe reservarse a desarrolladores restringidos.
+Permission10005=Eliminar contenido del sitio web
Permission20001=Leer peticiones días líbres (suyos y subordinados)
Permission20002=Crear/modificar peticiones días libres (suyos y de sus subordinados)
Permission20003=Eliminar peticiones de días retribuidos
@@ -904,19 +907,19 @@ Permission23004=Ejecutar Trabajo programado
Permission50101=Utilizar TPV
Permission50201=Consultar las transacciones
Permission50202=Importar las transacciones
-Permission50401=Bind products and invoices with accounting accounts
-Permission50411=Read operations in ledger
-Permission50412=Write/Edit operations in ledger
-Permission50414=Delete operations in ledger
-Permission50415=Delete all operations by year and journal in ledger
-Permission50418=Export operations of the ledger
-Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
-Permission50440=Manage chart of accounts, setup of accountancy
-Permission51001=Read assets
-Permission51002=Create/Update assets
-Permission51003=Delete assets
-Permission51005=Setup types of asset
+Permission50401=Contabilizar productos y facturas con cuentas contables
+Permission50411=Leer operaciones del Libro Mayor
+Permission50412=Registrar/Editar operaciones en el Libro Mayor
+Permission50414=Eliminar operaciones del Libro Mayor
+Permission50415=Eliminar todas las operaciones por año y diario del Libro Mayor
+Permission50418=Exportar operaciones del Libro Mayor
+Permission50420=Informes y exportaciones (facturación, balance, diarios, libro mayor)
+Permission50430=Definir y cerrar un período fiscal.
+Permission50440=Gestionar plan contable, configuración de contabilidad.
+Permission51001=Leer activos
+Permission51002=Crear/actualizar activos
+Permission51003=Eliminar activos
+Permission51005=Configurar tipos de activos
Permission54001=Imprimir
Permission55001=Leer encuestas
Permission55002=Crear/modificar encuestas
@@ -1110,7 +1113,7 @@ AreaForAdminOnly=Los parámetros de configuración solamente pueden ser tratados
SystemInfoDesc=La información del sistema es información técnica accesible solamente en solo lectura a los administradores.
SystemAreaForAdminOnly=Esta área está disponible solo para usuarios administradores. Los permisos de usuario de Dolibarr no pueden cambiar esta restricción.
CompanyFundationDesc=Edite la información de la empresa o institución. Haga clic en el botón "%s" o "%s" a pié de página
-AccountantDesc=If you have an external accountant/bookkeeper, you can edit here its information.
+AccountantDesc=Si tiene un contable/asesor externo, puede editar aquí su información.
AccountantFileNumber=Código contable
DisplayDesc=Los parámetros que afectan el aspecto y el comportamiento de Dolibarr se pueden modificar aquí.
AvailableModules=Módulos disponibles
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Campos adicionales (pedidos a proveedores)
ExtraFieldsSupplierInvoices=Campos adicionales (facturas)
ExtraFieldsProject=Campos adicionales (proyectos)
ExtraFieldsProjectTask=Campos adicionales (tareas)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=El campo %s tiene un valor no válido
AlphaNumOnlyLowerCharsAndNoSpace=sólo alfanuméricos y minúsculas sin espacio
SendmailOptionNotComplete=Atención, en algunos sistemas Linux, con este método de envio, para poder enviar mails en su nombre, la configuración de sendmail debe contener la opción -ba (parámetro mail.force_extra_parameters en el archivo php.ini). Si algunos de sus destinatarios no reciben sus mensajes, pruebe a modificar este parámetro PHP con mail.force_extra_parameters=-ba.
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Almacenamiento de sesiones cifradas por Suhosin
ConditionIsCurrently=Actualmente la condición es %s
YouUseBestDriver=Está usando el driver %s, actualmente es el mejor driver disponible.
YouDoNotUseBestDriver=Usa el driver %s aunque se recomienda usar el driver %s.
-NbOfProductIsLowerThanNoPb=Tiene %s productos/servicios en su base de datos. No es necesaria ninguna optimización en particular.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Buscar optimización
-YouHaveXProductUseSearchOptim=Tiene %s productos en su base de datos. Debería añadir la constante PRODUCT_DONOTSEARCH_ANYWHERE a 1 en Inicio-Configuración-Varios, limitando la búsqueda al principio de la cadena lo que hace posible que la base de datos use el índice y se obtenga una respuesta inmediata.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Usa el navegador web %s. Este navegador está optimizado para la seguridad y el rendimiento.
BrowserIsKO=Usa el navegador web %s. Este navegador es una mala opción para la seguridad, rendimiento y fiabilidad. Aconsejamos utilizar Firefox, Chrome, Opera o Safari.
-XDebugInstalled=XDebug está cargado.
-XCacheInstalled=XCache está cargado
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Mostrar código de cliente/proveedor en los listados (y selectores) y enlaces. Los terceros aparecerán con el nombre "CC12345 - SC45678 - The big company coorp", en lugar de "The big company coorp".
AddAdressInList=Mostrar la dirección del cliente/proveedor en los listados (y selectores) Los terceros aparecerán con el nombre "The big company coorp - 21 jump street 123456 Big town - USA ", en lugar de "The big company coorp".
AskForPreferredShippingMethod=Consultar por el método preferido de envío a terceros.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Configuración del módulo Informes de gastos - Reglas
ExpenseReportNumberingModules=Módulo de numeración de informes de gastos
NoModueToManageStockIncrease=No hay activado módulo para gestionar automáticamente el incremento de stock. El incremento de stock se realizará solamente con entrada manual
YouMayFindNotificationsFeaturesIntoModuleNotification=Puede encontrar opciones para notificaciones de e-mail activando y configurando el módulo "Notificaciones".
-ListOfNotificationsPerUser=Listado de notificaciones por usuario*
-ListOfNotificationsPerUserOrContact=Listado de notificaciones (eventos) por usuario* o por contacto**
-ListOfFixedNotifications=Listado de notificaciones fijas
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Vaya a la pestaña "Notificaciones" de un usuario para añadir o elliminar notificaciones a usuarios
GoOntoContactCardToAddMore=Vaya a la pestaña "Notificaciones" de un contacto de tercero para añadir o eliminar notificaciones para contactos/direcciones
Threshold=Valor mínimo/umbral
@@ -1895,6 +1900,11 @@ OnMobileOnly=Sólo en pantalla pequeña (smartphone)
DisableProspectCustomerType=Deshabilitar el tipo de tercero "Cliente Potencial/Cliente" (por lo tanto, el tercero debe ser Cliente Potencial o Cliente pero no pueden ser ambos)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplificar interfaz para ciegos.
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Active esta opción sí es usted ciego, or sí usa la aplicación de un navegador de texto como Lynx o Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Este valor puede ser cambiado por cada usuario desde su página - tab ' 1%s '
DefaultCustomerType=Tipo de Tercero por defecto para el formulario de creación de "Nuevo cliente"
ABankAccountMustBeDefinedOnPaymentModeSetup=Nota: Debe indicarse la cuenta bancaria en el módulo de cada modo de pago (Paypal, Stripe, ...) para que esta función funcione.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Número de líneas a mostrar en la pestaña de registros
UseDebugBar=Usa la barra de debug
DEBUGBAR_LOGS_LINES_NUMBER=Número de últimas líneas de registro para mantener en la consola.
WarningValueHigherSlowsDramaticalyOutput=Advertencia, los valores altos ralentizan dramáticamente la salida.
-DebugBarModuleActivated=El módulo debugbar está activado y ralentiza dramáticamente la interfaz
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Los modelos de exportación son compartidos con todos.
ExportSetup=Configuración del módulo de exportación.
InstanceUniqueID=ID única de la instancia
@@ -1923,5 +1933,7 @@ IFTTTDesc=Este módulo está diseñado para desencadenar eventos en IFTTT y/o pa
UrlForIFTTT=URL endpoint de IFTTT
YouWillFindItOnYourIFTTTAccount=Lo encontrará en su cuenta de IFTTT.
EndPointFor=End point for %s : %s
-DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+DeleteEmailCollector=Eliminar el recolector de e-mail
+ConfirmDeleteEmailCollector=¿Está seguro de que querer eliminar este recolector de e-mail?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/es_ES/bills.lang b/htdocs/langs/es_ES/bills.lang
index fe375fa91c3..0d5289285aa 100644
--- a/htdocs/langs/es_ES/bills.lang
+++ b/htdocs/langs/es_ES/bills.lang
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Pago superior al resto a pagar
HelpPaymentHigherThanReminderToPay=Atención, el importe del pago de una o más facturas es superior al resto a pagar. Corrija su entrada, de lo contrario, confirme y piense en crear un abono de lo percibido en exceso para cada factura sobre-pagada.
HelpPaymentHigherThanReminderToPaySupplier=Atención, el importe del pago de una o más facturas es superior al resto a pagar. Corrija su entrada, de lo contrario, confirme y piense en crear un abono de lo percibido en exceso para cada factura sobre-pagada.
ClassifyPaid=Clasificar 'Pagado'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Clasificar 'Pagado parcialmente'
ClassifyCanceled=Clasificar 'Abandonado'
ClassifyClosed=Clasificar 'Cerrado'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Ver factura rectificativa
ShowInvoiceAvoir=Ver abono
ShowInvoiceDeposit=Ver factura de anticipo
ShowInvoiceSituation=Ver situación factura
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Ver pago
AlreadyPaid=Ya pagado
AlreadyPaidBack=Ya reembolsado
diff --git a/htdocs/langs/es_ES/cashdesk.lang b/htdocs/langs/es_ES/cashdesk.lang
index 0fd77fcbbac..c2754213585 100644
--- a/htdocs/langs/es_ES/cashdesk.lang
+++ b/htdocs/langs/es_ES/cashdesk.lang
@@ -68,4 +68,4 @@ Terminal=Terminal
NumberOfTerminals=Número de terminales
TerminalSelect=Seleccione el terminal que desea usar:
POSTicket=Ticket POS
-BasicPhoneLayout=Use basic layout for phones
+BasicPhoneLayout=Utilizar diseño básico para teléfonos.
diff --git a/htdocs/langs/es_ES/companies.lang b/htdocs/langs/es_ES/companies.lang
index 7d1aa5104f8..62e66cd8440 100644
--- a/htdocs/langs/es_ES/companies.lang
+++ b/htdocs/langs/es_ES/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Descuentos fijos de proveedores (acordado por t
SupplierAbsoluteDiscountMy=Descuentos fijos de proveedores (acordados personalmente)
DiscountNone=Ninguna
Vendor=Proveedor
+Supplier=Proveedor
AddContact=Crear contacto
AddContactAddress=Crear contacto/dirección
EditContact=Editar contacto
diff --git a/htdocs/langs/es_ES/errors.lang b/htdocs/langs/es_ES/errors.lang
index bc43d68b263..10f6d76c63d 100644
--- a/htdocs/langs/es_ES/errors.lang
+++ b/htdocs/langs/es_ES/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Los caracteres especiales no son admitidos po
ErrorNumRefModel=Hay una referencia en la base de datos (%s) y es incompatible con esta numeración. Elimine la línea o renombre la referencia para activar este módulo.
ErrorQtyTooLowForThisSupplier=Cantidad insuficiente para este proveedor o no hay precio definido en este producto para este proveedor
ErrorOrdersNotCreatedQtyTooLow=Algunos pedidos no se han creado debido a una cantidad demasiado baja
-ErrorModuleSetupNotComplete=La configuración del módulo parece incompleta. Vaya a Inicio - Configuración - Módulos para completarla.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error en la máscara
ErrorBadMaskFailedToLocatePosOfSequence=Error, sin número de secuencia en la máscara
ErrorBadMaskBadRazMonth=Error, valor de vuelta a 0 incorrecto
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=La URL %s debe comenzar con http:// o https://
ErrorNewRefIsAlreadyUsed=Error, la nueva referencia ya está en uso
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, no es posible eliminar un pago enlazado a una factura cerrada.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Se fijó una contraseña para este miembro. Sin embargo, no se ha creado ninguna cuenta de usuario. Así que esta contraseña no se puede utilizar para acceder a Dolibarr. Puede ser utilizada por un módulo/interfaz externo, pero si no necesitar definir accesos de un miembro, puede desactivar la opción "Administrar un inicio de sesión para cada miembro" en la configuración del módulo miembros. Si necesita administrar un inicio de sesión, pero no necesita ninguna contraseña, puede dejar este campo vacío para evitar esta advertencia. Nota: También puede usarse el correo electrónico como inicio de sesión si el miembro está vinculada a un usuario.
WarningMandatorySetupNotComplete=Haga clic aquí para configurar los parámetros obligatorios
WarningEnableYourModulesApplications=Haga clic aquí para activar sus módulos y aplicaciones
diff --git a/htdocs/langs/es_ES/mails.lang b/htdocs/langs/es_ES/mails.lang
index 3ec73be0883..c8a8896187b 100644
--- a/htdocs/langs/es_ES/mails.lang
+++ b/htdocs/langs/es_ES/mails.lang
@@ -78,9 +78,9 @@ GroupEmails=E-mail grupales
OneEmailPerRecipient=Un e-mail por destinatario (de forma predeterminada, un e-mail por registro seleccionado)
WarningIfYouCheckOneRecipientPerEmail=Atención: Si marca esta casilla, significa que solo se enviará un e-mail para varios registros diferentes seleccionados, por lo tanto, si su mensaje contiene variables de sustitución que hacen referencia a los datos de un registro, no será posible reemplazarlos.
ResultOfMailSending=Resultado del envío masivo de e-mails
-NbSelected=Number selected
-NbIgnored=Number ignored
-NbSent=Number sent
+NbSelected=Seleccionados
+NbIgnored=Ignorados
+NbSent=Enviados
SentXXXmessages=%s mensaje(s) enviado(s)
ConfirmUnvalidateEmailing=¿Está seguro de querer cambiar el estado del e-mailing %s a borrador?
MailingModuleDescContactsWithThirdpartyFilter=Filtro de contactos con tercero
diff --git a/htdocs/langs/es_ES/main.lang b/htdocs/langs/es_ES/main.lang
index 46a4e6b3eda..525c46746fb 100644
--- a/htdocs/langs/es_ES/main.lang
+++ b/htdocs/langs/es_ES/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contactos/direcciones de este tercero
AddressesForCompany=Direcciones de este tercero
ActionsOnCompany=Eventos de este tercero
ActionsOnContact=Eventos de este contacto/dirección
+ActionsOnContract=Events for this contract
ActionsOnMember=Eventos respecto a este miembro
ActionsOnProduct=Eventos sobre este producto
NActionsLate=%s en retraso
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Enlazar a presupuesto de proveedor
LinkToSupplierInvoice=Enlazar a factura de proveedor
LinkToContract=Enlazar a contrato
LinkToIntervention=Enlazar a intervención
+LinkToTicket=Link to ticket
CreateDraft=Crear borrador
SetToDraft=Volver a borrador
ClickToEdit=Clic para editar
diff --git a/htdocs/langs/es_ES/members.lang b/htdocs/langs/es_ES/members.lang
index 369def6ea99..a1025b9b61e 100644
--- a/htdocs/langs/es_ES/members.lang
+++ b/htdocs/langs/es_ES/members.lang
@@ -171,7 +171,7 @@ MembersStatisticsDesc=Elija las estadísticas que desea consultar...
MenuMembersStats=Estadísticas
LastMemberDate=Última fecha de miembro
LatestSubscriptionDate=Fecha de la última cotización
-MemberNature=Nature of member
+MemberNature=Naturaleza del miembro
Public=Información pública
NewMemberbyWeb=Nuevo miembro añadido. En espera de validación
NewMemberForm=Formulario de inscripción
diff --git a/htdocs/langs/es_ES/other.lang b/htdocs/langs/es_ES/other.lang
index 047bd238587..e3a372cd525 100644
--- a/htdocs/langs/es_ES/other.lang
+++ b/htdocs/langs/es_ES/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Número de facturas a clientes
NumberOfSupplierProposals=Número de presupuestos de proveedores
NumberOfSupplierOrders=Número de pedidos a proveedores
NumberOfSupplierInvoices=Número de facturas de proveedores
+NumberOfContracts=Número de contratos
NumberOfUnitsProposals=Número de unidades en los presupuestos a clientes
NumberOfUnitsCustomerOrders=Número de unidades en los pedidos de clientes
NumberOfUnitsCustomerInvoices=Número de unidades en las facturas a clientes
NumberOfUnitsSupplierProposals=Número de unidades en los presupuestos de proveedores
NumberOfUnitsSupplierOrders=Número de unidades en los pedidos a proveedores
NumberOfUnitsSupplierInvoices=Número de unidades en las facturas de proveedores
+NumberOfUnitsContracts=Número de unidades en los contratos
EMailTextInterventionAddedContact=Se le ha asignado la intervención %s
EMailTextInterventionValidated=Ficha intervención %s validada
EMailTextInvoiceValidated=Factura %s ha sido validada.
diff --git a/htdocs/langs/es_ES/products.lang b/htdocs/langs/es_ES/products.lang
index 26f341e862a..e97d80073d5 100644
--- a/htdocs/langs/es_ES/products.lang
+++ b/htdocs/langs/es_ES/products.lang
@@ -2,6 +2,7 @@
ProductRef=Ref. producto
ProductLabel=Etiqueta producto
ProductLabelTranslated=Traducción etiqueta de producto
+ProductDescription=Product description
ProductDescriptionTranslated=Traducción descripción de producto
ProductNoteTranslated=Traducción notas de producto
ProductServiceCard=Ficha producto/servicio
@@ -159,7 +160,7 @@ SuppliersPrices=Precios de proveedores
SuppliersPricesOfProductsOrServices=Precios de proveedores (productos o servicios)
CustomCode=Código aduanero
CountryOrigin=País de origen
-Nature=Nature of produt (material/finished)
+Nature=Naturaleza del producto (materia prima/acabado)
ShortLabel=Etiqueta corta
Unit=Unidad
p=u.
diff --git a/htdocs/langs/es_ES/salaries.lang b/htdocs/langs/es_ES/salaries.lang
index 741fff7e2a4..48215b71f6e 100644
--- a/htdocs/langs/es_ES/salaries.lang
+++ b/htdocs/langs/es_ES/salaries.lang
@@ -18,4 +18,4 @@ LastSalaries=Últimos %s pagos salariales
AllSalaries=Todos los pagos salariales
SalariesStatistics=Estadísticas salariales
# Export
-SalariesAndPayments=Salaries and payments
+SalariesAndPayments=Salarios y pagos
diff --git a/htdocs/langs/es_ES/stocks.lang b/htdocs/langs/es_ES/stocks.lang
index 017b503b915..7595b3f75ee 100644
--- a/htdocs/langs/es_ES/stocks.lang
+++ b/htdocs/langs/es_ES/stocks.lang
@@ -66,12 +66,12 @@ RuleForStockManagementIncrease=Regla para el aumento automático de stocks (el a
DeStockOnBill=Decrementar los stocks físicos sobre las facturas/abonos a clientes
DeStockOnValidateOrder=Decrementar el stock real en la validación los pedidos de clientes
DeStockOnShipment=Decrementar stock real en la validación de envíos
-DeStockOnShipmentOnClosing=Decrease real stocks when shipping is set to closed
+DeStockOnShipmentOnClosing=Decrementar el stock real en el cierre del envío
ReStockOnBill=Incrementar el stock real en la validación de las facturas/abonos de proveedores
ReStockOnValidateOrder=Incrementar los stocks físicos en la aprobación de pedidos a proveedores
ReStockOnDispatchOrder=Incrementa el stock real en el desglose manual de la recepción de los pedidos a proveedores
-StockOnReception=Increase real stocks on validation of reception
-StockOnReceptionOnClosing=Increase real stocks when reception is set to closed
+StockOnReception=Incrementar el stock real en la validación de la recepción.
+StockOnReceptionOnClosing=Incrementar el stock real en el cierre de la recepción
OrderStatusNotReadyToDispatch=El pedido aún no está o no tiene un estado que permita un desglose de stock.
StockDiffPhysicTeoric=Motivo de la diferencia entre valores físicos y teóricos
NoPredefinedProductToDispatch=No hay productos predefinidos en este objeto. Por lo tanto no se puede realizar un desglose de stock.
diff --git a/htdocs/langs/es_ES/stripe.lang b/htdocs/langs/es_ES/stripe.lang
index de38ab59e7a..65ca60c3c51 100644
--- a/htdocs/langs/es_ES/stripe.lang
+++ b/htdocs/langs/es_ES/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=Cuenta de usuario para usar en algunos e-mails de no
StripePayoutList=Lista de pagos de Stripe
ToOfferALinkForTestWebhook=Enlace para configurar Stripe WebHook para llamar a la IPN (modo de prueba)
ToOfferALinkForLiveWebhook=Enlace para configurar Stripe WebHook para llamar a la IPN (modo real)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/es_ES/website.lang b/htdocs/langs/es_ES/website.lang
index 8e33637f714..58ebf80dece 100644
--- a/htdocs/langs/es_ES/website.lang
+++ b/htdocs/langs/es_ES/website.lang
@@ -98,8 +98,8 @@ NoWebSiteCreateOneFirst=Todavía no se ha creado ningún sitio web. Cree uno pri
GoTo=Ir a
DynamicPHPCodeContainsAForbiddenInstruction=Ha añadido código PHP dinámico que contiene la instrucción de PHP '%s' que está prohibida por defecto como contenido dinámico (vea las opciones ocultas WEBSITE_PHP_ALLOW_xxx para aumentar la lista de comandos permitidos).
NotAllowedToAddDynamicContent=No tiene permiso para agregar o editar contenido dinámico de PHP en sitios web. Pida permiso o simplemente mantenga el código en las etiquetas php sin modificar.
-ReplaceWebsiteContent=Reemplazar el contenido del sitio web
+ReplaceWebsiteContent=Buscar o reemplazar el contenido del sitio web
DeleteAlsoJs=¿Eliminar también todos los archivos javascript específicos de este sitio web?
DeleteAlsoMedias=¿Eliminar también todos los archivos de medios específicos de este sitio web?
# Export
-MyWebsitePages=My website pages
+MyWebsitePages=Mis páginas web
diff --git a/htdocs/langs/es_ES/withdrawals.lang b/htdocs/langs/es_ES/withdrawals.lang
index c82b2821aa9..c83868a0dc0 100644
--- a/htdocs/langs/es_ES/withdrawals.lang
+++ b/htdocs/langs/es_ES/withdrawals.lang
@@ -69,14 +69,15 @@ WithBankUsingBANBIC=Para las cuentas bancarias que utilizan el código BAN/BIC/S
BankToReceiveWithdraw=Cuenta bancaria para recibir la domiciliación
CreditDate=Abonada el
WithdrawalFileNotCapable=No es posible generar el fichero bancario de domiciliación para el país %s (El país no está soportado)
-ShowWithdraw=Show Direct Debit Order
-IfInvoiceNeedOnWithdrawPaymentWontBeClosed=However, if invoice has at least one direct debit payment order not yet processed, it won't be set as paid to allow prior withdrawal management.
+ShowWithdraw=Mostrar domiciliación
+IfInvoiceNeedOnWithdrawPaymentWontBeClosed=Sin embargo, si la factura tiene pendiente algún pago por domiciliación no procesado, no será marcada como pagada para permitir la gestión de la domiciliación.
DoStandingOrdersBeforePayments=Esta pestaña le permite realizar una petición de domiciliación. Una vez realizadas las peticiones, vaya al menú Bancos->Domiciliaciones para gestionar la domiciliación. Al cerrar una domiciliación, los pagos de las facturas se registrarán automáticamente, y las facturas completamente pagadas serán cerradas.
WithdrawalFile=Archivo de la domiciliación
SetToStatusSent=Clasificar como "Archivo enviado"
ThisWillAlsoAddPaymentOnInvoice=Se crearán los pagos de las facturas y las clasificarán como pagadas si el resto a pagar es 0
StatisticsByLineStatus=Estadísticas por estados de líneas
-RUM=RUM
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Referencia Única de Mandato
RUMWillBeGenerated=Si está vacío,se generará un número RUM (Referencia Unica de Mandato) una vez que se guarde la información de la cuenta bancaria
WithdrawMode=Modo domiciliación (FRST o RECUR)
diff --git a/htdocs/langs/es_MX/accountancy.lang b/htdocs/langs/es_MX/accountancy.lang
index 8150366c070..d7f786c2198 100644
--- a/htdocs/langs/es_MX/accountancy.lang
+++ b/htdocs/langs/es_MX/accountancy.lang
@@ -46,7 +46,6 @@ NewAccountingMvt=Nueva transacción
NumMvts=Número de transacción
ListeMvts=Lista de movimientos
ErrorDebitCredit=Débito y Crédito no pueden tener un valor al mismo tiempo
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. Blocking error.
TotalVente=Facturación total antes de impuestos
TotalMarge=Margen de ventas total
DescVentilExpenseReport=Consulte aquí la lista de líneas de reporte de gastos vinculadas (o no) a una cuenta de contabilidad de comisiones
@@ -57,7 +56,6 @@ AccountingJournalType5=Informe de gastos
AccountingJournalType9=Tiene nuevo
ErrorAccountingJournalIsAlreadyUse=Este diario ya está en uso
ExportDraftJournal=Exportar borrador de diario
-Modelcsv_FEC=Export FEC (Art. L47 A)
SomeMandatoryStepsOfSetupWereNotDone=Algunos pasos obligatorios de la instalación no se realizaron, favor de completar
ExportNotSupported=El formato de exportación configurado no se admite en esta página
NoJournalDefined=Ningún diario definido
diff --git a/htdocs/langs/es_MX/admin.lang b/htdocs/langs/es_MX/admin.lang
index 9747469d49d..f89282ac0f6 100644
--- a/htdocs/langs/es_MX/admin.lang
+++ b/htdocs/langs/es_MX/admin.lang
@@ -1,10 +1,12 @@
# Dolibarr language file - Source file is en_US - admin
VersionProgram=Versión del programa
+VersionLastInstall=Instalar la versión inicial
+VersionLastUpgrade=Actualizar a la Versión mâs reciente
FileCheck=Comprobación de integridad del conjunto de archivos
FileCheckDesc=Esta herramienta te permite comprobar la integridad de los archivos y la configuración de tu aplicación, comparando cada archivo con el archivo oficial. El valor de algunas constantes de la configuración también podria ser comprobado. Tu puedes usar esta herramienta para determinar si cualquiera de los archivos a sido modificado (ejem. por un hacker).
FileIntegrityIsStrictlyConformedWithReference=La integridad de los archivos está estrictamente conformada con la referencia.
+FileIntegrityIsOkButFilesWereAdded=La comprobación de la integridad de archivos ha terminado, sin embargo algunos archivos nuevos han sido agregados.
FileIntegritySomeFilesWereRemovedOrModified=La verificación de integridad de los archivos ha fallado. Algunos archivos fueron modificados, eliminados o agregados.
-GlobalChecksum=Checksum global
MakeIntegrityAnalysisFrom=Hacer análisis de integridad de los archivos de la aplicación de
LocalSignature=Firma local integrada (menos confiable)
RemoteSignature=Firma remota distante (mas confiable)
@@ -29,7 +31,7 @@ ClientSortingCharset=Recopilación del cliente
WarningModuleNotActive=El módulo %s debe estar habilitado
WarningOnlyPermissionOfActivatedModules=Sólo los permisos relacionados a los módulos activados son mostrados aquí. Puedes activar otros módulos en la página Inicio->Configuración->Módulos
DolibarrSetup=Instalación o actualización de Dolibarr
-UploadNewTemplate=Subir nueva(s) plantilla(s)
+UploadNewTemplate=Cargar plantilla(s) nuevas
FormToTestFileUploadForm=Formulario para probar la carga de archivos (según la configuración)
IfModuleEnabled=Nota: sí es efectivo sólo si el módulo %s está activado
RemoveLock=Remover/renombrar archivo %s si existe, para permitir el uso de la herramienta Actualizar/Instalar.
@@ -41,19 +43,28 @@ ErrorModuleRequireDolibarrVersion=Error, éste módulo requiere Dolibarr versió
ErrorDecimalLargerThanAreForbidden=Error, una precisión superior a %s no es soportada.
DictionarySetup=Configurar diccionario
ErrorReservedTypeSystemSystemAuto=Los valores de tipo 'system' y 'systemauto' están reservados. Puedes usar 'user' como valor para añadir tu propio registro
+DisableJavascript=Deshabilitar funciones JavaScript y Ajax
+DisableJavascriptNote=Nota: Para propósito de prueba o depuración. Para optimización para una persona invidente o navegadores de texto, tu podrías preferir usar el ajuste en el perfil de usuario
UseSearchToSelectCompanyTooltip=Asi mismo si tu tienes un gran número de terceras partes (> 100 000), puedes incrementar la velocidad al establecer la constante COMPANY_DONOTSEARCH_ANYWHERE to 1 en Configuración->Otro. La búsqueda entonces será limitada al inicio de la cadena.
DelaiedFullListToSelectCompany=Esperar hasta que una tecla sea presionada antes de cargar contenido del listado desplegable de terceros. Esto podria incrementar el desempeño si tu tienes un gran numero de terceros, pero no se recomienda.
DelaiedFullListToSelectContact=Esperar hasta que una tecla sea presionada antes de cargar contenido del listado desplegable de contactos. Esto podria incrementar el desempeño si tu tienes un gran numero de contactos, pero no se recomienda)
+NumberOfKeyToSearch=Numero de caracteres para activar la búsqueda %s
+NumberOfBytes=Numero de Octetos
+SearchString=Cadena de búsqueda
NotAvailableWhenAjaxDisabled=No disponible cuando Ajax está desactivado
+AllowToSelectProjectFromOtherCompany=En documento de un tercero, puede seleccionar un proyecto ligado a otro tercero
JavascriptDisabled=JavaScript desactivado
UsePreviewTabs=Utilizar pestañas de vista previa
ShowPreview=Mostrar previsualización
-ThemeCurrentlyActive=Tema activo
CurrentTimeZone=Zona horaria PHP (servidor)
+TZHasNoEffect=Las fechas son guardadas y retornadas por el servidor de base de datos como si fueran guardadas como cadenas sometidas. La zona horaria tiene efecto solo cuando usamos la función UNIX_TIMESTAMP (que no debe ser usada por Dolibarr, ya que TZ no debe tener efecto, incluso si cambió despues de que datos fueron ingresados).
Space=Espacio
NextValue=Valor siguiente
NextValueForInvoices=Valor siguiente (facturas)
NextValueForCreditNotes=Valor siguiente (notas de crédito)
+NextValueForDeposit=Valor siguiente (pago inicial)
+NextValueForReplacements=Valor siguiente (sustituciones)
+MustBeLowerThanPHPLimit=Nota: tu configuración PHP actualmente limita el máximo tamaño de fichero para subir a %s %s, independientemente de el valor de este parametro
NoMaxSizeByPHPLimit=Nota: No hay límite establecido en la configuración de PHP
MaxSizeForUploadedFiles=El tamaño máximo para los archivos subidos (0 para no permitir ninguna carga)
UseCaptchaCode=Utilizar el código gráfico (CAPTCHA) en la página de inicio de sesión
@@ -63,6 +74,7 @@ AntiVirusParam=Más parámetros de línea de comandos
AntiVirusParamExample=Ejemplo para ClamWin: --database="C:\\Archivos de programa (x86)\\ClamWin\\lib"
ComptaSetup=Establecer modulo de Contabilidad
UserSetup=Establecer usuario Administrador
+MultiCurrencySetup=Configurar multidivisas
MenuLimits=Limites y exactitud
MenuIdParent=ID del menu padre
DetailMenuIdParent=ID de menú padre (vacante para un menú principal)
@@ -70,16 +82,26 @@ DetailPosition=Clasificar cantidad para definir posición del menú
AllMenus=Todo
NotConfigured=Modulo/Aplicación no configurado
SetupShort=Configuración
+OtherSetup=Otra configuración
CurrentValueSeparatorThousand=Separador millar
+Destination=Destino
+IdModule=ID del módulo
+IdPermissions=ID de permisos
LanguageBrowserParameter=Parámetro %s
+LocalisationDolibarrParameters=Parametros de localización
ClientTZ=Zona Horaria cliente (usuario)
OSTZ=Servidor OS Zona Horaria
PHPTZ=Servidor PHP Zona Horaria
DaylingSavingTime=Hora de verano
CurrentSessionTimeOut=Sesión actual pausada
+YouCanEditPHPTZ=Para establecer un zona horaria PHP diferente (no necesario), puedes intentar agregar un archivo .htaccess con una linea como "SetEnv TZ Europe/Paris"
+HoursOnThisPageAreOnServerTZ=Advertencia, a diferencia de otros monitores, las horas en esta página no estan en tu zona horaria local, sino en la zona horaria del servidor.
+MaxNbOfLinesForBoxes=Maximo. número de lineas para dispositivos
+AllWidgetsWereEnabled=Todos los dispositivos disponibles estan habilitados
PositionByDefault=Pedido por defecto
Position=Puesto
MenusDesc=Administradores de menú establecen contenido de las dos barras de menú (horizontal y vertical)
+MenusEditorDesc=El editor de menú permite definir ingresos de menú personalizado. Usarse con cuidado para evitar inestabilidad y permanente incapacidad de ingresar al menú. Algunos módulos agregan ingresos (in menu All mostly). Si tu eliminas algunos de estos ingresos por error, puedes restaurarlos desabilitando y rehabilitando el módulo.
MenuForUsers=Menú para usuarios
LangFile=Archivo .lang
Language_en_US_es_MX_etc=Lenguaje (en_US, es_MX, ...)
@@ -87,10 +109,13 @@ SystemInfo=Información del sistema
SystemToolsArea=Área de herramientas del sistema
SystemToolsAreaDesc=Esta área provee funciones administrativas. Usar el menú para seleccionar la característica requerida.
PurgeAreaDesc=Esta página te permite eliminar todos los archivos generados o guardados por Dolibarr (archivos temporales o todos los archivos en %s el directorio). Usar esta característica no es normalmente necesario. Esta es proporcionada como una solución alternativa para usuarios cuyo Dolibarr es hospedado por un proveedor que no ofrece permisos de borrado de archivos generados por el servidor web.
-PurgeDeleteTemporaryFiles=Eliminar todos los archivos temporales (sin riesgo de perder datos)
+PurgeDeleteLogFile=Eliminar archivos log, incluyendo %s definido por módulo Syslog (sin riesgo de perdida de datos)
+PurgeDeleteTemporaryFiles=Eliminar todos los archivos temporales (sin riesgo de perdida de datos). Nota: La eliminación es hecha solo si el directorio temporal fue creado 24 horas antes.
+PurgeDeleteAllFilesInDocumentsDir=Eliminar todos los archivos en el directorio: %s. Esto borrara todos los documentos generados relacionados a elementos (terceras partes, facturas etc...), archivos subidos a el módulo ECM, volcados de respaldo de base de datos y archivos temporales.
PurgeRunNow=Purgar ahora
PurgeNothingToDelete=Ningún directorio o archivos que desee eliminar.
PurgeNDirectoriesDeleted= %s archivos o directorios eliminados.
+PurgeNDirectoriesFailed=Error al eliminar %s archivos o directorios.
PurgeAuditEvents=Purgar todos los eventos de seguridad
ConfirmPurgeAuditEvents=¿Está seguro de que desea eliminar todos los eventos de seguridad? Todos los registros de seguridad se eliminarán, no se eliminarán otros datos.
Backup=Copia de Seguridad
@@ -98,10 +123,14 @@ Restore=Restaurar
RunCommandSummary=Se ha iniciado la copia de seguridad con el siguiente comando
BackupResult=Resultado de copia de seguridad
BackupFileSuccessfullyCreated=Archivo de copia de seguridad generado correctamente
+YouCanDownloadBackupFile=Los archivos generados ahora pueden ser descargados
NoBackupFileAvailable=No hay archivos de copia de seguridad disponibles.
ToBuildBackupFileClickHere=Para crear un archivo de copia de seguridad, haga clic aquí .
-ImportPostgreSqlDesc=Para importar un archivo de respaldo, debe usar el comando pg_restore en la linea de comandos:
+ImportMySqlDesc=Para importar un archivo de respaldo de MySQL, tu podrias usar phpMyAdmin via tu proveedor de hosting o usar el comando mysql de la linea de Comandos. Por ejemplo:
+ImportPostgreSqlDesc=Para importar un archivo de respaldo, debes usar el comando pg_restore en la linea de comandos:
ImportMySqlCommand=%s %s < miarchivoderespaldo.sql
+ImportPostgreSqlCommand=%s %s miarchivoderespaldo.sql
+FileNameToGenerate=Nombre de archivo para copia de respaldo:
CommandsToDisableForeignKeysForImport=Comando para deshabilitar claves foráneas en la importación
CommandsToDisableForeignKeysForImportWarning=Obligatorio si desea restaurar su copia de seguridad de SQL más tarde
MySqlExportParameters=Parámetros de exportación de MySQL
@@ -111,7 +140,12 @@ FullPathToPostgreSQLdumpCommand=Ruta completa del comando pg_dump
AddDropDatabase=Agregar comando DROP DATABASE
AddDropTable=Agregar comando DROP TABLE
NameColumn=Nombre de columnas
-EncodeBinariesInHexa=Convertir datos binarios en hexadecimal
+EncodeBinariesInHexa=Codificar datos binarios en hexadecimal
+IgnoreDuplicateRecords=Ignorar errores de registro duplicados (INSERT IGNORE)
+AutoDetectLang=Autodetectar (lenguaje del navegador)
+FeatureDisabledInDemo=Característica deshabilitada en versión demo
+FeatureAvailableOnlyOnStable=Característica unicamente disponible en versiones oficiales estables
+BoxesDesc=Widgets son componentes mostrando alguna información que tu puedes agregar para personalizar algunas páginas. Tu puedes elegir entre mostrar el widget o no al seleccionar la página objetivo y haciendo click en 'Activar', o haciendo click en la papelera de reciclaje para deshabilitarlos.
OnlyActiveElementsAreShown=Solo elementos de \nmodulos habilitados son\n mostrados.
ModulesDesc=Los módulos/aplicaciones determinan qué funciones están disponibles en el software. Algunos módulos requieren que se otorguen permisos a los usuarios después de activar el módulo. Haga clic en el botón de encendido/apagado (al final de la línea del módulo) para habilitar/deshabilitar un módulo/aplicación.
ModulesMarketPlaceDesc=Tu puedes encontrar mas módulos para descargar en sitios web externos en el Internet
diff --git a/htdocs/langs/es_PE/accountancy.lang b/htdocs/langs/es_PE/accountancy.lang
index c651b103468..50f3ac66aa1 100644
--- a/htdocs/langs/es_PE/accountancy.lang
+++ b/htdocs/langs/es_PE/accountancy.lang
@@ -43,6 +43,4 @@ ACCOUNTING_PRODUCT_BUY_ACCOUNT=Cuenta de contabilidad por defecto para los produ
Sens=Significado
Codejournal=Periódico
FinanceJournal=Periodo Financiero
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. Blocking error.
TotalMarge=Margen total de ventas
-Modelcsv_FEC=Export FEC (Art. L47 A)
diff --git a/htdocs/langs/et_EE/accountancy.lang b/htdocs/langs/et_EE/accountancy.lang
index f06e0291439..25f67e0e93d 100644
--- a/htdocs/langs/et_EE/accountancy.lang
+++ b/htdocs/langs/et_EE/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Loomus
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Müügid
AccountingJournalType3=Ostud
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/et_EE/admin.lang b/htdocs/langs/et_EE/admin.lang
index 89b4189f8ab..b9def779562 100644
--- a/htdocs/langs/et_EE/admin.lang
+++ b/htdocs/langs/et_EE/admin.lang
@@ -20,8 +20,8 @@ LocalSignature=Embedded local signature (less reliable)
RemoteSignature=Remote distant signature (more reliable)
FilesMissing=Missing Files
FilesUpdated=Updated Files
-FilesModified=Modified Files
-FilesAdded=Added Files
+FilesModified=Muudetud failid
+FilesAdded=Lisatud failid
FileCheckDolibarr=Check integrity of application files
AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when the application is installed from an official package
XmlNotFound=Xml Integrity File of application not found
@@ -35,7 +35,7 @@ LockNewSessions=Keela uued ühendused
ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user %s will be able to connect after that.
UnlockNewSessions=Luba uued ühendused
YourSession=Sinu sessioon
-Sessions=Users Sessions
+Sessions=Kasutajate sessioonid
WebUserGroup=Veebiserveri kasutaja/grupp
NoSessionFound=Your PHP configuration seems to not allow listing of active sessions. The directory used to save sessions (%s) may be protected (for example by OS permissions or by PHP directive open_basedir).
DBStoringCharset=Märgistik, mida kasutatakse andmete salvestamiseks andmebaasi
@@ -114,14 +114,14 @@ NotConfigured=Moodul/Rakendus pole veel seadistatud
Active=Aktiivne
SetupShort=Seadistamine
OtherOptions=Muud seaded
-OtherSetup=Other Setup
+OtherSetup=Muud seadistused
CurrentValueSeparatorDecimal=Kümnendkoha eraldaja
CurrentValueSeparatorThousand=Tuhandete eraldaja
Destination=Sihtkoht
IdModule=Mooduli ID
IdPermissions=Kasutajaõiguste ID
LanguageBrowserParameter=Parameeter %s
-LocalisationDolibarrParameters=Localization parameters
+LocalisationDolibarrParameters=Lokaliseerimise parameetrid
ClientTZ=Kliendi ajavöönd (kasutaja)
ClientHour=Kliendi aeg (kasutaja)
OSTZ=Serveri operatsioonisüsteemi ajavöönd
@@ -133,15 +133,15 @@ YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to a
HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
Box=Vidin
Boxes=Vidinad
-MaxNbOfLinesForBoxes=Max. number of lines for widgets
-AllWidgetsWereEnabled=All available widgets are enabled
+MaxNbOfLinesForBoxes=Vidinate maksimaalne ridade arv
+AllWidgetsWereEnabled=Kõik saadaval vidinad on lubatud
PositionByDefault=Vaikimisi järjestus
Position=Ametikoht
MenusDesc=Menu managers set content of the two menu bars (horizontal and vertical).
MenusEditorDesc=The menu editor allows you to define custom menu entries. Use it carefully to avoid instability and permanently unreachable menu entries. Some modules add menu entries (in menu All mostly). If you remove some of these entries by mistake, you can restore them disabling and reenabling the module.
MenuForUsers=Kasutajatele mõeldud menüü
-LangFile=File. Lang
-Language_en_US_es_MX_etc=Language (en_US, es_MX, ...)
+LangFile=.lang fail
+Language_en_US_es_MX_etc=Keel (en_US,es_MX,...)
System=Süsteem
SystemInfo=Süsteemi info
SystemToolsArea=Süsteemi tööriistade ala
@@ -150,7 +150,7 @@ Purge=Tühjenda
PurgeAreaDesc=This page allows you to delete all files generated or stored by Dolibarr (temporary files or all files in %s directory). Using this feature is not normally necessary. It is provided as a workaround for users whose Dolibarr is hosted by a provider that does not offer permissions to delete files generated by the web server.
PurgeDeleteLogFile=Delete log files, including %s defined for Syslog module (no risk of losing data)
PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
-PurgeDeleteTemporaryFilesShort=Delete temporary files
+PurgeDeleteTemporaryFilesShort=Kustuta ajutised failid
PurgeDeleteAllFilesInDocumentsDir=Delete all files in directory: %s. This will delete all generated documents related to elements (third parties, invoices etc...), files uploaded into the ECM module, database backup dumps and temporary files.
PurgeRunNow=Tühjenda nüüd
PurgeNothingToDelete=Pole ühtki faili ega kausta, mida kustutada.
@@ -173,7 +173,7 @@ ImportMySqlDesc=To import a MySQL backup file, you may use phpMyAdmin via your h
ImportPostgreSqlDesc=Varukoopia importimiseks pead kasutama käsureal pg_restore käsku:
ImportMySqlCommand=%s %s < minuvarukoopia.sql
ImportPostgreSqlCommand=%s %s minuvarukoopia.sql
-FileNameToGenerate=Filename for backup:
+FileNameToGenerate=Varukoopia faili nimi:
Compression=Pakkimine
CommandsToDisableForeignKeysForImport=Käsk, millega keelata välisvõtmete kasutamise keelamine importimisel
CommandsToDisableForeignKeysForImportWarning=Kohustuslik, kui tahad tõmmist hiljem taastamiseks kasutada
@@ -201,18 +201,18 @@ ModulesDesc=The modules/applications determine which features are available in t
ModulesMarketPlaceDesc=Alla laadimiseks leiad rohkem mooduleid Internetist.
ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab %s.
ModulesMarketPlaces=Otsi katsetuskärgus rakendusi/mooduleid
-ModulesDevelopYourModule=Develop your own app/modules
+ModulesDevelopYourModule=Arenda enda äpp/moodul
ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
DOLISTOREdescriptionLong=Instead of switching on www.dolistore.com web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
NewModule=Uus
-FreeModule=Free
-CompatibleUpTo=Compatible with version %s
+FreeModule=Vaba
+CompatibleUpTo=Ühilduv versioooniga %s
NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s - Max %s).
CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s).
SeeInMarkerPlace=See in Market place
-Updated=Updated
+Updated=Uuendatud
Nouveauté=Novelty
-AchatTelechargement=Buy / Download
+AchatTelechargement=Osta / Laadi alla
GoModuleSetupArea=To deploy/install a new module, go to the Module setup area: %s.
DoliStoreDesc=DoliStore on ametlik Dolibarr ERP/CRM moodulite müümiseks kasutatav koht
DoliPartnersDesc=List of companies providing custom-developed modules or features. Note: since Dolibarr is an open source application, anyone experienced in PHP programming may develop a module.
@@ -238,31 +238,31 @@ ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to
Feature=Funktsionaalsus
DolibarrLicense=Litsents
Developpers=Arendajad/toetajad
-OfficialWebSite=Dolibarr official web site
-OfficialWebSiteLocal=Local web site (%s)
-OfficialWiki=Dolibarr documentation / Wiki
+OfficialWebSite=Dolibarri ametlik veebileht
+OfficialWebSiteLocal=Kohalik veebisait (%s)
+OfficialWiki=Dolibarri dokumentatsioon / Wiki
OfficialDemo=Dolibarri online demo
OfficialMarketPlace=Väliste moodulite ja lisade ametlik müügikoht
OfficialWebHostingService=Viidatavad veebimajutuse pakkujad (pilveteenused)
ReferencedPreferredPartners=Eelistatud partnerid
-OtherResources=Other resources
-ExternalResources=External Resources
-SocialNetworks=Social Networks
+OtherResources=Muud ressursid
+ExternalResources=Välised ressursid
+SocialNetworks=Sotsiaalvõrgud
ForDocumentationSeeWiki=Kasutaja või arendaja dokumentatsiooni (KKK jms) võid leida ametlikust Dolibarri Wikist: %s
ForAnswersSeeForum=Muude küsimuste või abi küsimise tarbeks saab kasutada Dolibarri foorumit: %s
HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
HelpCenterDesc2=Some of these resources are only available in english.
CurrentMenuHandler=Praegune menüü töötleja
MeasuringUnit=Mõõtühik
-LeftMargin=Left margin
-TopMargin=Top margin
-PaperSize=Paper type
+LeftMargin=Vasak serv
+TopMargin=Ülemine serv
+PaperSize=Paberi tüüp
Orientation=Orientation
SpaceX=Space X
SpaceY=Space Y
-FontSize=Font size
-Content=Content
-NoticePeriod=Notice period
+FontSize=Kirjasuurus
+Content=Sisu
+NoticePeriod=Teavitamisperiood
NewByMonth=New by month
Emails=E-postid
EMailsSetup=E-posti seadistamine
@@ -278,12 +278,12 @@ MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
MAIN_MAIL_FORCE_SENDTO=Send all emails to (instead of real recipients, for test purposes)
MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
-MAIN_MAIL_SENDMODE=Email sending method
-MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
-MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
-MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
-MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
-MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
+MAIN_MAIL_SENDMODE=E-posti saatmise viis
+MAIN_MAIL_SMTPS_ID=SMTP-ID (kui saatev server nõuab autentimist)
+MAIN_MAIL_SMTPS_PW=SMTP parool (kui saatev server nõuab autentimist)
+MAIN_MAIL_EMAIL_TLS=Kasutage TLS (SSL) krüpteerimist
+MAIN_MAIL_EMAIL_STARTTLS=Kasutage TLS (STARTTLS) krüpteerimist
+MAIN_MAIL_EMAIL_DKIM_ENABLED=E-posti allkirja loomiseks kasutage DKIM-i
MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
@@ -291,18 +291,18 @@ MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
MAIN_SMS_SENDMODE=SMSi saatmiseks kasutatav meetod
MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
-UserEmail=User email
-CompanyEmail=Company Email
+UserEmail=Kasutaja e-post
+CompanyEmail=Ettevõtte e-post
FeatureNotAvailableOnLinux=Funktsionaalsus pole kasutatav Unixi laadsel süsteemil. Kontrolli oma sendmail programmi seadistust.
SubmitTranslation=If the translation for this language is not complete or you find errors, you can correct this by editing files in directory langs/%s and submit your change to www.transifex.com/dolibarr-association/dolibarr/
SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory langs/%s and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
ModuleSetup=Moodulite seadistamine
-ModulesSetup=Modules/Application setup
+ModulesSetup=Moodulid / rakenduse seadistamine
ModuleFamilyBase=Süsteem
-ModuleFamilyCrm=Customer Relationship Management (CRM)
-ModuleFamilySrm=Vendor Relationship Management (VRM)
-ModuleFamilyProducts=Product Management (PM)
-ModuleFamilyHr=Human Resource Management (HR)
+ModuleFamilyCrm=Kliendisuhete haldamine (CRM)
+ModuleFamilySrm=Müügisuhete haldamine (VRM)
+ModuleFamilyProducts=Toote haldamine (PM)
+ModuleFamilyHr=Personalijuhtimine (HR)
ModuleFamilyProjects=Projektid/koostöö
ModuleFamilyOther=Muu
ModuleFamilyTechnic=Multimoodulite tööriistad
@@ -314,8 +314,8 @@ ModuleFamilyInterface=Interfaces with external systems
MenuHandlers=Menüüde töötlejad
MenuAdmin=Menüü toimeti
DoNotUseInProduction=Ära kasuta tootmispaigaldustes
-ThisIsProcessToFollow=Upgrade procedure:
-ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
+ThisIsProcessToFollow=Uuendusprotseduur:
+ThisIsAlternativeProcessToFollow=See on käsitsi töödeldav alternatiivne seadistus:
StepNb=Samm %s
FindPackageFromWebSite=Find a package that provides the features you need (for example on the official web site %s).
DownloadPackageFromWebSite=Download package (for example from the official web site %s).
@@ -325,13 +325,13 @@ SetupIsReadyForUse=Module deployment is finished. You must however enable and se
NotExistsDirect=The alternative root directory is not defined to an existing directory.
InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates. Just create a directory at the root of Dolibarr (eg: custom).
InfDirExample= Then declare it in the file conf.php $dolibarr_main_url_root_alt='/custom' $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom' If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
-YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
-CurrentVersion=Dolibarri praegune versioo
+YouCanSubmitFile=Teise võimalusena võite mooduli .zip failipaketi üles laadida:
+CurrentVersion=Praegune Dolibarr versioon
CallUpdatePage=Browse to the page that updates the database structure and data: %s.
LastStableVersion=Viimane stabiilne versioon
-LastActivationDate=Latest activation date
-LastActivationAuthor=Latest activation author
-LastActivationIP=Latest activation IP
+LastActivationDate=Viimane aktiveerimise kuupäev
+LastActivationAuthor=Viimane aktiveerimise autor
+LastActivationIP=Viimane aktiveerimise IP
UpdateServerOffline=Update server offline
WithCounter=Manage a counter
GenericMaskCodes=Sa võid sisestada suvalise numeratsiooni maski. Järgnevas maskis saab kasutada järgmisi silte: {000000} vastab arvule, mida suurendatakse iga sündmuse %s korral. Sisesta niipalju nulle, kui soovid loenduri pikkuseks. Loendurile lisatakse vasakult alates niipalju nulle, et ta oleks maskiga sama pikk. {000000+000} on eelmisega sama, kuid esimesele %s lisatakse nihe, mis vastab + märgist paremal asuvale arvule. {000000@x} on eelmisega sama, ent kuuni x jõudmisel nullitakse loendur (x on 1 ja 12 vahel, või 0 seadistuses määratletud majandusaasta alguse kasutamiseks, või 99 loenduri nullimiseks iga kuu alguses). Kui kasutad seda funktsiooni ja x on 2 või kõrgem, siis on jada {yy}{mm} or {yyyy}{mm} nõutud. {dd} päev (01 kuni 31). {mm} kuu (01 kuni 12). {yy}, {yyyy} või {y} aasta 2, 4 või 1 numbri kasutamisks.
@@ -351,40 +351,40 @@ ErrorCantUseRazIfNoYearInMask=Viga: ei saa kasutada seadet @ iga aasta alguses l
ErrorCantUseRazInStartedYearIfNoYearMonthInMask=Viga: ei saa kasutada võimalust @, kui maskis ei sisaldu jada {yy} {mm} või {yyyy} {mm}.
UMask=Umask parameeter uute failide loomiseks Unix/Linux/BSD/Mac failisüsteemidel.
UMaskExplanation=See parameeter võimaldab määratleda Dolibarri poolt loodud failide vaikimise õigused (näiteks üleslaadimise ajal) See peab olema kaheksandsüsteemi väärtus (nt 0666 tähendab lubada kõigile lugemise ja kirjutamise õigused) Windows serveris seda parameetrit ei kasutata.
-SeeWikiForAllTeam=Take a look at the Wiki page for a list of contributors and their organization
+SeeWikiForAllTeam=Vaadake Wiki lehekülge, kus on nimekiri osalejatest ja nende organisatsioonist
UseACacheDelay= Eksportimise vastuse vahemällu salvestamise viivitus (0 või tühi vahemälu mitte kasutamiseks)
DisableLinkToHelpCenter=Peida link "Vajad abi või tuge" sisselogimise lehel
-DisableLinkToHelp=Hide link to online help "%s"
+DisableLinkToHelp=Peida link veebipõhisele abile " %s "
AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
ConfirmPurge=Are you sure you want to execute this purge? This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
MinLength=Minimaalne pikkus
LanguageFilesCachedIntoShmopSharedMemory=Jagatud mällu laetud .lang failid
-LanguageFile=Language file
-ExamplesWithCurrentSetup=Examples with current configuration
+LanguageFile=Keelefail
+ExamplesWithCurrentSetup=Praeguse konfiguratsiooniga näited
ListOfDirectories=OpenDocument mallide kaustad
ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.
Put here full path of directories. Add a carriage return between eah directory. To add a directory of the GED module, add here DOL_DATA_ROOT/ecm/yourdirectoryname.
Files in those directories must end with .odt or .ods.
-NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
+NumberOfModelFilesFound=Nendes kataloogides leiduvate ODT / ODS-malli failide arv
ExampleOfDirectoriesForModelGen=Süntaksi näited: c:\\mydir /home/mydir DOL_DATA_ROOT/ecm/ecmdir
FollowingSubstitutionKeysCanBeUsed= Enne dokumendimallide loomist loe wikis olevat dokumentatsiooni:
FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
FirstnameNamePosition=Nimi/perekonnanimi ametikoht
-DescWeather=The following images will be shown on the dashboard when the number of late actions reach the following values:
+DescWeather=Juhtpaneelil kuvatakse järgmised pildid, kui hilisemate toimingute arv on järgmine:
KeyForWebServicesAccess=Veebiteenuste kasutamise võti (parameeter "dolibarrkey" webservices moodulis)
TestSubmitForm=Sisestamise testimiseks mõeldud vorm
ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever the user choice. Also this menu manager specialized for smartphones does not work on all smartphone. Use another menu manager if you experience problems with yours.
ThemeDir=Kestade kataloog
-ConnectionTimeout=Connection timeout
+ConnectionTimeout=Ühenduse aegumine
ResponseTimeout=Vastuse aegumine
SmsTestMessage=Test sõnum __TELEFONIST__TELEFONI__
-ModuleMustBeEnabledFirst=Module %s must be enabled first if you need this feature.
+ModuleMustBeEnabledFirst=Selle funktsiooni kasutamiseks tuleb kõigepealt aktiveerida moodul %s .
SecurityToken=URLide kaitsmiseks kasutatav võti
NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external vendor, but you can find some on %s
PDF=PDF
-PDFDesc=Global options for PDF generation.
+PDFDesc=PDFi globaalsed seaded.
PDFAddressForging=Rules for address boxes
-HideAnyVATInformationOnPDF=Hide all information related to Sales Tax / VAT
-PDFRulesForSalesTax=Rules for Sales Tax / VAT
-PDFLocaltax=Rules for %s
+HideAnyVATInformationOnPDF=Peida kõik müügimaksu / käibemaksuga seotud andmed
+PDFRulesForSalesTax=Müügimaksu / käibemaksu reeglid
+PDFLocaltax=%s reeglid
HideLocalTaxOnPDF=Hide %s rate in column Tax Sale
HideDescOnPDF=Hide products description
HideRefOnPDF=Hide products ref.
@@ -400,28 +400,30 @@ OldVATRates=Vana käibemaksumäär
NewVATRates=Uus käibemaksumäär
PriceBaseTypeToChange=Muuda hindadel, mille baasväärtus on defineeritud kui
MassConvert=Launch bulk conversion
-String=Sõne
+String=Sõna
TextLong=Pikk tekst
-HtmlText=Html text
+HtmlText=HTML-tekst
Int=Täisarv
Float=Ujukomaarv
DateAndTime=Kuupäev ja tund
Unique=Unikaalne
-Boolean=Boolean (one checkbox)
+Boolean=Tõeväärtus (üks märkeruut)
ExtrafieldPhone = Telefon
ExtrafieldPrice = Hind
ExtrafieldMail = E-post
-ExtrafieldUrl = Url
+ExtrafieldUrl = URL
ExtrafieldSelect = Valikute nimekiri
ExtrafieldSelectList = Vali tabelist
-ExtrafieldSeparator=Separator (not a field)
+ExtrafieldSeparator=Eraldaja (mitte väli)
ExtrafieldPassword=Salasõna
-ExtrafieldRadio=Radio buttons (one choice only)
-ExtrafieldCheckBox=Checkboxes
-ExtrafieldCheckBoxFromList=Checkboxes from table
-ExtrafieldLink=Link to an object
-ComputedFormula=Computed field
+ExtrafieldRadio=Raadionupud (ainult üks valik)
+ExtrafieldCheckBox=Märkeruudud
+ExtrafieldCheckBoxFromList=Märkeruudud tabelist
+ExtrafieldLink=Viide objektile
+ComputedFormula=Arvutatud väli
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -437,23 +440,23 @@ RefreshPhoneLink=Värskenda linki
LinkToTest=Kasutaja %s jaoks genereeriti klõpsatav link (testimiseks klõpsa telefoninumbril)
KeepEmptyToUseDefault=Jäta tühjaks vaikeväärtuse kasutamiseks
DefaultLink=Vaikimisi link
-SetAsDefault=Set as default
+SetAsDefault=Määra vaikimisi
ValueOverwrittenByUserSetup=Hoiatus: kasutaja võib selle väärtuse üle kirjutada oma seadetega (iga kasutaja saab määratleda isikliku clicktodial URLi)
ExternalModule=Väline moodul - paigaldatud kausta %s
-BarcodeInitForthird-parties=Mass barcode init for third-parties
+BarcodeInitForthird-parties=Mass-vöötkoodi loomine kolmandatele osapooltele
BarcodeInitForProductsOrServices=Toodete/teenuste jaoks massiline vöötkoodide loomine või lähtestamine
-CurrentlyNWithoutBarCode=Currently, you have %s record on %s %s without barcode defined.
+CurrentlyNWithoutBarCode=Praegu on teil %s kirje %s %s kohta ilma vöötkoodi määramata.
InitEmptyBarCode=Järgmise %s tühja kirje lähtestamise väärtus
EraseAllCurrentBarCode=Kustuta kõik hetkel kasutatavad vöötkoodide väärtused
-ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
+ConfirmEraseAllCurrentBarCode=Kas soovite kindlasti kõik praegused vöötkoodi väärtused kustutada?
AllBarcodeReset=Kõik triipkoodi väärtused on eemaldatud
NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the Barcode module setup.
-EnableFileCache=Enable file cache
-ShowDetailsInPDFPageFoot=Add more details into footer, such as company address or manager names (in addition to professional ids, company capital and VAT number).
-NoDetails=No additional details in footer
-DisplayCompanyInfo=Display company address
-DisplayCompanyManagers=Display manager names
-DisplayCompanyInfoAndManagers=Display company address and manager names
+EnableFileCache=Luba faili vahemälu
+ShowDetailsInPDFPageFoot=Lisage jalusesse rohkem üksikasju, näiteks ettevõtte aadress või juhtide nimed (ettevõtte registrikood, kapital ja KMKR number).
+NoDetails=Jaluses ei ole täiendavaid andmeid
+DisplayCompanyInfo=Kuva ettevõtte aadressi
+DisplayCompanyManagers=Kuva haldajate nimed
+DisplayCompanyInfoAndManagers=Kuva ettevõtte aadress ja haldaja nimed
EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
ModuleCompanyCodeSupplierAquarium=%s followed by vendor code for a vendor accounting code
@@ -463,24 +466,24 @@ Use3StepsApproval=By default, Purchase Orders need to be created and approved by
UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not theirs, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota). If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider.
WarningPHPMail2=If your email SMTP provider need to restrict email client to some IP addresses (very rare), this is the IP address of the mail user agent (MUA) for your ERP CRM application: %s.
-ClickToShowDescription=Click to show description
-DependsOn=This module needs the module(s)
-RequiredBy=This module is required by module(s)
+ClickToShowDescription=Klõpsake kirjelduse nägemiseks
+DependsOn=See moodul vajab moodulit
+RequiredBy=See moodul on mooduli(te) poolt nõutav
TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
PageUrlForDefaultValues=You must enter the relative path of the page URL. If you include parameters in URL, the default values will be effective if all parameters are set to same value.
PageUrlForDefaultValuesCreate= Example: For the form to create a new third party, it is %s. For URL of external modules installed into custom directory, do not include the "custom/", so use path like mymodule/mypage.php and not custom/mymodule/mypage.php. If you want default value only if url has some parameter, you can use %s
PageUrlForDefaultValuesList= Example: For the page that lists third parties, it is %s. For URL of external modules installed into custom directory, do not include the "custom/" so use a path like mymodule/mypagelist.php and not custom/mymodule/mypagelist.php. If you want default value only if url has some parameter, you can use %s
AlsoDefaultValuesAreEffectiveForActionCreate=Also note that overwritting default values for form creation works only for pages that were correctly designed (so with parameter action=create or presend...)
-EnableDefaultValues=Enable customization of default values
-EnableOverwriteTranslation=Enable usage of overwritten translation
+EnableDefaultValues=Lubage vaikeväärtuste kohandamine
+EnableOverwriteTranslation=Lubage ülekirjutatud tõlke kasutamine
GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
Field=Väli
-ProductDocumentTemplates=Document templates to generate product document
+ProductDocumentTemplates=Dokumendi mallid tootedokumendi loomiseks
FreeLegalTextOnExpenseReports=Free legal text on expense reports
WatermarkOnDraftExpenseReports=Watermark on draft expense reports
AttachMainDocByDefault=Set this to 1 if you want to attach main document to email by default (if applicable)
-FilesAttachedToEmail=Attach file
+FilesAttachedToEmail=Lisage fail
SendEmailsReminders=Send agenda reminders by emails
davDescription=Setup a WebDAV server
DAVSetup=Setup of module DAV
@@ -493,11 +496,11 @@ DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploade
# Modules
Module0Name=Kasutajad ja grupid
Module0Desc=Users / Employees and Groups management
-Module1Name=Third Parties
-Module1Desc=Companies and contacts management (customers, prospects...)
+Module1Name=Kolmandad isikud
+Module1Desc=Ettevõtete ja kontaktide haldamine (kliendid, huvilised ...)
Module2Name=Äritegevus
Module2Desc=Äritegevuse seadistamine
-Module10Name=Accounting (simplified)
+Module10Name=Raamatupidamine (lihtsustatud)
Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
Module20Name=Pakkumised
Module20Desc=Pakkumiste haldamine
@@ -505,16 +508,16 @@ Module22Name=Mass Emailings
Module22Desc=Manage bulk emailing
Module23Name=Energia
Module23Desc=Energiatarbimise järelevalve
-Module25Name=Sales Orders
-Module25Desc=Sales order management
+Module25Name=Müügitellimused
+Module25Desc=Müügitellimuste haldamine
Module30Name=Arved
Module30Desc=Management of invoices and credit notes for customers. Management of invoices and credit notes for suppliers
-Module40Name=Vendors
-Module40Desc=Vendors and purchase management (purchase orders and billing)
+Module40Name=Tarnijad
+Module40Desc=Tarnijad ja ostuhaldus (ostutellimused ja arveldus)
Module42Name=Debug Logs
Module42Desc=Logging facilities (file, syslog, ...). Such logs are for technical/debug purposes.
-Module49Name=Toimetid
-Module49Desc=Toimetite haldamine
+Module49Name=Toimetajad
+Module49Desc=Toimetaja haldamine
Module50Name=Tooted
Module50Desc=Management of Products
Module51Name=Masspostitus
@@ -541,14 +544,14 @@ Module75Name=Kulud ja lähetused
Module75Desc=Kulude ja lähetuste haldamine
Module80Name=Saadetised
Module80Desc=Shipments and delivery note management
-Module85Name=Banks & Cash
+Module85Name=Pangad ja kassa
Module85Desc=Panga- ja kassakontode haldamine
-Module100Name=External Site
+Module100Name=Väline veebileht
Module100Desc=Add a link to an external website as a main menu icon. Website is shown in a frame under the top menu.
Module105Name=Mailman ja SPIP
Module105Desc=Mailman või SPIP liides liikme mooduli jaoks
Module200Name=LDAP
-Module200Desc=LDAP directory synchronization
+Module200Desc=LDAP kausta sünkroniseerimine
Module210Name=PostNuke
Module210Desc=PostNuke integratsioon
Module240Name=Andmete eksport
@@ -571,14 +574,14 @@ Module510Name=Palgad
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Teated
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
Module610Desc=Creation of product variants (color, size etc.)
Module700Name=Annetused
Module700Desc=Annetuste haldamine
-Module770Name=Expense Reports
+Module770Name=Kulude aruanne
Module770Desc=Manage expense reports claims (transportation, meal, ...)
Module1120Name=Vendor Commercial Proposals
Module1120Desc=Request vendor commercial proposal and prices
@@ -819,9 +822,9 @@ Permission532=Teenuste loomine/muutmine
Permission534=Teenuste kustutamine
Permission536=Peidetud teenuste vaatamine/haldamine
Permission538=Teenuste eksport
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Annetuste vaatamine
Permission702=Annetuste loomine/muutmine
Permission703=Annetuste kustutamine
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -939,7 +942,7 @@ DictionaryActions=Types of agenda events
DictionarySocialContributions=Types of social or fiscal taxes
DictionaryVAT=Käibe- või müügimaksumäärad
DictionaryRevenueStamp=Amount of tax stamps
-DictionaryPaymentConditions=Payment Terms
+DictionaryPaymentConditions=Maksetähtajad
DictionaryPaymentModes=Payment Modes
DictionaryTypeContact=Kontakti/Aadressi tüübid
DictionaryTypeOfContainer=Website - Type of website pages/containers
@@ -1082,7 +1085,7 @@ Delays_MAIN_DELAY_PROPALS_TO_BILL=Proposal not billed
Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Service to activate
Delays_MAIN_DELAY_RUNNING_SERVICES=Expired service
Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Unpaid vendor invoice
-Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Unpaid customer invoice
+Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tasumata müügiarve
Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Pending bank reconciliation
Delays_MAIN_DELAY_MEMBERS=Delayed membership fee
Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Check deposit not done
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Täiendavad atribuudid (orders e tellimused)
ExtraFieldsSupplierInvoices=Täiendavad atribuudid (invoices e arved)
ExtraFieldsProject=Täiendavad atribuudid (projects e projektid)
ExtraFieldsProjectTask=Täiendavad atribuudid (tasks e ülesanded)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Atribuudil %s on vale väärtus.
AlphaNumOnlyLowerCharsAndNoSpace=ainult tühikuteta väikesed tähed ja numbrid
SendmailOptionNotComplete=Hoiatus: mõnedel Linuxi süsteemidel peab e-kirja saatmiseks sendmaili käivitamise seadistus sisaldama võtit -ba (php.ini failis parameeter mail.force_extra_parameters). Kui mõned adressaadid ei saa kunagi kirju kätte, siis proovi parameetri väärtust mail.force_extra_parameters = -ba
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Sessiooni andmehoidla krüpteeritud Suhosini poolt
ConditionIsCurrently=Olek on hetkel %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Otsingu optimeerimine
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug on laetud.
-XCacheInstalled=XCache on laetud.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1278,7 +1283,7 @@ SuggestPaymentByChequeToAddress=Suggest payment by check to
FreeLegalTextOnInvoices=Vaba tekst arvetel
WatermarkOnDraftInvoices=Vesimärk arvete mustanditel (puudub, kui tühi)
PaymentsNumberingModule=Payments numbering model
-SuppliersPayment=Vendor payments
+SuppliersPayment=Tarnija maksed
SupplierPaymentSetup=Vendor payments setup
##### Proposals #####
PropalSetup=Pakkumiste mooduli seadistamine
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1777,14 +1782,14 @@ FillFixTZOnlyIfRequired=Example: +2 (fill only if problem experienced)
ExpectedChecksum=Expected Checksum
CurrentChecksum=Current Checksum
ForcedConstants=Required constant values
-MailToSendProposal=Customer proposals
+MailToSendProposal=Müügipakkumised
MailToSendOrder=Sales orders
-MailToSendInvoice=Customer invoices
+MailToSendInvoice=Müügiarved
MailToSendShipment=Saadetised
MailToSendIntervention=Sekkumised
MailToSendSupplierRequestForQuotation=Quotation request
MailToSendSupplierOrder=Purchase orders
-MailToSendSupplierInvoice=Vendor invoices
+MailToSendSupplierInvoice=Tarnija arved
MailToSendContract=Lepingud
MailToThirdparty=Kolmandad isikud
MailToMember=Liikmed
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/et_EE/agenda.lang b/htdocs/langs/et_EE/agenda.lang
index 0bd909eb402..8140922c4f7 100644
--- a/htdocs/langs/et_EE/agenda.lang
+++ b/htdocs/langs/et_EE/agenda.lang
@@ -5,16 +5,16 @@ Agenda=Päevakava
TMenuAgenda=Päevakava
Agendas=Päevakavad
LocalAgenda=Sisemine kalender
-ActionsOwnedBy=Event owned by
+ActionsOwnedBy=Sündmus kuulub
ActionsOwnedByShort=Omanik
AffectedTo=Mõjutatud isik
-Event=Sündmus
+Event=Tegevus
Events=Tegevused
EventsNb=Tegevuste arv
ListOfActions=Tegevuste nimekiri
-EventReports=Event reports
+EventReports=Tegevuste aruanded
Location=Asukoht
-ToUserOfGroup=To any user in group
+ToUserOfGroup=Iga grupi kasutajale
EventOnFullDay=Tegevus kestab kogu/kõik päeva(d)
MenuToDoActions=Kõik lõpetamata tegevused
MenuDoneActions=Kõik lõpetatud tegevused
@@ -37,68 +37,68 @@ AgendaExtSitesDesc=See leht võimaldab määratleda väliseid kalendreid, mis sa
ActionsEvents=Tegevused, mille kohta lisab Dolibarr automaatselt päevakavasse sündmuse.
EventRemindersByEmailNotEnabled=Event reminders by email was not enabled into %s module setup.
##### Agenda event labels #####
-NewCompanyToDolibarr=Third party %s created
-COMPANY_DELETEInDolibarr=Third party %s deleted
-ContractValidatedInDolibarr=Contract %s validated
-CONTRACT_DELETEInDolibarr=Contract %s deleted
-PropalClosedSignedInDolibarr=Proposal %s signed
-PropalClosedRefusedInDolibarr=Proposal %s refused
+NewCompanyToDolibarr=Kolmasosapool %s loodud
+COMPANY_DELETEInDolibarr=Kolmasosapool %s kustutatud
+ContractValidatedInDolibarr=Leping %s kinnitatud
+CONTRACT_DELETEInDolibarr=Leping %s kustutatud
+PropalClosedSignedInDolibarr=Pakkumine %s kinnitatud
+PropalClosedRefusedInDolibarr=Pakkumisest %s keelduti
PropalValidatedInDolibarr=Pakkumine %s on kinnitatud
-PropalClassifiedBilledInDolibarr=Proposal %s classified billed
+PropalClassifiedBilledInDolibarr=Pakkumine %s arveldatud
InvoiceValidatedInDolibarr=Arve %s on kinnitatud
InvoiceValidatedInDolibarrFromPos=Invoice %s validated from POS
InvoiceBackToDraftInDolibarr=Arve %s on tagasi mustandi staatuses
InvoiceDeleteDolibarr=Arve %s on kustutatud
-InvoicePaidInDolibarr=Invoice %s changed to paid
-InvoiceCanceledInDolibarr=Invoice %s canceled
-MemberValidatedInDolibarr=Member %s validated
-MemberModifiedInDolibarr=Member %s modified
-MemberResiliatedInDolibarr=Member %s terminated
-MemberDeletedInDolibarr=Member %s deleted
+InvoicePaidInDolibarr=Arve %s märgitud makstuks
+InvoiceCanceledInDolibarr=Arve %s tühistatud
+MemberValidatedInDolibarr=Liige %s kinnitatud
+MemberModifiedInDolibarr=Liige %s muudetud
+MemberResiliatedInDolibarr=Liige %s lõpetatud
+MemberDeletedInDolibarr=Liige %s kustutatud
MemberSubscriptionAddedInDolibarr=Subscription %s for member %s added
MemberSubscriptionModifiedInDolibarr=Subscription %s for member %s modified
MemberSubscriptionDeletedInDolibarr=Subscription %s for member %s deleted
-ShipmentValidatedInDolibarr=Shipment %s validated
-ShipmentClassifyClosedInDolibarr=Shipment %s classified billed
-ShipmentUnClassifyCloseddInDolibarr=Shipment %s classified reopened
-ShipmentBackToDraftInDolibarr=Shipment %s go back to draft status
-ShipmentDeletedInDolibarr=Shipment %s deleted
-OrderCreatedInDolibarr=Order %s created
+ShipmentValidatedInDolibarr=Saadetis %s kinnitatud
+ShipmentClassifyClosedInDolibarr=Saadetise %s arveldatud
+ShipmentUnClassifyCloseddInDolibarr=Saadetis %s taasavatud
+ShipmentBackToDraftInDolibarr=Saadetis %s on muudetud mustandiks
+ShipmentDeletedInDolibarr=Saadetis %s kustutatud
+OrderCreatedInDolibarr=Tellimus %s loodud
OrderValidatedInDolibarr=Tellimus %s on kinnitatud
-OrderDeliveredInDolibarr=Order %s classified delivered
+OrderDeliveredInDolibarr=Tellimus %s tarnitud
OrderCanceledInDolibarr=Tellimus %s on tühistatud
-OrderBilledInDolibarr=Order %s classified billed
-OrderApprovedInDolibarr=Tellimus %s on heaks kiidetud
-OrderRefusedInDolibarr=Tellimus %s on tagasi lükatud
+OrderBilledInDolibarr=Tellimus %s arveldatud
+OrderApprovedInDolibarr=Tellimus %s kinnitatud
+OrderRefusedInDolibarr=Tellimusest %s keelduti
OrderBackToDraftInDolibarr=Tellimus %s on muudetud mustandiks
ProposalSentByEMail=Commercial proposal %s sent by email
-ContractSentByEMail=Contract %s sent by email
-OrderSentByEMail=Sales order %s sent by email
-InvoiceSentByEMail=Customer invoice %s sent by email
-SupplierOrderSentByEMail=Purchase order %s sent by email
-SupplierInvoiceSentByEMail=Vendor invoice %s sent by email
-ShippingSentByEMail=Shipment %s sent by email
-ShippingValidated= Shipment %s validated
-InterventionSentByEMail=Intervention %s sent by email
-ProposalDeleted=Proposal deleted
-OrderDeleted=Order deleted
-InvoiceDeleted=Invoice deleted
-PRODUCT_CREATEInDolibarr=Product %s created
-PRODUCT_MODIFYInDolibarr=Product %s modified
-PRODUCT_DELETEInDolibarr=Product %s deleted
-EXPENSE_REPORT_CREATEInDolibarr=Expense report %s created
-EXPENSE_REPORT_VALIDATEInDolibarr=Expense report %s validated
-EXPENSE_REPORT_APPROVEInDolibarr=Expense report %s approved
-EXPENSE_REPORT_DELETEInDolibarr=Expense report %s deleted
-EXPENSE_REPORT_REFUSEDInDolibarr=Expense report %s refused
+ContractSentByEMail=Leping %s saadetud e-postiga
+OrderSentByEMail=Müügitellimus %s saadetud e-postiga
+InvoiceSentByEMail=Kliendi arve %s saadetud e-postiga
+SupplierOrderSentByEMail=Ostutellimus %s saadetud e-postiga
+SupplierInvoiceSentByEMail=Tarnija arve %s saadetud e-postiga
+ShippingSentByEMail=Saadetise %s saadetud e-postiga
+ShippingValidated= Saadetis %s kinnitatud
+InterventionSentByEMail=Sekkumine %s saadetud e-postiga
+ProposalDeleted=Pakkumine kustutatud
+OrderDeleted=Tellimus kustutatud
+InvoiceDeleted=Arve kustutatud
+PRODUCT_CREATEInDolibarr=Toode %s loodud
+PRODUCT_MODIFYInDolibarr=Toote %s muudetud
+PRODUCT_DELETEInDolibarr=Toode %s kustutatud
+EXPENSE_REPORT_CREATEInDolibarr=Kuluaruanne %s loodud
+EXPENSE_REPORT_VALIDATEInDolibarr=Kuluaruanne %s kinnitatud
+EXPENSE_REPORT_APPROVEInDolibarr=Kuluaruanne %s heaks kiidetud
+EXPENSE_REPORT_DELETEInDolibarr=Kuluaruanne %s kustutatud
+EXPENSE_REPORT_REFUSEDInDolibarr=Kuluaruanne %s keeldutud
PROJECT_CREATEInDolibarr=Projekt %s on loodud
-PROJECT_MODIFYInDolibarr=Project %s modified
-PROJECT_DELETEInDolibarr=Project %s deleted
-TICKET_CREATEInDolibarr=Ticket %s created
-TICKET_MODIFYInDolibarr=Ticket %s modified
-TICKET_ASSIGNEDInDolibarr=Ticket %s assigned
-TICKET_CLOSEInDolibarr=Ticket %s closed
-TICKET_DELETEInDolibarr=Ticket %s deleted
+PROJECT_MODIFYInDolibarr=Projekti %s muudetud
+PROJECT_DELETEInDolibarr=Projekt %s kustutatud
+TICKET_CREATEInDolibarr=Pilet %s loodud
+TICKET_MODIFYInDolibarr=Pilet %s muudetud
+TICKET_ASSIGNEDInDolibarr=Pilet %s määratud
+TICKET_CLOSEInDolibarr=Pilet %s suletud
+TICKET_DELETEInDolibarr=Pilet %s kustutatud
##### End agenda events #####
AgendaModelModule=Document templates for event
DateActionStart=Alguskuupäev
@@ -109,18 +109,18 @@ AgendaUrlOptionsNotAdmin=logina=!%s to restrict output to actions not own
AgendaUrlOptions4=logint=%s to restrict output to actions assigned to user %s (owner and others).
AgendaUrlOptionsProject=project=__PROJECT_ID__ to restrict output to actions linked to project __PROJECT_ID__.
AgendaUrlOptionsNotAutoEvent=notactiontype=systemauto to exclude automatic events.
-AgendaShowBirthdayEvents=Show birthdays of contacts
-AgendaHideBirthdayEvents=Hide birthdays of contacts
+AgendaShowBirthdayEvents=Näita kontaktide sünnipäevi
+AgendaHideBirthdayEvents=Peida kontaktide sünnipäevad
Busy=Hõivatud
ExportDataset_event1=Päevakavas olevate tegevuste nimekiri
DefaultWorkingDays=Default working days range in week (Example: 1-5, 1-6)
-DefaultWorkingHours=Default working hours in day (Example: 9-18)
+DefaultWorkingHours=Vaikimisi tööaeg (näide: 9-18)
# External Sites ical
ExportCal=Ekspordi kalender
ExtSites=Impordi väline kalender
ExtSitesEnableThisTool=Show external calendars (defined in global setup) in Agenda. Does not affect external calendars defined by users.
ExtSitesNbOfAgenda=Kalendrite arv
-AgendaExtNb=Calendar no. %s
+AgendaExtNb=Kalendri nr. %s
ExtSiteUrlAgenda=URL .ical failile ligi pääsemiseks
ExtSiteNoLabel=Kirjeldus puudub
VisibleTimeRange=Nähtav ajavahemik
@@ -129,10 +129,10 @@ AddEvent=Loo sündmus
MyAvailability=Minu saadavus
ActionType=Sündmuse tüüp
DateActionBegin=Sündmuse alguse kuupäev
-ConfirmCloneEvent=Are you sure you want to clone the event %s?
+ConfirmCloneEvent=Kas soovite kindlasti sündmuse kloonida %s ?
RepeatEvent=Korda sündmust
EveryWeek=Igal nädalal
EveryMonth=Igal kuul
DayOfMonth=Kuu päeval
DayOfWeek=Nädala päeval
-DateStartPlusOne=Date start + 1 hour
+DateStartPlusOne=Kuupäeva algus + 1 tund
diff --git a/htdocs/langs/et_EE/assets.lang b/htdocs/langs/et_EE/assets.lang
index 0d459677948..0c25eb8ba5a 100644
--- a/htdocs/langs/et_EE/assets.lang
+++ b/htdocs/langs/et_EE/assets.lang
@@ -16,44 +16,44 @@
#
# Generic
#
-Assets = Assets
-NewAsset = New asset
-AccountancyCodeAsset = Accounting code (asset)
-AccountancyCodeDepreciationAsset = Accounting code (depreciation asset account)
-AccountancyCodeDepreciationExpense = Accounting code (depreciation expense account)
-NewAssetType=New asset type
-AssetsTypeSetup=Asset type setup
-AssetTypeModified=Asset type modified
-AssetType=Asset type
-AssetsLines=Assets
+Assets = Varad
+NewAsset = Uus vara
+AccountancyCodeAsset = Raamatupidamise kood (vara)
+AccountancyCodeDepreciationAsset = Raamatupidamise kood (amortisatsioonivara konto)
+AccountancyCodeDepreciationExpense = Raamatupidamise kood (amortisatsioonikulu konto)
+NewAssetType=Uus vara tüüp
+AssetsTypeSetup=Varade tüübi seadistamine
+AssetTypeModified=Varade tüüp on muudetud
+AssetType=Vara tüüp
+AssetsLines=Varad
DeleteType=Kustuta
-DeleteAnAssetType=Delete an asset type
-ConfirmDeleteAssetType=Are you sure you want to delete this asset type?
+DeleteAnAssetType=Kustuta vara tüüp
+ConfirmDeleteAssetType=Kas soovite kindlasti selle vara tüübi kustutada?
ShowTypeCard=Kuva tüüp '%s'
# Module label 'ModuleAssetsName'
-ModuleAssetsName = Assets
+ModuleAssetsName = Varad
# Module description 'ModuleAssetsDesc'
-ModuleAssetsDesc = Assets description
+ModuleAssetsDesc = Varade kirjeldus
#
# Admin page
#
-AssetsSetup = Assets setup
-Settings = Settings
-AssetsSetupPage = Assets setup page
-ExtraFieldsAssetsType = Complementary attributes (Asset type)
-AssetsType=Asset type
-AssetsTypeId=Asset type id
-AssetsTypeLabel=Asset type label
-AssetsTypes=Assets types
+AssetsSetup = Varade seadistamine
+Settings = Seaded
+AssetsSetupPage = Varade seadistamise leht
+ExtraFieldsAssetsType = Täiendavad atribuudid (vara tüüp)
+AssetsType=Vara tüüp
+AssetsTypeId=Varade tüübi ID
+AssetsTypeLabel=Varade tüübi silt
+AssetsTypes=Varade liigid
#
# Menu
#
-MenuAssets = Assets
-MenuNewAsset = New asset
-MenuTypeAssets = Type assets
+MenuAssets = Varad
+MenuNewAsset = Uus vara
+MenuTypeAssets = Tüüp varasid
MenuListAssets = Loend
MenuNewTypeAssets = Uus
MenuListTypeAssets = Loend
@@ -61,5 +61,5 @@ MenuListTypeAssets = Loend
#
# Module
#
-NewAssetType=New asset type
-NewAsset=New asset
+NewAssetType=Uus vara tüüp
+NewAsset=Uus vara
diff --git a/htdocs/langs/et_EE/banks.lang b/htdocs/langs/et_EE/banks.lang
index 91cd2cc0f24..57eb2a49921 100644
--- a/htdocs/langs/et_EE/banks.lang
+++ b/htdocs/langs/et_EE/banks.lang
@@ -1,13 +1,13 @@
# Dolibarr language file - Source file is en_US - banks
Bank=Pank
-MenuBankCash=Banks | Cash
-MenuVariousPayment=Miscellaneous payments
-MenuNewVariousPayment=New Miscellaneous payment
+MenuBankCash=Pangad | Kassa
+MenuVariousPayment=Mitmesugused maksed
+MenuNewVariousPayment=Uus mitmesugune makse
BankName=Panga nimi
FinancialAccount=Konto
BankAccount=Pangakonto
BankAccounts=Pangakontod
-BankAccountsAndGateways=Bank accounts | Gateways
+BankAccountsAndGateways=Pangakontod | Sisendid
ShowAccount=Show Account
AccountRef=Finantskonto viide
AccountLabel=Finantskonto silt
@@ -30,7 +30,7 @@ AllTime=From start
Reconciliation=Vastavusse viimine
RIB=Arvelduskonto number
IBAN=IBAN number
-BIC=BIC/SWIFT code
+BIC=BIC / SWIFT kood
SwiftValid=BIC/SWIFT valid
SwiftVNotalid=BIC/SWIFT not valid
IbanValid=BAN valid
@@ -42,7 +42,7 @@ AccountStatementShort=Väljavõte
AccountStatements=Kontoväljavõtted
LastAccountStatements=Viimased kontoväljavõtted
IOMonthlyReporting=Igakuine aruandlus
-BankAccountDomiciliation=Bank address
+BankAccountDomiciliation=Panga aadress
BankAccountCountry=Konto riik
BankAccountOwner=Konto omaniku nimi
BankAccountOwnerAddress=Konto omaniku aadress
@@ -76,7 +76,7 @@ TransactionsToConciliate=Entries to reconcile
Conciliable=Saab viia vastavusse
Conciliate=Vii vastavusse
Conciliation=Vastavusse viimine
-SaveStatementOnly=Save statement only
+SaveStatementOnly=Salvesta ainult avaldus
ReconciliationLate=Reconciliation late
IncludeClosedAccount=Sh suletud tehingute summad
OnlyOpenedAccount=Ainult avatud tehingud
@@ -98,9 +98,9 @@ BankLineConciliated=Entry reconciled
Reconciled=Reconciled
NotReconciled=Not reconciled
CustomerInvoicePayment=Kliendi laekumi
-SupplierInvoicePayment=Vendor payment
+SupplierInvoicePayment=Tarnija makse
SubscriptionPayment=Liikmemaks
-WithdrawalPayment=Debit payment order
+WithdrawalPayment=Deebetmaksekorraldus
SocialContributionPayment=Social/fiscal tax payment
BankTransfer=Pangaülekanne
BankTransfers=Pangaülekanded
@@ -158,7 +158,7 @@ DocumentModelSepaMandate=Template of SEPA mandate. Useful for European countries
DocumentModelBan=Template to print a page with BAN information.
NewVariousPayment=New miscellaneous payment
VariousPayment=Miscellaneous payment
-VariousPayments=Miscellaneous payments
+VariousPayments=Mitmesugused maksed
ShowVariousPayment=Show miscellaneous payment
AddVariousPayment=Add miscellaneous payment
SEPAMandate=SEPA mandate
diff --git a/htdocs/langs/et_EE/bills.lang b/htdocs/langs/et_EE/bills.lang
index 3d3140d1068..746bfe32149 100644
--- a/htdocs/langs/et_EE/bills.lang
+++ b/htdocs/langs/et_EE/bills.lang
@@ -1,16 +1,16 @@
# Dolibarr language file - Source file is en_US - bills
Bill=Arve
Bills=Arved
-BillsCustomers=Customer invoices
+BillsCustomers=Kliendi arved
BillsCustomer=Müügiarve
-BillsSuppliers=Vendor invoices
+BillsSuppliers=Tarnija arved
BillsCustomersUnpaid=Maksmata kliendiarved
-BillsCustomersUnpaidForCompany=Unpaid customer invoices for %s
-BillsSuppliersUnpaid=Unpaid vendor invoices
-BillsSuppliersUnpaidForCompany=Unpaid vendors invoices for %s
+BillsCustomersUnpaidForCompany=Tasumata kliendiarved %s
+BillsSuppliersUnpaid=Tasumata tarnija arved
+BillsSuppliersUnpaidForCompany=Tasumata tarnijate arved %s
BillsLate=Hilinenud maksed
BillsStatistics=Müügiiarvete statistika
-BillsStatisticsSuppliers=Vendors invoices statistics
+BillsStatisticsSuppliers=Tarnijate arved statistika
DisabledBecauseDispatchedInBookkeeping=Disabled because invoice was dispatched into bookkeeping
DisabledBecauseNotLastInvoice=Disabled because invoice is not erasable. Some invoices were recorded after this one and it will create holes in the counter.
DisabledBecauseNotErasable=Disabled because cannot be erased
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma arve
InvoiceProFormaDesc=Proforma arve on õige arve kujuga, kuid ei oma raamatupidamislikku tähendust.
InvoiceReplacement=Parandusarve
InvoiceReplacementAsk=Parandusarve asendab arve
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Kreeditarve
InvoiceAvoirAsk=Kreeditarve parandab arve
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -53,9 +53,9 @@ InvoiceLine=Arve rida
InvoiceCustomer=Müügiarve
CustomerInvoice=Müügiarve
CustomersInvoices=Müügiarved
-SupplierInvoice=Vendor invoice
-SuppliersInvoices=Vendors invoices
-SupplierBill=Vendor invoice
+SupplierInvoice=Tarnija arve
+SuppliersInvoices=Tarnijate arved
+SupplierBill=Tarnija arve
SupplierBills=ostuarved
Payment=Makse
PaymentBack=Tagasimakse
@@ -65,12 +65,12 @@ PaymentsBack=Tagasimaksed
paymentInInvoiceCurrency=in invoices currency
PaidBack=Tagasi makstud
DeletePayment=Kustuta makse
-ConfirmDeletePayment=Are you sure you want to delete this payment?
-ConfirmConvertToReduc=Do you want to convert this %s into an absolute discount?
-ConfirmConvertToReduc2=The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this customer.
-ConfirmConvertToReducSupplier=Do you want to convert this %s into an absolute discount?
+ConfirmDeletePayment=Kas olete kindel, et soovite selle makse kustutada?
+ConfirmConvertToReduc=Kas soovite selle %s konverteerida absoluutseks allahindluseks?
+ConfirmConvertToReduc2=Summa salvestatakse kõigi allahindluste hulka ja seda saab kasutada selle kliendi jooksva või tulevase arve allahindlusena.
+ConfirmConvertToReducSupplier=Kas soovite selle %s konverteerida absoluutseks allahindluseks?
ConfirmConvertToReducSupplier2=The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this vendor.
-SupplierPayments=Vendor payments
+SupplierPayments=Tarnija maksed
ReceivedPayments=Laekunud maksed
ReceivedCustomersPayments=Klientidelt laekunud maksed
PayedSuppliersPayments=Payments paid to vendors
@@ -80,25 +80,26 @@ PaymentsReports=Maksete aruanded
PaymentsAlreadyDone=Juba tehtud maksed
PaymentsBackAlreadyDone=Juba tehtud tagasimaksed
PaymentRule=Maksereegel
-PaymentMode=Payment Type
+PaymentMode=Makse tüüp
PaymentTypeDC=Debit/Credit Card
PaymentTypePP=PayPal
-IdPaymentMode=Payment Type (id)
-CodePaymentMode=Payment Type (code)
-LabelPaymentMode=Payment Type (label)
-PaymentModeShort=Payment Type
-PaymentTerm=Payment Term
-PaymentConditions=Payment Terms
-PaymentConditionsShort=Payment Terms
+IdPaymentMode=Makse tüüp (id)
+CodePaymentMode=Makse tüüp (kood)
+LabelPaymentMode=Makse tüüp (silt)
+PaymentModeShort=Makse tüüp
+PaymentTerm=Maksetähtaeg
+PaymentConditions=Maksetähtajad
+PaymentConditionsShort=Maksetähtajad
PaymentAmount=Makse summa
PaymentHigherThanReminderToPay=Makse on suurem, kui makstava summa jääk
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Liigita 'Makstud'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Liigita 'Osaliselt makstud'
ClassifyCanceled=Liigita 'Hüljatud'
ClassifyClosed=Liigita 'Suletud'
-ClassifyUnBilled=Classify 'Unbilled'
+ClassifyUnBilled=Liigita „tasumata”
CreateBill=Loo arve
CreateCreditNote=Koosta kreeditarve
AddBill=Create invoice or credit note
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Näita asendusarvet
ShowInvoiceAvoir=Näita kreeditarvet
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Näita makset
AlreadyPaid=Juba makstud
AlreadyPaidBack=Juba tagasi makstud
@@ -248,7 +263,7 @@ DateInvoice=Arve kuupäev
DatePointOfTax=Point of tax
NoInvoice=Ühtki arvet ei ole
ClassifyBill=Liigita arve
-SupplierBillsToPay=Unpaid vendor invoices
+SupplierBillsToPay=Tasumata tarnija arved
CustomerBillsUnpaid=Maksmata kliendiarved
NonPercuRecuperable=Tagastamatu
SetConditions=Set Payment Terms
@@ -404,7 +419,7 @@ VarAmountOneLine=Variable amount (%% tot.) - 1 line with label '%s'
PaymentTypeVIR=Pangaülekanne
PaymentTypeShortVIR=Pangaülekanne
PaymentTypePRE=Direct debit payment order
-PaymentTypeShortPRE=Debit payment order
+PaymentTypeShortPRE=Deebetmaksekorraldus
PaymentTypeLIQ=Sularaha
PaymentTypeShortLIQ=Sularaha
PaymentTypeCB=Krediitkaart
@@ -428,7 +443,7 @@ Residence=Aadress
IBANNumber=IBAN account number
IBAN=IBAN
BIC=BIC/SWIFT
-BICNumber=BIC/SWIFT code
+BICNumber=BIC / SWIFT kood
ExtraInfos=Lisainfo
RegulatedOn=Reguleeritud üksusel
ChequeNumber=Tšeki nr
@@ -552,4 +567,4 @@ AutoFillDateFromShort=Set start date
AutoFillDateTo=Set end date for service line with next invoice date
AutoFillDateToShort=Set end date
MaxNumberOfGenerationReached=Max number of gen. reached
-BILL_DELETEInDolibarr=Invoice deleted
+BILL_DELETEInDolibarr=Arve kustutatud
diff --git a/htdocs/langs/et_EE/companies.lang b/htdocs/langs/et_EE/companies.lang
index b9ef4ee0fa9..df5ddbd8531 100644
--- a/htdocs/langs/et_EE/companies.lang
+++ b/htdocs/langs/et_EE/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Hüüdnimi (ärinimi, kaubamärk, ...)
AliasNameShort=Alias Name
Companies=Ettevõtted
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -38,7 +38,7 @@ ThirdPartyProspectsStats=Huvilised
ThirdPartyCustomers=Kliendid
ThirdPartyCustomersStats=Kliendid
ThirdPartyCustomersWithIdProf12=Klient koos %s või %s
-ThirdPartySuppliers=Vendors
+ThirdPartySuppliers=Tarnijad
ThirdPartyType=Third-party type
Individual=Eraisik
ToCreateContactWithSameName=Will automatically create a contact/address with same information as the third party under the third party. In most cases, even if your third party is a physical person, creating a third party alone is enough.
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Pole
Vendor=Vendor
+Supplier=Vendor
AddContact=Uus kontakt
AddContactAddress=Uus kontakt/aadress
EditContact=Muuda kontakti
diff --git a/htdocs/langs/et_EE/errors.lang b/htdocs/langs/et_EE/errors.lang
index 886c3e18f8a..f307abe2390 100644
--- a/htdocs/langs/et_EE/errors.lang
+++ b/htdocs/langs/et_EE/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField="%s" väljal ei ole erisümbolid lubatud
ErrorNumRefModel=Andmebaasi viide on juba olemas (%s) ja ei ole kooskõlas antud numeratsiooni reegliga. Kustuta kirje või nimeta viide ümber antud mooduli aktiveerimiseks.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Maski viga
ErrorBadMaskFailedToLocatePosOfSequence=Viga: mask on järjekorranumbrita
ErrorBadMaskBadRazMonth=Viga: halb lähteväärtus
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/et_EE/exports.lang b/htdocs/langs/et_EE/exports.lang
index 69b4e92183d..0b020401a33 100644
--- a/htdocs/langs/et_EE/exports.lang
+++ b/htdocs/langs/et_EE/exports.lang
@@ -1,39 +1,39 @@
# Dolibarr language file - Source file is en_US - exports
-ExportsArea=Ekspordi ala
-ImportArea=Impordi ala
-NewExport=Uus eksport
-NewImport=Uus import
+ExportsArea=Eksportimised
+ImportArea=Import
+NewExport=New Export
+NewImport=New Import
ExportableDatas=Eksporditav andmekogu
ImportableDatas=Imporditav andmekog
SelectExportDataSet=Vali eksporditav andmekog...
SelectImportDataSet=Vali imporditav andmehulk...
-SelectExportFields=Vali väljad, mida soovid eksportida või vali eelmääratletud ekspordi profiil
-SelectImportFields=Choose source file fields you want to import and their target field in database by moving them up and down with anchor %s, or select a predefined import profile:
+SelectExportFields=Choose the fields you want to export, or select a predefined export profile
+SelectImportFields=Choose the source file fields you want to import and their target field in database by moving them up and down with anchor %s, or select a predefined import profile:
NotImportedFields=Lähtefaili väljad, mida ei impordita
-SaveExportModel=Salvesta see ekspordi profiil, kui kavatsed seda hiljem uuesti kasutada...
-SaveImportModel=Salvesta see impordi profiil, kui kavatsed seda hiljem uuesti kasutada...
+SaveExportModel=Save your selections as an export profile/template (for reuse).
+SaveImportModel=Save this import profile (for reuse) ...
ExportModelName=Ekspordi profiili nimi
-ExportModelSaved=Ekspordi profiil salvestatud nimega %s.
+ExportModelSaved=Export profile saved as %s.
ExportableFields=Eksporditavad väljad
ExportedFields=Eksporditud väljad
ImportModelName=Impordi profiili nimi
-ImportModelSaved=Impordi profiil salvestatud nimega %s.
+ImportModelSaved=Import profile saved as %s.
DatasetToExport=Eksporditav andmekogu
DatasetToImport=Impordi fail andmekogusse
ChooseFieldsOrdersAndTitle=Vali väljade järjekord...
FieldsTitle=Väljade nimed
FieldTitle=Välja nimi
-NowClickToGenerateToBuildExportFile=Nüüd vali liitboksis faili formaat ja klõpsa "Loo" nupul ekspordifaili loomiseks...
-AvailableFormats=Saadaval olevad formaadid
+NowClickToGenerateToBuildExportFile=Now, select the file format in the combo box and click on "Generate" to build the export file...
+AvailableFormats=Available Formats
LibraryShort=Teek
Step=Samm
-FormatedImport=Importimise assistent
-FormatedImportDesc1=See ala võimaldab assistendi abil isikustatud andmete importimist sügavaid tehnilisi teadmisi omamata.
-FormatedImportDesc2=Esimese sammuna tuleb valida imporditavate andmete liik, siis laetav fail ja seejärel laetavad väljad.
-FormatedExport=Eksportimise assistent
-FormatedExportDesc1=See ala võimaldab assistendi abil isikustatud andmete eksportimist sügavaid tehnilisi teadmisi omamata.
-FormatedExportDesc2=Esimesena sammuna tuleb valide eelmääratletud andmekogu, seejärel sihtfailides soovitavad väljad ja nende järjekord.
-FormatedExportDesc3=Kui eksporditavad andmed on valitud, saad valida sihtfaili formaadi, kuhu soovid andmeid eksportida.
+FormatedImport=Import Assistant
+FormatedImportDesc1=This module allows you to update existing data or add new objects into the database from a file without technical knowledge, using an assistant.
+FormatedImportDesc2=First step is to choose the kind of data you want to import, then the format of the source file, then the fields you want to import.
+FormatedExport=Export Assistant
+FormatedExportDesc1=These tools allow the export of personalized data using an assistant, to help you in the process without requiring technical knowledge.
+FormatedExportDesc2=First step is to choose a predefined dataset, then which fields you want to export, and in which order.
+FormatedExportDesc3=When data to export are selected, you can choose the format of the output file.
Sheet=Leht
NoImportableData=Imporditavaid andmeid ei ole (ükski moodul ei luba andmete importimist)
FileSuccessfullyBuilt=File generated
@@ -44,16 +44,16 @@ LineDescription=Rea kirjeldus
LineUnitPrice=Rea ühikuhind
LineVATRate=Rea KM määr
LineQty=Rea kogus
-LineTotalHT=Rea summa käibemaksuta
+LineTotalHT=Amount excl. tax for line
LineTotalTTC=Rea summa käibemaksuga
LineTotalVAT=Rea käibemaks
TypeOfLineServiceOrProduct=Rea liik (0=toode, 1=teenus)
FileWithDataToImport=Imporditavate andmetega fai
FileToImport=Imporditav lähtefai
-FileMustHaveOneOfFollowingFormat=Imporditav fail peab olema ühes järgnevatest formaatidest
-DownloadEmptyExample=Lae alla tühja lähtefaili näidis
-ChooseFormatOfFileToImport=Vali kasutatav impordi faili formaat, klõpsates pildil %s selle valimiseks..
-ChooseFileToImport=Lae fail üles, seejärel klõpsa pildil %s faili kasutamiseks impordi failina...
+FileMustHaveOneOfFollowingFormat=File to import must have one of following formats
+DownloadEmptyExample=Download template file with field content information (* are mandatory fields)
+ChooseFormatOfFileToImport=Choose the file format to use as import file format by clicking on the %s icon to select it...
+ChooseFileToImport=Upload file then click on the %s icon to select file as source import file...
SourceFileFormat=Lähtefaili formaat
FieldsInSourceFile=Lähtefailis olevad väljad
FieldsInTargetDatabase=Dolibarri andmebaasi sihtväljad (rasvane=kohustuslik)
@@ -68,66 +68,66 @@ FieldsTarget=Sihtväljad
FieldTarget=Sihtväli
FieldSource=Lähteväl
NbOfSourceLines=Lähtefaili ridade arv
-NowClickToTestTheImport=Kontrolli üle seadistatud importimise parameetrid. Kui nad on õiged, siis klõpsa nupul "%s" importimise simulatsiooni käivitamiseks (andmebaasis andmeid ei muudeta, vaid lihtsalt simuleeritakse muudatusi hetkel)
-RunSimulateImportFile=Käivita importimise simulatsioo
+NowClickToTestTheImport=Check that the file format (field and string delimiters) of your file matches the options shown and that you have omitted the header line, or these will be flagged as errors in the following simulation. Click on the "%s" button to run a check of the file structure/contents and simulate the import process. No data will be changed in your database.
+RunSimulateImportFile=Run Import Simulation
FieldNeedSource=This field requires data from the source file
SomeMandatoryFieldHaveNoSource=Mõnedel kohustuslikel väljadel pole andmefailis allikat
InformationOnSourceFile=Lähtefaili informatsioone
InformationOnTargetTables=Sihtväljade informatsioon
SelectAtLeastOneField=Vaheta ringi vähemalt üks lähteväli eksporditavate väljade veerus
SelectFormat=Vali selle impordi faili formaat
-RunImportFile=Käivita impordi fail
-NowClickToRunTheImport=Kontrolli impordi simulatsiooni tulemust. Kui kõik on korras, käivita lõplik import.
-DataLoadedWithId=All data will be loaded with the following import id: %s
-ErrorMissingMandatoryValue=Kohustuslikud andmed on tühjad lähtefailis välja %s jaoks.
-TooMuchErrors=On veel %s muud rida vigadega, kuid väljundit on piiratud.
-TooMuchWarnings=On veel %s muud rida hoiatustega, kuid väljundit on piiratud.
+RunImportFile=Import Data
+NowClickToRunTheImport=Check the results of the import simulation. Correct any errors and re-test. When the simulation reports no errors you may proceed to import the data into the database.
+DataLoadedWithId=The imported data will have an additional field in each database table with this import id: %s, to allow it to be searchable in the case of investigating a problem related to this import.
+ErrorMissingMandatoryValue=Mandatory data is empty in the source file for field %s.
+TooMuchErrors=There are still %s other source lines with errors but output has been limited.
+TooMuchWarnings=There are still %s other source lines with warnings but output has been limited.
EmptyLine=Tühi rida (ära visata)
-CorrectErrorBeforeRunningImport=Enne lõpliku impordi käivitamist pead esmalt parandama kõik vead.
+CorrectErrorBeforeRunningImport=You must correct all errors before running the definitive import.
FileWasImported=Fail on imporditud numbriga %s.
-YouCanUseImportIdToFindRecord=You can find all imported record in your database by filtering on field import_key='%s'.
+YouCanUseImportIdToFindRecord=You can find all the imported records in your database by filtering on field import_key='%s'.
NbOfLinesOK=Hoiatuste ja vigadeta ridu: %s.
NbOfLinesImported=Edukalt imporditud ridu: %s.
DataComeFromNoWhere=Sisestavat väärtust ei ole mitte kuskil lähtefailis.
DataComeFromFileFieldNb=Sisestav väärtus pärineb lähtefaili %s. väljalt.
-DataComeFromIdFoundFromRef=Väärtust, mis pärineb lähtefaili %s. realt, kasutatakse emaobjekti ID leidmiseks (selle kindlustamiseks, et objekt %s, millel on lähtefaili viide, oleks Dolibarris olemas).
-DataComeFromIdFoundFromCodeId=Code that comes from field number %s of source file will be used to find id of parent object to use (So the code from source file must exists into dictionary %s). Note that if you know id, you can also use it into source file instead of code. Import should work in both cases.
+DataComeFromIdFoundFromRef=Value that comes from field number %s of source file will be used to find the id of the parent object to use (so the object %s that has the ref. from source file must exist in the database).
+DataComeFromIdFoundFromCodeId=Code that comes from field number %s of source file will be used to find the id of the parent object to use (so the code from source file must exist in the dictionary %s). Note that if you know the id, you can also use it in the source file instead of the code. Import should work in both cases.
DataIsInsertedInto=Lähtefailist pärinevad andmed sisestatakse järgmisse välja:
-DataIDSourceIsInsertedInto=Lähtefailis leitud emaobjekti ID sisestatakse järgmisse välja:
+DataIDSourceIsInsertedInto=The id of parent object was found using the data in the source file, will be inserted into the following field:
DataCodeIDSourceIsInsertedInto=Koodist leitud emarea ID sisestatakse järgmisse välja:
SourceRequired=Andmeväärtus on kohustuslik
SourceExample=Võimaliku andmeväärtuse näide
ExampleAnyRefFoundIntoElement=Iga elemendi %s jaoks leitud viide
ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionary %s
-CSVFormatDesc=Comma Separated Value faili formaat (.csv). See on tekstifaili formaat, kus väljad on eraldatud eraldajaga [ %s ]. Kui välja sisus leidub eraldaja, eraldatakse väli teistest väljadest eraldusssümboliga [ %s ]. Eraldussümboli paomärk on [ %s ].
-Excel95FormatDesc=Excel faili formaat (.xls) Excel 95 formaat (BIFF5).
-Excel2007FormatDesc=Excel faili formaat (.xlsx) Excel 2007 formaat (SpreadsheetML).
+CSVFormatDesc=Comma Separated Value file format (.csv). This is a text file format where fields are separated by a separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ].
+Excel95FormatDesc=Excel file format (.xls) This is the native Excel 95 format (BIFF5).
+Excel2007FormatDesc=Excel file format (.xlsx) This is the native Excel 2007 format (SpreadsheetML).
TsvFormatDesc=Tab Separated Value faili formaat (.tsv) See on tekstifaili formaat, kus väljad on eraldatud tabulaatoriga [tab].
ExportFieldAutomaticallyAdded=Field %s was automatically added. It will avoid you to have similar lines to be treated as duplicate record (with this field added, all lines will own their own id and will differ).
-CsvOptions=CSV lisavalikud
-Separator=Eraldaja
-Enclosure=Aedik
+CsvOptions=CSV format options
+Separator=Field Separator
+Enclosure=String Delimiter
SpecialCode=Erikood
ExportStringFilter=%% allows replacing one or more characters in the text
-ExportDateFilter=YYYY, YYYYMM, YYYYMMDD : filters by one year/month/day YYYY+YYYY, YYYYMM+YYYYMM, YYYYMMDD+YYYYMMDD : filters over a range of years/months/days > YYYY, > YYYYMM, > YYYYMMDD : filters on all following years/months/days < YYYY, < YYYYMM, < YYYYMMDD : filters on all previous years/months/days
+ExportDateFilter=YYYY, YYYYMM, YYYYMMDD: filters by one year/month/day YYYY+YYYY, YYYYMM+YYYYMM, YYYYMMDD+YYYYMMDD: filters over a range of years/months/days > YYYY, > YYYYMM, > YYYYMMDD: filters on all following years/months/days < YYYY, < YYYYMM, < YYYYMMDD: filters on all previous years/months/days
ExportNumericFilter=NNNNN filters by one value NNNNN+NNNNN filters over a range of values < NNNNN filters by lower values > NNNNN filters by higher values
ImportFromLine=Import starting from line number
EndAtLineNb=End at line number
-ImportFromToLine=Import line numbers (from - to)
-SetThisValueTo2ToExcludeFirstLine=For example, set this value to 3 to exclude the 2 first lines
-KeepEmptyToGoToEndOfFile=Keep this field empty to go up to the end of file
-SelectPrimaryColumnsForUpdateAttempt=Select column(s) to use as primary key for update attempt
+ImportFromToLine=Limit range (From - To) eg. to omit header line(s)
+SetThisValueTo2ToExcludeFirstLine=For example, set this value to 3 to exclude the 2 first lines. If the header lines are NOT omitted, this will result in multiple errors in the Import Simulation.
+KeepEmptyToGoToEndOfFile=Keep this field empty to process all lines to the end of the file.
+SelectPrimaryColumnsForUpdateAttempt=Select column(s) to use as primary key for an UPDATE import
UpdateNotYetSupportedForThisImport=Update is not supported for this type of import (only insert)
NoUpdateAttempt=No update attempt was performed, only insert
ImportDataset_user_1=Users (employees or not) and properties
-ComputedField=Computed field
+ComputedField=Arvutatud väli
## filters
SelectFilterFields=Kui soovid mõnede väärtuste põhjal filtreerida, siis sisesta nad siia.
FilteredFields=Filtreeritav väl
FilteredFieldsValues=Filtri väärtus
FormatControlRule=Format control rule
## imports updates
-KeysToUseForUpdates=Key to use for updating data
+KeysToUseForUpdates=Key (column) to use for updating existing data
NbInsert=Number of inserted lines: %s
NbUpdate=Number of updated lines: %s
MultipleRecordFoundWithTheseFilters=Multiple records have been found with these filters: %s
diff --git a/htdocs/langs/et_EE/holiday.lang b/htdocs/langs/et_EE/holiday.lang
index ecb10d79497..a811df5093a 100644
--- a/htdocs/langs/et_EE/holiday.lang
+++ b/htdocs/langs/et_EE/holiday.lang
@@ -107,7 +107,7 @@ UpdateConfCPOK=Edukalt uuendatud.
Module27130Name= Management of leave requests
Module27130Desc= Management of leave requests
ErrorMailNotSend=E-kirja saatmisel tekkis viga:
-NoticePeriod=Notice period
+NoticePeriod=Teavitamisperiood
#Messages
HolidaysToValidate=Validate leave requests
HolidaysToValidateBody=Below is a leave request to validate
diff --git a/htdocs/langs/et_EE/interventions.lang b/htdocs/langs/et_EE/interventions.lang
index 304f7a1f4bb..f9a8bb06dfe 100644
--- a/htdocs/langs/et_EE/interventions.lang
+++ b/htdocs/langs/et_EE/interventions.lang
@@ -35,7 +35,7 @@ InterventionValidatedInDolibarr=Sekkumine %s on kinnitatud
InterventionModifiedInDolibarr=Intervention %s modified
InterventionClassifiedBilledInDolibarr=Intervention %s set as billed
InterventionClassifiedUnbilledInDolibarr=Intervention %s set as unbilled
-InterventionSentByEMail=Intervention %s sent by email
+InterventionSentByEMail=Sekkumine %s saadetud e-postiga
InterventionDeletedInDolibarr=Intervention %s deleted
InterventionsArea=Interventions area
DraftFichinter=Draft interventions
diff --git a/htdocs/langs/et_EE/main.lang b/htdocs/langs/et_EE/main.lang
index 61150076e73..426c182d98f 100644
--- a/htdocs/langs/et_EE/main.lang
+++ b/htdocs/langs/et_EE/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Selle kolmanda isikuga seotud kontaktid/aadressid
AddressesForCompany=Selle kolmanda isikuga seotud aadressid
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Selle liikmega seotud tegevused
ActionsOnProduct=Events about this product
NActionsLate=%s hiljaks jäänud
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Loo mustand
SetToDraft=Tagasi mustandiks
ClickToEdit=Klõpsa muutmiseks
@@ -936,11 +938,11 @@ SearchIntoUsers=Kasutajad
SearchIntoProductsOrServices=Products or services
SearchIntoProjects=Projektid
SearchIntoTasks=Ülesanded
-SearchIntoCustomerInvoices=Customer invoices
-SearchIntoSupplierInvoices=Vendor invoices
+SearchIntoCustomerInvoices=Kliendi arved
+SearchIntoSupplierInvoices=Tarnija arved
SearchIntoCustomerOrders=Sales orders
SearchIntoSupplierOrders=Purchase orders
-SearchIntoCustomerProposals=Customer proposals
+SearchIntoCustomerProposals=Kliendi pakkumised
SearchIntoSupplierProposals=Vendor proposals
SearchIntoInterventions=Sekkumised
SearchIntoContracts=Lepingud
diff --git a/htdocs/langs/et_EE/orders.lang b/htdocs/langs/et_EE/orders.lang
index 2125c5f13af..8c792f3fc7b 100644
--- a/htdocs/langs/et_EE/orders.lang
+++ b/htdocs/langs/et_EE/orders.lang
@@ -17,7 +17,7 @@ SupplierOrder=Purchase order
SuppliersOrders=Purchase orders
SuppliersOrdersRunning=Current purchase orders
CustomerOrder=Sales Order
-CustomersOrders=Sales Orders
+CustomersOrders=Müügitellimused
CustomersOrdersRunning=Current sales orders
CustomersOrdersAndOrdersLines=Sales orders and order details
OrdersDeliveredToBill=Sales orders delivered to bill
diff --git a/htdocs/langs/et_EE/other.lang b/htdocs/langs/et_EE/other.lang
index 0af94d6bd39..6a0e6fbdcd2 100644
--- a/htdocs/langs/et_EE/other.lang
+++ b/htdocs/langs/et_EE/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Sekkumine %s on kinnitatud.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/et_EE/products.lang b/htdocs/langs/et_EE/products.lang
index 5eb54c89bf3..e886aa2d56e 100644
--- a/htdocs/langs/et_EE/products.lang
+++ b/htdocs/langs/et_EE/products.lang
@@ -2,6 +2,7 @@
ProductRef=Toote viide
ProductLabel=Toote nimi
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Toodete/teenuste kaart
@@ -79,7 +80,7 @@ ErrorProductAlreadyExists=Toode viitega %s on juba olemas.
ErrorProductBadRefOrLabel=Vale viite või nime väärtus.
ErrorProductClone=Toote või teenuse kloonimisel tekkis probleem.
ErrorPriceCantBeLowerThanMinPrice=Error, price can't be lower than minimum price.
-Suppliers=Vendors
+Suppliers=Tarnijad
SupplierRef=Vendor SKU
ShowProduct=Näita toodet
ShowService=Näita teenust
diff --git a/htdocs/langs/et_EE/projects.lang b/htdocs/langs/et_EE/projects.lang
index 07a4497af69..55e25fe2ef9 100644
--- a/htdocs/langs/et_EE/projects.lang
+++ b/htdocs/langs/et_EE/projects.lang
@@ -146,7 +146,7 @@ ErrorShiftTaskDate=Ülesande kuupäeva ei ole võimalik nihutada vastavalt uuele
ProjectsAndTasksLines=Projektid ja ülesanded
ProjectCreatedInDolibarr=Projekt %s on loodud
ProjectValidatedInDolibarr=Project %s validated
-ProjectModifiedInDolibarr=Project %s modified
+ProjectModifiedInDolibarr=Projekti %s muudetud
TaskCreatedInDolibarr=Ülesanne %s on loodud
TaskModifiedInDolibarr=Ülesannet %s on muudetud
TaskDeletedInDolibarr=Ülesanne %s on kustutatud
diff --git a/htdocs/langs/et_EE/stripe.lang b/htdocs/langs/et_EE/stripe.lang
index 0f080da0b2b..229e5a475d1 100644
--- a/htdocs/langs/et_EE/stripe.lang
+++ b/htdocs/langs/et_EE/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/et_EE/suppliers.lang b/htdocs/langs/et_EE/suppliers.lang
index a68a5d7df7b..715be4d8897 100644
--- a/htdocs/langs/et_EE/suppliers.lang
+++ b/htdocs/langs/et_EE/suppliers.lang
@@ -1,6 +1,6 @@
-# Dolibarr language file - Source file is en_US - suppliers
-Suppliers=Vendors
-SuppliersInvoice=Vendor invoice
+# Dolibarr language file - Source file is en_US - vendors
+Suppliers=Tarnijad
+SuppliersInvoice=Tarnija arve
ShowSupplierInvoice=Show Vendor Invoice
NewSupplier=New vendor
History=Ajalugu
@@ -15,15 +15,15 @@ SomeSubProductHaveNoPrices=Mõnedel alatoodetel pole määratletud hinda
AddSupplierPrice=Add buying price
ChangeSupplierPrice=Change buying price
SupplierPrices=Vendor prices
-ReferenceSupplierIsAlreadyAssociatedWithAProduct=See hankija viide on juba seotud viitega: %s
+ReferenceSupplierIsAlreadyAssociatedWithAProduct=This vendor reference is already associated with a product: %s
NoRecordedSuppliers=No vendor recorded
-SupplierPayment=Vendor payment
+SupplierPayment=Tarnija makse
SuppliersArea=Vendor area
RefSupplierShort=Ref. vendor
Availability=Kättesaadavus
-ExportDataset_fournisseur_1=Vendor invoices list and invoice lines
+ExportDataset_fournisseur_1=Vendor invoices and invoice details
ExportDataset_fournisseur_2=Vendor invoices and payments
-ExportDataset_fournisseur_3=Purchase orders and order lines
+ExportDataset_fournisseur_3=Purchase orders and order details
ApproveThisOrder=KIida see tellimuse heaks
ConfirmApproveThisOrder=Are you sure you want to approve order %s?
DenyingThisOrder=Deny this order
@@ -35,13 +35,13 @@ ListOfSupplierProductForSupplier=List of products and prices for vendor %s%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/et_EE/withdrawals.lang b/htdocs/langs/et_EE/withdrawals.lang
index 529e07d3ffe..66b4596dafd 100644
--- a/htdocs/langs/et_EE/withdrawals.lang
+++ b/htdocs/langs/et_EE/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Väljamaksete fail
SetToStatusSent=Märgi staatuseks 'Fail saadetud'
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/eu_ES/accountancy.lang b/htdocs/langs/eu_ES/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/eu_ES/accountancy.lang
+++ b/htdocs/langs/eu_ES/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/eu_ES/admin.lang b/htdocs/langs/eu_ES/admin.lang
index 085961d7266..d6df49511a8 100644
--- a/htdocs/langs/eu_ES/admin.lang
+++ b/htdocs/langs/eu_ES/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Soldatak
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Jakinarazpenak
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/eu_ES/bills.lang b/htdocs/langs/eu_ES/bills.lang
index 0a03fd602e1..a1f161e4119 100644
--- a/htdocs/langs/eu_ES/bills.lang
+++ b/htdocs/langs/eu_ES/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Ordainketa erakutsi
AlreadyPaid=Jada ordainduta
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/eu_ES/companies.lang b/htdocs/langs/eu_ES/companies.lang
index d4d0feb7315..6bd24295b2d 100644
--- a/htdocs/langs/eu_ES/companies.lang
+++ b/htdocs/langs/eu_ES/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Kontaktua sortu
AddContactAddress=Kontua/helbidea sortu
EditContact=Kontaktua editatu
diff --git a/htdocs/langs/eu_ES/errors.lang b/htdocs/langs/eu_ES/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/eu_ES/errors.lang
+++ b/htdocs/langs/eu_ES/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/eu_ES/main.lang b/htdocs/langs/eu_ES/main.lang
index 3961eb46b5a..330e60e0320 100644
--- a/htdocs/langs/eu_ES/main.lang
+++ b/htdocs/langs/eu_ES/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/eu_ES/other.lang b/htdocs/langs/eu_ES/other.lang
index 2a38543e942..aa113e36f92 100644
--- a/htdocs/langs/eu_ES/other.lang
+++ b/htdocs/langs/eu_ES/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/eu_ES/products.lang b/htdocs/langs/eu_ES/products.lang
index ed5d9ec76b6..1932b64a657 100644
--- a/htdocs/langs/eu_ES/products.lang
+++ b/htdocs/langs/eu_ES/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/eu_ES/stripe.lang b/htdocs/langs/eu_ES/stripe.lang
index 6186c14a9ec..746931ff967 100644
--- a/htdocs/langs/eu_ES/stripe.lang
+++ b/htdocs/langs/eu_ES/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/eu_ES/website.lang b/htdocs/langs/eu_ES/website.lang
index 4771a5d59d2..df217e77646 100644
--- a/htdocs/langs/eu_ES/website.lang
+++ b/htdocs/langs/eu_ES/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/eu_ES/withdrawals.lang b/htdocs/langs/eu_ES/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/eu_ES/withdrawals.lang
+++ b/htdocs/langs/eu_ES/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/fa_IR/accountancy.lang b/htdocs/langs/fa_IR/accountancy.lang
index a95ab2d55ed..67a705dbedd 100644
--- a/htdocs/langs/fa_IR/accountancy.lang
+++ b/htdocs/langs/fa_IR/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=نتیجۀ حساب حسابداری (ضرر)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=دفتر خاتمه
ACCOUNTING_ACCOUNT_TRANSFER_CASH=حسابحسابداری انتقال پول بینبانکی
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=حساب حسابداری انتظار
DONATION_ACCOUNTINGACCOUNT=حساب حسابداری ثبت کمک و اعانه
@@ -264,7 +265,7 @@ AccountingJournals=دفترهای حسابداری
AccountingJournal=دفتر حسابداری
NewAccountingJournal=دفتر حسابداری جدید
ShowAccoutingJournal=نمایش دفتر حسابداری
-Nature=طبیعت
+NatureOfJournal=Nature of Journal
AccountingJournalType1=فعالیتهای متفرقه
AccountingJournalType2=فروش
AccountingJournalType3=خرید
@@ -290,6 +291,7 @@ Modelcsv_quadratus=صدور برای Quadratus QuadraCompta
Modelcsv_ebp=صدور برای EBP
Modelcsv_cogilog=صدور برای Cogilog
Modelcsv_agiris=صدور برای Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=صادرکردن برای OpenConcerto (آزمایشی)
Modelcsv_configurable= صدور قابل پیکربندی CSV
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=ساختار شناسۀ حسابها
InitAccountancy=حسابداری اولیه
InitAccountancyDesc=این صفحه برای مقداردهی اولیۀ یک حساب حسابداری برای محصولات/خدماتی قابل استفاده است که حساب حسابداری تعریفشدهای برای خرید و فروش ندارند
DefaultBindingDesc=این صفحه برای تنظیم یک حساب پیشفرض قابل استفاده از که برای وصل کردن ردیف تراکنشهای مربوط به پرداخت حقوق، اعانه و کمک، مالیات و مالیت بر ارزش افزوده در حالتی که هیچ حساب حسابداری تنظیم نشده، قابل استفاده است .
-DefaultClosureDesc=این صفحه برای تنظیم مؤلفههائی برای پیوست کردن یک برگۀ تعدیل لازم است.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=گزینهها
OptionModeProductSell=حالت فروش
OptionModeProductSellIntra=حالت فروش به شکل EEC صادر میگردد
diff --git a/htdocs/langs/fa_IR/admin.lang b/htdocs/langs/fa_IR/admin.lang
index 14062d810cf..2b995dda00f 100644
--- a/htdocs/langs/fa_IR/admin.lang
+++ b/htdocs/langs/fa_IR/admin.lang
@@ -149,7 +149,7 @@ SystemToolsAreaDesc=این واحد دربردارندۀ عوامل مربوط
Purge=پاککردن
PurgeAreaDesc=این صفحه به شما امکان حذف همۀ فایلهای تولید شده و ذخیره شده با Dolibarr را میدهد (فایلهای موقت یا همۀ فایلهای داخل پوشۀ %s). استفاده از این قابلیت در شرایط عادی ضرورتی ندارد. این قابلیت برای کاربرانی ایجاد شده است که میزبانی وبگاه آنها امکان حذف فایلهائی که توسط سرویسدهندۀ وب ایجاد شدهاند را نداده است.
PurgeDeleteLogFile=حذف فایلهای گزارشکار، شامل تعریف %s برای واحد گزارشکار سامانه Syslog (خطری برای از دست دادن دادهها نیست)
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=حذف همۀ فایلهای موقت (خطری برای از دست دادن داده نیست). توجه: حذف تها در صورتی انجام خواهد شد که پوشۀ موقتی حداقل 24 ساعت قبل ساخته شده باشد.
PurgeDeleteTemporaryFilesShort=حذف فایلهای موقتی
PurgeDeleteAllFilesInDocumentsDir=حذف همۀ فایلهای موجود در پوشۀ: %s. این باعث حذف همۀ مستنداتی که به عناصر مربوطند ( اشخاص سوم، صورتحساب و غیره ...)، فایلهائی که به واحد ECM ارسال شدهاند، نسخهبرداریهای پشتیبان بانکداده و فایلهای موقت خواهد شد.
PurgeRunNow=شروع پاکسازی
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=کادرهای تائید از جدول
ExtrafieldLink=پیوند به یک شیء
ComputedFormula=بخش محاسبه شده
ComputedFormulaDesc=شما در اینجا میتوانید فرمولی را با استفاده از مشخصات دیگر یک شیء یا یک کدنوشتۀ PHP وارد نمائید تا یک مقدار پویای محاسبه شده دریافت کنید. شما همچنین میتوانید هر فرمول سازگار با PHP را به همراه عملگر شرطی "?" وارد نمائید که با یک شیء سراسری دنبال میشود: $db, $conf, $langs, $mysoc, $user, $object. هشدار: تنها برخی از مشخصههای $object در دسترس هستند. در صورتی که نیاز به مشخصهای دارید که بارگذاری نشده، همانند مثال دوم خودتان باید آن شیء را واکشی نمائید. استفاده از یک بخش محاسبهشده به آن معناست که شما قادر نخواهید باد که از رابط خود مقداری وارد نمائید. همچنین، در صورتی که یک خطای نوشتاری وجود داشته باشد، فرمول هیچ چیز ارائه نخواهد داد.
مثال دیگر فرمول برای اازام به بارگذاری شیء و والد آن: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=بخش محاسبهشدۀ فروشگاه
+ComputedpersistentDesc=بخشهای محاسبهشدۀ اضافی در پایگاه داده ذخیره خواهند شد، بههرحال مقدار تنها در زمانی دوباره محاسبه خواهد شد که شیء این بخش تغییر کند. در صورتی که بخش محاسبهشده به سایر اشیاء یا دادههای سراسری وابسته باشد، این مقدار ممکن است خطا باشد!!
ExtrafieldParamHelpPassword=خالی رها کردن این بخش به معنای این است که مقدار بدون حفاظت ذخیره خواهد شد (بخش مربوطه باید با یک ستاره روی صفحه پنهان باشد). 'auto' را برای استفاده از قواعد حفاظت برای ذخیرۀ گذرواژه در بانکداده ذخیره کنید (مقدار خوانده شده کدبندی شده است و امکان خواندن مقدار اصلی دیگر وجود نخواهد داشت)
ExtrafieldParamHelpselect=فهرست مقادیر باید به صورت سطور به شکل key,value باشد (که key نمیتواند برابر با 0 باشد.)
برای مثال: 1,value1 2,value2 code3,value3 ...
برای برخورداری از فهرستی وابسته به فهرست دیگری از مشخصات تکمیلی: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
برای برخورداری از یک فهرست وابسته به یک فهرست دیگر: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=فهرست مقادیر باید سطوری به شکل key,value باشد که (که key نمیتواند برابر با 0 باشد)
برای مثال: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=فهرست مقادیر باید سطوری به شکل
ExtrafieldParamHelpsellist=فهرست مقادیری که از یک جدول گرفته میشود روش درج: table_name:label_field:id_field::filter مثال: c_typent:libelle:id::filter
- idfilter برای primary int key ضروری است - فیلتر میتواند یک آزمایش ساده باشد (مثلا active=1) تا صرفا مقدار فعال را نمایش دهد. شما همچنین در فیلتر میتوانید از $ID$ استفاده کنید که برابر با شناسۀ کنونی شیء کنونی است برای انجام یک جستار SELECT در فیلتر از $SEL$ استفاده نمائید. در صورتی که بخواهید بخشهای دیگر - extrafields را فیلتر کنید از این روش استفاده کنید extra.fieldcode=... (که fieldcode درآن کد مربوط به آن extrafield است)
برای دریافت یک فهرست بسته به یک فهرست تکمیلی از مشخصههای دیگر: c_typent:libelle:id:options_parent_list_code|parent_column:filter
برای دریافت فهرستی که مبتنی بر فهرستی دیگر است: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=فهرست مقادیری که از یک جدول گرفته میشود روش درج: table_name:label_field:id_field::filter مثال: c_typent:libelle:id::filter
filter میتواند یک آزمایش ساده باشد (مثال active=1) برای نمایش مقدار فعال شما همچنین میتوانید از $ID$ در فیلتر استفاده نمائید که شناسۀ کنونی شیء فعلی است برای انجام جستار SELECTدر فیلتر از $SEL$ اگر بخواهید از extrafields در فیلتر استفاده نمائید، از روشدرج extra.fieldcode=... استفاده نمائید، (که کد فیلتر، همان کد extrafiled است)
باری دریافت ک فهرست وابسته به یک فهرست تکمیلی از مشخصهها دیگر: c_typent:libelle:id:options_parent_list_code|parent_column:filter
برای دریافت یک فهرست وابسته به یک فهرست دیگر: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=مؤلفهها باید به شکل ObjectName:Classpath باشد، روش درج: ObjectName:Classpath مثالها: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=برای جداکنندۀ ساده خالی بگذارید برای یک جداکنندۀ نزولی به 1 تنظیم کنید (به طور پیشفرض باز است) برای یک جداکنندۀ نزولی به 2 تنظیم کنید ( به طور پیشفرض نزول کرده است)
LibraryToBuildPDF=کتابخانۀ قابل استفاده برای تولید PDF
LocalTaxDesc=برخی کشورها دو یا سه سطر مالیات در خصوص هر سطر از صورتحساب دارند. در این حالت، نوع مالیات دوم و سوم و نرخ آن را تعیین کنید. انواع قابل درج عبارتند از: 1: مالیات محلی به محصولات و خدمات بدون مالیاتبرارزشافزوده اختصاص داده میشود (مالیات محلی بر مبنای مبلغ بدون مالیات بر ارزش افزوده محاسبه میشود) 2: مالیات محلی بر محصولات و خدمات بههمراه مالیاتبرارزشافزوده (مالیاتمحلی بر مبنای مبلغ + مالیات اصلی محاسبه میشود) 3: مالیات محلی بر محصولات بدون مالیات بر ارزش افزوده (مالیات محلی بر اساس مبلع بدون مالیات حساب میشود) 4: مالیت محلی بر محصولات به همراه مالیات بر ارزش افزوده محاسبه میشود (مالیات محلی بر اساس مبلغ + مالیات بر ارزش افزوده اصلی محاسبه میشود) 5: مالیات محلی بر بر خدمات بدون مالیات بر ارزش افزوده محاسبه میشود (مالیات محلی بر اساس مبلغ بدون مالیات بر ارزش افزوده) 6: مالیات محلی بر خدمات و شامل مالیات بر ارزش افزوده ( مالیات محلی بر اساس مبلغ + مالیات بر ارزش افزوده)
SMS=پیامک
@@ -571,7 +574,7 @@ Module510Name=حقوق
Module510Desc=ثبت و پیگیری پرداختهای کارمندان
Module520Name=وامها
Module520Desc=مدیریت وامها
-Module600Name=اطلاعیهها
+Module600Name=Notifications on business event
Module600Desc=ارسال رایانامههای اطلاعیه مبتنی بر یک رخداد کاری: بر اساس کاربر (تنظیمات بر حسب هر کاربر)، بر اساس طرفسوم (تنظیمات بر اساس هر طرف سوم) یا بر اساس رایانامههای خاص
Module600Long=به خاطر داشته باشید این واحد رایانامهرا به صورت بلادرنگ در هنگام یک رخداد معین ارسال مینماید. در صورتی که به دنبال یک قابلیت برای ارسال یادآورندههای رخدادهائی مثل جلسات باشید، به واحد تنظیمات جلسات مراجعه کنید.
Module610Name=انواع محصولات
@@ -804,7 +807,7 @@ Permission401=ملاحظۀ تخفیفها
Permission402=ساخت/ویرایش تخفیفها
Permission403=اعتباردهی تخفیفها
Permission404=حذف تخفیفها
-Permission430=Use Debug Bar
+Permission430=استفاده از نوار اشکالیابی
Permission511=ملاحظۀ پرداخت حقوقها
Permission512=ساخت/ویرایش پرداخت حقوق
Permission514=حذف پرداخت حقوق
@@ -819,9 +822,9 @@ Permission532=ایجاد/ویرایش خدمات
Permission534=حذف خدمات
Permission536=مشاهده/مدیریت خدمات پنهان
Permission538=صادرکردن خدمات
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=خواندن صورتحسابهای مواد
+Permission651=ایجاد/بههنگام سازی صورتحسابهای موا
+Permission652=حذف صورتحسابهای مواد
Permission701=ملاحظۀ کمکهایمالی
Permission702=ایجاد/ویرایش کمکهایمالی
Permission703=حذف کمکهایمالی
@@ -841,12 +844,12 @@ Permission1101=ملاحظۀ سفارشات تحویل
Permission1102=ساخت/ویرایش سفارشات تحویل
Permission1104=اعتباردهی سفارشات تحویل
Permission1109=حذف سفارشات تحویل
-Permission1121=Read supplier proposals
-Permission1122=Create/modify supplier proposals
-Permission1123=Validate supplier proposals
-Permission1124=Send supplier proposals
-Permission1125=Delete supplier proposals
-Permission1126=Close supplier price requests
+Permission1121=خواندن پیشنهادهای تامین کنندگان
+Permission1122=ساخت/ویرایش پیشنهادهای تامینکنندگان
+Permission1123=تائید اعتبار پیشنهادهای تامینکنندگان
+Permission1124=ارسال پیشنهادهای تامین کنندگان
+Permission1125=حذف پیشنهادهای تامینکنندگان
+Permission1126=بستن درخواست قیمت تامین کنندگان
Permission1181=ملاحظۀ تامینکنندگان
Permission1182=خواندن سفارشات خرید
Permission1183=ساخت/ویرایش سفارشات خرید
@@ -882,15 +885,15 @@ Permission2503=تسلیم یا حذف مستندات
Permission2515=تنظیم پوشههای مستندات
Permission2801=استفاده از متقاضی FTP در حالت خواندنی (منحصر به مرور و دریافت)
Permission2802=استفاده از متقاضی FTP در حالت نوشتنی (حذف یا ارسال فایل)
-Permission3200=Read archived events and fingerprints
-Permission4001=See employees
-Permission4002=Create employees
-Permission4003=Delete employees
-Permission4004=Export employees
-Permission10001=Read website content
-Permission10002=Create/modify website content (html and javascript content)
-Permission10003=Create/modify website content (dynamic php code). Dangerous, must be reserved to restricted developers.
-Permission10005=Delete website content
+Permission3200=خواندن رویدادهای بایگانی شده و اثرانگشتها
+Permission4001=نمایش کارمندان
+Permission4002=ساخت کارمند
+Permission4003=حذف کارمند
+Permission4004=صادرکردن کارمندان
+Permission10001=خواندن محتوای وبگاه
+Permission10002=ساخت/ویرایش محتوای وبگاه (محتوای html و javascript )
+Permission10003=ساخت/ویرایش محتوای وبگاه (کد پویای PHP). خطرناک، تنها باید تحت نظر توسعهدهندگان مشخص و محدود باشد.
+Permission10005=حذف محتوای وبگاه
Permission20001=ملاحظۀ درخواستهای مرخصی (درخواستهای مرخصی افراد تحت مدیریت شما)
Permission20002=ساخت/ویرایش درخواستهای مرخصی شما (شما و افراد تحت نظر شما)
Permission20003=حذف درخواستهای مرخصی
@@ -904,19 +907,19 @@ Permission23004=اجرای وظایف زمانبندیشده
Permission50101=استفاده از صندوق POS
Permission50201=ملاحظۀ تراکنشها
Permission50202=واردکردن تراکنشها
-Permission50401=Bind products and invoices with accounting accounts
-Permission50411=Read operations in ledger
-Permission50412=Write/Edit operations in ledger
-Permission50414=Delete operations in ledger
-Permission50415=Delete all operations by year and journal in ledger
-Permission50418=Export operations of the ledger
-Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
-Permission50440=Manage chart of accounts, setup of accountancy
-Permission51001=Read assets
-Permission51002=Create/Update assets
-Permission51003=Delete assets
-Permission51005=Setup types of asset
+Permission50401=بندکردن محصولات و صورتحسابهای با حسابهای حسابداری
+Permission50411=خواندن عملیات موجود در دفترکل
+Permission50412=نوشتن/ویرایش عملیات در دفترکل
+Permission50414=حذف عملیات از دفترکل
+Permission50415=حذف همۀ عملیات در یک سال یا یک دفترروزنامه
+Permission50418=صادرکردن عمیات یک دفترکل
+Permission50420=گزارش و صادرکردن گزارشات ( گردش مالی، مانده، دفترروزنامه، دفترکل)
+Permission50430=تعریف و بستن بازۀ سالمالی
+Permission50440=مدیریت نمودار حسابها، برپاسازی حسابداری
+Permission51001=خواندن دارائیها
+Permission51002=ساخت/بهروزرسانی دارائیها
+Permission51003=حذف دارائیها
+Permission51005=برپاسازی انواع دارائیها
Permission54001=چاپ
Permission55001=ملاحظۀ نظرسنجیها
Permission55002=ساخت/ویرایش نظرسنجیها
@@ -1110,7 +1113,7 @@ AreaForAdminOnly=مقادیر برپاسازی تنها توسط کاربرا
SystemInfoDesc=اطلاعات سامانه، اطلاعاتی فنی است که در حالت فقط خواندنی است و تنها برای مدیران قابل نمایش است.
SystemAreaForAdminOnly=این ناحیه تنها برای کاربران مدیر در دسترس است. مجوزهای کاربران Dolibarr این محدودیتها را تغییر نمیدهد.
CompanyFundationDesc=ویرایش اطلاعات مربوط به شرکت/موجودیت. بر روی "%s" یا "%s" در انتهای صفحه کلیک نمائید.
-AccountantDesc=If you have an external accountant/bookkeeper, you can edit here its information.
+AccountantDesc=در صورتیکه شما یک حسابدار/دفتردار بیرونی دارید، میتوانید اطلاعات وی را اینجا ویرایش نمائید
AccountantFileNumber=کد حسابدار
DisplayDesc=مقادیری که بر شکل و رفتار Dolibarr اثرگذارند از اینجا قابل تغییرند.
AvailableModules=برنامهها/واحدهای دردسترس
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=ویژگیهای تکمیلی (سفارشها)
ExtraFieldsSupplierInvoices=ویژگیهای تکمیلی (صورتحسابها)
ExtraFieldsProject=ویژگیهای تکمیلی (طرحها)
ExtraFieldsProjectTask=ویژگیهای تکمیلی (وظایف)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=ویژگی %s مقدار نادرستی دارد.
AlphaNumOnlyLowerCharsAndNoSpace=فقط حروف کوچک و اعداد انگلیسی بدون فاصله
SendmailOptionNotComplete=هشدار، در برخی سامانههای لینوکس، برای ارسال رایانامه از شما، تنظیمات اجرای sendmail نیازمند گزینۀ -ba (در فایل php.ini ، مقدار mail.force_extra_parameters) است. در صورتی که برخی گیرندگان، هرگز رایانامه دریافت نکردهاند، این مؤلفۀ PHP را بدین شکل تغییر دهید: mail.force_extra_parameters = -ba ).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=ذخیرهسازی نشست کدبندیشدۀ Suhos
ConditionIsCurrently=در حال حاضر وضعیت %s است
YouUseBestDriver=شما از راهانداز %s استفاده میکنید که بهترین راهانداز دردسترس نیست.
YouDoNotUseBestDriver=شما از راهانداز %s استفاده میکنید اما پیشنهاد ما استفادهاز %s است.
-NbOfProductIsLowerThanNoPb=در پایگاه داده شما فقط %s محصول/خدمات دارید. این دیگر نیاز به بهینهسازی خاصی ندارد.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=بهینهسازی جستجو
-YouHaveXProductUseSearchOptim=شما %s محصول در پایگاه داده دارید و نیاز است مقدار ثابت PRODUCT_DONOTSEARCH_ANYWHERE را در خانه-برپاسازی-سایر به عدد 1 تغییر دهید. محدود کردن جستجو به ابتدای عبارت که به پایگاه داده امکان میدهد تا از شاخصها استفاه نماید تا شما نتیجهرا فوری دریافت نمائید.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=شما از مرورگر وب %s استفاده مینمائید. این مرورگر برای کارائی و امنیت مناسب است.
BrowserIsKO=شما از مرورگر وب %s استفاده مینمائید. این مرورگر بهعنوان یک انتخاب بد به نسبت امنیت، کارائی و اعتمادپذیری شناخته شده است. ما به شما پیشنهاد میکنیم از Firefox، Chrome، Opera و Safari استفاده نمائید.
-XDebugInstalled=XDebug بارگذاری شده است.
-XCacheInstalled=XCache بارگذاری شده است.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=نمایش فهرست اطلاعات مرجع -ref. فروشنده/مشتری (فهرست انتخابی یا ترکیبی) و اکثر ابَرپیوند. نام طرفهای سوم به شکل " CC12345 - SC45678 - شرکت بزرگ سازمانی " به جای "شرکت بزرگ سازمانی" نمایش داده خواهد شد.
AddAdressInList=نمایش فهرست اطلاعات نشانیهای فروشنده/مشتری (فهرست انتخابی یا ترکیبی) شخص سومها به شکل "شرکت بزرگ سازمانی - شمارۀ 21 خیابان 123456 شهر بزرگ ایران" به جای "شرکت بزرگ سازمانی" نمایش داده خواهند شد.
AskForPreferredShippingMethod=پرسش برای روش ارسال ترجیحی برای اشخاص سوم
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=برپاسازی واحد گزارش هزینهها
ExpenseReportNumberingModules=واحد شمارهگذاری گزارش هزینهها
NoModueToManageStockIncrease=هیچ واحدی که قادر به افزایش خودکار موجودی انبار باشد فعال نشده است. افزایش موجودی انبار تنها به صورت دستی انجام خواهد شد.
YouMayFindNotificationsFeaturesIntoModuleNotification=شما میتوانید برخی گزینههای مربوط به اطلاعرسانی از رایانامه را با فعال کردن و تنظیم واحد "آگاهیرسانی" تنظیم نمائید.
-ListOfNotificationsPerUser=فهرست آگاهیرسانیها برحسب کاربر*
-ListOfNotificationsPerUserOrContact=فهرست آگاهیرسانیها (رخدادها) ی موجود بر حسب کاربر * یا بر حسب طرفتماس**
-ListOfFixedNotifications=فهرست آگاهیرسانیهای ثابت
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=به زبانۀ "آگاهیرسانی" یک کاربر رفته تا آگاهیرسانیهای مربوط به کاربران را اضافه یا حذف نمائید
GoOntoContactCardToAddMore=به زبانۀ "آگاهی رسانی" یک طرفسوم رفته تا آگاهیرسانیهای مربوط به یک طرف تماس/نشانیها را اضافه یا حذف نمائید
Threshold=آستانه
@@ -1895,6 +1900,11 @@ OnMobileOnly=تنها روی صفحات کوچک (تلفنهوشمند)
DisableProspectCustomerType=غیرفعال کردن نوع طرف سوم "مشتری احتمالی + مشتری" (بنابراین شخصسوم باید یک مشتری احتمالی یا یک مشتری باشد و نمیتواند هر دو با هم باشد)
MAIN_OPTIMIZEFORTEXTBROWSER=سادهکردن رابطکاربری برای افراد نابینا
MAIN_OPTIMIZEFORTEXTBROWSERDesc=این گزینه برای افراد نابینتا استفاده میشود یا اینکه از برنامه از یک مرورگر نوشتاری همانند Lynx یا Links استفاده مینمائید.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=این مقدار میتواند توسط هر کاربر از صفحۀ کاربری مربوطه و زبانۀ '%s' مورد بازنویسی قرار گیرد
DefaultCustomerType=نوع پیشفرض شخصسوم در برگۀ ساخت "مشتری جدید"
ABankAccountMustBeDefinedOnPaymentModeSetup=توجه: برای اینکه این قابلیت کار کند، حساب بانکی باید در تنظیمات هر واحد مربوط به پرداخت تعریف شود (Paypal، Stripe و غیره)
@@ -1908,7 +1918,7 @@ LogsLinesNumber=تعداد سطور نمایش داده شده در زبانۀ
UseDebugBar=استفاده از نوار اشکالیابی
DEBUGBAR_LOGS_LINES_NUMBER=تعداد آخرین سطور گزارشکار برای حفظ در کنسول
WarningValueHigherSlowsDramaticalyOutput=هشدار! مقادیر بزرگ خروجی را بهشدت کند میکند
-DebugBarModuleActivated=واحد نوار اشکالیابی فعال شده و رابط کاربری را به شدت کند میکند
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=اشکال صادارات با همگان به اشتراک گذاشته شدند
ExportSetup=برپاسازی واحد صادرات
InstanceUniqueID=شناسۀ منحصر بهفرد نمونه
@@ -1923,5 +1933,7 @@ IFTTTDesc=این واحد برای راهانداختن رخدادها بر I
UrlForIFTTT=نشانی اینترنتی نهائی برای IFTTT
YouWillFindItOnYourIFTTTAccount=شما آن را بر حساب IFTTT خود پیدا خواهید کرد
EndPointFor=نقطۀ آخر برای %s : %s
-DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+DeleteEmailCollector=حذف جمعآورندۀ رایانامه
+ConfirmDeleteEmailCollector=آیا مطمئن هستید میخواهید این جمعآورندۀ رایانامه را حذف کنید؟
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/fa_IR/agenda.lang b/htdocs/langs/fa_IR/agenda.lang
index 73f931ebe52..e1f74dbf8c9 100644
--- a/htdocs/langs/fa_IR/agenda.lang
+++ b/htdocs/langs/fa_IR/agenda.lang
@@ -38,7 +38,7 @@ ActionsEvents=رویدادهائی که Dolibarr برای آنها در ص
EventRemindersByEmailNotEnabled=یادآورندههای رویداد توسط رایانامه در بخش برپاسازی واحد %s فعال نشده اند.
##### Agenda event labels #####
NewCompanyToDolibarr=شخصسوم %s ساخته شد
-COMPANY_DELETEInDolibarr=Third party %s deleted
+COMPANY_DELETEInDolibarr=طرفسوم %s حذف شد
ContractValidatedInDolibarr=قرارداد %s تائید شد
CONTRACT_DELETEInDolibarr=قرارداد %s حذف شد
PropalClosedSignedInDolibarr=پیشنهاد %s امضا شد
diff --git a/htdocs/langs/fa_IR/bills.lang b/htdocs/langs/fa_IR/bills.lang
index 567e78c4bb7..04c90025c64 100644
--- a/htdocs/langs/fa_IR/bills.lang
+++ b/htdocs/langs/fa_IR/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=پیشصورتحساب
InvoiceProFormaDesc=پیشصورتحساب تصویری درست از یک صورتحساب است اما ارزش حسابداری ندارد.
InvoiceReplacement=صورتحساب تعویض
InvoiceReplacementAsk=صورتحساب تعویض برای صورتحساب
-InvoiceReplacementDesc=صورتحساب تعویض برای لغو یا جایگزینی کامل یک صورتحساب در هنگامی که هیچ مبلغی هنوز دریافت نشده است.
نکته: تنها صورتحسابهای پرداختنشده قابل تعویض هستند. در صورتی که صورتحسابی که تعویض میکنید هنوز بسته نشده، به طور خودکار به صورت "معلق" بسته خواهد شد.
+InvoiceReplacementDesc=فاکتور تعویض در هنگام جایگزینی یک صورتحساب که هرگز برای آن پرداختی وجود ندارد استفاده میشود.
توجه: تنها صورتحسابهای بدون پرداخت قابلیت جایگزین شدن دارند. در صورتی که صورتحسابی که جایگزین میکنید هنوز بسته نشده باشد، به طور خودکار به شکل "معلق" بسته خواهد شد.
InvoiceAvoir=یادداشت اعتباری
InvoiceAvoirAsk=یادداشت اعتباری برای اصلاح صورتحساب
InvoiceAvoirDesc=یادداشت اعتباری یک صورتحساب منفی است که این واقعیت را اصلاح میکند که یک صورتحساب مبلغی متفاوت از مبلغی که واقعا پرداخت شده نشان میدهد (مثلا مشتری به اشتباه مبلغی بیش از مبلغ صورتحساب پرداخت کرده، یا اینکه مبلغ کامل را به دلیل بازگرداندن بعضی از کالاها پرداخت نخواهد کرد).
@@ -66,10 +66,10 @@ paymentInInvoiceCurrency=به واحدپولی صورتحساب
PaidBack=پرداخت برگردانده شد
DeletePayment=حذف پرداخت
ConfirmDeletePayment=آیا مطمئنید که میخواهید این پرداخت را حذف کنید؟
-ConfirmConvertToReduc=Do you want to convert this %s into an absolute discount?
-ConfirmConvertToReduc2=The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this customer.
-ConfirmConvertToReducSupplier=Do you want to convert this %s into an absolute discount?
-ConfirmConvertToReducSupplier2=The amount will be saved among all discounts and could be used as a discount for a current or a future invoice for this vendor.
+ConfirmConvertToReduc=آیا میخواهید این %s را به یک تخفیفت مطلق تبدیل کنید؟
+ConfirmConvertToReduc2=این مبلغ در میان همۀ تخفیفها ذخیره خواهد شد و میتواند بهعنوان یک صورتحساب فعلی یا آینده برای این مشتری مورد استفاده قرار گیرد.
+ConfirmConvertToReducSupplier=آیا میخواهید این %s را به یک تخفیفت مطلق تبدیل کنید؟
+ConfirmConvertToReducSupplier2=این مبلغ در میان همۀ تخفیفها ذخیره خواهد شد و میتواند بهعنوان یک صورتحساب فعلی یا آینده برای این فروشنده مورد استفاده قرار گیرد.
SupplierPayments=پرداختهای فروشندگان
ReceivedPayments=پولهای دریافتی
ReceivedCustomersPayments=پولهای دریافت شده از مشتریان
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=پرداخت بیشتر از یادآوری بر
HelpPaymentHigherThanReminderToPay=توجه! مبلغ پرداخت یک یا چند صورتحساب پرداختی بیش از مبلغ قابل پرداخت است. ورودی خود را ویرایش نمائید، در غیر اینصورت ساخت یک یادداشت اعتباری را برای مبلغ اضافی دریافت شده برای هر صورتحساب را بررسی و تائید کنید.
HelpPaymentHigherThanReminderToPaySupplier=توجه! مبلغ پرداخت یک یا چند صورتحساب پرداختی بیش از مبلغ قابل پرداخت است. ورودی خود را ویرایش نمائید، در غیر اینصورت ساخت یک یادداشت اعتباری را برای مبلغ اضافی پرداخت شده برای هر صورتحساب را بررسی و تائید کنید.
ClassifyPaid=طبقهبندی "پرداخت شده"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=طبقهبندی "پرداخت ناقص "
ClassifyCanceled=طبقهبندی "معلق"
ClassifyClosed=طبقهبندی "بسته شده"
@@ -214,6 +215,20 @@ ShowInvoiceReplace=نمایش صورتحساب جایگزین
ShowInvoiceAvoir=نمایش یادداشت اعتباری
ShowInvoiceDeposit=نمایش صورتحساب پیشپرداخت
ShowInvoiceSituation=نمایش صورتحساب وضعیت
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=نمایش پرداخت
AlreadyPaid=قبلا پرداختشده است
AlreadyPaidBack=مبلغ قبلا بازگردانده شده است
diff --git a/htdocs/langs/fa_IR/companies.lang b/htdocs/langs/fa_IR/companies.lang
index a400f0772e7..379ad776c06 100644
--- a/htdocs/langs/fa_IR/companies.lang
+++ b/htdocs/langs/fa_IR/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=تخفیف مطلق فروشندگان(وارد
SupplierAbsoluteDiscountMy=تخفیف مطلق فروشندگان(واردشدۀ خودشما)
DiscountNone=هیچیک
Vendor=فروشنده
+Supplier=فروشنده
AddContact=ساخت طرفتماس
AddContactAddress=ساخت طرفتماس/نشانی
EditContact=ویرایش طرفتماس
diff --git a/htdocs/langs/fa_IR/errors.lang b/htdocs/langs/fa_IR/errors.lang
index dd314e4657f..b93c42f3fd8 100644
--- a/htdocs/langs/fa_IR/errors.lang
+++ b/htdocs/langs/fa_IR/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=نویسههای خاص در بخش "%s"
ErrorNumRefModel=در پایگاهداده ( %s ) یک ارجاع وجود دارد و با این قواعد شمارهدهی همخوان نیست. ردیف مربوطه را حذف کرده یا ارجاع را تغییرنام دهید تا این واحد فعال شود
ErrorQtyTooLowForThisSupplier=تعداد برای این فروشنده بیشازحد پائین است یا اینکه برای این محصول مبلغی در خصوص این فروشنده تعریف نشده است
ErrorOrdersNotCreatedQtyTooLow=برخی از سفارشها ساخته نشدند چون تعدادها کمتر از حد مطلوب بود
-ErrorModuleSetupNotComplete=برپاسازی این واحد ناقص به نظر میرسد. به بخش خانه - برپاسازی - واحدها رفته تا تکمیل کنید
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=خطا در ماسک
ErrorBadMaskFailedToLocatePosOfSequence=خطا، ماسک بدون عدد متوالی
ErrorBadMaskBadRazMonth=خطا، مقدار نادرست بازنشانی
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=نشانی اینترنتی %s باید با http://
ErrorNewRefIsAlreadyUsed=خطا، ارجاع جدید قبلا استفاده شده است
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=یک گذرواژه برای این عضو تنظیم شده است. با اینحال هیچ حساب کاربریای ساخته نشده است. بنابراین این گذرواژه برای ورود به Dolibarr قابل استفاده نیست. ممکن است برای یک رابط/واحد بیرونی قابل استفاده باشد، اما اگر شما نخواهید هیچ نام کاربری ورود و گذرواژهای برای یک عضو استفاده کنید، شما میتوانید گزینۀ "ایجاد یک نامورد برای هر عضو" را از برپاسازی واحد اعضاء غیرفعال کنید. در صورتی که نیاز دارید که نامورود داشته باشید اما گذرواژه نداشته باشید، میتوانید این بخش را خالی گذاشته تا از این هشدار بر حذر باشید. نکته: همچنین نشانی رایانامه میتواند در صورتی که عضو به یککاربر متصل باشد، میتواند مورد استفاده قرار گیرد
WarningMandatorySetupNotComplete=این گزینه را برای برپاسازی مؤلفههای الزامی کلیک کنید
WarningEnableYourModulesApplications=این گزینه را برای فعال کردن واحدها و برنامههای مختلف کلیک کنید
diff --git a/htdocs/langs/fa_IR/main.lang b/htdocs/langs/fa_IR/main.lang
index d68b3a85323..e9c00db19c4 100644
--- a/htdocs/langs/fa_IR/main.lang
+++ b/htdocs/langs/fa_IR/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=طرفهایتماس/نشانیهای ای
AddressesForCompany=نشانیهای این شخصسوم
ActionsOnCompany=رویدادهای مربوط به این شخص سوم
ActionsOnContact=رویدادهای مربوط به این طرفتماس/نشانی
+ActionsOnContract=Events for this contract
ActionsOnMember=رویدادهای مربوط به این عضو
ActionsOnProduct=رویدادهای مربوط به این محصول
NActionsLate=%s دیرتر
@@ -759,6 +760,7 @@ LinkToSupplierProposal=پیوند به پیشنهاد فروشنده
LinkToSupplierInvoice=پیوند به صورتحساب فروشنده
LinkToContract=پیوند به قرارداد
LinkToIntervention=پیوند به واسطهگری
+LinkToTicket=Link to ticket
CreateDraft=ساخت پیشنویس
SetToDraft=بازگشت به پیشنویس
ClickToEdit=کلیک برای ویرایش
@@ -842,11 +844,11 @@ Exports=صادرات
ExportFilteredList=فهرست گزینشی صادرا
ExportList=فهرست صادرات
ExportOptions=گزینههای صادرکردن
-IncludeDocsAlreadyExported=Include docs already exported
-ExportOfPiecesAlreadyExportedIsEnable=Export of pieces already exported is enable
-ExportOfPiecesAlreadyExportedIsDisable=Export of pieces already exported is disable
-AllExportedMovementsWereRecordedAsExported=All exported movements were recorded as exported
-NotAllExportedMovementsCouldBeRecordedAsExported=Not all exported movements could be recorded as exported
+IncludeDocsAlreadyExported=دربرگرفتن مستنداتی که قبلا صادر شدهاند
+ExportOfPiecesAlreadyExportedIsEnable=دربرگیری بخشهائی که قبلا صادر شدهاند فعال است
+ExportOfPiecesAlreadyExportedIsDisable=دربرگیری بخشهائی که قبلا صادر شدهاند غیر فعال است
+AllExportedMovementsWereRecordedAsExported=همۀ جابهجائیهای صادر شده به عنوان صادرشده ثبت شد
+NotAllExportedMovementsCouldBeRecordedAsExported=همۀ جابهجائیهای صادرشده نمیتوانند بهعنوان صادرشده ثبت شوند
Miscellaneous=متفرقه
Calendar=تقویم
GroupBy=گروهبندی توسط...
@@ -978,4 +980,4 @@ SeePrivateNote=ملاحظۀ یادداشت خصوصی
PaymentInformation=اطلاعات پرداخت
ValidFrom=معتبر از
ValidUntil=معتبر تا
-NoRecordedUsers=No users
+NoRecordedUsers=کاربری نیست
diff --git a/htdocs/langs/fa_IR/other.lang b/htdocs/langs/fa_IR/other.lang
index d7787db0f50..26646bd3e4c 100644
--- a/htdocs/langs/fa_IR/other.lang
+++ b/htdocs/langs/fa_IR/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=مداخله٪ s را دارای اعتبار بوده است.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/fa_IR/products.lang b/htdocs/langs/fa_IR/products.lang
index 9dd30c1eec9..c6ef6261d7b 100644
--- a/htdocs/langs/fa_IR/products.lang
+++ b/htdocs/langs/fa_IR/products.lang
@@ -2,6 +2,7 @@
ProductRef=ارجاع محصول
ProductLabel=برچسب محصول
ProductLabelTranslated=برچسب ترجمهشدۀ محصول
+ProductDescription=Product description
ProductDescriptionTranslated=توضیحات ترجمهشدۀ محصول
ProductNoteTranslated=یادداشت ترجمهشدۀ محصول
ProductServiceCard=کارت محصولات/خدمات
diff --git a/htdocs/langs/fa_IR/stripe.lang b/htdocs/langs/fa_IR/stripe.lang
index 767799961bc..37f1d42fb57 100644
--- a/htdocs/langs/fa_IR/stripe.lang
+++ b/htdocs/langs/fa_IR/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/fa_IR/website.lang b/htdocs/langs/fa_IR/website.lang
index 8720bfb102b..e8d9603803b 100644
--- a/htdocs/langs/fa_IR/website.lang
+++ b/htdocs/langs/fa_IR/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/fa_IR/withdrawals.lang b/htdocs/langs/fa_IR/withdrawals.lang
index 097d8c7ddf7..c64b0dd3fba 100644
--- a/htdocs/langs/fa_IR/withdrawals.lang
+++ b/htdocs/langs/fa_IR/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=فایل برداشت
SetToStatusSent=تنظیم به وضعیت "فایل ارسال شد"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/fi_FI/accountancy.lang b/htdocs/langs/fi_FI/accountancy.lang
index a855b64b9b3..3c32acbda77 100644
--- a/htdocs/langs/fi_FI/accountancy.lang
+++ b/htdocs/langs/fi_FI/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Kirjanpitotilityypit
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Luonto
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Myynti
AccountingJournalType3=Ostot
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/fi_FI/admin.lang b/htdocs/langs/fi_FI/admin.lang
index 76c3d67dfc2..636b3f07ac7 100644
--- a/htdocs/langs/fi_FI/admin.lang
+++ b/htdocs/langs/fi_FI/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Käytettävä kirjasto PDF:n luomiseen
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=Tekstiviesti
@@ -571,7 +574,7 @@ Module510Name=Palkat
Module510Desc=Record and track employee payments
Module520Name=Lainat
Module520Desc=Lainojen hallinnointi
-Module600Name=Ilmoitukset
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Luoda / muuttaa palvelut
Permission534=Poista palvelut
Permission536=Katso / hoitaa piilotettu palvelut
Permission538=Vienti palvelut
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Lue lahjoitukset
Permission702=Luoda / muuttaa lahjoitusten
Permission703=Poista lahjoitukset
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Varoitus, joissakin Linux-järjestelmissä, lähettää sähköpostia sähköpostisi, sendmail toteuttaminen setup on conatins optio-ba (parametri mail.force_extra_parameters tulee php.ini tiedosto). Jos jotkut vastaanottajat eivät koskaan vastaanottaa sähköposteja, yrittää muokata tätä PHP parametrin mail.force_extra_parameters =-ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Hakuoptimointi
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug ladattu
-XCacheInstalled=XCache ladattu
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/fi_FI/bills.lang b/htdocs/langs/fi_FI/bills.lang
index c44f6ba2298..6a0a6bdbac9 100644
--- a/htdocs/langs/fi_FI/bills.lang
+++ b/htdocs/langs/fi_FI/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma lasku
InvoiceProFormaDesc=Proforma lasku on todellinen lasku, mutta sillä ei ole kirjanpidollista arvoa.
InvoiceReplacement=Korvaava lasku
InvoiceReplacementAsk=Laskun korvaava lasku
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Menoilmoitus
InvoiceAvoirAsk=Menoilmoitus korjata laskun
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Maksu korkeampi kuin muistutus maksaa
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Luokittele "Maksettu"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Luokittele "Osittain maksettu"
ClassifyCanceled=Luokittele "Hylätty"
ClassifyClosed=Luokittele "Suljettu"
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Näytä korvaa lasku
ShowInvoiceAvoir=Näytä menoilmoitus
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Näytä tilannetilasku
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Näytä maksu
AlreadyPaid=Jo maksanut
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/fi_FI/companies.lang b/htdocs/langs/fi_FI/companies.lang
index 2702ff40a84..cf6410370c7 100644
--- a/htdocs/langs/fi_FI/companies.lang
+++ b/htdocs/langs/fi_FI/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Lisänimi (tuotenimi, brändi, ...)
AliasNameShort=Alias Name
Companies=Yritykset
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Ei mitään
Vendor=Vendor
+Supplier=Vendor
AddContact=Luo yhteystiedot
AddContactAddress=Luo yhteystiedot/osoite
EditContact=Muokkaa yhteystiedot / osoite
diff --git a/htdocs/langs/fi_FI/errors.lang b/htdocs/langs/fi_FI/errors.lang
index 3806c084457..326aa5f7cc2 100644
--- a/htdocs/langs/fi_FI/errors.lang
+++ b/htdocs/langs/fi_FI/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Erikoismerkkejä ei sallita kentän "%s"
ErrorNumRefModel=Viittaus olemassa otetaan tietokantaan (%s) ja ei ole yhteensopiva tämän numeroinnin sääntöä. Poista levy tai nimen viittaus aktivoida tämän moduulin.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Virhe naamio
ErrorBadMaskFailedToLocatePosOfSequence=Virhe, maski ilman järjestysnumeroa
ErrorBadMaskBadRazMonth=Virhe, huono palautus arvo
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/fi_FI/main.lang b/htdocs/langs/fi_FI/main.lang
index 48580ad7667..6667c78b2ab 100644
--- a/htdocs/langs/fi_FI/main.lang
+++ b/htdocs/langs/fi_FI/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Sidosryhmien kontaktit/osoitteet
AddressesForCompany=Sidosryhmien osoitteet
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Jäsenen tapahtumat
ActionsOnProduct=Tapahtumat tästä tuotteesta
NActionsLate=%s myöhässä
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Linkki Sopimuksiin
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Luo luonnos
SetToDraft=Palaa luonnokseen
ClickToEdit=Klikkaa muokataksesi
diff --git a/htdocs/langs/fi_FI/other.lang b/htdocs/langs/fi_FI/other.lang
index 14d62be772a..eb8b1a67c65 100644
--- a/htdocs/langs/fi_FI/other.lang
+++ b/htdocs/langs/fi_FI/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Väliintulo %s validoitava
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/fi_FI/products.lang b/htdocs/langs/fi_FI/products.lang
index d8c06ce88b4..b7b9c98dde6 100644
--- a/htdocs/langs/fi_FI/products.lang
+++ b/htdocs/langs/fi_FI/products.lang
@@ -2,6 +2,7 @@
ProductRef=Tuote nro.
ProductLabel=Tuotenimike
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Tuotteet / Palvelut kortti
diff --git a/htdocs/langs/fi_FI/stripe.lang b/htdocs/langs/fi_FI/stripe.lang
index 4418dc1f5e8..d3845bed9e3 100644
--- a/htdocs/langs/fi_FI/stripe.lang
+++ b/htdocs/langs/fi_FI/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/fi_FI/website.lang b/htdocs/langs/fi_FI/website.lang
index b84581dc8e9..805210f3811 100644
--- a/htdocs/langs/fi_FI/website.lang
+++ b/htdocs/langs/fi_FI/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/fi_FI/withdrawals.lang b/htdocs/langs/fi_FI/withdrawals.lang
index 1c301fffe55..1819f200b56 100644
--- a/htdocs/langs/fi_FI/withdrawals.lang
+++ b/htdocs/langs/fi_FI/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/fr_BE/accountancy.lang b/htdocs/langs/fr_BE/accountancy.lang
index 008ccdab2d7..1071dd5c68b 100644
--- a/htdocs/langs/fr_BE/accountancy.lang
+++ b/htdocs/langs/fr_BE/accountancy.lang
@@ -4,8 +4,6 @@ Processing=Exécution
Lineofinvoice=Lignes de facture
Doctype=Type de document
ErrorDebitCredit=Débit et crédit ne peuvent pas être non-nuls en même temps
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. Blocking error.
TotalMarge=Marge de ventes totale
Selectmodelcsv=Sélectionnez un modèle d'export
Modelcsv_normal=Export classique
-Modelcsv_FEC=Export FEC (Art. L47 A)
diff --git a/htdocs/langs/fr_BE/admin.lang b/htdocs/langs/fr_BE/admin.lang
index 45352a47b83..7d99260c310 100644
--- a/htdocs/langs/fr_BE/admin.lang
+++ b/htdocs/langs/fr_BE/admin.lang
@@ -16,5 +16,9 @@ FormToTestFileUploadForm=Formulaire pour tester l'upload de fichiers (selon la c
IfModuleEnabled=Note: oui ne fonctionne que si le module %s est activé
Module20Name=Propales
Module30Name=Factures
+Module600Name=Notifications on business event
Target=Objectif
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
OperationParamDesc=Define values to use for action, or how to extract values. For example: objproperty1=SET:abc objproperty1=SET:a value with replacement of __objproperty1__ objproperty3=SETIFEMPTY:abc objproperty4=EXTRACT:HEADER:X-Myheaderkey.*[^\\s]+(.*) options_myextrafield=EXTRACT:SUBJECT:([^\\s]*) object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)
Use a ; char as separator to extract or set several properties.
diff --git a/htdocs/langs/fr_BE/withdrawals.lang b/htdocs/langs/fr_BE/withdrawals.lang
index eb336cadcc0..305bdf13d8e 100644
--- a/htdocs/langs/fr_BE/withdrawals.lang
+++ b/htdocs/langs/fr_BE/withdrawals.lang
@@ -1,2 +1,3 @@
# Dolibarr language file - Source file is en_US - withdrawals
StatusTrans=Envoyé
+RUM=Unique Mandate Reference (UMR)
diff --git a/htdocs/langs/fr_CA/accountancy.lang b/htdocs/langs/fr_CA/accountancy.lang
index 64a7ba02334..b509e180e22 100644
--- a/htdocs/langs/fr_CA/accountancy.lang
+++ b/htdocs/langs/fr_CA/accountancy.lang
@@ -81,7 +81,6 @@ FeeAccountNotDefined=Compte pour frais non définis
BankAccountNotDefined=Compte pour banque non défini
NumMvts=Nombre de transactions
AddCompteFromBK=Ajouter des comptes comptables au groupe
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. Blocking error.
TotalVente=Chiffre d'affaires total avant taxes
DescVentilCustomer=Consultez ici la liste des lignes de facture client liées (ou non) à un compte comptable produit
DescVentilDoneCustomer=Consultez ici la liste des lignes clients des factures et leur compte comptable produit
@@ -100,7 +99,6 @@ AccountingJournals=Revues comptables
ShowAccoutingJournal=Afficher le journal comptable
AccountingJournalType9=A-nouveau
ErrorAccountingJournalIsAlreadyUse=Ce journal est déjà utilisé
-Modelcsv_FEC=Export FEC (Art. L47 A)
ChartofaccountsId=Carte comptable Id
InitAccountancy=Compabilité initiale
DefaultBindingDesc=Cette page peut être utilisée pour définir un compte par défaut à utiliser pour lier l'historique des transactions sur les salaires de paiement, le don, les taxes et la TVA lorsque aucun compte comptable spécifique n'a été défini.
diff --git a/htdocs/langs/fr_CA/admin.lang b/htdocs/langs/fr_CA/admin.lang
index 142fd0cec93..69ce614e588 100644
--- a/htdocs/langs/fr_CA/admin.lang
+++ b/htdocs/langs/fr_CA/admin.lang
@@ -24,7 +24,6 @@ AllWidgetsWereEnabled=Tous les widgets disponibles sont activés
MenusDesc=Les gestionnaires de menu définissent le contenu des deux barres de menus (horizontales et verticales).
MenusEditorDesc=L'éditeur de menu vous permet de définir des entrées de menu personnalisées. Utilisez-le soigneusement pour éviter l'instabilité et les entrées de menu inaccessibles en permanence. Certains modules ajoutent des entrées de menu (dans le menu principal principalement). Si vous supprimez certaines de ces entrées par erreur, vous pouvez les restaurer en désactivant et en réactivant le module.
PurgeDeleteLogFile=Supprimer les fichiers journaux, y compris ceux%s définis pour le module Syslog (pas de risque de perte de données)
-PurgeDeleteTemporaryFiles=Supprimez tous les fichiers temporaires (pas de risque de perte de données)
PurgeDeleteTemporaryFilesShort=Supprimer les fichiers temporaires
PurgeNothingToDelete=Pas de répertoire ou de fichiers à supprimer.
PurgeNDirectoriesFailed=Impossible de supprimer %s fichiers ou les répertoires.
@@ -90,6 +89,7 @@ WatermarkOnDraftExpenseReports=Filigrane sur les projets de rapports de dépense
Module0Desc=Gestion des utilisateurs / employés et des groupes
Module42Desc=Installations de journalisation (fichier, syslog, ...). Ces journaux sont à des fins techniques / de débogage.
Module75Name=Notes de frais et déplacements
+Module600Name=Notifications on business event
Module2400Name=Evénements / Agenda
Module2600Name=services API / Web ( serveur SOAP )
Module2600Desc=Active le serveur de Web Services de Dolibarr
@@ -199,7 +199,9 @@ DeleteFiscalYear=Supprimer la période comptable
ConfirmDeleteFiscalYear=Êtes-vous sûr de supprimer cette période comptable?
ShowFiscalYear=Afficher la période comptable
SalariesSetup=Configuration du module salariés
-ListOfNotificationsPerUser=Liste des notifications par utilisateur *
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
ConfFileMustContainCustom=L'installation ou la construction d'un module externe à partir de l'application doit sauvegarder les fichiers du module dans le répertoire %s. Pour que ce répertoire soit traité par Dolibarr, vous devez configurer votre conf / conf.php pour ajouter les 2 lignes de directive: $ dolibarr_main_url_root_alt = '/ custom'; $ dolibarr_main_document_root_alt = '%s / custom';
HighlightLinesOnMouseHover=Mettez en surbrillance les lignes de table lorsque déplacement de la souris passe au-dessus
PressF5AfterChangingThis=Appuyez sur CTRL + F5 sur le clavier ou effacez votre cache de navigateur après avoir changé cette valeur pour l'avoir efficace
diff --git a/htdocs/langs/fr_CA/errors.lang b/htdocs/langs/fr_CA/errors.lang
index 3f76316e170..967bf583d1c 100644
--- a/htdocs/langs/fr_CA/errors.lang
+++ b/htdocs/langs/fr_CA/errors.lang
@@ -57,7 +57,6 @@ ErrorPasswordsMustMatch=Les deux mots de passe dactylographiés doivent correspo
ErrorFileIsInfectedWithAVirus=Le programme antivirus n'a pas pu valider le fichier (le fichier peut être infecté par un virus)
ErrorSpecialCharNotAllowedForField=Les caractères spéciaux ne sont pas autorisés pour le champ "%s"
ErrorNumRefModel=Une référence existe dans la base de données (%s) et n'est pas compatible avec cette règle de numérotation. Supprimez l'enregistrement ou la renommée référence pour activer ce module.
-ErrorModuleSetupNotComplete=La configuration du module semble être inachevée. Allez sur Accueil - Configuration - Modules à compléter.
ErrorBadMaskBadRazMonth=Erreur, mauvaise valeur de réinitialisation
ErrorCounterMustHaveMoreThan3Digits=Le compteur doit avoir plus de 3 chiffres
ErrorProdIdAlreadyExist=%s est affecté à un autre tiers
diff --git a/htdocs/langs/fr_CA/withdrawals.lang b/htdocs/langs/fr_CA/withdrawals.lang
index 722d0dc02df..d8dc0f4bd1a 100644
--- a/htdocs/langs/fr_CA/withdrawals.lang
+++ b/htdocs/langs/fr_CA/withdrawals.lang
@@ -11,17 +11,16 @@ WithdrawalsLines=Lignes de commande de débit direct
RequestStandingOrderToTreat=Demande d'ordonnance de paiement de débit direct à traiter
RequestStandingOrderTreated=Demande d'ordonnance de paiement par prélèvement automatique traitée
NotPossibleForThisStatusOfWithdrawReceiptORLine=Pas encore possible. L'état de retrait doit être défini sur 'crédité' avant de déclarer le rejet sur des lignes spécifiques.
-NbOfInvoiceToWithdrawWithInfo=Nb. De la facture du client avec des ordres de paiement de débit direct ayant des informations définies sur le compte bancaire
InvoiceWaitingWithdraw=Facture en attente de débit direct
AmountToWithdraw=Montant à retirer
WithdrawsRefused=Débit direct refusé
NoInvoiceToWithdraw=Aucune facture de client avec Open 'Demandes de débit direct' est en attente. Allez sur l'onglet '%s' sur la carte de facture pour faire une demande.
+WithdrawalsSetup=Configuration du paiement par débit direct
WithdrawStatistics=Statistiques de paiement par débit direct
WithdrawRejectStatistics=Statistiques de rejet de paiement par débit direct
LastWithdrawalReceipt=Derniers %s reçus de débit direct
MakeWithdrawRequest=Faire une demande de paiement par prélèvement automatique
WithdrawRequestsDone=%s demandes de paiement par prélèvement automatique enregistrées
-ThirdPartyBankCode=Code bancaire tiers
ClassCreditedConfirm=Êtes-vous sûr de vouloir classer ce reçu de retrait comme crédité sur votre compte bancaire?
WithdrawalRefused=Retrait refusée
WithdrawalRefusedConfirm=Êtes-vous sûr de vouloir introduire un rejet de retrait pour la société?
@@ -38,7 +37,6 @@ StatusMotif0=Non spécifié
StatusMotif1=Fonds insuffisants
StatusMotif2=Demande contestée
StatusMotif3=Aucune ordonnance de paiement par prélèvement automatique
-StatusMotif4=Commande du client
StatusMotif5=RIB inutilisable
StatusMotif6=Compte sans solde
StatusMotif8=Autre raison
@@ -49,15 +47,13 @@ NotifyCredit=Crédit de retrait
NumeroNationalEmetter=Numéro national de l'émetteur
WithBankUsingRIB=Pour les comptes bancaires utilisant RIB
WithBankUsingBANBIC=Pour les comptes bancaires utilisant IBAN / BIC / SWIFT
-BankToReceiveWithdraw=Compte bancaire pour recevoir des débits directs
CreditDate=Crédit sur
WithdrawalFileNotCapable=Impossible de générer un fichier de retrait de retrait pour votre pays %s (Votre pays n'est pas pris en charge)
-ShowWithdraw=Afficher le retrait
-IfInvoiceNeedOnWithdrawPaymentWontBeClosed=Toutefois, si la facture a au moins un paiement de retrait non encore traité, elle ne sera pas définie comme payée pour permettre la gestion préalable du retrait.
DoStandingOrdersBeforePayments=Cet onglet vous permet de demander une commande de paiement par prélèvement automatique. Une fois terminé, accédez au menu Banque-> Ordres de débit direct pour gérer l'ordre de paiement de débit direct. Lorsque la commande de paiement est fermée, le paiement sur facture sera automatiquement enregistré et la facture sera fermée si le solde à payer est nul.
WithdrawalFile=Fichier de retrait
SetToStatusSent=Définir le statut "Fichier envoyé"
StatisticsByLineStatus=Statistiques par état des lignes
+RUM=Unique Mandate Reference (UMR)
RUMLong=Référence de mandat unique
WithdrawMode=Mode de débit direct (FRST ou RECUR)
WithdrawRequestAmount=Montant de la demande de débit direct:
@@ -66,11 +62,9 @@ SepaMandate=Mandat de débit direct SEPA
PleaseReturnMandate=Veuillez renvoyer ce formulaire de mandat par courrier électronique à %s ou par courrier à
SEPALegalText=En signant ce formulaire de mandat, vous autorisez (A) %s à envoyer des instructions à votre banque pour débiter votre compte et (B) votre banque pour débiter votre compte conformément aux instructions de %s. Dans le cadre de vos droits, vous avez droit à un remboursement de votre banque selon les termes et conditions de votre contrat avec votre banque. Un remboursement doit être demandé dans les 8 semaines à partir de la date à laquelle votre compte a été débité. Vos droits concernant le mandat ci-dessus sont expliqués dans un état que vous pouvez obtenir auprès de votre banque.
CreditorIdentifier=Identificateur du créancier
-CreditorName=Nom du créancier
SEPAFillForm=(B) Veuillez compléter tous les champs marqués *
SEPAFormYourBAN=Votre nom de compte bancaire (IBAN)
SEPAFormYourBIC=Votre code d'identification de banque (BIC)
-ModeRECUR=Paiement récurrent
ModeFRST=Paiement unique
PleaseCheckOne=Veuillez cocher un seul
InfoCreditSubject=Paiement de l'ordre de paiement de débit direct %s par la banque
diff --git a/htdocs/langs/fr_FR/accountancy.lang b/htdocs/langs/fr_FR/accountancy.lang
index ae89a4e57ae..5e098dd5e05 100644
--- a/htdocs/langs/fr_FR/accountancy.lang
+++ b/htdocs/langs/fr_FR/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Compte de résultat (perte)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal de fermeture
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Compte comptable de transfert transitoire bancaire
+TransitionalAccount=Compte transitoire de virement bancaire
ACCOUNTING_ACCOUNT_SUSPENSE=Compte comptable d'attente
DONATION_ACCOUNTINGACCOUNT=Compte comptable pour l'enregistrement des dons
@@ -216,7 +217,7 @@ DescThirdPartyReport=Consultez ici la liste des tiers clients et fournisseurs et
ListAccounts=Liste des comptes comptables
UnknownAccountForThirdparty=Compte de tiers inconnu. %s sera utilisé
UnknownAccountForThirdpartyBlocking=Compte de tiers inconnu. Erreur bloquante.
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. We will use %s
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Code comptable du tiers non défini ou tiers inconnu. On utilisera %s.
ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Compte tiers non défini ou inconnu. Erreur bloquante.
UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Compte tiers inconnu et compte d'attente non défini. Erreur blocante.
PaymentsNotLinkedToProduct=Paiement non lié à un produit / service
@@ -245,7 +246,7 @@ ValidateHistory=Lier automatiquement
AutomaticBindingDone=Liaison automatique faite
ErrorAccountancyCodeIsAlreadyUse=Erreur, vous ne pouvez pas détruire de compte comptable car il est utilisé
-MvtNotCorrectlyBalanced=Mouvement non équilibré. Débit = %s| Crébit = %s
+MvtNotCorrectlyBalanced=Mouvement non équilibré. Débit = %s| Crédit = %s
Balancing=Équilibrage
FicheVentilation=Fiche lien
GeneralLedgerIsWritten=Les transactions sont enregistrées dans le grand livre
@@ -264,7 +265,7 @@ AccountingJournals=Journaux comptables
AccountingJournal=Journal comptable
NewAccountingJournal=Nouveau journal comptable
ShowAccoutingJournal=Afficher le journal
-Nature=Nature
+NatureOfJournal=Nature du journal
AccountingJournalType1=Opérations diverses
AccountingJournalType2=Ventes
AccountingJournalType3=Achats
@@ -290,17 +291,19 @@ Modelcsv_quadratus=Export vers Quadratus QuadraCompta
Modelcsv_ebp=Export vers EBP
Modelcsv_cogilog=Export vers Cogilog
Modelcsv_agiris=Export vers Agiris
+Modelcsv_LDCompta=Export pour LD Compta (v9 et supérieur) (Test)
Modelcsv_openconcerto=Export pour OpenConcerto (Test)
Modelcsv_configurable=Export configurable
Modelcsv_FEC=Export FEC
Modelcsv_Sage50_Swiss=Export pour Sage 50 Suisse
+Modelcsv_charlemagne=Export vers Charlemagne
ChartofaccountsId=Id plan comptable
## Tools - Init accounting account on product / service
InitAccountancy=Initialisation comptabilité
InitAccountancyDesc=Cette page peut être utilisée pour initialiser un compte comptable sur les produits et services qui ne disposent pas de compte comptable défini pour les ventes et les achats.
DefaultBindingDesc=Cette page peut être utilisée pour définir un compte par défaut à utiliser pour la ventilation des transactions sur le paiement des salaires, les dons, les charges sociales et fiscales et la TVA lorsqu'aucun compte spécifique n'a été défini.
-DefaultClosureDesc=Cette page peut être utilisée pour définir les paramètres pour clore un bilan.
+DefaultClosureDesc=Cette page peut être utilisée pour définir les paramètres pour une cloture comptable.
Options=Options
OptionModeProductSell=Mode ventes
OptionModeProductSellIntra=Mode ventes exportées dans la CEE
@@ -317,9 +320,9 @@ WithoutValidAccount=Sans compte dédié valide
WithValidAccount=Avec un compte dédié valide
ValueNotIntoChartOfAccount=Cette valeur de compte comptable n'existe pas dans le plan comptable
AccountRemovedFromGroup=Compte supprimé du groupe
-SaleLocal=Local sale
-SaleExport=Export sale
-SaleEEC=Sale in EEC
+SaleLocal=Vente locale
+SaleExport=Vente export
+SaleEEC=Vente dans la CEE
## Dictionary
Range=Plage de comptes
@@ -340,7 +343,7 @@ UseMenuToSetBindindManualy=Lignes non encore liées, utilisez le menu $db, $conf, $langs, $mysoc, $user, $object. ATTENTION : Seulement quelques propriétés de l'objet $object pourraient être disponibles. Si vous avez besoin de propriétés non chargées, créez vous même une instance de l'objet dans votre formule, comme dans le deuxième exemple. Utiliser un champs calculé signifie que vous ne pouvez pas entrer vous même toute valeur à partir de l'interface. Aussi, s'il y a une erreur de syntaxe, la formule pourrait ne rien retourner.
#mycssselector, input.myclass: survol {...} doit être .bodywebsite #mycssselector, .bodywebsite input.myclass: hover {...}
Remarque: Si vous avez un fichier volumineux sans ce préfixe, vous pouvez utiliser 'lessc' pour le convertir afin d'ajouter le préfixe .bodywebsite partout.
+LinkAndScriptsHereAreNotLoadedInEditor=Avertissement: Ce contenu est affiché uniquement lorsque le site est accessible depuis un serveur. Il n'est pas utilisé en mode édition. Par conséquent, si vous devez charger des fichiers javascript également en mode édition, ajoutez simplement la balise 'script src=...' dans la page.
+Dynamiccontent=Exemple de page à contenu dynamique
+ImportSite=Importer modèle de site web
diff --git a/htdocs/langs/fr_FR/withdrawals.lang b/htdocs/langs/fr_FR/withdrawals.lang
index d3ee922f75a..468cdd8b9f3 100644
--- a/htdocs/langs/fr_FR/withdrawals.lang
+++ b/htdocs/langs/fr_FR/withdrawals.lang
@@ -69,14 +69,15 @@ WithBankUsingBANBIC=Pour les comptes bancaires utilisant le code BAN/BIC/SWIFT
BankToReceiveWithdraw=Compte bancaire pour recevoir les prélèvements
CreditDate=Crédité le
WithdrawalFileNotCapable=Impossible de générer le fichier de reçu des prélèvement pour votre pays %s (Votre pays n'est pas supporté)
-ShowWithdraw=Show Direct Debit Order
-IfInvoiceNeedOnWithdrawPaymentWontBeClosed=However, if invoice has at least one direct debit payment order not yet processed, it won't be set as paid to allow prior withdrawal management.
+ShowWithdraw=Afficher ordre de prélèvement
+IfInvoiceNeedOnWithdrawPaymentWontBeClosed=Toutefois, si la facture a au moins une demande de prélèvement non traité, elle ne sera pas classée payée afin de permettre le prélèvement d'abord.
DoStandingOrdersBeforePayments=Cet onglet vous permet de demander un prélèvement. Une fois la demande faite, allez dans le menu Banque->Prélèvement pour gérer l'ordre de prélèvement. Lorsque l'ordre de paiement est fermé, le paiement sur la facture sera automatiquement enregistrée, et la facture fermée si le reste à payer est nul.
WithdrawalFile=Fichier de prélèvement
SetToStatusSent=Mettre au statut "Fichier envoyé"
ThisWillAlsoAddPaymentOnInvoice=Cette action enregistrera les règlements des factures et les classera au statut "Payé" si le solde est nul
StatisticsByLineStatus=Statistiques par statut des lignes
-RUM=RUM
+RUM=Référence de Mandat Unique (RUM)
+DateRUM=Date de signature du mandat
RUMLong=Référence Unique de Mandat
RUMWillBeGenerated=Si vide, le numéro de RUM sera généré une fois les informations de compte bancaire enregistrées
WithdrawMode=Mode de prélévement (FRST ou RECUR)
diff --git a/htdocs/langs/he_IL/accountancy.lang b/htdocs/langs/he_IL/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/he_IL/accountancy.lang
+++ b/htdocs/langs/he_IL/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/he_IL/admin.lang b/htdocs/langs/he_IL/admin.lang
index 168e49e5d72..8de440a7812 100644
--- a/htdocs/langs/he_IL/admin.lang
+++ b/htdocs/langs/he_IL/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=הודעות
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=יצירה / שינוי שירותים
Permission534=מחק את השירותים
Permission536=ראה / ניהול שירותים נסתרים
Permission538=יצוא שירותים
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=לקרוא תרומות
Permission702=צור / לשנות תרומות
Permission703=מחק תרומות
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=אזהרה, על כמה מערכות לינוקס, לשלוח דוא"ל הדוא"ל שלך, הגדרת sendmail ביצוע חובה conatins אפשרות-BA (mail.force_extra_parameters פרמטר לקובץ php.ini שלך). אם מקבלי כמה לא לקבל הודעות דוא"ל, מנסה לערוך פרמטר זה PHP עם mail.force_extra_parameters =-BA).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/he_IL/bills.lang b/htdocs/langs/he_IL/bills.lang
index 073dfd7d215..2ee05e17cfe 100644
--- a/htdocs/langs/he_IL/bills.lang
+++ b/htdocs/langs/he_IL/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=כתב זכויות
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/he_IL/companies.lang b/htdocs/langs/he_IL/companies.lang
index a2a3da50aa6..e7677c858d7 100644
--- a/htdocs/langs/he_IL/companies.lang
+++ b/htdocs/langs/he_IL/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/he_IL/errors.lang b/htdocs/langs/he_IL/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/he_IL/errors.lang
+++ b/htdocs/langs/he_IL/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/he_IL/main.lang b/htdocs/langs/he_IL/main.lang
index 8fe7834c2d0..c62afca2efb 100644
--- a/htdocs/langs/he_IL/main.lang
+++ b/htdocs/langs/he_IL/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/he_IL/other.lang b/htdocs/langs/he_IL/other.lang
index 5f07aac3436..ff970b34c23 100644
--- a/htdocs/langs/he_IL/other.lang
+++ b/htdocs/langs/he_IL/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/he_IL/products.lang b/htdocs/langs/he_IL/products.lang
index 304814e958e..b6228d61aea 100644
--- a/htdocs/langs/he_IL/products.lang
+++ b/htdocs/langs/he_IL/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/he_IL/stripe.lang b/htdocs/langs/he_IL/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/he_IL/stripe.lang
+++ b/htdocs/langs/he_IL/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/he_IL/website.lang b/htdocs/langs/he_IL/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/he_IL/website.lang
+++ b/htdocs/langs/he_IL/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/he_IL/withdrawals.lang b/htdocs/langs/he_IL/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/he_IL/withdrawals.lang
+++ b/htdocs/langs/he_IL/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/hr_HR/accountancy.lang b/htdocs/langs/hr_HR/accountancy.lang
index 93dd454abfc..841716ba364 100644
--- a/htdocs/langs/hr_HR/accountancy.lang
+++ b/htdocs/langs/hr_HR/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Vrsta
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Prodaja
AccountingJournalType3=Nabava
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Inicijalizacija računovodstva
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opcije
OptionModeProductSell=Načini prodaje
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/hr_HR/admin.lang b/htdocs/langs/hr_HR/admin.lang
index bf0af08078e..03b8897ad05 100644
--- a/htdocs/langs/hr_HR/admin.lang
+++ b/htdocs/langs/hr_HR/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Poveži s objektom
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Biblioteka korištena za kreiranje PDF-a
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -505,7 +508,7 @@ Module22Name=Mass Emailings
Module22Desc=Manage bulk emailing
Module23Name=Energija
Module23Desc=Praćenje potrošnje energije
-Module25Name=Sales Orders
+Module25Name=Narudžbe kupaca
Module25Desc=Sales order management
Module30Name=Računi
Module30Desc=Management of invoices and credit notes for customers. Management of invoices and credit notes for suppliers
@@ -571,7 +574,7 @@ Module510Name=Plaće
Module510Desc=Record and track employee payments
Module520Name=Krediti
Module520Desc=Upravljanje kreditima
-Module600Name=Obavijesti
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -587,7 +590,7 @@ Module1200Desc=Integracija Mantisa
Module1520Name=Generiranje dokumenta
Module1520Desc=Mass email document generation
Module1780Name=Kategorije
-Module1780Desc=Kreiraj kategoriju (proizvodi, kupci, dobavljači, kontakti ili članovi)
+Module1780Desc=Izradi oznake/skupinu (proizvodi, kupci, dobavljači, kontakti ili članovi)
Module2000Name=WYSIWYG editor
Module2000Desc=Allow text fields to be edited/formatted using CKEditor (html)
Module2200Name=Dinamičke cijene
@@ -650,21 +653,21 @@ Module62000Desc=Add features to manage Incoterms
Module63000Name=Sredstva
Module63000Desc=Manage resources (printers, cars, rooms, ...) for allocating to events
Permission11=Čitaj račune kupca
-Permission12=Kreiraj/promjeni račune kupca
+Permission12=Izradi/promjeni račune kupca
Permission13=Ne ovjeravaj račun kupca
Permission14=Ovjeri račun kupca
Permission15=Pošalji račun kupca e-poštom
-Permission16=Kreiraj plaćanje za račune kupca
+Permission16=Izradi plaćanje za račune kupca
Permission19=Obriši račun kupca
Permission21=Pročitaj ponude
-Permission22=Kreiraj/izmjeni ponudu
+Permission22=Izradi/izmjeni ponudu
Permission24=Ovjeri ponudu
Permission25=Pošalji ponudu
Permission26=Zatvori ponudu
Permission27=Obriši ponudu
Permission28=Izvezi ponude
Permission31=Čitaj proizvode
-Permission32=Kreiraj/izmjeni proizvod
+Permission32=Izradi/izmjeni proizvod
Permission34=Obriši proizvod
Permission36=Pregled/upravljanje skrivenim proizvodima
Permission38=izvoz proizvoda
@@ -673,16 +676,16 @@ Permission42=Create/modify projects (shared project and projects I'm contact for
Permission44=Delete projects (shared project and projects I'm contact for)
Permission45=Izvezi projekte
Permission61=Čitaj intervencije
-Permission62=Kreiraj/promjeni intervencije
+Permission62=Izradi/promjeni intervencije
Permission64=Obriši intervencije
Permission67=Izvezi intervencije
Permission71=Čitaj članove
-Permission72=Kreiraj/izmjeni članove
+Permission72=Izradi/izmjeni članove
Permission74=Obriši članove
-Permission75=Podešavanje tipova članarine
+Permission75=Podešavanje vrsta članarine
Permission76=Izvoz podataka
Permission78=Čitaj pretplate
-Permission79=Kreiraj/izmjeni pretplate
+Permission79=Izradi/izmjeni pretplate
Permission81=Čitaj narudžbe kupca
Permission82=Izradi/izmjeni narudžbe kupaca
Permission84=Ovjeri narudžbu kupca
@@ -691,24 +694,24 @@ Permission87=Zatvori narudžbu kupca
Permission88=Otkaži potvrdu
Permission89=Obriši narudžbe kupaca
Permission91=Čitaj društvene ili fiskalne poreze i PDV
-Permission92=Kreiraj/izmjeni društvene ili fiskalne poreze i PDV
+Permission92=Izradi/izmjeni društvene ili fiskalne poreze i PDV
Permission93=Obriši društvene ili fiskalne poreze i PDV
Permission94=Izvezi društvene ili fiskalne poreze
Permission95=Čitaj izvještaje
Permission101=Čitaj slanja
-Permission102=Kreiraj/izmjeni slanja
+Permission102=Izradi/izmjeni slanja
Permission104=Ovjeri slanja
Permission106=Izvezi slanja
Permission109=Obriši slanja
Permission111=Čitanje financijskih računa
-Permission112=Kreiraj/izmjeni/obriši i usporedi transakcije
+Permission112=Izradi/izmjeni/obriši i usporedi transakcije
Permission113=Podešavanje financijskih računa (kreiranje, upravljanje kategorijama)
Permission114=Reconcile transactions
Permission115=Izvoz transakcija i izvodi
Permission116=Prijenos između računa
Permission117=Manage checks dispatching
Permission121=Čitaj veze komitenata s korisnicima
-Permission122=Kreiraj/izmjeni komitente povezane s korisnicima
+Permission122=Izradi/izmjeni komitente povezane s korisnicima
Permission125=Obriši komitente povezane s korisnicima
Permission126=Izvezi komitente
Permission141=Read all projects and tasks (also private projects for which I am not a contact)
@@ -721,13 +724,13 @@ Permission152=Create/modify a direct debit payment orders
Permission153=Send/Transmit direct debit payment orders
Permission154=Record Credits/Rejections of direct debit payment orders
Permission161=Čitaj ugovore/pretplate
-Permission162=Kreiraj/izmjeni ugovore/pretplate
+Permission162=Izradi/izmjeni ugovore/pretplate
Permission163=Aktiviraj uslugu/pretplatu ugovora
Permission164=Deaktiviraj uslugu/pretplatu ugovora
Permission165=Obriši ugovore/pretplate
Permission167=Izvezi ugovore
Permission171=Čitaj putne naloge i troškove (vaši i vaših podređenih)
-Permission172=Kreiraj/izmjeni putne naloge i troškove
+Permission172=Izradi/izmjeni putne naloge i troškove
Permission173=Obriši putne naloge i troškove
Permission174=Čitaj sve putne naloge i troškove
Permission178=Izvezi putne naloge i troškove
@@ -740,10 +743,10 @@ Permission185=Order or cancel purchase orders
Permission186=Receive purchase orders
Permission187=Close purchase orders
Permission188=Cancel purchase orders
-Permission192=Kreiraj stavke
+Permission192=Izradi stavke
Permission193=Otkaži stavke
Permission194=Read the bandwidth lines
-Permission202=Kreiraj ADSL sapajanje
+Permission202=Izradi ADSL sapajanje
Permission203=Naruči narudžbe spajanja
Permission204=Narudžba spajanja
Permission205=Upravljanje spajanjima
@@ -754,22 +757,22 @@ Permission213=Aktiviraj liniju
Permission214=Postavke telefonije
Permission215=Postavke pružatelja
Permission221=Čitaj korespodenciju
-Permission222=Kreiraj/izmjeni korespodenciju (teme, primatelji...)
+Permission222=Izradi/izmjeni korespodenciju (teme, primatelji...)
Permission223=Ovjeri korespodenciju (omogućuje slanje)
Permission229=Obriši korespodenciju
Permission237=Pregled primatelja i informacije
Permission238=Ručno slanje korespodencije
Permission239=Obriši korespodenciju nakon ovjere ili slanja
Permission241=Čitaj kategorije
-Permission242=Kreiraj/izmjeni kategorije
+Permission242=Izradi/izmjeni kategorije
Permission243=Obriši kategorije
Permission244=Vidi sadržaj skrivenih kategorija
Permission251=Čitaj ostale korisnike i grupe
PermissionAdvanced251=Čitaj ostale korisnike
Permission252=Čitaj dozvole ostalih korisnika
Permission253=Create/modify other users, groups and permissions
-PermissionAdvanced253=Kreiraj/izmjeni interne/vanjske korisnike i dozvole
-Permission254=Kreiraj/izmjeni samo vanjske korisnike
+PermissionAdvanced253=Izradi/izmjeni interne/vanjske korisnike i dozvole
+Permission254=Izradi/izmjeni samo vanjske korisnike
Permission255=Izmjeni lozinku ostalih korisnika
Permission256=Obriši ili isključi ostale korisnike
Permission262=Extend access to all third parties (not only third parties for which that user is a sale representative). Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.). Not effective for projects (only rules on project permissions, visibility and assignment matters).
@@ -777,7 +780,7 @@ Permission271=Čitaj CA
Permission272=Čitaj račune
Permission273=Izdaj račun
Permission281=Čitaj kontakte
-Permission282=Kreiraj/izmjeni kontakte
+Permission282=Izradi/izmjeni kontakte
Permission283=Obriši kontakte
Permission286=Izvezi kontakte
Permission291=Čitaj tarife
@@ -789,19 +792,19 @@ Permission302=Delete barcodes
Permission311=Čitaj usluge
Permission312=Dodavanje usluge/pretplate ugovoru
Permission331=Čitaj zabilješke
-Permission332=Kreiraj/izmjeni zabilješke
+Permission332=Izradi/izmjeni zabilješke
Permission333=Obriši zabilješke
Permission341=Čitaj svoje dozvole
-Permission342=Kreiraj/izmjeni svoje korisničke informacije
+Permission342=Izradi/izmjeni svoje korisničke informacije
Permission343=Izmjeni svoju lozinku
Permission344=Izmjeni svoje dozvole
Permission351=Čitaj grupe
Permission352=Čitaj dozvole grupa
-Permission353=Kreiraj/izmjeni grupe
+Permission353=Izradi/izmjeni grupe
Permission354=Obriši ili iskljući grupe
Permission358=Izvezi korisnike
Permission401=Čitaj popuste
-Permission402=Kreiraj/izmjeni popuste
+Permission402=Izradi/izmjeni popuste
Permission403=Ovjeri popuste
Permission404=Obriši popuste
Permission430=Use Debug Bar
@@ -810,35 +813,35 @@ Permission512=Create/modify payments of salaries
Permission514=Delete payments of salaries
Permission517=Izvoz plaća
Permission520=Čitaj kredite
-Permission522=Kreiraj/izmjeni kredite
+Permission522=Izradi/izmjeni kredite
Permission524=Obriši kredite
Permission525=Pristup kreditnom kalkulatoru
Permission527=Izvoz kredita
Permission531=Čitaj usluge
-Permission532=Kreiraj/izmjeni usluge
+Permission532=Izradi/izmjeni usluge
Permission534=Obriši usluge
Permission536=Vidi/upravljaj skrivenim uslugama
Permission538=Izvezi usluge
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Čitaj donacije
-Permission702=Kreiraj/izmjeni donacije
+Permission702=Izradi/izmjeni donacije
Permission703=Obriši donacije
Permission771=Čitaj izvještaje troška (vaši i vaših podređenih)
-Permission772=Kreiraj/izmjeni izvještaje troška
+Permission772=Izradi/izmjeni izvještaje troška
Permission773=Obriši izvještaje troška
Permission774=Čitaj sve izvještaje troška (čak i svoje i podređenih)
Permission775=Odobri izvještaje trška
Permission776=Isplati izvještaje troška
Permission779=Izvezi izvještaje troška
Permission1001=Čitaj zalihe
-Permission1002=Kreiraj/izmjeni skladišta
+Permission1002=Izradi/izmjeni skladišta
Permission1003=Obriši skladišta
Permission1004=Čitaj kretanja zaliha
-Permission1005=Kreiraj/izmjeni kretanja zaliha
+Permission1005=Izradi/izmjeni kretanja zaliha
Permission1101=Čitaj naloge isporuka
-Permission1102=Kreiraj/izmjeni naloge isporuka
+Permission1102=Izradi/izmjeni naloge isporuka
Permission1104=Ovjeri naloge isporuka
Permission1109=Obriši naloge isporuka
Permission1121=Read supplier proposals
@@ -857,7 +860,7 @@ Permission1187=Acknowledge receipt of purchase orders
Permission1188=Delete purchase orders
Permission1190=Approve (second approval) purchase orders
Permission1201=Primi rezultat izvoza
-Permission1202=Kreiraj/izmjeni izvoz
+Permission1202=Izradi/izmjeni izvoz
Permission1231=Read vendor invoices
Permission1232=Create/modify vendor invoices
Permission1233=Validate vendor invoices
@@ -870,10 +873,10 @@ Permission1321=Izvezi račune kupaca, atribute i plačanja
Permission1322=Reopen a paid bill
Permission1421=Export sales orders and attributes
Permission2401=Čitaj akcije (događaje ili zadatke) povezanih s njegovim računom
-Permission2402=Kreiraj/izmjeni akcije (događaje ili zadatke) povezanih s njegovim računom
+Permission2402=Izradi/izmjeni akcije (događaje ili zadatke) povezanih s njegovim računom
Permission2403=Obriši akcije (događaje ili zadatke) povezanih s njegovim računom
Permission2411=Čitaj akcije (događaje ili zadatke) ostalih
-Permission2412=Kreiraj/izmjeni akcije (događaje ili zadatke) ostalih
+Permission2412=Izradi/izmjeni akcije (događaje ili zadatke) ostalih
Permission2413=Obriši akcije (događaje ili zadatke) ostalih
Permission2414=Izvezi ostale akcije/zadatke
Permission2501=Čitaj/Skini dokumente
@@ -898,7 +901,7 @@ Permission20004=Read all leave requests (even of user not subordinates)
Permission20005=Create/modify leave requests for everybody (even of user not subordinates)
Permission20006=Admin zahtjevi odsutnosti ( podešavanje i saldo )
Permission23001=Pročitaj planirani posao
-Permission23002=Kreiraj/izmjeni Planirani posao
+Permission23002=Izradi/izmjeni Planirani posao
Permission23003=Obriši planirani posao
Permission23004=Izvrši planirani posao
Permission50101=Use Point of Sale
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -919,15 +922,15 @@ Permission51003=Delete assets
Permission51005=Setup types of asset
Permission54001=Ispis
Permission55001=Čitaj ankete
-Permission55002=Kreiraj/izmjeni ankete
+Permission55002=Izradi/izmjeni ankete
Permission59001=Pročitaj komercijalne marže
Permission59002=Postavi komercijalne marže
Permission59003=Čitaj marže svakog korisnika
Permission63001=Čitaj sredstva
-Permission63002=Kreiraj/izmjeni sredstva
+Permission63002=Izradi/izmjeni sredstva
Permission63003=Obriši sredstva
Permission63004=Poveži sredstava sa događajima agende
-DictionaryCompanyType=Third-party types
+DictionaryCompanyType=Vrste trećih osoba
DictionaryCompanyJuridicalType=Third-party legal entities
DictionaryProspectLevel=Potencijalni kupac
DictionaryCanton=States/Provinces
@@ -939,7 +942,7 @@ DictionaryActions=Tipovi događaja agende
DictionarySocialContributions=Types of social or fiscal taxes
DictionaryVAT=Stope PDV-a ili stope prodajnih poreza
DictionaryRevenueStamp=Amount of tax stamps
-DictionaryPaymentConditions=Payment Terms
+DictionaryPaymentConditions=Rok plaćanja
DictionaryPaymentModes=Payment Modes
DictionaryTypeContact=Tipovi Kontakata/adresa
DictionaryTypeOfContainer=Website - Type of website pages/containers
@@ -978,13 +981,13 @@ LTRate=Stopa
LocalTax1IsNotUsed=Nemoj koristit drugi porez
LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
-LocalTax1Management=Tip drugog poreza
+LocalTax1Management=Vrsta drugog poreza
LocalTax1IsUsedExample=
LocalTax1IsNotUsedExample=
LocalTax2IsNotUsed=Nemoj koristiti treći porez
LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
-LocalTax2Management=Tip trećeg poreza
+LocalTax2Management=Vrsta trećeg poreza
LocalTax2IsUsedExample=
LocalTax2IsNotUsedExample=
LocalTax1ManagementES=Upravljenje RE
@@ -1035,7 +1038,7 @@ Tables=Tabele
TableName=Naziv tabele
NbOfRecord=No. of records
Host=Server
-DriverType=Tip upr. programa
+DriverType=Vrsta upr. programa
SummarySystem=Sažetak informacija o sistemu
SummaryConst=Popis svih Dolibarr parametara podešavanja
MenuCompanySetup=Tvrtka/Organizacija
@@ -1183,13 +1186,14 @@ ExtraFieldsSupplierInvoicesLines=Dodatni atributi (stavke računa)
ExtraFieldsThirdParties=Complementary attributes (third party)
ExtraFieldsContacts=Complementary attributes (contacts/address)
ExtraFieldsMember=Dodatni atributi (član)
-ExtraFieldsMemberType=Dodatni atributi (tip člana)
+ExtraFieldsMemberType=Dodatni atributi (vrsta člana)
ExtraFieldsCustomerInvoices=Dodatni atributi (računi)
ExtraFieldsCustomerInvoicesRec=Complementary attributes (templates invoices)
ExtraFieldsSupplierOrders=Dodatni atributi (narudžbe)
ExtraFieldsSupplierInvoices=Dodatni atributi (računi)
ExtraFieldsProject=Dodatni atributi (projekti)
ExtraFieldsProjectTask=Dodatni atributi (zadaci)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Atribut %s ima krivu vrijednost.
AlphaNumOnlyLowerCharsAndNoSpace=samo alfanumerički i mala slova bez razmaka
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Stanje je trenutno %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Optimizacija pretrage
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1495,8 +1500,8 @@ MergePropalProductCard=Activate in product/service Attached Files tab an option
ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
-SetDefaultBarcodeTypeProducts=Zadani tip barkoda za korištenje kod proizvoda
-SetDefaultBarcodeTypeThirdParties=Zadani tip barkoda za korištenje kod komitenta
+SetDefaultBarcodeTypeProducts=Zadana vrsta barkoda za korištenje kod proizvoda
+SetDefaultBarcodeTypeThirdParties=Zadana vrsta barkoda za korištenje kod komitenta
UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
ProductCodeChecker= Module for product code generation and checking (product or service)
ProductOtherConf= Konfiguracija Proizvoda / Usluga
@@ -1519,7 +1524,7 @@ DonationsReceiptModel=Predložak za donacijsku primku
##### Barcode #####
BarcodeSetup=Podešavanje barkoda
PaperFormatModule=Modul formata ispisa
-BarcodeEncodeModule=Tip dekodiranja barkoda
+BarcodeEncodeModule=Vrsta dekodiranja barkoda
CodeBarGenerator=Generator barkoda
ChooseABarCode=Generator nije definiran
FormatNotSupportedByGenerator=Format nije podržan ovim generatora
@@ -1587,7 +1592,7 @@ HideUnauthorizedMenu= Sakrij neautorizirane izbornike (sivo)
DetailId=ID Izbornika
DetailMenuHandler=Nosioc izbornika gdje da se prikaže novi izbornik
DetailMenuModule=Naziv modula ako stavka izbornika dolazi iz modula
-DetailType=Tip izbornika (gore ili lijevi)
+DetailType=Vrsta izbornika (gore ili lijevi)
DetailTitre=Oznaka izbornika ili oznaka koda za prijevod
DetailUrl=URL where menu send you (Absolute URL link or external link with http://)
DetailEnabled=Uvjet za prikaz stavke ili ne
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Popis obavijesti po korisniku *
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Najviše dopušteno
@@ -1768,7 +1773,7 @@ RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some s
UrlTrackingDesc=If the provider or transport service offers a page or web site to check the status of your shipments, you may enter it here. You can use the key {TRACKID} in the URL parameters so the system will replace it with the tracking number the user entered into the shipment card.
OpportunityPercent=When you create a lead, you will define an estimated amount of project/lead. According to status of the lead, this amount may be multiplied by this rate to evaluate a total amount all your leads may generate. Value is a percentage (between 0 and 100).
TemplateForElement=This template record is dedicated to which element
-TypeOfTemplate=Tip predloška
+TypeOfTemplate=Vrsta predloška
TemplateIsVisibleByOwnerOnly=Template is visible to owner only
VisibleEverywhere=Visible everywhere
VisibleNowhere=Visible nowhere
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/hr_HR/agenda.lang b/htdocs/langs/hr_HR/agenda.lang
index 6192a20c6aa..645ac6c0003 100644
--- a/htdocs/langs/hr_HR/agenda.lang
+++ b/htdocs/langs/hr_HR/agenda.lang
@@ -125,9 +125,9 @@ ExtSiteUrlAgenda=URL za pristup .ical datoteki
ExtSiteNoLabel=Bez opisa
VisibleTimeRange=Vidljivi vremenski raspon
VisibleDaysRange=Vidljivi dnevni raspon
-AddEvent=Kreiraj događaj
+AddEvent=Izradi događaj
MyAvailability=Moja dostupnost
-ActionType=Tip događaja
+ActionType=Vrsta događaja
DateActionBegin=Datum početka događaja
ConfirmCloneEvent=Are you sure you want to clone the event %s?
RepeatEvent=Ponovi događaj
diff --git a/htdocs/langs/hr_HR/banks.lang b/htdocs/langs/hr_HR/banks.lang
index 8c6708b063c..25dc19fe6c8 100644
--- a/htdocs/langs/hr_HR/banks.lang
+++ b/htdocs/langs/hr_HR/banks.lang
@@ -1,6 +1,6 @@
# Dolibarr language file - Source file is en_US - banks
Bank=Banka
-MenuBankCash=Banks | Cash
+MenuBankCash=Banke | Gotovina
MenuVariousPayment=Miscellaneous payments
MenuNewVariousPayment=New Miscellaneous payment
BankName=Ime banke
@@ -47,13 +47,13 @@ BankAccountCountry=Država računa
BankAccountOwner=Naziv vlasnika računa
BankAccountOwnerAddress=Adresa vlasinka računa
RIBControlError=Integrity check of values failed. This means the information for this account number is not complete or is incorrect (check country, numbers and IBAN).
-CreateAccount=Kreiraj račun
+CreateAccount=Izradi račun
NewBankAccount=Novi račun
NewFinancialAccount=Novi financijski račun
MenuNewFinancialAccount=Novi financijski račun
EditFinancialAccount=Uredi račun
LabelBankCashAccount=Oznaka za banku ili gotovinu
-AccountType=Tip računa
+AccountType=Vrsta računa
BankType0=Štedni račun
BankType1=Tekući račun ili kreditna kartica
BankType2=Gotovinski račun
diff --git a/htdocs/langs/hr_HR/bills.lang b/htdocs/langs/hr_HR/bills.lang
index 16543aeb9fb..993ae31d4c3 100644
--- a/htdocs/langs/hr_HR/bills.lang
+++ b/htdocs/langs/hr_HR/bills.lang
@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - bills
-Bill=Račun R1
+Bill=Račun
Bills=Računi
BillsCustomers=Računi kupaca
BillsCustomer=Račun kupca
@@ -16,7 +16,7 @@ DisabledBecauseNotLastInvoice=Nije moguće provesti jer se račun ne može izbri
DisabledBecauseNotErasable=Nije moguće provesti jer ne može biti obrisano
InvoiceStandard=Običan račun
InvoiceStandardAsk=Običan račun
-InvoiceStandardDesc=Ovo je uobičajeni tip računa.
+InvoiceStandardDesc=Ovo je uobičajena vrsta računa.
InvoiceDeposit=Račun za predujam
InvoiceDepositAsk=Račun za predujam
InvoiceDepositDesc=Ovakav račun izdaje se kada je zaprimljen predujam
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Zamjenski račun
InvoiceReplacementAsk=Zamjenski račun za račun
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Storno računa/knjižno odobrenje
InvoiceAvoirAsk=Storno računa/knjižno odobrenje za ispravak računa
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -46,8 +46,8 @@ NoInvoiceToCorrect=Nema računa za ispravak
InvoiceHasAvoir=Bio je izvor od jednog ili više knjižnih odobrenja
CardBill=Kartica računa
PredefinedInvoices=Predlošci računa
-Invoice=Račun R1
-PdfInvoiceTitle=Račun R1
+Invoice=Račun
+PdfInvoiceTitle=Račun
Invoices=Računi
InvoiceLine=Redak računa
InvoiceCustomer=Račun za kupca
@@ -80,27 +80,28 @@ PaymentsReports=Izvještaji plaćanja
PaymentsAlreadyDone=Izvršena plaćanja
PaymentsBackAlreadyDone=Izvršeni povrati plaćanja
PaymentRule=Način plaćanja
-PaymentMode=Payment Type
+PaymentMode=Način plaćanja
PaymentTypeDC=Debitna/kreditna kartica
PaymentTypePP=PayPal
IdPaymentMode=Payment Type (id)
CodePaymentMode=Payment Type (code)
LabelPaymentMode=Payment Type (label)
-PaymentModeShort=Payment Type
+PaymentModeShort=Način plaćanja
PaymentTerm=Payment Term
-PaymentConditions=Payment Terms
-PaymentConditionsShort=Payment Terms
+PaymentConditions=Rok plaćanja
+PaymentConditionsShort=Rok plaćanja
PaymentAmount=Iznos plaćanja
PaymentHigherThanReminderToPay=Iznos plaćanja veći je od iznosa po podsjetniku na plaćanje
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Označi kao plaćeno
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Označi kao djelomično plaćeno
ClassifyCanceled=Označi kao napušteno
ClassifyClosed=Označi kao zatvoreno
ClassifyUnBilled=Označi kao "nezaračunato"
CreateBill=Izradi račun
-CreateCreditNote=Create credit note
+CreateCreditNote=Izradi storno računa/knjižno odobrenje
AddBill=Izradi račun ili storno računa/knjižno odobrenje
AddToDraftInvoices=Dodati u predložak računa
DeleteBill=Izbriši račun
@@ -108,12 +109,12 @@ SearchACustomerInvoice=Traži račun za kupca
SearchASupplierInvoice=Search for a vendor invoice
CancelBill=Poništi račun
SendRemindByMail=Pošalji podsjetnik e-poštom
-DoPayment=Enter payment
+DoPayment=Unesi uplatu
DoPaymentBack=Enter refund
ConvertToReduc=Mark as credit available
ConvertExcessReceivedToReduc=Convert excess received into available credit
ConvertExcessPaidToReduc=Convert excess paid into available discount
-EnterPaymentReceivedFromCustomer=Upiši zaprimljeno plaćanje kupca
+EnterPaymentReceivedFromCustomer=Unesi uplatu od kupca
EnterPaymentDueToCustomer=Napravi
DisabledBecauseRemainderToPayIsZero=Isključeno jer preostalo dugovanje je nula.
PriceBase=Osnovica
@@ -150,7 +151,7 @@ ErrorBillNotFound=Račun %s ne postoji
ErrorInvoiceAlreadyReplaced=Error, you tried to validate an invoice to replace invoice %s. But this one has already been replaced by invoice %s.
ErrorDiscountAlreadyUsed=Greška! Popust je već iskorišten.
ErrorInvoiceAvoirMustBeNegative=Greška! Ispravan račun treba imati negativan iznos.
-ErrorInvoiceOfThisTypeMustBePositive=Greška! Ovaj tip računa mora imati pozitivan iznos
+ErrorInvoiceOfThisTypeMustBePositive=Greška! Ova vrsta računa mora imati pozitivan iznos
ErrorCantCancelIfReplacementInvoiceNotValidated=Greška! Ne može se poništiti račun koji je zamijenjen drugim računom koji je otvoren kao skica.
ErrorThisPartOrAnotherIsAlreadyUsedSoDiscountSerieCantBeRemoved=This part or another is already used so discount series cannot be removed.
BillFrom=Od
@@ -211,9 +212,23 @@ ShowSocialContribution=Prikaži društveni/fiskalni porez
ShowBill=Prikaži račun
ShowInvoice=Prikaži račun
ShowInvoiceReplace=Prikaži zamjenski računa
-ShowInvoiceAvoir=Prikaži bonifikaciju
+ShowInvoiceAvoir=Prikaži storno računa/knjižno odobrenje
ShowInvoiceDeposit=Prikaži račun za predujam
ShowInvoiceSituation=Prikaži račun etape
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Prikaži plaćanje
AlreadyPaid=Plaćeno do sada
AlreadyPaidBack=Povrati do sada
@@ -251,8 +266,8 @@ ClassifyBill=Svrstavanje računa
SupplierBillsToPay=Unpaid vendor invoices
CustomerBillsUnpaid=Neplaćeni računi kupaca
NonPercuRecuperable=Nepovratno
-SetConditions=Set Payment Terms
-SetMode=Set Payment Type
+SetConditions=Odredi rok plaćanja
+SetMode=Izaberi način plaćanja
SetRevenuStamp=Postavi prihodovnu markicu
Billed=Zaračunato
RecurringInvoices=Pretplatnički računi
@@ -269,26 +284,26 @@ ExportDataset_invoice_1=Customer invoices and invoice details
ExportDataset_invoice_2=Računi i plaćanja kupca
ProformaBill=Predračun:
Reduction=Smanjivanje
-ReductionShort=Disc.
+ReductionShort=Popust
Reductions=Smanjivanja
-ReductionsShort=Disc.
+ReductionsShort=Popust
Discounts=Popusti
AddDiscount=Izradi popust
AddRelativeDiscount=Izradi relativan popust
EditRelativeDiscount=Izmjeni relativan popust
AddGlobalDiscount=Izradi apsolutni popust
EditGlobalDiscounts=Izmjeni apsolutni popust
-AddCreditNote=Izradi bonifikaciju
+AddCreditNote=Izradi storno računa/knjižno odobrenje
ShowDiscount=Prikaži popust
ShowReduc=Prikaži odbitak
RelativeDiscount=Relativni popust
GlobalDiscount=Opći popust
-CreditNote=Bonifikacija
-CreditNotes=Bonifikacija
+CreditNote=Storno računa/knjižno odobrenje
+CreditNotes=Storno računa/knjižno odobrenje
CreditNotesOrExcessReceived=Storno računa/knjižno odobrenje
Deposit=Predujam
Deposits=Predujam
-DiscountFromCreditNote=Popust iz bonifikacije %s
+DiscountFromCreditNote=Popust od storno računa/knjižnog odobrenja %s
DiscountFromDeposit=Predujmovi iz računa %s
DiscountFromExcessReceived=Payments in excess of invoice %s
DiscountFromExcessPaid=Payments in excess of invoice %s
@@ -446,7 +461,7 @@ IntracommunityVATNumber=Intra-Community VAT ID
PaymentByChequeOrderedTo=Check payments (including tax) are payable to %s, send to
PaymentByChequeOrderedToShort=Check payments (incl. tax) are payable to
SendTo=Pošalji
-PaymentByTransferOnThisBankAccount=Payment by transfer to the following bank account
+PaymentByTransferOnThisBankAccount=Plaćanje na sljedeći bankovni račun
VATIsNotUsedForInvoice=Ne primjenjivo VAT čl.-293B CGI-a
LawApplicationPart1=Po primjeni zakona 80.335 od 12.05.80
LawApplicationPart2=Roba ostaje vlasništvo
@@ -518,7 +533,7 @@ InvoiceSituationDesc=Kreiranje nove etapu koja prati postojeću
SituationAmount=Iznos računa etape (net)
SituationDeduction=Oduzimanje po etapama
ModifyAllLines=Izmjeni sve stavke
-CreateNextSituationInvoice=Kreiraj sljedeću etapu
+CreateNextSituationInvoice=Izradi sljedeću etapu
ErrorFindNextSituationInvoice=Error unable to find next situation cycle ref
ErrorOutingSituationInvoiceOnUpdate=Unable to outing this situation invoice.
ErrorOutingSituationInvoiceCreditNote=Unable to outing linked credit note.
diff --git a/htdocs/langs/hr_HR/bookmarks.lang b/htdocs/langs/hr_HR/bookmarks.lang
index b6ab8f9613d..fc2ceb8024c 100644
--- a/htdocs/langs/hr_HR/bookmarks.lang
+++ b/htdocs/langs/hr_HR/bookmarks.lang
@@ -6,15 +6,15 @@ ListOfBookmarks=Lista zabilješki
EditBookmarks=Prikaži/izmjeni zabilješke
NewBookmark=Nova zabilješka
ShowBookmark=Prikaži zabilješku
-OpenANewWindow=Otvori novi prozor
-ReplaceWindow=Zamjeni trenutno prozor
-BookmarkTargetNewWindowShort=Novi prozor
-BookmarkTargetReplaceWindowShort=Trenutno prozor
-BookmarkTitle=Naziv zabilješke
+OpenANewWindow=Open a new tab
+ReplaceWindow=Replace current tab
+BookmarkTargetNewWindowShort=New tab
+BookmarkTargetReplaceWindowShort=Current tab
+BookmarkTitle=Bookmark name
UrlOrLink=URL
BehaviourOnClick=Behaviour when a bookmark URL is selected
-CreateBookmark=Kreiraj zabilješku
-SetHereATitleForLink=Postavi naslov za zabilješku
-UseAnExternalHttpLinkOrRelativeDolibarrLink=Koristi eksterni http URL ili relativni Dolibarr URL
-ChooseIfANewWindowMustBeOpenedOnClickOnBookmark=Odaberite ako se povezana stranica mora/ne mora otvoriti u novom prozoru
+CreateBookmark=Izradi zabilješku
+SetHereATitleForLink=Set a name for the bookmark
+UseAnExternalHttpLinkOrRelativeDolibarrLink=Use an external/absolute link (https://URL) or an internal/relative link (/DOLIBARR_ROOT/htdocs/...)
+ChooseIfANewWindowMustBeOpenedOnClickOnBookmark=Choose if the linked page should open in the current tab or a new tab
BookmarksManagement=Upravljanje zabilješkama
diff --git a/htdocs/langs/hr_HR/boxes.lang b/htdocs/langs/hr_HR/boxes.lang
index 6d56bdbf22b..784440f4f7d 100644
--- a/htdocs/langs/hr_HR/boxes.lang
+++ b/htdocs/langs/hr_HR/boxes.lang
@@ -9,7 +9,7 @@ BoxLastCustomerBills=Latest Customer invoices
BoxOldestUnpaidCustomerBills=Najstariji neplaćeni račun kupca
BoxOldestUnpaidSupplierBills=Oldest unpaid vendor invoices
BoxLastProposals=Zadnja ponuda
-BoxLastProspects=Zadnji izmjenjeni potencijalni kupci
+BoxLastProspects=Zadnji izmjenjeni mogući kupci
BoxLastCustomers=Zadnji promjenjei kupci
BoxLastSuppliers=Zadnji promjenjeni dobavljači
BoxLastCustomerOrders=Latest sales orders
diff --git a/htdocs/langs/hr_HR/categories.lang b/htdocs/langs/hr_HR/categories.lang
index 8e19e62f594..f383628a932 100644
--- a/htdocs/langs/hr_HR/categories.lang
+++ b/htdocs/langs/hr_HR/categories.lang
@@ -3,7 +3,7 @@ Rubrique=Kategorija
Rubriques=Kategorije
RubriquesTransactions=Tags/Categories of transactions
categories=kategorije
-NoCategoryYet=Nije kreirana kategorija ovog tipa
+NoCategoryYet=Skupina ove vrste nije izrađena
In=U
AddIn=Dodaj u
modify=promjeni
@@ -22,8 +22,8 @@ CatList=Popis kategorija
NewCategory=Nova kategorija
ModifCat=Promjeni kategoriju
CatCreated=Kategorija kreirana
-CreateCat=Kreiraj kategoriju
-CreateThisCat=Kreiraj ovu kategoriju
+CreateCat=Izradi kategoriju
+CreateThisCat=Izradi ovu kategoriju
NoSubCat=Nema podkategorije.
SubCatOf=Podkategorija
FoundCats=Pronađene kategorije
diff --git a/htdocs/langs/hr_HR/commercial.lang b/htdocs/langs/hr_HR/commercial.lang
index a6dffff41bb..7bf167c2068 100644
--- a/htdocs/langs/hr_HR/commercial.lang
+++ b/htdocs/langs/hr_HR/commercial.lang
@@ -1,14 +1,14 @@
# Dolibarr language file - Source file is en_US - commercial
Commercial=Trgovina
-CommercialArea=Sučelje trgovine
+CommercialArea=Trgovina
Customer=Kupac
Customers=Kupci
Prospect=Potencijalni kupac
-Prospects=Potencijalni kupci
+Prospects=Mogući kupci
DeleteAction=Obriši događaj
NewAction=Novi događaj
-AddAction=Kreiraj događaj
-AddAnAction=Kreiraj događaj
+AddAction=Izradi događaj
+AddAnAction=Izradi događaj
AddActionRendezVous=Kreirajte sastanak
ConfirmDeleteAction=Are you sure you want to delete this event?
CardAction=Kartica događaja
@@ -27,15 +27,15 @@ SalesRepresentativeSignature=Prodajni predstavnik (potpis)
NoSalesRepresentativeAffected=Nije dodjeljen prodajni predstavnik
ShowCustomer=Prikaži kupca
ShowProspect=Prikaži potencijalnog kupca
-ListOfProspects=Lista potencijalnih kupaca
-ListOfCustomers=Lista kupaca
+ListOfProspects=Popis mogućih kupaca
+ListOfCustomers=Popis kupaca
LastDoneTasks=Latest %s completed actions
LastActionsToDo=Najstarijih %s nezavršenih akcija
DoneAndToDoActions=Završeni i za odraditi
DoneActions=Završeni događaji
ToDoActions=Nedovršeni događaji
SendPropalRef=Ponuda %s
-SendOrderRef=Predaja narudžbe %s
+SendOrderRef=Narudžba %s
StatusNotApplicable=Nije primjenjivo
StatusActionToDo=Napraviti
StatusActionDone=Završeno
@@ -59,7 +59,7 @@ ActionAC_FAC=Pošalji račun kupca poštom
ActionAC_REL=Pošalji narudđbu kupca putem pošte (podsjetnik)
ActionAC_CLO=Zatvoren
ActionAC_EMAILING=Masovno slanje e-pošte
-ActionAC_COM=Pošalji narudžbu kupca putem pošte
+ActionAC_COM=Send sales order by mail
ActionAC_SHIP=Pošalji dostavu putem pošte
ActionAC_SUP_ORD=Pošalji narudžbenicu e-poštom
ActionAC_SUP_INV=Send vendor invoice by mail
diff --git a/htdocs/langs/hr_HR/companies.lang b/htdocs/langs/hr_HR/companies.lang
index aa486c9437c..f5e548f5e79 100644
--- a/htdocs/langs/hr_HR/companies.lang
+++ b/htdocs/langs/hr_HR/companies.lang
@@ -20,26 +20,26 @@ IdThirdParty=Oznaka treće osobe
IdCompany=Oznaka tvrtke
IdContact=Oznaka kontakta
Contacts=Kontakti/Adrese
-ThirdPartyContacts=Third-party contacts
-ThirdPartyContact=Third-party contact/address
+ThirdPartyContacts=Kontakti treće osobe
+ThirdPartyContact=Kontakt/adresa treće osobe
Company=Tvrtka
CompanyName=Naziv tvrtke
AliasNames=Alias (komercijala, zaštitni znak, ...)
AliasNameShort=Alias Name
Companies=Kompanije
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
-ThirdPartyName=Third-party name
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
+ThirdPartyName=Naziv treće osobe
ThirdPartyEmail=Third-party email
-ThirdParty=Third-party
-ThirdParties=Third-parties
+ThirdParty=Treća osoba
+ThirdParties=Treće osobe
ThirdPartyProspects=Potencijalni kupac
-ThirdPartyProspectsStats=Potencijalni kupci
+ThirdPartyProspectsStats=Mogući kupci
ThirdPartyCustomers=Kupci
ThirdPartyCustomersStats=Kupci
ThirdPartyCustomersWithIdProf12=Kupci sa %s ili %s
ThirdPartySuppliers=Vendors
-ThirdPartyType=Third-party type
+ThirdPartyType=Vrsta treće osobe
Individual=Privatna osoba
ToCreateContactWithSameName=Will automatically create a contact/address with same information as the third party under the third party. In most cases, even if your third party is a physical person, creating a third party alone is enough.
ParentCompany=Matična tvrtka
@@ -111,7 +111,7 @@ ProfId5Short=Prof. id 5
ProfId6Short=Prof. id 6
ProfId1=Sjedište banke
ProfId2=Tekući račun
-ProfId3=VAT N°
+ProfId3=PDV broj
ProfId4=Upis
ProfId5=MBS
ProfId6=MB
@@ -257,8 +257,8 @@ ProfId1DZ=RC
ProfId2DZ=Art.
ProfId3DZ=NIF
ProfId4DZ=NIS
-VATIntra=VAT ID
-VATIntraShort=VAT ID
+VATIntra=OIB
+VATIntraShort=OIB
VATIntraSyntaxIsValid=Sintaksa je u redu
VATReturn=VAT return
ProspectCustomer=Potencijalni / Kupac
@@ -273,7 +273,7 @@ CompanyHasRelativeDiscount=Ovaj kupac ima predefiniran popust od %s%%
CompanyHasNoRelativeDiscount=Ovaj kupac nema predefiniran relativni popust
HasRelativeDiscountFromSupplier=You have a default discount of %s%% from this vendor
HasNoRelativeDiscountFromSupplier=You have no default relative discount from this vendor
-CompanyHasAbsoluteDiscount=This customer has discounts available (credits notes or down payments) for %s %s
+CompanyHasAbsoluteDiscount=Ovaj kupac ima raspoloživih popusta (knjižnih odobrenja ili predujmova) u iznosu od%s %s
CompanyHasDownPaymentOrCommercialDiscount=This customer has discounts available (commercial, down payments) for %s %s
CompanyHasCreditNote=Ovaj kupac još uvijek ima odobrenje za %s %s
HasNoAbsoluteDiscountFromSupplier=You have no discount credit available from this vendor
@@ -286,19 +286,20 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Ništa
-Vendor=Vendor
-AddContact=Kreiraj kontakt
+Vendor=Dobavljač
+Supplier=Dobavljač
+AddContact=Izradi kontakt
AddContactAddress=Izradi kontakt/adresu
EditContact=Uredi kontakt
EditContactAddress=Uredi kontakt/adresu
Contact=Kontakt
ContactId=ID kontakta
-ContactsAddresses=Kontakt/adrese
+ContactsAddresses=Kontakti/adrese
FromContactName=Ime:
NoContactDefinedForThirdParty=Nema kontakta za ovog komitenta
NoContactDefined=Nije definiran kontakt
DefaultContact=Predefinirani kontakt/adresa
-AddThirdParty=Kreiraj komitenta
+AddThirdParty=Izradi komitenta
DeleteACompany=Izbriši tvrtku
PersonalInformations=Osobni podaci
AccountancyCode=Obračunski račun
@@ -320,7 +321,7 @@ ListOfThirdParties=Popis trećih osoba
ShowCompany=Show Third Party
ShowContact=Prikaži kontakt
ContactsAllShort=Sve(bez filtera)
-ContactType=Tip kontakta
+ContactType=Vrsta kontakta
ContactForOrders=Kontakt narudžbe
ContactForOrdersOrShipments=Kontakt narudžbe ili pošiljke
ContactForProposals=Kontakt ponude
@@ -332,7 +333,7 @@ NoContactForAnyProposal=Ovaj kontakt nije kontakt za bilo koju ponudu
NoContactForAnyContract=Ovaj kontakt nije kontakt za nikakav ugovor
NoContactForAnyInvoice=Ovaj kontakt nije kontakt za nikakav račun
NewContact=Novi kontakt
-NewContactAddress=New Contact/Address
+NewContactAddress=Novi kontakt/adresa
MyContacts=Moji kontakti
Capital=Kapital
CapitalOf=Temeljna vrijednost %s
@@ -380,18 +381,18 @@ ChangeNeverContacted=Promjeni status u 'nikad kontaktiran'
ChangeToContact=Promjeni status u 'Za kontaktiranje'
ChangeContactInProcess=Promjeni status u 'kontakt u tijeku'
ChangeContactDone=Promjeni status u 'kontaktiran'
-ProspectsByStatus=Potencijalni kupci po statusu
+ProspectsByStatus=Mogući kupci po statusu
NoParentCompany=Ništa
ExportCardToFormat=Izvezi karticu u formatu
ContactNotLinkedToCompany=Kontakt nije povezan ni sa jednim komitentom
DolibarrLogin=Dolibarr korisničko ime
NoDolibarrAccess=Nema pristup Dolibarr-u
-ExportDataset_company_1=Third-parties (companies/foundations/physical people) and their properties
+ExportDataset_company_1=Treće osobe\n(tvrtke/zaklade/fizičke osobe) i njihove osobine
ExportDataset_company_2=Contacts and their properties
-ImportDataset_company_1=Third-parties and their properties
+ImportDataset_company_1=Treće osobe i njihove osobine
ImportDataset_company_2=Third-parties additional contacts/addresses and attributes
-ImportDataset_company_3=Third-parties Bank accounts
-ImportDataset_company_4=Third-parties Sales representatives (assign sales representatives/users to companies)
+ImportDataset_company_3=Bankovni računi trećih osoba
+ImportDataset_company_4=Prodajni predstavnici za treće osobe (dodjela predstavnika/korisnika za tvrtke)
PriceLevel=Price Level
PriceLevelLabels=Price Level Labels
DeliveryAddress=Adresa dostave
@@ -406,9 +407,9 @@ FiscalYearInformation=Fiscal Year
FiscalMonthStart=Početni mjesec fiskalne godine
YouMustAssignUserMailFirst=You must create an email for this user prior to being able to add an email notification.
YouMustCreateContactFirst=Kako biste bili u mogućnosti dodavanja obavijesti e-poštom, prvo morate definirati kontakt s valjanom adresom e-pošte za komitenta
-ListSuppliersShort=List of Vendors
-ListProspectsShort=List of Prospects
-ListCustomersShort=List of Customers
+ListSuppliersShort=Popis dobavljača
+ListProspectsShort=Popis mogućih kupaca
+ListCustomersShort=Popis kupaca
ThirdPartiesArea=Treće osobe/Kontakti
LastModifiedThirdParties=Zadnjih %s izmijenjenih trećih osoba
UniqueThirdParties=Ukupno trećih osoba
@@ -434,7 +435,7 @@ ErrorThirdpartiesMerge=Došlo je do greške tijekom brisanja treće osobe. Molim
NewCustomerSupplierCodeProposed=Customer or Vendor code already used, a new code is suggested
#Imports
PaymentTypeCustomer=Payment Type - Customer
-PaymentTermsCustomer=Payment Terms - Customer
+PaymentTermsCustomer=Rok plaćanja - kupac
PaymentTypeSupplier=Payment Type - Vendor
PaymentTermsSupplier=Payment Term - Vendor
MulticurrencyUsed=Use Multicurrency
diff --git a/htdocs/langs/hr_HR/compta.lang b/htdocs/langs/hr_HR/compta.lang
index b3076decbe1..1b5b6ba12c9 100644
--- a/htdocs/langs/hr_HR/compta.lang
+++ b/htdocs/langs/hr_HR/compta.lang
@@ -70,7 +70,7 @@ SocialContributions=Društveni ili fiskanlni porezi
SocialContributionsDeductibles=Odbitak društveni ili fiskalni porezi
SocialContributionsNondeductibles=Neodbijajući društveni ili fiskalni porezi
LabelContrib=Oznaka doprinosa
-TypeContrib=Tip doprinosa
+TypeContrib=Vrsta doprinosa
MenuSpecialExpenses=Specijalni troškovi
MenuTaxAndDividends=Porezi i dividende
MenuSocialContributions=Društveni/fiskalni porezi
@@ -166,7 +166,7 @@ RulesAmountOnInOutBookkeepingRecord=It includes record in your Ledger with accou
RulesResultBookkeepingPredefined=It includes record in your Ledger with accounting accounts that has the group "EXPENSE" or "INCOME"
RulesResultBookkeepingPersonalized=It show record in your Ledger with accounting accounts grouped by personalized groups
SeePageForSetup=See menu %s for setup
-DepositsAreNotIncluded=- Down payment invoices are not included
+DepositsAreNotIncluded=- Računi za predujam nisu uključeni
DepositsAreIncluded=- Down payment invoices are included
LT1ReportByCustomers=Report tax 2 by third party
LT2ReportByCustomers=Report tax 3 by third party
@@ -215,9 +215,9 @@ ByProductsAndServices=By product and service
RefExt=Vanjska ref.
ToCreateAPredefinedInvoice=Za kreiranje predloška računa, kreirajte stadardni račun, onda, bez ovjeravanja, kliknite na gumb "%s"
LinkedOrder=Poveži s narudžbom
-Mode1=Metoda 1
-Mode2=Metoda 2
-CalculationRuleDesc=Za izračunavanje poreza, postoje dvije metode: Metoda 1 je zaokruživanje PDV za svaku stavku te njihov zbroj. Metoda 2 je zbrajanje PDV za svaku stavku te zaokruživanje rezultata. Konačni rezultat se može razlikovati za par lipa. Zadani način je način %s.
+Mode1=Način 1
+Mode2=Način 2
+CalculationRuleDesc=Za izračunavanje poreza, postoje dvije metode: Način 1 je zaokruživanje PDV za svaku stavku te njihov zbroj. Način 2 je zbrajanje PDV za svaku stavku te zaokruživanje rezultata. Konačni rezultat se može razlikovati za par lipa. Zadani način je način %s.
CalculationRuleDescSupplier=According to vendor, choose appropriate method to apply same calculation rule and get same result expected by your vendor.
TurnoverPerProductInCommitmentAccountingNotRelevant=The report of Turnover collected per product is not available. This report is only available for turnover invoiced.
TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant=The report of Turnover collected per sale tax rate is not available. This report is only available for turnover invoiced.
diff --git a/htdocs/langs/hr_HR/cron.lang b/htdocs/langs/hr_HR/cron.lang
index 9e8813d0f36..c2e49dacddf 100644
--- a/htdocs/langs/hr_HR/cron.lang
+++ b/htdocs/langs/hr_HR/cron.lang
@@ -2,7 +2,7 @@
# About page
# Right
Permission23101 = Pročitaj planirani posao
-Permission23102 = Kreiraj/promjeni planirani posao
+Permission23102 = Izradi/promjeni planirani posao
Permission23103 = Obriši planirani posao
Permission23104 = Pokreni planirani posao
# Admin
@@ -37,13 +37,13 @@ CronDtLastLaunch=Početni datum zadnjeg pokretanja
CronDtLastResult=Datum završetka zadnjeg pokretanja
CronFrequency=Učestalost
CronClass=Klasa
-CronMethod=Metoda
+CronMethod=Način
CronModule=Modul
CronNoJobs=Nema registriranih poslova
CronPriority=Prioritet
CronLabel=Naziv
-CronNbRun=No. launches
-CronMaxRun=Max number launch
+CronNbRun=Number of launches
+CronMaxRun=Maximum number of launches
CronEach=Svakih
JobFinished=Posao pokrenut i završen
#Page card
@@ -67,11 +67,11 @@ CronObjectHelp=The object name to load. For example to call the fetch metho
CronMethodHelp=The object method to launch. For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for method is fetch
CronArgsHelp=The method arguments. For example to call the fetch method of Dolibarr Product object /htdocs/product/class/product.class.php, the value for paramters can be 0, ProductRef
CronCommandHelp=Sistemska komanda za pokretanje
-CronCreateJob=Kreiraj novi planirani posao
+CronCreateJob=Izradi novi planirani posao
CronFrom=Od
# Info
# Common
-CronType=Tip posla
+CronType=Vrsta posla
CronType_method=Call method of a PHP Class
CronType_command=Shell command
CronCannotLoadClass=Cannot load class file %s (to use class %s)
diff --git a/htdocs/langs/hr_HR/donations.lang b/htdocs/langs/hr_HR/donations.lang
index c2d8cd40d04..134409d1d52 100644
--- a/htdocs/langs/hr_HR/donations.lang
+++ b/htdocs/langs/hr_HR/donations.lang
@@ -1,15 +1,15 @@
# Dolibarr language file - Source file is en_US - donations
Donation=Donacija
Donations=Donacije
-DonationRef=Ref. donacije
+DonationRef=Broj donacije
Donor=Donator
-AddDonation=Kreiraj donaciju
+AddDonation=Izradi donaciju
NewDonation=Nova donacija
DeleteADonation=Obriši donaciju
ConfirmDeleteADonation=Are you sure you want to delete this donation?
ShowDonation=Prikaži donaciju
PublicDonation=Javna donacija
-DonationsArea=Sučelje donacija
+DonationsArea=Donacije
DonationStatusPromiseNotValidated=Skica obečanja
DonationStatusPromiseValidated=Ovjeri obečanje
DonationStatusPaid=Primljene donacije
diff --git a/htdocs/langs/hr_HR/errors.lang b/htdocs/langs/hr_HR/errors.lang
index 6dddf9bb0ce..afe8c61f603 100644
--- a/htdocs/langs/hr_HR/errors.lang
+++ b/htdocs/langs/hr_HR/errors.lang
@@ -21,7 +21,7 @@ ErrorFailToDeleteDir=Failed to delete directory '%s'.
ErrorFailToMakeReplacementInto=Failed to make replacement into file '%s'.
ErrorFailToGenerateFile=Failed to generate file '%s'.
ErrorThisContactIsAlreadyDefinedAsThisType=This contact is already defined as contact for this type.
-ErrorCashAccountAcceptsOnlyCashMoney=Ovaj bankovni račun je gotovinski račun, te kao takav prihvača samo gotovinske uplate.
+ErrorCashAccountAcceptsOnlyCashMoney=Ovaj bankovni račun je gotovinski te prihvaća samo gotovinske uplate.
ErrorFromToAccountsMustDiffers=Izvorni i odredišni bankovni računi moraju biti različiti.
ErrorBadThirdPartyName=Bad value for third-party name
ErrorProdIdIsMandatory=The %s is mandatory
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/hr_HR/exports.lang b/htdocs/langs/hr_HR/exports.lang
index abd5d73c9e6..b461078ecab 100644
--- a/htdocs/langs/hr_HR/exports.lang
+++ b/htdocs/langs/hr_HR/exports.lang
@@ -1,59 +1,59 @@
# Dolibarr language file - Source file is en_US - exports
-ExportsArea=Exports area
-ImportArea=Import area
-NewExport=New export
-NewImport=New import
+ExportsArea=Exports
+ImportArea=Import
+NewExport=New Export
+NewImport=New Import
ExportableDatas=Exportable dataset
ImportableDatas=Importable dataset
SelectExportDataSet=Choose dataset you want to export...
SelectImportDataSet=Choose dataset you want to import...
-SelectExportFields=Choose fields you want to export, or select a predefined export profile
-SelectImportFields=Choose source file fields you want to import and their target field in database by moving them up and down with anchor %s, or select a predefined import profile:
+SelectExportFields=Choose the fields you want to export, or select a predefined export profile
+SelectImportFields=Choose the source file fields you want to import and their target field in database by moving them up and down with anchor %s, or select a predefined import profile:
NotImportedFields=Fields of source file not imported
-SaveExportModel=Save this export profile if you plan to reuse it later...
-SaveImportModel=Save this import profile if you plan to reuse it later...
+SaveExportModel=Save your selections as an export profile/template (for reuse).
+SaveImportModel=Save this import profile (for reuse) ...
ExportModelName=Export profile name
-ExportModelSaved=Export profile saved under name %s.
+ExportModelSaved=Export profile saved as %s.
ExportableFields=Exportable fields
ExportedFields=Exported fields
ImportModelName=Import profile name
-ImportModelSaved=Import profile saved under name %s.
+ImportModelSaved=Import profile saved as %s.
DatasetToExport=Dataset to export
DatasetToImport=Import file into dataset
ChooseFieldsOrdersAndTitle=Choose fields order...
FieldsTitle=Fields title
FieldTitle=Field title
-NowClickToGenerateToBuildExportFile=Now, select file format in combo box and click on "Generate" to build export file...
-AvailableFormats=Available formats
+NowClickToGenerateToBuildExportFile=Now, select the file format in the combo box and click on "Generate" to build the export file...
+AvailableFormats=Available Formats
LibraryShort=Biblioteka
Step=Step
-FormatedImport=Import assistant
-FormatedImportDesc1=This area allows to import personalized data, using an assistant to help you in process without technical knowledge.
-FormatedImportDesc2=First step is to choose a king of data you want to load, then file to load, then to choose which fields you want to load.
-FormatedExport=Export assistant
-FormatedExportDesc1=This area allows to export personalized data, using an assistant to help you in process without technical knowledge.
-FormatedExportDesc2=First step is to choose a predefined dataset, then to choose which fields you want in your result files, and which order.
-FormatedExportDesc3=When data to export are selected, you can define output file format you want to export your data to.
+FormatedImport=Import Assistant
+FormatedImportDesc1=This module allows you to update existing data or add new objects into the database from a file without technical knowledge, using an assistant.
+FormatedImportDesc2=First step is to choose the kind of data you want to import, then the format of the source file, then the fields you want to import.
+FormatedExport=Export Assistant
+FormatedExportDesc1=These tools allow the export of personalized data using an assistant, to help you in the process without requiring technical knowledge.
+FormatedExportDesc2=First step is to choose a predefined dataset, then which fields you want to export, and in which order.
+FormatedExportDesc3=When data to export are selected, you can choose the format of the output file.
Sheet=Sheet
NoImportableData=No importable data (no module with definitions to allow data imports)
FileSuccessfullyBuilt=File generated
SQLUsedForExport=SQL Request used to build export file
LineId=Id of line
LineLabel=Label of line
-LineDescription=Description of line
+LineDescription=Opis redka
LineUnitPrice=Unit price of line
LineVATRate=VAT Rate of line
LineQty=Quantity for line
-LineTotalHT=Amount net of tax for line
+LineTotalHT=Iznos bez PDV-a za redak
LineTotalTTC=Amount with tax for line
LineTotalVAT=Amount of VAT for line
TypeOfLineServiceOrProduct=Type of line (0=product, 1=service)
FileWithDataToImport=File with data to import
FileToImport=Source file to import
-FileMustHaveOneOfFollowingFormat=File to import must have one of following format
-DownloadEmptyExample=Download example of empty source file
-ChooseFormatOfFileToImport=Choose file format to use as import file format by clicking on picto %s to select it...
-ChooseFileToImport=Upload file then click on picto %s to select file as source import file...
+FileMustHaveOneOfFollowingFormat=File to import must have one of following formats
+DownloadEmptyExample=Download template file with field content information (* are mandatory fields)
+ChooseFormatOfFileToImport=Choose the file format to use as import file format by clicking on the %s icon to select it...
+ChooseFileToImport=Upload file then click on the %s icon to select file as source import file...
SourceFileFormat=Source file format
FieldsInSourceFile=Fields in source file
FieldsInTargetDatabase=Target fields in Dolibarr database (bold=mandatory)
@@ -68,55 +68,55 @@ FieldsTarget=Targeted fields
FieldTarget=Targeted field
FieldSource=Source field
NbOfSourceLines=Number of lines in source file
-NowClickToTestTheImport=Check import parameters you have defined. If they are correct, click on button "%s" to launch a simulation of import process (no data will be changed in your database, it's only a simulation for the moment)...
-RunSimulateImportFile=Launch the import simulation
+NowClickToTestTheImport=Check that the file format (field and string delimiters) of your file matches the options shown and that you have omitted the header line, or these will be flagged as errors in the following simulation. Click on the "%s" button to run a check of the file structure/contents and simulate the import process. No data will be changed in your database.
+RunSimulateImportFile=Run Import Simulation
FieldNeedSource=This field requires data from the source file
SomeMandatoryFieldHaveNoSource=Some mandatory fields have no source from data file
InformationOnSourceFile=Information on source file
InformationOnTargetTables=Information on target fields
SelectAtLeastOneField=Switch at least one source field in the column of fields to export
SelectFormat=Choose this import file format
-RunImportFile=Launch import file
-NowClickToRunTheImport=Check result of import simulation. If everything is ok, launch the definitive import.
-DataLoadedWithId=All data will be loaded with the following import id: %s
-ErrorMissingMandatoryValue=Mandatory data is empty in source file for field %s.
-TooMuchErrors=There is still %s other source lines with errors but output has been limited.
-TooMuchWarnings=There is still %s other source lines with warnings but output has been limited.
+RunImportFile=Import Data
+NowClickToRunTheImport=Check the results of the import simulation. Correct any errors and re-test. When the simulation reports no errors you may proceed to import the data into the database.
+DataLoadedWithId=The imported data will have an additional field in each database table with this import id: %s, to allow it to be searchable in the case of investigating a problem related to this import.
+ErrorMissingMandatoryValue=Mandatory data is empty in the source file for field %s.
+TooMuchErrors=There are still %s other source lines with errors but output has been limited.
+TooMuchWarnings=There are still %s other source lines with warnings but output has been limited.
EmptyLine=Empty line (will be discarded)
-CorrectErrorBeforeRunningImport=You must first correct all errors before running definitive import.
+CorrectErrorBeforeRunningImport=You must correct all errors before running the definitive import.
FileWasImported=File was imported with number %s.
-YouCanUseImportIdToFindRecord=You can find all imported record in your database by filtering on field import_key='%s'.
+YouCanUseImportIdToFindRecord=You can find all the imported records in your database by filtering on field import_key='%s'.
NbOfLinesOK=Number of lines with no errors and no warnings: %s.
NbOfLinesImported=Number of lines successfully imported: %s.
DataComeFromNoWhere=Value to insert comes from nowhere in source file.
DataComeFromFileFieldNb=Value to insert comes from field number %s in source file.
-DataComeFromIdFoundFromRef=Value that comes from field number %s of source file will be used to find id of parent object to use (So the objet %s that has the ref. from source file must exists into Dolibarr).
-DataComeFromIdFoundFromCodeId=Code that comes from field number %s of source file will be used to find id of parent object to use (So the code from source file must exists into dictionary %s). Note that if you know id, you can also use it into source file instead of code. Import should work in both cases.
+DataComeFromIdFoundFromRef=Value that comes from field number %s of source file will be used to find the id of the parent object to use (so the object %s that has the ref. from source file must exist in the database).
+DataComeFromIdFoundFromCodeId=Code that comes from field number %s of source file will be used to find the id of the parent object to use (so the code from source file must exist in the dictionary %s). Note that if you know the id, you can also use it in the source file instead of the code. Import should work in both cases.
DataIsInsertedInto=Data coming from source file will be inserted into the following field:
-DataIDSourceIsInsertedInto=The id of parent object found using the data in source file, will be inserted into the following field:
+DataIDSourceIsInsertedInto=The id of parent object was found using the data in the source file, will be inserted into the following field:
DataCodeIDSourceIsInsertedInto=The id of parent line found from code, will be inserted into following field:
SourceRequired=Data value is mandatory
SourceExample=Example of possible data value
ExampleAnyRefFoundIntoElement=Any ref found for element %s
ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionary %s
-CSVFormatDesc=Comma Separated Value file format (.csv). This is a text file format where fields are separated by separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ].
-Excel95FormatDesc=Excel file format (.xls) This is native Excel 95 format (BIFF5).
-Excel2007FormatDesc=Excel file format (.xlsx) This is native Excel 2007 format (SpreadsheetML).
+CSVFormatDesc=Comma Separated Value file format (.csv). This is a text file format where fields are separated by a separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ].
+Excel95FormatDesc=Excel file format (.xls) This is the native Excel 95 format (BIFF5).
+Excel2007FormatDesc=Excel file format (.xlsx) This is the native Excel 2007 format (SpreadsheetML).
TsvFormatDesc=Tab Separated Value file format (.tsv) This is a text file format where fields are separated by a tabulator [tab].
ExportFieldAutomaticallyAdded=Field %s was automatically added. It will avoid you to have similar lines to be treated as duplicate record (with this field added, all lines will own their own id and will differ).
-CsvOptions=Csv Options
-Separator=Separator
-Enclosure=Enclosure
+CsvOptions=CSV format options
+Separator=Field Separator
+Enclosure=String Delimiter
SpecialCode=Special code
ExportStringFilter=%% allows replacing one or more characters in the text
-ExportDateFilter=YYYY, YYYYMM, YYYYMMDD : filters by one year/month/day YYYY+YYYY, YYYYMM+YYYYMM, YYYYMMDD+YYYYMMDD : filters over a range of years/months/days > YYYY, > YYYYMM, > YYYYMMDD : filters on all following years/months/days < YYYY, < YYYYMM, < YYYYMMDD : filters on all previous years/months/days
+ExportDateFilter=YYYY, YYYYMM, YYYYMMDD: filters by one year/month/day YYYY+YYYY, YYYYMM+YYYYMM, YYYYMMDD+YYYYMMDD: filters over a range of years/months/days > YYYY, > YYYYMM, > YYYYMMDD: filters on all following years/months/days < YYYY, < YYYYMM, < YYYYMMDD: filters on all previous years/months/days
ExportNumericFilter=NNNNN filters by one value NNNNN+NNNNN filters over a range of values < NNNNN filters by lower values > NNNNN filters by higher values
ImportFromLine=Import starting from line number
EndAtLineNb=End at line number
-ImportFromToLine=Import line numbers (from - to)
-SetThisValueTo2ToExcludeFirstLine=For example, set this value to 3 to exclude the 2 first lines
-KeepEmptyToGoToEndOfFile=Keep this field empty to go up to the end of file
-SelectPrimaryColumnsForUpdateAttempt=Select column(s) to use as primary key for update attempt
+ImportFromToLine=Limit range (From - To) eg. to omit header line(s)
+SetThisValueTo2ToExcludeFirstLine=For example, set this value to 3 to exclude the 2 first lines. If the header lines are NOT omitted, this will result in multiple errors in the Import Simulation.
+KeepEmptyToGoToEndOfFile=Keep this field empty to process all lines to the end of the file.
+SelectPrimaryColumnsForUpdateAttempt=Select column(s) to use as primary key for an UPDATE import
UpdateNotYetSupportedForThisImport=Update is not supported for this type of import (only insert)
NoUpdateAttempt=No update attempt was performed, only insert
ImportDataset_user_1=Users (employees or not) and properties
@@ -127,7 +127,7 @@ FilteredFields=Filtered fields
FilteredFieldsValues=Value for filter
FormatControlRule=Format control rule
## imports updates
-KeysToUseForUpdates=Key to use for updating data
+KeysToUseForUpdates=Key (column) to use for updating existing data
NbInsert=Number of inserted lines: %s
NbUpdate=Number of updated lines: %s
MultipleRecordFoundWithTheseFilters=Multiple records have been found with these filters: %s
diff --git a/htdocs/langs/hr_HR/help.lang b/htdocs/langs/hr_HR/help.lang
index 25e0f10a260..aba9b32e9b4 100644
--- a/htdocs/langs/hr_HR/help.lang
+++ b/htdocs/langs/hr_HR/help.lang
@@ -1,16 +1,16 @@
# Dolibarr language file - Source file is en_US - help
CommunitySupport=Forum/Wiki podrška
EMailSupport=Podrška e-poštom
-RemoteControlSupport=Online real time / remote podrška
+RemoteControlSupport=Online real-time / remote support
OtherSupport=Ostala podrška
ToSeeListOfAvailableRessources=Da biste kontaktirali/vidjeli raspoložive resurse:
-HelpCenter=Help centar
+HelpCenter=Help Center
DolibarrHelpCenter=Dolibarr Help and Support Center
ToGoBackToDolibarr=Otherwise, click here to continue to use Dolibarr.
TypeOfSupport=Type of support
TypeSupportCommunauty=Zajednica (besplatno)
TypeSupportCommercial=Komercijalno
-TypeOfHelp=Tip
+TypeOfHelp=Vrsta
NeedHelpCenter=Need help or support?
Efficiency=Efikasnost
TypeHelpOnly=Samo pomoć
diff --git a/htdocs/langs/hr_HR/holiday.lang b/htdocs/langs/hr_HR/holiday.lang
index b7b72669126..e47e5f49b5c 100644
--- a/htdocs/langs/hr_HR/holiday.lang
+++ b/htdocs/langs/hr_HR/holiday.lang
@@ -23,7 +23,7 @@ UserForApprovalFirstname=First name of approval user
UserForApprovalLastname=Last name of approval user
UserForApprovalLogin=Login of approval user
DescCP=Opis
-SendRequestCP=Kreiraj zahtjev odsustva
+SendRequestCP=Izradi zahtjev odsustva
DelayToRequestCP=Zahtjev odsustva mora biti kreiran najmanje %s dan(a) prije.
MenuConfCP=Balance of leave
SoldeCPUser=Leave balance is %s days.
diff --git a/htdocs/langs/hr_HR/install.lang b/htdocs/langs/hr_HR/install.lang
index d21db0da090..45c000ca09c 100644
--- a/htdocs/langs/hr_HR/install.lang
+++ b/htdocs/langs/hr_HR/install.lang
@@ -45,7 +45,7 @@ ForceHttps=Force secure connections (https)
CheckToForceHttps=Check this option to force secure connections (https). This requires that the web server is configured with an SSL certificate.
DolibarrDatabase=Dolibarr Database
DatabaseType=Database type
-DriverType=Tip upr. programa
+DriverType=Vrsta upr. programa
Server=Server
ServerAddressDescription=Name or ip address for the database server. Usually 'localhost' when the database server is hosted on the same server as the web server.
ServerPortDescription=Database server port. Keep empty if unknown.
diff --git a/htdocs/langs/hr_HR/interventions.lang b/htdocs/langs/hr_HR/interventions.lang
index 202e8e47ad7..b0ce784e85b 100644
--- a/htdocs/langs/hr_HR/interventions.lang
+++ b/htdocs/langs/hr_HR/interventions.lang
@@ -3,13 +3,13 @@ Intervention=Intervencija
Interventions=Intervencije
InterventionCard=Kartica intervencije
NewIntervention=Nova intervencija
-AddIntervention=Kreiraj intervenciju
+AddIntervention=Izradi intervenciju
ChangeIntoRepeatableIntervention=Change to repeatable intervention
ListOfInterventions=Popis intervencija
ActionsOnFicheInter=Akcije na intervencije
LastInterventions=Zadnjih %s intervencija
AllInterventions=Sve intervencije
-CreateDraftIntervention=Kreiraj skicu
+CreateDraftIntervention=Izradi skicu
InterventionContact=Kontakt za intervenciju
DeleteIntervention=Obriši intervenciju
ValidateIntervention=Potvrdi intervenciju
diff --git a/htdocs/langs/hr_HR/main.lang b/htdocs/langs/hr_HR/main.lang
index 8571f615495..fac8dcf0a66 100644
--- a/htdocs/langs/hr_HR/main.lang
+++ b/htdocs/langs/hr_HR/main.lang
@@ -58,7 +58,7 @@ ErrorNoRequestInError=Nema zahtjeva s greškom
ErrorServiceUnavailableTryLater=Usluga trenutno nije dostupna. Pokušajte ponovo poslije.
ErrorDuplicateField=Dvostruka vrijednost za jedno polje
ErrorSomeErrorWereFoundRollbackIsDone=Pronađene su greške. Izmjene povućene.
-ErrorConfigParameterNotDefined=Parameter %s is not defined in the Dolibarr config file conf.php.
+ErrorConfigParameterNotDefined=Značajka %s nije određena u Dolibarr datoteci s postavkama conf.php.
ErrorCantLoadUserFromDolibarrDatabase=Korisnik %s ne postoji u bazi Dolibarra
ErrorNoVATRateDefinedForSellerCountry=Greška, za zemlju '%s' nisu upisane stope poreza
ErrorNoSocialContributionForSellerCountry=Greška, za zemlju '%s' nisu upisani društveni/fiskalni porezi.
@@ -170,7 +170,7 @@ Save=Spremi
SaveAs=Spremi kao
TestConnection=Provjera veze
ToClone=Kloniraj
-ConfirmClone=Choose data you want to clone:
+ConfirmClone=Izaberite podatke koje želite klonirati:
NoCloneOptionsSpecified=Podaci za kloniranje nisu izabrani.
Of=od
Go=Idi
@@ -202,7 +202,7 @@ Password=Zaporka
PasswordRetype=Ponovi zaporku
NoteSomeFeaturesAreDisabled=Uzmite u obzir da je dosta mogućnosti i modula onemogućeno u ovom izlaganju.
Name=Ime
-NameSlashCompany=Name / Company
+NameSlashCompany=Ime / Tvrtka
Person=Osoba
Parameter=Značajka
Parameters=Značajke
@@ -212,7 +212,7 @@ NewObject=Novi%s
NewValue=Nova vrijednost
CurrentValue=Trenutna vrijednost
Code=Oznaka
-Type=Tip
+Type=Vrsta
Language=Jezik
MultiLanguage=Višejezični
Note=Napomena
@@ -223,8 +223,8 @@ Info=Dnevnik
Family=Obitelj
Description=Opis
Designation=Opis
-DescriptionOfLine=Description of line
-DateOfLine=Date of line
+DescriptionOfLine=Opis redka
+DateOfLine=Datum redka
DurationOfLine=Duration of line
Model=Predložak dokumenta
DefaultModel=Osnovni doc predložak
@@ -350,13 +350,13 @@ AmountInvoiced=Zaračunati iznos
AmountPayment=Iznos plaćanja
AmountHTShort=Amount (excl.)
AmountTTCShort=Iznos (s porezom)
-AmountHT=Amount (excl. tax)
+AmountHT=Iznos (bez PDV-a)
AmountTTC=Iznos (s porezom)
AmountVAT=Iznos poreza
MulticurrencyAlreadyPaid=Već plaćeno, u izvornoj valuti
MulticurrencyRemainderToPay=Preostalo za platiti, u izvornoj valuti
MulticurrencyPaymentAmount=Iznos plaćanja, u izvornoj valuti
-MulticurrencyAmountHT=Amount (excl. tax), original currency
+MulticurrencyAmountHT=Iznos (bez PDV-a), prvotna valuta
MulticurrencyAmountTTC=Iznos (s porezom), u izvornoj valuti
MulticurrencyAmountVAT=Iznos poreza, u izvornoj valuti
AmountLT1=Iznos poreza 2
@@ -374,8 +374,8 @@ TotalHTShort=Total (excl.)
TotalHT100Short=Total 100%% (excl.)
TotalHTShortCurrency=Total (excl. in currency)
TotalTTCShort=Ukupno s PDV-om
-TotalHT=Total (excl. tax)
-TotalHTforthispage=Total (excl. tax) for this page
+TotalHT=Ukupno bez PDV-a
+TotalHTforthispage=Ukupno (bez PDV-a) na ovoj stranici
Totalforthispage=Ukupno na ovoj stranici
TotalTTC=Ukupno s PDV-om
TotalTTCToYourCredit=Ukupno s porezom na vaš račun
@@ -387,7 +387,7 @@ TotalLT1ES=Ukupno RE
TotalLT2ES=Ukupno IRPF
TotalLT1IN=Ukupno CGST
TotalLT2IN=Ukupno SGST
-HT=Excl. tax
+HT=Bez PDV-a
TTC=S porezom
INCVATONLY=S PDV-om
INCT=Zajedno sa svim porezima
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakti/adrese ove treće osobe
AddressesForCompany=Adrese ove treće osobe
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Događaji vezani uz ovog člana
ActionsOnProduct=Radnje vezane uz ovaj proizvod
NActionsLate=%s kasni
@@ -463,7 +464,7 @@ Duration=Trajanje
TotalDuration=Ukupno trajanje
Summary=Sažetak
DolibarrStateBoard=Statistika baze podataka
-DolibarrWorkBoard=Open Items
+DolibarrWorkBoard=Otvorene stavke
NoOpenedElementToProcess=Nema otvorenih radnji za provedbu
Available=Dostupno
NotYetAvailable=Nije još dostupno
@@ -709,7 +710,7 @@ Notes=Bilješke
AddNewLine=Dodaj novu stavku
AddFile=Dodaj datoteku
FreeZone=Ovaj proizvod/usluga nije predhodno upisan
-FreeLineOfType=Free-text item, type:
+FreeLineOfType=Slobodan upis, vrsta stavke:
CloneMainAttributes=Kloniraj predmet sa svim glavnim svojstvima
ReGeneratePDF=Re-generate PDF
PDFMerge=Spoji PDF
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Poveži s ugovorom
LinkToIntervention=Poveži s zahvatom
+LinkToTicket=Link to ticket
CreateDraft=Izradi skicu
SetToDraft=Nazad na skice
ClickToEdit=Klikni za uređivanje
diff --git a/htdocs/langs/hr_HR/margins.lang b/htdocs/langs/hr_HR/margins.lang
index 4f6f998b9e8..0ee046592c7 100644
--- a/htdocs/langs/hr_HR/margins.lang
+++ b/htdocs/langs/hr_HR/margins.lang
@@ -31,14 +31,14 @@ MARGIN_TYPE=Kupovno/troškovna cijena sugerirana za izračun marže
MargeType1=Margin on Best vendor price
MargeType2=Marža prema Procjenjenoj prosječnoj cijeni (PPC)
MargeType3=Marža po cijeni troškova
-MarginTypeDesc=* Margin on best buying price = Selling price - Best vendor price defined on product card * Margin on Weighted Average Price (WAP) = Selling price - Product Weighted Average Price (WAP) or best supplier price if WAP not yet defined * Margin on Cost price = Selling price - Cost price defined on product card or WAP if cost price not defined, or best supplier price if WAP not yet defined
+MarginTypeDesc=* Margin on best buying price = Selling price - Best vendor price defined on product card * Margin on Weighted Average Price (WAP) = Selling price - Product Weighted Average Price (WAP) or best vendor price if WAP not yet defined * Margin on Cost price = Selling price - Cost price defined on product card or WAP if cost price not defined, or best vendor price if WAP not yet defined
CostPrice=Cijena troška
UnitCharges=Troškovi jedinice
Charges=Troškovi
-AgentContactType=Tip kontakta komercijalnog agenta
+AgentContactType=Vrsta kontakta komercijalnog agenta
AgentContactTypeDetails=Odredite koji tip kontakta (povezan na računu) će biti korišten za izvještaj marže po prodajnom predstavniku
rateMustBeNumeric=Stopa mora biti brojčana vrijednost
markRateShouldBeLesserThan100=Mark rate should be lower than 100
ShowMarginInfos=Prikaži infomacije o marži
CheckMargins=Detalji marže
-MarginPerSaleRepresentativeWarning=The report of margin per user use the link between third parties and sale representatives to calculate the margin of each sale representative. Because some thirdparties may not have any ddiated sale representative and some thirdparties may be linked to several, some amounts may not be included into this report (if there is no sale representative) and some may appear on different lines (for each sale representative).
+MarginPerSaleRepresentativeWarning=The report of margin per user use the link between third parties and sale representatives to calculate the margin of each sale representative. Because some thirdparties may not have any dedicated sale representative and some third parties may be linked to several, some amounts may not be included into this report (if there is no sale representative) and some may appear on different lines (for each sale representative).
diff --git a/htdocs/langs/hr_HR/members.lang b/htdocs/langs/hr_HR/members.lang
index 49945d46b38..ce9538cc391 100644
--- a/htdocs/langs/hr_HR/members.lang
+++ b/htdocs/langs/hr_HR/members.lang
@@ -35,8 +35,8 @@ EndSubscription=Kraj pretplate
SubscriptionId=Pretplata ID
MemberId=Član ID
NewMember=Novi član
-MemberType=Tip člana
-MemberTypeId=Tip ID člana
+MemberType=Vrsta člana
+MemberTypeId=Vrsta ID člana
MemberTypeLabel=Oznaka tipa člana
MembersTypes=Tipovi članova
MemberStatusDraft=Skica (potrebna potvrditi)
@@ -68,7 +68,7 @@ SubscriptionLate=Kasni
SubscriptionNotReceived=Pretplata nikad zaprimljena
ListOfSubscriptions=Popis pretplata
SendCardByMail=Send card by email
-AddMember=Kreiraj člana
+AddMember=Izradi člana
NoTypeDefinedGoToSetup=Nema definiranih tipova člana. Idite na izbornik "Tipovi članova"
NewMemberType=Novi tip člana
WelcomeEMail=Welcome email
@@ -104,7 +104,7 @@ Int=Int
DateAndTime=Datum i vrijeme
PublicMemberCard=Javna članska kartica
SubscriptionNotRecorded=Pretplata nije pohranjena
-AddSubscription=Kreiraj pretplatu
+AddSubscription=Izradi pretplatu
ShowSubscription=Prikaži pretplatu
# Label of email templates
SendingAnEMailToMember=Sending information email to member
@@ -149,7 +149,7 @@ MoreActions=Dodatna akcija za snimanje
MoreActionsOnSubscription=Dodatne akcije, predloži kao zadano kod pohrane pretplate
MoreActionBankDirect=Create a direct entry on bank account
MoreActionBankViaInvoice=Create an invoice, and a payment on bank account
-MoreActionInvoiceOnly=Kreiraj račun bez plačanja
+MoreActionInvoiceOnly=Izradi račun bez plačanja
LinkToGeneratedPages=Genereiraj vizit kartu
LinkToGeneratedPagesDesc=This screen allows you to generate PDF files with business cards for all your members or a particular member.
DocForAllMembersCards=Generiraj vizit karte za sve članove
diff --git a/htdocs/langs/hr_HR/opensurvey.lang b/htdocs/langs/hr_HR/opensurvey.lang
index ba2ca276e1c..46358d63a49 100644
--- a/htdocs/langs/hr_HR/opensurvey.lang
+++ b/htdocs/langs/hr_HR/opensurvey.lang
@@ -3,15 +3,15 @@ Survey=Anketa
Surveys=Ankete
OrganizeYourMeetingEasily=Jednostavno organizirajte sastanke i ankete. Prvo odaberite tip ankete...
NewSurvey=Nova anketa
-OpenSurveyArea=Sučelje anketa
+OpenSurveyArea=Ankete
AddACommentForPoll=Možete dodati komentar u anketu...
AddComment=Dodaj komentar
-CreatePoll=Kreiraj anketu
+CreatePoll=Izradi anketu
PollTitle=Naziv ankete
ToReceiveEMailForEachVote=Primi e-poštu za svaki glas
TypeDate=Vremenski tip
TypeClassic=Standardni tip
-OpenSurveyStep2=Odaberite datume između slobodnih dana (sivo). Odabarni dani su zeleni. Odabir možete poništiti tako da kliknete ponovo na dan koji ste odabrali
+OpenSurveyStep2=Select your dates among the free days (grey). The selected days are green. You can unselect a day previously selected by clicking again on it
RemoveAllDays=Makni sve dane
CopyHoursOfFirstDay=Kopiraj sate prvog dana
RemoveAllHours=Makni sve sate
@@ -25,8 +25,8 @@ ConfirmRemovalOfPoll=Jeste li sigurni da želite maknuti ovo glasanje (i sve gla
RemovePoll=Makni anketu
UrlForSurvey=URL za direktni pristup anketi
PollOnChoice=Kreirate anketu s više odabira u anketi. Prvo unesite sve moguće odabire za vašu anketu:
-CreateSurveyDate=Kreiraj vremensku anketu
-CreateSurveyStandard=Kreiraj standardnu anketu
+CreateSurveyDate=Izradi vremensku anketu
+CreateSurveyStandard=Izradi standardnu anketu
CheckBox=Jednostavni checkbox
YesNoList=Popis (prazno/da/ne)
PourContreList=Popis (prazno/za/protiv)
@@ -35,7 +35,7 @@ TitleChoice=Oznaka odabira
ExportSpreadsheet=Izvezi rezultate u tabelu
ExpireDate=Ograničen datum
NbOfSurveys=Broj anketa
-NbOfVoters=Br. glasača
+NbOfVoters=No. of voters
SurveyResults=Rezultati
PollAdminDesc=Niste ovlašteni za promjenu svih linija u anketi. Možete maknuti kolonu ili liniju sa %s. Također možete dodati novu kolonu sa %s.
5MoreChoices=Još 5 odabira
@@ -49,7 +49,7 @@ votes=glas(ova)
NoCommentYet=Nema komentara za anketu
CanComment=Glasači mogu komentirati anketu
CanSeeOthersVote=Glasači mogu vidjeti glasove drugih glasača
-SelectDayDesc=Za svaki odabrani dan, možete odabrati, ili ne morate, sat sastanka u sljedećem formatu: - prazno, - "8h", "8H" ili "8:00" za početak sastanka, - "8-11", "8h-11h", "8H-11H" ili "8:00-11:00" za početak i kraj sastanka, - "8h15-11h15", "8H15-11H15" ili "8:15-11:15" za isto samo sa minutama.
+SelectDayDesc=For each selected day, you can choose, or not, meeting hours in the following format: - empty, - "8h", "8H" or "8:00" to give a meeting's start hour, - "8-11", "8h-11h", "8H-11H" or "8:00-11:00" to give a meeting's start and end hour, - "8h15-11h15", "8H15-11H15" or "8:15-11:15" for the same thing but with minutes.
BackToCurrentMonth=Povratak na trenutni mjesec
ErrorOpenSurveyFillFirstSection=Niste popunili prvi dio kreiranja ankete
ErrorOpenSurveyOneChoice=Unesite barem jedan odabir
diff --git a/htdocs/langs/hr_HR/orders.lang b/htdocs/langs/hr_HR/orders.lang
index 0009a2edad2..484bcfa17ce 100644
--- a/htdocs/langs/hr_HR/orders.lang
+++ b/htdocs/langs/hr_HR/orders.lang
@@ -17,7 +17,7 @@ SupplierOrder=Narudžba dobavljaču
SuppliersOrders=Narudžbe dobavljačima
SuppliersOrdersRunning=Otvorene narudžbe dobavljačima
CustomerOrder=Sales Order
-CustomersOrders=Sales Orders
+CustomersOrders=Narudžbe kupaca
CustomersOrdersRunning=Current sales orders
CustomersOrdersAndOrdersLines=Sales orders and order details
OrdersDeliveredToBill=Sales orders delivered to bill
@@ -60,7 +60,7 @@ ProductQtyInDraftOrWaitingApproved=Količina proizvoda u skicama ili odobrenim n
MenuOrdersToBill=Isporučene narudžbe
MenuOrdersToBill2=Naplative narudžbe
ShipProduct=Pošalji proizvod
-CreateOrder=Kreiraj narudžbu
+CreateOrder=Izradi narudžbu
RefuseOrder=Odbij narudžbu
ApproveOrder=Odobri narudžbu
Approve2Order=Odobri narudžbu (druga razina)
@@ -69,7 +69,7 @@ UnvalidateOrder=Neovjeri narudžbu
DeleteOrder=Obriši narudžbu
CancelOrder=Poništi narudžbu
OrderReopened= Narudžba %s ponovo otvorena
-AddOrder=Kreiraj narudžbu
+AddOrder=Izradi narudžbu
AddToDraftOrders=Dodati u skice narudžbe
ShowOrder=Prikaži narudžbu
OrdersOpened=Narudžbe za obradu
@@ -85,7 +85,7 @@ NbOfOrders=Broj narudžbe
OrdersStatistics=Statistike narudžbe
OrdersStatisticsSuppliers=Purchase order statistics
NumberOfOrdersByMonth=Broj narudžba tijekom mjeseca
-AmountOfOrdersByMonthHT=Amount of orders by month (excl. tax)
+AmountOfOrdersByMonthHT=Ukupan iznos narudžbi po mjesecu (bez PDV-a)
ListOfOrders=Lista narudžbi
CloseOrder=Zatvori narudžbu
ConfirmCloseOrder=Are you sure you want to set this order to delivered? Once an order is delivered, it can be set to billed.
@@ -94,7 +94,7 @@ ConfirmValidateOrder=Are you sure you want to validate this order under name
ConfirmUnvalidateOrder=Are you sure you want to restore order %s to draft status?
ConfirmCancelOrder=Are you sure you want to cancel this order?
ConfirmMakeOrder=Are you sure you want to confirm you made this order on %s?
-GenerateBill=Kreiraj račun
+GenerateBill=Izradi račun
ClassifyShipped=Označi kao isporučeno
DraftOrders=Skica narudžbi
DraftSuppliersOrders=Draft purchase orders
@@ -106,7 +106,7 @@ RefOrderSupplierShort=Ref. order vendor
SendOrderByMail=Pošalji narudžbu e-poštom
ActionsOnOrder=Događaji vezani uz narudžbu
NoArticleOfTypeProduct=Ne postoji stavka tipa proizvod tako da nema isporučive stavke za ovu narudžbu
-OrderMode=Metoda narudžbe
+OrderMode=Način narudžbe
AuthorRequest=Autor zahtjeva
UserWithApproveOrderGrant=Korisniku je dozvoljeno "odobravanje narudžbi"
PaymentOrderRef=Plaćanje po narudžbi %s
diff --git a/htdocs/langs/hr_HR/other.lang b/htdocs/langs/hr_HR/other.lang
index 755ac4b0040..81defa05c8d 100644
--- a/htdocs/langs/hr_HR/other.lang
+++ b/htdocs/langs/hr_HR/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/hr_HR/printing.lang b/htdocs/langs/hr_HR/printing.lang
index c699c5187cd..32f9944db38 100644
--- a/htdocs/langs/hr_HR/printing.lang
+++ b/htdocs/langs/hr_HR/printing.lang
@@ -2,7 +2,7 @@
Module64000Name=Direktni ispis
Module64000Desc=Omogući sistem direktnog ispisa
PrintingSetup=Podešavanje sistema direktnog ispisa
-PrintingDesc=This module adds a Print button to send documents directly to a printer (without opening document into an application) with various module.
+PrintingDesc=This module adds a Print button to various modules to allow documents to be printed directly to a printer without needing to open the document in another application.
MenuDirectPrinting=Zadaci direktnog ispisa
DirectPrint=Direktni ispis
PrintingDriverDesc=Configuration variables for printing driver.
@@ -19,15 +19,15 @@ UserConf=Podešavanje prema korisniku
PRINTGCP_INFO=Podešavanje Google OAuth API
PRINTGCP_AUTHLINK=Autentifikacija
PRINTGCP_TOKEN_ACCESS=Google Cloud Print OAuth Token
-PrintGCPDesc=This driver allow to send documents directly to a printer with Google Cloud Print.
+PrintGCPDesc=This driver allows sending documents directly to a printer using Google Cloud Print.
GCP_Name=Naziv
GCP_displayName=Prikazani naziv
GCP_Id=ID pisača
GCP_OwnerName=Vlasnik
GCP_State=Stanje pisača
GCP_connectionStatus=Online stanje
-GCP_Type=Tip pisača
-PrintIPPDesc=This driver allow to send documents directly to a printer. It requires a Linux system with CUPS installed.
+GCP_Type=Vrsta pisača
+PrintIPPDesc=This driver allows sending of documents directly to a printer. It requires a Linux system with CUPS installed.
PRINTIPP_HOST=Print server
PRINTIPP_PORT=Port
PRINTIPP_USER=Korisničko ime
@@ -44,9 +44,11 @@ IPP_BW=CB
IPP_Color=Kolor
IPP_Device=Uređaj
IPP_Media=Medij pisača
-IPP_Supported=Tip medija
+IPP_Supported=Vrsta medija
DirectPrintingJobsDesc=This page lists printing jobs found for available printers.
-GoogleAuthNotConfigured=Google OAuth setup not done. Enable module OAuth and set a Google ID/Secret.
+GoogleAuthNotConfigured=Google OAuth has not been setup. Enable module OAuth and set a Google ID/Secret.
GoogleAuthConfigured=Google OAuth credentials were found into setup of module OAuth.
PrintingDriverDescprintgcp=Configuration variables for printing driver Google Cloud Print.
+PrintingDriverDescprintipp=Configuration variables for printing driver Cups.
PrintTestDescprintgcp=List of Printers for Google Cloud Print.
+PrintTestDescprintipp=List of Printers for Cups.
diff --git a/htdocs/langs/hr_HR/products.lang b/htdocs/langs/hr_HR/products.lang
index 4d43f08396a..48f1ecedb9f 100644
--- a/htdocs/langs/hr_HR/products.lang
+++ b/htdocs/langs/hr_HR/products.lang
@@ -2,6 +2,7 @@
ProductRef=Proizvod ref.
ProductLabel=Oznaka proizvoda
ProductLabelTranslated=Prevedena oznaka proizvoda
+ProductDescription=Product description
ProductDescriptionTranslated=Preveden opis proizvoda
ProductNoteTranslated=Prevedena napomena proizvoda
ProductServiceCard=Kartica proizvoda/usluga
@@ -63,7 +64,7 @@ UpdateDefaultPrice=Promjeni predefiniranu cijenu
UpdateLevelPrices=Promijeni cijene za svaki nivo
AppliedPricesFrom=Applied from
SellingPrice=Prodajna cijena
-SellingPriceHT=Selling price (excl. tax)
+SellingPriceHT=Prodajna cijena (bez PDV-a)
SellingPriceTTC=Prodajna cijena (sa PDV-om)
SellingMinPriceTTC=Minimum Selling price (inc. tax)
CostPriceDescription=This price field (excl. tax) can be used to store the average amount this product costs to your company. It may be any price you calculate yourself, for example from the average buying price plus average production and distribution cost.
@@ -92,8 +93,8 @@ PriceForEachProduct=Proizvodi s specifičnom cijenom
SupplierCard=Vendor card
PriceRemoved=Cijena uklonjena
BarCode=Barkod
-BarcodeType=Tip barkoda
-SetDefaultBarcodeType=Odredi tip barkoda
+BarcodeType=Vrsta barkoda
+SetDefaultBarcodeType=Odredi vrstu barkoda
BarcodeValue=Vrijednost barkoda
NoteNotVisibleOnBill=Bilješka (ne vidi se na računima, ponudama...)
ServiceLimitedDuration=Ako je proizvod usluga ograničenog trajanja:
@@ -133,7 +134,7 @@ NoPriceDefinedForThisSupplier=No price/qty defined for this vendor/product
NoSupplierPriceDefinedForThisProduct=No vendor price/qty defined for this product
PredefinedProductsToSell=Predefined Product
PredefinedServicesToSell=Predefined Service
-PredefinedProductsAndServicesToSell=Predefinirani proizvodi/usluge za prodaju
+PredefinedProductsAndServicesToSell=Upisani proizvodi i usluge na prodaju
PredefinedProductsToPurchase=Predefinirani proizvod za kupovinu
PredefinedServicesToPurchase=Predifinirana usluga za kupovinu
PredefinedProductsAndServicesToPurchase=Predefined products/services to purchase
diff --git a/htdocs/langs/hr_HR/projects.lang b/htdocs/langs/hr_HR/projects.lang
index c40b0ff3f7b..5a9ef2fdf4e 100644
--- a/htdocs/langs/hr_HR/projects.lang
+++ b/htdocs/langs/hr_HR/projects.lang
@@ -26,7 +26,7 @@ OnlyYourTaskAreVisible=Only tasks assigned to you are visible. Assign task to yo
ImportDatasetTasks=Tasks of projects
ProjectCategories=Project tags/categories
NewProject=Novi projekt
-AddProject=Kreiraj projekt
+AddProject=Izradi projekt
DeleteAProject=Izbriši projekt
DeleteATask=Izbriši zadatak
ConfirmDeleteAProject=Are you sure you want to delete this project?
@@ -66,7 +66,7 @@ TaskDateStart=Početak zadatka
TaskDateEnd=Završetak zadatka
TaskDescription=Opis zadatka
NewTask=Novi zadatak
-AddTask=Kreiraj zadatak
+AddTask=Izradi zadatak
AddTimeSpent=Create time spent
AddHereTimeSpentForDay=Add here time spent for this day/task
Activity=Aktivnost
diff --git a/htdocs/langs/hr_HR/propal.lang b/htdocs/langs/hr_HR/propal.lang
index 676fdc0efe3..9a8c94fd209 100644
--- a/htdocs/langs/hr_HR/propal.lang
+++ b/htdocs/langs/hr_HR/propal.lang
@@ -22,7 +22,7 @@ SearchAProposal=Pronađi ponudu
NoProposal=Bez ponude
ProposalsStatistics=Statistika ponuda
NumberOfProposalsByMonth=Broj u mjesecu
-AmountOfProposalsByMonthHT=Amount by month (excl. tax)
+AmountOfProposalsByMonthHT=Iznos po mjesecu (bez PDV-a)
NbOfProposals=Broj ponuda
ShowPropal=Prikaži ponudu
PropalsDraft=Skice
diff --git a/htdocs/langs/hr_HR/resource.lang b/htdocs/langs/hr_HR/resource.lang
index 1b85c37daf1..c16e266ebe7 100644
--- a/htdocs/langs/hr_HR/resource.lang
+++ b/htdocs/langs/hr_HR/resource.lang
@@ -5,13 +5,13 @@ DeleteResource=Obriši sredstvo
ConfirmDeleteResourceElement=Potvrdite brisanje sredstva za ovaj element
NoResourceInDatabase=Nema sredstava u bazi
NoResourceLinked=Nema povezanih sredstava
-
+ActionsOnResource=Events about this resource
ResourcePageIndex=Popis sredstava
ResourceSingular=Sredstvo
ResourceCard=Kartica sredstva
-AddResource=Kreiraj sredstvo
+AddResource=Izradi sredstvo
ResourceFormLabel_ref=Naziv sredstva
-ResourceType=Tip sredstva
+ResourceType=Vrsta sredstva
ResourceFormLabel_description=Opis sredstva
ResourcesLinkedToElement=Sredstva povezana s elementom
diff --git a/htdocs/langs/hr_HR/sendings.lang b/htdocs/langs/hr_HR/sendings.lang
index aff0410d44a..433fc80c152 100644
--- a/htdocs/langs/hr_HR/sendings.lang
+++ b/htdocs/langs/hr_HR/sendings.lang
@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - sendings
-RefSending=Ref. isporuke
+RefSending=Broj
Sending=Isporuka
Sendings=Isporuke
AllSendings=Sve otpremnice
@@ -7,20 +7,20 @@ Shipment=Pošiljka
Shipments=Pošiljke
ShowSending=Prikaži otrpemnice
Receivings=Dostavne primke
-SendingsArea=Sučelje otprema
+SendingsArea=Otprema
ListOfSendings=Popis pošiljki
-SendingMethod=Metoda dostave
+SendingMethod=Način dostave
LastSendings=Zadnjih %s isporuka
StatisticsOfSendings=Statistike pošiljki
NbOfSendings=Broj pošiljki
NumberOfShipmentsByMonth=Broj pošiljki tijekom mjeseca
SendingCard=Kartica otpreme
NewSending=Nova pošiljka
-CreateShipment=Kreiraj pošiljku
+CreateShipment=Izradi pošiljku
QtyShipped=Količina poslana
QtyShippedShort=Qty ship.
QtyPreparedOrShipped=Qty prepared or shipped
-QtyToShip=Količina za poslat
+QtyToShip=Količina za isporuku
QtyReceived=Količina primljena
QtyInOtherShipments=Qty in other shipments
KeepToShip=Preostalo za isporuku
@@ -35,29 +35,29 @@ StatusSendingProcessed=Obrađen
StatusSendingDraftShort=Skica
StatusSendingValidatedShort=Ovjereno
StatusSendingProcessedShort=Obrađen
-SendingSheet=Otpremni list
+SendingSheet=Dostavnica
ConfirmDeleteSending=Are you sure you want to delete this shipment?
ConfirmValidateSending=Are you sure you want to validate this shipment with reference %s?
ConfirmCancelSending=Are you sure you want to cancel this shipment?
DocumentModelMerou=Merou A5 model
WarningNoQtyLeftToSend=Upozorenje, nema prozvoda za isporuku.
StatsOnShipmentsOnlyValidated=Statistika se vodi po otpremnicama koje su ovjerene. Korišteni datum je datum ovjere otpremnice (planirani datum isporuke nije uvjek poznat).
-DateDeliveryPlanned=Planirani dan isporuke
+DateDeliveryPlanned=Planirani datum isporuke
RefDeliveryReceipt=Ref delivery receipt
StatusReceipt=Status delivery receipt
DateReceived=Datum primitka pošiljke
-SendShippingByEMail=Pošalji pošiljku putem e-pošte
-SendShippingRef=Podnošenje otpeme %s
+SendShippingByEMail=Send shipment by email
+SendShippingRef=Dostavnica %s
ActionsOnShipping=Događaji na otpremnici
-LinkToTrackYourPackage=Poveznica za pračenje pošiljke
+LinkToTrackYourPackage=Poveznica na praćenje pošiljke
ShipmentCreationIsDoneFromOrder=Trenutno, kreiranje nove otpremnice se radi iz kartice narudžbe.
ShipmentLine=Stavka otpremnice
-ProductQtyInCustomersOrdersRunning=Product quantity into open customer orders
+ProductQtyInCustomersOrdersRunning=Product quantity into open sales orders
ProductQtyInSuppliersOrdersRunning=Product quantity into open purchase orders
-ProductQtyInShipmentAlreadySent=Product quantity from open customer order already sent
-ProductQtyInSuppliersShipmentAlreadyRecevied=Product quantity from open supplier order already received
-NoProductToShipFoundIntoStock=Nije pronađen proizvod za isporuku u skladištu %s. Ispravite zalihe ili se vratite nazad i odaberite drugo skladište.
-WeightVolShort=Težina/Volumen
+ProductQtyInShipmentAlreadySent=Product quantity from open sales order already sent
+ProductQtyInSuppliersShipmentAlreadyRecevied=Product quantity from open purchase order already received
+NoProductToShipFoundIntoStock=No product to ship found in warehouse %s. Correct stock or go back to choose another warehouse.
+WeightVolShort=Masa/Volumen
ValidateOrderFirstBeforeShipment=Prvo morate ovjeriti narudžbu prije izrade otpremnice.
# Sending methods
@@ -69,4 +69,4 @@ SumOfProductWeights=Ukupna težina proizvoda
# warehouse details
DetailWarehouseNumber= Skladišni detalji
-DetailWarehouseFormat= W:%s (Qty : %d)
+DetailWarehouseFormat= W:%s (Qty: %d)
diff --git a/htdocs/langs/hr_HR/stripe.lang b/htdocs/langs/hr_HR/stripe.lang
index b8d4e4275e8..b730288aa37 100644
--- a/htdocs/langs/hr_HR/stripe.lang
+++ b/htdocs/langs/hr_HR/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/hr_HR/supplier_proposal.lang b/htdocs/langs/hr_HR/supplier_proposal.lang
index 3f24fc4f0f1..524872ec4ab 100644
--- a/htdocs/langs/hr_HR/supplier_proposal.lang
+++ b/htdocs/langs/hr_HR/supplier_proposal.lang
@@ -15,7 +15,7 @@ SupplierProposals=Ponude dobavljača
SupplierProposalsShort=Ponude dobavljača
NewAskPrice=Novo traženje cijene
ShowSupplierProposal=Prikaži zahtjev
-AddSupplierProposal=Kreiraj zahtjev za cijenom
+AddSupplierProposal=Izradi zahtjev za cijenom
SupplierProposalRefFourn=Vendor ref
SupplierProposalDate=Datum isporuke
SupplierProposalRefFournNotice=Prije zatvaranja s "Prihvačeno", provjerite reference dobavljača.
@@ -32,8 +32,8 @@ SupplierProposalStatusValidatedShort=Ovjereno
SupplierProposalStatusClosedShort=Zatvoreno
SupplierProposalStatusSignedShort=Prihvačeno
SupplierProposalStatusNotSignedShort=Odbijeno
-CopyAskFrom=Kreiraj zahtjev za cijenom kopirajući postojeći zahtjev
-CreateEmptyAsk=Kreiraj prazan zahtjev
+CopyAskFrom=Izradi zahtjev za cijenom kopirajući postojeći zahtjev
+CreateEmptyAsk=Izradi prazan zahtjev
ConfirmCloneAsk=Are you sure you want to clone the price request %s?
ConfirmReOpenAsk=Are you sure you want to open back the price request %s?
SendAskByMail=Pošalji zahtjev za cijenom poštom
diff --git a/htdocs/langs/hr_HR/suppliers.lang b/htdocs/langs/hr_HR/suppliers.lang
index 7572f5a92cb..f75d38c44c8 100644
--- a/htdocs/langs/hr_HR/suppliers.lang
+++ b/htdocs/langs/hr_HR/suppliers.lang
@@ -1,10 +1,10 @@
-# Dolibarr language file - Source file is en_US - suppliers
+# Dolibarr language file - Source file is en_US - vendors
Suppliers=Vendors
SuppliersInvoice=Vendor invoice
ShowSupplierInvoice=Show Vendor Invoice
NewSupplier=New vendor
History=Povijest
-ListOfSuppliers=List of vendors
+ListOfSuppliers=Popis dobavljača
ShowSupplier=Show vendor
OrderDate=Datum narudžbe
BuyingPriceMin=Best buying price
@@ -15,15 +15,15 @@ SomeSubProductHaveNoPrices=Neki od pod proizvoda nemaju definiranu cijenu
AddSupplierPrice=Add buying price
ChangeSupplierPrice=Change buying price
SupplierPrices=Vendor prices
-ReferenceSupplierIsAlreadyAssociatedWithAProduct=Ova ref. dobavljača već je povezana s ref.: %s
+ReferenceSupplierIsAlreadyAssociatedWithAProduct=This vendor reference is already associated with a product: %s
NoRecordedSuppliers=No vendor recorded
SupplierPayment=Vendor payment
SuppliersArea=Vendor area
-RefSupplierShort=Ref. vendor
+RefSupplierShort=Oznaka dobavljača
Availability=Dostupnost
-ExportDataset_fournisseur_1=Vendor invoices list and invoice lines
+ExportDataset_fournisseur_1=Vendor invoices and invoice details
ExportDataset_fournisseur_2=Vendor invoices and payments
-ExportDataset_fournisseur_3=Purchase orders and order lines
+ExportDataset_fournisseur_3=Purchase orders and order details
ApproveThisOrder=Odobri narudžbu
ConfirmApproveThisOrder=Are you sure you want to approve order %s?
DenyingThisOrder=Zabrani narudžbu
@@ -35,13 +35,13 @@ ListOfSupplierProductForSupplier=List of products and prices for vendor %s%s.
PasswordChangeRequest=Request to change password for %s
@@ -61,8 +61,8 @@ LinkToCompanyContact=Veza na komitenta/kontakt
LinkedToDolibarrMember=Poveži s članom
LinkedToDolibarrUser=Poveži s korisnikom
LinkedToDolibarrThirdParty=Veza na Dolibarr komitenta
-CreateDolibarrLogin=Kreiraj korisnika
-CreateDolibarrThirdParty=Kreiraj komitenta
+CreateDolibarrLogin=Izradi korisnika
+CreateDolibarrThirdParty=Izradi komitenta
LoginAccountDisableInDolibarr=Račun je onemogučen u Dolibarr-u.
UsePersonalValue=Koristi osobnu vrijednost
InternalUser=Interni korisnik
@@ -97,7 +97,7 @@ NbOfPermissions=No. of permissions
DontDowngradeSuperAdmin=Samo superadmin može unazaditi superadmina
HierarchicalResponsible=Nadglednik
HierarchicView=Hijerarhijski prikaz
-UseTypeFieldToChange=Koristi polje Tip za promjenu
+UseTypeFieldToChange=Koristi polje Vrsta za promjenu
OpenIDURL=OpenID URL
LoginUsingOpenID=Koristi OpenID za prijavu
WeeklyHours=Hours worked (per week)
diff --git a/htdocs/langs/hr_HR/website.lang b/htdocs/langs/hr_HR/website.lang
index e0b26a0ac1b..ada37124c25 100644
--- a/htdocs/langs/hr_HR/website.lang
+++ b/htdocs/langs/hr_HR/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/hr_HR/withdrawals.lang b/htdocs/langs/hr_HR/withdrawals.lang
index 784d9f2ba53..06c7880bb11 100644
--- a/htdocs/langs/hr_HR/withdrawals.lang
+++ b/htdocs/langs/hr_HR/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Isplatna datoteka
SetToStatusSent=Postavi status "Datoteka poslana"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistika statusa stavki
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/hu_HU/accountancy.lang b/htdocs/langs/hu_HU/accountancy.lang
index fe4a3421bb3..b001cd9bf1a 100644
--- a/htdocs/langs/hu_HU/accountancy.lang
+++ b/htdocs/langs/hu_HU/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Természet
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Eladások
AccountingJournalType3=Beszerzések
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/hu_HU/admin.lang b/htdocs/langs/hu_HU/admin.lang
index 78f0003530f..b7a4c9177cb 100644
--- a/htdocs/langs/hu_HU/admin.lang
+++ b/htdocs/langs/hu_HU/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Értesítések
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Létrehozza / módosítja szolgáltatások
Permission534=Törlés szolgáltatások
Permission536=Lásd még: / szolgáltatások kezelésére rejtett
Permission538=Export szolgáltatások
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Olvassa el adományokat
Permission702=Létrehozza / módosítja adományok
Permission703=Törlés adományok
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Figyelem, egyes Linux rendszereken, hogy küldjön e-mailt az e-mail, sendmail beállítás végrehajtása lehetőséget kell conatins-ba (paraméter mail.force_extra_parameters be a php.ini fájl). Ha néhány címzett nem fogadja az üzeneteket, próbáld meg szerkeszteni ezt a PHP paraméter = mail.force_extra_parameters-ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Keresés optimalizálása
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug betöltve.
-XCacheInstalled=XCache betöltve.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/hu_HU/bills.lang b/htdocs/langs/hu_HU/bills.lang
index fbc72fd179a..f09b0754b02 100644
--- a/htdocs/langs/hu_HU/bills.lang
+++ b/htdocs/langs/hu_HU/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma számla
InvoiceProFormaDesc=Proforma számla egy kép egy valódi számla, de nincs könyvelési értéke.
InvoiceReplacement=Csere számla
InvoiceReplacementAsk=A számla csere számlája
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Jóváírás
InvoiceAvoirAsk=Számlát javtó jóváíró számla
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Fizetés magasabb az emlékeztetőben leírtnál
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Osztályozva mint 'Fizetve'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Osztályozva mint 'Részben fizetve'
ClassifyCanceled=Osztályozva mint 'Elhagyott'
ClassifyClosed=Osztályozva mint 'Lezárt'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Helyetesítő számla megjelenítése
ShowInvoiceAvoir=Jóváírás mutatása
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Fizetés mutatása
AlreadyPaid=Már kifizetett
AlreadyPaidBack=Visszafizetés megtörtént
diff --git a/htdocs/langs/hu_HU/companies.lang b/htdocs/langs/hu_HU/companies.lang
index 22ab3c6c139..06b41da68c4 100644
--- a/htdocs/langs/hu_HU/companies.lang
+++ b/htdocs/langs/hu_HU/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Álnév megnevezése (kereskedelmi, jogvédett, ...)
AliasNameShort=Alias Name
Companies=Cégek
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Nincs
Vendor=Vendor
+Supplier=Vendor
AddContact=Kapcsolat létrehozása
AddContactAddress=Kapcsolat/cím létrehozása
EditContact=Kapcsoalt szerkesztése
diff --git a/htdocs/langs/hu_HU/errors.lang b/htdocs/langs/hu_HU/errors.lang
index 6819767dad9..53bc6470549 100644
--- a/htdocs/langs/hu_HU/errors.lang
+++ b/htdocs/langs/hu_HU/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Speciális karakterek használata nem engedé
ErrorNumRefModel=A referencia létezik az adatbázis (%s), és nem kompatibilis ezzel a számozással a szabály. Vegye rekord vagy átnevezték hivatkozással, hogy aktiválja ezt a modult.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Hiba a maszk
ErrorBadMaskFailedToLocatePosOfSequence=Hiba, maszk sorozatszám nélkül
ErrorBadMaskBadRazMonth=Hiba, rossz érték visszaállítása
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/hu_HU/main.lang b/htdocs/langs/hu_HU/main.lang
index 0f997f74480..c94e91f20af 100644
--- a/htdocs/langs/hu_HU/main.lang
+++ b/htdocs/langs/hu_HU/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kapcsolat/cím ehhez a harmadik félhez
AddressesForCompany=Cím ehhez a harmadik félhez
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Események ezzel a taggal kapcsolatban
ActionsOnProduct=Events about this product
NActionsLate=%s késés
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Tervezet készítése
SetToDraft=Vissza a vázlathoz
ClickToEdit=Kattintson a szerkesztéshez
diff --git a/htdocs/langs/hu_HU/other.lang b/htdocs/langs/hu_HU/other.lang
index 553b69e8446..6d0a9f9a1a6 100644
--- a/htdocs/langs/hu_HU/other.lang
+++ b/htdocs/langs/hu_HU/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=A beavatkozás %s nem érvényesítette.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/hu_HU/products.lang b/htdocs/langs/hu_HU/products.lang
index 4045450ea37..d60bbc8519c 100644
--- a/htdocs/langs/hu_HU/products.lang
+++ b/htdocs/langs/hu_HU/products.lang
@@ -2,6 +2,7 @@
ProductRef=Termék ref#.
ProductLabel=Termék neve
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Termék/Szolgáltatás kártya
diff --git a/htdocs/langs/hu_HU/stripe.lang b/htdocs/langs/hu_HU/stripe.lang
index 224c4a49612..436eed8920c 100644
--- a/htdocs/langs/hu_HU/stripe.lang
+++ b/htdocs/langs/hu_HU/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/hu_HU/website.lang b/htdocs/langs/hu_HU/website.lang
index e84a4c5aa47..6a6693d8b9a 100644
--- a/htdocs/langs/hu_HU/website.lang
+++ b/htdocs/langs/hu_HU/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/hu_HU/withdrawals.lang b/htdocs/langs/hu_HU/withdrawals.lang
index 1455787b6b5..0c3d5001cc4 100644
--- a/htdocs/langs/hu_HU/withdrawals.lang
+++ b/htdocs/langs/hu_HU/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/id_ID/accountancy.lang b/htdocs/langs/id_ID/accountancy.lang
index 87a4ab6c61b..59a863574ff 100644
--- a/htdocs/langs/id_ID/accountancy.lang
+++ b/htdocs/langs/id_ID/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=init akuntansi
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Pilihan
OptionModeProductSell=Mode penjualan
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/id_ID/admin.lang b/htdocs/langs/id_ID/admin.lang
index 6287fa067bc..1ef3844c9e5 100644
--- a/htdocs/langs/id_ID/admin.lang
+++ b/htdocs/langs/id_ID/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Gaji
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifikasi
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Membuat/Merubah Jasa
Permission534=Menghapus Jasa
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Membaca Sumbangan
Permission702=Membuat/Merubah Sumbangan
Permission703=Menghapus Sumbangan
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/id_ID/bills.lang b/htdocs/langs/id_ID/bills.lang
index c2123564da9..f59b569b7f2 100644
--- a/htdocs/langs/id_ID/bills.lang
+++ b/htdocs/langs/id_ID/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Tagihan Proforma
InvoiceProFormaDesc=Tagihan Proforma adalah gambaran untuk tagihan sebenarnya tapi tidak mempunyai nilai akutansi.
InvoiceReplacement=Taghian pengganti
InvoiceReplacementAsk=Tagihan pengganti untuk tagihan
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Catatan kredit
InvoiceAvoirAsk=Catatan kredit untuk tagihan yang cocok atau yang sudah benar
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Pengingat untuk pembayaran yang lebih tinggi
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Menggolongkan 'Telah dibayar'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Menggolongkan 'Telah dibayarkan sebagian'
ClassifyCanceled=Menggolongkan 'Ditinggalkan'
ClassifyClosed=Menggolongkan 'Ditutup'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/id_ID/companies.lang b/htdocs/langs/id_ID/companies.lang
index 4d2e8218d11..cb085d5e958 100644
--- a/htdocs/langs/id_ID/companies.lang
+++ b/htdocs/langs/id_ID/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/id_ID/errors.lang b/htdocs/langs/id_ID/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/id_ID/errors.lang
+++ b/htdocs/langs/id_ID/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/id_ID/main.lang b/htdocs/langs/id_ID/main.lang
index 9a83f1a851e..b294092f3c7 100644
--- a/htdocs/langs/id_ID/main.lang
+++ b/htdocs/langs/id_ID/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/id_ID/other.lang b/htdocs/langs/id_ID/other.lang
index 0424ff71fbd..66f7b57c3fe 100644
--- a/htdocs/langs/id_ID/other.lang
+++ b/htdocs/langs/id_ID/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/id_ID/products.lang b/htdocs/langs/id_ID/products.lang
index e36e3d80ff7..35807138810 100644
--- a/htdocs/langs/id_ID/products.lang
+++ b/htdocs/langs/id_ID/products.lang
@@ -2,6 +2,7 @@
ProductRef=Item ref.
ProductLabel=Item label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/id_ID/stripe.lang b/htdocs/langs/id_ID/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/id_ID/stripe.lang
+++ b/htdocs/langs/id_ID/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/id_ID/website.lang b/htdocs/langs/id_ID/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/id_ID/website.lang
+++ b/htdocs/langs/id_ID/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/id_ID/withdrawals.lang b/htdocs/langs/id_ID/withdrawals.lang
index a243902eaf8..eddea5d8abc 100644
--- a/htdocs/langs/id_ID/withdrawals.lang
+++ b/htdocs/langs/id_ID/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/is_IS/accountancy.lang b/htdocs/langs/is_IS/accountancy.lang
index c15b5f30176..c567b93094e 100644
--- a/htdocs/langs/is_IS/accountancy.lang
+++ b/htdocs/langs/is_IS/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Náttúra
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Velta
AccountingJournalType3=Innkaup
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/is_IS/admin.lang b/htdocs/langs/is_IS/admin.lang
index 6492046725e..fcda617c4b1 100644
--- a/htdocs/langs/is_IS/admin.lang
+++ b/htdocs/langs/is_IS/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Tilkynningar
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Búa til / breyta þjónusta
Permission534=Eyða þjónustu
Permission536=Sjá / stjórna falinn þjónusta
Permission538=Útflutningur þjónustu
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Lesa Fjárframlög
Permission702=Búa til / breyta framlög
Permission703=Eyða Fjárframlög
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Aðvörun, á sumum Linux kerfi, að senda tölvupóst úr bréfinu, sendu mail framkvæmd skipulag verður conatins valkostur-BA (breytu mail.force_extra_parameters í skrá php.ini þinn). Ef viðtakendur eru margir aldrei fá tölvupóst, reyna að breyta þessari PHP breytu með mail.force_extra_parameters =-BA).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/is_IS/bills.lang b/htdocs/langs/is_IS/bills.lang
index cb0b6d34674..7c4b15c6d68 100644
--- a/htdocs/langs/is_IS/bills.lang
+++ b/htdocs/langs/is_IS/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma reikning
InvoiceProFormaDesc=Proforma reikningur með mynd af a sannur reikning en hefur engar bókhalds gildi.
InvoiceReplacement=Skipti reikningi
InvoiceReplacementAsk=Skipti reikning fyrir reikning
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit athugið
InvoiceAvoirAsk=Credit athugið að leiðrétta reikning
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Greiðsla hærri en áminning að borga
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Flokka 'Greiddur'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Flokka 'Greiddur hluta'
ClassifyCanceled=Flokka 'Yfirgefinn'
ClassifyClosed=Lokað Flokka '
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Sýna skipta Reikningar
ShowInvoiceAvoir=Sýna kredit athugið
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Sýna greiðslu
AlreadyPaid=Þegar greitt
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/is_IS/companies.lang b/htdocs/langs/is_IS/companies.lang
index b971ddb1127..29eb767e26f 100644
--- a/htdocs/langs/is_IS/companies.lang
+++ b/htdocs/langs/is_IS/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Stofnanir
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Breyta tengilið / netfang
diff --git a/htdocs/langs/is_IS/errors.lang b/htdocs/langs/is_IS/errors.lang
index 0f5966e525c..eef5defc668 100644
--- a/htdocs/langs/is_IS/errors.lang
+++ b/htdocs/langs/is_IS/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Sérstafir eru ekki leyfðar í reitinn " %s
ErrorNumRefModel=Vísun til staðar í gagnagrunninum ( %s ) og er ekki með þessari tala reglu. Fjarlægja færslu eða endurnefna þær tilvísun til að virkja þessa einingu.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Villa á grímu
ErrorBadMaskFailedToLocatePosOfSequence=Villa, gríma án fjölda röð
ErrorBadMaskBadRazMonth=Villa, slæmt endurstilla gildi
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/is_IS/main.lang b/htdocs/langs/is_IS/main.lang
index 14b355fae1d..8e128f16e1f 100644
--- a/htdocs/langs/is_IS/main.lang
+++ b/htdocs/langs/is_IS/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Viðburðir um þennan notanda
ActionsOnProduct=Events about this product
NActionsLate=%s seint
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Búa til drög
SetToDraft=Back to draft
ClickToEdit=Smelltu til að breyta
diff --git a/htdocs/langs/is_IS/other.lang b/htdocs/langs/is_IS/other.lang
index f159c4d45dd..a505cac202b 100644
--- a/htdocs/langs/is_IS/other.lang
+++ b/htdocs/langs/is_IS/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Á% afskipti s hefur verið staðfest.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/is_IS/products.lang b/htdocs/langs/is_IS/products.lang
index 563abacb975..84eddde13a9 100644
--- a/htdocs/langs/is_IS/products.lang
+++ b/htdocs/langs/is_IS/products.lang
@@ -2,6 +2,7 @@
ProductRef=Vara dómari.
ProductLabel=Merkimiða vöru
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Vörur / Þjónusta kort
diff --git a/htdocs/langs/is_IS/stripe.lang b/htdocs/langs/is_IS/stripe.lang
index 434ccddb77c..5d320f9ed1a 100644
--- a/htdocs/langs/is_IS/stripe.lang
+++ b/htdocs/langs/is_IS/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/is_IS/website.lang b/htdocs/langs/is_IS/website.lang
index e5fe3f05d8a..c6b0f89f0b0 100644
--- a/htdocs/langs/is_IS/website.lang
+++ b/htdocs/langs/is_IS/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/is_IS/withdrawals.lang b/htdocs/langs/is_IS/withdrawals.lang
index dafb7abf728..e934164fafa 100644
--- a/htdocs/langs/is_IS/withdrawals.lang
+++ b/htdocs/langs/is_IS/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/it_IT/accountancy.lang b/htdocs/langs/it_IT/accountancy.lang
index d48ef981c48..d94debdc2fd 100644
--- a/htdocs/langs/it_IT/accountancy.lang
+++ b/htdocs/langs/it_IT/accountancy.lang
@@ -9,13 +9,13 @@ ACCOUNTING_EXPORT_AMOUNT=Esporta importo
ACCOUNTING_EXPORT_DEVISE=Esporta valuta
Selectformat=Scegli il formato del file
ACCOUNTING_EXPORT_FORMAT=Scegli il formato del file
-ACCOUNTING_EXPORT_ENDLINE=Select the carriage return type
+ACCOUNTING_EXPORT_ENDLINE=Seleziona il tipo di ritorno a capo
ACCOUNTING_EXPORT_PREFIX_SPEC=Specifica il prefisso per il nome del file
ThisService=Questo servizio
ThisProduct=Questo prodotto
DefaultForService=Predefinito per servizio
DefaultForProduct=Predefinito per prodotto
-CantSuggest=Can't suggest
+CantSuggest=Non posso suggerire
AccountancySetupDoneFromAccountancyMenu=La maggior parte del setup della contabilità è effettuata dal menù %s
ConfigAccountingExpert=Configurazione del modulo contabilità esperta
Journalization=Giornali
@@ -23,14 +23,14 @@ Journaux=Giornali
JournalFinancial=Giornali finanziari
BackToChartofaccounts=Ritorna alla lista dell'account
Chartofaccounts=Piano dei conti
-CurrentDedicatedAccountingAccount=Current dedicated account
+CurrentDedicatedAccountingAccount=Attuale account dedicato
AssignDedicatedAccountingAccount=Nuovo account da assegnare
InvoiceLabel=Etichetta fattura
-OverviewOfAmountOfLinesNotBound=Overview of amount of lines not bound to an accounting account
-OverviewOfAmountOfLinesBound=Overview of amount of lines already bound to an accounting account
+OverviewOfAmountOfLinesNotBound=Panoramica della quantità di linee non collegate a un account contabile
+OverviewOfAmountOfLinesBound=Panoramica della quantità di linee già associate a un account contabile
OtherInfo=Altre informazioni
DeleteCptCategory=Rimuovi conto corrente dal gruppo
-ConfirmDeleteCptCategory=Are you sure you want to remove this accounting account from the accounting account group?
+ConfirmDeleteCptCategory=Sei sicuro di voler rimuovere questo account contabile dal gruppo di account contabilità?
JournalizationInLedgerStatus=Stato delle registrazioni
AlreadyInGeneralLedger=Già registrato nei libri mastri
NotYetInGeneralLedger=Non ancora registrato nei libri mastri
@@ -42,7 +42,7 @@ CountriesInEEC=Paesi nella CEE
CountriesNotInEEC=Paesi al di fuori della CEE
CountriesInEECExceptMe=Paesi nella CEE eccetto %s
CountriesExceptMe=Tutti i paesi eccetto %s
-AccountantFiles=Export accounting documents
+AccountantFiles=Esportare documenti contabili
MainAccountForCustomersNotDefined=Account principale di contabilità per i clienti non definito nel setup
MainAccountForSuppliersNotDefined=Account principale di contabilità per fornitori non definito nel setup
@@ -53,10 +53,10 @@ MainAccountForSubscriptionPaymentNotDefined=Account principale di contabilità p
AccountancyArea=Area di contabilità
AccountancyAreaDescIntro=L'utilizzo del modulo di contabilità è effettuato in diversi step:
AccountancyAreaDescActionOnce=Le seguenti azioni vengono di solito eseguite una volta sola, o una volta all'anno...
-AccountancyAreaDescActionOnceBis=Next steps should be done to save you time in future by suggesting you the correct default accounting account when making the journalization (writing record in Journals and General ledger)
+AccountancyAreaDescActionOnceBis=I prossimi passi dovrebbero essere fatti per farti risparmiare tempo in futuro, suggerendoti l'account di contabilità predefinito corretto quando fai la registrazione nel Giornale (registra nel Libro Mastro e Contabilità Generale)
AccountancyAreaDescActionFreq=Le seguenti azioni vengono di solito eseguite ogni mese, settimana o giorno per le grandi compagnie...
-AccountancyAreaDescJournalSetup=STEP %s: Create or check content of your journal list from menu %s
+AccountancyAreaDescJournalSetup=PASSO %s: Crea o controlla il contenuto del tuo elenco del giornale dal menu %s
AccountancyAreaDescChartModel=STEP %s: Crea un modello di piano dei conti dal menu %s
AccountancyAreaDescChart=STEP %s: Crea o seleziona il tuo piano dei conti dal menu %s
@@ -79,40 +79,40 @@ AccountancyAreaDescAnalyze=STEP %s: Aggiunti o modifica le transazioni esistenti
AccountancyAreaDescClosePeriod=STEP %s: Chiudo il periodo così non verranno fatte modifiche in futuro.
TheJournalCodeIsNotDefinedOnSomeBankAccount=Uno step obbligatorio non è stato completato (il codice del diario contabile non è stato definito per tutti i conti bancari)
-Selectchartofaccounts=Seleziona una lista degli account
+Selectchartofaccounts=Seleziona il piano dei conti attivo
ChangeAndLoad=Cambia e carica
-Addanaccount=Aggiungi un account di contabilità
-AccountAccounting=Account di contabilità
+Addanaccount=Aggiungi un conto di contabilità
+AccountAccounting=Conto di contabilità
AccountAccountingShort=Conto
-SubledgerAccount=Subledger account
-SubledgerAccountLabel=Subledger account label
-ShowAccountingAccount=Mostra account di contabilità
+SubledgerAccount=Conto del registro secondario
+SubledgerAccountLabel=Etichetta del conto Registro secondario
+ShowAccountingAccount=Mostra conti di contabilità
ShowAccountingJournal=Mostra diario contabile
-AccountAccountingSuggest=Account per contabilità suggerito
-MenuDefaultAccounts=Account di default
+AccountAccountingSuggest=Conto suggerito per contabilità
+MenuDefaultAccounts=Conti predefiniti
MenuBankAccounts=Conti bancari
MenuVatAccounts=Conti IVA
MenuTaxAccounts=Imposte fiscali
MenuExpenseReportAccounts=Conto spese
MenuLoanAccounts=Conti di prestito
-MenuProductsAccounts=Account prodotto
-MenuClosureAccounts=Closure accounts
-ProductsBinding=Account prodotti
-TransferInAccounting=Transfer in accounting
-RegistrationInAccounting=Registration in accounting
-Binding=Vincola all'account
+MenuProductsAccounts=Conto prodotto
+MenuClosureAccounts=Conti di chiusura
+ProductsBinding=Conti prodotti
+TransferInAccounting=Trasferimento in contabilità
+RegistrationInAccounting=Registrazione in contabilità
+Binding=Associazione ai conti
CustomersVentilation=Collegamento fatture attive
SuppliersVentilation=Associa fattura fornitore
ExpenseReportsVentilation=Associa nota spese
CreateMvts=Crea nuova transazione
UpdateMvts=Modifica una transazione
ValidTransaction=Valida transazione
-WriteBookKeeping=Register transactions in Ledger
+WriteBookKeeping=Registrare le transazioni nel Libro Mastro
Bookkeeping=Libro contabile
AccountBalance=Saldo
ObjectsRef=Sorgente oggetto in riferimento
-CAHTF=Total purchase vendor before tax
-TotalExpenseReport=Report spese totali
+CAHTF=Totale acquisto al lordo delle imposte
+TotalExpenseReport=Rapporto spese totale
InvoiceLines=Righe di fatture da vincolare
InvoiceLinesDone=Righe di fatture bloccate
ExpenseReportLines=Linee di note spese da associare
@@ -120,14 +120,14 @@ ExpenseReportLinesDone=Linee vincolate di note spese
IntoAccount=Collega linee con il piano dei conti
-Ventilate=Vincola
+Ventilate=Associa
LineId=Id di linea
Processing=In elaborazione
EndProcessing=Fine del processo
SelectedLines=Righe selezionate
Lineofinvoice=Riga fattura
LineOfExpenseReport=Linea di note spese
-NoAccountSelected=Nessun account di contabilità selezionato
+NoAccountSelected=Nessun conto di contabilità selezionato
VentilatedinAccount=Collegamento completato al piano dei conti
NotVentilatedinAccount=Non collegato al piano dei conti
XLineSuccessfullyBinded=%sprodotti/servizi correttamente collegato ad un piano dei conti
@@ -138,85 +138,86 @@ ACCOUNTING_LIST_SORT_VENTILATION_TODO=Inizia ad ordinare la pagina "Associazioni
ACCOUNTING_LIST_SORT_VENTILATION_DONE=Inizia ad ordinare la pagina "Associazioni effettuate" dagli elementi più recenti
ACCOUNTING_LENGTH_DESCRIPTION=Tronca la descrizione di prodotto & servizi negli elenchi dopo x caratteri (Consigliato = 50)
-ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Truncate product & services account description form in listings after x chars (Best = 50)
+ACCOUNTING_LENGTH_DESCRIPTION_ACCOUNT=Troncare il modulo di descrizione del conto prodotti e servizi in elenchi dopo x caratteri (Migliore = 50)
ACCOUNTING_LENGTH_GACCOUNT=Lunghezza generale del piano dei conti (se imposti come valore 6 qui, il conto 706 apparirà come 706000)
-ACCOUNTING_LENGTH_AACCOUNT=Lunghezza della contabilità di terze parti (se imposti un valore uguale a 6 ad esempio, l'account '401' apparirà come '401000' sullo schermo)
-ACCOUNTING_MANAGE_ZERO=Allow to manage different number of zeros at the end of an accounting account. Needed by some countries (like Switzerland). If set to off (default), you can set the following two parameters to ask the application to add virtual zeros.
-BANK_DISABLE_DIRECT_INPUT=Disabilita la registrazione diretta della transazione sul conto banca
-ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Enable draft export on journal
-ACCOUNTANCY_COMBO_FOR_AUX=Enable combo list for subsidiary account (may be slow if you have a lot of third parties)
+ACCOUNTING_LENGTH_AACCOUNT=Lunghezza della contabilità di terze parti (se imposti un valore uguale a 6 ad esempio, il conto '401' apparirà come '401000' sullo schermo)
+ACCOUNTING_MANAGE_ZERO=Consentire di gestire un diverso numero di zeri alla fine di un conto contabile. Necessario in alcuni paesi (come la Svizzera). Se impostato su off (predefinito), è possibile impostare i seguenti due parametri per chiedere all'applicazione di aggiungere zeri virtuali.
+BANK_DISABLE_DIRECT_INPUT=Disabilita la registrazione diretta della transazione nel conto bancario
+ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL=Abilita la bozza di esportazione sul giornale
+ACCOUNTANCY_COMBO_FOR_AUX=Abilita l'elenco combinato per il conto secondario (potrebbe essere lento se hai un sacco di terze parti)
ACCOUNTING_SELL_JOURNAL=Giornale Vendite
ACCOUNTING_PURCHASE_JOURNAL=Giornale Acquisti
ACCOUNTING_MISCELLANEOUS_JOURNAL=Giornale Varie
ACCOUNTING_EXPENSEREPORT_JOURNAL=Giornale Note Spese
ACCOUNTING_SOCIAL_JOURNAL=Giornale Sociale
-ACCOUNTING_HAS_NEW_JOURNAL=Has new Journal
+ACCOUNTING_HAS_NEW_JOURNAL=Ha un nuovo giornale
-ACCOUNTING_RESULT_PROFIT=Result accounting account (Profit)
-ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
-ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
+ACCOUNTING_RESULT_PROFIT=Conto contabile risultante (profitto)
+ACCOUNTING_RESULT_LOSS=Conto contabile risultato (perdita)
+ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Giornale di chiusura
-ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+ACCOUNTING_ACCOUNT_TRANSFER_CASH=Conto contabile del bonifico bancario transitorio
+TransitionalAccount=Conto di trasferimento bancario transitorio
-ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
-DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
-ADHERENT_SUBSCRIPTION_ACCOUNTINGACCOUNT=Accounting account to register subscriptions
+ACCOUNTING_ACCOUNT_SUSPENSE=Conto di contabilità di attesa
+DONATION_ACCOUNTINGACCOUNT=Conto di contabilità per registrare le donazioni
+ADHERENT_SUBSCRIPTION_ACCOUNTINGACCOUNT=Conto contabile per registrare gli abbonamenti
-ACCOUNTING_PRODUCT_BUY_ACCOUNT=Account di contabilità predefinito per i prodotti acquistati (se non definito nella scheda prodotto)
-ACCOUNTING_PRODUCT_SOLD_ACCOUNT=Account di contabilità predefinito per i prodotti venduti (se non definito nella scheda prodotto)
-ACCOUNTING_PRODUCT_SOLD_INTRA_ACCOUNT=Accounting account by default for the sold products in EEC (used if not defined in the product sheet)
-ACCOUNTING_PRODUCT_SOLD_EXPORT_ACCOUNT=Accounting account by default for the sold products export out of EEC (used if not defined in the product sheet)
-ACCOUNTING_SERVICE_BUY_ACCOUNT=Account di contabilità predefinito per i servizi acquistati (se non definito nella scheda servizio)
-ACCOUNTING_SERVICE_SOLD_ACCOUNT=Account di contabilità predefinito per i servizi venduti (se non definito nella scheda servizio)
+ACCOUNTING_PRODUCT_BUY_ACCOUNT=Conto di contabilità predefinito per i prodotti acquistati (se non definito nella scheda prodotto)
+ACCOUNTING_PRODUCT_SOLD_ACCOUNT=Conto di contabilità predefinito per i prodotti venduti (se non definito nella scheda prodotto)
+ACCOUNTING_PRODUCT_SOLD_INTRA_ACCOUNT=Conto contabile per impostazione predefinita per i prodotti venduti in CEE (utilizzato se non definito nella scheda prodotto)
+ACCOUNTING_PRODUCT_SOLD_EXPORT_ACCOUNT=Conto contabile per impostazione predefinita per l'esportazione dei prodotti venduti fuori dalla CEE (utilizzato se non definito nella scheda prodotto)
+ACCOUNTING_SERVICE_BUY_ACCOUNT=Conto di contabilità per impostazione predefinita per i servizi acquistati (utilizzato se non definito nel foglio di servizio)
+ACCOUNTING_SERVICE_SOLD_ACCOUNT=Conto di contabilità per impostazione predefinita per i servizi venduti (utilizzato se non definito nel foglio di servizio)
Doctype=Tipo documento
Docdate=Data
Docref=Riferimento
-LabelAccount=Etichetta account
+LabelAccount=Etichetta conto
LabelOperation=Etichetta operazione
Sens=Verso
-LetteringCode=Lettering code
-Lettering=Lettering
+LetteringCode=Codice impressioni
+Lettering=Impressioni
Codejournal=Giornale
-JournalLabel=Journal label
+JournalLabel=Etichetta del giornale
NumPiece=Numero del pezzo
TransactionNumShort=Num. transazione
-AccountingCategory=Personalized groups
+AccountingCategory=Gruppi personalizzati
GroupByAccountAccounting=Raggruppamento piano dei conti
-AccountingAccountGroupsDesc=You can define here some groups of accounting account. They will be used for personalized accounting reports.
-ByAccounts=By accounts
-ByPredefinedAccountGroups=By predefined groups
+AccountingAccountGroupsDesc=Qui puoi definire alcuni gruppi di conti contabili. Saranno utilizzati per rapporti contabili personalizzati.
+ByAccounts=Per conto
+ByPredefinedAccountGroups=Per gruppi predefiniti
ByPersonalizedAccountGroups=Gruppi personalizzati
ByYear=Per anno
NotMatch=Non impostato
DeleteMvt=Cancella linee libro contabile
DelYear=Anno da cancellare
DelJournal=Giornale da cancellare
-ConfirmDeleteMvt=This will delete all lines of the Ledger for year and/or from a specific journal. At least one criterion is required.
-ConfirmDeleteMvtPartial=This will delete the transaction from the Ledger (all lines related to same transaction will be deleted)
-FinanceJournal=Finance journal
-ExpenseReportsJournal=Expense reports journal
-DescFinanceJournal=Finance journal including all the types of payments by bank account
-DescJournalOnlyBindedVisible=This is a view of record that are bound to an accounting account and can be recorded into the Ledger.
-VATAccountNotDefined=Account for VAT not defined
-ThirdpartyAccountNotDefined=Account for third party not defined
-ProductAccountNotDefined=Account for product not defined
-FeeAccountNotDefined=Account for fee not defined
-BankAccountNotDefined=Account for bank not defined
+ConfirmDeleteMvt=Questo cancellerà tutte le righe del libro mastro per l'anno e/o da un giornale specifico. È richiesto almeno un criterio.
+ConfirmDeleteMvtPartial=Questo cancellerà la transazione dal libro mastro (tutte le righe relative alla stessa transazione saranno cancellate)
+FinanceJournal=Giornale delle finanze
+ExpenseReportsJournal=Rapporto spese
+DescFinanceJournal=Giornale finanziario che include tutti i tipi di pagamenti per conto bancario
+DescJournalOnlyBindedVisible=Questa è una vista del record che sono legati a un conto contabile e possono essere registrati nel libro mastro.
+VATAccountNotDefined=Conto per IVA non definito
+ThirdpartyAccountNotDefined=Conto per terze parti non definito
+ProductAccountNotDefined=Account per prodotto non definito
+FeeAccountNotDefined=Conto per tassa non definito
+BankAccountNotDefined=Conto per banca non definito
CustomerInvoicePayment=Pagamento fattura attiva
-ThirdPartyAccount=Third-party account
+ThirdPartyAccount=Conto terze parti
NewAccountingMvt=Nuova transazione
NumMvts=Numero della transazione
ListeMvts=Lista dei movimenti
ErrorDebitCredit=Debito e Credito non possono avere un valore contemporaneamente
-AddCompteFromBK=Add accounting accounts to the group
-ReportThirdParty=List third-party account
-DescThirdPartyReport=Consult here the list of third-party customers and vendors and their accounting accounts
+AddCompteFromBK=Aggiungi conto di contabilità al gruppo
+ReportThirdParty=Elenca conti di terze parti
+DescThirdPartyReport=Consulta qui l'elenco dei clienti e fornitori di terze parti e i loro conti contabili
ListAccounts=Lista delle voci del piano dei conti
-UnknownAccountForThirdparty=Unknown third-party account. We will use %s
-UnknownAccountForThirdpartyBlocking=Unknown third-party account. Blocking error
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. We will use %s
+UnknownAccountForThirdparty=Conto di terze parti sconosciuto. Useremo %s
+UnknownAccountForThirdpartyBlocking=Conto di terze parti sconosciuto. Errore di blocco
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Conto di terzi non definito o sconosciuto. Useremo %s
ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Third-party account not defined or third party unknown. Blocking error.
UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Unknown third-party account and waiting account not defined. Blocking error
PaymentsNotLinkedToProduct=Payment not linked to any product / service
@@ -264,7 +265,7 @@ AccountingJournals=Libri contabili
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Mostra diario contabile
-Nature=Natura
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Vendite
AccountingJournalType3=Acquisti
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Id Piano dei Conti
InitAccountancy=Inizializza contabilità
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opzioni
OptionModeProductSell=Modalità vendita
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/it_IT/admin.lang b/htdocs/langs/it_IT/admin.lang
index 76561fafefa..690abd0b4c7 100644
--- a/htdocs/langs/it_IT/admin.lang
+++ b/htdocs/langs/it_IT/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Campo calcolato
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Libreria utilizzata per generare PDF
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -493,7 +496,7 @@ DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploade
# Modules
Module0Name=Utenti e gruppi
Module0Desc=Gestione utenti/impiegati e gruppi
-Module1Name=Sogg. Terzi
+Module1Name=Soggetti terzi
Module1Desc=Companies and contacts management (customers, prospects...)
Module2Name=Commerciale
Module2Desc=Gestione commerciale
@@ -505,7 +508,7 @@ Module22Name=Mass Emailings
Module22Desc=Manage bulk emailing
Module23Name=Energia
Module23Desc=Monitoraggio del consumo energetico
-Module25Name=Sales Orders
+Module25Name=Ordini Cliente
Module25Desc=Sales order management
Module30Name=Fatture
Module30Desc=Management of invoices and credit notes for customers. Management of invoices and credit notes for suppliers
@@ -541,7 +544,7 @@ Module75Name=Spese di viaggio e note spese
Module75Desc=Gestione spese di viaggio e note spese
Module80Name=Spedizioni
Module80Desc=Shipments and delivery note management
-Module85Name=Banks & Cash
+Module85Name=Banche & Denaro
Module85Desc=Gestione di conti bancari o conti di cassa
Module100Name=External Site
Module100Desc=Add a link to an external website as a main menu icon. Website is shown in a frame under the top menu.
@@ -571,7 +574,7 @@ Module510Name=Stipendi
Module510Desc=Record and track employee payments
Module520Name=Prestiti
Module520Desc=Gestione dei prestiti
-Module600Name=Notifiche
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Varianti prodotto
@@ -772,7 +775,7 @@ PermissionAdvanced253=Creare/modificare utenti interni/esterni e permessi
Permission254=Eliminare o disattivare altri utenti
Permission255=Cambiare le password di altri utenti
Permission256=Eliminare o disabilitare altri utenti
-Permission262=Extend access to all third parties (not only third parties for which that user is a sale representative). Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.). Not effective for projects (only rules on project permissions, visibility and assignment matters).
+Permission262=Estendere l'accesso a tutte le terze parti (non solo le terze parti per le quali tale utente è un rappresentante di vendita). Non efficace per gli utenti esterni (sempre limitato a se stessi per proposte, ordini, fatture, contratti, ecc.). Non efficace per i progetti (solo le regole sulle autorizzazioni del progetto, la visibilità e le questioni relative all'assegnazione).
Permission271=Vedere CA
Permission272=Vedere fatture
Permission273=Emettere fatture
@@ -819,9 +822,9 @@ Permission532=Creare/modificare servizi
Permission534=Eliminare servizi
Permission536=Vedere/gestire servizi nascosti
Permission538=Esportare servizi
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Vedere donazioni
Permission702=Creare/modificare donazioni
Permission703=Eliminare donazioni
@@ -868,7 +871,7 @@ Permission1237=Export purchase orders and their details
Permission1251=Eseguire importazioni di massa di dati esterni nel database (data load)
Permission1321=Esportare fatture attive, attributi e pagamenti
Permission1322=Riaprire le fatture pagate
-Permission1421=Export sales orders and attributes
+Permission1421=Esporta Ordini Cliente e attributi
Permission2401=Vedere azioni (eventi o compiti) personali
Permission2402=Creare/modificare azioni (eventi o compiti) personali
Permission2403=Cancellare azioni (eventi o compiti) personali
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -927,8 +930,8 @@ Permission63001=Leggi risorse
Permission63002=Crea/modifica risorse
Permission63003=Elimina risorsa
Permission63004=Collega le risorse agli eventi
-DictionaryCompanyType=Third-party types
-DictionaryCompanyJuridicalType=Third-party legal entities
+DictionaryCompanyType=Tipo di soggetto terzo
+DictionaryCompanyJuridicalType=Entità legali di terze parti
DictionaryProspectLevel=Liv. cliente potenziale
DictionaryCanton=States/Provinces
DictionaryRegion=Regioni
@@ -939,7 +942,7 @@ DictionaryActions=Tipi di azioni/eventi
DictionarySocialContributions=Types of social or fiscal taxes
DictionaryVAT=Aliquote IVA o Tasse di vendita
DictionaryRevenueStamp=Amount of tax stamps
-DictionaryPaymentConditions=Payment Terms
+DictionaryPaymentConditions=Termini di Pagamento
DictionaryPaymentModes=Payment Modes
DictionaryTypeContact=Tipi di contatti/indirizzi
DictionaryTypeOfContainer=Website - Type of website pages/containers
@@ -955,7 +958,7 @@ DictionarySource=Origine delle proposte/ordini
DictionaryAccountancyCategory=Personalized groups for reports
DictionaryAccountancysystem=Modelli per piano dei conti
DictionaryAccountancyJournal=Libri contabili
-DictionaryEMailTemplates=Email Templates
+DictionaryEMailTemplates=Modelli e-mail
DictionaryUnits=Unità
DictionaryMeasuringUnits=Unità di misura
DictionaryProspectStatus=Stato cliente potenziale
@@ -982,9 +985,9 @@ LocalTax1Management=Secondo tipo di tassa
LocalTax1IsUsedExample=
LocalTax1IsNotUsedExample=
LocalTax2IsNotUsed=Non usare terza tassa
-LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
+LocalTax2IsUsedDesc=Utilizzare un terzo tipo di imposta (diversa dalla prima)
LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
-LocalTax2Management=Terzo tipo di tassa
+LocalTax2Management=Terzo: tipo di tassa
LocalTax2IsUsedExample=
LocalTax2IsNotUsedExample=
LocalTax1ManagementES=Gestione RE
@@ -1087,10 +1090,10 @@ Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Pending bank reconciliation
Delays_MAIN_DELAY_MEMBERS=Delayed membership fee
Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Check deposit not done
Delays_MAIN_DELAY_EXPENSEREPORTS=Expense report to approve
-SetupDescription1=Before starting to use Dolibarr some initial parameters must be defined and modules enabled/configured.
-SetupDescription2=The following two sections are mandatory (the two first entries in the Setup menu):
-SetupDescription3=%s -> %s Basic parameters used to customize the default behavior of your application (e.g for country-related features).
-SetupDescription4=%s -> %s This software is a suite of many modules/applications, all more or less independent. The modules relevant to your needs must be enabled and configured. New items/options are added to menus with the activation of a module.
+SetupDescription1=Prima di iniziare ad utilizzare Dolibarr si devono definire alcuni parametri iniziali ed abilitare/configurare i moduli.
+SetupDescription2=Le 2 seguenti sezioni sono obbligatorie (le prime 2 sezioni nel menu Impostazioni):
+SetupDescription3=%s -> %s Parametri di base utilizzati per personalizzare il comportamento predefinito della tua applicazione (es: caratteristiche relative alla nazione).
+SetupDescription4=%s -> %s Questo software è una suite composta da molteplici moduli/applicazioni, tutti più o meno indipendenti. I moduli rilevanti per le tue necessità devono essere abilitati e configurati. Nuovi oggetti/opzioni vengono aggiunti ai menu quando un modulo viene attivato.
SetupDescription5=Other Setup menu entries manage optional parameters.
LogEvents=Eventi di audit di sicurezza
Audit=Audit
@@ -1180,7 +1183,7 @@ ExtraFieldsLines=Complementary attributes (lines)
ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
-ExtraFieldsThirdParties=Complementary attributes (third party)
+ExtraFieldsThirdParties=Attributi complementari (soggetto terzo)
ExtraFieldsContacts=Complementary attributes (contacts/address)
ExtraFieldsMember=Attributi Complementari (membri)
ExtraFieldsMemberType=Attributi Complementari (tipo di membro)
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Attributi Complementari (ordini)
ExtraFieldsSupplierInvoices=Attributi Complementari (fatture)
ExtraFieldsProject=Attributi Complementari (progetti)
ExtraFieldsProjectTask=Attributi Complementari (attività)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=L'attributo %s ha un valore errato.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Attenzione: su alcuni sistemi Linux, per poter inviare email, la configurazione di sendmail deve contenere l'opzione -ba (il parametro mail.force_extra_parameters nel file php.ini). Se alcuni destinatari non ricevono messaggi di posta elettronica, provate a modificare questo parametro con mail.force_extra_parameters =-BA).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Sessioni salvate con criptazione tramite Suhosin
ConditionIsCurrently=La condizione corrente è %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Ottimizzazione della ricerca
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug caricato
-XCacheInstalled=XCache attivato
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1299,7 +1304,7 @@ WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Ask for Warehouse Source for order
##### Suppliers Orders #####
BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Ask for bank account destination of purchase order
##### Orders #####
-OrdersSetup=Sales Orders management setup
+OrdersSetup=Impostazione gestione Ordini Cliente
OrdersNumberingModules=Modelli di numerazione ordini
OrdersModelModule=Modelli per ordini in pdf
FreeLegalTextOnOrders=Testo libero sugli ordini
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Lista notifiche per utente
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Soglia
@@ -1778,13 +1783,13 @@ ExpectedChecksum=Checksum previsto
CurrentChecksum=Checksum attuale
ForcedConstants=E' richiesto un valore costante
MailToSendProposal=Proposte del cliente
-MailToSendOrder=Sales orders
+MailToSendOrder=Ordini Cliente
MailToSendInvoice=Fatture attive
MailToSendShipment=Spedizioni
MailToSendIntervention=Interventi
MailToSendSupplierRequestForQuotation=Richiesta di preventivo
MailToSendSupplierOrder=Ordini d'acquisto
-MailToSendSupplierInvoice=Fatture fornitore
+MailToSendSupplierInvoice=Fatture Fornitore
MailToSendContract=Contratti
MailToThirdparty=Soggetti terzi
MailToMember=Membri
@@ -1872,8 +1877,8 @@ NoNewEmailToProcess=No new email (matching filters) to process
NothingProcessed=Nothing done
XEmailsDoneYActionsDone=%s emails qualified, %s emails successfully processed (for %s record/actions done)
RecordEvent=Record email event
-CreateLeadAndThirdParty=Create lead (and third party if necessary)
-CreateTicketAndThirdParty=Create ticket (and third party if necessary)
+CreateLeadAndThirdParty=Crea Opportunità (e Soggetto terzo se necessario)
+CreateTicketAndThirdParty=Crea Ticket (e Soggetto terzo se necessario)
CodeLastResult=Ultimo codice risultato
NbOfEmailsInInbox=Number of emails in source directory
LoadThirdPartyFromName=Load third party searching on %s (load only)
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/it_IT/banks.lang b/htdocs/langs/it_IT/banks.lang
index 9195288e505..48a20673482 100644
--- a/htdocs/langs/it_IT/banks.lang
+++ b/htdocs/langs/it_IT/banks.lang
@@ -1,6 +1,6 @@
# Dolibarr language file - Source file is en_US - banks
Bank=Banca
-MenuBankCash=Banks | Cash
+MenuBankCash=Banche | Denaro
MenuVariousPayment=Pagamenti vari
MenuNewVariousPayment=Nuovo pagamento vario
BankName=Nome della Banca
@@ -30,7 +30,7 @@ AllTime=Dall'inizio
Reconciliation=Riconciliazione
RIB=Coordinate bancarie
IBAN=Codice IBAN
-BIC=BIC/SWIFT code
+BIC=Codice BIC/SWIFT
SwiftValid=Il codice BIC/SWIFT è valido
SwiftVNotalid=BIC/SWIFT non valido
IbanValid=Il codice IBAN è valido
diff --git a/htdocs/langs/it_IT/bills.lang b/htdocs/langs/it_IT/bills.lang
index 71887c0b194..6579fb17d2d 100644
--- a/htdocs/langs/it_IT/bills.lang
+++ b/htdocs/langs/it_IT/bills.lang
@@ -6,8 +6,8 @@ BillsCustomer=Fattura attive
BillsSuppliers=Fatture fornitore
BillsCustomersUnpaid=Fatture attive non pagate
BillsCustomersUnpaidForCompany=Fatture attive non pagate per %s
-BillsSuppliersUnpaid=Unpaid vendor invoices
-BillsSuppliersUnpaidForCompany=Unpaid vendors invoices for %s
+BillsSuppliersUnpaid=Fatture Fornitore non pagate
+BillsSuppliersUnpaidForCompany=Fatture Fornitore non pagate per %s
BillsLate=Ritardi nei pagamenti
BillsStatistics=Statistiche fatture attive
BillsStatisticsSuppliers=Vendors invoices statistics
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Fattura proforma
InvoiceProFormaDesc=La fattura proforma è uguale ad una fattura vera, ma non ha valore contabile.
InvoiceReplacement=Fattura sostitutiva
InvoiceReplacementAsk=Fattura sostitutiva
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Nota di credito
InvoiceAvoirAsk=Nota di credito per correggere fattura
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -54,7 +54,7 @@ InvoiceCustomer=Fattura attiva
CustomerInvoice=Fattura attive
CustomersInvoices=Fatture attive
SupplierInvoice=Fattura fornitore
-SuppliersInvoices=Vendors invoices
+SuppliersInvoices=Fatture Fornitore
SupplierBill=Fattura fornitore
SupplierBills=Fatture passive
Payment=Pagamento
@@ -88,13 +88,14 @@ CodePaymentMode=Payment Type (code)
LabelPaymentMode=Payment Type (label)
PaymentModeShort=Payment Type
PaymentTerm=Payment Term
-PaymentConditions=Payment Terms
-PaymentConditionsShort=Payment Terms
+PaymentConditions=Termini di Pagamento
+PaymentConditionsShort=Termini di Pagamento
PaymentAmount=Importo del pagamento
PaymentHigherThanReminderToPay=Pagamento superiore alla rimanenza da pagare
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classifica come "pagata"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classifica come "parzialmente pagata"
ClassifyCanceled=Classifica come "abbandonata"
ClassifyClosed=Classifica come "chiusa"
@@ -172,7 +173,7 @@ AllCustomerTemplateInvoices=Tutti i modelli delle fatture
OtherBills=Altre fatture
DraftBills=Fatture in bozza
CustomersDraftInvoices=Bozze di fatture attive
-SuppliersDraftInvoices=Vendor draft invoices
+SuppliersDraftInvoices=Fatture Fornitore in bozza
Unpaid=Non pagato
ConfirmDeleteBill=Vuoi davvero cancellare questa fattura?
ConfirmValidateBill=Vuoi davvero convalidare questa fattura con riferimento %s?
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Visualizza la fattura sostitutiva
ShowInvoiceAvoir=Visualizza nota di credito
ShowInvoiceDeposit=Mostra fattura d'acconto
ShowInvoiceSituation=Mostra avanzamento lavori
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Visualizza pagamento
AlreadyPaid=Già pagato
AlreadyPaidBack=Già rimborsato
@@ -248,10 +263,10 @@ DateInvoice=Data di fatturazione
DatePointOfTax=Punto di imposta
NoInvoice=Nessuna fattura
ClassifyBill=Classificazione fattura
-SupplierBillsToPay=Unpaid vendor invoices
+SupplierBillsToPay=Fatture Fornitore non pagate
CustomerBillsUnpaid=Fatture attive non pagate
NonPercuRecuperable=Non recuperabile
-SetConditions=Set Payment Terms
+SetConditions=Imposta Termini di Pagamento
SetMode=Set Payment Type
SetRevenuStamp=Imposta marca da bollo
Billed=Fatturati
@@ -375,11 +390,11 @@ ViewAvailableGlobalDiscounts=Mostra gli sconti disponibili
Statut=Stato
PaymentConditionShortRECEP=Rimessa diretta
PaymentConditionRECEP=Rimessa diretta
-PaymentConditionShort30D=a 30 giorni
+PaymentConditionShort30D=30 giorni
PaymentCondition30D=Pagamento a 30 giorni
PaymentConditionShort30DENDMONTH=30 giorni fine mese
PaymentCondition30DENDMONTH=Pagamento a 30 giorni fine mese
-PaymentConditionShort60D=a 60 giorni
+PaymentConditionShort60D=60 giorni
PaymentCondition60D=Pagamento a 60 giorni
PaymentConditionShort60DENDMONTH=60 giorni fine mese
PaymentCondition60DENDMONTH=Pagamento a 60 giorni fine mese
@@ -425,10 +440,10 @@ DeskCode=Branch code
BankAccountNumber=C.C.
BankAccountNumberKey=Checksum
Residence=Indirizzo
-IBANNumber=IBAN account number
+IBANNumber=Codice IBAN
IBAN=IBAN
BIC=BIC/SWIFT
-BICNumber=BIC/SWIFT code
+BICNumber=Codice BIC/SWIFT
ExtraInfos=Extra info
RegulatedOn=Regolamentato su
ChequeNumber=Assegno N°
@@ -446,7 +461,7 @@ IntracommunityVATNumber=Intra-Community VAT ID
PaymentByChequeOrderedTo=Check payments (including tax) are payable to %s, send to
PaymentByChequeOrderedToShort=Check payments (incl. tax) are payable to
SendTo=spedire a
-PaymentByTransferOnThisBankAccount=Payment by transfer to the following bank account
+PaymentByTransferOnThisBankAccount=Pagamento tramite Bonifico sul seguente Conto Bancario
VATIsNotUsedForInvoice=* Non applicabile IVA art-293B del CGI
LawApplicationPart1=Con l'applicazione della legge 80.335 del 12/05/80
LawApplicationPart2=I beni restano di proprietà della
diff --git a/htdocs/langs/it_IT/boxes.lang b/htdocs/langs/it_IT/boxes.lang
index 259920ab099..3ed6053cd40 100644
--- a/htdocs/langs/it_IT/boxes.lang
+++ b/htdocs/langs/it_IT/boxes.lang
@@ -7,12 +7,12 @@ BoxLastProductsInContract=Ultimi %s prodotti/servizi contrattualizzati
BoxLastSupplierBills=Latest Vendor invoices
BoxLastCustomerBills=Latest Customer invoices
BoxOldestUnpaidCustomerBills=Ultime fatture attive non pagate
-BoxOldestUnpaidSupplierBills=Oldest unpaid vendor invoices
+BoxOldestUnpaidSupplierBills=Fatture Fornitore non pagate più vecchie
BoxLastProposals=Ultime proposte commerciali
BoxLastProspects=Ultimi clienti potenziali modificati
BoxLastCustomers=Ultimi clienti modificati
BoxLastSuppliers=Ultimi fornitori modificati
-BoxLastCustomerOrders=Latest sales orders
+BoxLastCustomerOrders=Ultimi Ordini Cliente
BoxLastActions=Ultime azioni
BoxLastContracts=Ultimi contratti
BoxLastContacts=Ultimi contatti/indirizzi
@@ -23,16 +23,16 @@ BoxTitleLastRssInfos=Ultime %s notizie da %s
BoxTitleLastProducts=Products/Services: last %s modified
BoxTitleProductsAlertStock=Prodotti: allerta scorte
BoxTitleLastSuppliers=Ultimi %s ordini fornitore
-BoxTitleLastModifiedSuppliers=Vendors: last %s modified
-BoxTitleLastModifiedCustomers=Customers: last %s modified
+BoxTitleLastModifiedSuppliers=Fornitori: ultimi %s modificati
+BoxTitleLastModifiedCustomers=Clienti: ultimi %s modificati
BoxTitleLastCustomersOrProspects=Ultimi %s clienti o potenziali clienti
-BoxTitleLastCustomerBills=Latest %s Customer invoices
-BoxTitleLastSupplierBills=Latest %s Vendor invoices
-BoxTitleLastModifiedProspects=Prospects: last %s modified
+BoxTitleLastCustomerBills=Ultime %s Fatture Cliente
+BoxTitleLastSupplierBills=Ultime %sFatture Fornitore
+BoxTitleLastModifiedProspects=Clienti potenziali: ultimi %s modificati
BoxTitleLastModifiedMembers=Ultimi %s membri
BoxTitleLastFicheInter=Ultimi %s interventi modificati
BoxTitleOldestUnpaidCustomerBills=Fatture cliente: %s non pagate più vecchie
-BoxTitleOldestUnpaidSupplierBills=Vendor Invoices: oldest %s unpaid
+BoxTitleOldestUnpaidSupplierBills=Fatture fornitori: %s più vecchie non pagate
BoxTitleCurrentAccounts=Conti aperti: bilanci
BoxTitleLastModifiedContacts=Contacts/Addresses: last %s modified
BoxMyLastBookmarks=Bookmarks: latest %s
@@ -52,11 +52,11 @@ ClickToAdd=Clicca qui per aggiungere
NoRecordedCustomers=Nessun cliente registrato
NoRecordedContacts=Nessun contatto registrato
NoActionsToDo=Nessuna azione da fare
-NoRecordedOrders=No recorded sales orders
+NoRecordedOrders=Nessun Ordine Cliente registrato
NoRecordedProposals=Nessuna proposta registrata
NoRecordedInvoices=Nessuna fattura attiva registrata
NoUnpaidCustomerBills=Nessuna fattura attiva non pagata
-NoUnpaidSupplierBills=No unpaid vendor invoices
+NoUnpaidSupplierBills=Nessuna Fattura Fornitore non pagata
NoModifiedSupplierBills=No recorded vendor invoices
NoRecordedProducts=Nessun prodotto/servizio registrato
NoRecordedProspects=Nessun potenziale cliente registrato
@@ -67,7 +67,7 @@ BoxLatestSupplierOrders=Latest purchase orders
NoSupplierOrder=No recorded purchase order
BoxCustomersInvoicesPerMonth=Fatture cliente al mese
BoxSuppliersInvoicesPerMonth=Vendor Invoices per month
-BoxCustomersOrdersPerMonth=Sales Orders per month
+BoxCustomersOrdersPerMonth=Ordini Cliente per mese
BoxSuppliersOrdersPerMonth=Vendor Orders per month
BoxProposalsPerMonth=proposte al mese
NoTooLowStockProducts=Nessun prodotto sotto la soglia minima di scorte
@@ -76,7 +76,7 @@ ForObject=On %s
BoxTitleLastModifiedSupplierBills=Vendor Invoices: last %s modified
BoxTitleLatestModifiedSupplierOrders=Vendor Orders: last %s modified
BoxTitleLastModifiedCustomerBills=Customer Invoices: last %s modified
-BoxTitleLastModifiedCustomerOrders=Sales Orders: last %s modified
+BoxTitleLastModifiedCustomerOrders=Ordini: ultimi %s modificati
BoxTitleLastModifiedPropals=Ultime %s proposte modificate
ForCustomersInvoices=Fatture attive
ForCustomersOrders=Ordini cliente
diff --git a/htdocs/langs/it_IT/companies.lang b/htdocs/langs/it_IT/companies.lang
index 9666ac35dfa..e148e1d10ce 100644
--- a/htdocs/langs/it_IT/companies.lang
+++ b/htdocs/langs/it_IT/companies.lang
@@ -12,7 +12,7 @@ MenuNewSupplier=Nuovo fornitore
MenuNewPrivateIndividual=Nuovo privato
NewCompany=Nuova società (cliente, cliente potenziale, fornitore)
NewThirdParty=Nuovo soggetto terzo (cliente potenziale , cliente, fornitore)
-CreateDolibarrThirdPartySupplier=Crea una terza parte (fornitore)
+CreateDolibarrThirdPartySupplier=Crea un Soggetto terzo (fornitore)
CreateThirdPartyOnly=Crea soggetto terzo
CreateThirdPartyAndContact=Crea un soggetto terzo + un contatto
ProspectionArea=Area clienti potenziali
@@ -29,17 +29,17 @@ AliasNameShort=Pseudonimo
Companies=Società
CountryIsInEEC=Paese appartenente alla Comunità Economica Europea
PriceFormatInCurrentLanguage=Price display format in the current language and currency
-ThirdPartyName=Third-party name
-ThirdPartyEmail=Third-party email
-ThirdParty=Third-party
-ThirdParties=Third-parties
+ThirdPartyName=Nome Soggetto terzo
+ThirdPartyEmail=e-mail Soggetto terzo
+ThirdParty=Soggetto terzo
+ThirdParties=Soggetti Terzi
ThirdPartyProspects=Clienti potenziali
ThirdPartyProspectsStats=Clienti potenziali
ThirdPartyCustomers=Clienti
ThirdPartyCustomersStats=Clienti
ThirdPartyCustomersWithIdProf12=Clienti con %s o %s
ThirdPartySuppliers=Fornitori
-ThirdPartyType=Third-party type
+ThirdPartyType=Tipo di Soggetto terzo
Individual=Privato
ToCreateContactWithSameName=Will automatically create a contact/address with same information as the third party under the third party. In most cases, even if your third party is a physical person, creating a third party alone is enough.
ParentCompany=Società madre
@@ -257,8 +257,8 @@ ProfId1DZ=RC
ProfId2DZ=Art.
ProfId3DZ=NIF
ProfId4DZ=NIS
-VATIntra=VAT ID
-VATIntraShort=VAT ID
+VATIntra=Partita IVA
+VATIntraShort=Partita IVA
VATIntraSyntaxIsValid=La sintassi è valida
VATReturn=Rimborso IVA
ProspectCustomer=Cliente/Cliente potenziale
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Sconti globali fornitore (inseriti da tutti gli
SupplierAbsoluteDiscountMy=Sconti globali fornitore (inseriti da me stesso)
DiscountNone=Nessuno
Vendor=Fornitore
+Supplier=Fornitore
AddContact=Crea contatto
AddContactAddress=Crea contatto/indirizzo
EditContact=Modifica contatto/indirizzo
@@ -434,7 +435,7 @@ ErrorThirdpartiesMerge=Si è verificato un errore durante l'eliminazione di terz
NewCustomerSupplierCodeProposed=Customer or Vendor code already used, a new code is suggested
#Imports
PaymentTypeCustomer=Payment Type - Customer
-PaymentTermsCustomer=Payment Terms - Customer
+PaymentTermsCustomer=Termini di Pagamento - Cliente
PaymentTypeSupplier=Payment Type - Vendor
PaymentTermsSupplier=Payment Term - Vendor
MulticurrencyUsed=Use Multicurrency
diff --git a/htdocs/langs/it_IT/errors.lang b/htdocs/langs/it_IT/errors.lang
index b27e9b572f4..4625655d891 100644
--- a/htdocs/langs/it_IT/errors.lang
+++ b/htdocs/langs/it_IT/errors.lang
@@ -23,7 +23,7 @@ ErrorFailToGenerateFile=Failed to generate file '%s'.
ErrorThisContactIsAlreadyDefinedAsThisType=Questo contatto è già tra i contatti di questo tipo
ErrorCashAccountAcceptsOnlyCashMoney=Questo conto corrente è un conto di cassa e accetta solo pagamenti in contanti.
ErrorFromToAccountsMustDiffers=I conti bancari di origine e destinazione devono essere diversi.
-ErrorBadThirdPartyName=Bad value for third-party name
+ErrorBadThirdPartyName=Valore non valido per Nome Soggetto terzo
ErrorProdIdIsMandatory=%s obbligatorio
ErrorBadCustomerCodeSyntax=Sintassi del codice cliente errata
ErrorBadBarCodeSyntax=Bad syntax for barcode. May be you set a bad barcode type or you defined a barcode mask for numbering that does not match value scanned.
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=I caratteri speciali non sono ammessi per il
ErrorNumRefModel=Esiste un riferimento nel database (%s) e non è compatibile con questa regola di numerazione. Rimuovere o rinominare il record per attivare questo modulo.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Errore sulla maschera
ErrorBadMaskFailedToLocatePosOfSequence=Errore, maschera senza numero di sequenza
ErrorBadMaskBadRazMonth=Errore, valore di reset non valido
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
@@ -228,8 +229,8 @@ WarningPassIsEmpty=Attenzione, il database è accessibile senza password. Questa
WarningConfFileMustBeReadOnly=Attenzione, il file di configurazione htdocs/conf/conf.php è scrivibile dal server web. Questa è una grave falla di sicurezza! Impostare il file in sola lettura per l'utente utilizzato dal server web. Se si utilizza Windows e il formato FAT per il disco, dovete sapere che tale filesystem non consente la gestione delle autorizzazioni sui file, quindi non può essere completamente sicuro.
WarningsOnXLines=Warning su %s righe del sorgente
WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
-WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable the installation/migration tools by adding a file install.lock into directory %s. Omitting the creation of this file is a grave security risk.
-WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
+WarningLockFileDoesNotExists=Attenzione, una volta terminato il setup, devi disabilitare gli strumenti di installazione/migrazione aggiungendo il file install.lock nella directory %s. Omettendo la creazione di questo file è un grave riscuio per la sicurezza.
+WarningUntilDirRemoved=Tutti gli avvisi di sicurezza (visibili solo dagli amministratori) rimarranno attivi fintanto che la vulnerabilità è presente (o la costante MAIN_REMOVE_INSTALL_WARNING viene aggiunta in Impostazioni->Altre impostazioni).
WarningCloseAlways=Attenzione, la chiusura è effettiva anche se il numero degli elementi non coincide fra inizio e fine. Abilitare questa opzione con cautela.
WarningUsingThisBoxSlowDown=Attenzione: l'uso di questo box rallenterà pesantemente tutte le pagine che lo visualizzano
WarningClickToDialUserSetupNotComplete=Le impostazioni di informazione del ClickToDial per il tuo utente non sono complete (vedi la scheda ClickToDial sulla tua scheda utente)
diff --git a/htdocs/langs/it_IT/main.lang b/htdocs/langs/it_IT/main.lang
index f7995b0ef97..de9aa73f69b 100644
--- a/htdocs/langs/it_IT/main.lang
+++ b/htdocs/langs/it_IT/main.lang
@@ -370,12 +370,12 @@ PriceQtyMinHTCurrency=Price quantity min. (excl. tax) (currency)
Percentage=Percentuale
Total=Totale
SubTotal=Totale parziale
-TotalHTShort=Total (excl.)
-TotalHT100Short=Total 100%% (excl.)
-TotalHTShortCurrency=Total (excl. in currency)
+TotalHTShort=Totale Netto
+TotalHT100Short=Totalke 100 1%% Netto
+TotalHTShortCurrency=Totale Netto in valuta
TotalTTCShort=Totale (IVA inc.)
-TotalHT=Total (excl. tax)
-TotalHTforthispage=Total (excl. tax) for this page
+TotalHT=Totale Netto
+TotalHTforthispage=Totale Netto per questa Pagina
Totalforthispage=Totale in questa pagina
TotalTTC=Totale (IVA inclusa)
TotalTTCToYourCredit=Totale (IVA inclusa) a tuo credito
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contatti/indirizzi per questo soggetto terzo
AddressesForCompany=Indirizzi per questo soggetto terzo
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Azioni su questo membro
ActionsOnProduct=Eventi su questo prodotto
NActionsLate=%s azioni in ritardo
@@ -462,8 +463,8 @@ Generate=Genera
Duration=Durata
TotalDuration=Durata totale
Summary=Riepilogo
-DolibarrStateBoard=Database Statistics
-DolibarrWorkBoard=Open Items
+DolibarrStateBoard=Statistiche Gestionale
+DolibarrWorkBoard=Oggetti Aperti
NoOpenedElementToProcess=Nessun elemento aperto da elaborare
Available=Disponibile
NotYetAvailable=Non ancora disponibile
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Collega a contratto
LinkToIntervention=Collega a intervento
+LinkToTicket=Link to ticket
CreateDraft=Crea bozza
SetToDraft=Ritorna a bozza
ClickToEdit=Clicca per modificare
@@ -875,7 +877,7 @@ TitleSetToDraft=Torna a Bozza
ConfirmSetToDraft=Are you sure you want to go back to Draft status?
ImportId=ID di importazione
Events=Eventi
-EMailTemplates=Email templates
+EMailTemplates=Modelli e-mail
FileNotShared=File non condiviso con pubblico esterno
Project=Progetto
Projects=Progetti
@@ -937,8 +939,8 @@ SearchIntoProductsOrServices=Prodotti o servizi
SearchIntoProjects=Progetti
SearchIntoTasks=Compiti
SearchIntoCustomerInvoices=Fatture attive
-SearchIntoSupplierInvoices=Fatture fornitore
-SearchIntoCustomerOrders=Sales orders
+SearchIntoSupplierInvoices=Fatture Fornitore
+SearchIntoCustomerOrders=Ordini Cliente
SearchIntoSupplierOrders=Ordini d'acquisto
SearchIntoCustomerProposals=Proposte del cliente
SearchIntoSupplierProposals=Proposta venditore
@@ -967,7 +969,7 @@ AssignedTo=Azione assegnata a
Deletedraft=Elimina bozza
ConfirmMassDraftDeletion=Draft mass delete confirmation
FileSharedViaALink=File condiviso con un link
-SelectAThirdPartyFirst=Select a third party first...
+SelectAThirdPartyFirst=Seleziona prima un Soggetto terzo...
YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
Inventory=Inventario
AnalyticCode=Analytic code
diff --git a/htdocs/langs/it_IT/members.lang b/htdocs/langs/it_IT/members.lang
index 40f41c18a6c..780c0003f30 100644
--- a/htdocs/langs/it_IT/members.lang
+++ b/htdocs/langs/it_IT/members.lang
@@ -6,7 +6,7 @@ Member=Membro
Members=Membri
ShowMember=Visualizza scheda membro
UserNotLinkedToMember=L'utente non è collegato ad un membro
-ThirdpartyNotLinkedToMember=Third party not linked to a member
+ThirdpartyNotLinkedToMember=Soggetto terzo non collegato ad un membro
MembersTickets=Biglietti membri
FundationMembers=Membri della fondazione
ListOfValidatedPublicMembers=Elenco membri pubblici convalidati
@@ -26,7 +26,7 @@ MembersListQualified=Elenco dei membri qualificati
MenuMembersToValidate=Membri da convalidare
MenuMembersValidated=Membri convalidati
MenuMembersUpToDate=Membri aggiornati
-MenuMembersNotUpToDate=Membri non aggiornTI
+MenuMembersNotUpToDate=Membri non aggiornati
MenuMembersResiliated=Terminated members
MembersWithSubscriptionToReceive=Membri con adesione da riscuotere
DateSubscription=Data di adesione
diff --git a/htdocs/langs/it_IT/orders.lang b/htdocs/langs/it_IT/orders.lang
index a9aa89d62f6..9f439db00ee 100644
--- a/htdocs/langs/it_IT/orders.lang
+++ b/htdocs/langs/it_IT/orders.lang
@@ -17,14 +17,14 @@ SupplierOrder=Ordine d'acquisto
SuppliersOrders=Ordini d'acquisto
SuppliersOrdersRunning=Current purchase orders
CustomerOrder=Sales Order
-CustomersOrders=Sales Orders
-CustomersOrdersRunning=Current sales orders
+CustomersOrders=Ordini Cliente
+CustomersOrdersRunning=Ordini Cliente in corso
CustomersOrdersAndOrdersLines=Sales orders and order details
OrdersDeliveredToBill=Sales orders delivered to bill
OrdersToBill=Sales orders delivered
OrdersInProcess=Sales orders in process
-OrdersToProcess=Sales orders to process
-SuppliersOrdersToProcess=Purchase orders to process
+OrdersToProcess=Ordini Cliente da trattare
+SuppliersOrdersToProcess=Ordini Fornitore da trattare
StatusOrderCanceledShort=Annullato
StatusOrderDraftShort=Bozza
StatusOrderValidatedShort=Convalidato
@@ -97,7 +97,7 @@ ConfirmMakeOrder=Vuoi davvero confermare di aver creato questo ordine su %s
GenerateBill=Genera fattura
ClassifyShipped=Classifica come spedito
DraftOrders=Bozze di ordini
-DraftSuppliersOrders=Draft purchase orders
+DraftSuppliersOrders=Ordini di acquisto in bozza
OnProcessOrders=Ordini in lavorazione
RefOrder=Rif. ordine
RefCustomerOrder=Rif. fornitore
diff --git a/htdocs/langs/it_IT/other.lang b/htdocs/langs/it_IT/other.lang
index b1c16f67868..452d5758eeb 100644
--- a/htdocs/langs/it_IT/other.lang
+++ b/htdocs/langs/it_IT/other.lang
@@ -83,7 +83,7 @@ LinkedObject=Oggetto collegato
NbOfActiveNotifications=Number of notifications (no. of recipient emails)
PredefinedMailTest=__(Hello)__\nThis is a test mail sent to __EMAIL__.\nThe two lines are separated by a carriage return.\n\n__USER_SIGNATURE__
PredefinedMailTestHtml=__(Hello)__\nThis is a test mail (the word test must be in bold). The two lines are separated by a carriage return.
__USER_SIGNATURE__
-PredefinedMailContentContract=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
+PredefinedMailContentContract=__(Buongiorno)__\n\n\n__(Cordialmente)__\n\n__USER_SIGNATURE__
PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find invoice __REF__ attached \n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to remind you that the invoice __REF__ seems to have not been paid. A copy of the invoice is attached as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find commercial proposal __REF__ attached \n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
@@ -93,9 +93,9 @@ PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find our order __RE
PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find invoice __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find shipping __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find intervention __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentThirdparty=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentContact=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentUser=__(Hello)__\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
+PredefinedMailContentThirdparty=__(Buongiorno)__\n\n\n__(Cordialmente)__\n\n__USER_SIGNATURE__
+PredefinedMailContentContact=__(Buongiorno)__\n\n\n__(Cordialmente)__\n\n__USER_SIGNATURE__
+PredefinedMailContentUser=__(Buongiorno)__\n\n\n__(Cordialmente)__\n\n__USER_SIGNATURE__
PredefinedMailContentLink=You can click on the link below to make your payment if it is not already done.\n\n%s\n\n
DemoDesc=Dolibarr è un ERP/CRM compatto composto di diversi moduli funzionali. Un demo comprendente tutti i moduli non ha alcun senso, perché un caso simile non esiste nella realtà. Sono dunque disponibili diversi profili demo.
ChooseYourDemoProfil=Scegli il profilo demo che corrisponde alla tua attività ...
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Numero di ordini fornitore
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Intervento %s convalidato
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/it_IT/products.lang b/htdocs/langs/it_IT/products.lang
index 55901af6281..e956b7e7730 100644
--- a/htdocs/langs/it_IT/products.lang
+++ b/htdocs/langs/it_IT/products.lang
@@ -2,6 +2,7 @@
ProductRef=Rif. prodotto
ProductLabel=Etichetta prodotto
ProductLabelTranslated=Etichetta del prodotto tradotto
+ProductDescription=Product description
ProductDescriptionTranslated=Descrizione del prodotto tradotto
ProductNoteTranslated=Tradotto nota prodotto
ProductServiceCard=Scheda Prodotti/servizi
diff --git a/htdocs/langs/it_IT/stripe.lang b/htdocs/langs/it_IT/stripe.lang
index 6cad9de00dd..4f231e769ee 100644
--- a/htdocs/langs/it_IT/stripe.lang
+++ b/htdocs/langs/it_IT/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/it_IT/users.lang b/htdocs/langs/it_IT/users.lang
index 25624aa1fe3..191fead905f 100644
--- a/htdocs/langs/it_IT/users.lang
+++ b/htdocs/langs/it_IT/users.lang
@@ -87,7 +87,7 @@ GroupModified=Gruppo %s modificato con successo
GroupDeleted=Gruppo %s rimosso
ConfirmCreateContact=Vuoi davvero creare un account Dolibarr per questo contatto?
ConfirmCreateLogin=Vuoi davvero creare un account Dolibarr per questo utente?
-ConfirmCreateThirdParty=Vuoi davvero creare un soggetto terzo per questo utente?
+ConfirmCreateThirdParty=Vuoi davvero creare un soggetto terzo per questo membro?
LoginToCreate=Accedi per creare
NameToCreate=Nome del soggetto terzo da creare
YourRole=Il tuo ruolo
diff --git a/htdocs/langs/it_IT/website.lang b/htdocs/langs/it_IT/website.lang
index 8f9b03f504a..2cd44a0519c 100644
--- a/htdocs/langs/it_IT/website.lang
+++ b/htdocs/langs/it_IT/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/it_IT/withdrawals.lang b/htdocs/langs/it_IT/withdrawals.lang
index 366383c6284..38e96eaf840 100644
--- a/htdocs/langs/it_IT/withdrawals.lang
+++ b/htdocs/langs/it_IT/withdrawals.lang
@@ -25,7 +25,7 @@ WithdrawRejectStatistics=Direct debit payment reject statistics
LastWithdrawalReceipt=Latest %s direct debit receipts
MakeWithdrawRequest=Make a direct debit payment request
WithdrawRequestsDone=%s direct debit payment requests recorded
-ThirdPartyBankCode=Third-party bank code
+ThirdPartyBankCode=Codice bancario del Soggetto terzo
NoInvoiceCouldBeWithdrawed=No invoice debited successfully. Check that invoices are on companies with a valid IBAN and that IBAN has a UMR (Unique Mandate Reference) with mode %s.
ClassCredited=Classifica come accreditata
ClassCreditedConfirm=Vuoi davvero classificare questa ricevuta di domiciliazione come accreditata sul vostro conto bancario?
@@ -76,7 +76,8 @@ WithdrawalFile=Ricevuta bancaria
SetToStatusSent=Imposta stato come "file inviato"
ThisWillAlsoAddPaymentOnInvoice=Questo inserirà i pagamenti relativi alle fatture e le classificherà come "Pagate" se il restante da pagare sarà uguale a 0
StatisticsByLineStatus=Statistics by status of lines
-RUM=RUM
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Riferimento Unico Mandato
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Tipologia sequenza d'incasso (FRST o RECUR)
diff --git a/htdocs/langs/ja_JP/accountancy.lang b/htdocs/langs/ja_JP/accountancy.lang
index e24f3e5506c..12f6c5a9a8b 100644
--- a/htdocs/langs/ja_JP/accountancy.lang
+++ b/htdocs/langs/ja_JP/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=自然
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=販売
AccountingJournalType3=購入
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/ja_JP/admin.lang b/htdocs/langs/ja_JP/admin.lang
index 201227b6b2c..995a7de34f0 100644
--- a/htdocs/langs/ja_JP/admin.lang
+++ b/htdocs/langs/ja_JP/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=通知
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=サービスを作成/変更
Permission534=サービスを削除する
Permission536=隠されたサービスを参照してください/管理
Permission538=輸出サービス
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=寄付を読む
Permission702=寄付を作成/変更
Permission703=寄付を削除します。
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=警告は、一部のLinuxシステムでは、電子メールから電子メールを送信するためには、sendmailの実行セットアップする必要があります含むオプション-BA(パラメータmail.force_extra_parameters php.iniファイルに)。一部の受信者がメールを受信しない場合は、mail.force_extra_parameters =-BA)と、このPHPパラメータを編集してみてください。
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/ja_JP/bills.lang b/htdocs/langs/ja_JP/bills.lang
index 65249f1760e..43bf3b0f91d 100644
--- a/htdocs/langs/ja_JP/bills.lang
+++ b/htdocs/langs/ja_JP/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=見積送り状
InvoiceProFormaDesc=プロフォーマインボイスは、真の請求書のイメージですが、どんな会計の値を持っていません。
InvoiceReplacement=交換用の請求書
InvoiceReplacementAsk=請求書の交換請求書
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=クレジットメモ
InvoiceAvoirAsk=請求書を訂正するためにクレジットノート
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=支払うために思い出させるよりも高
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=分類 '有料'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially='は部分的に有料 "に分類
ClassifyCanceled="放棄"を分類する
ClassifyClosed="クローズ"を分類する
@@ -214,6 +215,20 @@ ShowInvoiceReplace=請求書を交換見せる
ShowInvoiceAvoir=クレジットメモを表示する
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=支払を表示する
AlreadyPaid=既に支払わ
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/ja_JP/companies.lang b/htdocs/langs/ja_JP/companies.lang
index b7983355f88..46d03183003 100644
--- a/htdocs/langs/ja_JP/companies.lang
+++ b/htdocs/langs/ja_JP/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=企業
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=なし
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=コンタクト/アドレスを編集
diff --git a/htdocs/langs/ja_JP/errors.lang b/htdocs/langs/ja_JP/errors.lang
index 2fde390abbd..35e5c4e343e 100644
--- a/htdocs/langs/ja_JP/errors.lang
+++ b/htdocs/langs/ja_JP/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=特殊文字は、フィールド "%s&qu
ErrorNumRefModel=参照は、データベース(%s)に存在し、この番号規則と互換性がありません。レコードを削除するか、このモジュールを有効にするために参照を変更しました。
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=マスク上でのエラー
ErrorBadMaskFailedToLocatePosOfSequence=シーケンス番号のないエラー、マスク
ErrorBadMaskBadRazMonth=エラー、不正なリセット値
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/ja_JP/main.lang b/htdocs/langs/ja_JP/main.lang
index 370b99a62d2..a37b98039bd 100644
--- a/htdocs/langs/ja_JP/main.lang
+++ b/htdocs/langs/ja_JP/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=このメンバーに関するイベント
ActionsOnProduct=Events about this product
NActionsLate=%s後半
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=ドラフトを作成します。
SetToDraft=Back to draft
ClickToEdit=クリックして編集
diff --git a/htdocs/langs/ja_JP/other.lang b/htdocs/langs/ja_JP/other.lang
index bb8dc667a4b..f511dcb82ee 100644
--- a/htdocs/langs/ja_JP/other.lang
+++ b/htdocs/langs/ja_JP/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=介入%sが検証されています。
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/ja_JP/products.lang b/htdocs/langs/ja_JP/products.lang
index fe9fa2eb27d..ccdf589b609 100644
--- a/htdocs/langs/ja_JP/products.lang
+++ b/htdocs/langs/ja_JP/products.lang
@@ -2,6 +2,7 @@
ProductRef=製品のref。
ProductLabel=製品のラベル
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=製品/サービスカード
diff --git a/htdocs/langs/ja_JP/stripe.lang b/htdocs/langs/ja_JP/stripe.lang
index 8884b28ea4b..845bf30215c 100644
--- a/htdocs/langs/ja_JP/stripe.lang
+++ b/htdocs/langs/ja_JP/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/ja_JP/website.lang b/htdocs/langs/ja_JP/website.lang
index a923caf67b7..5cd14c6da32 100644
--- a/htdocs/langs/ja_JP/website.lang
+++ b/htdocs/langs/ja_JP/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/ja_JP/withdrawals.lang b/htdocs/langs/ja_JP/withdrawals.lang
index 96559a7dfad..7734a63a35f 100644
--- a/htdocs/langs/ja_JP/withdrawals.lang
+++ b/htdocs/langs/ja_JP/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/ka_GE/accountancy.lang b/htdocs/langs/ka_GE/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/ka_GE/accountancy.lang
+++ b/htdocs/langs/ka_GE/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/ka_GE/admin.lang b/htdocs/langs/ka_GE/admin.lang
index 9eaa12ec9be..2e27c6fe81f 100644
--- a/htdocs/langs/ka_GE/admin.lang
+++ b/htdocs/langs/ka_GE/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/ka_GE/bills.lang b/htdocs/langs/ka_GE/bills.lang
index c9d46e4ffff..53535e58b46 100644
--- a/htdocs/langs/ka_GE/bills.lang
+++ b/htdocs/langs/ka_GE/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/ka_GE/companies.lang b/htdocs/langs/ka_GE/companies.lang
index 77bd4f8a445..578f5cb8920 100644
--- a/htdocs/langs/ka_GE/companies.lang
+++ b/htdocs/langs/ka_GE/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/ka_GE/errors.lang b/htdocs/langs/ka_GE/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/ka_GE/errors.lang
+++ b/htdocs/langs/ka_GE/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/ka_GE/main.lang b/htdocs/langs/ka_GE/main.lang
index 6efbe942032..1cadc32f4ab 100644
--- a/htdocs/langs/ka_GE/main.lang
+++ b/htdocs/langs/ka_GE/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/ka_GE/other.lang b/htdocs/langs/ka_GE/other.lang
index a6802140be3..8a5ccdbab5c 100644
--- a/htdocs/langs/ka_GE/other.lang
+++ b/htdocs/langs/ka_GE/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/ka_GE/products.lang b/htdocs/langs/ka_GE/products.lang
index 7b68f5b3ebd..73e672284de 100644
--- a/htdocs/langs/ka_GE/products.lang
+++ b/htdocs/langs/ka_GE/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/ka_GE/stripe.lang b/htdocs/langs/ka_GE/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/ka_GE/stripe.lang
+++ b/htdocs/langs/ka_GE/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/ka_GE/website.lang b/htdocs/langs/ka_GE/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/ka_GE/website.lang
+++ b/htdocs/langs/ka_GE/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/ka_GE/withdrawals.lang b/htdocs/langs/ka_GE/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/ka_GE/withdrawals.lang
+++ b/htdocs/langs/ka_GE/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/km_KH/main.lang b/htdocs/langs/km_KH/main.lang
index 545a6c660c9..57b062774ea 100644
--- a/htdocs/langs/km_KH/main.lang
+++ b/htdocs/langs/km_KH/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/kn_IN/accountancy.lang b/htdocs/langs/kn_IN/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/kn_IN/accountancy.lang
+++ b/htdocs/langs/kn_IN/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/kn_IN/admin.lang b/htdocs/langs/kn_IN/admin.lang
index c2ac3d4bc8e..c0997f3eb4b 100644
--- a/htdocs/langs/kn_IN/admin.lang
+++ b/htdocs/langs/kn_IN/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/kn_IN/bills.lang b/htdocs/langs/kn_IN/bills.lang
index cc78ae53b31..6d3cd311c75 100644
--- a/htdocs/langs/kn_IN/bills.lang
+++ b/htdocs/langs/kn_IN/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/kn_IN/companies.lang b/htdocs/langs/kn_IN/companies.lang
index 483d54f3a45..b24894cd7f8 100644
--- a/htdocs/langs/kn_IN/companies.lang
+++ b/htdocs/langs/kn_IN/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=ಕಂಪನಿಗಳು
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=ಯಾವುದೂ ಇಲ್ಲ
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=ಸಂಪರ್ಕವನ್ನು ತಿದ್ದಿ
diff --git a/htdocs/langs/kn_IN/errors.lang b/htdocs/langs/kn_IN/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/kn_IN/errors.lang
+++ b/htdocs/langs/kn_IN/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/kn_IN/main.lang b/htdocs/langs/kn_IN/main.lang
index b9b20772410..aae0806ec95 100644
--- a/htdocs/langs/kn_IN/main.lang
+++ b/htdocs/langs/kn_IN/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/kn_IN/other.lang b/htdocs/langs/kn_IN/other.lang
index 8540b2f5d2b..a9c16fa7894 100644
--- a/htdocs/langs/kn_IN/other.lang
+++ b/htdocs/langs/kn_IN/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/kn_IN/products.lang b/htdocs/langs/kn_IN/products.lang
index 0dc770ad9e5..478e1ac0d9f 100644
--- a/htdocs/langs/kn_IN/products.lang
+++ b/htdocs/langs/kn_IN/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/kn_IN/stripe.lang b/htdocs/langs/kn_IN/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/kn_IN/stripe.lang
+++ b/htdocs/langs/kn_IN/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/kn_IN/website.lang b/htdocs/langs/kn_IN/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/kn_IN/website.lang
+++ b/htdocs/langs/kn_IN/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/kn_IN/withdrawals.lang b/htdocs/langs/kn_IN/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/kn_IN/withdrawals.lang
+++ b/htdocs/langs/kn_IN/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/ko_KR/accountancy.lang b/htdocs/langs/ko_KR/accountancy.lang
index 734271adbf0..21ac14a025b 100644
--- a/htdocs/langs/ko_KR/accountancy.lang
+++ b/htdocs/langs/ko_KR/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/ko_KR/admin.lang b/htdocs/langs/ko_KR/admin.lang
index 5b2ce325260..5a407bc2806 100644
--- a/htdocs/langs/ko_KR/admin.lang
+++ b/htdocs/langs/ko_KR/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/ko_KR/bills.lang b/htdocs/langs/ko_KR/bills.lang
index 2d92a5836da..7793367f923 100644
--- a/htdocs/langs/ko_KR/bills.lang
+++ b/htdocs/langs/ko_KR/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/ko_KR/companies.lang b/htdocs/langs/ko_KR/companies.lang
index f5e2e79962a..d446029ff46 100644
--- a/htdocs/langs/ko_KR/companies.lang
+++ b/htdocs/langs/ko_KR/companies.lang
@@ -28,7 +28,7 @@ AliasNames=별칭 (상업용, 상표권 ...)
AliasNameShort=Alias Name
Companies=회사
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=없음
Vendor=Vendor
+Supplier=Vendor
AddContact=연락처 생성
AddContactAddress=연락처 / 주소 생성
EditContact=연락처 편집
diff --git a/htdocs/langs/ko_KR/errors.lang b/htdocs/langs/ko_KR/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/ko_KR/errors.lang
+++ b/htdocs/langs/ko_KR/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/ko_KR/main.lang b/htdocs/langs/ko_KR/main.lang
index 43241b1201b..e3bfba6b683 100644
--- a/htdocs/langs/ko_KR/main.lang
+++ b/htdocs/langs/ko_KR/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=이 협력업체의 연락처 / 주소
AddressesForCompany=이 협력업체의 주소
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=이 멤버에 대한 이벤트
ActionsOnProduct=Events about this product
NActionsLate=%s 늦게
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=계약서 링크
LinkToIntervention=중재에 연결
+LinkToTicket=Link to ticket
CreateDraft=초안 작성
SetToDraft=초안으로 돌아 가기
ClickToEdit=편집하려면 클릭하십시오.
diff --git a/htdocs/langs/ko_KR/other.lang b/htdocs/langs/ko_KR/other.lang
index dac4183c645..d7000f4e661 100644
--- a/htdocs/langs/ko_KR/other.lang
+++ b/htdocs/langs/ko_KR/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/ko_KR/products.lang b/htdocs/langs/ko_KR/products.lang
index 5951c9bcae9..76a94d718c0 100644
--- a/htdocs/langs/ko_KR/products.lang
+++ b/htdocs/langs/ko_KR/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/ko_KR/stripe.lang b/htdocs/langs/ko_KR/stripe.lang
index 84c51758320..f6a259ca219 100644
--- a/htdocs/langs/ko_KR/stripe.lang
+++ b/htdocs/langs/ko_KR/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/ko_KR/website.lang b/htdocs/langs/ko_KR/website.lang
index 09d273e28e7..c73b128d7bc 100644
--- a/htdocs/langs/ko_KR/website.lang
+++ b/htdocs/langs/ko_KR/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/ko_KR/withdrawals.lang b/htdocs/langs/ko_KR/withdrawals.lang
index 94d4de3b91d..a49e46a47a2 100644
--- a/htdocs/langs/ko_KR/withdrawals.lang
+++ b/htdocs/langs/ko_KR/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/lo_LA/accountancy.lang b/htdocs/langs/lo_LA/accountancy.lang
index 54ff1f68337..256b24e349e 100644
--- a/htdocs/langs/lo_LA/accountancy.lang
+++ b/htdocs/langs/lo_LA/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/lo_LA/admin.lang b/htdocs/langs/lo_LA/admin.lang
index 9da8cc7c37b..4dad4d295f0 100644
--- a/htdocs/langs/lo_LA/admin.lang
+++ b/htdocs/langs/lo_LA/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/lo_LA/bills.lang b/htdocs/langs/lo_LA/bills.lang
index c9d46e4ffff..53535e58b46 100644
--- a/htdocs/langs/lo_LA/bills.lang
+++ b/htdocs/langs/lo_LA/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/lo_LA/companies.lang b/htdocs/langs/lo_LA/companies.lang
index 7790e8d173e..20e74ab2ac1 100644
--- a/htdocs/langs/lo_LA/companies.lang
+++ b/htdocs/langs/lo_LA/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/lo_LA/errors.lang b/htdocs/langs/lo_LA/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/lo_LA/errors.lang
+++ b/htdocs/langs/lo_LA/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/lo_LA/main.lang b/htdocs/langs/lo_LA/main.lang
index 33d9661f91a..ded9062fdce 100644
--- a/htdocs/langs/lo_LA/main.lang
+++ b/htdocs/langs/lo_LA/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/lo_LA/other.lang b/htdocs/langs/lo_LA/other.lang
index b2242a76887..67df8a82501 100644
--- a/htdocs/langs/lo_LA/other.lang
+++ b/htdocs/langs/lo_LA/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/lo_LA/products.lang b/htdocs/langs/lo_LA/products.lang
index cba53debed1..2db91fc0e29 100644
--- a/htdocs/langs/lo_LA/products.lang
+++ b/htdocs/langs/lo_LA/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/lo_LA/stripe.lang b/htdocs/langs/lo_LA/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/lo_LA/stripe.lang
+++ b/htdocs/langs/lo_LA/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/lo_LA/website.lang b/htdocs/langs/lo_LA/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/lo_LA/website.lang
+++ b/htdocs/langs/lo_LA/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/lo_LA/withdrawals.lang b/htdocs/langs/lo_LA/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/lo_LA/withdrawals.lang
+++ b/htdocs/langs/lo_LA/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/lt_LT/accountancy.lang b/htdocs/langs/lt_LT/accountancy.lang
index e95f36b0abd..01dda78192d 100644
--- a/htdocs/langs/lt_LT/accountancy.lang
+++ b/htdocs/langs/lt_LT/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Apskaitos žurnalai
AccountingJournal=Apskaitos žurnalas
NewAccountingJournal=Naujas apskaitos žurnalas
ShowAccoutingJournal=Rodyti apskaitos žurnalą
-Nature=Prigimtis
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Įvairiarūšės operacijos
AccountingJournalType2=Pardavimai
AccountingJournalType3=Pirkimai
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=Šis puslapis gali būti naudojamas inicijuoti apskaitos sąskaitą prekėms ir paslaugoms, kurių pardavimo ir pirkimo apibrėžtoje apskaitos sąskaitoje nėra.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Rėžimas pardavimas
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/lt_LT/admin.lang b/htdocs/langs/lt_LT/admin.lang
index 2a4945d9fae..f8f1ab31a6c 100644
--- a/htdocs/langs/lt_LT/admin.lang
+++ b/htdocs/langs/lt_LT/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Nuoroda į objektą,
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Atlyginimai
Module510Desc=Record and track employee payments
Module520Name=Paskolos
Module520Desc=Paskolų valdymas
-Module600Name=Pranešimai
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Sukurti/keisti paslaugas
Permission534=Ištrinti paslaugas
Permission536=Žiūrėti/tvarkyti paslėptas paslaugas
Permission538=Eksportuoti paslaugas
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Skaityti aukas
Permission702=Sukurti/keisti aukas
Permission703=Ištrinti aukas
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Papildomi požymiai (užsakymai)
ExtraFieldsSupplierInvoices=Papildomi požymiai (sąskaitos-faktūros)
ExtraFieldsProject=Papildomi požymiai (projektai)
ExtraFieldsProjectTask=Papildomi požymiai (užduotys)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Požymis %s turi klaidingą reikšmę.
AlphaNumOnlyLowerCharsAndNoSpace=Tik raidiniai-skaitmeniniai simboliai, mažosiomis raidėmis, be tarpų
SendmailOptionNotComplete=ĮSPĖJIMAS, kai kuriose Linux sistemose, norint siųsti el. laiškus iš savo pašto, vykdymo nuostatose turi būti opcija -ba (parametras mail.force_extra_parameters į savo php.ini failą). Jei kai kurie gavėjai niekada negauna el. laiškų, pabandykite redaguoti šį PHP parametrą su mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Sesijų saugykla užšifruota Suhosin
ConditionIsCurrently=Dabartinė būklė yra %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Paieškos optimizavimas
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug yraužkrautas.
-XCacheInstalled=Xcache yra įkelta.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Slenkstis
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/lt_LT/bills.lang b/htdocs/langs/lt_LT/bills.lang
index c40206e8d2d..fb86c79720d 100644
--- a/htdocs/langs/lt_LT/bills.lang
+++ b/htdocs/langs/lt_LT/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=išankstinė (proforma) sąskaita-faktūra
InvoiceProFormaDesc=Išankstinė sąskaita-faktūra yra tikros sąskaitos forma, bet neatvaizduojama realioje apskaitoje.
InvoiceReplacement=Sąskaitos-faktūros pakeitimas
InvoiceReplacementAsk=Sąskaitos-faktūros pakeitimas sąskaita-faktūra
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Kreditinė sąskaita (kredito aviza)
InvoiceAvoirAsk=Kreditinė sąskaita tikslinanti sąskaitą-faktūrą
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Mokėjimas svarbesnis už priminimą sumokėti
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Priskirti 'Apmokėtos'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Priskirti 'Dalinai apmokėtos'
ClassifyCanceled=Priskirti 'Neįvykusios'
ClassifyClosed=Priskirti 'Uždarytos'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Rodyti pakeičiančią sąskaitą-faktūrą
ShowInvoiceAvoir=Rodyti kreditinę sąskaitą
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Rodyti mokėjimą
AlreadyPaid=Jau apmokėta
AlreadyPaidBack=Mokėjimas jau grąžintas
diff --git a/htdocs/langs/lt_LT/companies.lang b/htdocs/langs/lt_LT/companies.lang
index ff990678b36..4272211bf31 100644
--- a/htdocs/langs/lt_LT/companies.lang
+++ b/htdocs/langs/lt_LT/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Pseudonimo pavadinimas (komercinis, prekės ženklas, ...)
AliasNameShort=Alias Name
Companies=Įmonės
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Nė vienas
Vendor=Vendor
+Supplier=Vendor
AddContact=Sukurti kontaktą
AddContactAddress=Sukurti kontaktą / adresą
EditContact=Redaguoti adresatą
diff --git a/htdocs/langs/lt_LT/errors.lang b/htdocs/langs/lt_LT/errors.lang
index d7758180fb6..d3fcc029198 100644
--- a/htdocs/langs/lt_LT/errors.lang
+++ b/htdocs/langs/lt_LT/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Specialūs simboliai neleidžiami laukelyje "
ErrorNumRefModel=Nuoroda yra į duomenų bazę (%s) ir yra nesuderinama su šiomis numeravimo tasyklėmis. Pašalinkite įrašą arba pervadinkite nuorodą, kad aktyvuoti šį modulį.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Maskavimo (mask) klaida
ErrorBadMaskFailedToLocatePosOfSequence=Klaida, maskavimas be eilės numeris
ErrorBadMaskBadRazMonth=Klaida, bloga perkrovimo reikšmė
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/lt_LT/main.lang b/htdocs/langs/lt_LT/main.lang
index 77fad226e8f..78e8ba8df8f 100644
--- a/htdocs/langs/lt_LT/main.lang
+++ b/htdocs/langs/lt_LT/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Adresatai/adresai šiai trečiajai šaliai
AddressesForCompany=Adresai šiai trečiajai šaliai
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Įvykiai su šiuo nariu
ActionsOnProduct=Events about this product
NActionsLate=%s vėluoja
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Sukurti projektą
SetToDraft=Atgal į projektą
ClickToEdit=Spausk redaguoti
diff --git a/htdocs/langs/lt_LT/other.lang b/htdocs/langs/lt_LT/other.lang
index eea79328a0e..7399591bf0c 100644
--- a/htdocs/langs/lt_LT/other.lang
+++ b/htdocs/langs/lt_LT/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Intervencija %s buvo patvirtinta
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/lt_LT/products.lang b/htdocs/langs/lt_LT/products.lang
index 110c1b650ec..db38cb8e31a 100644
--- a/htdocs/langs/lt_LT/products.lang
+++ b/htdocs/langs/lt_LT/products.lang
@@ -2,6 +2,7 @@
ProductRef=Produkto nuoroda
ProductLabel=Produkto etiketė
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Produkto / Paslaugos kortelė
diff --git a/htdocs/langs/lt_LT/stripe.lang b/htdocs/langs/lt_LT/stripe.lang
index cbed09acbf1..327ed0661ed 100644
--- a/htdocs/langs/lt_LT/stripe.lang
+++ b/htdocs/langs/lt_LT/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/lt_LT/website.lang b/htdocs/langs/lt_LT/website.lang
index 9acf3675a3b..61265c3251d 100644
--- a/htdocs/langs/lt_LT/website.lang
+++ b/htdocs/langs/lt_LT/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/lt_LT/withdrawals.lang b/htdocs/langs/lt_LT/withdrawals.lang
index 92eb828c596..4b86443e69a 100644
--- a/htdocs/langs/lt_LT/withdrawals.lang
+++ b/htdocs/langs/lt_LT/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Išėmimo failas
SetToStatusSent=Nustatyti būklę "Failas išsiųstas"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Eilučių būklės statistika
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/lv_LV/accountancy.lang b/htdocs/langs/lv_LV/accountancy.lang
index 5ae8808bf6b..cd7a3f66474 100644
--- a/htdocs/langs/lv_LV/accountancy.lang
+++ b/htdocs/langs/lv_LV/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Rezultātu uzskaites konts (zaudējumi)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Noslēguma žurnāls
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Grāmatvedības konts bankas pārskaitījuma starp konts
+TransitionalAccount=Pārejas bankas konta pārejas konts
ACCOUNTING_ACCOUNT_SUSPENSE=Gaidīšanas grāmatvedības konts
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -216,7 +217,7 @@ DescThirdPartyReport=Konsultējieties ar trešo pušu klientu un pārdevēju sar
ListAccounts=Grāmatvedības kontu saraksts
UnknownAccountForThirdparty=Nezināmas trešās puses konts. Mēs izmantosim %s
UnknownAccountForThirdpartyBlocking=Nezināms trešās puses konts. Bloķēšanas kļūda
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. We will use %s
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Trešās puses konts nav definēts vai trešā persona nav zināma. Mēs izmantosim %s
ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Trešās puses konts nav definēts vai trešā persona nav zināma. Bloķēšanas kļūda.
UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Nav noteikts nezināms trešās puses konts un gaidīšanas konts. Bloķēšanas kļūda
PaymentsNotLinkedToProduct=Maksājums nav saistīts ar kādu produktu / pakalpojumu
@@ -264,7 +265,7 @@ AccountingJournals=Grāmatvedības žurnāli
AccountingJournal=Grāmatvedības žurnāls
NewAccountingJournal=Jauns grāmatvedības žurnāls
ShowAccoutingJournal=Rādīt grāmatvedības žurnālu
-Nature=Daba
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Dažādas darbības
AccountingJournalType2=Pārdošanas
AccountingJournalType3=Pirkumi
@@ -290,9 +291,10 @@ Modelcsv_quadratus=Eksportēt Quadratus QuadraCompta
Modelcsv_ebp=Eksportēt uz EBP
Modelcsv_cogilog=Eksportēt uz Cogilog
Modelcsv_agiris=Eksports uz Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Eksportēt OpenConcerto (tests)
Modelcsv_configurable=Eksportēt CSV konfigurējamu
-Modelcsv_FEC=Export FEC
+Modelcsv_FEC=Eksporta FEC
Modelcsv_Sage50_Swiss=Eksports uz Sage 50 Šveici
ChartofaccountsId=Kontu konts. Id
@@ -300,7 +302,7 @@ ChartofaccountsId=Kontu konts. Id
InitAccountancy=Init grāmatvedība
InitAccountancyDesc=Šo lapu var izmantot, lai inicializētu grāmatvedības kontu par produktiem un pakalpojumiem, kuriem nav noteikts grāmatvedības konts pārdošanai un pirkumiem.
DefaultBindingDesc=Šo lapu var izmantot, lai iestatītu noklusēto kontu, ko izmantot, lai saistītu darījumu protokolu par algas, ziedojumiem, nodokļiem un PVN, ja neviens konkrēts grāmatvedības konts jau nav iestatīts.
-DefaultClosureDesc=Šo lapu var izmantot, lai iestatītu parametrus, kas jāizmanto bilances pievienošanai.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Iespējas
OptionModeProductSell=Mode pārdošana
OptionModeProductSellIntra=Pārdošanas veids, ko eksportē EEK
@@ -317,9 +319,9 @@ WithoutValidAccount=Bez derīga veltīta konta
WithValidAccount=Izmantojot derīgu veltītu kontu
ValueNotIntoChartOfAccount=Šī grāmatvedības konta vērtība konta diagrammā nepastāv
AccountRemovedFromGroup=Konts ir noņemts no grupas
-SaleLocal=Local sale
-SaleExport=Export sale
-SaleEEC=Sale in EEC
+SaleLocal=Vietējā pārdošana
+SaleExport=Eksporta pārdošana
+SaleEEC=Pārdošana EEK
## Dictionary
Range=Range of accounting account
@@ -340,7 +342,7 @@ UseMenuToSetBindindManualy=Līnijas, kas vēl nav saistītas, izmantojiet izvēl
## Import
ImportAccountingEntries=Grāmatvedības ieraksti
-DateExport=Date export
+DateExport=Eksporta datums
WarningReportNotReliable=Brīdinājums. Šis pārskats nav balstīts uz grāmatvedi, tādēļ tajā nav darījumu, kas Manuāli ir manuāli modificēts. Ja žurnāls ir atjaunināts, grāmatvedības skats ir precīzāks.
ExpenseReportJournal=Izdevumu atskaites žurnāls
InventoryJournal=Inventāra žurnāls
diff --git a/htdocs/langs/lv_LV/admin.lang b/htdocs/langs/lv_LV/admin.lang
index c0937d9be97..7eddfe886cf 100644
--- a/htdocs/langs/lv_LV/admin.lang
+++ b/htdocs/langs/lv_LV/admin.lang
@@ -108,7 +108,7 @@ MultiCurrencySetup=Daudzvalūtu iestatījumi
MenuLimits=Robežas un precizitāte
MenuIdParent=Galvenās izvēlnes ID
DetailMenuIdParent=ID vecāku izvēlnē (tukšs top izvēlnē)
-DetailPosition=Šķirot skaits definēt izvēlnes novietojumu
+DetailPosition=Secības numurs, lai definēt izvēlnes novietojumu
AllMenus=Viss
NotConfigured=Modulis / aplikācija nav konfigurēta
Active=Aktīvs
@@ -149,7 +149,7 @@ SystemToolsAreaDesc=Šī sadaļa nodrošina administrēšanas funkcijas. Izmanto
Purge=Tīrīt
PurgeAreaDesc=Šī lapa ļauj izdzēst visus Dolibarr ģenerētos vai glabātos failus (pagaidu faili vai visi faili %s direktorijā). Šīs funkcijas izmantošana parasti nav nepieciešama. Tas tiek nodrošināts kā risinājums lietotājiem, kuru Dolibarr uztur pakalpojumu sniedzējs, kas nepiedāvā atļaujas, lai dzēstu tīmekļa servera ģenerētos failus.
PurgeDeleteLogFile=Dzēsiet žurnāla failus, tostarp %s, kas definēti Syslog modulim (nav datu pazaudēšanas riska).
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=Dzēst visus pagaidu failus (nav datu zaudēšanas riska). Piezīme. Dzēšana tiek veikta tikai tad, ja pagaidu katalogs tika izveidots pirms 24 stundām.
PurgeDeleteTemporaryFilesShort=Dzēst pagaidu failus
PurgeDeleteAllFilesInDocumentsDir=Dzēsiet visus failus direktorijā: %s . Tas izdzēsīs visus radītos dokumentus, kas saistīti ar elementiem (trešajām personām, rēķiniem utt.), ECM modulī augšupielādētiem failiem, datu bāzes rezerves izgāztuvēm un pagaidu failus.
PurgeRunNow=Tīrīt tagad
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Izvēles rūtiņas no tabulas
ExtrafieldLink=Saite uz objektu
ComputedFormula=Aprēķinātais lauks
ComputedFormulaDesc=Šeit varat ievadīt formulu, izmantojot citas objekta īpašības vai jebkuru PHP kodējumu, lai iegūtu dinamisku aprēķināto vērtību. Jūs varat izmantot jebkuru PHP saderīgu formulu, ieskaitot "?" stāvokļa operators un šāds globāls objekts: $ db, $ conf, $ langs, $ mysoc, $ user, $ object . BRĪDINĀJUMS : tikai daži $ $ rekvizīti objekts var būt pieejams. Ja jums nav vajadzīgo īpašību, vienkārši ielādējiet objektu savā formulā, piemēram, otrajā piemērā. Izmantojot aprēķināto lauku, jūs nevarat ievadīt sev nekādu vērtību no saskarnes. Arī tad, ja ir sintakses kļūda, formula nevar atgriezties neko.
Piemērs formulas: $ object-> id <10? apaļa ($ object-> id / 2, 2): ($ object-> id + 2 * $ user-> id) * (int) substr ($ mysoc-> zip, 1, 2)
Cits piemērs formulas, lai piespiestu objektu slodzi un tā mātes objektu: (($ reloadedobj = jauns uzdevums ($ db)) && ($ reloadedobj-> fetch ($ object-> id)> 0) & & ($ secondloadedobj = jauns projekts ($ db)) & & ($ secondloadedobj-> fetch ($ reloadedobj-> fk_project )> 0))? $ secondloadedobj-> ref: 'Vecāku projekts nav atrasts'
+Computedpersistent=Veikt aprēķinātu lauku
+ComputedpersistentDesc=Aprēķinātie papildu lauki tiks saglabāti datubāzē, taču vērtība tiks pārrēķināta tikai tad, kad mainīsies šī lauka objekts. Ja aprēķinātais lauks ir atkarīgs no citiem objektiem vai globāliem datiem, šī vērtība var būt nepareiza!
ExtrafieldParamHelpPassword=Atstājot šo lauku tukšu, tas nozīmē, ka šī vērtība tiks saglabāta bez šifrēšanas (laukam jābūt paslēptai tikai ar zvaigznīti uz ekrāna). Iestatiet 'auto', lai izmantotu noklusējuma šifrēšanas kārtulu, lai saglabātu paroli datubāzē (pēc tam vērtība lasīt būs ashh tikai, nav iespējams izgūt sākotnējo vērtību)
ExtrafieldParamHelpselect=Vērtību sarakstam jābūt rindām ar formāta atslēgu, vērtība (kur atslēga nevar būt '0')
Lai saraksts būtu atkarīgs no cita papildinošā atribūtu saraksta: 1, vērtība1 | opcijas_ vecāku_līmeņa kods : vecāku_skava 2, vērtība2 | opcijas_ vecāku saraksts_code : parent_key
Lai saraksts būtu atkarīgs no cita saraksta: 1, vērtība1 | vecāku saraksts_code : vecāku_skava 2, vērtība2 | vecāku saraksts_code : vecāku_poga
ExtrafieldParamHelpcheckbox=Vērtību sarakstam jābūt rindām ar formāta atslēgu, vērtība (kur atslēga nevar būt '0')
, piemēram,: 1, vērtība1 2, vērtība2 3, vērtība3 < br> ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=Vērtību sarakstam jābūt rindām ar formāta atslēg
ExtrafieldParamHelpsellist=Vērtību saraksts nāk no tabulas Sintakse: table_name: label_field: id_field :: filtrs piemērs: c_typent: libelle: id :: filtrs
- idfilter ir obligāti primārs int key | - filtrs var būt vienkāršs tests (piemēram, aktīvs = 1), lai parādītu tikai aktīvo vērtību filtru raganā var izmantot arī $ ID $, kas ir pašreizējā objekta pašreizējais ID. $ , ja vēlaties filtrēt uz ekrāna, izmantojiet sintaksi extra.fieldcode = ... (ja lauka kods ir extrafield kods)
Lai saraksts būtu atkarīgs no cita papildu atribūtu saraksta: < br> c_typent: libelle: id: options_ vecāku_list_code | vecāku_krāsa: filtrs
Lai iegūtu sarakstu atkarībā no cita saraksta: c_typent: libelle: id: parent_list_code | vecāku_ sleja: filtrs
ExtrafieldParamHelpchkbxlst=Vērtību saraksts nāk no tabulas Sintakse: table_name: label_field: id_field :: filtrs piemērs: c_typent: libelle: id :: filtrs
filtrs var būt vienkāršs tests (piemēram, aktīvs = 1 ), lai parādītu tikai aktīvo vērtību Jūs varat arī izmantot $ ID $ filtru raganā, kas ir pašreizējā objekta pašreizējais ID Lai SELECT veiktu filtru, izmantojiet $ SEL $ , ja vēlaties filtrēt uz ekrāna. syntax extra.fieldcode = ... (ja lauka kods ir extrafield kods)
Lai iegūtu sarakstu atkarībā no cita papildu atribūtu saraksta: c_typent: libelle: id: options_ parent_list_code | vecāku_krāsa: filtrs
Lai iegūtu sarakstu atkarībā no cita saraksta: c_typent: libelle: id: vecāku saraksts_code | vecāku_ sleja: filtrs
ExtrafieldParamHelplink=Parametriem jābūt ObjectName: Classpath Syntax: ObjectName: Classpath Piemēri: Societe: societe / class / societe.class.php Kontakti: contact / class / contact.class.php
+ExtrafieldParamHelpSeparator=Vienkāršam atdalītājam jāglabā tukšs Iestatiet to uz 1, lai atdalītu atdalītāju (atvērts pēc noklusējuma) Iestatiet to uz 2, lai atdalītu atdalītāju (noklusēts pēc noklusējuma)
LibraryToBuildPDF=Bibliotēka, ko izmanto PDF veidošanai
LocalTaxDesc=Dažas valstis var piemērot divus vai trīs nodokļus katrā rēķina rindā. Šādā gadījumā izvēlieties otrā un trešā nodokļa veidu un likmi. Iespējamie veidi ir: 1: vietējais nodoklis attiecas uz produktiem un pakalpojumiem bez tvertnes (localtax tiek aprēķināts bez nodokļa) 2: vietējie nodokļi attiecas uz produktiem un pakalpojumiem, ieskaitot vat (localtax tiek aprēķināta pēc summas + galvenais nodoklis) ) 3: vietējie nodokļi attiecas uz produktiem bez cisternām (localtax tiek aprēķināta bez nodokļa) 4: vietējie nodokļi attiecas uz produktiem, ieskaitot tvertni (localtax tiek aprēķināta pēc summas + galvenā tvertne) 5: vietējais nodoklis, ko piemēro par pakalpojumiem bez vat (vietējais maksājums tiek aprēķināts bez nodokļa) 6: vietējiem nodokļiem, kas attiecas uz pakalpojumiem, ieskaitot mucu (vietējais maksājums tiek aprēķināts pēc summas + nodokļa)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Algas
Module510Desc=Ierakstiet un sekojiet darbinieku maksājumiem
Module520Name=Aizdevumi
Module520Desc=Aizdevumu vadība
-Module600Name=Paziņojumi
+Module600Name=Notifications on business event
Module600Desc=Sūtiet e-pasta paziņojumus, ko izraisījis uzņēmuma notikums: katram lietotājam (iestatījums ir noteikts katram lietotājam), katram trešās puses kontaktpersonai (iestatīšana noteikta katrai trešajai pusei) vai konkrētiem e-pasta ziņojumiem
Module600Long=Ņemiet vērā, ka šis modulis sūta e-pastus reālā laikā, kad notiek konkrēts biznesa notikums. Ja meklējat iespēju nosūtīt e-pasta atgādinājumus par dienas kārtības notikumiem, dodieties uz moduļa Agenda uzstādīšanu.
Module610Name=Produkta varianti
@@ -804,7 +807,7 @@ Permission401=Lasīt atlaides
Permission402=Izveidot/mainīt atlaides
Permission403=Apstiprināt atlaides
Permission404=Dzēst atlaides
-Permission430=Use Debug Bar
+Permission430=Izmantot Debug Bar
Permission511=Lasīt algu maksājumus
Permission512=Izveidojiet / modificējiet algu maksājumus
Permission514=Dzēst algu maksājumus
@@ -819,9 +822,9 @@ Permission532=Izveidot/mainīt pakalpojumus
Permission534=Dzēst pakalpojumus
Permission536=Skatīt/vadīt slēptos pakalpojumus
Permission538=Eksportēt pakalpojumus
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Lasīt materiālu rēķinus
+Permission651=Izveidot / atjaunināt materiālu rēķinus
+Permission652=Dzēst materiālu rēķinus
Permission701=Lasīt ziedojumus
Permission702=Izveidot/mainīt ziedojumus
Permission703=Dzēst ziedojumus
@@ -841,12 +844,12 @@ Permission1101=Skatīt piegādes pasūtījumus
Permission1102=Izveidot/mainīt piegādes pasūtījumus
Permission1104=Apstiprināt piegādes pasūtījumus
Permission1109=Dzēst piegādes pasūtījumus
-Permission1121=Read supplier proposals
-Permission1122=Create/modify supplier proposals
-Permission1123=Validate supplier proposals
-Permission1124=Send supplier proposals
-Permission1125=Delete supplier proposals
-Permission1126=Close supplier price requests
+Permission1121=Lasiet piegādātāja priekšlikumus
+Permission1122=Izveidojiet / modificējiet piegādātāja priekšlikumus
+Permission1123=Apstipriniet piegādātāja priekšlikumus
+Permission1124=Sūtīt piegādātāja priekšlikumus
+Permission1125=Dzēst piegādātāja priekšlikumus
+Permission1126=Aizvērt piegādātāja cenu pieprasījumus
Permission1181=Lasīt piegādātājus
Permission1182=Lasīt pirkuma pasūtījumus
Permission1183=Izveidot / mainīt pirkuma pasūtījumus
@@ -882,15 +885,15 @@ Permission2503=Pievienot vai dzēst dokumentus
Permission2515=Iestatīt dokumentu direktorijas
Permission2801=Lietot FTP klientu lasīšanas režīmā (pārlūko un lejupielādē)
Permission2802=Lietot FTP klientu rakstīšanas režīmā (dzēst vai augšupielādēt failus)
-Permission3200=Read archived events and fingerprints
-Permission4001=See employees
-Permission4002=Create employees
-Permission4003=Delete employees
-Permission4004=Export employees
-Permission10001=Read website content
-Permission10002=Create/modify website content (html and javascript content)
-Permission10003=Create/modify website content (dynamic php code). Dangerous, must be reserved to restricted developers.
-Permission10005=Delete website content
+Permission3200=Lasīt arhivētos notikumus un pirkstu nospiedumus
+Permission4001=Skatīt darbiniekus
+Permission4002=Izveidot darbiniekus
+Permission4003=Dzēst darbiniekus
+Permission4004=Eksportēt darbiniekus
+Permission10001=Lasīt tīmekļa vietnes saturu
+Permission10002=Izveidot / mainīt vietnes saturu (html un javascript saturu)
+Permission10003=Izveidojiet / modificējiet vietnes saturu (dinamisko php kodu). Bīstami, tie ir jārezervē ierobežotiem izstrādātājiem.
+Permission10005=Dzēst vietnes saturu
Permission20001=Lasiet atvaļinājuma pieprasījumus (jūsu atvaļinājumu un jūsu padoto atvaļinājumu)
Permission20002=Izveidojiet / modificējiet atvaļinājuma pieprasījumus (jūsu atvaļinājumu un jūsu padotajiem)
Permission20003=Dzēst atvaļinājumu pieprasījumus
@@ -904,19 +907,19 @@ Permission23004=Izpildīt ieplānoto uzdevumu
Permission50101=Izmantot pārdošanas vietu
Permission50201=Lasīt darījumus
Permission50202=Importēt darījumus
-Permission50401=Bind products and invoices with accounting accounts
-Permission50411=Read operations in ledger
-Permission50412=Write/Edit operations in ledger
-Permission50414=Delete operations in ledger
-Permission50415=Delete all operations by year and journal in ledger
-Permission50418=Export operations of the ledger
-Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
-Permission50440=Manage chart of accounts, setup of accountancy
-Permission51001=Read assets
-Permission51002=Create/Update assets
-Permission51003=Delete assets
-Permission51005=Setup types of asset
+Permission50401=Iesiet produktus un rēķinus ar grāmatvedības kontiem
+Permission50411=Lasiet operācijas virsgrāmatā
+Permission50412=Rakstīt / rediģēt operācijas virsgrāmatā
+Permission50414=Dzēst operācijas virsgrāmatā
+Permission50415=Izdzēsiet visas darbības pēc gada un žurnāla žurnālā
+Permission50418=Virsgrāmatas eksporta operācijas
+Permission50420=Ziņot un eksportēt pārskatus (apgrozījums, bilance, žurnāli, virsgrāmatas)
+Permission50430=Definēt un slēgt fiskālo periodu
+Permission50440=Pārvaldiet kontu sarakstu, grāmatvedības uzskaiti
+Permission51001=Lasīt krājumus
+Permission51002=Izveidot / atjaunināt aktīvus
+Permission51003=Dzēst aktīvus
+Permission51005=Aktīvu iestatīšanas veidi
Permission54001=Drukāt
Permission55001=Lasīt aptaujas
Permission55002=Izveidot/labot aptaujas
@@ -1110,7 +1113,7 @@ AreaForAdminOnly=Iestatīšanas parametrus var iestatīt tikai administrator
SystemInfoDesc=Sistēmas informācija ir dažādi tehniskā informācija jums tikai lasīšanas režīmā un redzama tikai administratoriem.
SystemAreaForAdminOnly=Šī joma ir pieejama tikai administratora lietotājiem. Dolibarr lietotāja atļaujas nevar mainīt šo ierobežojumu.
CompanyFundationDesc=Rediģējiet uzņēmuma / organizācijas informāciju. Noklikšķiniet uz pogas "%s" vai "%s" lapas apakšdaļā.
-AccountantDesc=If you have an external accountant/bookkeeper, you can edit here its information.
+AccountantDesc=Ja jums ir ārējais grāmatvedis / grāmatvedis, varat rediģēt šeit savu informāciju.
AccountantFileNumber=Grāmatveža kods
DisplayDesc=Šeit var mainīt parametrus, kas ietekmē Dolibarr izskatu un uzvedību.
AvailableModules=Pieejamās progrmma / moduļi
@@ -1182,7 +1185,7 @@ ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
ExtraFieldsThirdParties=Papildus atribūti (trešā persona)
ExtraFieldsContacts=Papildus atribūti (kontakts/adrese)
-ExtraFieldsMember=Papildinošas atribūti (biedrs)
+ExtraFieldsMember=Papildinošie atribūti (dalībnieks)
ExtraFieldsMemberType=Papildinošas atribūti (biedrs tipa)
ExtraFieldsCustomerInvoices=Papildinošas atribūti (rēķini)
ExtraFieldsCustomerInvoicesRec=Papildu atribūti (veidņu rēķini)
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Papildinošas atribūti (rīkojumi)
ExtraFieldsSupplierInvoices=Papildinošas atribūti (rēķini)
ExtraFieldsProject=Papildinošas atribūti (projekti)
ExtraFieldsProjectTask=Papildinošas atribūti (uzdevumi)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Parametram %s ir nepareiza vērtība.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Brīdinājums, par dažiem Linux sistēmām, lai nosūtītu e-pastu no jūsu e-pastu, sendmail izpilde uzstādīšana ir iekļauti variants-ba (parametrs mail.force_extra_parameters savā php.ini failā). Ja daži saņēmēji nekad saņemt e-pastus, mēģina labot šo PHP parametru ar mail.force_extra_parameters =-BA).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Sesija uzglabāšana šifrēta ar Suhosin
ConditionIsCurrently=Stāvoklis šobrīd ir %s
YouUseBestDriver=Jūs izmantojat draiveri %s, kas ir labākais šobrīd pieejams draiveris.
YouDoNotUseBestDriver=Jūs izmantojat draiveri %s, bet ieteicams ir %s.
-NbOfProductIsLowerThanNoPb=Jums ir tikai %s produkti/pakalpojumi datu bāzē. Tai nav nepieciešama īpaša optimizācija.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Meklēšanas optimizācija
-YouHaveXProductUseSearchOptim=Jūs esat %s produktu datu bāzē. Jums vajadzētu pievienot pastāvīgo PRODUCT_DONOTSEARCH_ANYWHERE uz 1 vietne Home-Setup-Other. Ierobežojiet meklēšanu ar virkņu sākumu, kas ļauj datubāzei izmantot indeksus, un jums vajadzētu saņemt tūlītēju atbildi.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Jūs izmantojat tīmekļa pārlūku %s. Šī pārlūkprogramma ir droša un ātrdarbīgs.
BrowserIsKO=Jūs izmantojat tīmekļa pārlūku %s. Šī pārlūka informācija ir slikta izvēle drošībai, veiktspējai un uzticamībai. Mēs iesakām izmantot Firefox, Chrome, Opera vai Safari.
-XDebugInstalled=XDebug ir ielādēts
-XCacheInstalled=XCache ir ielādēts.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Rādīt klientu / pārdevēju ref. info saraksts (atlasiet sarakstu vai kombinēto) un lielākā daļa hipersaites. Trešās puses parādīsies ar nosaukumu "CC12345 - SC45678 - Lielais uzņēmums". "Lielā uzņēmuma korpuss" vietā.
AddAdressInList=Rādīt klienta / pārdevēja adrešu sarakstu (izvēlieties sarakstu vai kombināciju) Trešās puses parādīsies ar nosaukumu "Lielās kompānijas korpuss - 21 lēkt iela 123456", nevis "Lielā uzņēmuma korpuss".
AskForPreferredShippingMethod=Pieprasiet vēlamo piegādes metodi trešajām pusēm.
@@ -1283,7 +1288,7 @@ SupplierPaymentSetup=Pārdevēja maksājumu iestatīšana
##### Proposals #####
PropalSetup=Commercial priekšlikumi modulis uzstādīšana
ProposalsNumberingModules=Komerciālie priekšlikumu numerācijas modeļi
-ProposalsPDFModules=Komerciālie priekšlikumu dokumenti modeļi
+ProposalsPDFModules=Komerciālie priekšlikumu dokumentu modeļi
SuggestedPaymentModesIfNotDefinedInProposal=Ieteicamais maksājuma režīms pēc piedāvājuma pēc noklusējuma, ja tas nav definēts priekšlikumam
FreeLegalTextOnProposal=Brīvais teksts komerciālajos priekšlikumos
WatermarkOnDraftProposal=Ūdenszīme projektu komerciālo priekšlikumu (none ja tukšs)
@@ -1542,7 +1547,7 @@ NewRSS=Jauna RSS barotne
RSSUrl=RSS links
RSSUrlExample=Interesants RSS
##### Mailing #####
-MailingSetup=Pasta vēstuļu sūtīšanas modulis iestatīšanu
+MailingSetup=Pasta vēstuļu sūtīšanas moduļa iestatīšana
MailingEMailFrom=Sūtītāja e-pasts (no) e-pasta moduļa sūtītajiem e-pastiem
MailingEMailError=Atgriezties e-pastā (kļūdas) e-pastiem ar kļūdām
MailingDelay=Seconds to wait after sending next message
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Moduļa Expense Reports iestatīšana - noteikumi
ExpenseReportNumberingModules=Izdevumu pārskatu numerācijas modulis
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=Varat atrast e-pasta paziņojumu iespējas, iespējot un konfigurējot moduli "Paziņošana".
-ListOfNotificationsPerUser=Paziņojumu saraksts katram lietotājam *
-ListOfNotificationsPerUserOrContact=Paziņojumu (notikumu) saraksts, kas pieejami katram lietotājam * vai kontaktam **
-ListOfFixedNotifications=Fiksēto paziņojumu saraksts
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Atveriet lietotāja cilni "Paziņojumi", lai pievienotu vai noņemtu paziņojumus lietotājiem
GoOntoContactCardToAddMore=Atveriet trešās personas cilni "Paziņojumi", lai pievienotu vai noņemtu paziņojumus par kontaktpersonām / adresēm
Threshold=Slieksnis
@@ -1895,6 +1900,11 @@ OnMobileOnly=Tikai mazam ekrānam (viedtālrunim)
DisableProspectCustomerType=Atspējojiet "Prospect + Customer" trešās puses veidu (tādēļ trešai personai jābūt Prospect vai Klientam, bet nevar būt abas)
MAIN_OPTIMIZEFORTEXTBROWSER=Vienkāršot saskarni neredzīgajiem
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Iespējojiet šo opciju, ja esat akls cilvēks, vai lietojat programmu no teksta pārlūkprogrammas, piemēram, Lynx vai Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Šo vērtību katrs lietotājs var pārrakstīt no lietotāja lapas - cilnes '%s'
DefaultCustomerType="Jaunā klienta" izveides veidlapas noklusējuma trešās puses veids
ABankAccountMustBeDefinedOnPaymentModeSetup=Piezīme. Lai veiktu šo funkciju, katra maksājuma režīma modulī (Paypal, Stripe, ...) ir jānosaka bankas konts.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Līniju skaits, kas jāparāda žurnāla cilnē
UseDebugBar=Izmantojiet atkļūdošanas joslu
DEBUGBAR_LOGS_LINES_NUMBER=Pēdējo žurnālu rindu skaits, kas jāsaglabā konsolē
WarningValueHigherSlowsDramaticalyOutput=Brīdinājums, augstākas vērtības palēnina dramatisko izeju
-DebugBarModuleActivated=Moduļa atkļūdošanas josla ir aktivizēta un palēnina saskarni
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Eksporta modeļi ir kopīgi ar visiem
ExportSetup=Moduļa Eksportēšana iestatīšana
InstanceUniqueID=Unikāls gadījuma ID
@@ -1923,5 +1933,7 @@ IFTTTDesc=Šis modulis ir paredzēts, lai aktivizētu IFTTT notikumus un / vai v
UrlForIFTTT=URL beigu punkts IFTTT
YouWillFindItOnYourIFTTTAccount=Jūs atradīsiet to savā IFTTT kontā
EndPointFor=Beigu punkts %s: %s
-DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+DeleteEmailCollector=Dzēst e-pasta kolekcionāru
+ConfirmDeleteEmailCollector=Vai tiešām vēlaties dzēst šo e-pasta kolekcionāru?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/lv_LV/banks.lang b/htdocs/langs/lv_LV/banks.lang
index 4675ef3a14a..8c1b9e53a95 100644
--- a/htdocs/langs/lv_LV/banks.lang
+++ b/htdocs/langs/lv_LV/banks.lang
@@ -30,7 +30,7 @@ AllTime=No sākuma
Reconciliation=Samierināšanās
RIB=Bankas konta numurs
IBAN=IBAN numurs
-BIC=BIC / SWIFT kods
+BIC=BIC/SWIFT kods
SwiftValid=BIC / SWIFT derīgs
SwiftVNotalid=BIC/SWIFT nav derīgs
IbanValid=Derīgs BAN
@@ -71,8 +71,8 @@ IdTransaction=Darījuma ID
BankTransactions=Bankas ieraksti
BankTransaction=Bankas ieraksts
ListTransactions=Saraksta ieraksti
-ListTransactionsByCategory=List entries/category
-TransactionsToConciliate=Entries to reconcile
+ListTransactionsByCategory=Ierakstu saraksti/ sadaļas
+TransactionsToConciliate=Ieraksti, kas jāsaskaņo
Conciliable=Var saskaņot
Conciliate=Samierināt
Conciliation=Samierināšanās
@@ -100,8 +100,8 @@ NotReconciled=Nesaskaņot
CustomerInvoicePayment=Klienta maksājums
SupplierInvoicePayment=Piegādātāja maksājums
SubscriptionPayment=Abonēšanas maksa
-WithdrawalPayment=Debit payment order
-SocialContributionPayment=Social/fiscal tax payment
+WithdrawalPayment=Debeta maksājuma rīkojums
+SocialContributionPayment=Sociālā/fiskālā nodokļa samaksa
BankTransfer=Bankas pārskaitījums
BankTransfers=Bankas pārskaitījumi
MenuBankInternalTransfer=Iekšējā pārsūtīšana
diff --git a/htdocs/langs/lv_LV/bills.lang b/htdocs/langs/lv_LV/bills.lang
index 47690bc4ba5..1e20c7216ae 100644
--- a/htdocs/langs/lv_LV/bills.lang
+++ b/htdocs/langs/lv_LV/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma rēķins
InvoiceProFormaDesc=Formāta rēķins ir attēls patiesu rēķina, bet nav nekādas grāmatvedības uzskaites vērtības.
InvoiceReplacement=Nomaiņas rēķins
InvoiceReplacementAsk=Nomaiņa rēķins par rēķinu
-InvoiceReplacementDesc= Nomaiņa rēķins b> tiek izmantots, lai atceltu un pilnībā nomainītu rēķinu bez jau saņemta maksājuma.
Piezīme. Var nomainīt tikai rēķinus bez maksājuma. Ja rēķins, kuru nomaināt, vēl nav aizvērts, tas tiks automātiski slēgts, lai "pamestu".
+InvoiceReplacementDesc=Rezerves rēķinu izmanto, lai pilnībā aizstātu rēķinu bez maksājuma, kas jau saņemts.
Piezīme: var nomainīt tikai rēķinus, kuriem nav maksājuma. Ja aizstātais rēķins vēl nav slēgts, tas tiks automātiski aizvērts, lai to atteiktu.
InvoiceAvoir=Kredīta piezīme
InvoiceAvoirAsk=Kredīta piezīme, lai koriģētu rēķinu
InvoiceAvoirDesc= Kredīta piezīme ir negatīvs rēķins, ko izmanto, lai izlabotu faktu, ka rēķinā parādīta summa, kas atšķiras no faktiski samaksātās summas (piemēram, klients kļūdaini samaksājis pārāk daudz vai nemaksās pilno summu kopš daži produkti tika atgriezti).
@@ -95,8 +95,9 @@ PaymentHigherThanReminderToPay=Maksājumu augstāka nekā atgādinājums par sam
HelpPaymentHigherThanReminderToPay=Uzmanību! Viena vai vairāku rēķinu maksājuma summa ir lielāka par nesamaksāto summu. Rediģējiet savu ierakstu, citādi apstipriniet un apsveriet iespēju izveidot kredītzīmi par pārsniegto saņemto summu par katru pārmaksāto rēķinu.
HelpPaymentHigherThanReminderToPaySupplier=Uzmanību! Viena vai vairāku rēķinu maksājuma summa ir lielāka par nesamaksāto summu. Rediģējiet savu ierakstu, citādi apstipriniet un apsveriet iespēju izveidot kredītzīmi par pārsniegto samaksu par katru pārmaksāto rēķinu.
ClassifyPaid=Klasificēt "Apmaksāts"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Klasificēt 'Apmaksāts daļēji'
-ClassifyCanceled=Klasificēt "Abandoned"
+ClassifyCanceled=Klasificēt “pamestu”
ClassifyClosed=Klasificēt 'Slēgts'
ClassifyUnBilled=Klasificēt "neapstiprinātas"
CreateBill=Izveidot rēķinu
@@ -207,13 +208,27 @@ NumberOfBillsByMonth=Rēķinu skaits mēnesī
AmountOfBills=Rēķinu summa
AmountOfBillsHT=Rēķinu summa (bez nodokļiem)
AmountOfBillsByMonthHT=Summa rēķini mēnesī (neto pēc nodokļiem)
-ShowSocialContribution=Show social/fiscal tax
+ShowSocialContribution=Rādīt sociālo/fiskālo nodokli
ShowBill=Rādīt rēķinu
ShowInvoice=Rādīt rēķinu
ShowInvoiceReplace=Rādīt aizstājošo rēķinu
ShowInvoiceAvoir=Rādīt kredīta piezīmi
-ShowInvoiceDeposit=Show down payment invoice
+ShowInvoiceDeposit=Parādiet maksājuma rēķinu
ShowInvoiceSituation=Rādīt situāciju rēķinu
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Rādīt maksājumu
AlreadyPaid=Jau samaksāts
AlreadyPaidBack=Jau atgriezta nauda
@@ -221,14 +236,14 @@ AlreadyPaidNoCreditNotesNoDeposits=Jau samaksāts (bez kredīta piezīmes un nog
Abandoned=Pamests
RemainderToPay=Neapmaksāts
RemainderToTake=Atlikusī summa, kas jāsaņem
-RemainderToPayBack=Remaining amount to refund
+RemainderToPayBack=Atlikušā summa atmaksai
Rest=Gaida
AmountExpected=Pieprasītā summa
ExcessReceived=Saņemts pārpalikums
ExcessPaid=Pārmaksātā summa
EscompteOffered=Piedāvāta atlaide (maksājums pirms termiņa)
EscompteOfferedShort=Atlaide
-SendBillRef=Submission of invoice %s
+SendBillRef=Rēķina iesniegšana %s
SendReminderBillRef=Submission of invoice %s (reminder)
StandingOrders=Tiešā debeta pasūtījumi
StandingOrder=Tiešā debeta pasūtījums
@@ -289,11 +304,11 @@ CreditNotesOrExcessReceived=Kredītkritumi vai saņemtie pārsniegumi
Deposit=Sākuma maksājums
Deposits=Sākuma maksājumi
DiscountFromCreditNote=Atlaide no kredīta piezīmes %s
-DiscountFromDeposit=Down payments from invoice %s
+DiscountFromDeposit=Sākuma maksājumi no rēķina %s
DiscountFromExcessReceived=Maksājumi, kas pārsniedz rēķinu %s
DiscountFromExcessPaid=Maksājumi, kas pārsniedz rēķinu %s
AbsoluteDiscountUse=Šis kredīta veids var izmantot rēķinā pirms tās apstiprināšanas
-CreditNoteDepositUse=Invoice must be validated to use this kind of credits
+CreditNoteDepositUse=Rēķins ir jāapstiprina, lai izmantotu šāda veida kredītus
NewGlobalDiscount=Jauna absolūta atlaide
NewRelativeDiscount=Jauna relatīva atlaide
DiscountType=Atlaides veids
@@ -377,12 +392,12 @@ PaymentConditionShortRECEP=Pienākas pēc saņemšanas
PaymentConditionRECEP=Pienākas pēc saņemšanas
PaymentConditionShort30D=30 dienas
PaymentCondition30D=30 dienas
-PaymentConditionShort30DENDMONTH=30 days of month-end
-PaymentCondition30DENDMONTH=Within 30 days following the end of the month
+PaymentConditionShort30DENDMONTH=30 dienas mēneša beigās
+PaymentCondition30DENDMONTH=30 dienu laikā pēc mēneša beigām
PaymentConditionShort60D=60 dienas
PaymentCondition60D=60 dienas
-PaymentConditionShort60DENDMONTH=60 days of month-end
-PaymentCondition60DENDMONTH=Within 60 days following the end of the month
+PaymentConditionShort60DENDMONTH=60 dienas mēneša beigās
+PaymentCondition60DENDMONTH=60 dienu laikā pēc mēneša beigām
PaymentConditionShortPT_DELIVERY=Piegāde
PaymentConditionPT_DELIVERY=Pēc piegādes
PaymentConditionShortPT_ORDER=Pasūtījums
@@ -398,13 +413,13 @@ PaymentCondition14D=14 dienas
PaymentConditionShort14DENDMONTH=Mēneša 14 dienas
PaymentCondition14DENDMONTH=14 dienu laikā pēc mēneša beigām
FixAmount=Fiksētā summa
-VarAmount=Mainīgais apjoms (%% tot.)
+VarAmount=Mainīgais apjoms (%% kop.)
VarAmountOneLine=Mainīgā summa (%% kopā) - 1 rinda ar etiķeti '%s'
# PaymentType
PaymentTypeVIR=Bankas pārskaitījums
PaymentTypeShortVIR=Bankas pārskaitījums
-PaymentTypePRE=Direct debit payment order
-PaymentTypeShortPRE=Debit payment order
+PaymentTypePRE=Tiešā debeta maksājuma rīkojums
+PaymentTypeShortPRE=Debeta maksājuma rīkojums
PaymentTypeLIQ=Skaidra nauda
PaymentTypeShortLIQ=Skaidra nauda
PaymentTypeCB=Kredītkarte
@@ -434,7 +449,7 @@ RegulatedOn=Regulēta uz
ChequeNumber=Pārbaudiet N °
ChequeOrTransferNumber=Pārbaudiet / Transfer N °
ChequeBordereau=Pārbaudīt grafiku
-ChequeMaker=Check/Transfer transmitter
+ChequeMaker=Pārbaudiet / pārsūtiet raidītāju
ChequeBank=Čeka izsniegšanas banka
CheckBank=Čeks
NetToBePaid=Neto jāmaksā
@@ -489,7 +504,7 @@ ToMakePayment=Maksāt
ToMakePaymentBack=Atmaksāt
ListOfYourUnpaidInvoices=Saraksts ar neapmaksātiem rēķiniem
NoteListOfYourUnpaidInvoices=Piezīme: Šis saraksts satur tikai rēķinus par trešo pušu Jums ir saistīti ar kā pārdošanas pārstāvis.
-RevenueStamp=Ieņēmumi zīmogs
+RevenueStamp=Ieņēmumu zīmogs
YouMustCreateInvoiceFromThird=Šī opcija ir pieejama tikai tad, ja izveidojat rēķinu no trešās personas cilnes "Klients"
YouMustCreateInvoiceFromSupplierThird=Šī opcija ir pieejama tikai tad, ja izveidojat rēķinu no trešās puses cilnes „Pārdevējs”
YouMustCreateStandardInvoiceFirstDesc=Vispirms vispirms jāizveido standarta rēķins un jāpārveido tas par "veidni", lai izveidotu jaunu veidnes rēķinu
diff --git a/htdocs/langs/lv_LV/cashdesk.lang b/htdocs/langs/lv_LV/cashdesk.lang
index 1c71ba8aa6c..461fd16da52 100644
--- a/htdocs/langs/lv_LV/cashdesk.lang
+++ b/htdocs/langs/lv_LV/cashdesk.lang
@@ -68,4 +68,4 @@ Terminal=Terminal
NumberOfTerminals=Termināļu skaits
TerminalSelect=Atlasiet termināli, kuru vēlaties izmantot:
POSTicket=POS biļete
-BasicPhoneLayout=Use basic layout for phones
+BasicPhoneLayout=Izmantojiet telefonu pamata izkārtojumu
diff --git a/htdocs/langs/lv_LV/companies.lang b/htdocs/langs/lv_LV/companies.lang
index 4061ed23e72..aa373cac4f1 100644
--- a/htdocs/langs/lv_LV/companies.lang
+++ b/htdocs/langs/lv_LV/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolūtā pārdevēju atlaides (ievada visi li
SupplierAbsoluteDiscountMy=Absolūtā pārdevēja atlaides (ievadījis pats)
DiscountNone=Nav
Vendor=Pārdevējs
+Supplier=Pārdevējs
AddContact=Izveidot kontaktu
AddContactAddress=Izveidot kontaktu/adresi
EditContact=Labot kontaktu
@@ -382,7 +383,7 @@ ChangeContactInProcess=Mainīt statusu uz 'Sazināšanās procesā'
ChangeContactDone=Mainīt statusu uz 'Sazinājāmies'
ProspectsByStatus=Perspektīvu statuss
NoParentCompany=Nav
-ExportCardToFormat=Eksporta karti formātā
+ExportCardToFormat=Eksportēt karti uz formātu
ContactNotLinkedToCompany=Kontakts nav saistīts ar trešajām personām
DolibarrLogin=Dolibarr pieteikšanās
NoDolibarrAccess=Nav Dolibarr piekļuve
@@ -415,7 +416,7 @@ UniqueThirdParties=Trešo personu kopskaits
InActivity=Atvērts
ActivityCeased=Slēgts
ThirdPartyIsClosed=Trešā persona ir slēgta
-ProductsIntoElements=List of products/services into %s
+ProductsIntoElements=Produktu/pakalpojumu saraksts %s
CurrentOutstandingBill=Current outstanding bill
OutstandingBill=Maks. par izcilu rēķinu
OutstandingBillReached=Maks. par izcilu rēķinu
diff --git a/htdocs/langs/lv_LV/compta.lang b/htdocs/langs/lv_LV/compta.lang
index a5bfc0331a9..41f8c11125b 100644
--- a/htdocs/langs/lv_LV/compta.lang
+++ b/htdocs/langs/lv_LV/compta.lang
@@ -65,16 +65,16 @@ LT2SupplierIN=SGST pirkumi
VATCollected=Iekasētais PVN
ToPay=Jāsamaksā
SpecialExpensesArea=Sadaļa visiem īpašajiem maksājumiem
-SocialContribution=Social or fiscal tax
-SocialContributions=Social or fiscal taxes
+SocialContribution=Sociālais vai fiskālais nodoklis
+SocialContributions=Sociālie vai fiskālie nodokļi
SocialContributionsDeductibles=Atskaitāmi sociālie vai fiskālie nodokļi
SocialContributionsNondeductibles=Nekonkurējoši sociālie vai fiskālie nodokļi
LabelContrib=Marķējuma ieguldījums
TypeContrib=Veida iemaksa
MenuSpecialExpenses=Īpašie izdevumi
MenuTaxAndDividends=Nodokļi un dividendes
-MenuSocialContributions=Social/fiscal taxes
-MenuNewSocialContribution=New social/fiscal tax
+MenuSocialContributions=Sociālie/fiskālie nodokļi
+MenuNewSocialContribution=Jauns sociālais/fiskālais nodoklis
NewSocialContribution=New social/fiscal tax
AddSocialContribution=Pievienot sociālo / fiskālo nodokli
ContributionsToPay=Social/fiscal taxes to pay
@@ -101,13 +101,13 @@ LT1PaymentES=RE Payment
LT1PaymentsES=RE Payments
LT2PaymentES=IRPF Maksājumu
LT2PaymentsES=IRPF Maksājumi
-VATPayment=Sales tax payment
-VATPayments=Sales tax payments
+VATPayment=Tirdzniecības nodokļa samaksa
+VATPayments=Tirdzniecības nodokļa maksājumi
VATRefund=PVN atmaksa
NewVATPayment=Jauns apgrozījuma nodokļa maksājums
NewLocalTaxPayment=Jauns nodokļa %s maksājums
Refund=Atmaksa
-SocialContributionsPayments=Social/fiscal taxes payments
+SocialContributionsPayments=Sociālo/fiskālo nodokļu maksājumi
ShowVatPayment=Rādīt PVN maksājumu
TotalToPay=Summa
BalanceVisibilityDependsOnSortAndFilters=Bilance ir redzama šajā sarakstā tikai tad, ja tabula ir sakārtota uz augšu %s un tiek filtrēta 1 bankas kontam.
@@ -132,11 +132,11 @@ NewCheckDepositOn=Izveidot kvīti par depozīta kontā: %s
NoWaitingChecks=No checks awaiting deposit.
DateChequeReceived=Pārbaudiet uzņemšanas datumu
NbOfCheques=Pārbaužu skaits
-PaySocialContribution=Pay a social/fiscal tax
+PaySocialContribution=Maksāt sociālo/fiskālo nodokli
ConfirmPaySocialContribution=Vai tiešām vēlaties klasificēt šo sociālo vai fiskālo nodokli kā samaksātu?
DeleteSocialContribution=Dzēst sociālo vai fiskālo nodokļu maksājumu
ConfirmDeleteSocialContribution=Vai tiešām vēlaties dzēst šo sociālo / fiskālo nodokļu maksājumu?
-ExportDataset_tax_1=Social and fiscal taxes and payments
+ExportDataset_tax_1=Sociālie un fiskālie nodokļi un maksājumi
CalcModeVATDebt=Mode %sVAT par saistību accounting%s.
CalcModeVATEngagement=Mode %sVAT par ienākumu-expense%sS.
CalcModeDebt=Zināma reģistrēto rēķinu analīze, pat ja tie vēl nav uzskaitīti virsgrāmatā.
@@ -148,8 +148,8 @@ CalcModeLT1Rec= Mode %sRE on suppliers invoices%s
CalcModeLT2= Mode %sIRPF on customer invoices - suppliers invoices%s
CalcModeLT2Debt=Mode %sIRPF on customer invoices%s
CalcModeLT2Rec= Mode %sIRPF on suppliers invoices%s
-AnnualSummaryDueDebtMode=Līdzsvars ienākumiem un izdevumiem, gada kopsavilkums
-AnnualSummaryInputOutputMode=Līdzsvars ienākumiem un izdevumiem, gada kopsavilkums
+AnnualSummaryDueDebtMode=Ienākumu un izdevumu bilance, gada kopsavilkums
+AnnualSummaryInputOutputMode=Ienākumu un izdevumu bilance, gada kopsavilkums
AnnualByCompanies=Ieņēmumu un izdevumu līdzsvars pēc iepriekš definētām kontu grupām
AnnualByCompaniesDueDebtMode=Ieņēmumu un izdevumu bilance, detalizēti pēc iepriekš definētām grupām, režīms %sClaims-Debts%s norādīja Saistību grāmatvedība .
AnnualByCompaniesInputOutputMode=Ieņēmumu un izdevumu līdzsvars, detalizēti pēc iepriekš definētām grupām, režīms %sIncomes-Expenses%s norādīja naudas līdzekļu uzskaiti .
diff --git a/htdocs/langs/lv_LV/dict.lang b/htdocs/langs/lv_LV/dict.lang
index 21b821fa218..a56b6837c4a 100644
--- a/htdocs/langs/lv_LV/dict.lang
+++ b/htdocs/langs/lv_LV/dict.lang
@@ -197,7 +197,7 @@ CountryPM=Senpjēra un Mikelona
CountryVC=Sentvinsenta un Grenadīnas
CountryWS=Samoa
CountrySM=San Marino
-CountryST=Santome un Prinsipi
+CountryST=Santome un Principe
CountryRS=Serbija
CountrySC=Seišelu salas
CountrySL=Sierra Leone
diff --git a/htdocs/langs/lv_LV/ecm.lang b/htdocs/langs/lv_LV/ecm.lang
index b6db88ee895..c0290037ad5 100644
--- a/htdocs/langs/lv_LV/ecm.lang
+++ b/htdocs/langs/lv_LV/ecm.lang
@@ -35,7 +35,7 @@ ECMDocsByUsers=Ar lietotājiem saistītie dokumenti
ECMDocsByInterventions=Documents linked to interventions
ECMDocsByExpenseReports=Ar izdevumu ziņojumiem saistītie dokumenti
ECMDocsByHolidays=Ar brīvdienām saistītie dokumenti
-ECMDocsBySupplierProposals=Dokumenti, kas saistīti ar piegādātāju priekšlikumiem
+ECMDocsBySupplierProposals=Dokumenti, kas saistīti ar pārdevēja priekšlikumiem
ECMNoDirectoryYet=Nav izveidots katalogs
ShowECMSection=Rādīt katalogu
DeleteSection=Dzēst direktoriju
diff --git a/htdocs/langs/lv_LV/errors.lang b/htdocs/langs/lv_LV/errors.lang
index a86ec95eb85..27836af5be3 100644
--- a/htdocs/langs/lv_LV/errors.lang
+++ b/htdocs/langs/lv_LV/errors.lang
@@ -55,7 +55,7 @@ ErrorDirNotFound=Directory %s nav atrasts (Bad ceļš, aplamas tiesības
ErrorFunctionNotAvailableInPHP=Funkcija %s ir nepieciešama šī funkcija, bet nav pieejams šajā versijā / uzstādīšanas PHP.
ErrorDirAlreadyExists=Direrktorija ar šādu nosaukumu jau pastāv.
ErrorFileAlreadyExists=Fails ar šādu nosaukumu jau eksistē.
-ErrorPartialFile=Fails nav saņēmusi pilnīgi ar serveri.
+ErrorPartialFile=Serveris failu nav saņemis pilnīgi.
ErrorNoTmpDir=Pagaidu direktorija %s neeksistē.
ErrorUploadBlockedByAddon=Augšupielāde bloķēja ar PHP/Apache spraudni.
ErrorFileSizeTooLarge=Faila izmērs ir pārāk liels.
@@ -64,7 +64,7 @@ ErrorSizeTooLongForVarcharType=Izmērs ir pārāk garš (%s simboli maksimums)
ErrorNoValueForSelectType=Lūdzu izvēlieties vērtību no saraksta
ErrorNoValueForCheckBoxType=Lūdzu, aizpildiet vērtību rūtiņu sarakstā
ErrorNoValueForRadioType=Lūdzu, aizpildiet vērtību radio pogu sarakstā
-ErrorBadFormatValueList=The list value cannot have more than one comma: %s, but need at least one: key,value
+ErrorBadFormatValueList=Saraksta vērtībā nedrīkst būt vairāk par vienu komatu: %s , bet tai ir nepieciešams vismaz viena: atslēga, vērtība
ErrorFieldCanNotContainSpecialCharacters=Laukā %s nedrīkst būt īpašas rakstzīmes.
ErrorFieldCanNotContainSpecialNorUpperCharacters=Laukā %s nedrīkst būt speciālās rakstzīmes vai lielformāta rakstzīmes, un tajos nedrīkst būt tikai cipari.
ErrorFieldMustHaveXChar=Laukā %sjābūt vismaz %s rakstzīmēm.
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Speciālās rakstzīmes nav atļautas laukam
ErrorNumRefModel=Norāde pastāv to datubāzē (%s), un tas nav saderīgs ar šo numerācijas noteikuma. Noņemt ierakstu vai pārdēvēts atsauci, lai aktivizētu šo moduli.
ErrorQtyTooLowForThisSupplier=Šim pārdevējam pārāk zems daudzums vai cena, kas šai precei nav noteikta šim pārdevējam
ErrorOrdersNotCreatedQtyTooLow=Daži pasūtījumi nav izveidoti jo pārāk mazs daudzums
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complet
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Kļūda masku
ErrorBadMaskFailedToLocatePosOfSequence=Kļūda, maska bez kārtas numuru
ErrorBadMaskBadRazMonth=Kļūdas, slikta reset vērtība
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s jāsāk ar http: // vai https: //
ErrorNewRefIsAlreadyUsed=Kļūda, jaunā atsauce jau ir izmantota
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Kļūda, dzēšot maksājumu, kas sasaistīts ar slēgtu rēķinu.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Noklikšķiniet šeit, lai iestatītu obligātos parametrus
WarningEnableYourModulesApplications=Noklikšķiniet šeit, lai iespējotu moduļus un lietojumprogrammas
diff --git a/htdocs/langs/lv_LV/exports.lang b/htdocs/langs/lv_LV/exports.lang
index 043b2ee0583..4f7708caaea 100644
--- a/htdocs/langs/lv_LV/exports.lang
+++ b/htdocs/langs/lv_LV/exports.lang
@@ -13,11 +13,11 @@ NotImportedFields=Jomas avota failā nav importēti
SaveExportModel=Saglabājiet atlases kā eksporta profilu / veidni (atkārtotai izmantošanai).
SaveImportModel=Saglabājiet šo importa profilu (lai to atkārtoti izmantotu) ...
ExportModelName=Eksportēšanas profila nosaukums
-ExportModelSaved=Eksporta profils tiek saglabāts kā %s .
+ExportModelSaved=Eksporta profils tiek saglabāts kā %s.
ExportableFields=Eksportējami lauki
ExportedFields=Eksportēti lauki
ImportModelName=Importēšanas profila nosaukums
-ImportModelSaved=Importa profils tiek saglabāts kā %s .
+ImportModelSaved=Importa profils tiek saglabāts kā %s.
DatasetToExport=Datu kopas eksports
DatasetToImport=Importēt failu datu kopā
ChooseFieldsOrdersAndTitle=Izvēlieties lauku secību ...
@@ -44,7 +44,7 @@ LineDescription=Līnijas apraksts
LineUnitPrice=Vienības cenas līnija
LineVATRate=PVN likme līnijas
LineQty=Daudzums līnijas
-LineTotalHT=Summa bez nodokļiem līnijas
+LineTotalHT=Summa, neskaitot nodoklis par līniju
LineTotalTTC=Summa ar nodokļiem līniju
LineTotalVAT=PVN summu, par līnijas
TypeOfLineServiceOrProduct=Veids (0=produkts, 1=pakalpojums)
@@ -68,7 +68,7 @@ FieldsTarget=Mērķtiecīga lauki
FieldTarget=Mērķtiecīga lauks
FieldSource=Avota lauks
NbOfSourceLines=Līniju skaits avota failā
-NowClickToTestTheImport=Pārbaudiet iestatīto importēšanas iestatījumu (pārbaudiet, vai jums ir jāizslēdz galvenes līnijas vai arī tās tiks atzīmētas kā kļūdas nākamajā simulācijā). Noklikšķiniet uz pogas %s b>, lai veiktu čeku no faila struktūras / satura un imitē importa procesu. Jūsu datubāzē dati netiks mainīti b>.
+NowClickToTestTheImport=Pārbaudiet, vai faila formāts (lauka un virknes norobežotāji) atbilst redzamajām opcijām un ka esat izlaidis galvenes rindu, vai arī šie simboli tiks atzīmēti kā kļūdas. Noklikšķiniet uz " %s "poga, lai veiktu faila struktūras / satura pārbaudi un imitētu importa procesu. Jūsu datu bāzē dati netiks mainīti .
RunSimulateImportFile=Palaist importa simulāciju
FieldNeedSource=Šim laukam nepieciešami dati no avota faila
SomeMandatoryFieldHaveNoSource=Daži obligātie lauki nav avotu, no datu faila
@@ -78,14 +78,14 @@ SelectAtLeastOneField=Pārslēgt vismaz vienu avota lauku slejā jomās eksport
SelectFormat=Izvēlieties šo importa failu formātu
RunImportFile=Importēt datus
NowClickToRunTheImport=Pārbaudiet importa simulācijas rezultātus. Labojiet kļūdas un atkārtojiet testu. Kad simulācijā nav kļūdu, jūs varat turpināt importēt datus datu bāzē.
-DataLoadedWithId=Visi dati tiks ielādēti ar šādu importa ID: %s , lai iespējotu meklēšanu šajā datu kopā, ja nākotnē atklāsiet problēmas.
+DataLoadedWithId=Importētajiem datiem katrā datu bāzes tabulā būs papildu lauks ar šo ievešanas ID: %s , lai ļautu tai atrast meklēšanu, ja tiek izmeklēta ar šo importu saistīta problēma.
ErrorMissingMandatoryValue=Obligātie dati avota failā ir tukši laukā %s .
TooMuchErrors=Vēl ir %s citas avota līnijas ar kļūdām, taču izlaide ir ierobežota.
TooMuchWarnings=Vēl ir %s citas avota līnijas ar brīdinājumiem, bet izlaide ir ierobežota.
EmptyLine=Tukšas līnijas (tiks izmestas)
CorrectErrorBeforeRunningImport=Jums ir jāizlabo visas kļūdas pirms varat veikt importu.
FileWasImported=Fails tika importēts ar numuru %s.
-YouCanUseImportIdToFindRecord=Jūs varat atrast visus importētos ierakstus savā datubāzē, filtrējot laukā import_key = '%s' .
+YouCanUseImportIdToFindRecord=Visus importētos ierakstus varat atrast savā datu bāzē, filtrējot laukā import_key = '%s' .
NbOfLinesOK=Skaits līniju bez kļūdām un bez brīdinājumiem: %s.
NbOfLinesImported=Skaits līniju veiksmīgi importēto: %s.
DataComeFromNoWhere=Vērtību, lai ievietotu nāk no nekur avota failā.
@@ -100,8 +100,8 @@ SourceExample=Piemērs par iespējamo datu vērtības
ExampleAnyRefFoundIntoElement=Jebkura atsauce atrasts elementu %s
ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionary %s
CSVFormatDesc= Kumijas atdalītas vērtības b> faila formāts (.csv). Šis ir teksta faila formāts, kurā lauki atdala ar atdalītāju [%s]. Ja lauka saturā atrodas atdalītājs, lauku noapaļo apaļa formā [%s]. Escape raksturs, lai izvairītos no apaļa raksturs ir [%s].
-Excel95FormatDesc= Excel b> faila formāts (.xls) Šis ir iekšējais Excel 95 formāts (BIFF5).
-Excel2007FormatDesc= Excel b> faila formāts (.xlsx) Šis ir vietējais Excel 2007 formāts (SpreadsheetML).
+Excel95FormatDesc=Excel faila formāts (.xls) Šis ir iekšējais Excel 95 formāts (BIFF5).
+Excel2007FormatDesc=Excel faila formāts (.xlsx) Šis ir Excel 2007 formāts (SpreadsheetML).
TsvFormatDesc=Tab atdalītu vērtību failu formāts (. TSV) Tas ir teksta faila formāts, kur lauki ir atdalīti ar tabulācijas [Tab].
ExportFieldAutomaticallyAdded=Field %s was automatically added. It will avoid you to have similar lines to be treated as duplicate record (with this field added, all lines will own their own id and will differ).
CsvOptions=CSV formāta opcijas
@@ -109,14 +109,14 @@ Separator=Lauka atdalītājs
Enclosure=Virknes atdalītājs
SpecialCode=Speciāls kods
ExportStringFilter=%% allows replacing one or more characters in the text
-ExportDateFilter=YYYY, YYYYMM, YYYYMMDD : filters by one year/month/day YYYY+YYYY, YYYYMM+YYYYMM, YYYYMMDD+YYYYMMDD : filters over a range of years/months/days > YYYY, > YYYYMM, > YYYYMMDD : filters on all following years/months/days < YYYY, < YYYYMM, < YYYYMMDD : filters on all previous years/months/days
+ExportDateFilter=YYYY, YYYYMM, YYYYMMDD: filtri par vienu gadu / mēnesi / dienu, YYYY + YYYY, YYYYMM + YYYYMM, YYYYMMDD + YYYYMMDD: filtri ilgāk par gadiem / mēnešiem / dienām > GGGG,> GGGGM,> GGGGMDD : filtri visos nākamajos gados / mēnešos / dienās, NNNNN + NNNNN filtrus vērtību diapazonā > NNNNN filtri ar lielākām vērtībām
ImportFromLine=Importēt, sākot ar līnijas numuru
EndAtLineNb=End at line number
-ImportFromToLine=Ierobežojuma diapazons (no - līdz), piem. izlaist galvenes līniju
-SetThisValueTo2ToExcludeFirstLine=For example, set this value to 3 to exclude the 2 first lines
-KeepEmptyToGoToEndOfFile=Saglabājiet šo lauku tukšu, lai pārietu uz faila beigām
-SelectPrimaryColumnsForUpdateAttempt=Atlasiet kolonnu (-es), kuru izmantojat kā primāro atslēgu atjaunināšanas mēģinājumam
+ImportFromToLine=Limit diapazons (no - līdz), piem. lai izlaistu virsraksta rindu (-as)
+SetThisValueTo2ToExcludeFirstLine=Piemēram, iestatiet šo vērtību uz 3, lai izslēgtu 2 pirmās rindas. Ja galvenes rindas NAV izlaistas, tas izraisīs vairākas kļūdas importa modelēšanā.
+KeepEmptyToGoToEndOfFile=Saglabājiet šo lauku tukšu, lai apstrādātu visas rindas līdz faila beigām.
+SelectPrimaryColumnsForUpdateAttempt=Atlasiet kolonnu (-as), ko izmantot kā primāro atslēgu UPDATE importēšanai
UpdateNotYetSupportedForThisImport=Šī veida importa atjaunināšana nav atbalstīta (tikai ievietot).
NoUpdateAttempt=Netika veikts atjaunināšanas mēģinājums, tikai ievietojiet
ImportDataset_user_1=Lietotāji (darbinieki vai ne) un īpašumi
@@ -124,7 +124,7 @@ ComputedField=Aprēķinātais lauks
## filters
SelectFilterFields=Ja jūs vēlaties filtrēt dažas vērtības, vienkārši ievadi vērtības šeit.
FilteredFields=Filtrētie lauki
-FilteredFieldsValues=Cenas filtru
+FilteredFieldsValues=Filtra vērtība
FormatControlRule=Format control rule
## imports updates
KeysToUseForUpdates=Atslēga (sleja), ko izmantot esošo datu atjaunināšanai b>
diff --git a/htdocs/langs/lv_LV/help.lang b/htdocs/langs/lv_LV/help.lang
index 48124086432..0482ffc903b 100644
--- a/htdocs/langs/lv_LV/help.lang
+++ b/htdocs/langs/lv_LV/help.lang
@@ -1,7 +1,7 @@
# Dolibarr language file - Source file is en_US - help
CommunitySupport=Forums / Vikipēdijas atbalsts
EMailSupport=E-pasta atbalsts
-RemoteControlSupport=Tiešsaistes reālā laika / tālvadības atbalsts
+RemoteControlSupport=Tiešsaistes reālā laika/tālvadības atbalsts
OtherSupport=Cits atbalsts
ToSeeListOfAvailableRessources=Lai sazinātos / skatītu pieejamos resursus:
HelpCenter=Palīdzības centrs
diff --git a/htdocs/langs/lv_LV/holiday.lang b/htdocs/langs/lv_LV/holiday.lang
index 943bea2de07..c47d52c0704 100644
--- a/htdocs/langs/lv_LV/holiday.lang
+++ b/htdocs/langs/lv_LV/holiday.lang
@@ -77,12 +77,12 @@ UserCP=Lietotājs
ErrorAddEventToUserCP=Pievienojot ārpuskārtas atvaļinājumu, radās kļūda.
AddEventToUserOkCP=Par ārkārtas atvaļinājumu papildinājums ir pabeigta.
MenuLogCP=Skatīt izmaiņu žurnālus
-LogCP=Log of updates of available vacation days
+LogCP=Pieejamo atvaļinājumu dienu atjauninājumu žurnāls
ActionByCP=Veic
UserUpdateCP=Lietotājam
PrevSoldeCP=Iepriekšējā bilance
NewSoldeCP=Jana Bilance
-alreadyCPexist=A leave request has already been done on this period.
+alreadyCPexist=Šajā periodā atvaļinājuma pieprasījums jau ir veikts.
FirstDayOfHoliday=Pirmā atvaļinājuma diena
LastDayOfHoliday=Pēdēja atvaļinājuma diena
BoxTitleLastLeaveRequests=Jaunākie %s labotie atvaļinājumu pieprasījumi
@@ -101,7 +101,7 @@ LEAVE_SICK=Slimības lapa
LEAVE_OTHER=Cits atvaļinājums
LEAVE_PAID_FR=Apmaksāts atvaļinājums
## Configuration du Module ##
-LastUpdateCP=Jaunākais automātiska atvaļinājuma piešķiršanas atjaunināšana
+LastUpdateCP=Jaunākais atvaļinājumu piešķiršanas atjauninājums
MonthOfLastMonthlyUpdate=Pēdējā automātiskā atvaļinājuma piešķiršanas mēneša pēdējā mēneša laikā
UpdateConfCPOK=Veiksmīgi atjaunināta.
Module27130Name= Atvaļinājuma pieprasījumu pārvaldība
diff --git a/htdocs/langs/lv_LV/install.lang b/htdocs/langs/lv_LV/install.lang
index 615fb3cce42..28d768c312e 100644
--- a/htdocs/langs/lv_LV/install.lang
+++ b/htdocs/langs/lv_LV/install.lang
@@ -4,7 +4,7 @@ MiscellaneousChecks=Priekšnoteikumu pārbaude
ConfFileExists=Konfigurācijas fails %s eksistē.
ConfFileDoesNotExistsAndCouldNotBeCreated=Konfigurācijas fails %s nepastāv un to nevarēja izveidot!
ConfFileCouldBeCreated=Konfigurācijas failu %s var izveidot.
-ConfFileIsNotWritable=Konfigurācijas fails %s b> nav rakstāms. Pārbaudīt atļaujas. Pirmajai instalēšanai jūsu tīmekļa serverim jāspēj rakstīt šajā failā konfigurācijas procesa laikā ("chmod 666", piemēram, operētājsistēmā Unix, piemēram).
+ConfFileIsNotWritable=Konfigurācijas failā %s nevar ierakstīt. Pārbaudīt atļaujas. Pirmajai instalēšanai jūsu tīmekļa serverim jāspēj rakstīt šajā failā konfigurācijas procesa laikā ("chmod 666", piemērs, operētājsistēmai Unix).
ConfFileIsWritable=Konfigurācijas failā %s var ierakstīt.
ConfFileMustBeAFileNotADir=Konfigurācijas failam %s jābūt failam, nevis direktorijai.
ConfFileReload=Pārsūtot parametrus no konfigurācijas faila.
@@ -40,7 +40,7 @@ License=Izmantojot licenci
ConfigurationFile=Konfigurācijas fails
WebPagesDirectory=Katalogs kur web lapas tiek uzglabātas
DocumentsDirectory=Direktorija kurā uzglabāt augšupielādētos un ģenerētos dokumentus
-URLRoot=URL Root
+URLRoot=URL sakne
ForceHttps=Piespiedu drošais savienojums (https)
CheckToForceHttps=Pārbaudiet šo opciju, lai piespiestu drošus savienojumus (https). Tas nozīmē, ka tīmekļa serveris ir konfigurēts ar SSL sertifikātu.
DolibarrDatabase=Dolibarr datubāze
diff --git a/htdocs/langs/lv_LV/mails.lang b/htdocs/langs/lv_LV/mails.lang
index dd400d13e7d..9eaa536b32c 100644
--- a/htdocs/langs/lv_LV/mails.lang
+++ b/htdocs/langs/lv_LV/mails.lang
@@ -78,9 +78,9 @@ GroupEmails=Grupas e-pasti
OneEmailPerRecipient=Viens e-pasts katram adresātam (pēc noklusējuma viens e-pasts uz vienu atlasīto ierakstu)
WarningIfYouCheckOneRecipientPerEmail=Brīdinājums. Ja atzīmēsit šo izvēles rūtiņu, tas nozīmē, ka tiks nosūtīts tikai viens e-pasta ziņojums, izvēloties vairākus atšķirīgus ierakstus, tādēļ, ja jūsu ziņojumā ir iekļauti aizstājējumultiņi, kas attiecas uz ieraksta datiem, tos nevar aizstāt.
ResultOfMailSending=Masu sūtīšanas rezultāts
-NbSelected=Number selected
-NbIgnored=Number ignored
-NbSent=Number sent
+NbSelected=Numurs izvēlēts
+NbIgnored=Numurs ignorēts
+NbSent=Sūtītais numurs
SentXXXmessages=%s ziņa (s) nosūtīta.
ConfirmUnvalidateEmailing=Vai tiešām vēlaties mainīt e-pastu %s uz melnraksta statusu?
MailingModuleDescContactsWithThirdpartyFilter=Sazinieties ar klientu filtriem
diff --git a/htdocs/langs/lv_LV/main.lang b/htdocs/langs/lv_LV/main.lang
index 96717fe3a56..567160c1ec8 100644
--- a/htdocs/langs/lv_LV/main.lang
+++ b/htdocs/langs/lv_LV/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakti / adreses par šīs trešās personas
AddressesForCompany=Šīs trešās puses adreses
ActionsOnCompany=Notikumi šai trešajai pusei
ActionsOnContact=Notikumi šim kontaktam / adresei
+ActionsOnContract=Events for this contract
ActionsOnMember=Pasākumi par šo locekli
ActionsOnProduct=Notikumi ar šo produktu
NActionsLate=%s vēlu
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Saite uz pārdevēja priekšlikumu
LinkToSupplierInvoice=Saite uz piegādātāja rēķinu
LinkToContract=Saite uz līgumu
LinkToIntervention=Saikne ar intervenci
+LinkToTicket=Link to ticket
CreateDraft=Izveidot melnrakstu
SetToDraft=Atpakaļ uz melnrakstu
ClickToEdit=Klikšķiniet, lai rediģētu
diff --git a/htdocs/langs/lv_LV/members.lang b/htdocs/langs/lv_LV/members.lang
index 1b53052c51a..03971532446 100644
--- a/htdocs/langs/lv_LV/members.lang
+++ b/htdocs/langs/lv_LV/members.lang
@@ -171,7 +171,7 @@ MembersStatisticsDesc=Izvēlieties statistiku kuru vēlaties izlasīt ...
MenuMembersStats=Statistika
LastMemberDate=Pēdējā biedra datums
LatestSubscriptionDate=Jaunākais piereģistrēšanās datums
-MemberNature=Nature of member
+MemberNature=Dalībnieka raksturs
Public=Informācija ir publiska
NewMemberbyWeb=Jauns dalībnieks pievienots. Gaida apstiprinājumu
NewMemberForm=Jauna dalībnieka forma
diff --git a/htdocs/langs/lv_LV/other.lang b/htdocs/langs/lv_LV/other.lang
index 78f4e29d191..6a164cc5ef3 100644
--- a/htdocs/langs/lv_LV/other.lang
+++ b/htdocs/langs/lv_LV/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Klientu rēķinu skaits
NumberOfSupplierProposals=Pārdevēja priekšlikumu skaits
NumberOfSupplierOrders=Pirkuma pasūtījumu skaits
NumberOfSupplierInvoices=Pārdevēja rēķinu skaits
+NumberOfContracts=Līgumu skaits
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Vienību skaits pārdošanas pasūtījumos
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Vienību skaits pārdevēja priekšlikumos
NumberOfUnitsSupplierOrders=Vienību skaits pirkuma pasūtījumos
NumberOfUnitsSupplierInvoices=Vienību skaits pārdevēja rēķinos
+NumberOfUnitsContracts=Vienību skaits līgumos
EMailTextInterventionAddedContact=Jums ir piešķirta jauna iejaukšanās %s.
EMailTextInterventionValidated=Iejaukšanās %s ir apstiprināta.
EMailTextInvoiceValidated=Rēķins %s ir apstiprināts.
diff --git a/htdocs/langs/lv_LV/products.lang b/htdocs/langs/lv_LV/products.lang
index 6dd9360e6b9..afa35a4b839 100644
--- a/htdocs/langs/lv_LV/products.lang
+++ b/htdocs/langs/lv_LV/products.lang
@@ -2,6 +2,7 @@
ProductRef=Produkta ref.
ProductLabel=Produkta marķējums
ProductLabelTranslated=Tulkots produkta nosaukums
+ProductDescription=Product description
ProductDescriptionTranslated=Tulkotā produkta apraksts
ProductNoteTranslated=Tulkota produkta piezīme
ProductServiceCard=Produktu / Pakalpojumu kartiņa
@@ -159,7 +160,7 @@ SuppliersPrices=Pārdevēja cenas
SuppliersPricesOfProductsOrServices=Pārdevēja cenas (produktiem vai pakalpojumiem)
CustomCode=Muita / Prece / HS kods
CountryOrigin=Izcelsmes valsts
-Nature=Nature of produt (material/finished)
+Nature=Izstrādājuma veids (materiāls/gatavs)
ShortLabel=Īsais nosaukums
Unit=Vienība
p=u.
diff --git a/htdocs/langs/lv_LV/salaries.lang b/htdocs/langs/lv_LV/salaries.lang
index 07b280565e6..816227ad4cb 100644
--- a/htdocs/langs/lv_LV/salaries.lang
+++ b/htdocs/langs/lv_LV/salaries.lang
@@ -18,4 +18,4 @@ LastSalaries=Jaunākie %s algu maksājumi
AllSalaries=Visi algu maksājumi
SalariesStatistics=Algas statistika
# Export
-SalariesAndPayments=Salaries and payments
+SalariesAndPayments=Algas un maksājumi
diff --git a/htdocs/langs/lv_LV/stocks.lang b/htdocs/langs/lv_LV/stocks.lang
index 26ecdf29269..7a6ff663492 100644
--- a/htdocs/langs/lv_LV/stocks.lang
+++ b/htdocs/langs/lv_LV/stocks.lang
@@ -66,12 +66,12 @@ RuleForStockManagementIncrease=Izvēlieties noteikumu automātiskai krājumu pal
DeStockOnBill=Samaziniet reālos krājumus klienta rēķina / kredītzīmes atzīmēšanā
DeStockOnValidateOrder=Samaziniet reālos krājumus pārdošanas pasūtījuma apstiprināšanā
DeStockOnShipment=Samazināt reālos krājumus piegādes apstiprinājuma gadījumā
-DeStockOnShipmentOnClosing=Decrease real stocks when shipping is set to closed
+DeStockOnShipmentOnClosing=Samazināt reālos krājumus, kad sūtījums ir noslēgts
ReStockOnBill=Palieliniet reālos krājumus, apstiprinot pārdevēja rēķinu / kredīta piezīmi
ReStockOnValidateOrder=Palieliniet reālo krājumu pirkšanas pasūtījuma apstiprinājumā
ReStockOnDispatchOrder=Palieliniet reālos krājumus manuālajā nosūtīšanā noliktavā, pēc pirkuma pasūtījuma saņemšanas
-StockOnReception=Increase real stocks on validation of reception
-StockOnReceptionOnClosing=Increase real stocks when reception is set to closed
+StockOnReception=Palieliniet reālos krājumus, kad apstiprināta saņemšana
+StockOnReceptionOnClosing=Palieliniet reālos krājumus, kad saņemšana ir slēgta
OrderStatusNotReadyToDispatch=Lai vēl nav vai vairs statusu, kas ļauj sūtījumiem produktu krājumu noliktavās.
StockDiffPhysicTeoric=Explanation for difference between physical and virtual stock
NoPredefinedProductToDispatch=Nav iepriekš produktu šo objektu. Līdz ar to nav nosūtot noliktavā ir nepieciešama.
diff --git a/htdocs/langs/lv_LV/stripe.lang b/htdocs/langs/lv_LV/stripe.lang
index 32c2bb4722f..ae403d0fee8 100644
--- a/htdocs/langs/lv_LV/stripe.lang
+++ b/htdocs/langs/lv_LV/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=Lietotāja konts, lai izmantotu e-pasta paziņojumu
StripePayoutList=Svītru izmaksu saraksts
ToOfferALinkForTestWebhook=Saite uz iestatījumu Stripe WebHook, lai izsauktu IPN (testa režīms)
ToOfferALinkForLiveWebhook=Saite uz iestatījumu Stripe WebHook, lai izsauktu IPN (tiešraides režīms)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/lv_LV/website.lang b/htdocs/langs/lv_LV/website.lang
index 1ceefd882d9..b751bddd422 100644
--- a/htdocs/langs/lv_LV/website.lang
+++ b/htdocs/langs/lv_LV/website.lang
@@ -98,8 +98,8 @@ NoWebSiteCreateOneFirst=Vēl nav izveidota neviena vietne. Vispirms izveidojiet
GoTo=Iet uz
DynamicPHPCodeContainsAForbiddenInstruction=Jūs pievienojat dinamisku PHP kodu, kas satur PHP norādījumu ' %s ', kas pēc noklusējuma ir aizliegta kā dinamisks saturs (skatiet slēptās opcijas WEBSITE_PHP_ALLOW_xxx, lai palielinātu atļauto komandu sarakstu).
NotAllowedToAddDynamicContent=Jums nav atļaujas pievienot vai rediģēt PHP dinamisko saturu tīmekļa vietnēs. Uzdodiet atļauju vai vienkārši saglabājiet kodu php tagos nemainītā veidā.
-ReplaceWebsiteContent=Nomainiet vietnes saturu
+ReplaceWebsiteContent=Meklēt vai aizstāt vietnes saturu
DeleteAlsoJs=Vai arī dzēst visus šajā tīmekļa vietnē raksturīgos javascript failus?
DeleteAlsoMedias=Vai arī dzēst visus šajā tīmekļa vietnē esošos mediju failus?
# Export
-MyWebsitePages=My website pages
+MyWebsitePages=Manas vietnes lapas
diff --git a/htdocs/langs/lv_LV/withdrawals.lang b/htdocs/langs/lv_LV/withdrawals.lang
index 43d51376581..f91254633f6 100644
--- a/htdocs/langs/lv_LV/withdrawals.lang
+++ b/htdocs/langs/lv_LV/withdrawals.lang
@@ -69,14 +69,15 @@ WithBankUsingBANBIC=Attiecībā uz banku kontiem, izmantojot IBAN / BIC / SWIFT
BankToReceiveWithdraw=Bankas konta saņemšana
CreditDate=Kredīts
WithdrawalFileNotCapable=Unable to generate withdrawal receipt file for your country %s (Your country is not supported)
-ShowWithdraw=Show Direct Debit Order
-IfInvoiceNeedOnWithdrawPaymentWontBeClosed=However, if invoice has at least one direct debit payment order not yet processed, it won't be set as paid to allow prior withdrawal management.
+ShowWithdraw=Rādīt tiešā debeta rīkojumu
+IfInvoiceNeedOnWithdrawPaymentWontBeClosed=Tomēr, ja rēķinam ir vismaz viens tiešā debeta maksājuma rīkojums, kas vēl nav apstrādāts, tas netiks iestatīts kā maksāts, lai varētu veikt iepriekšēju izņemšanas pārvaldību.
DoStandingOrdersBeforePayments=Šī cilne ļauj pieprasīt tiešā debeta maksājuma uzdevumu. Kad esat pabeidzis, dodieties uz izvēlni Bank-> Tiešais debets, lai pārvaldītu tiešā debeta maksājuma uzdevumu. Ja maksājuma uzdevums ir slēgts, rēķins tiek automātiski reģistrēts, un rēķins tiek slēgts, ja atlikušais maksājums ir nulle.
WithdrawalFile=Izstāšanās fails
SetToStatusSent=Nomainīt uz statusu "Fails nosūtīts"
ThisWillAlsoAddPaymentOnInvoice=Tas arī ierakstīs maksājumus rēķiniem un klasificēs tos kā "Apmaksātais", ja atlikušais maksājums ir nulle
StatisticsByLineStatus=Statistics by status of lines
-RUM=RUM
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unikāla pilnvaru atsauce
RUMWillBeGenerated=Ja tukša, UMR (Unique Mandate Reference) tiks ģenerēta, tiklīdz tiks saglabāta bankas konta informācija.
WithdrawMode=Tiešā debeta režīms (FRST vai RECUR)
diff --git a/htdocs/langs/mk_MK/accountancy.lang b/htdocs/langs/mk_MK/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/mk_MK/accountancy.lang
+++ b/htdocs/langs/mk_MK/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/mk_MK/admin.lang b/htdocs/langs/mk_MK/admin.lang
index 18fac329b2d..fc4715fc86d 100644
--- a/htdocs/langs/mk_MK/admin.lang
+++ b/htdocs/langs/mk_MK/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Плати
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/mk_MK/bills.lang b/htdocs/langs/mk_MK/bills.lang
index a5db0421635..10e23576099 100644
--- a/htdocs/langs/mk_MK/bills.lang
+++ b/htdocs/langs/mk_MK/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Про Фактура
InvoiceProFormaDesc= Профактурата е иста како вистинска фактура, но нема сметководствена вредност.
InvoiceReplacement=Замена на фактура
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/mk_MK/companies.lang b/htdocs/langs/mk_MK/companies.lang
index e88e4a1dee0..5a6e506d90e 100644
--- a/htdocs/langs/mk_MK/companies.lang
+++ b/htdocs/langs/mk_MK/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/mk_MK/errors.lang b/htdocs/langs/mk_MK/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/mk_MK/errors.lang
+++ b/htdocs/langs/mk_MK/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/mk_MK/main.lang b/htdocs/langs/mk_MK/main.lang
index 7fee58b853b..0982c8b0195 100644
--- a/htdocs/langs/mk_MK/main.lang
+++ b/htdocs/langs/mk_MK/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/mk_MK/other.lang b/htdocs/langs/mk_MK/other.lang
index a6802140be3..8a5ccdbab5c 100644
--- a/htdocs/langs/mk_MK/other.lang
+++ b/htdocs/langs/mk_MK/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/mk_MK/products.lang b/htdocs/langs/mk_MK/products.lang
index 7b68f5b3ebd..73e672284de 100644
--- a/htdocs/langs/mk_MK/products.lang
+++ b/htdocs/langs/mk_MK/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/mk_MK/stripe.lang b/htdocs/langs/mk_MK/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/mk_MK/stripe.lang
+++ b/htdocs/langs/mk_MK/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/mk_MK/website.lang b/htdocs/langs/mk_MK/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/mk_MK/website.lang
+++ b/htdocs/langs/mk_MK/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/mk_MK/withdrawals.lang b/htdocs/langs/mk_MK/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/mk_MK/withdrawals.lang
+++ b/htdocs/langs/mk_MK/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/mn_MN/accountancy.lang b/htdocs/langs/mn_MN/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/mn_MN/accountancy.lang
+++ b/htdocs/langs/mn_MN/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/mn_MN/admin.lang b/htdocs/langs/mn_MN/admin.lang
index 9eaa12ec9be..2e27c6fe81f 100644
--- a/htdocs/langs/mn_MN/admin.lang
+++ b/htdocs/langs/mn_MN/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/mn_MN/bills.lang b/htdocs/langs/mn_MN/bills.lang
index c9d46e4ffff..53535e58b46 100644
--- a/htdocs/langs/mn_MN/bills.lang
+++ b/htdocs/langs/mn_MN/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/mn_MN/companies.lang b/htdocs/langs/mn_MN/companies.lang
index 77bd4f8a445..578f5cb8920 100644
--- a/htdocs/langs/mn_MN/companies.lang
+++ b/htdocs/langs/mn_MN/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/mn_MN/errors.lang b/htdocs/langs/mn_MN/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/mn_MN/errors.lang
+++ b/htdocs/langs/mn_MN/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/mn_MN/main.lang b/htdocs/langs/mn_MN/main.lang
index cd5066560a2..5f83892413d 100644
--- a/htdocs/langs/mn_MN/main.lang
+++ b/htdocs/langs/mn_MN/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/mn_MN/other.lang b/htdocs/langs/mn_MN/other.lang
index a6802140be3..8a5ccdbab5c 100644
--- a/htdocs/langs/mn_MN/other.lang
+++ b/htdocs/langs/mn_MN/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/mn_MN/products.lang b/htdocs/langs/mn_MN/products.lang
index 7b68f5b3ebd..73e672284de 100644
--- a/htdocs/langs/mn_MN/products.lang
+++ b/htdocs/langs/mn_MN/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/mn_MN/stripe.lang b/htdocs/langs/mn_MN/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/mn_MN/stripe.lang
+++ b/htdocs/langs/mn_MN/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/mn_MN/website.lang b/htdocs/langs/mn_MN/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/mn_MN/website.lang
+++ b/htdocs/langs/mn_MN/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/mn_MN/withdrawals.lang b/htdocs/langs/mn_MN/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/mn_MN/withdrawals.lang
+++ b/htdocs/langs/mn_MN/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/nb_NO/accountancy.lang b/htdocs/langs/nb_NO/accountancy.lang
index 1c296c94956..600e7ed6a76 100644
--- a/htdocs/langs/nb_NO/accountancy.lang
+++ b/htdocs/langs/nb_NO/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Resultatregnskapskonto (tap)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Avslutningsjournal
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Regnskapkonto for overgangsbasert overføring
+TransitionalAccount=Overgangsbasert bankoverføringskonto
ACCOUNTING_ACCOUNT_SUSPENSE=Regnskapskonto for vent
DONATION_ACCOUNTINGACCOUNT=Regnskapskonto for registrering av donasjoner
@@ -216,7 +217,7 @@ DescThirdPartyReport=Liste over tredjeparts kunder og leverandører og deres reg
ListAccounts=Liste over regnskapskontoer
UnknownAccountForThirdparty=Ukjent tredjepartskonto. Vi vil bruke %s
UnknownAccountForThirdpartyBlocking=Ukjent tredjepartskonto. Blokkeringsfeil
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. We will use %s
+ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Tredjepartskonto ikke definert eller tredjepart ukjent. Vi bruker %s
ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Tredjepartskonto ikke definert eller tredjepart ukjent. Blokkeringsfeil.
UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Ukjent tredjepartskonto og ventekonto ikke definert. Blokkeringsfeil
PaymentsNotLinkedToProduct=Betaling ikke knyttet til noen vare/tjeneste
@@ -264,7 +265,7 @@ AccountingJournals=Regnskapsjournaler
AccountingJournal=Regnskapsjournal
NewAccountingJournal=Ny regnskapsjourna
ShowAccoutingJournal=Vis regnskapsjournal
-Nature=Natur
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Diverse operasjoner
AccountingJournalType2=Salg
AccountingJournalType3=Innkjøp
@@ -290,9 +291,10 @@ Modelcsv_quadratus=Eksport til Quadratus QuadraCompta
Modelcsv_ebp=Eksport tilEBP
Modelcsv_cogilog=Eksport til Cogilog
Modelcsv_agiris=Eksport til Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Eksport for OpenConcerto (Test)
Modelcsv_configurable=Eksport CSV Konfigurerbar
-Modelcsv_FEC=Export FEC
+Modelcsv_FEC=Eksporter FEC
Modelcsv_Sage50_Swiss=Eksport for Sage 50 Switzerland
ChartofaccountsId=Kontoplan ID
@@ -300,7 +302,7 @@ ChartofaccountsId=Kontoplan ID
InitAccountancy=Initier regnskap
InitAccountancyDesc=Denne siden kan brukes til å initialisere en regnskapskonto for produkter og tjenester som ikke har en regnskapskonto definert for salg og kjøp.
DefaultBindingDesc=Denne siden kan brukes til å sette en standardkonto til bruk for å for å koble transaksjonsposter om lønnsutbetaling, donasjon, skatter og MVA når ingen bestemt regnskapskonto er satt.
-DefaultClosureDesc=Denne siden kan brukes til å angi parametere som skal brukes til å legge inn en balanse.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Innstillinger
OptionModeProductSell=Salgsmodus
OptionModeProductSellIntra=Modussalg eksportert i EU
@@ -317,9 +319,9 @@ WithoutValidAccount=Uten gyldig dedikert konto
WithValidAccount=Med gyldig dedikert konto
ValueNotIntoChartOfAccount=Denne verdien av regnskapskonto eksisterer ikke i kontoplanen
AccountRemovedFromGroup=Kontoen er fjernet fra gruppen
-SaleLocal=Local sale
-SaleExport=Export sale
-SaleEEC=Sale in EEC
+SaleLocal=Lokalt salg
+SaleExport=Eksportsalg
+SaleEEC=Salg i EU
## Dictionary
Range= Oversikt over regnskapskonto
@@ -340,7 +342,7 @@ UseMenuToSetBindindManualy=Linjer som ennå ikke er bundet, bruk menyen %s ). Bruk av denne funksjonen er normalt ikke nødvendig. Den leveres som en løsning for brukere hvis Dolibarr er vert for en leverandør som ikke tilbyr tillatelser for å slette filer generert av webserveren.
PurgeDeleteLogFile=Slett loggfiler, inkludert %s definert for Syslog-modulen (ingen risiko for å miste data)
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=Slett alle midlertidige filer (ingen risiko for å miste data). Merk: Slettingen gjøres bare hvis temp-katalogen ble opprettet for over 24 timer siden.
PurgeDeleteTemporaryFilesShort=Slett temporære filer
PurgeDeleteAllFilesInDocumentsDir=Slett alle filer i katalogen: %s . Dette vil slette alle genererte dokumenter relatert til elementer (tredjeparter, fakturaer etc ...), filer lastet opp i ECM-modulen, database backup dumper og midlertidig filer.
PurgeRunNow=Start utrenskning
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Avkrysningsbokser fra tabell
ExtrafieldLink=Lenke til et objekt
ComputedFormula=Beregnet felt
ComputedFormulaDesc=Her kan du skrive inn en formel ved hjelp av andre objektegenskaper eller PHP-koding for å få en dynamisk beregningnet verdi. Du kan bruke PHP-kompatible formler, inkludert "?" operator og følgende globale objekt: $db, $conf, $langs, $mysoc, $user, $objekt .
ADVARSEL : Kanskje bare noen egenskaper på $objekt er tilgjengelig. Hvis du trenger egenskaper som ikke er lastet, kan du bare hente objektet i formelen din som i det andre eksempelet. Ved å bruke et beregnet felt betyr det at du ikke selv kan angi noen verdi fra grensesnittet. Også, hvis det er en syntaksfeil, kan det hende formelen ikke returnerer noe.
Eksempel på formel: $objekt->id<10? round ($object->id / 2, 2) : ($object-> id + 2 *$user->id) * (int) substr($mysoc->zip, 1, 2)
Eksempel på å ny innlasting av objekt (($reloadedobj = new Societe ($db)) && ($reloadedobj->fetch($obj-> id? $ obj-> id: ($obj-> rowid? $obj-> rowid: $object-> id))> 0))? $reloadedobj-> array_options ['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Annet eksempel på formel for å tvinge lasting av objekt og dets overordnede objekt: (($reloadedobj = Ny oppgave ($db)) && ($reloadedobj->fetch($objekt->id)> 0) && ($secondloadedobj = nytt prosjekt ($db)) && ($secondloadedobj->fetch($reloadedobj-> fk_project )> 0))? $secondloadedobj-> ref: 'Foreldreprosjekt ikke funnet'
+Computedpersistent=Lagre beregnede felt
+ComputedpersistentDesc=Beregnede ekstrafelt vil bli lagret i databasen, men verdien blir bare omregnet når objektet til dette feltet endres. Hvis det beregnede feltet avhenger av andre objekter eller globale data, kan denne verdien være feil!
ExtrafieldParamHelpPassword=Hvis dette feltet er tomt, vil denne verdien bli lagret uten kryptering (feltet må bare skjules med stjerne på skjermen). Angi 'auto' for å bruke standard krypteringsregel for å lagre passordet i databasen (da vil verdiavlesning være bare hash, uten noen måte å hente opprinnelig verdi på)
ExtrafieldParamHelpselect=Liste over verdier må være linjer med formatet nøkkel,verdi (hvor nøkkelen ikke kan være '0')
for eksempel: 1,verdi1 2,verdi2 kode3,verdi3 ...
For å få listen avhengig av en annen komplementær attributtliste: 1,verdi1|options_parent_list_code:parent_key 2,value2|options_parent_list_code: parent_key
For å få listen avhengig av en annen liste: 1,verdi1|parent_list_code:parent_key 2,value2|parent_list_code : parent_key
ExtrafieldParamHelpcheckbox=Liste over verdier må være linjer med formatet nøkkel,verdi (hvor nøkkelen ikke kan være '0')
for eksempel: 1,verdi1 2,verdi2 3,verdi3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=Liste over verdier må være linjer med formatet nøkke
ExtrafieldParamHelpsellist=Liste over verdier kommer fra en tabell Syntaks: tabellnavn: label_field: id_field::filter Eksempel: c_typent: libelle:id::filter
- idfilter er nødvendigvis en primær int nøkkel - filteret kan være en enkel test (f.eks. aktiv = 1) for å vise bare aktiv verdi Du kan også bruke $ID$ i filtre, som er gjeldende ID for nåværende objekt For å utføre en SELECT i filtre, bruk $SEL$ Hvis du vil filtrere på ekstrafelt, bruk syntaks extra.fieldcode=... (der feltkoden er koden til ekstrafelt)
For å få listen avhengig av en annen komplementær attributtliste: c_typent:libelle:id:options_parent_list_code | parent_column:filter
For å få listen avhengig av en annen liste: c_typent:libelle:id:parent_list_code |parent_column:filter
ExtrafieldParamHelpchkbxlst=Liste over verdier kommer fra en tabell Syntaks: table_name:label_field:id_field::filter Eksempel: c_typent:libelle:id::filter
filter kan være en enkel test (f.eks. Aktiv=1 ) for å vise bare aktiv verdi Du kan også bruke $ID$ i filter, som er gjeldende ID for nåværende objekt For å utføre en SELECT i filter, bruk $SEL$ Hvis du vil filtrere på ekstrafeltbruk bruk syntaks extra.fieldcode=... (der feltkoden er koden til ekstrafelt)
For å få listen avhengig av en annen komplementær attributtliste: c_typent:libelle:id:options_parent_list_code |parent_column:filter
For å få listen avhengig av en annen liste: c_typent:libelle:id:parent_list_code |parent_column:filter
ExtrafieldParamHelplink=Parametere må være ObjectName: Classpath Syntax: ObjectName: Classpath Eksempler: Societe: societe / class / societe.class.php Kontakt: kontakt / class / contact.class.php
+ExtrafieldParamHelpSeparator=Hold tom for en enkel separator Sett dette til 1 for en kollapserende separator (åpen som standard) Sett dette til 2 for en kollapserende separator (kollapset som standard)
LibraryToBuildPDF=Bibliotek brukt for PDF-generering
LocalTaxDesc=For noen land gjelder to eller tre skatter på hver fakturalinje. Dersom dette er tilfelle, velg type for andre og tredje skatt, samt sats. Mulig type: 1: lokalavgift gjelder på varer og tjenester uten mva (lokal avgift er beregnet beløp uten mva) 2: lokalavgift gjelder på varer og tjenester, inkludert merverdiavgift (lokalavgift beregnes på beløpet + hovedavgift) 3: lokalavgift gjelder på varer uten mva (lokalavgift er beregnet beløp uten mva) 4: lokalagift gjelder på varer inkludert mva (lokalavgift beregnes på beløpet + hovedavgift) 5: lokal skatt gjelder tjenester uten mva (lokalavgift er beregnet beløp uten mva) 6: lokalavgift gjelder på tjenester inkludert mva (lokalavgift beregnes på beløpet + mva)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Lønn
Module510Desc=Registrer og følg opp ansattebetalinger
Module520Name=Lån
Module520Desc=Administrering av lån
-Module600Name=Varsler
+Module600Name=Notifications on business event
Module600Desc=Send epostvarsler utløst av en forretningshendelse): pr. bruker (oppsett definert for hver bruker), tredjeparts kontakt (oppsett definert for hver tredjepart) eller spesifikke eposter
Module600Long=Vær oppmerksom på at denne modulen sender e-post i sanntid når en bestemt forretningshendelse oppstår. Hvis du leter etter en funksjon for å sende e-postpåminnelser for agendahendelser, går du inn i oppsettet av agendamodulen .
Module610Name=Varevarianter
@@ -766,10 +769,10 @@ Permission243=Slett kategorier
Permission244=Se innholdet i skjulte kategorier
Permission251=Vis andre brukere og grupper
PermissionAdvanced251=Vis andre brukere
-Permission252=Lage/endre andre brukere, grupper og deres rettigheter
+Permission252=Les tillatelser fra andre brukere
Permission253=Opprett/endre andre brukere, grupper og tillatelser
PermissionAdvanced253=Opprett/endre interne/eksterne brukere og tillatelser
-Permission254=Slette eller deaktivere andre brukere
+Permission254=Opprett/modifiser kun eksterne brukere
Permission255=Opprett/endre egen brukerinformasjon
Permission256=Slett eller deaktiver andre brukere
Permission262=Utvid tilgangen til alle tredjeparter (ikke bare tredjeparter der brukeren er en salgsrepresentant). Virker ikke på eksterne brukere (alltid begrenset til egne tilbud, ordre, fakturaer, kontrakter mm). Virker ikke på prosjekter (kun regler for prosjekttillatelser, synlighet og tildeling gjelder).
@@ -804,7 +807,7 @@ Permission401=Vis rabatter
Permission402=Opprett/endre rabatter
Permission403=Valider rabatter
Permission404=Slett rabatter
-Permission430=Use Debug Bar
+Permission430=Bruk Debug Bar
Permission511=Les lønnsutbetalinger
Permission512=Opprett/endre betaling av lønn
Permission514=Slett utbetalinger av lønn
@@ -819,9 +822,9 @@ Permission532=Opprett/endre tjenester
Permission534=Slett tjenester
Permission536=Administrer skjulte tjenester
Permission538=Eksporter tjenester
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Les BOM (Bills of Materials)
+Permission651=Opprett/oppdater BOM
+Permission652=Slett BOM
Permission701=Vis donasjoner
Permission702=Opprett/endre donasjoner
Permission703=Slett donasjoner
@@ -841,12 +844,12 @@ Permission1101=Vis pakksedler
Permission1102=Opprett/endre pakksedler
Permission1104=Valider pakksedler
Permission1109=Slett pakksedler
-Permission1121=Read supplier proposals
-Permission1122=Create/modify supplier proposals
-Permission1123=Validate supplier proposals
-Permission1124=Send supplier proposals
-Permission1125=Delete supplier proposals
-Permission1126=Close supplier price requests
+Permission1121=Les leverandørtilbud
+Permission1122=Opprett/modifiser leverandørtilbud
+Permission1123=Bekreft leverandørtilbud
+Permission1124=Send leverandørtilbud
+Permission1125=Slett leverandørtilbud
+Permission1126=Lukk leverandør prisforespørsler
Permission1181=Vis leverandører
Permission1182=Les innkjøpsordre
Permission1183=Opprett/modifiser innkjøpsordre
@@ -882,15 +885,15 @@ Permission2503=Send eller slett dokumenter
Permission2515=Oppsett av dokumentmapper
Permission2801=Bruk FTP-klient i lesemodus (bla gjennom og laste ned)
Permission2802=Bruk FTP-klient i skrivemodus (slette eller laste opp filer)
-Permission3200=Read archived events and fingerprints
-Permission4001=See employees
-Permission4002=Create employees
-Permission4003=Delete employees
-Permission4004=Export employees
-Permission10001=Read website content
-Permission10002=Create/modify website content (html and javascript content)
-Permission10003=Create/modify website content (dynamic php code). Dangerous, must be reserved to restricted developers.
-Permission10005=Delete website content
+Permission3200=Les arkiverte hendelser og fingeravtrykk
+Permission4001=Se ansatte
+Permission4002=Opprett ansatte
+Permission4003=Slett ansatte
+Permission4004=Eksporter ansatte
+Permission10001=Les nettstedsinnhold
+Permission10002=Opprett/endre innhold på nettstedet (html og javascript innhold)
+Permission10003=Opprett/endre nettstedsinnhold (dynamisk PHP-kode). Farlig, må reserveres for erfarne utviklere.
+Permission10005=Slett nettstedsinnhold
Permission20001=Les permitteringsforespørsler (dine og dine underordnedes)
Permission20002=Opprett/endre permisjonene dine (dine og dine underordnedes)
Permission20003=Slett ferieforespørsler
@@ -904,19 +907,19 @@ Permission23004=Utfør planlagt oppgave
Permission50101=Bruk utsalgssted
Permission50201=Les transaksjoner
Permission50202=Importer transaksjoner
-Permission50401=Bind products and invoices with accounting accounts
-Permission50411=Read operations in ledger
-Permission50412=Write/Edit operations in ledger
-Permission50414=Delete operations in ledger
-Permission50415=Delete all operations by year and journal in ledger
-Permission50418=Export operations of the ledger
-Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
-Permission50440=Manage chart of accounts, setup of accountancy
-Permission51001=Read assets
-Permission51002=Create/Update assets
-Permission51003=Delete assets
-Permission51005=Setup types of asset
+Permission50401=Tilknytt varer og fakturaer til regnskapskontoer
+Permission50411=Les operasjoner i hovedbok
+Permission50412=Skriv/rediger operasjoner i hovedbok
+Permission50414=Slett operasjoner i hovedbok
+Permission50415=Slett alle operasjoner etter år og journal i hovedbok
+Permission50418=Eksporter operasjoner fra hovedboken
+Permission50420=Rapporter og eksportrapporter (omsetning, balanse, journaler, hovedbok)
+Permission50430=Definer og lukk en regnskapsperiode
+Permission50440=Administrer kontooversikt, oppsett av regnskap
+Permission51001=Les eiendeler
+Permission51002=Opprett/oppdater eiendeler
+Permission51003=Slett eiendeler
+Permission51005=Oppsett av aktivatyper
Permission54001=Skriv ut
Permission55001=Les meningsmålinger
Permission55002=Opprett/endre meningsmålinger
@@ -1110,7 +1113,7 @@ AreaForAdminOnly=Oppsettparametere kan bare angis av administratorbrukere
SystemInfoDesc=Systeminformasjon er diverse teknisk informasjon som kun vises i skrivebeskyttet modus, og som kun er synlig for administratorer.
SystemAreaForAdminOnly=Dette området er kun tilgjengelig for administratorbrukere. Dolibarr brukerrettigheter kan ikke endre denne begrensningen.
CompanyFundationDesc=Rediger informasjonen til firmaet/enheten. Klikk på "%s" eller "%s" knappen nederst på siden.
-AccountantDesc=If you have an external accountant/bookkeeper, you can edit here its information.
+AccountantDesc=Hvis du har en ekstern revisor/regnskapsholder, kan du endre dennes informasjon her.
AccountantFileNumber=Regnskapsførerkode
DisplayDesc=Parametre som påvirker utseende og oppførsel av Dolibarr kan endres her.
AvailableModules=Tilgjengelige apper/moduler
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Komplementære attributter (ordre)
ExtraFieldsSupplierInvoices=Komplementære attributter (fakturaer)
ExtraFieldsProject=Komplementære attributter (prosjekter)
ExtraFieldsProjectTask=Komplementære attributter (oppgaver)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attributten %s har en feil verdi
AlphaNumOnlyLowerCharsAndNoSpace=kun alfanumeriske tegn og små bokstaver uten mellomrom
SendmailOptionNotComplete=Advarsel, på noen Linux-systemer, for å sende fra din e-post, må oppsettet av sendmail-kjøring inneholde opsjon -ba (parameter mail.force_extra_parameters i din php.ini fil). Hvis noen mottakere aldri mottar e-post, kan du prøve å redigere PHP parameter med mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session lagring kryptert av Suhosin
ConditionIsCurrently=Tilstand er for øyeblikket %s
YouUseBestDriver=Du bruker driver %s som er den beste driveren som er tilgjengelig for øyeblikket.
YouDoNotUseBestDriver=Du bruker driveren %s. Driver %s anbefales.
-NbOfProductIsLowerThanNoPb=Du har bare %s varer/tjenester i databasen. Ingen optimalisering er påkrevet
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Forbedre søket
-YouHaveXProductUseSearchOptim=Du har %s varer i databasen. Du bør legge til konstanten PRODUCT_DONOTSEARCH_ANYWHERE til 1 i Hjem-Oppsett-Annet for å begrense søket til begynnelsen av strenger. Dette gjør det mulig for databasen å bruke indeksen og du bør få en raskere respons.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Du bruker nettleseren %s. Denne nettleseren er ok for sikkerhet og ytelse.
BrowserIsKO=Du bruker nettleseren %s. Denne nettleseren er kjent for å være et dårlig valg for sikkerhet, ytelse og pålitelighet. Vi anbefaler deg å bruke Firefox, Chrome, Opera eller Safari.
-XDebugInstalled=XDebug er lastet
-XCacheInstalled=XCache er lastet
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Vis kunde/leverandør-ref i liste (velg liste eller kombinasjonsboks), og det meste av hyperkobling. Tredjepart vil vises med navnet "CC12345 - SC45678 - Stort selskap", i stedet for "Stort selskap".
AddAdressInList=Vis liste over kunde-/leverandøradresseinfo (velg liste eller kombinasjonsboks) Tredjeparter vil vises med et navnformat av "The Big Company Corp." - 21 Jump Street 123456 Big Town - USA "i stedet for" The Big Company Corp ".
AskForPreferredShippingMethod=Spør etter foretrukket sendingsmetode for tredjeparter
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Oppsett av modul Utgiftsrapporter - Regler
ExpenseReportNumberingModules=Utgiftsrapport nummereringsmodul
NoModueToManageStockIncrease=Ingen modul i stand til å håndtere automatisk lagerøkning er blitt aktivert. Lagerøkning kan bare gjøres manuelt.
YouMayFindNotificationsFeaturesIntoModuleNotification=Du kan finne alternativer for e-postmeldinger ved å aktivere og konfigurere modulen "Varslingen".
-ListOfNotificationsPerUser=Liste over varslinger pr. bruker*
-ListOfNotificationsPerUserOrContact=Liste over varsler (hendelser) tilgjengelig pr. bruker * eller pr. kontakt **
-ListOfFixedNotifications=Liste over faste varsler
+ListOfNotificationsPerUser=Liste over automatiske varsler per bruker *
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=Liste over faste automatiske varslinger
GoOntoUserCardToAddMore=Gå til fanen "Varslinger" hos en bruker for å legge til eller fjerne en varsling
GoOntoContactCardToAddMore=Gå til fanen "Notefikasjoner" hos en tredjepart for å legge til notifikasjoner for kontakter/adresser
Threshold=Terskel
@@ -1895,6 +1900,11 @@ OnMobileOnly=Kun på små skjermer (smarttelefon)
DisableProspectCustomerType=Deaktiver "Prospect + Customer" tredjeparts type (tredjepart må være prospekt eller kunde, men kan ikke være begge)
MAIN_OPTIMIZEFORTEXTBROWSER=Forenkle grensesnitt for blinde personer
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Aktiver dette alternativet hvis du er blind, eller hvis du bruker programmet fra en tekstbrowser som Lynx eller Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Denne verdien kan overskrives av hver bruker fra brukersiden - fanen '%s'
DefaultCustomerType=Standard tredjepartstype for "Ny kunde"-opprettingsskjema
ABankAccountMustBeDefinedOnPaymentModeSetup=Merk: Bankkontoen må defineres i modulen for hver betalingsmodus (Paypal, Stripe, ...) for å få denne funksjonen til å fungere.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Antall linjer som skal vises under loggfanene
UseDebugBar=Bruk feilsøkingsfeltet
DEBUGBAR_LOGS_LINES_NUMBER=Nummer på siste logglinjer å beholde i konsollen
WarningValueHigherSlowsDramaticalyOutput=Advarsel, høyere verdier reduserer resultatet dramatisk
-DebugBarModuleActivated=Modul feilsøkingsfelt er aktivert og bremser grensesnittet dramatisk
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Eksportmodellene er delt med alle
ExportSetup=Oppsett av modul Eksport
InstanceUniqueID=Unik ID for forekomsten
@@ -1923,5 +1933,7 @@ IFTTTDesc=Denne modulen er utformet for å utløse hendelser på IFTTT og/eller
UrlForIFTTT=URL-endepunkt for IFTTT
YouWillFindItOnYourIFTTTAccount=Du finner den på din IFTTT-konto
EndPointFor=Sluttpunkt for %s: %s
-DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+DeleteEmailCollector=Slett e-postsamler
+ConfirmDeleteEmailCollector=Er du sikker på at du vil slette denne e-postsamleren?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/nb_NO/bills.lang b/htdocs/langs/nb_NO/bills.lang
index 876dadb97be..972bbbf4a5d 100644
--- a/htdocs/langs/nb_NO/bills.lang
+++ b/htdocs/langs/nb_NO/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma faktura
InvoiceProFormaDesc=Proforma faktura er et bilde av en ekte faktura, men har ingen verdi i regnskapsføring.
InvoiceReplacement=Erstatningsfaktura
InvoiceReplacementAsk=Erstatningsfaktura for faktura
-InvoiceReplacementDesc=Erstatningsfaktura brukes til å avbryte og erstatte en faktura uten at betaling allerede er mottatt.
Merk: Bare faktura uten innbetaling kan erstattes. Hvis ikke faktura er lukket, vil den bli automatisk satt til 'forlatt'.
+InvoiceReplacementDesc=Erstatningsfaktura brukes til å erstatte en faktura uten at betaling allerede mottatt.
Merk: Bare fakturaer uten innbetaling kan erstattes. Hvis fakturaen du erstatter, ikke er avsluttet, blir den automatisk stengt for å "forlates".
InvoiceAvoir=Kreditnota
InvoiceAvoirAsk=Kreditnota for å korrigere faktura
InvoiceAvoirDesc=En kreditnota er en negativ faktura som brukes for å løse situasjoner hvor en faktura har et annet beløp enn det som virkelig er betalt (fordi kunden har betalt for lite ved en feil, eller for eksempel ikke ønsker å betale alt fordi han har returnert noen varer).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Betalingen er høyere enn restbeløp
HelpPaymentHigherThanReminderToPay=NB! Innbetalingen av en eller flere fakturaer er høyere enn restbeløpet. Endre oppføringen eller bekreft for å lage kreditnota av det overskytende for overbetalte fakturaer.
HelpPaymentHigherThanReminderToPaySupplier=Vær oppmerksom på at betalingsbeløpet på en eller flere regninger er høyere enn gjenstående å betale. Rediger oppføringen din, ellers bekreft og opprett en kredittnota av overskuddet betalt for hver overbetalt faktura.
ClassifyPaid=Merk 'Betalt'
+ClassifyUnPaid=Klassifiser 'Ubetalt'
ClassifyPaidPartially=Merk 'Delbetalt'
ClassifyCanceled=Merk 'Tapsført'
ClassifyClosed=Merk 'Lukket'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Vis erstatningsfaktura
ShowInvoiceAvoir=Vis kreditnota
ShowInvoiceDeposit=Vis nedbetalingsfaktura
ShowInvoiceSituation=Vis delfaktura
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=å betale på %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Vis betaling
AlreadyPaid=Allerede betalt
AlreadyPaidBack=Allerede tilbakebetalt
diff --git a/htdocs/langs/nb_NO/cashdesk.lang b/htdocs/langs/nb_NO/cashdesk.lang
index 9dcab394ae2..9a1c46f65a2 100644
--- a/htdocs/langs/nb_NO/cashdesk.lang
+++ b/htdocs/langs/nb_NO/cashdesk.lang
@@ -68,4 +68,4 @@ Terminal=Terminal
NumberOfTerminals=Antall terminaler
TerminalSelect=Velg terminalen du vil bruke:
POSTicket=POS Billett
-BasicPhoneLayout=Use basic layout for phones
+BasicPhoneLayout=Bruk grunnleggende oppsett for telefoner
diff --git a/htdocs/langs/nb_NO/companies.lang b/htdocs/langs/nb_NO/companies.lang
index 9fc215894a4..96cb91248e5 100644
--- a/htdocs/langs/nb_NO/companies.lang
+++ b/htdocs/langs/nb_NO/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolutte leverandørrabatter (oppgitt av alle
SupplierAbsoluteDiscountMy=Absolutt leverandørrabatter (oppgitt av deg selv)
DiscountNone=Ingen
Vendor=Leverandør
+Supplier=Leverandør
AddContact=Opprett kontakt
AddContactAddress=Opprett kontakt/adresse
EditContact=Endre kontakt
diff --git a/htdocs/langs/nb_NO/errors.lang b/htdocs/langs/nb_NO/errors.lang
index 3b286905bdd..0e078b11525 100644
--- a/htdocs/langs/nb_NO/errors.lang
+++ b/htdocs/langs/nb_NO/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Spesialtegn er ikke tillatt for feltet "%s"
ErrorNumRefModel=En referanse finnes i databasen (%s), og er ikke kompatibel med denne nummereringsregelen. Fjern posten eller omdøp referansen for å aktivere denne modulen.
ErrorQtyTooLowForThisSupplier=Mengde for lav for denne leverandøren eller ingen pris angitt på dette produktet for denne leverandøren
ErrorOrdersNotCreatedQtyTooLow=Noen ordrer er ikke opprettet på grunn av for lave mengder
-ErrorModuleSetupNotComplete=Oppsett av modulen ser ikke ut til å være komplett. Gå til Hjem - Oppsett - Moduler for å fullføre.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Feil på maske
ErrorBadMaskFailedToLocatePosOfSequence=Feil! Maske uten sekvensnummer
ErrorBadMaskBadRazMonth=Feil, ikke korrekt tilbakestillingsverdi
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s må starte med http:// eller https://
ErrorNewRefIsAlreadyUsed=Feil, den nye referansen er allerede brukt
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Feil, å slette betaling knyttet til en lukket faktura er ikke mulig.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Et passord ble satt for dette medlemmet, men ingen brukerkonto ble opprettet. Det fører til at passordet ikke kan benyttes for å logge inn på Dolibarr. Det kan brukes av en ekstern modul/grensesnitt, men hvis du ikke trenger å definere noen innlogging eller passord for et medlem, kan du deaktivere alternativet "opprett en pålogging for hvert medlem" fra medlemsmodul-oppsettet. Hvis du trenger å administrere en pålogging, men ikke trenger noe passord, kan du holde dette feltet tomt for å unngå denne advarselen. Merk: E-post kan også brukes som en pålogging dersom medlemmet er knyttet til en bruker.
WarningMandatorySetupNotComplete=Klikk her for å sette opp obligatoriske parametere
WarningEnableYourModulesApplications=Klikk her for å aktivere modulene og applikasjonene dine
diff --git a/htdocs/langs/nb_NO/mails.lang b/htdocs/langs/nb_NO/mails.lang
index a1e27fc6687..e0ab0167659 100644
--- a/htdocs/langs/nb_NO/mails.lang
+++ b/htdocs/langs/nb_NO/mails.lang
@@ -78,9 +78,9 @@ GroupEmails=Gruppe e-postmeldinger
OneEmailPerRecipient=Én e-post per mottaker (som standard, en e-post per post valgt)
WarningIfYouCheckOneRecipientPerEmail=Advarsel, hvis du merker av denne boksen, betyr det at bare en e-post vil bli sendt for flere forskjellige valgte poster, så hvis meldingen inneholder erstatningsvariabler som refererer til data i en post, blir det ikke mulig å erstatte dem.
ResultOfMailSending=Resultat av massesending av e-post
-NbSelected=Number selected
-NbIgnored=Number ignored
-NbSent=Number sent
+NbSelected=Antall valgt
+NbIgnored=Antall ignorert
+NbSent=Antall sendt
SentXXXmessages=%s melding(er) sendt.
ConfirmUnvalidateEmailing=Er du sikker på at du vil endre status på epost %s til kladd?
MailingModuleDescContactsWithThirdpartyFilter=Kontakt med kundefilter
diff --git a/htdocs/langs/nb_NO/main.lang b/htdocs/langs/nb_NO/main.lang
index 2eb11b9a9d1..12ce6966c2f 100644
--- a/htdocs/langs/nb_NO/main.lang
+++ b/htdocs/langs/nb_NO/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakter/adresser for denne tredjepart
AddressesForCompany=Adresser for tredjepart
ActionsOnCompany=Hendelser for denne tredjeparten
ActionsOnContact=Hendelser for denne kontakten/adressen
+ActionsOnContract=Events for this contract
ActionsOnMember=Hendelser om dette medlemmet
ActionsOnProduct=Hendelser om denne varen
NActionsLate=%s forsinket
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link til leverandørtilbud
LinkToSupplierInvoice=Link til leverandørfaktura
LinkToContract=Lenke til kontakt
LinkToIntervention=Lenke til intervensjon
+LinkToTicket=Link to ticket
CreateDraft=Lag utkast
SetToDraft=Tilbake til kladd
ClickToEdit=Klikk for å redigere
diff --git a/htdocs/langs/nb_NO/members.lang b/htdocs/langs/nb_NO/members.lang
index 6faaf810b05..5949a5b499a 100644
--- a/htdocs/langs/nb_NO/members.lang
+++ b/htdocs/langs/nb_NO/members.lang
@@ -171,7 +171,7 @@ MembersStatisticsDesc=Velg statistikk du ønsker å lese ...
MenuMembersStats=Statistikk
LastMemberDate=Siste medlemsdato
LatestSubscriptionDate=Siste abonnementsdato
-MemberNature=Nature of member
+MemberNature=Medlemskapets art
Public=Informasjon er offentlig
NewMemberbyWeb=Nytt medlem lagt til. Venter på godkjenning
NewMemberForm=Skjema for nytt medlem
diff --git a/htdocs/langs/nb_NO/other.lang b/htdocs/langs/nb_NO/other.lang
index fea18d2ca40..020490eb57e 100644
--- a/htdocs/langs/nb_NO/other.lang
+++ b/htdocs/langs/nb_NO/other.lang
@@ -3,7 +3,7 @@ SecurityCode=Sikkerhetskode
NumberingShort=Nr
Tools=Verktøy
TMenuTools=Verktøy
-ToolsDesc=All tools not included in other menu entries are grouped here. All the tools can be accessed via the left menu.
+ToolsDesc=Alle verktøy som ikke er inkludert i andre menyoppføringer, er gruppert her. Alle verktøyene kan nås via menyen til venstre.
Birthday=Fødselsdag
BirthdayDate=Fødselsdag
DateToBirth=Fødselsdag
@@ -20,10 +20,10 @@ ZipFileGeneratedInto=Zip-fil generert til %s.
DocFileGeneratedInto=Doc-fil generert til %s.
JumpToLogin=Frakoblet. Gå til påloggingssiden ...
MessageForm=Melding på elektronisk betalingsformular
-MessageOK=Message on the return page for a validated payment
-MessageKO=Message on the return page for a canceled payment
+MessageOK=Melding på retursiden for en godkjent betaling
+MessageKO=Melding på retursiden for en kansellert betaling
ContentOfDirectoryIsNotEmpty=Denne katalogen er ikke tom.
-DeleteAlsoContentRecursively=Check to delete all content recursively
+DeleteAlsoContentRecursively=Sjekk om du vil slette alt innhold rekursivt
YearOfInvoice=År av fakturadato
PreviousYearOfInvoice=Forrige års fakturadato
@@ -31,15 +31,15 @@ NextYearOfInvoice=Følgende år av fakturadato
DateNextInvoiceBeforeGen=Dato for neste faktura (før generering)
DateNextInvoiceAfterGen=Dato for neste faktura (etter generering)
-Notify_ORDER_VALIDATE=Sales order validated
-Notify_ORDER_SENTBYMAIL=Sales order sent by mail
-Notify_ORDER_SUPPLIER_SENTBYMAIL=Purchase order sent by email
-Notify_ORDER_SUPPLIER_VALIDATE=Purchase order recorded
-Notify_ORDER_SUPPLIER_APPROVE=Purchase order approved
-Notify_ORDER_SUPPLIER_REFUSE=Purchase order refused
-Notify_PROPAL_VALIDATE=Kundentilbud validert
-Notify_PROPAL_CLOSE_SIGNED=Customer proposal closed signed
-Notify_PROPAL_CLOSE_REFUSED=Customer proposal closed refused
+Notify_ORDER_VALIDATE=Salgsordre validert
+Notify_ORDER_SENTBYMAIL=Salgsordre sendt via epost
+Notify_ORDER_SUPPLIER_SENTBYMAIL=Innkjøpsordre sendt via e-post
+Notify_ORDER_SUPPLIER_VALIDATE=Innkjøpsordre er registrert
+Notify_ORDER_SUPPLIER_APPROVE=Innkjøpsordre godkjent
+Notify_ORDER_SUPPLIER_REFUSE=Innkjøpsordre avvist
+Notify_PROPAL_VALIDATE=Kundetilbud validert
+Notify_PROPAL_CLOSE_SIGNED=Kundetilbud lukket signert
+Notify_PROPAL_CLOSE_REFUSED=Kundetilbud lukket avvist
Notify_PROPAL_SENTBYMAIL=Tilbud sendt med post
Notify_WITHDRAW_TRANSMIT=Overføring avbrudt
Notify_WITHDRAW_CREDIT=Kreditt tilbaketrekning
@@ -51,10 +51,10 @@ Notify_BILL_UNVALIDATE=Validering fjernet på kundefaktura
Notify_BILL_PAYED=Kundefaktura betalt
Notify_BILL_CANCEL=Kundefaktura kansellert
Notify_BILL_SENTBYMAIL=Kundefaktura sendt i posten
-Notify_BILL_SUPPLIER_VALIDATE=Vendor invoice validated
-Notify_BILL_SUPPLIER_PAYED=Vendor invoice paid
-Notify_BILL_SUPPLIER_SENTBYMAIL=Vendor invoice sent by mail
-Notify_BILL_SUPPLIER_CANCELED=Vendor invoice cancelled
+Notify_BILL_SUPPLIER_VALIDATE=Leverandørfaktura validert
+Notify_BILL_SUPPLIER_PAYED=Leverandørfaktura betalt
+Notify_BILL_SUPPLIER_SENTBYMAIL=Leverandørfaktura sendt via post
+Notify_BILL_SUPPLIER_CANCELED=Leverandørfaktura kansellert
Notify_CONTRACT_VALIDATE=Kontrakt validert
Notify_FICHEINTER_VALIDATE=Intervensjon validert
Notify_FICHINTER_ADD_CONTACT=Kontakt lagt til intervensjon
@@ -70,29 +70,29 @@ Notify_PROJECT_CREATE=Opprettelse av prosjekt
Notify_TASK_CREATE=Oppgave opprettet
Notify_TASK_MODIFY=Oppgave endret
Notify_TASK_DELETE=Oppgave slettet
-Notify_EXPENSE_REPORT_VALIDATE=Expense report validated (approval required)
-Notify_EXPENSE_REPORT_APPROVE=Expense report approved
-Notify_HOLIDAY_VALIDATE=Leave request validated (approval required)
-Notify_HOLIDAY_APPROVE=Leave request approved
+Notify_EXPENSE_REPORT_VALIDATE=Utgiftsrapport validert(godkjenning kreves)
+Notify_EXPENSE_REPORT_APPROVE=Utgiftsrapport godkjent
+Notify_HOLIDAY_VALIDATE=Permisjonsforespørselen er validert (godkjenning kreves)
+Notify_HOLIDAY_APPROVE=Permisjonsforespørsel godkjent
SeeModuleSetup=Se oppsett av modul %s
NbOfAttachedFiles=Antall vedlagte filer/dokumenter
TotalSizeOfAttachedFiles=Total størrelse på vedlagte filer/dokumenter
MaxSize=Maksimal størrelse
AttachANewFile=Legg ved ny fil/dokument
LinkedObject=Lenkede objekter
-NbOfActiveNotifications=Number of notifications (no. of recipient emails)
+NbOfActiveNotifications=Antall notifikasjoner (antall e-postmottakere)
PredefinedMailTest=__(Hei)__\nDette er en testmelding sendt til __EMAIL__.\nDe to linjene er skilt fra hverandre med et linjeskift.\n\n__USER_SIGNATURE__
PredefinedMailTestHtml=__(Hei)__\nDette er en test e-post (ordtesten må være i fet skrift). De to linjene skilles med et linjeskift.
__USER_SIGNATURE__
PredefinedMailContentContract=__(Hei)__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendInvoice=__(Hello)__\n\nPlease find invoice __REF__ attached \n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendInvoiceReminder=__(Hello)__\n\nWe would like to remind you that the invoice __REF__ seems to have not been paid. A copy of the invoice is attached as a reminder.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendProposal=__(Hello)__\n\nPlease find commercial proposal __REF__ attached \n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendSupplierProposal=__(Hello)__\n\nPlease find price request __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendOrder=__(Hello)__\n\nPlease find order __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendSupplierOrder=__(Hello)__\n\nPlease find our order __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendSupplierInvoice=__(Hello)__\n\nPlease find invoice __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendShipping=__(Hello)__\n\nPlease find shipping __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
-PredefinedMailContentSendFichInter=__(Hello)__\n\nPlease find intervention __REF__ attached\n\n\n__(Sincerely)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendInvoice=__(Hei)__\n\nVedlagt faktura __REF__ \n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendInvoiceReminder=__(Hei)__\n\nVi vil gjerne minne om at fakturaen __REF__ ikke har blitt betalt. En kopi av fakturaen er vedlagt som en påminnelse.\n\n__ONLINE_PAYMENT_TEXT_AND_URL__\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendProposal=__(Hei)__\n\nTilbud __REF__ vedlagt\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendSupplierProposal=__(Hei)__\n\nPrisforespørsel __REF__ vedlagt\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendOrder=__(Hei)__\n\nOrdre __REF__ vedlagt\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendSupplierOrder=__(Hei)__\n\nBestilling __REF__ vedlagt\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendSupplierInvoice=__(Hei)__\n\nFaktura __REF__ vedlagt\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendShipping=__(Hei)__\n\nFraktbrev __REF__ vedlagt\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
+PredefinedMailContentSendFichInter=__(Hei)__\n\nIntervensjon __REF__ vedlagt\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
PredefinedMailContentThirdparty=__(Hei)__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
PredefinedMailContentContact=__(Hei)__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
PredefinedMailContentUser=__(Hei)__\n\n\n__(Vennlig hilsen)__\n\n__USER_SIGNATURE__
@@ -108,7 +108,7 @@ DemoCompanyProductAndStocks=Firma som selger varer via butikk
DemoCompanyAll=Firma med mange aktiviteter (alle hovedmoduler)
CreatedBy=Laget av %s
ModifiedBy=Endret av %s
-ValidatedBy=Validertav %s
+ValidatedBy=Validert av %s
ClosedBy=Lukket av %s
CreatedById=Bruker-ID som opprettet
ModifiedById=Bruker-ID som gjorde siste endring
@@ -177,36 +177,38 @@ EnableGDLibraryDesc=Installer eller aktiver GD-bibliotek i din PHP-installasjon
ProfIdShortDesc=Prof-ID %s er avhengig av tredjepartens land. For eksempel er det for %s, koden %s.
DolibarrDemo=Dolibarr ERP/CRM demo
StatsByNumberOfUnits=Statistikk over summen av produkter/tjenester
-StatsByNumberOfEntities=Statistics in number of referring entities (no. of invoice, or order...)
+StatsByNumberOfEntities=Statistikk over antall henvisende enheter (antall fakturaer, eller ordre ...)
NumberOfProposals=Antall tilbud
-NumberOfCustomerOrders=Number of sales orders
+NumberOfCustomerOrders=Antall salgsordre
NumberOfCustomerInvoices=Antall kundefakturaer
-NumberOfSupplierProposals=Number of vendor proposals
-NumberOfSupplierOrders=Number of purchase orders
-NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfSupplierProposals=Antall leverandørtilbud
+NumberOfSupplierOrders=Antall innkjøpsordre
+NumberOfSupplierInvoices=Antall leverandørfakturaer
+NumberOfContracts=Antall kontrakter
NumberOfUnitsProposals=Antall enheter i tilbud
-NumberOfUnitsCustomerOrders=Number of units on sales orders
+NumberOfUnitsCustomerOrders=Antall enheter på salgsordre
NumberOfUnitsCustomerInvoices=Antall enheter i kundefakturaer
-NumberOfUnitsSupplierProposals=Number of units on vendor proposals
-NumberOfUnitsSupplierOrders=Number of units on purchase orders
-NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
-EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
+NumberOfUnitsSupplierProposals=Antall enheter på leverandørtilbud
+NumberOfUnitsSupplierOrders=Antall enheter på innkjøpsordre
+NumberOfUnitsSupplierInvoices=Antall enheter på leverandørfakturaer
+NumberOfUnitsContracts=Antall enheter i kontrakter
+EMailTextInterventionAddedContact=En ny intervensjon %s har blitt tildelt deg.
EMailTextInterventionValidated=Intervensjonen %s har blitt validert.
-EMailTextInvoiceValidated=Invoice %s has been validated.
-EMailTextInvoicePayed=Invoice %s has been paid.
-EMailTextProposalValidated=Proposal %s has been validated.
-EMailTextProposalClosedSigned=Proposal %s has been closed signed.
-EMailTextOrderValidated=Order %s has been validated.
-EMailTextOrderApproved=Order %s has been approved.
-EMailTextOrderValidatedBy=Order %s has been recorded by %s.
-EMailTextOrderApprovedBy=Order %s has been approved by %s.
-EMailTextOrderRefused=Order %s has been refused.
-EMailTextOrderRefusedBy=Order %s has been refused by %s.
-EMailTextExpeditionValidated=Shipping %s has been validated.
-EMailTextExpenseReportValidated=Expense report %s has been validated.
-EMailTextExpenseReportApproved=Expense report %s has been approved.
-EMailTextHolidayValidated=Leave request %s has been validated.
-EMailTextHolidayApproved=Leave request %s has been approved.
+EMailTextInvoiceValidated=Faktura %s er validert.
+EMailTextInvoicePayed=Faktura %s er betalt.
+EMailTextProposalValidated=Tilbud %s er validert.
+EMailTextProposalClosedSigned=Tilbud %s er lukket, signert.
+EMailTextOrderValidated=Ordre %s er validert.
+EMailTextOrderApproved=Ordre %s er godkjent.
+EMailTextOrderValidatedBy=Ordre %s har blitt registrert av %s.
+EMailTextOrderApprovedBy=Ordre %s har blitt godkjent av %s.
+EMailTextOrderRefused=Ordre%s har blitt avvist.
+EMailTextOrderRefusedBy=Ordre %s har blitt avvist av %s.
+EMailTextExpeditionValidated=Forsendelse %s er validert.
+EMailTextExpenseReportValidated=Utgiftsrapport %s er validert.
+EMailTextExpenseReportApproved=Utgiftsrapport %s er godkjent.
+EMailTextHolidayValidated=Permisjonsforespørsel %s er validert.
+EMailTextHolidayApproved=Permisjonsforespørsel %s er godkjent.
ImportedWithSet=Datasett for import
DolibarrNotification=Automatisk varsling
ResizeDesc=Skriv inn ny bredde eller ny høyde. BxH forhold vil bli beholdt .
@@ -214,7 +216,7 @@ NewLength=Ny bredde
NewHeight=Ny høyde
NewSizeAfterCropping=Ny størrelse etter beskjæring
DefineNewAreaToPick=Definer nytt område på bildet for å hente (venstreklikk på bildet og dra til du kommer til motsatt hjørne)
-CurrentInformationOnImage=This tool was designed to help you to resize or crop an image. This is the information on the current edited image
+CurrentInformationOnImage=Dette verktøyet ble utviklet for å hjelpe deg med å endre størrelse eller beskjære et bilde. Dette er informasjonen om gjeldende redigert bilde
ImageEditor=Billedbehandler
YouReceiveMailBecauseOfNotification=Du mottar denne meldingen fordi din e-post har blitt lagt til listen over mål for å bli informert om spesielle hendelser i %s programvare av %s.
YouReceiveMailBecauseOfNotification2=Denne hendelsen er følgende:
@@ -245,11 +247,11 @@ YourPasswordMustHaveAtLeastXChars=Passordet ditt må ha minst %s Click here to try again...
diff --git a/htdocs/langs/nb_NO/website.lang b/htdocs/langs/nb_NO/website.lang
index 61e3013c584..e4203fc4edb 100644
--- a/htdocs/langs/nb_NO/website.lang
+++ b/htdocs/langs/nb_NO/website.lang
@@ -98,8 +98,8 @@ NoWebSiteCreateOneFirst=Ingen nettside er opprettet ennå. Opprett en først.
GoTo=Gå til
DynamicPHPCodeContainsAForbiddenInstruction=Du legger til dynamisk PHP-kode som inneholder PHP-instruksjonen '%s' som vanligvis er forbudt som dynamisk innhold (se skjulte alternativer WEBSITE_PHP_ALLOW_xxx for å øke listen over tillatte kommandoer).
NotAllowedToAddDynamicContent=Du har ikke tillatelse til å legge til eller redigere PHP dynamisk innhold på nettsteder. Be om tillatelse eller behold koden i php-kodene uendret.
-ReplaceWebsiteContent=Erstatt nettsideinnhold
+ReplaceWebsiteContent=Søk eller erstatt nettstedsinnhold
DeleteAlsoJs=Slett også alle javascript-filer som er spesifikke for denne nettsiden?
DeleteAlsoMedias=Slett også alle mediefiler som er spesifikke for denne nettsiden?
# Export
-MyWebsitePages=My website pages
+MyWebsitePages=Mine nettsider
diff --git a/htdocs/langs/nb_NO/withdrawals.lang b/htdocs/langs/nb_NO/withdrawals.lang
index ce42e5e20a0..77931dbf507 100644
--- a/htdocs/langs/nb_NO/withdrawals.lang
+++ b/htdocs/langs/nb_NO/withdrawals.lang
@@ -69,14 +69,15 @@ WithBankUsingBANBIC=For bankkontoer som bruker IBAN/BIC/SWIFT
BankToReceiveWithdraw=Mottakende bankkonto
CreditDate=Kreditt på
WithdrawalFileNotCapable=Kan ikke ikke generere kvitteringsfil for tilbaketrekking for landet ditt %s (Landet er ikke støttet)
-ShowWithdraw=Show Direct Debit Order
-IfInvoiceNeedOnWithdrawPaymentWontBeClosed=However, if invoice has at least one direct debit payment order not yet processed, it won't be set as paid to allow prior withdrawal management.
+ShowWithdraw=Vis direkte debitordre
+IfInvoiceNeedOnWithdrawPaymentWontBeClosed=Men, hvis fakturaen har minst én avbestillingsordre som ikke er behandlet ennå, blir den ikke satt som betalt for å tillate tidligere håndtering av tilbaketrekninger.
DoStandingOrdersBeforePayments=Under denne fanen kan du be om en direktedebet-betalingsordre .Når dette er gjort, kan du gå inn i menyen Bank-> direktedebet-ordre for å håndtere betalingsoppdraget .Når betalingsoppdraget er lukket, vil betaling på fakturaen automatisk bli registrert, og fakturaen lukkes hvis restbeløpet er null.
WithdrawalFile=Tilbaketrekkingsfil
SetToStatusSent=Sett status til "Fil Sendt"
ThisWillAlsoAddPaymentOnInvoice=Dette vil også registrere innbetalinger til fakturaer og klassifisere dem som "Betalt" hvis restbeløp å betale er null
StatisticsByLineStatus=Statistikk etter linjestatus
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unik Mandat Referanse
RUMWillBeGenerated=Hvis tomt, vil UMR (Unique Mandate Reference) bli generert når bankkontoinformasjon er lagret
WithdrawMode=Direktedebetsmodus (FRST eller RECUR)
diff --git a/htdocs/langs/nl_BE/accountancy.lang b/htdocs/langs/nl_BE/accountancy.lang
index 119e3b4882f..5e684f25fe2 100644
--- a/htdocs/langs/nl_BE/accountancy.lang
+++ b/htdocs/langs/nl_BE/accountancy.lang
@@ -22,7 +22,6 @@ EndProcessing=Verwerking beëindigd
Lineofinvoice=Factuur lijn
Docdate=Datum
Docref=Artikelcode
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Third-party account not defined or third party unknown. Blocking error.
TotalVente=Totaal omzet voor belastingen
AccountingJournalType2=Verkoop
AccountingJournalType3=Inkoop
diff --git a/htdocs/langs/nl_BE/admin.lang b/htdocs/langs/nl_BE/admin.lang
index 2ffd6272541..429474d0fd5 100644
--- a/htdocs/langs/nl_BE/admin.lang
+++ b/htdocs/langs/nl_BE/admin.lang
@@ -1,6 +1,21 @@
# Dolibarr language file - Source file is en_US - admin
VersionLastInstall=Versie van eerste installatie
+FileCheck=Fileset Integriteitscontrole
+FileCheckDesc=Met deze tool kunt u de integriteit van bestanden en de instellingen van uw toepassing controleren door elk bestand te vergelijken met het officiële bestand. De waarde van sommige setup-constanten kan ook worden gecontroleerd. U kunt dit hulpprogramma gebruiken om te bepalen of bestanden zijn gewijzigd (bijvoorbeeld door een hacker).
+FileIntegrityIsOkButFilesWereAdded=Controle van de integriteit van bestanden is verstreken, maar er zijn enkele nieuwe bestanden toegevoegd.
+FileIntegritySomeFilesWereRemovedOrModified=Controle van de integriteit van bestanden is mislukt. Sommige bestanden zijn gewijzigd, verwijderd of toegevoegd.
+GlobalChecksum=Globale checksum
+RemoteSignature=Remote distant handtekening (betrouwbaarder)
+FilesModified=Gewijzigde bestanden
+FilesAdded=Bestanden toegevoegd
+AvailableOnlyOnPackagedVersions=Het lokale bestand voor integriteitscontrole is alleen beschikbaar als de toepassing is geïnstalleerd vanuit een officieel pakket
+XmlNotFound=Xml-integriteitsbestand van toepassing niet gevonden
+SessionSavePath=Sessie opslaglocatie
ConfirmPurgeSessions=Ben je zeker dat je alle sessies wil wissen? De connectie van elke gebruiker zal worden verbroken (uitgezonderd jezelf).
+NoSessionListWithThisHandler=Save session handler geconfigureerd in uw PHP staat niet toe dat alle lopende sessies worden getoond.
+ConfirmLockNewSessions=Weet je zeker dat je elke nieuwe Dolibarr-verbinding wilt beperken tot jezelf? Alleen gebruiker %s kan daarna nog een verbinding maken.
+Sessions=Gebruikers Sessie
+NoSessionFound=Uw PHP-configuratie lijkt het toevoegen van actieve sessies niet toe te staan. De map die wordt gebruikt om sessies op te slaan ( %s ) kan worden beveiligd (bijvoorbeeld door OS-machtigingen of door PHP-richtlijn open_basedir).
DBStoringCharset=Databasekarakterset voor het opslaan van gegevens
DBSortingCharset=Databasekarakterset voor het sorteren van gegevens
UserSetup=Gebruikersbeheerinstellingen
@@ -11,7 +26,6 @@ MenusDesc=Menubeheerders stellen de inhoud van de 2 menubalken in (horizontaal e
MenusEditorDesc=De menu editor laat je toe om aangepaste menu-invoer te definiëren. Wees voorzichtig bij het gebruik van deze functionaliteit, om instabiele en permanent onvindbare menus te voorkomen. Sommige modules voegen menu-meldingen toe (in menu Alles meestal). Indien u per ongeluk sommige van deze meldingen zou verwijderen, dan kan u deze herstellen door de module eerst uit te schakelen en opnieuw in te schakelen.
SystemToolsArea=Systeemwerksetoverzicht
PurgeDeleteLogFile=Verwijder logbestanden, inclusief %s gedefinieerd voor Syslog module (geen risico om gegevens te verliezen)
-PurgeDeleteTemporaryFiles=Verwijder alle tijdelijke bestanden (geen risico op verlies van gegevens)
PurgeNothingToDelete=Geen map of bestanden om te verwijderen.
PurgeAuditEvents=Verwijder alle gebeurtenisen
ConfirmPurgeAuditEvents=Ben je zeker dat je alle veiligheidsgebeurtenissen wil verwijderen? Alle veiligheidslogboeken zullen worden verwijderd, en geen andere bestanden worden verwijderd
diff --git a/htdocs/langs/nl_BE/agenda.lang b/htdocs/langs/nl_BE/agenda.lang
index 6ba8ec0c085..04f2b85cd6e 100644
--- a/htdocs/langs/nl_BE/agenda.lang
+++ b/htdocs/langs/nl_BE/agenda.lang
@@ -2,8 +2,11 @@
EventReports=Gebeurtenisrapporten
ToUserOfGroup=Aan elke gebruiker in groep
ViewPerType=Overzicht per type
+AgendaAutoActionDesc=Hier kunt u gebeurtenissen definiëren die u Dolibarr automatisch in Agenda wilt laten maken. Als er niets wordt gecontroleerd, worden alleen handmatige acties opgenomen in logboeken en weergegeven in Agenda. Automatisch bijhouden van zakelijke acties die worden uitgevoerd op objecten (validatie, statuswijziging), wordt niet opgeslagen.
+AgendaSetupOtherDesc=Deze pagina biedt opties voor het exporteren van uw Dolibarr-evenementen naar een externe agenda (Thunderbird, Google Agenda, enz.)
EventRemindersByEmailNotEnabled=Herinneringen via email was niet ingeschakeld in %s van module setup.
NewCompanyToDolibarr=Derde %s aangemaakt
+COMPANY_DELETEInDolibarr=Derden (externen) %s verwijderd
ContractValidatedInDolibarr=Contract %s goedgekeurd
CONTRACT_DELETEInDolibarr=Contract %s geannuleerd
MemberModifiedInDolibarr=Lid %s werd aangepast
@@ -12,7 +15,15 @@ MemberSubscriptionModifiedInDolibarr=Abonnement %s voor lid %s aangepast
ShipmentValidatedInDolibarr=Shipment %s goedgekeurd
ShipmentClassifyClosedInDolibarr=Verzending %s werd geclassificeerd als gefactureerd
ShipmentUnClassifyCloseddInDolibarr=Verzending %s werd geclassificieerd als opnieuw geopend
+ShipmentBackToDraftInDolibarr=Verzending %s zet om naar conceptstatus
ShipmentDeletedInDolibarr=Shipment %s gewist
+ProposalSentByEMail=Commercieel voorstel %s verzonden per e-mail
+ContractSentByEMail=Contract %s verzonden per e-mail
+OrderSentByEMail=Verkooporder %s verzonden per e-mail
+InvoiceSentByEMail=Klantfactuur %s per e-mail verzonden
+SupplierOrderSentByEMail=Bestelling %s per e-mail verzonden
+SupplierInvoiceSentByEMail=Leveranciersfactuur %s verzonden per e-mail
+ShippingSentByEMail=Verzending %s verzonden per e-mail
ProposalDeleted=Offerte verwijderd
EXPENSE_REPORT_CREATEInDolibarr=Onkostenrapport %s aangemaakt
EXPENSE_REPORT_VALIDATEInDolibarr=Onkostenrapport %s gevalideerd
@@ -20,6 +31,11 @@ EXPENSE_REPORT_APPROVEInDolibarr=Onkostenrapport %s goedgekeurd
EXPENSE_REPORT_DELETEInDolibarr=Onkostenrapport %s verwijderd
EXPENSE_REPORT_REFUSEDInDolibarr=Onkostenrapport %s geweigerd
PROJECT_MODIFYInDolibarr=Project %s gewijzigd
+TICKET_CREATEInDolibarr=Ticket %s aangemaakt
+TICKET_MODIFYInDolibarr=Ticket %s aangepast
+TICKET_ASSIGNEDInDolibarr=Ticket %s toegewezen
+TICKET_CLOSEInDolibarr=Ticket %s gesloten
+TICKET_DELETEInDolibarr=Ticket %s verwijderd
AgendaModelModule=Document sjablonen voor een gebeurtenis
AgendaUrlOptionsNotAdmin=logina=!%s om de uitvoer van acties te beperken die niet werden toegewezen aan de gebruiker %s.
AgendaUrlOptions4=logint=%s om de uitvoer van acties te beperken die aan de gebruiker %s is toegewezen. (eigenaar en anderen).
diff --git a/htdocs/langs/nl_BE/contracts.lang b/htdocs/langs/nl_BE/contracts.lang
index 149dc3ee2eb..7fb625a9a17 100644
--- a/htdocs/langs/nl_BE/contracts.lang
+++ b/htdocs/langs/nl_BE/contracts.lang
@@ -1,6 +1,24 @@
# Dolibarr language file - Source file is en_US - contracts
+ShowContractOfService=Toon servicecontract
NewContractSubscription=Nieuwe contracten/abonnementen
+ActivateAllOnContract=Activeer alle diensten
+ConfirmDeleteAContract=Weet je zeker dat je dit contract en alle bijbehorende services wilt verwijderen?
+ConfirmValidateContract=Weet je zeker dat je dit contract wilt valideren onder de naam %s ?
+ConfirmActivateAllOnContract=Hiermee worden alle services geopend (nog niet actief). Weet je zeker dat je alle diensten wil openen?
+ConfirmCloseContract=Hiermee worden alle diensten gesloten (actief of niet). Weet je zeker dat je dit contract wilt sluiten?
+ConfirmCloseService=Weet je zeker dat je deze dienst wilt afsluiten met de datum %s ?
+ConfirmActivateService=Weet je zeker dat je deze dienst wilt activeren met de datum %s ?
+LastContracts=Laatste %s-contracten
+LastModifiedServices=Laatste %s gewijzigde diensten
DateStartPlanned=Geplande startdatum
DateStartPlannedShort=Geplande startdatum
DateEndPlanned=Geplande einddatum
DateEndPlannedShort=Geplande einddatum
+BoardRunningServices=Lopende diensten
+CloseRefusedBecauseOneServiceActive=Contract kan niet worden gesloten omdat er ten minste één open dienst op staat
+ActivateAllContracts=Activeer alle contractregels
+ConfirmDeleteContractLine=Weet je zeker dat je deze contractregel wilt verwijderen?
+ConfirmCloneContract=Weet u zeker als u event %s wilt klonen?
+LowerDateEndPlannedShort=Eerdere geplande einddatum van actieve diensten
+SendContractRef=Contractinformatie __REF__
+OtherContracts=Andere contracten
diff --git a/htdocs/langs/nl_BE/interventions.lang b/htdocs/langs/nl_BE/interventions.lang
index 937ada94ffc..e1ec9e29b85 100644
--- a/htdocs/langs/nl_BE/interventions.lang
+++ b/htdocs/langs/nl_BE/interventions.lang
@@ -1,4 +1,5 @@
# Dolibarr language file - Source file is en_US - interventions
+InterventionSentByEMail=Interventie %s per e-mail verzonden
InterventionsArea=Interventieruimte
DraftFichinter=Concept interventie
LastModifiedInterventions=Laatste %s gemodificeerde interventies
diff --git a/htdocs/langs/nl_BE/ticket.lang b/htdocs/langs/nl_BE/ticket.lang
index 0b54b422afb..b59d26af5bc 100644
--- a/htdocs/langs/nl_BE/ticket.lang
+++ b/htdocs/langs/nl_BE/ticket.lang
@@ -2,6 +2,9 @@
Permission56001=Zie tickets
Permission56002=Wijzig tickets
Permission56003=Tickets verwijderen
+Permission56005=Bekijk tickets van alle externe partijen (niet effectief voor externe gebruikers, altijd beperkt tot de derde partij waarvan ze afhankelijk zijn)
+TicketDictCategory=Ticket - Groepen
+TicketDictSeverity=Ticket - Gradaties
TicketTypeShortBUGSOFT=Software storing
TicketTypeShortBUGHARD=Hardware storing
TicketTypeShortOTHER=Ander
@@ -10,24 +13,31 @@ ErrorBadEmailAddress=Veld '%s' onjuist
MenuTicketMyAssignNonClosed=Mijn open tickets
TypeContact_ticket_external_SUPPORTCLI=Klantcontact / incident volgen
TypeContact_ticket_external_CONTRIBUTOR=Externe bijdrager
+Notify_TICKET_SENTBYMAIL=Verzend ticketbericht per e-mail
Read=Lezen
Assigned=Toegewezen
InProgress=Bezig
+NeedMoreInformation=Wachten op informatie
Closed=Afgesloten
+Category=Analytische code
Severity=Strengheid
TicketSetup=Installatie van ticketmodule
TicketPublicAccess=Een openbare interface die geen identificatie vereist, is beschikbaar op de volgende URL
+TicketSetupDictionaries=Het type ticket, Gradatie en analytische codes kunnen vanuit woordenboeken worden geconfigureerd
TicketParamModule=Module variabele instelling
TicketParamMail=E-mail instellen
TicketEmailNotificationFrom=Meldingsmail van
TicketEmailNotificationFromHelp=Gebruikt als antwoord op het ticketbericht door een voorbeeld
TicketEmailNotificationTo=Meldingen e-mail naar
TicketEmailNotificationToHelp=Stuur e-mailmeldingen naar dit adres.
+TicketNewEmailBodyLabel=Tekstbericht verzonden na het maken van een ticket
TicketNewEmailBodyHelp=De tekst die hier wordt opgegeven, wordt in de e-mail ingevoegd die bevestigt dat er een nieuw ticket is gemaakt in de openbare interface. Informatie over de raadpleging van het ticket wordt automatisch toegevoegd.
TicketParamPublicInterface=Openbare interface-instellingen
TicketsEmailMustExist=Een bestaand e-mailadres vereisen om een ticket te maken
TicketsEmailMustExistHelp=In de openbare interface moet het e-mailadres al in de database zijn ingevuld om een nieuw ticket te maken.
PublicInterface=Openbare interface
+TicketUrlPublicInterfaceLabelAdmin=Alternatieve URL voor openbare interface
+TicketUrlPublicInterfaceHelpAdmin=Het is mogelijk om een alias voor de webserver te definiëren en zo de openbare interface beschikbaar te maken met een andere URL (de server moet optreden als een proxy voor deze nieuwe URL)
TicketPublicInterfaceTextHomeLabelAdmin=Welkomsttekst van de openbare interface
TicketPublicInterfaceTextHome=U kunt een ondersteuningsticket of -weergave maken die bestaat uit het ID-trackingticket.
TicketPublicInterfaceTextHomeHelpAdmin=De tekst die hier wordt gedefinieerd, wordt weergegeven op de startpagina van de openbare interface.
@@ -37,6 +47,7 @@ TicketPublicInterfaceTextHelpMessageLabelAdmin=Hulp tekst bij het bericht
TicketPublicInterfaceTextHelpMessageHelpAdmin=Deze tekst verschijnt boven het berichtinvoergedeelte van de gebruiker.
ExtraFieldsTicket=Extra attributen
TicketCkEditorEmailNotActivated=HTML-editor is niet geactiveerd. Plaats alstublieft de inhoud van FCKEDITOR_ENABLE_MAIL op 1 om deze te krijgen.
+TicketsDisableEmail=Stuur geen e-mails voor het aanmaken van tickets of het opnemen van berichten
TicketsDisableEmailHelp=Standaard worden e-mails verzonden wanneer nieuwe tickets of berichten worden aangemaakt. Schakel deze optie in om * alle * e-mailmeldingen uit te schakelen
TicketsLogEnableEmail=Schakel logboek per e-mail in
TicketsLogEnableEmailHelp=Bij elke wijziging wordt een e-mail ** verzonden naar elk contact ** dat aan het ticket is gekoppeld.
@@ -46,12 +57,14 @@ TicketsShowCompanyLogo=Geef het logo van het bedrijf weer in de openbare interfa
TicketsShowCompanyLogoHelp=Schakel deze optie in om het logo van het hoofdbedrijf te verbergen op de pagina's van de openbare interface
TicketsEmailAlsoSendToMainAddress=Stuur ook een bericht naar het hoofd e-mailadres
TicketsEmailAlsoSendToMainAddressHelp=Schakel deze optie in om een e-mail te sturen naar het e-mailadres "Kennisgevings e-mail van" (zie onderstaande instellingen)
+TicketsLimitViewAssignedOnly=Beperk de weergave tot tickets die zijn toegewezen aan de huidige gebruiker (niet effectief voor externe gebruikers, altijd beperkt tot de derde partij waarvan ze afhankelijk zijn)
TicketsLimitViewAssignedOnlyHelp=Alleen tickets die aan de huidige gebruiker zijn toegewezen, zijn zichtbaar. Is niet van toepassing op een gebruiker met rechten voor ticket beheer.
TicketsActivatePublicInterface=Activeer de publieke interface
TicketsActivatePublicInterfaceHelp=Met de openbare interface kunnen bezoekers tickets maken.
TicketsAutoAssignTicket=Wijs automatisch de gebruiker toe die het ticket heeft gemaakt
TicketsAutoAssignTicketHelp=Bij het maken van een ticket kan de gebruiker automatisch worden toegewezen aan het ticket.
TicketNumberingModules=Nummeringsmodule tickets
+TicketNotifyTiersAtCreation=Breng externen op de hoogte tijdens het maken
TicketList=Lijst met tickets
TicketViewNonClosedOnly=Bekijk alleen open tickets
TicketStatByStatus=Tickets op status
@@ -98,6 +111,7 @@ LinkToAContract=Link naar een contract
TicketMailExchanges=Mail-uitwisselingen
TicketInitialMessageModified=Oorspronkelijk bericht aangepast
TicketNotNotifyTiersAtCreate=Het bedrijf niet melden bij de creatie
+Unread=Ongelezen
NoLogForThisTicket=Nog geen log voor dit ticket
TicketSystem=Ticket-systeem
ShowListTicketWithTrackId=Geef ticketlijst weer vanaf track ID
diff --git a/htdocs/langs/nl_NL/accountancy.lang b/htdocs/langs/nl_NL/accountancy.lang
index a9c274e87fb..f905175c2ed 100644
--- a/htdocs/langs/nl_NL/accountancy.lang
+++ b/htdocs/langs/nl_NL/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Resultaat grootboekrekening (Verlies)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Afsluiten journaal
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Grootboekrekening kruisposten (dagboeken)
DONATION_ACCOUNTINGACCOUNT=Grootboeknummer voor donaties
@@ -264,7 +265,7 @@ AccountingJournals=Dagboeken
AccountingJournal=Dagboek
NewAccountingJournal=Nieuw dagboek
ShowAccoutingJournal=Toon dagboek
-Nature=Natuur
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Overige bewerkingen
AccountingJournalType2=Verkopen
AccountingJournalType3=Aankopen
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Exporteren naar Quadratus QuadraCompta
Modelcsv_ebp=Exporteren naar EBP
Modelcsv_cogilog=Exporteren naar Cogilog
Modelcsv_agiris=Exporteren naar Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Configureerbare CSV export
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Rekeningschema Id
InitAccountancy=Instellen boekhouding
InitAccountancyDesc=Deze pagina kan worden gebruikt om een grootboekrekening toe te wijzen aan producten en services waarvoor geen grootboekrekening is gedefinieerd voor verkopen en aankopen.
DefaultBindingDesc=Hier kunt u een standaard grootboekrekening koppelen aan salaris betalingen, donaties, belastingen en BTW, wanneer deze nog niet apart zijn ingesteld.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opties
OptionModeProductSell=Instellingen verkopen
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/nl_NL/admin.lang b/htdocs/langs/nl_NL/admin.lang
index deaa6104f3c..b31c1579740 100644
--- a/htdocs/langs/nl_NL/admin.lang
+++ b/htdocs/langs/nl_NL/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxen uit tabel
ExtrafieldLink=Link naar een object
ComputedFormula=Berekend veld
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Gebruikte library voor generen PDF
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salarissen
Module510Desc=Record and track employee payments
Module520Name=Leningen
Module520Desc=Het beheer van de leningen
-Module600Name=Kennisgevingen
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Productvarianten
@@ -819,9 +822,9 @@ Permission532=Creëren / wijzigen van diensten
Permission534=Diensten verwijderen
Permission536=Inzien / beheren van verborgen diensten
Permission538=Diensten exporteren
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Bekijk donaties
Permission702=Creëren / wijzigen donaties
Permission703=Verwijderen donaties
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Aanvullende kenmerken (orders)
ExtraFieldsSupplierInvoices=Aanvullende kenmerken (facturen)
ExtraFieldsProject=Aanvullende kenmerken (projecten)
ExtraFieldsProjectTask=Aanvullende kenmerken (taken)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribuut %s heeft een verkeerde waarde.
AlphaNumOnlyLowerCharsAndNoSpace=alleen alfanumerieke tekens en kleine letters zonder spatie
SendmailOptionNotComplete=Waarschuwing, op sommige Linux-systemen, e-mail verzenden vanaf uw e-mail, sendmail uitvoering setup moet conatins optie-ba (parameter mail.force_extra_parameters in uw php.ini-bestand). Als sommige ontvangers nooit e-mails ontvangen, probeer dit PHP parameter bewerken met mail.force_extra_parameters =-ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Sessie opslag geencrypteerd door Suhosin
ConditionIsCurrently=Voorwaarde is momenteel %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Zoekmachine optimalisatie
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=Xdebug is geladen.
-XCacheInstalled=Xcache is geladen.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Opzetten van module onkostendeclaraties - regels
ExpenseReportNumberingModules=Onkostenrapportage nummeringsmodule
NoModueToManageStockIncrease=Geen module in staat om automatische voorraad toename beheren is geactiveerd. Stock verhoging zal worden gedaan via handmatige invoer.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Lijst van meldingen per gebruiker*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Ga naar het tabblad "Meldingen" bij een relatie om meldingen voor contacten/adressen toe te voegen of te verwijderen
Threshold=Drempel
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/nl_NL/bills.lang b/htdocs/langs/nl_NL/bills.lang
index 925a56c4613..cdaa069db64 100644
--- a/htdocs/langs/nl_NL/bills.lang
+++ b/htdocs/langs/nl_NL/bills.lang
@@ -10,7 +10,7 @@ BillsSuppliersUnpaid=Onbetaalde leveranciersfacturen
BillsSuppliersUnpaidForCompany=Onbetaalde leveranciersfacturen voor %s
BillsLate=Betalingsachterstand
BillsStatistics=Statistieken afnemersfacturen
-BillsStatisticsSuppliers=Vendors invoices statistics
+BillsStatisticsSuppliers=Statistieken leveranciersfacturen
DisabledBecauseDispatchedInBookkeeping=Uitgeschakeld omdat de factuur werd verzonden naar de boekhouding
DisabledBecauseNotLastInvoice=Uitgeschakeld omdat factuur niet kan worden gewist. Er zijn vervolg-facturen aangemaakt en hierdoor zullen gaten ontstaan in de factuurteller.
DisabledBecauseNotErasable=Uitgeschakeld om dat het niet verwijderd kan worden
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma factuur
InvoiceProFormaDesc=Een proforma factuur is een voorlopige factuur en een orderbevestiging. Het is geen officiële factuur, maar bedoeld voor afnemers in het buitenland om bijvoorbeeld een vergunning aan te vragen of de inklaring voor te bereiden. Ze worden ook gebruikt voor het aanvragen van een Letter of Credit (L/C).
InvoiceReplacement=Vervangingsfactuur
InvoiceReplacementAsk=Vervangingsfactuur voor factuur
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Creditnota
InvoiceAvoirAsk=Creditnota te corrigeren factuur
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Betaling hoger dan herinnering te betalen
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Let op, het betalingsbedrag van een of meer rekeningen is hoger dan het openstaande bedrag dat moet worden betaald. Bewerk uw invoer, bevestig anders en overweeg een creditnota te maken voor het teveel betaalde.
ClassifyPaid=Klassificeer 'betaald'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classificeer 'gedeeltelijk betaald'
ClassifyCanceled=Classificeer 'verlaten'
ClassifyClosed=Classificeer 'Gesloten'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Toon vervangingsfactuur
ShowInvoiceAvoir=Toon creditnota
ShowInvoiceDeposit=Bekijk factuurbetalingen
ShowInvoiceSituation=Situatie factuur weergeven
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Toon betaling
AlreadyPaid=Reeds betaald
AlreadyPaidBack=Reeds terugbetaald
@@ -317,8 +332,8 @@ InvoiceDateCreation=Aanmaakdatum factuur
InvoiceStatus=Factuurstatus
InvoiceNote=Factuurnota
InvoicePaid=Factuur betaald
-OrderBilled=Order billed
-DonationPaid=Donation paid
+OrderBilled=Bestelling gefactureerd
+DonationPaid=Betaalde donatie
PaymentNumber=Betalingsnummer
RemoveDiscount=Verwijder korting
WatermarkOnDraftBill=Watermerk over conceptfacturen (niets indien leeg)
@@ -397,7 +412,7 @@ PaymentConditionShort14D=14 dagen
PaymentCondition14D=14 dagen
PaymentConditionShort14DENDMONTH=Einde maand over 14 dagen
PaymentCondition14DENDMONTH=Binnen 14 dagen na het einde van de maand
-FixAmount=Fixed amount
+FixAmount=Vast bedrag
VarAmount=Variabel bedrag (%% tot.)
VarAmountOneLine=Variable amount (%% tot.) - 1 line with label '%s'
# PaymentType
@@ -413,8 +428,8 @@ PaymentTypeCHQ=Cheque
PaymentTypeShortCHQ=Cheque
PaymentTypeTIP=TIP (Documenten tegen betaling)
PaymentTypeShortTIP=Betaling fooi
-PaymentTypeVAD=Online payment
-PaymentTypeShortVAD=Online payment
+PaymentTypeVAD=Online betaling
+PaymentTypeShortVAD=Online betaling
PaymentTypeTRA=Bankcheque
PaymentTypeShortTRA=Ontwerp
PaymentTypeFAC=Factor
@@ -457,11 +472,11 @@ UseLine=Toepassen
UseDiscount=Gebruik korting
UseCredit=Kredietbeoordelingen
UseCreditNoteInInvoicePayment=Verminderen van de betaling met deze credit nota
-MenuChequeDeposits=Check Deposits
+MenuChequeDeposits=Controleer stortingen
MenuCheques=Cheques
-MenuChequesReceipts=Check receipts
+MenuChequesReceipts=Controleer ontvangsten
NewChequeDeposit=Nieuw depot
-ChequesReceipts=Check receipts
+ChequesReceipts=Controleer ontvangsten
ChequesArea=Check deposits area
ChequeDeposits=Check deposits
Cheques=Cheques
diff --git a/htdocs/langs/nl_NL/companies.lang b/htdocs/langs/nl_NL/companies.lang
index d5711ccbe11..2b869938cff 100644
--- a/htdocs/langs/nl_NL/companies.lang
+++ b/htdocs/langs/nl_NL/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Vastgelegde leverancier kortingen (toegekend do
SupplierAbsoluteDiscountMy=Vastgelegde klant kortingen (toegekend door uzelf)
DiscountNone=Geen
Vendor=Verkoper
+Supplier=Verkoper
AddContact=Nieuwe contactpersoon
AddContactAddress=Nieuw contact/adres
EditContact=Bewerk contact / adres
diff --git a/htdocs/langs/nl_NL/errors.lang b/htdocs/langs/nl_NL/errors.lang
index 661c92660c9..5417ae6daf2 100644
--- a/htdocs/langs/nl_NL/errors.lang
+++ b/htdocs/langs/nl_NL/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Speciale tekens zijn niet toegestaan in het v
ErrorNumRefModel=Er bestaat een verwijzing in de database (%s) en deze is niet compatibel met deze nummeringsregel. Verwijder de tabelregel of hernoem de verwijzing om deze module te activeren.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Het instellen van de module lijkt onvolledig. Ga naar Home - Setup - Modules om te voltooien.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Fout bij het masker
ErrorBadMaskFailedToLocatePosOfSequence=Fout, masker zonder het volgnummer
ErrorBadMaskBadRazMonth=Fout, slechte resetwaarde
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Er is een wachtwoord ingesteld voor dit lid. Er is echter geen gebruikersaccount gemaakt. Dus dit wachtwoord is opgeslagen maar kan niet worden gebruikt om in te loggen bij Dolibarr. Het kan worden gebruikt door een externe module / interface, maar als u geen gebruikersnaam of wachtwoord voor een lid hoeft aan te maken, kunt u de optie "Beheer een login voor elk lid" in de module-setup van Member uitschakelen. Als u een login moet beheren maar geen wachtwoord nodig heeft, kunt u dit veld leeg houden om deze waarschuwing te voorkomen. Opmerking: e-mail kan ook worden gebruikt als login als het lid aan een gebruiker is gekoppeld.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/nl_NL/main.lang b/htdocs/langs/nl_NL/main.lang
index 82620f9ab84..a4195e82691 100644
--- a/htdocs/langs/nl_NL/main.lang
+++ b/htdocs/langs/nl_NL/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacten / adressen voor deze relatie
AddressesForCompany=Adressen voor deze relatie
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events over dit lid
ActionsOnProduct=Evenementen in dit product
NActionsLate=%s is laat
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link naar contract
LinkToIntervention=Link naar interventie
+LinkToTicket=Link to ticket
CreateDraft=Maak een ontwerp
SetToDraft=Terug naar ontwerp
ClickToEdit=Klik om te bewerken
diff --git a/htdocs/langs/nl_NL/other.lang b/htdocs/langs/nl_NL/other.lang
index 7a9587eebd0..7b9814a2c68 100644
--- a/htdocs/langs/nl_NL/other.lang
+++ b/htdocs/langs/nl_NL/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Aantal klant facturen
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Aantal eenheden in voorstel
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Aantal eenheden op klant facturen
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=De interventie %s is gevalideerd
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/nl_NL/products.lang b/htdocs/langs/nl_NL/products.lang
index a743fb9211c..1a7d0537a9c 100644
--- a/htdocs/langs/nl_NL/products.lang
+++ b/htdocs/langs/nl_NL/products.lang
@@ -2,6 +2,7 @@
ProductRef=Productreferentie
ProductLabel=Naam
ProductLabelTranslated=Vertaald product label
+ProductDescription=Product description
ProductDescriptionTranslated=Vertaalde product beschrijving
ProductNoteTranslated=Vertaalde product aantekening
ProductServiceCard=Producten / Dienstendetailkaart
diff --git a/htdocs/langs/nl_NL/stripe.lang b/htdocs/langs/nl_NL/stripe.lang
index b3f50b98772..770bd51df11 100644
--- a/htdocs/langs/nl_NL/stripe.lang
+++ b/htdocs/langs/nl_NL/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/nl_NL/website.lang b/htdocs/langs/nl_NL/website.lang
index f466074cb2a..024e1b4b6e6 100644
--- a/htdocs/langs/nl_NL/website.lang
+++ b/htdocs/langs/nl_NL/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/nl_NL/withdrawals.lang b/htdocs/langs/nl_NL/withdrawals.lang
index 2fd0c894135..2e4a9746bee 100644
--- a/htdocs/langs/nl_NL/withdrawals.lang
+++ b/htdocs/langs/nl_NL/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/pl_PL/accountancy.lang b/htdocs/langs/pl_PL/accountancy.lang
index 006ac65e13c..81b47382431 100644
--- a/htdocs/langs/pl_PL/accountancy.lang
+++ b/htdocs/langs/pl_PL/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Konto księgowe dla oczekujących
DONATION_ACCOUNTINGACCOUNT=Konto księgowe dla zarejestrowanych dotatcji
@@ -264,7 +265,7 @@ AccountingJournals=Dzienniki kont księgowych
AccountingJournal=Dziennik księgowy
NewAccountingJournal=Nowy dziennik księgowy
ShowAccoutingJournal=Wyświetl dziennik konta księgowego
-Nature=Natura
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sprzedaż
AccountingJournalType3=Zakupy
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opcje
OptionModeProductSell=Tryb sprzedaży
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/pl_PL/admin.lang b/htdocs/langs/pl_PL/admin.lang
index 0ed44756d6d..e3e453b3b20 100644
--- a/htdocs/langs/pl_PL/admin.lang
+++ b/htdocs/langs/pl_PL/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link do obiektu
ComputedFormula=Obliczone pole
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Biblioteka używana do generowania plików PDF
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Wynagrodzenia
Module510Desc=Record and track employee payments
Module520Name=Kredyty
Module520Desc=Zarządzanie kredytów
-Module600Name=Powiadomienia
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Tworzenie / modyfikacja usług
Permission534=Usuwanie usług
Permission536=Zobacz / zarządzaj ukrytymi usługami
Permission538=Eksport usług
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Zobacz darowizny
Permission702=Tworzenie / modyfikacja darowizn
Permission703=Usuń darowizny
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Zamówienia uzupełniające (atrybuty)
ExtraFieldsSupplierInvoices=Atrybuty uzupełniające (faktury)
ExtraFieldsProject=Atrybuty uzupełniające (projektów)
ExtraFieldsProjectTask=Atrybuty uzupełniające (zadania)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Atrybut% s ma nieprawidłową wartość.
AlphaNumOnlyLowerCharsAndNoSpace=tylko alphanumericals i małe litery bez przestrzeni
SendmailOptionNotComplete=Uwaga, w niektórych systemach Linux, aby wysłać e-mail z poczty elektronicznej, konfiguracja wykonanie sendmail musi conatins opcja-ba (mail.force_extra_parameters parametr w pliku php.ini). Jeśli nigdy niektórzy odbiorcy otrzymywać e-maile, spróbuj edytować ten parametr PHP z mail.force_extra_parameters =-ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Przechowywania sesji szyfrowane Suhosin
ConditionIsCurrently=Stan jest obecnie% s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Pozycjonowanie
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug jest załadowany.
-XCacheInstalled=XCache jest załadowany.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=Nie Moduł stanie zarządzać automatyczny wzrost akcji zostało aktywowane. Wzrost Zdjęcie zostanie zrobione tylko na ręczne wprowadzanie.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Lista powiadomień na użytkownika*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Próg
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/pl_PL/bills.lang b/htdocs/langs/pl_PL/bills.lang
index 405d0077d50..5ec7c6593ca 100644
--- a/htdocs/langs/pl_PL/bills.lang
+++ b/htdocs/langs/pl_PL/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma faktury
InvoiceProFormaDesc=Faktura proforma jest obrazem prawdziwej faktury, ale nie ma jeszcze wartości księgowych.
InvoiceReplacement=Duplikat faktury
InvoiceReplacementAsk=Duplikat faktury do faktury
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Nota kredytowa
InvoiceAvoirAsk=Edytuj notatkę do skorygowania faktury
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Płatności wyższe niż upomnienie do zapłaty
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Klasyfikacja "wpłacono"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Klasyfikacja "wpłacono częściowo"
ClassifyCanceled=Klasyfikacja "Porzucono"
ClassifyClosed=Klasyfikacja "zamknięte"
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Pokaż faktury zastępcze
ShowInvoiceAvoir=Pokaż notę kredytową
ShowInvoiceDeposit=Pokaż fakturę zaliczkową
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Pokaż płatności
AlreadyPaid=Zapłacono
AlreadyPaidBack=Zwrócono
@@ -316,7 +331,7 @@ InvoiceRef=Nr referencyjny faktury
InvoiceDateCreation=Data utworzenia faktury
InvoiceStatus=Status faktury
InvoiceNote=Notatka do faktury
-InvoicePaid=Faktura paid
+InvoicePaid=Faktura zapłacona
OrderBilled=Order billed
DonationPaid=Donation paid
PaymentNumber=Numer płatności
diff --git a/htdocs/langs/pl_PL/companies.lang b/htdocs/langs/pl_PL/companies.lang
index c0643cb0aa2..42623e23dd3 100644
--- a/htdocs/langs/pl_PL/companies.lang
+++ b/htdocs/langs/pl_PL/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias (handlowy, znak firmowy, ...)
AliasNameShort=Alias Name
Companies=Firmy
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Żaden
Vendor=Vendor
+Supplier=Vendor
AddContact=Stwórz konktakt
AddContactAddress=Stwórz kontakt/adres
EditContact=Edytuj kontakt
diff --git a/htdocs/langs/pl_PL/errors.lang b/htdocs/langs/pl_PL/errors.lang
index 520c90cde06..5ba2ccf5418 100644
--- a/htdocs/langs/pl_PL/errors.lang
+++ b/htdocs/langs/pl_PL/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Znaki specjalne nie są dozwolone dla pola "%
ErrorNumRefModel=Odniesienia nie istnieje w bazie danych (%s) i nie jest zgodna z tą zasadą numeracji. Zmiana nazwy lub usuwanie zapisu w odniesieniu do aktywacji tego modułu.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Ustawienia modułu wyglądają na niekompletne. Idź do Strona główna - Konfiguracja - Moduły aby ukończyć.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Błąd w masce wprowadzania
ErrorBadMaskFailedToLocatePosOfSequence=Błąd, maska bez kolejnego numeru
ErrorBadMaskBadRazMonth=Błąd, zła wartość zresetowane
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Hasło zostało ustawione dla tego użytkownika. Jednakże nie Konto użytkownika zostało utworzone. Więc to hasło jest przechowywane, ale nie mogą być używane do logowania do Dolibarr. Może być stosowany przez zewnętrzny moduł / interfejsu, ale jeśli nie trzeba definiować dowolną logowania ani hasła do członka, można wyłączyć opcję "Zarządzaj login dla każdego członka" od konfiguracji modułu użytkownika. Jeśli potrzebujesz zarządzać logowanie, ale nie wymagają hasła, możesz zachować to pole puste, aby uniknąć tego ostrzeżenia. Uwaga: E może być również stosowany jako login, jeśli element jest połączony do użytkownika.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/pl_PL/main.lang b/htdocs/langs/pl_PL/main.lang
index 09a0383d899..80fa7e37072 100644
--- a/htdocs/langs/pl_PL/main.lang
+++ b/htdocs/langs/pl_PL/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakt/adres dla tej części/zamówienia/
AddressesForCompany=Adressy dla części trzeciej
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Informacje o wydarzeniach dla tego uzytkownika
ActionsOnProduct=Wydarzenia dotyczące tego produktu
NActionsLate=%s późno
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link do umowy
LinkToIntervention=Link do interwencji
+LinkToTicket=Link to ticket
CreateDraft=Utwórz Szic
SetToDraft=Wróć do szkicu
ClickToEdit=Kliknij by edytować
diff --git a/htdocs/langs/pl_PL/other.lang b/htdocs/langs/pl_PL/other.lang
index 0b45c36de1d..031e65c7c41 100644
--- a/htdocs/langs/pl_PL/other.lang
+++ b/htdocs/langs/pl_PL/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Ilość faktur klientów
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Interwencja %s zatwierdzona
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/pl_PL/products.lang b/htdocs/langs/pl_PL/products.lang
index 10b9789e003..cd286f20b57 100644
--- a/htdocs/langs/pl_PL/products.lang
+++ b/htdocs/langs/pl_PL/products.lang
@@ -2,6 +2,7 @@
ProductRef=Nr ref. produktu
ProductLabel=Etykieta produktu
ProductLabelTranslated=Przetłumaczone na etykiecie produktu
+ProductDescription=Product description
ProductDescriptionTranslated=Przetłumczony opis produktu
ProductNoteTranslated=Przetłumaczona nota produktu
ProductServiceCard=Karta Produktu / Usługi
diff --git a/htdocs/langs/pl_PL/stripe.lang b/htdocs/langs/pl_PL/stripe.lang
index 2a6f68fef72..ecce980c764 100644
--- a/htdocs/langs/pl_PL/stripe.lang
+++ b/htdocs/langs/pl_PL/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/pl_PL/website.lang b/htdocs/langs/pl_PL/website.lang
index b53162bf594..be2a003ec32 100644
--- a/htdocs/langs/pl_PL/website.lang
+++ b/htdocs/langs/pl_PL/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/pl_PL/withdrawals.lang b/htdocs/langs/pl_PL/withdrawals.lang
index 0c20ba09a77..fa420bcd025 100644
--- a/htdocs/langs/pl_PL/withdrawals.lang
+++ b/htdocs/langs/pl_PL/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Plik Wycofanie
SetToStatusSent=Ustaw status "Plik Wysłane"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statystyki według stanu linii
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/pt_BR/accountancy.lang b/htdocs/langs/pt_BR/accountancy.lang
index 9804fdb4c55..4005c164e54 100644
--- a/htdocs/langs/pt_BR/accountancy.lang
+++ b/htdocs/langs/pt_BR/accountancy.lang
@@ -107,6 +107,7 @@ ACCOUNTING_RESULT_PROFIT=Conta de contabilidade de resultado (Lucro)
ACCOUNTING_RESULT_LOSS=Conta contábil do resultado (perda)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Jornal de encerramento
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Conta contábil da transferência bancária transitória
+TransitionalAccount=Conta de transferência bancária transitória
ACCOUNTING_ACCOUNT_SUSPENSE=Conta contábil de espera
DONATION_ACCOUNTINGACCOUNT=Conta contábil para registro de doações.
ADHERENT_SUBSCRIPTION_ACCOUNTINGACCOUNT=Conta contábil para registrar assinaturas
@@ -144,7 +145,7 @@ DescThirdPartyReport=Consulte aqui a lista de clientes e fornecedores de terceir
ListAccounts=Lista das contas contábeis
UnknownAccountForThirdparty=Conta de terceiros desconhecida. Nós usaremos %s
UnknownAccountForThirdpartyBlocking=Conta de terceiros desconhecida. Erro de bloqueio
-ThirdpartyAccountNotDefinedOrThirdPartyUnknown=Conta de terceiros não definida ou desconhecida de terceiros. Erro de bloqueio.
+ThirdpartyAccountNotDefinedOrThirdPartyUnknownBlocking=Conta de terceiros não definida ou desconhecida de terceiros. Erro de bloqueio.
UnknownAccountForThirdpartyAndWaitingAccountNotDefinedBlocking=Conta de terceiros desconhecida e conta em espera não definida. Erro de bloqueio
Pcgtype=Plano de Contas
Pcgsubtype=Subgrupo de Contas
@@ -191,7 +192,6 @@ ChartofaccountsId=ID do gráfico de contas
InitAccountancy=Contabilidade Inicial
InitAccountancyDesc=Esta página pode ser usado para inicializar um código de barras em objetos que não têm código de barras definidas. Verifique que o módulo de código de barras tenha sido instalado antes.
DefaultBindingDesc=Esta página pode ser usada para definir a conta padrão a ser usada para conectar o registro das transações sobre o pagamento de salários, doações, taxas e o ICMS quando nenhuma conta da Contabilidade específica tiver sido definida.
-DefaultClosureDesc=Esta página pode ser usada para definir parâmetros a serem usados para incluir um balanço.
OptionModeProductSell=Modo vendas
OptionModeProductSellIntra=Vendas de modo exportadas na CEE
OptionModeProductSellExport=Vendas de modo exportadas em outros países
@@ -206,7 +206,9 @@ PredefinedGroups=Grupos predefinidos
WithoutValidAccount=Sem conta dedicada válida
ValueNotIntoChartOfAccount=Este valor da conta contábil não existe no gráfico de conta
AccountRemovedFromGroup=Conta removida do grupo
+SaleExport=Venda de exportação
Range=Faixa da conta da Contabilidade
SomeMandatoryStepsOfSetupWereNotDone=Algumas etapas obrigatórias de configuração não foram feitas, preencha-as
ErrorNoAccountingCategoryForThisCountry=Nenhum Plano de Contas Contábil disponível para este país %s (Veja Home - Configurações- Dicionário)
ExportNotSupported=O formato de exportação definido não é suportado nesta página
+DateExport=Data de exportação
diff --git a/htdocs/langs/pt_BR/admin.lang b/htdocs/langs/pt_BR/admin.lang
index 9878c50a066..15c007915cd 100644
--- a/htdocs/langs/pt_BR/admin.lang
+++ b/htdocs/langs/pt_BR/admin.lang
@@ -120,7 +120,7 @@ SystemToolsAreaDesc=Essa área dispõem de funções administrativas. Use esse m
Purge=Purgar (apagar tudo)
PurgeAreaDesc=Esta página permite deletar todos os arquivos gerados ou armazenados pelo Dolibarr (arquivos temporários ou todos os arquivos no diretório %s). Este recurso é fornecido como uma solução alternativa aos usuários cujo a instalação esteja hospedado num servidor que impeça o acesso as pastas onde os arquivos gerados pelo Dolibarr são armazenados, para excluí-los.
PurgeDeleteLogFile=Excluir os arquivos de registro, incluindo o %s definido pelo módulo Syslog (não há risco de perda de dados)
-PurgeDeleteTemporaryFiles=Excluir todos os arquivos temporários (sem risco de perca de dados)
+PurgeDeleteTemporaryFiles=Exclua todos os arquivos temporários (sem risco de perder dados). Nota: A exclusão é feita apenas se o diretório temporário foi criado 24 horas atrás.
PurgeDeleteTemporaryFilesShort=Excluir arquivos temporários
PurgeDeleteAllFilesInDocumentsDir=Eliminar todos os arquivos do diretório %s. Isto irá excluir todos documentos (Terceiros, faturas, ...), arquivos carregados no módulo ECM, Backups e arquivos temporários
PurgeRunNow=Purgar(Apagar) Agora
@@ -357,6 +357,7 @@ RequiredBy=Este módulo é exigido por módulo(s)
PageUrlForDefaultValues=Você deve inserir o caminho relativo do URL da página. Se você incluir parâmetros na URL, os valores padrão serão efetivos se todos os parâmetros estiverem definidos com o mesmo valor.
PageUrlForDefaultValuesCreate= Exemplo: Para o formulário para criar um novo terceiro, é %s . Para a URL dos módulos externos instalados no diretório personalizado, não inclua o "custom /", portanto, use o caminho como mymodule / mypage.php e não o custom / mymodule / mypage.php. Se você quer o valor padrão somente se o url tiver algum parâmetro, você pode usar %s
PageUrlForDefaultValuesList= Exemplo: Para a página que lista terceiros, é %s . Para URL de módulos externos instalados no diretório customizado, não inclua o "custom", então use um caminho como mymodule / mypagelist.php e não custom / mymodule / mypagelist.php. Se você quer o valor padrão somente se o url tiver algum parâmetro, você pode usar %s
+AlsoDefaultValuesAreEffectiveForActionCreate=Observe que a sobrescrita de valores padrão para a criação de formulários funciona apenas para páginas que foram projetadas corretamente (portanto, com a ação do parâmetro = create or presend ...)
EnableDefaultValues=Ativar personalização de valores padrão
WarningSettingSortOrder=Atenção, a configuração de um ordenamento padrão par os pedidos pode resultar em um erro técnico quando indo para a página da lista, se o campo é um campo desconhecido. Se você se depara com tal erro, volte para esta página para remover o ordenamento padrão dos pedidos e restaure o comportamento padrão.
ProductDocumentTemplates=Temas de documentos para a geração do documento do produto
@@ -423,6 +424,7 @@ Module330Desc=Crie atalhos, sempre acessíveis, para as páginas internas ou ext
Module410Desc=Integração do Webcalendar
Module500Name=Impostos e Despesas Especiais
Module520Desc=Gestão dos empréstimos
+Module600Name=Notificações em evento de negócios
Module600Desc=Enviar notificações de e-mail acionadas por um evento de negócios: por usuário (configuração definida para cada usuário), por contatos de terceiros (configuração definida em cada terceiro) ou por e-mails específicos
Module600Long=Observe que este módulo envia e-mails em tempo real quando ocorre um evento de negócios específico. Se você estiver procurando por um recurso para enviar lembretes por e-mail para eventos da agenda, entre na configuração do módulo Agenda.
Module610Name=Variáveis de produtos
@@ -620,6 +622,7 @@ Permission401=Ler Descontos
Permission402=Criar/Modificar Descontos
Permission403=Validar Descontos
Permission404=Excluir Descontos
+Permission430=Use a barra de depuração
Permission517=Salários de exportação
Permission520=Leia Empréstimos
Permission522=Criar / modificar empréstimos
@@ -631,6 +634,9 @@ Permission532=Criar/Modificar Serviços
Permission534=Excluir Serviços
Permission536=Ver/gerenciar Serviços Ocultos
Permission538=Exportar Serviços
+Permission650=Leia as listas de materiais
+Permission651=Criar / atualizar listas de materiais
+Permission652=Excluir listas de materiais
Permission701=Ler Doações
Permission702=Criar/Modificar Doações
Permission703=Excluir Doações
@@ -650,6 +656,12 @@ Permission1101=Ler Pedidos de Entrega
Permission1102=Criar/Modificar Pedidos de Entrega
Permission1104=Validar Pedidos de Entrega
Permission1109=Excluir Pedidos de Entrega
+Permission1121=Leia propostas de fornecedores
+Permission1122=Criar / modificar propostas de fornecedores
+Permission1123=Validar propostas de fornecedores
+Permission1124=Enviar propostas de fornecedores
+Permission1125=Excluir propostas de fornecedores
+Permission1126=Fechar solicitações de preços de fornecedores
Permission1181=Ler Fornecedores
Permission1182=Leia pedidos de compra
Permission1183=Criar/modificar pedidos
@@ -685,6 +697,11 @@ Permission2503=Submeter ou Deletar Documentos
Permission2515=Configurar Diretórios dos Documentos
Permission2801=Usar cliente FTP no modo leitura (somente navegador e baixar)
Permission2802=Usar cliente FTP no modo escrita (deletar ou upload de arquivos)
+Permission3200=Leia eventos arquivados e impressões digitais
+Permission4001=Visualizar funcionários
+Permission4002=Criar funcionários
+Permission4003=Excluir funcionários
+Permission4004=Exportar funcionários
Permission20001=Leia pedidos de licença (sua licença e os de seus subordinados)
Permission20002=Criar/modificar seus pedidos de licença (sua licença e os de seus subordinados)
Permission20003=Excluir pedidos de licença
@@ -917,8 +934,6 @@ SuhosinSessionEncrypt=Sessão armazenada criptografada pelo Suhosin
ConditionIsCurrently=Condição é atualmente %s
YouUseBestDriver=Você usa o driver %s, que é o melhor driver atualmente disponível.
SearchOptim=Procurar Otimização
-XDebugInstalled=XDebug é carregado.
-XCacheInstalled=XCache é carregado.
AddRefInList=Mostrar ref. Cliente / fornecedor lista de informações (lista de seleção ou caixa de combinação) e a maior parte do hiperlink. Terceiros aparecerão com um formato de nome "CC12345 - SC45678 - Empresa X." em vez de "Empresa X.".
AddAdressInList=Exibir lista de informações de endereço do cliente / fornecedor (lista de seleção ou caixa de combinação) Terceiros aparecerão com um formato de nome de "Empresa X. - Rua tal, n°:21, sala: 123456, Cidade/Estado - Brasil" em vez de "Empresa X".
FillThisOnlyIfRequired=Exemplo: +2 (Preencha somente se compensar o problema do timezone é experiente)
@@ -1281,9 +1296,6 @@ ExpenseReportsRulesSetup=Configuração do módulo Relatórios de Despesas - Reg
ExpenseReportNumberingModules=Módulo de numeração dos relatórios de despesas
NoModueToManageStockIncrease=Nenhum módulo disponível foi ativado para gerenciar o aumento automático do estoque. O aumento do estoque será feito apenas de forma manual.
YouMayFindNotificationsFeaturesIntoModuleNotification=Você pode encontrar opções para notificações por e-mail ativando e configurando o módulo "Notificação"
-ListOfNotificationsPerUser=Lista de notificações por usuário*
-ListOfNotificationsPerUserOrContact=Lista de notificações (eventos) disponíveis por usuário * ou por contato **
-ListOfFixedNotifications=Lista de Notificações Fixas
GoOntoContactCardToAddMore=Ir para a aba "Notificações" de um terceiro para adicionar ou remover as notificações para contatos/endereços
BackupDumpWizard=Assistente para criar o arquivo de backup
SomethingMakeInstallFromWebNotPossible=A instalação do módulo externo não é possível a partir da interface web pelo seguinte motivo:
@@ -1405,7 +1417,6 @@ LogsLinesNumber=Número de linhas para mostrar na guia logs
UseDebugBar=Use a barra de depuração
DEBUGBAR_LOGS_LINES_NUMBER=Número de últimas linhas de log para manter no console
WarningValueHigherSlowsDramaticalyOutput=Atenção, valores mais altos reduzem drasticamente a saída
-DebugBarModuleActivated=A barra de depuração do módulo é ativada e retarda dramaticamente a interface
EXPORTS_SHARE_MODELS=Modelos de exportação são compartilhar com todos
ExportSetup=Configuração do módulo Export
InstanceUniqueID=ID exclusivo da instância
@@ -1413,9 +1424,3 @@ SmallerThan=Menor que
LargerThan=Maior que
IfTrackingIDFoundEventWillBeLinked=Observe que, se um ID de rastreamento for encontrado no e-mail recebido, o evento será automaticamente vinculado aos objetos relacionados.
WithGMailYouCanCreateADedicatedPassword=Com uma conta do GMail, se você ativou a validação de 2 etapas, é recomendável criar uma segunda senha dedicada para o aplicativo, em vez de usar sua própria senha da conta em https://myaccount.google.com/.
-IFTTTSetup=Configuração do módulo IFTTT
-IFTTT_SERVICE_KEY=Chave do serviço IFTTT
-IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Chave de segurança para proteger o URL do terminal usado pelo IFTTT para enviar mensagens para o Dolibarr.
-IFTTTDesc=Este módulo é projetado para acionar eventos no IFTTT e / ou executar alguma ação em gatilhos externos do IFTTT.
-UrlForIFTTT=endpoint do URL para o IFTTT
-YouWillFindItOnYourIFTTTAccount=Você vai encontrá-lo em sua conta IFTTT
diff --git a/htdocs/langs/pt_BR/agenda.lang b/htdocs/langs/pt_BR/agenda.lang
index cf795e7633e..0a4c932e1c9 100644
--- a/htdocs/langs/pt_BR/agenda.lang
+++ b/htdocs/langs/pt_BR/agenda.lang
@@ -1,6 +1,5 @@
# Dolibarr language file - Source file is en_US - agenda
IdAgenda=ID do evento
-TMenuAgenda=Agenda Eletrônica
LocalAgenda=Calendário local
ActionsOwnedBy=Evento de propriedade do
ListOfActions=Lista de eventos
diff --git a/htdocs/langs/pt_BR/banks.lang b/htdocs/langs/pt_BR/banks.lang
index 5be7583130b..565c01edf16 100644
--- a/htdocs/langs/pt_BR/banks.lang
+++ b/htdocs/langs/pt_BR/banks.lang
@@ -1,5 +1,5 @@
# Dolibarr language file - Source file is en_US - banks
-MenuBankCash=Banco | Dinheiro
+MenuBankCash=Banco | Dinheiro - Financeiro
BankAccounts=Contas bancárias
BankAccountsAndGateways=Contas Bancárias | Gateways
ShowAccount=Mostrar conta
@@ -79,6 +79,7 @@ BankLineConciliated=Transação reconciliada
Reconciled=Conciliada
NotReconciled=Não conciliada
SupplierInvoicePayment=Pagamento do fornecedores
+WithdrawalPayment=Pedido com pagamento por débito
SocialContributionPayment=Pagamento de contribuição social
BankTransfers=Transferências bancárias
TransferDesc=Transferência de uma conta para outra, o Dolibarr vai escrever dois registros (um débito na conta de origem e um crédito na conta de destino). A mesma quantia (exceto sinal), rótulo e data serão usados para esta transação)
@@ -121,6 +122,10 @@ RejectCheckDate=Data que o cheque foi devolvido
BankAccountModelModule=Temas de documentos para as contas bancárias.
DocumentModelSepaMandate=Modelo de mandato SEPA. Uso somente em países da União Européia
DocumentModelBan=Tema para imprimir a página com a informação BAN.
+NewVariousPayment=Novo pagamento diverso
+VariousPayment=Pagamento diverso
+ShowVariousPayment=Mostrar pagamento diverso
+AddVariousPayment=Adicionar pagamento diverso
YourSEPAMandate=Seu mandato Área Única de Pagamentos em Euros
AutoReportLastAccountStatement=Preencha automaticamente o campo 'número de extrato bancário' com o último número de extrato ao fazer a reconciliação
CashControl=Caixa de dinheiro POS
diff --git a/htdocs/langs/pt_BR/deliveries.lang b/htdocs/langs/pt_BR/deliveries.lang
index 8a56722c9f9..3c8cb0c2cd8 100644
--- a/htdocs/langs/pt_BR/deliveries.lang
+++ b/htdocs/langs/pt_BR/deliveries.lang
@@ -1,6 +1,8 @@
# Dolibarr language file - Source file is en_US - deliveries
+Delivery=Entrega
DeliveryRef=Ref. entrega
-DeliveryCard=Recibo de recebimento
+DeliveryCard=Cartão de recibo
+CreateDeliveryOrder=Gerar recebimento de entrega
DeliveryStateSaved=Estado de entrega salvo
SetDeliveryDate=Indicar a Data de Envio
ValidateDeliveryReceipt=Confirmar a Nota de Entrega
@@ -11,6 +13,7 @@ DeliveryMethod=Método de entrega
TrackingNumber=Número de rastreamento
StatusDeliveryValidated=Recebida
GoodStatusDeclaration=Recebi a mercadorias acima em bom estado,
+Deliverer=Entregador :
Sender=Remetente
ErrorStockIsNotEnough=Não existe estoque suficiente
Shippable=Disponivel para envio
diff --git a/htdocs/langs/pt_BR/errors.lang b/htdocs/langs/pt_BR/errors.lang
index 8951fdcbded..55dde5f8a7c 100644
--- a/htdocs/langs/pt_BR/errors.lang
+++ b/htdocs/langs/pt_BR/errors.lang
@@ -72,7 +72,6 @@ ErrorSpecialCharNotAllowedForField=O campo "%s" não aceita caracteres especiais
ErrorNumRefModel=Uma referência existe no banco de dados (% s) e não é compatível com esta regra de numeração. Remover registro ou referência renomeado para ativar este módulo.
ErrorQtyTooLowForThisSupplier=Quantidade muito baixa para este fornecedor ou nenhum preço definido neste produto para este fornecedor
ErrorOrdersNotCreatedQtyTooLow=Algumas encomendas não foram criadas por causa de quantidades muito baixas
-ErrorModuleSetupNotComplete=A configuração do módulo parece estar incompleta. Vá para Início >> Configuração >> Módulos para completá-la.
ErrorBadMaskFailedToLocatePosOfSequence=Erro, máscara sem número de sequência
ErrorBadMaskBadRazMonth=Erro, valor de redefinição ruim
ErrorMaxNumberReachForThisMask=Número máximo atingido para esta máscara
diff --git a/htdocs/langs/pt_BR/paypal.lang b/htdocs/langs/pt_BR/paypal.lang
index f9f857755a3..8f57a572bdb 100644
--- a/htdocs/langs/pt_BR/paypal.lang
+++ b/htdocs/langs/pt_BR/paypal.lang
@@ -26,3 +26,4 @@ ErrorSeverityCode=Erro grave de código
PaypalLiveEnabled=Modo "ao vivo" do PayPal ativado (caso contrário, modo teste/sandbox)
PostActionAfterPayment=Poste as ações após os pagamentos
CardOwner=Titular do cartão
+PayPalBalance=Crédito Paypal
diff --git a/htdocs/langs/pt_BR/products.lang b/htdocs/langs/pt_BR/products.lang
index 0ebc2916b18..b802c37f398 100644
--- a/htdocs/langs/pt_BR/products.lang
+++ b/htdocs/langs/pt_BR/products.lang
@@ -2,6 +2,7 @@
ProductRef=Ref. produto
ProductLabel=Rótulo do produto
ProductLabelTranslated=Etiqueta do produto traduzido
+ProductDescription=Descrição do produto
ProductDescriptionTranslated=Descrição do produto traduzido
ProductNoteTranslated=Nota produto traduzido
ProductServiceCard=Ficha do produto/serviço
@@ -97,6 +98,7 @@ CustomerPrices=Preços de cliente
SuppliersPrices=Preços de fornecedores
SuppliersPricesOfProductsOrServices=Preços do fornecedor (produtos ou serviços)
CountryOrigin=Pais de origem
+Nature=Natureza do produto (matéria-prima/manufaturado)
ShortLabel=Etiqueta curta
set=conjunto
se=conjunto
@@ -152,6 +154,7 @@ MinSupplierPrice=Preco de compra minimo
DynamicPriceConfiguration=Configuração de preço dinâmico
DynamicPriceDesc=Voce pode definir uma fórmula matemática para calcular preços de clientes e fornecedores. Nessas fórmulas podem ser usadas todos as operações, contantes e variáveis. Voce pode definir aqui as variáveis que voce quer usar. Se a variável, deve ser automaticamente ajustada, voce pode definir uma URLl externa, que irá permitir o Dolibarr atualizar este valor automaticamente
GlobalVariables=As variáveis globais
+GlobalVariableUpdaters=Atualizadores externos para variáveis
GlobalVariableUpdaterHelp0=Analisa os dados JSON de URL especificada, valor especifica a localização de valor relevante,
GlobalVariableUpdaterType1=Dados WebService
GlobalVariableUpdaterHelp1=Analisa os dados WebService de URL especificada, NS especifica o namespace, valor especifica a localização de valor relevante, os dados devem conter os dados para enviar e método é o método chamando WS
diff --git a/htdocs/langs/pt_BR/website.lang b/htdocs/langs/pt_BR/website.lang
index 91b0123fe9f..d18fb52ff0b 100644
--- a/htdocs/langs/pt_BR/website.lang
+++ b/htdocs/langs/pt_BR/website.lang
@@ -62,3 +62,7 @@ NoWebSiteCreateOneFirst=Nenhum site foi criado ainda. Comece a criar o primeiro.
GoTo=Ir para
DynamicPHPCodeContainsAForbiddenInstruction=Você adiciona código PHP dinâmico que contém a instrução PHP %s que é proibida por padrão como conteúdo dinâmico (consulte as opções ocultas WEBSITE_PHP_ALLOW_xxx para aumentar a lista de comandos permitidos).
NotAllowedToAddDynamicContent=Você não tem permissão para adicionar ou editar conteúdo em PHP dinâmico dos sites. Solicite a permissão ou apenas mantenha o código em tags do php não modificadas.
+ReplaceWebsiteContent=Pesquisar ou substituir conteúdo do site
+DeleteAlsoJs=Excluir todos os arquivos javascript específicos deste site?\n
+DeleteAlsoMedias=Excluir todos os arquivos de mídia específicos deste site?
+MyWebsitePages=Paginas do meu site
diff --git a/htdocs/langs/pt_BR/withdrawals.lang b/htdocs/langs/pt_BR/withdrawals.lang
index b7e6e587e31..9143c35872d 100644
--- a/htdocs/langs/pt_BR/withdrawals.lang
+++ b/htdocs/langs/pt_BR/withdrawals.lang
@@ -49,8 +49,6 @@ NumeroNationalEmetter=Nacional Número Transmissor
BankToReceiveWithdraw=Conta bancária de recebimento
CreditDate=A crédito
WithdrawalFileNotCapable=Não foi possível gerar arquivos recibo retirada para o seu país %s (O seu país não é suportado)
-ShowWithdraw=Mostrar Retire
-IfInvoiceNeedOnWithdrawPaymentWontBeClosed=No entanto, se fatura não tem pelo menos um pagamento retirada ainda processado, não vai ser definido como pago para permitir a gestão de remoção prévia.
DoStandingOrdersBeforePayments=Esta aba lhe permite solicitar um pagamento de pedido por Débito direto. Uma vez feito, vá ao menu Banco->Pedidos com Débito Direto para gerenciar o pagamento dos pedidos com Débito direto. Quando o pagamento do pedido estiver fechado, o pagamento da fatura será automaticamente registrado, e a fatura fechada se o alerta para pagamento é nulo.
WithdrawalFile=Arquivo Retirada
SetToStatusSent=Defina o status "arquivo enviado"
@@ -63,6 +61,7 @@ WithdrawRequestAmount=Quantidade de pedido de débito direto:
WithdrawRequestErrorNilAmount=Não foi possível criar solicitação de débito direto para quantidade vazia.
PleaseReturnMandate=Favor devolver este formulário de mandato por e-mail para %s ou por correio para
SEPALegalText=Pela assinatura deste formulário de mandato, você autoriza (A) %s a enviar instruções para o seu banco efetuar débito em sua conta e (B) que o seu banco efetue débito em sua conta de acordo com as instruções de %s. Como parte dos seus direitos, você tem direito ao reembolso do seu banco sob os termos e condições do acordo com ele firmado. O reembolso deve ser solicitado dentro de 8 semanas a partir da data em que a sua conta foi debitada. Os seus direitos relativos ao mandato acima são explicados em uma declaração que você pode obter junto a seu banco.
+CreditorName=Nome do Credor
SEPAFillForm=(B) Favor preencher todos os campos marcados com *
SEPAFormYourName=Seu nome
SEPAFormYourBAN=Nome da Conta do Seu Banco (IBAN)
@@ -71,6 +70,10 @@ ModeRECUR=Pagamento recorrente
PleaseCheckOne=Favor marcar apenas um
DirectDebitOrderCreated=Pedido de débito direto %s criado
CreateForSepa=Crie um arquivo de débito direto
+ICS=Identificador do credor
+END_TO_END=Tag SEPA XML "EndToEndId" - ID exclusivo atribuído por transação
+USTRD=Tag SEPA XML "não estruturada"
+ADDDAYS=Adicionar dias à data de execução
InfoCreditSubject=Pagamento do pedido com pagamento por Débito direto %s pelo banco
InfoCreditMessage=O pagamento do pedido por Débito direto %s foi feito pelo banco. Dados do pagamento: %s
InfoTransSubject=Transmissão do pedido com pagamento por Débito direto %s para o banco
diff --git a/htdocs/langs/pt_PT/accountancy.lang b/htdocs/langs/pt_PT/accountancy.lang
index 9cd6b2dc65f..cb399e5565a 100644
--- a/htdocs/langs/pt_PT/accountancy.lang
+++ b/htdocs/langs/pt_PT/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Conta contabilística de espera
DONATION_ACCOUNTINGACCOUNT=Conta contabilística para registar donativos
@@ -264,7 +265,7 @@ AccountingJournals=Diários contabilisticos
AccountingJournal=Diário contabilistico
NewAccountingJournal=Novo diário contabilistico
ShowAccoutingJournal=Mostrar diário contabilistico
-Nature=Natureza
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Operações diversas
AccountingJournalType2=Vendas
AccountingJournalType3=Compras
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Exportar CSV configurável
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=ID de plano de contas
InitAccountancy=Iniciar contabilidade
InitAccountancyDesc=Essa página pode ser usada para inicializar uma conta contábil em produtos e serviços que não tenham uma conta contábil definida para vendas e compras.
DefaultBindingDesc=Esta página pode ser usada para definir uma conta padrão a ser usada para vincular registo de transações sobre salários, doações, impostos e IVA quando nenhuma conta contabilística específica estiver definida.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opções
OptionModeProductSell=Modo de vendas
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/pt_PT/admin.lang b/htdocs/langs/pt_PT/admin.lang
index 5f8e5ed45c0..9fb236effd4 100644
--- a/htdocs/langs/pt_PT/admin.lang
+++ b/htdocs/langs/pt_PT/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Caixas de marcação da tabela
ExtrafieldLink=Vincular a um objeto
ComputedFormula=Campo calculado
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Deixar esse campo em branco significa que esse valor será armazenado sem criptografia (o campo deve ser oculto apenas com estrela na tela). Defina 'auto' para usar a regra de criptografia padrão para salvar a senha no banco de dados (o valor lido será o hash apenas, nenhuma maneira de recuperar o valor original)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Biblioteca utilizada para gerar PDF
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salários
Module510Desc=Registrar e acompanhar pagamentos de funcionários
Module520Name=Empréstimos
Module520Desc=Gestão de empréstimos
-Module600Name=Notificações
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Variantes de produtos
@@ -819,9 +822,9 @@ Permission532=Criar/modificar serviços
Permission534=Eliminar serviços
Permission536=Ver/gerir serviços ocultos
Permission538=Exportar serviços
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Consultar donativos
Permission702=Criar/modificar donativos
Permission703=Eliminar donativos
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Atributos complementares (encomendas)
ExtraFieldsSupplierInvoices=Atributos complementares (faturas)
ExtraFieldsProject=Atributos complementares (projetos)
ExtraFieldsProjectTask=Atributos complementares (tarefas)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=O atributo %s tem um valor errado.
AlphaNumOnlyLowerCharsAndNoSpace=somente caracteres alfanuméricos e minúsculas, sem espaço
SendmailOptionNotComplete=Aviso, em alguns sistemas Linux, para enviar emails, a configuração sendmail deve conter a opção -ba (o parâmetro mail.force_extra_parameters no seu ficheiro php.ini). Se alguns destinatários não receberem e-mails, tente editar este parâmetro PHP com mail.force_extra_parameters = -ba
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Sessão de armazenamento encriptada por Suhosin
ConditionIsCurrently=A condição está atualmente %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=Você usa o driver %s, mas o driver %s é recomendado.
-NbOfProductIsLowerThanNoPb=Você tem apenas produtos / serviços %s no banco de dados. Isso não requer nenhuma otimização específica.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Optimização da pesquisa
-YouHaveXProductUseSearchOptim=Você tem produtos %s no banco de dados. Você deve adicionar a constante PRODUCT_DONOTSEARCH_ANYWHERE a 1 em Home-Setup-Other. Limite a pesquisa ao início de strings, o que possibilita que o banco de dados use índices e você deve obter uma resposta imediata.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Você está usando o navegador da web %s. Este navegador está ok para segurança e desempenho.
BrowserIsKO=Você está usando o navegador da web %s. Este navegador é conhecido por ser uma má escolha para segurança, desempenho e confiabilidade. Recomendamos o uso do Firefox, Chrome, Opera ou Safari.
-XDebugInstalled=XDebug está carregado.
-XCacheInstalled=XCache está carregada.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Peça o método de envio preferido para terceiros.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Configuração do módulo Relatórios de despesas - Reg
ExpenseReportNumberingModules=Módulo de numeração de relatórios de despesas
NoModueToManageStockIncrease=Não foi ativado nenhum módulo capaz de efetuar a gestão automática do acréscimo de stock. O acrescimo de stock será efetuado manualmente.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Lista de notificações por utilizador*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Vá até a guia "Notificações" de um usuário para adicionar ou remover notificações para usuários
GoOntoContactCardToAddMore=Vá ao separador "Notificações" de um terceiro para adicionar ou remover as notificações de contactos/endereços
Threshold=Limite
@@ -1895,6 +1900,11 @@ OnMobileOnly=Apenas na tela pequena (smartphone)
DisableProspectCustomerType=Desativar o tipo de terceiro "cliente + cliente" (assim, o terceiro deve ser cliente ou cliente, mas não pode ser ambos)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/pt_PT/bills.lang b/htdocs/langs/pt_PT/bills.lang
index e0f25e98f61..695ec103e84 100644
--- a/htdocs/langs/pt_PT/bills.lang
+++ b/htdocs/langs/pt_PT/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Fatura Pró-Forma
InvoiceProFormaDesc=A Fatura Pró-Forma é uma imagem de uma fatura, mas não tem valor contabilístico.
InvoiceReplacement=Fatura de Substituição
InvoiceReplacementAsk=Fatura de Substituição para a Fatura
-InvoiceReplacementDesc= A fatura de substituição b> é usada para cancelar e substituir completamente uma fatura sem nenhum pagamento já recebido.
Nota: Somente faturas sem pagamento podem ser substituídas. Se a fatura que você substituir ainda não estiver fechada, ela será automaticamente fechada para "abandonada".
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Nota de Crédito
InvoiceAvoirAsk=Nota de crédito para corrigir a fatura
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Pagamento superior ao valor a pagar
HelpPaymentHigherThanReminderToPay=Atenção, o valor do pagamento de uma ou mais contas é maior do que o valor pendente a pagar. Edite sua entrada, caso contrário, confirme e considere a criação de uma nota de crédito para o excesso recebido para cada fatura paga em excesso.
HelpPaymentHigherThanReminderToPaySupplier=Atenção, o valor do pagamento de uma ou mais contas é maior do que o valor pendente a pagar. Edite sua entrada, caso contrário, confirme e considere a criação de uma nota de crédito para o excesso pago por cada fatura paga em excesso.
ClassifyPaid=Classificar como 'Pago'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classificar como 'Pago Parcialmente'
ClassifyCanceled=Classificar como 'Abandonado'
ClassifyClosed=Classificar como 'Fechado'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Ver fatura retificativa
ShowInvoiceAvoir=Ver deposito
ShowInvoiceDeposit=Mostrar fatura de adiantamento
ShowInvoiceSituation=Mostrar fatura da situação
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Mostrar pagamento
AlreadyPaid=Já e
AlreadyPaidBack=Já reembolsado
diff --git a/htdocs/langs/pt_PT/companies.lang b/htdocs/langs/pt_PT/companies.lang
index 70f9cae441e..393abc36064 100644
--- a/htdocs/langs/pt_PT/companies.lang
+++ b/htdocs/langs/pt_PT/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Pseudónimo (comercial, marca registada, ...)
AliasNameShort=Nome do alias
Companies=Empresas
CountryIsInEEC=País faz parte da Comunidade Económica Europeia
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Descontos de fornecedor fixos (inseridos por to
SupplierAbsoluteDiscountMy=Descontos de fornecedor fixos (inseridos por si)
DiscountNone=Nenhuma
Vendor=Fornecedor
+Supplier=Fornecedor
AddContact=Criar contacto
AddContactAddress=Novo contacto/morada
EditContact=Editar contato / endereço
diff --git a/htdocs/langs/pt_PT/errors.lang b/htdocs/langs/pt_PT/errors.lang
index 16ff4e1572f..886d1ba6642 100644
--- a/htdocs/langs/pt_PT/errors.lang
+++ b/htdocs/langs/pt_PT/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Os caracteres especiais não são permitidos
ErrorNumRefModel=Existe uma referência em banco de dados (%s) e não é compatível com esta regra de numeração. Remover registro ou renomeado de referência para ativar este módulo.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=A configuração do módulo parece incompleta. Vá em Home - Setup - Módulos para completar.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Erro na máscara
ErrorBadMaskFailedToLocatePosOfSequence=Máscara de erro, sem número de seqüência
ErrorBadMaskBadRazMonth=Erro, o valor de reset ruim
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Uma senha foi definida para este membro. No entanto, nenhuma conta de usuário foi criada. Portanto, essa senha é armazenada, mas não pode ser usada para fazer login no Dolibarr. Pode ser usado por um módulo externo / interface, mas se você não precisa definir nenhum login nem senha para um membro, você pode desativar a opção "Gerenciar um login para cada membro" da configuração do módulo de membro. Se você precisar gerenciar um login, mas não precisar de nenhuma senha, poderá manter esse campo vazio para evitar esse aviso. Nota: O email também pode ser usado como um login se o membro estiver vinculado a um usuário.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/pt_PT/main.lang b/htdocs/langs/pt_PT/main.lang
index 1c175a3c7b2..2ff9c3ef136 100644
--- a/htdocs/langs/pt_PT/main.lang
+++ b/htdocs/langs/pt_PT/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contactos/moradas para este terceiro
AddressesForCompany=Moradas para este terceiro
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Eventos sobre este membro
ActionsOnProduct=Eventos sobre este produto
NActionsLate=%s em atraso
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Associar a contrato
LinkToIntervention=Associar a intervenção
+LinkToTicket=Link to ticket
CreateDraft=Criar Rascunho
SetToDraft=Voltar para o rascunho
ClickToEdit=Clique para editar
diff --git a/htdocs/langs/pt_PT/other.lang b/htdocs/langs/pt_PT/other.lang
index d93c411bb32..fff2fab03d4 100644
--- a/htdocs/langs/pt_PT/other.lang
+++ b/htdocs/langs/pt_PT/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Número de faturas a clientes
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Número de unidades nos orçamentos
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Número de unidades em faturas a clientes
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=Uma nova intervenção %s foi atribuída a você.
EMailTextInterventionValidated=Intervenção %s validados
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/pt_PT/products.lang b/htdocs/langs/pt_PT/products.lang
index 14b1b68ad0a..947a4f4d624 100644
--- a/htdocs/langs/pt_PT/products.lang
+++ b/htdocs/langs/pt_PT/products.lang
@@ -2,6 +2,7 @@
ProductRef=Ref. do produto
ProductLabel=Etiqueta do produto
ProductLabelTranslated=Etiqueta do produto traduzida
+ProductDescription=Product description
ProductDescriptionTranslated=Categoria do produto traduzida
ProductNoteTranslated=Nota do produto traduzida
ProductServiceCard=Ficha de produto/serviço
diff --git a/htdocs/langs/pt_PT/stripe.lang b/htdocs/langs/pt_PT/stripe.lang
index 4b3edb96134..66bf8590edb 100644
--- a/htdocs/langs/pt_PT/stripe.lang
+++ b/htdocs/langs/pt_PT/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/pt_PT/website.lang b/htdocs/langs/pt_PT/website.lang
index c98603548d7..45e4472c601 100644
--- a/htdocs/langs/pt_PT/website.lang
+++ b/htdocs/langs/pt_PT/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/pt_PT/withdrawals.lang b/htdocs/langs/pt_PT/withdrawals.lang
index 36049ddec43..7a63c003b00 100644
--- a/htdocs/langs/pt_PT/withdrawals.lang
+++ b/htdocs/langs/pt_PT/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=arquivo retirado
SetToStatusSent=Definir o estado como "Ficheiro Enviado"
ThisWillAlsoAddPaymentOnInvoice=Isso também registrará os pagamentos para as faturas e os classificará como "Pago" se o restante a pagar for nulo
StatisticsByLineStatus=Estatísticas por status de linhas
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Referência de mandato exclusivo
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Modo de débito direto (FRST ou RECUR)
diff --git a/htdocs/langs/ro_RO/accountancy.lang b/htdocs/langs/ro_RO/accountancy.lang
index aa81f9c0a8d..966e5a7a9e8 100644
--- a/htdocs/langs/ro_RO/accountancy.lang
+++ b/htdocs/langs/ro_RO/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Contul contabil rezultat (pierdere)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Jurnal de închidere
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Contul contabil al transferului bancar în tranziție
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Contul contabil de așteptare
DONATION_ACCOUNTINGACCOUNT=Contul contabil pentru a înregistra donații
@@ -264,7 +265,7 @@ AccountingJournals=Jurnalele contabile
AccountingJournal=Jurnalul contabil
NewAccountingJournal=Jurnal contabil nou
ShowAccoutingJournal=Arătați jurnalul contabil
-Nature=Personalitate juridică
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Operațiuni diverse
AccountingJournalType2=Vânzări
AccountingJournalType3=Achiziţii
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export pentru Quadratus QuadraCompta
Modelcsv_ebp=Export pentru EBP
Modelcsv_cogilog=Export pentru Cogilog
Modelcsv_agiris=Export pentru Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Exportați CSV configurabil
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Id-ul listei de conturi
InitAccountancy=Init contabilitate
InitAccountancyDesc=Această pagină poate fi utilizată pentru a inițializa un cont contabil pentru produse și servicii care nu au cont contabil definit pentru vânzări și achiziții.
DefaultBindingDesc=Această pagină poate fi utilizată pentru a seta un cont implicit care să fie folosit pentru a lega înregistrarea tranzacțiilor cu privire la salariile de plată, donațiile, impozitele și taxe atunci când nu a fost deja stabilit niciun cont contabil.
-DefaultClosureDesc=Această pagină poate fi utilizată pentru a seta parametrii care trebuie utilizați pentru a închide un bilanț.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opţiuni
OptionModeProductSell=Mod vanzari
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/ro_RO/admin.lang b/htdocs/langs/ro_RO/admin.lang
index 97849658f83..ca53c0a762f 100644
--- a/htdocs/langs/ro_RO/admin.lang
+++ b/htdocs/langs/ro_RO/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Căsuțele de selectare din tabel
ExtrafieldLink=Link către un obiect
ComputedFormula=Câmp calculat
ComputedFormulaDesc=Puteți introduce aici o formulă care utilizează alte proprietăți ale obiectului sau orice codare PHP pentru a obține o valoare dinamică calculată. Puteți utiliza orice formule compatibile PHP, inclusiv operatorul de stare "?" și următorul obiect global:$db, $conf, $langs, $mysoc, $user, $object . AVERTISMENT Doar unele proprietăţi ale $obiect pot fi disponibile. Dacă aveți nevoie de proprietăți care nu sunt încărcate, trebuie doar să vă aduceți obiectul în formula dvs. ca în cel de-al doilea exemplu. Utilizarea unui câmp calculat înseamnă că nu vă puteți introduce nici o valoare din interfață. De asemenea, dacă există o eroare de sintaxă, formula poate să nu redea nimic.
Exemplu de reîncărcare a obiectului (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ?$reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Alt exemplu de formula pentru forțarea încărcării obiectului și a obiectului său părinte: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: "Proiectul părinte nu a fost găsit"
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Lăsând acest câmp necompletat înseamnă că această valoare va fi stocată fără criptare (câmpul trebuie ascuns numai cu stea pe ecran). Setarea "auto" pentru utilizarea regulii de criptare implicită pentru a salva parola în baza de date (atunci valoarea citită va fi hash numai, nici o şansă de a recupera valoarea inițială)
ExtrafieldParamHelpselect=Lista de valori trebuie să fie linii cu format cheie,valoare (unde cheia nu poate fi "0")
de exemplu: 1,valoare1 2,valoare2 code3,valoare3 ...
Pentru a avea lista în funcție de o altă listă de atribute complementare: 1, valoare1| opţiuni_ parent_list_code : parent_key 2,valoare2|opţiuni_ parent_list_code : parent_key
Pentru a avea lista în funcție de altă listă: 1, valoare1| parent_list_code : parent_key 2, valoare2| parent_list_code : parent_key
ExtrafieldParamHelpcheckbox=Lista de valori trebuie să fie linii cu format cheie,valoare ( cheia nu poate fi "0")
de exemplu: 1,valoare1 2,valoare2 3,valoare3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=Lista de valori trebuie să fie linii cu format cheie,v
ExtrafieldParamHelpsellist=Lista de valori provine dintr-un tabel Sintaxă: table_name: label_field: id_field :: filter Exemplu: c_typent: libelle: id :: filter
- idfilter este obligatoriu o cheie primară - filtrul poate fi un test simplu (de exemplu, activ = 1) pentru a afișa numai valoarea activă Puteți utiliza, de asemenea, $ID$ în filtrul care este ID-ul curent al obiectului curent Pentru a face SELECT în filtru utilizați $SEL$ dacă vrei să filtrezi în extracâmpuri foloseste sintaxa extra.fieldcode = ... (unde codul de câmp este codul extra-câmpului)
Pentru a avea lista în funcție de o altă listă de atribute complementare: c_typent: libelle: id: options_ parent_list_code |parent_column: filter
Pentru a avea lista în funcție de altă listă: c_typent: libelle: id: parent_list_code | parent_column: filtru
ExtrafieldParamHelpchkbxlst=Lista de valori vine dintr-un tabel Sintaxă: table_name:label_field:id_field::filter Examplu: c_typent:libelle:id::filter
filtrul poate fi un simplu test (ex active=1) pentru a afişa doar valoarea activă De asemenea se poate utiliza $ID$ în filtrul care este ID-ul curent al obiectului curent Pentru a face o SELECTARE în filtru folosiţi $SEL$ dacă doriţi să filtraţi în extracâmpuri folosiţi sintaxa extra.fieldcode=... (unde codul câmpului este codul extracâmpului)
Pentru a avea lista în funcție de o altă listă de atribute complementare: c_typent:libelle:id:options_parent_list_code|parent_column:filter
Pentru a avea lista în funcție de o altă listă : c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parametrii trebuie să fie ObjectName: Classpath Sintaxă: ObjectName: Classpath Exemple: Societe:societe/class/societe.class.php Contact: contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Bibliotecă utilizată pentru generarea PDF-urilor
LocalTaxDesc=Unele țări pot aplica două sau trei taxe pe fiecare linie de facturare. Dacă este cazul, alegeți tipul pentru a doua și a treia taxă și rata acestora. Tipuri posibile sunt: 1: taxa locală se aplică produselor și serviciilor fără TVA (localtax se calculează pe valoare fără taxă) 2: taxa locală se aplică produselor și serviciilor, inclusiv TVA (localtax se calculează în funcție de valoare+ taxa principală ) 3: taxa locală se aplică produselor fără TVA (localtax se calculează pe valoare fără taxă) 4: taxa locală se aplică produselor şi includ tva (localtax se calculeaza pe valoare + TVA principală) 5: taxa locală se aplică serviciilor fără TVA (localtax se calculează pe valoarea fără TVA) 6: taxa locală se aplică serviciilor, inclusiv TVA (localtax se calculează pe sumă + taxă)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salarii
Module510Desc=Înregistrați și urmăriți plățile angajaților
Module520Name=Credite
Module520Desc=Gestionarea creditelor
-Module600Name=Notificări
+Module600Name=Notifications on business event
Module600Desc=Trimiteți notificări prin e-mail declanșate de un eveniment de afaceri: pentru fiecare utilizator (setarea definită pentru fiecare utilizator), pentru contacte terțe (setare definită pentru fiecare terț) sau pentru e-mailuri specifice
Module600Long=Rețineți că acest modul trimite e-mailuri în timp real când apare un anumit eveniment de afaceri. Dacă sunteți în căutarea unei funcții pentru a trimite memento-uri de e-mail pentru evenimente de agendă, mergeți la configurarea agendei modulului.
Module610Name=Variante de produs
@@ -819,9 +822,9 @@ Permission532=Creare / Modificare servicii
Permission534=Ştergere servicii
Permission536=A se vedea / administra serviciile ascunse
Permission538=Exportul de servicii
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Citiţi donaţii
Permission702=Creare / Modificare donaţii
Permission703=Ştergere donaţii
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Atribute complementare (comenzi)
ExtraFieldsSupplierInvoices=Atribute complementare (facturi)
ExtraFieldsProject=Atribute complementare (proiecte)
ExtraFieldsProjectTask=Atribute complementare (sarcini)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Atributul %s are o valoare greşită.
AlphaNumOnlyLowerCharsAndNoSpace=numai caractere minuscule, alfanumerice fără spaţiu
SendmailOptionNotComplete=Atenţie, pe unele sisteme Linux, pentru a trimite e-mail de la e-mail, sendmail configurare execuţie trebuie să conatins optiunea-ba (mail.force_extra_parameters parametri în fişierul php.ini). Dacă nu unor destinatari a primi e-mailuri, încercaţi să editaţi acest parametru PHP cu mail.force_extra_parameters =-BA).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Stocarea sesiune criptată prin Suhosin
ConditionIsCurrently=Condiția este momentan %s
YouUseBestDriver=Utilizați driverul %s, care este cel mai bun driver disponibil în prezent.
YouDoNotUseBestDriver=Utilizați driverul %s dar driverul %s este recomandat.
-NbOfProductIsLowerThanNoPb=Aveți numai %s produse/servicii în fișierul bazei de date. Acest lucru nu necesită o optimizare particulară.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Optimizare căutare
-YouHaveXProductUseSearchOptim=Aveți %s produse în fișierul bazei de date. Trebuie să adăugați constanta PRODUCT_DONOTSEARCH_ANYWHERE la 1 înAcasă-Gestionare-Altele. Limitați căutarea la începutul șirurilor, ceea ce face posibil ca baza de date să utilizeze indexari si ar trebui să primiți un răspuns imediat.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Utilizați browserul web %s. Acest browser este ok pentru securitate și performanţă.
BrowserIsKO=Utilizați browserul web %s. Acest browser este cunoscut ca fiind o alegere proastă pentru securitate, fiabilitate și performanță. Vă recomandăm să utilizați Firefox, Chrome, Opera sau Safari.
-XDebugInstalled=XDebug este încărcat.
-XCacheInstalled=XCache este încărcată.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Afișați Lista de informatii a clientului/Furnizorului (selectați lista sau combobox) și cea mai mare parte a hiperlinkului. Terții vor apărea cu un format de nume "CC12345 - SC45678 - The Big Company corp". în loc de "The Big Company corp".
AddAdressInList=Afișați Lista de informatii a clientului/Furnizorului (selectați lista sau combobox). Terții i vor apărea cu numele format din "Big Company corp - 21 jump street 123456 Big city - USA" în loc de "Big Company corp".
AskForPreferredShippingMethod=Solicitați o metodă de transport preferată pentru terți.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Configurare din module Rapoarte de cheltuieli - Reguli
ExpenseReportNumberingModules=Modul de numerotare a rapoartelor de cheltuieli
NoModueToManageStockIncrease=Nu a fost activat niciun modul capabil să gestioneze creșterea stocului automat. Creșterea stocurilor se va face doar prin introducere manuală.
YouMayFindNotificationsFeaturesIntoModuleNotification=Puteți găsi opțiuni pentru notificările prin e-mail prin activarea și configurarea modulului "Notificare".
-ListOfNotificationsPerUser=Listă de notificări pe utilizator *
-ListOfNotificationsPerUserOrContact=Listă de notificări (evenimente) disponibilă pe utilizator* sau pe contact **
-ListOfFixedNotifications=Listă de notificări fixe
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Accesați fila "Notificări" a unui mesaj de utilizator pentru a adăuga sau elimina notificările pentru utilizatori
GoOntoContactCardToAddMore=Mergeți în fila "Notificări" a unei terțe părți pentru a adăuga sau elimina notificări pentru contacte / adrese
Threshold=Prag
@@ -1895,6 +1900,11 @@ OnMobileOnly=Numai pe ecranul mic (smartphone)
DisableProspectCustomerType=Dezactivați tipul de terţ "Prospect + Client" (deci terţul trebuie să fie Prospect sau Client, dar nu poate fi ambele)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplificați interfața pentru o persoană nevăzătoare
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Activați această opțiune dacă sunteți o persoană nevăzătoare sau dacă utilizați aplicația dintr-un browser de text precum Lynx sau Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Această valoare poate fi suprascrisă de fiecare utilizator de pe pagina sa de utilizator- tab '%s'
DefaultCustomerType=Tipul terțului implicit pentru formularul de creare "Client nou"
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/ro_RO/bills.lang b/htdocs/langs/ro_RO/bills.lang
index 1018e4a2b24..e6e0abe033e 100644
--- a/htdocs/langs/ro_RO/bills.lang
+++ b/htdocs/langs/ro_RO/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Factură Proformă
InvoiceProFormaDesc=Factura Proformă este o imagine a adevăratei facturi, dar nu are nici o valoare contabilă.
InvoiceReplacement=Factură de Înlocuire
InvoiceReplacementAsk=Factură de Înlocuire a altei facturi
-InvoiceReplacementDesc= Înlocuire factură este folosită pentru a anula și înlocui complet o factură fără plata primită deja.
Notă: Numai facturile fără plată pot fi înlocuite. În cazul în care factura pe care o înlocuiți nu este încă închisă, va fi închisă automat la "abandonat"
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Nota de credit
InvoiceAvoirAsk=Nota de credit pentru a corecta factura
InvoiceAvoirDesc= Nota de credit este o factură negativă utilizată pentru a corecta faptul că o factură arată o sumă care diferă de suma plătită efectiv (de exemplu, clientul a plătit prea mult din greșeală sau nu va plăti suma completă din momentul returnării unor produse).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Plată mai mare decât restul de plată
HelpPaymentHigherThanReminderToPay=Atenție, suma de plată a uneia sau mai multor facturi este mai mare decât suma rămasă neachitată. Modificați intrarea dvs., în caz contrar confirmați şi luați în considerare crearea unei note de credit pentru suma în exces primită pentru fiecare sumă primită în plus.
HelpPaymentHigherThanReminderToPaySupplier=Atenție, suma de plată a uneia sau mai multor facturi este mai mare decât suma rămasă neachitată. Modificați intrarea dvs., în caz contrar confirmați şi luați în considerare crearea unei note de credit pentru suma în exces primită pentru fiecare sumă plătită în plus.
ClassifyPaid=Clasează "Platită"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Clasează "Platită Parţial"
ClassifyCanceled=Clasează "Abandonată"
ClassifyClosed=Clasează "Închisă"
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Afisează factura de înlocuire
ShowInvoiceAvoir=Afisează nota de credit
ShowInvoiceDeposit=Afișați factura în avans
ShowInvoiceSituation=Afişează factura de situaţie
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Afisează plata
AlreadyPaid=Deja platite
AlreadyPaidBack=Deja rambursată
diff --git a/htdocs/langs/ro_RO/companies.lang b/htdocs/langs/ro_RO/companies.lang
index 37948d05eaa..a109434b4bb 100644
--- a/htdocs/langs/ro_RO/companies.lang
+++ b/htdocs/langs/ro_RO/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias nume (comercial, marca inregistrata, ...)
AliasNameShort=Porecla
Companies=Societăţi
CountryIsInEEC=Țara se află în interiorul Comunității Economice Europene
-PriceFormatInCurrentLanguage=Formatul prețului în limba curentă
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Numele terț
ThirdPartyEmail=E-mail terț
ThirdParty=Terț
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Reduceri absolute ale furnizorului (introduse d
SupplierAbsoluteDiscountMy=Reduceri absolute ale furnizorilor (introduse de dvs.)
DiscountNone=Niciunul
Vendor=Furnizor
+Supplier=Furnizor
AddContact=Creare contact
AddContactAddress=Creare contact/adresă
EditContact=Editare contact
diff --git a/htdocs/langs/ro_RO/errors.lang b/htdocs/langs/ro_RO/errors.lang
index 79f0d4f6f50..3402e4a690e 100644
--- a/htdocs/langs/ro_RO/errors.lang
+++ b/htdocs/langs/ro_RO/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Caractere speciale nu sunt permise pentru dom
ErrorNumRefModel=O referire există în baza de date (%s) şi nu este compatibilă cu această regulă de numerotare. înregistra Remove sau redenumite de referinţă pentru a activa acest modul.
ErrorQtyTooLowForThisSupplier=Cantitate prea mică pentru acest furnizor sau niciun preț definit pentru acest produs pentru acest furnizor
ErrorOrdersNotCreatedQtyTooLow=Unele comenzi nu au fost create datorită cantităților prea mici
-ErrorModuleSetupNotComplete=Configurarea modulului pare a nu fi completă. Mergeți la Setup - Module pentru a finaliza.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Eroare pe masca
ErrorBadMaskFailedToLocatePosOfSequence=Eroare, fără a masca numărul de ordine
ErrorBadMaskBadRazMonth=Eroare, Bad resetare valoarea
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL-ul %s trebuie să înceapă cu http:// sau https:/
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount= O parolă a fost trimisă către acest membru. Cu toate acestea, nu a fost creat nici un cont de utilizator. Astfel, această parolă este stocată, dar nu poate fi utilizată pentru autentificare. Poate fi utilizată de către un modul / interfată externă, dar dacă nu aveți nevoie să definiți un utilizator sau o parolă pentru un membru, puteți dezactiva opțiunea "Gestionați o conectare pentru fiecare membru" din modul de configurare membri. În cazul în care aveți nevoie să gestionați un utilizator, dar nu este nevoie de parolă, aveți posibilitatea să păstrați acest câmp gol pentru a evita acest avertisment. Notă: Adresa de e-mail poate fi utilizată ca utilizator la autentificare, în cazul în care membrul este legat de un utilizator.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/ro_RO/main.lang b/htdocs/langs/ro_RO/main.lang
index fa6ed942ed0..e5d109c0da2 100644
--- a/htdocs/langs/ro_RO/main.lang
+++ b/htdocs/langs/ro_RO/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacte pentru aceast terţ
AddressesForCompany=Adrese pentru acest terţ
ActionsOnCompany=Evenimente pentru acest terț
ActionsOnContact=Evenimente pentru acest contact/adresa
+ActionsOnContract=Events for this contract
ActionsOnMember=Evenimente privind acest membru
ActionsOnProduct=Evenimente despre acest produs
NActionsLate=%s întârziat
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link la propunerea vânzătorului
LinkToSupplierInvoice=Link la factura furnizorului
LinkToContract=Link la contract
LinkToIntervention=Link la intervenție
+LinkToTicket=Link to ticket
CreateDraft=Creareză schiţă
SetToDraft=Inapoi la schiţă
ClickToEdit=Clic pentru a edita
diff --git a/htdocs/langs/ro_RO/other.lang b/htdocs/langs/ro_RO/other.lang
index 49f96d76d85..8dd02e9abd7 100644
--- a/htdocs/langs/ro_RO/other.lang
+++ b/htdocs/langs/ro_RO/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Numărul de facturi pentru clienți
NumberOfSupplierProposals=Numărul de propuneri de furnizori
NumberOfSupplierOrders=Numărul de ordine de cumpărare
NumberOfSupplierInvoices=Numărul facturilor furnizorilor
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Numărul de unități pe propuneri
NumberOfUnitsCustomerOrders=Numărul de unități din comenzile de vânzări
NumberOfUnitsCustomerInvoices=Numărul de unități pe facturile clienților
NumberOfUnitsSupplierProposals=Numărul de unități pe propunerile furnizorilor
NumberOfUnitsSupplierOrders=Numărul de unități din comenzile de achiziție
NumberOfUnitsSupplierInvoices=Numărul de unități pe facturile furnizorului
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A fost atribuită o nouă intervenție %s.
EMailTextInterventionValidated=Intervenţia %s validată
EMailTextInvoiceValidated=Factura %s a fost validată.
diff --git a/htdocs/langs/ro_RO/products.lang b/htdocs/langs/ro_RO/products.lang
index 2d55290f69f..e9a675f3d4d 100644
--- a/htdocs/langs/ro_RO/products.lang
+++ b/htdocs/langs/ro_RO/products.lang
@@ -2,6 +2,7 @@
ProductRef=Ref. Produs
ProductLabel=Etichetă produs
ProductLabelTranslated=Etichetă de produs tradusă
+ProductDescription=Product description
ProductDescriptionTranslated=Descrierea produsului tradus
ProductNoteTranslated=Nota de produs tradusă
ProductServiceCard=Fişe Produse / Servicii
diff --git a/htdocs/langs/ro_RO/stripe.lang b/htdocs/langs/ro_RO/stripe.lang
index 92ff044dd88..fc47415eb0d 100644
--- a/htdocs/langs/ro_RO/stripe.lang
+++ b/htdocs/langs/ro_RO/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=Cont utilizator pe care să îl utilizați pentru no
StripePayoutList=Listă de plăți Stripe
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/ro_RO/website.lang b/htdocs/langs/ro_RO/website.lang
index 88d70505887..5a688b89cce 100644
--- a/htdocs/langs/ro_RO/website.lang
+++ b/htdocs/langs/ro_RO/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=Niciun site nu a fost creat încă. Creați primul.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/ro_RO/withdrawals.lang b/htdocs/langs/ro_RO/withdrawals.lang
index 8468953f95a..36d33342746 100644
--- a/htdocs/langs/ro_RO/withdrawals.lang
+++ b/htdocs/langs/ro_RO/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Fişier Retragere
SetToStatusSent=Setează statusul "Fişier Trimis"
ThisWillAlsoAddPaymentOnInvoice=Acest lucru va înregistra, de asemenea, plățile către facturi și le va clasifica drept "plătit" dacă restul de plată este nul
StatisticsByLineStatus=Statistici după starea liniilor
-RUM=RMU
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Referință de mandat unic
RUMWillBeGenerated=Dacă este gol, se va genera un RMU (referință unică de mandat) odată ce informațiile despre contul bancar vor fi salvate.
WithdrawMode=Modul debit direct (FRST sau RECUR)
diff --git a/htdocs/langs/ru_RU/accountancy.lang b/htdocs/langs/ru_RU/accountancy.lang
index b4c2e9a6f16..3d4e4b2b76a 100644
--- a/htdocs/langs/ru_RU/accountancy.lang
+++ b/htdocs/langs/ru_RU/accountancy.lang
@@ -13,10 +13,10 @@ ACCOUNTING_EXPORT_ENDLINE=Select the carriage return type
ACCOUNTING_EXPORT_PREFIX_SPEC=Укажите префикс для имени файла
ThisService=This service
ThisProduct=This product
-DefaultForService=Default for service
-DefaultForProduct=Default for product
+DefaultForService=По умолчанию для услуги
+DefaultForProduct=По умолчанию для товара
CantSuggest=Can't suggest
-AccountancySetupDoneFromAccountancyMenu=Most setup of the accountancy is done from the menu %s
+AccountancySetupDoneFromAccountancyMenu=Больше настроек бухгалтерии выполняется из меню %s
ConfigAccountingExpert=Конфигурация бухгалтерского модуля
Journalization=Журналирование
Journaux=Журналы
@@ -26,23 +26,23 @@ Chartofaccounts=Схема учётных записей
CurrentDedicatedAccountingAccount=Current dedicated account
AssignDedicatedAccountingAccount=New account to assign
InvoiceLabel=Invoice label
-OverviewOfAmountOfLinesNotBound=Overview of amount of lines not bound to an accounting account
-OverviewOfAmountOfLinesBound=Overview of amount of lines already bound to an accounting account
-OtherInfo=Other information
-DeleteCptCategory=Remove accounting account from group
-ConfirmDeleteCptCategory=Are you sure you want to remove this accounting account from the accounting account group?
+OverviewOfAmountOfLinesNotBound=Обзор количества строк, не привязанных к учётному счёту
+OverviewOfAmountOfLinesBound=Обзор количества строк, привязанных к учётному счёту
+OtherInfo=Дополнительная информация
+DeleteCptCategory=Удалить учётный счёт из группы
+ConfirmDeleteCptCategory=Вы действительно хотите удалить этот учетный счет из группы бухгалтерских счетов?
JournalizationInLedgerStatus=Status of journalization
AlreadyInGeneralLedger=Already journalized in ledgers
NotYetInGeneralLedger=Not yet journalized in ledgers
GroupIsEmptyCheckSetup=Group is empty, check setup of the personalized accounting group
-DetailByAccount=Show detail by account
-AccountWithNonZeroValues=Accounts with non-zero values
-ListOfAccounts=List of accounts
+DetailByAccount=Показать детали счета
+AccountWithNonZeroValues=Счета с ненулевыми значениями
+ListOfAccounts=Список счетов
CountriesInEEC=Countries in EEC
CountriesNotInEEC=Countries not in EEC
CountriesInEECExceptMe=Countries in EEC except %s
CountriesExceptMe=All countries except %s
-AccountantFiles=Export accounting documents
+AccountantFiles=Экспорт бухгалтерских документов
MainAccountForCustomersNotDefined=Main accounting account for customers not defined in setup
MainAccountForSuppliersNotDefined=Main accounting account for vendors not defined in setup
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,13 +265,13 @@ AccountingJournals=Бухгалтерские журналы
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Природа
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Продажи
AccountingJournalType3=Покупки
AccountingJournalType4=Банк
AccountingJournalType5=Expenses report
-AccountingJournalType8=Inventory
+AccountingJournalType8=Инвентарная ведомость
AccountingJournalType9=Has-new
ErrorAccountingJournalIsAlreadyUse=This journal is already use
AccountingAccountForSalesTaxAreDefinedInto=Note: Accounting account for Sales tax are defined into menu %s - %s
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
@@ -339,8 +341,8 @@ ToBind=Lines to bind
UseMenuToSetBindindManualy=Lines not yet bound, use menu %s to make the binding manually
## Import
-ImportAccountingEntries=Accounting entries
-DateExport=Date export
-WarningReportNotReliable=Warning, this report is not based on the Ledger, so does not contains transaction modified manually in the Ledger. If your journalization is up to date, the bookkeeping view is more accurate.
-ExpenseReportJournal=Expense Report Journal
-InventoryJournal=Inventory Journal
+ImportAccountingEntries=Бухгалтерские записи
+DateExport=Дата экспорта
+WarningReportNotReliable=Внимание, этот отчет не основан на Гроссбухе, поэтому не содержит транзакции, измененные вручную в Гроссбухе. Если журналирование актуально, бухгалтерский учет будет более точным.
+ExpenseReportJournal=Журнал отчетов о затратах
+InventoryJournal=Журнал инвентарного учета
diff --git a/htdocs/langs/ru_RU/admin.lang b/htdocs/langs/ru_RU/admin.lang
index c46c80ab9f8..1b274768ca4 100644
--- a/htdocs/langs/ru_RU/admin.lang
+++ b/htdocs/langs/ru_RU/admin.lang
@@ -9,35 +9,35 @@ VersionExperimental=Экспериментальная
VersionDevelopment=Разработка
VersionUnknown=Неизвестно
VersionRecommanded=Рекомендуемые
-FileCheck=Fileset Integrity Checks
-FileCheckDesc=This tool allows you to check the integrity of files and the setup of your application, comparing each file with the official one. The value of some setup constants may also be checked. You can use this tool to determine if any files have been modified (e.g by a hacker).
+FileCheck=Проверка целостности файлов
+FileCheckDesc=Этот инструмент позволяет проверить целостность файлов и настройки вашего приложения, сравнивая каждый файл с официальным. Значение некоторых установочных констант также может быть проверено. Вы можете использовать этот инструмент, чтобы определить, были ли какие-либо файлы изменены (например, хакером).
FileIntegrityIsStrictlyConformedWithReference=Целостность файлов строго соответствует ссылке.
-FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files have been added.
+FileIntegrityIsOkButFilesWereAdded=Проверка целостности файлов пройдена, однако были добавлены новые файлы.
FileIntegritySomeFilesWereRemovedOrModified=Ошибка проверки целостности файлов. Некоторые файлы были изменены, удалены или добавлены.
GlobalChecksum=Глобальная контрольная сумма
MakeIntegrityAnalysisFrom=Сделайте анализ целостности файлов приложений
LocalSignature=Встроенная локальная подпись (менее надежная)
-RemoteSignature=Удаленная дальняя подпись (более надежная)
+RemoteSignature=Подпись на удаленном сервере (более надежная)
FilesMissing=Отсутсвующие файлы
FilesUpdated=Обновлённые файлы
FilesModified=Модифицированные файлы
FilesAdded=Добавленные файлы
FileCheckDolibarr=Проверка целостности файлов приложений
-AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when the application is installed from an official package
-XmlNotFound=Xml Integrity Файл приложения не найден
+AvailableOnlyOnPackagedVersions=Локальный файл для проверки целостности доступен только тогда, когда приложение установлено из официального пакета
+XmlNotFound=Xml-файл целостности приложения не найден
SessionId=ID сессии
SessionSaveHandler=Обработчик для сохранения сессий
-SessionSavePath=Session save location
+SessionSavePath=Место сохранения сессии
PurgeSessions=Очистка сессий
ConfirmPurgeSessions=Вы хотите завершить все сессии? Это действие отключит всех пользователей (кроме вас).
-NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow listing all running sessions.
+NoSessionListWithThisHandler=Обработчик сохраненных сеансов, настроенный в вашем PHP, не позволяет листинг всех запущенных сессий.
LockNewSessions=Заблокировать новые подключения
-ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself? Only user %s will be able to connect after that.
+ConfirmLockNewSessions=Вы уверены, что хотите ограничить любое новое подключение Dolibarr к себе? Только пользователь %s сможет подключиться после этого.
UnlockNewSessions=Удалить блокировку подключений
YourSession=Ваша сессия
-Sessions=Users Sessions
+Sessions=Пользовательские сессии
WebUserGroup=Пользователь / группа Web-сервера
-NoSessionFound=Your PHP configuration seems to not allow listing of active sessions. The directory used to save sessions (%s) may be protected (for example by OS permissions or by PHP directive open_basedir).
+NoSessionFound=Кажется, ваша конфигурация PHP не позволяет отображать активные сеансы. Каталог, используемый для сохранения сеансов ( %s ), может быть защищен (например, разрешениями ОС или директивой PHP open_basedir).
DBStoringCharset=Кодировка базы данных для хранения данных
DBSortingCharset=Кодировка базы данных для сортировки данных
ClientCharset=Клиентская кодировка
@@ -51,11 +51,11 @@ InternalUsers=Внутренние пользователи
ExternalUsers=Внешние пользователи
GUISetup=Внешний вид
SetupArea=Настройка
-UploadNewTemplate=Загрузить новый шаблон (ы)
+UploadNewTemplate=Загрузить новый шаблон(ы)
FormToTestFileUploadForm=Форма для проверки загрузки файлов (в зависимости от настройки)
IfModuleEnabled=Примечание: "Да" влияет только тогда, когда модуль %s включен
-RemoveLock=Remove/rename file %s if it exists, to allow usage of the Update/Install tool.
-RestoreLock=Restore file %s, with read permission only, to disable any further use of the Update/Install tool.
+RemoveLock=Удалите/переименуйте файл %s, если он существует, чтобы разрешить использование инструмента обновления/установки.
+RestoreLock=Восстановите файл %s с разрешением только для чтение, чтобы отключить дальнейшее использование инструмента обновления/установки.
SecuritySetup=Настройка безопасности
SecurityFilesDesc=Определите здесь параметры, связанные с безопасностью загрузки файлов.
ErrorModuleRequirePHPVersion=Ошибка, этот модуль требует PHP версии %s или выше
@@ -66,16 +66,16 @@ Dictionary=Словари
ErrorReservedTypeSystemSystemAuto=Значение 'system' и 'systemauto' для типа зарезервировано. Вы можете использовать значение 'user' для добавления вашей собственной записи
ErrorCodeCantContainZero=Код не может содержать значение 0
DisableJavascript=Отключить JavaScript и Ajax функции
-DisableJavascriptNote=Note: For test or debug purpose. For optimization for blind person or text browsers, you may prefer to use the setup on the profile of user
-UseSearchToSelectCompanyTooltip=Кроме того, если у вас есть большое количество третьих лиц (> 100 000), вы можете увеличить скорость, установив постоянную COMPANY_DONOTSEARCH_ANYWHERE на 1 в Setup-> Other. Затем поиск будет ограничен началом строки.
-UseSearchToSelectContactTooltip=Кроме того, если у вас есть большое количество третьих лиц (> 100 000), вы можете увеличить скорость, установив постоянную связь CONTACT_DONOTSEARCH_ANYWHERE в 1 в Setup-> Other. Затем поиск будет ограничен началом строки.
-DelaiedFullListToSelectCompany=Wait until a key is pressed before loading content of Third Parties combo list. This may increase performance if you have a large number of third parties, but it is less convenient.
-DelaiedFullListToSelectContact=Wait until a key is pressed before loading content of Contact combo list. This may increase performance if you have a large number of contacts, but it is less convenient)
-NumberOfKeyToSearch=Number of characters to trigger search: %s
-NumberOfBytes=Number of Bytes
-SearchString=Search string
+DisableJavascriptNote=Примечание. Для тестирования или отладки. Для оптимизации для слепых или текстовых браузеров, вы можете использовать настройки в профиле пользователя.
+UseSearchToSelectCompanyTooltip=Кроме того, если у вас есть большое количество контрагентов (> 100 000), вы можете увеличить скорость, установив постоянную COMPANY_DONOTSEARCH_ANYWHERE на 1 в Настройка-Доп.настройки. Затем поиск будет ограничен началом строки.
+UseSearchToSelectContactTooltip=Кроме того, если у вас есть большое количество контрагентов (> 100 000), вы можете увеличить скорость, установив постоянную COMPANY_DONOTSEARCH_ANYWHERE на 1 в Настройка-Доп.настройки. Затем поиск будет ограничен началом строки.
+DelaiedFullListToSelectCompany=Ожидание нажатия клавиши, прежде чем загружать содержимое списка Контрагентов. Это может повысить производительность, если у вас много контрагентов, но это менее удобно.
+DelaiedFullListToSelectContact=Ожидание нажатия клавиши, прежде чем загружать содержимое списка Контактов. Это может увеличить производительность, если у вас большое количество контактов, но это менее удобно
+NumberOfKeyToSearch=Количество символов для запуска поиска: %s
+NumberOfBytes=Количество байт
+SearchString=Строка поиска
NotAvailableWhenAjaxDisabled=Недоступно при отключенном Ajax
-AllowToSelectProjectFromOtherCompany=В документе третьей стороны можно выбрать проект, связанный с другой третьей стороной
+AllowToSelectProjectFromOtherCompany=В документе контрагента можно выбрать проект, связанный с другим контрагентом
JavascriptDisabled=JavaScript отключен
UsePreviewTabs=Использовать вкладки предпросмотра
ShowPreview=Предварительный просмотр
@@ -83,7 +83,7 @@ PreviewNotAvailable=Предварительный просмотр не дос
ThemeCurrentlyActive=Текущая тема
CurrentTimeZone=Текущий часовой пояс в настройках PHP
MySQLTimeZone=Часовой пояс БД (MySQL)
-TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submitted string. The timezone has effect only when using the UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
+TZHasNoEffect=Даты хранятся и возвращаются сервером базы данных, как если бы они хранились в виде переданной строки. Часовой пояс действует только при использовании функции UNIX_TIMESTAMP (которая не должна использоваться Dolibarr, поэтому часовая зона (TZ) базы данных не должна иметь никакого эффекта, даже если она изменилась после ввода данных).
Space=Пробел
Table=Таблица
Fields=Поля
@@ -94,7 +94,7 @@ NextValueForInvoices=Следующее значение (счета-факту
NextValueForCreditNotes=Следующее значение (кредитные авизо)
NextValueForDeposit=Следующее значение (первоначальный взнос)
NextValueForReplacements=Следующее значение (замены)
-MustBeLowerThanPHPLimit=Note: your PHP configuration currently limits the maximum filesize for upload to %s %s, irrespective of the value of this parameter
+MustBeLowerThanPHPLimit=Примечание: ваша конфигурация PHP в настоящее время ограничивает максимальный размер файла для загрузки до %s %s, независимо от значения этого параметра
NoMaxSizeByPHPLimit=Примечание: в вашей конфигурации PHP установлено no limit
MaxSizeForUploadedFiles=Максимальный размер загружаемых файлов (0 для запрещения каких-либо загрузок)
UseCaptchaCode=Использовать графический код (CAPTCHA) на странице входа
@@ -102,8 +102,8 @@ AntiVirusCommand= Полный путь к антивирусной команд
AntiVirusCommandExample= Пример для ClamWin: C: \\ Program Files (x86) \\ ClamWin \\ Bin \\ clamscan.exe Пример для ClamAV: / USR / BIN / clamscan
AntiVirusParam= Дополнительные параметры командной строки
AntiVirusParamExample= Пример для ClamWin: --database="C:\\Program Files (x86)\\ClamWin\\lib"
-ComptaSetup=Установка модуля контрагентов
-UserSetup=Установка управления пользователями
+ComptaSetup=Настройка модуля бухгалтерского учета
+UserSetup=Настройка управления пользователями
MultiCurrencySetup=Многовалютная настройка
MenuLimits=Точность и ограничения
MenuIdParent=ID родительского меню
@@ -114,14 +114,14 @@ NotConfigured=Модуль/Приложение не настроен
Active=Активная
SetupShort=Настройка
OtherOptions=Другие настройки
-OtherSetup=Other Setup
+OtherSetup=Другие настройки
CurrentValueSeparatorDecimal=Десятичный разделитель
CurrentValueSeparatorThousand=Разделитель разрядов
Destination=Назначение
IdModule=ID модуля
IdPermissions=ID прав доступа
LanguageBrowserParameter=Параметр %s
-LocalisationDolibarrParameters=Localization parameters
+LocalisationDolibarrParameters=Параметры локализации
ClientTZ=Часовой пояс пользователя
ClientHour=Время клиента (пользователя)
OSTZ=Часовой пояс сервера
@@ -129,11 +129,11 @@ PHPTZ=Часовой пояс PHP сервера
DaylingSavingTime=Летнее время
CurrentHour=Время PHP (на PHP-сервере)
CurrentSessionTimeOut=Тайм-аут текущей сессии
-YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a .htaccess file with a line like this "SetEnv TZ Europe/Paris"
-HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but of the timezone of the server.
+YouCanEditPHPTZ=Чтобы установить другой часовой пояс PHP (не обязательно), вы можете попробовать добавить файл .htaccess с такой строкой, как «SetEnv TZ Europe/Paris»
+HoursOnThisPageAreOnServerTZ=Внимание, в отличие от других экранов, часы на этой странице не в вашем часовом поясе, а в часовом поясе сервера.
Box=Виджет
Boxes=Виджеты
-MaxNbOfLinesForBoxes=Max. number of lines for widgets
+MaxNbOfLinesForBoxes=Макс. количество строк для виджета
AllWidgetsWereEnabled=Доступны все доступные виджеты
PositionByDefault=Порядок по умолчанию
Position=Позиция
@@ -141,17 +141,17 @@ MenusDesc=Менеджеры меню позволяют настраивать
MenusEditorDesc=Редактор меню позволяет задавать собственные пункты в меню. Используйте это осторожно, что бы избежать нестабильности и всегда недоступных пунктов меню. Некоторые модули добавляют пункты меню (в основном в меню Все). Если вы удалите некоторые из них по ошибке, вы можете восстановить их отключив или включив модуль повторно.
MenuForUsers=Меню для пользователей
LangFile=.lang файл
-Language_en_US_es_MX_etc=Language (en_US, es_MX, ...)
+Language_en_US_es_MX_etc=Язык (en_US, es_MX, ...)
System=Система
SystemInfo=Информация о системе
SystemToolsArea=Раздел системных настроек
-SystemToolsAreaDesc=This area provides administration functions. Use the menu to choose the required feature.
+SystemToolsAreaDesc=Эта область обеспечивает функции администрирования. Используйте меню, чтобы выбрать необходимую функцию.
Purge=Очистить
-PurgeAreaDesc=This page allows you to delete all files generated or stored by Dolibarr (temporary files or all files in %s directory). Using this feature is not normally necessary. It is provided as a workaround for users whose Dolibarr is hosted by a provider that does not offer permissions to delete files generated by the web server.
+PurgeAreaDesc=Эта страница позволяет вам удалить все файлы, созданные или сохраненные Dolibarr (временные файлы или все файлы в каталоге %s ). Использование этой функции обычно не требуется. Он предоставляется в качестве обходного пути для пользователей, чей Dolibarr размещен поставщиком, который не предлагает разрешения на удаление файлов, созданных веб-сервером.
PurgeDeleteLogFile=Удаление файлов журналов, включая %s определенный для модуля Syslog (без риска потери данных)
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=Удалить все временные файлы (без риска потери данных). Примечание: Удаление выполняется только в том случае, если временный каталог был создан 24 часа назад.
PurgeDeleteTemporaryFilesShort=Удаление временных файлов
-PurgeDeleteAllFilesInDocumentsDir=Delete all files in directory: %s. This will delete all generated documents related to elements (third parties, invoices etc...), files uploaded into the ECM module, database backup dumps and temporary files.
+PurgeDeleteAllFilesInDocumentsDir=Удалить все файлы в каталоге: %s . Это удалит все сгенерированные документы, связанные с элементами (контрагенты, счета и т.д.), файлы, загруженные в модуль ECM, резервные копии базы данных и временные файлы.
PurgeRunNow=Очистить сейчас
PurgeNothingToDelete=Нет директории или файла для удаления.
PurgeNDirectoriesDeleted=Удалено %s файлов или каталогов.
@@ -164,16 +164,16 @@ Restore=Восстановить
RunCommandSummary=Резервное копирование запущено следующей командой
BackupResult=Результат резервного копирования
BackupFileSuccessfullyCreated=Файл резервной копии успешно создан
-YouCanDownloadBackupFile=The generated file can now be downloaded
+YouCanDownloadBackupFile=Созданный файл теперь можно скачать
NoBackupFileAvailable=Нет файлов резервной копии.
ExportMethod=Метод экспорта
ImportMethod=Метод импорта
ToBuildBackupFileClickHere=Для создания файла резервной копии нажмите здесь.
-ImportMySqlDesc=To import a MySQL backup file, you may use phpMyAdmin via your hosting or use the mysql command from the Command line. For example:
+ImportMySqlDesc=Чтобы импортировать файл резервной копии MySQL, вы можете использовать phpMyAdmin через ваш хостинг или использовать команду mysql из командной строки. Например:
ImportPostgreSqlDesc=Для импорта файла резервной копии, вы должны использовать команду pg_restore из командной строки:
ImportMySqlCommand=%s %s < mybackupfile.sql
ImportPostgreSqlCommand=%s %s mybackupfile.sql
-FileNameToGenerate=Filename for backup:
+FileNameToGenerate=Имя файла резервной копии:
Compression=Сжатие
CommandsToDisableForeignKeysForImport=Команда отключения внешних ключей при импорте
CommandsToDisableForeignKeysForImportWarning=Обязательно, если вы хотите иметь возможность для последующего восстановления sql dump
@@ -195,15 +195,15 @@ IgnoreDuplicateRecords= Игнорировать ошибки дублирующ
AutoDetectLang=Автоопределение (язык браузера)
FeatureDisabledInDemo=Функция отключена в демо -
FeatureAvailableOnlyOnStable=Функция доступна только в официальных стабильных версиях
-BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the trashcan to disable it.
+BoxesDesc=Виджеты - это компоненты, показывающие некоторую информацию, которую можно добавить для персонализации некоторых страниц. Вы можете выбрать отображать или нет виджет, выбрав целевую страницу и нажав «Активировать», или щелкнув корзину, чтобы отключить ее.
OnlyActiveElementsAreShown=Показаны только элементы из включенных модулей
-ModulesDesc=The modules/applications determine which features are available in the software. Some modules require permissions to be granted to users after activating the module. Click the on/off button (at end of module line) to enable/disable a module/application.
+ModulesDesc=Модули/приложения определяют, какие функции доступны в программном обеспечении. Некоторые модули требуют предоставления разрешений пользователям после активации модуля. Нажмите кнопку включения/выключения (в конце строки модуля), чтобы включить/отключить модуль/приложение.
ModulesMarketPlaceDesc=В интернете вы можете найти больше модулей для загрузки...
-ModulesDeployDesc=If permissions on your file system allow it, you can use this tool to deploy an external module. The module will then be visible on the tab %s.
+ModulesDeployDesc=Если разрешения вашей файловой системе позволяют, вы можете использовать этот инструмент для развертывания внешнего модуля. Модуль будет виден на вкладке %s .
ModulesMarketPlaces=Поиск внешних приложений/модулей
ModulesDevelopYourModule=Разработка собственного приложения/модулей
-ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
-DOLISTOREdescriptionLong=Instead of switching on www.dolistore.com web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
+ModulesDevelopDesc=Вы также можете разработать свой собственный модуль или найти партнера для его разработки.
+DOLISTOREdescriptionLong=Вместо того чтобы переключаться на сайт www.dolistore.com для поиска внешнего модуля, вы можете использовать этот встроенный инструмент, который будет выполнять поиск для вас (может быть медленным, нужен доступ в Интернет) ...
NewModule=Новый
FreeModule=Свободно
CompatibleUpTo=Совместимость с версией %s
@@ -213,10 +213,10 @@ SeeInMarkerPlace=См. На рынке
Updated=Обновлено
Nouveauté=Новое
AchatTelechargement=Купить/Скачать
-GoModuleSetupArea=To deploy/install a new module, go to the Module setup area: %s.
+GoModuleSetupArea=Чтобы развернуть/установить новый модуль, перейдите в область настройки модуля: %s .
DoliStoreDesc=DoliStore, официальный магазин внешних модулей Dolibarr ERP / CRM
-DoliPartnersDesc=List of companies providing custom-developed modules or features. Note: since Dolibarr is an open source application, anyone experienced in PHP programming may develop a module.
-WebSiteDesc=External websites for more add-on (non-core) modules...
+DoliPartnersDesc=Список компаний, предоставляющих индивидуально разработанные модули или функции. Примечание: поскольку Dolibarr является приложением с открытым исходным кодом, любой , кто имеет опыт программирования на PHP, может разработать модуль.
+WebSiteDesc=Внешние веб-сайты для дополнительных модулей (неосновных) ...
DevelopYourModuleDesc=Некоторые решения для разработки собственного модуля ...
URL=Ссылка
BoxesAvailable=Доступные виджеты
@@ -229,29 +229,29 @@ Required=Обязательный
UsedOnlyWithTypeOption=Используется только для некоторых вариантов повестки дня
Security=Безопасность
Passwords=Пароли
-DoNotStoreClearPassword=Encrypt passwords stored in database (NOT as plain-text). It is strongly recommended to activate this option.
-MainDbPasswordFileConfEncrypted=Encrypt database password stored in conf.php. It is strongly recommended to activate this option.
+DoNotStoreClearPassword=Шифрование паролей, хранящихся в базе данных (НЕ в виде простого текста). Настоятельно рекомендуем активировать эту опцию.
+MainDbPasswordFileConfEncrypted=Зашифруйте пароль базы данных, хранящийся в conf.php. Настоятельно рекомендуем активировать эту опцию.
InstrucToEncodePass=Чтобы поместить зашифрованный пароль в conf.php файл, замените строку $dolibarr_main_db_pass ="..." на $dolibarr_main_db_pass"=crypted:%s"
InstrucToClearPass=Чтобы поместить не зашифрованный пароль в conf.php файл, замените строку $dolibarr_main_db_pass="crypted:..." на $dolibarr_main_db_pass="%s"
-ProtectAndEncryptPdfFiles=Protect generated PDF files. This is NOT recommended as it breaks bulk PDF generation.
+ProtectAndEncryptPdfFiles=Защита сгенерированных PDF-файлов. Это НЕ рекомендуется, поскольку это нарушает массовую генерацию PDF.
ProtectAndEncryptPdfFilesDesc=Защита документов PDF допускает чтение и распечатку любым приложением просмотра файлов PDF. Однако редактирование и копирование не возможно. Использование этой возможности не позволит глобальное объединение файлов PDF.
Feature=Возможность
DolibarrLicense=Лицензия
Developpers=Разработчики / авторы
-OfficialWebSite=Dolibarr official web site
+OfficialWebSite=Официальный сайт Dolibarr
OfficialWebSiteLocal=Локальный веб-сайт (%s)
-OfficialWiki=Dolibarr documentation / Wiki
+OfficialWiki=Документация Dolibarr / Wiki
OfficialDemo=Демонстрация возможностей Dolibarr в интернете
-OfficialMarketPlace=Официальный магазин внешних модулей / дополнений
+OfficialMarketPlace=Официальный магазин внешних модулей/дополнений
OfficialWebHostingService=Рекомендуемые сервисы веб-хостинга (облачный хостинг)
ReferencedPreferredPartners=Предпочитаемые партнёры
OtherResources=Другие источники
-ExternalResources=External Resources
+ExternalResources=Внешние Ресурсы
SocialNetworks=Социальные сети
ForDocumentationSeeWiki=Для получения документации пользователя или разработчика (документация, часто задаваемые вопросы...), посетите Dolibarr Wiki: %s
ForAnswersSeeForum=Для любых других вопросов / помощи, вы можете использовать форум Dolibarr: %s
-HelpCenterDesc1=Here are some resources for getting help and support with Dolibarr.
-HelpCenterDesc2=Some of these resources are only available in english.
+HelpCenterDesc1=Вот некоторые ресурсы для получения помощи и поддержки с Dolibarr.
+HelpCenterDesc2=Некоторые из этих ресурсов доступны только на английском языке .
CurrentMenuHandler=Обработчик текущего меню
MeasuringUnit=Единица измерения
LeftMargin=Левое поле
@@ -266,42 +266,42 @@ NoticePeriod=Период уведомления
NewByMonth=Новые по месяцам
Emails=Электронная почта
EMailsSetup=Настройка электронной почты
-EMailsDesc=This page allows you to override your default PHP parameters for email sending. In most cases on Unix/Linux OS, the PHP setup is correct and these parameters are unnecessary.
+EMailsDesc=Эта страница позволяет вам переопределить параметры PHP по умолчанию для отправки электронной почты. В большинстве случаев в ОС Unix / Linux настройка PHP правильная, и эти параметры не нужны.
EmailSenderProfiles=Профили отправителей электронной почты
-MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (default value in php.ini: %s)
-MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (default value in php.ini: %s)
-MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix-like systems)
-MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix-like systems)
-MAIN_MAIL_EMAIL_FROM=Sender email for automatic emails (default value in php.ini: %s)
+MAIN_MAIL_SMTP_PORT=Порт SMTP/SMTPS (значение по умолчанию в php.ini: %s )
+MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (значение по умолчанию в php.ini: %s )
+MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=Порт SMTP / SMTPS (не определен в PHP в Unix-подобных системах)
+MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP / SMTPS Host (не определен в PHP в Unix-подобных системах)
+MAIN_MAIL_EMAIL_FROM=Адрес электронной почты отправителя для автоматической отправки электронных писем (значение по умолчанию в php.ini: %s )
MAIN_MAIL_ERRORS_TO=Email used for error returns emails (fields 'Errors-To' in emails sent)
-MAIN_MAIL_AUTOCOPY_TO= Copy (Bcc) all sent emails to
-MAIN_DISABLE_ALL_MAILS=Disable all email sending (for test purposes or demos)
+MAIN_MAIL_AUTOCOPY_TO= Копировать (СК) все отправленные письма в
+MAIN_DISABLE_ALL_MAILS=Отключить всю отправку электронной почты (для тестирования или демонстрации)
MAIN_MAIL_FORCE_SENDTO=Отправляйте все электронные письма (вместо реальных получателей, для целей тестирования)
-MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed recipient list
-MAIN_MAIL_SENDMODE=Email sending method
-MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
-MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
-MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
-MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
-MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
-MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
-MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
-MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
-MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
+MAIN_MAIL_ENABLED_USER_DEST_SELECT=Добавить сотрудников с электронной почтой в список разрешенных получателей
+MAIN_MAIL_SENDMODE=Способ отправки электронной почты
+MAIN_MAIL_SMTPS_ID=SMTP ID (если отправляющий сервер требует аутентификации)
+MAIN_MAIL_SMTPS_PW=Пароль SMTP (если отправляющий сервер требует аутентификации)
+MAIN_MAIL_EMAIL_TLS=Использовать шифрование TLS (SSL)
+MAIN_MAIL_EMAIL_STARTTLS=Использовать шифрование TLS (STARTTLS)
+MAIN_MAIL_EMAIL_DKIM_ENABLED=Используйте DKIM для создания подписи электронной почты
+MAIN_MAIL_EMAIL_DKIM_DOMAIN=Домен электронной почты для использования с DKIM
+MAIN_MAIL_EMAIL_DKIM_SELECTOR=Имя селектора DKIM
+MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Закрытый ключ для подписи DKIM
+MAIN_DISABLE_ALL_SMS=Отключить всю отправку SMS (для тестирования или демонстрации)
MAIN_SMS_SENDMODE=Метод, используемый для передачи SMS
-MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
-MAIN_MAIL_DEFAULT_FROMTYPE=Default sender email for manual sending (User email or Company email)
+MAIN_MAIL_SMS_FROM=Номер телефона отправителя по умолчанию для отправки SMS
+MAIN_MAIL_DEFAULT_FROMTYPE=Электронная почта отправителя по умолчанию для отправки вручную (электронная почта пользователя или компании)
UserEmail=Электронная почта пользователя
-CompanyEmail=Company Email
+CompanyEmail=Электронная почта компании
FeatureNotAvailableOnLinux=Функция недоступна на Unix подобных систем. Проверьте вашу программу для отправки почты локально.
-SubmitTranslation=If the translation for this language is not complete or you find errors, you can correct this by editing files in directory langs/%s and submit your change to www.transifex.com/dolibarr-association/dolibarr/
+SubmitTranslation=Если перевод для этого языка не завершен или вы обнаружили ошибки, вы можете исправить это, отредактировав файлы в каталоге langs / %s и отправив свое изменение по адресу www.transifex.com/dolibarr-association/dolibarr/
SubmitTranslationENUS=Если перевод для этого языка не завершен или вы обнаружите ошибки, вы можете исправить это, отредактировав файлы в каталог langs/%s и отправив измененные файлы на dolibarr.org/forum или для разработчиков на github.com/Dolibarr/dolibarr.
ModuleSetup=Настройка модуля
ModulesSetup=Настройка Модулей/Приложений
ModuleFamilyBase=Система
-ModuleFamilyCrm=Customer Relationship Management (CRM)
-ModuleFamilySrm=Vendor Relationship Management (VRM)
-ModuleFamilyProducts=Product Management (PM)
+ModuleFamilyCrm=Управление взаимоотношениями с клиентами (CRM)
+ModuleFamilySrm=Управление взаимоотношениями с поставщиками (VRM)
+ModuleFamilyProducts=Управление продуктом (PM)
ModuleFamilyHr=Управление персоналом (HR)
ModuleFamilyProjects=Проекты / Совместная работа
ModuleFamilyOther=Другое
@@ -309,25 +309,25 @@ ModuleFamilyTechnic=Много-модульные инструменты
ModuleFamilyExperimental=Экспериментальные модули
ModuleFamilyFinancial=Финансовые модули (Бухгалтерия / Казначейство)
ModuleFamilyECM=Управление электронным содержимым (ECM)
-ModuleFamilyPortal=Websites and other frontal application
+ModuleFamilyPortal=Сайты и другие интерфейсные приложения
ModuleFamilyInterface=Интерфейсы с внешними системами
MenuHandlers=Обработчики меню
MenuAdmin=Редактор меню
DoNotUseInProduction=Не используйте в производстве
-ThisIsProcessToFollow=Upgrade procedure:
+ThisIsProcessToFollow=Процедура обновления:
ThisIsAlternativeProcessToFollow=Это альтернативная настройка для обработки вручную:
StepNb=Шаг %s
-FindPackageFromWebSite=Find a package that provides the features you need (for example on the official web site %s).
-DownloadPackageFromWebSite=Download package (for example from the official web site %s).
-UnpackPackageInDolibarrRoot=Unpack/unzip the packaged files into your Dolibarr server directory: %s
-UnpackPackageInModulesRoot=To deploy/install an external module, unpack/unzip the packaged files into the server directory dedicated to external modules: %s
-SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going to the page setup modules: %s.
+FindPackageFromWebSite=Найдите пакет, который предоставит нужные вам функции (например, на официальном веб-сайте %s).
+DownloadPackageFromWebSite=Скачать пакет (например, с официального сайта %s).
+UnpackPackageInDolibarrRoot=Распакуйте упакованные файлы в каталог вашего сервера Dolibarr: %s
+UnpackPackageInModulesRoot=Чтобы развернуть/установить внешний модуль, распакуйте/разархивируйте упакованные файлы в каталог сервера, предназначенный для внешних модулей: %s
+SetupIsReadyForUse=Развертывание модуля завершено. Однако вы должны включить и настроить модуль в своем приложении, перейдя на страницу настройки модулей: %s .
NotExistsDirect=Альтернативная корневая директория не задана.
InfDirAlt=Начиная с 3-ей версии, можно определить альтернативный корневой каталог. Это позволяет вам хранить в специальном каталоге, плагины и настраиваемые шаблоны. Просто создайте каталог в корне Dolibarr (например: custom).
InfDirExample= Затем объявите его в файле conf.php $dolibarr_main_url_root_alt = '/custom' $dolibarr_main_document_root_alt ='/path/of/dolibarr/htdocs/custom' Если эти строки комментируются с помощью ''#", чтобы включить их, просто раскомментируйте, удалив символ "#''.
-YouCanSubmitFile=Alternatively, you may upload the module .zip file package:
+YouCanSubmitFile=Кроме того, вы можете загрузить файл пакета .zip:
CurrentVersion=Текущая версия Dolibarr
-CallUpdatePage=Browse to the page that updates the database structure and data: %s.
+CallUpdatePage=Перейдите на страницу, которая обновляет структуру базы данных и данные: %s.
LastStableVersion=Последняя стабильная версия
LastActivationDate=Последняя дата активации
LastActivationAuthor=Последний активированный автор
@@ -351,55 +351,55 @@ ErrorCantUseRazIfNoYearInMask= Ошибка, не может использов
ErrorCantUseRazInStartedYearIfNoYearMonthInMask=Ошибка, не возможно использовать опцию @ если последовательность {yy}{mm} или {yyyy}{mm} не в маске.
UMask=UMask параметр для новых файлов в файловых системах Unix / Linux / BSD / Mac.
UMaskExplanation=Этот параметр позволяет определить набор прав по умолчанию для файлов, созданных Dolibarr на сервере (при загрузке, например). Это должно быть восьмеричное значение (например, 0666 означает, читать и записывать сможет каждый). Этот параметр бесполезен на Windows-сервере.
-SeeWikiForAllTeam=Take a look at the Wiki page for a list of contributors and their organization
+SeeWikiForAllTeam=Посмотрите на вики-странице список участников и их организации.
UseACacheDelay= Задержка для кэширования при экспорте в секундах (0 или пусто для отключения кэширования)
DisableLinkToHelpCenter=Скрыть ссылку "нужна помощь или поддержка" на странице авторизации
DisableLinkToHelp=Скрыть ссылку интернет-справки "%s"
-AddCRIfTooLong=There is no automatic text wrapping, text that is too long will not display on documents. Please add carriage returns in the text area if needed.
-ConfirmPurge=Are you sure you want to execute this purge? This will permanently delete all your data files with no way to restore them (ECM files, attached files...).
+AddCRIfTooLong=Отсутствует автоматическое перенос текста, слишком длинный текст не будет отображаться в документах. При необходимости перенесите строке вручную в текстовой области.
+ConfirmPurge=Вы уверены, что хотите выполнить эту очистку? Это навсегда удалит все ваши файлы данных без возможности их восстановления (файлы ECM, вложенные файлы ...).
MinLength=Минимальная длина
LanguageFilesCachedIntoShmopSharedMemory=Файлы .lang, загружены в общую памяти
LanguageFile=Языковой файл
-ExamplesWithCurrentSetup=Examples with current configuration
+ExamplesWithCurrentSetup=Примеры с текущей конфигурацией
ListOfDirectories=Список каталогов с шаблонами OpenDocument
-ListOfDirectoriesForModelGenODT=Список каталогов содержащих файлы шаблонов в форматеOpenDocument.
Укажите здесь полный пусть к каталогу. Каждый каталог с новой строки. Для добавления каталога GED-модулей, добавьте здесь DOL_DATA_ROOT/ecm/yourdirectoryname.
Файлы в этих каталогах должны заканчиваться символами .odt или .ods.
-NumberOfModelFilesFound=Number of ODT/ODS template files found in these directories
+ListOfDirectoriesForModelGenODT=Список каталогов, содержащих файлы шаблонов в формате OpenDocument.
Укажите здесь полный путь к каталогу. Каждый каталог с новой строки. Чтобы добавить каталог GED-модуля, добавьте здесь DOL_DATA_ROOT/ecm/yourdirectoryname .
Файлы в этих каталогах должны заканчиваться на .odt или .ods .
+NumberOfModelFilesFound=Количество файлов шаблонов ODT/ODS, найденных в этих каталогах
ExampleOfDirectoriesForModelGen=Примеры синтаксиса: C: \\ MYDIR / home / mydir DOL_DATA_ROOT / ecm / ecmdir
FollowingSubstitutionKeysCanBeUsed= Прежде чем сохранить шаблоны в этих каталогах прочитайте документацию на Wiki чтобы узнать, как создать свой шаблоны ODT документов:
FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
FirstnameNamePosition=Расположение Имени / Фамилиии
-DescWeather=The following images will be shown on the dashboard when the number of late actions reach the following values:
+DescWeather=Следующие изображения будут отображаться на Информ-панели, когда количество последних действий достигнет следующих значений:
KeyForWebServicesAccess=Ключ к использованию веб-служб (параметр "dolibarrkey" в веб-службах)
TestSubmitForm=Форма тестового ввода
-ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever the user choice. Also this menu manager specialized for smartphones does not work on all smartphone. Use another menu manager if you experience problems with yours.
+ThisForceAlsoTheme=При использовании этого менеджера меню также будет использоваться собственная тема независимо от выбора пользователя. Также этот менеджер меню, специализированный для смартфонов, работает не на всех смартфонах. Используйте другой менеджер меню, если у вас возникли проблемы с вашим.
ThemeDir=Каталог тем оформления
-ConnectionTimeout=Connection timeout
+ConnectionTimeout=Время соединения вышло
ResponseTimeout=Время ожидания ответа
SmsTestMessage=Пробное сообщение от __PHONEFROM__ к __PHONETO__
ModuleMustBeEnabledFirst=Для использования этой функции необходимо сначала включить модуль %s
SecurityToken=Ключ для шифрования URL-адресов
-NoSmsEngine=No SMS sender manager available. A SMS sender manager is not installed with the default distribution because they depend on an external vendor, but you can find some on %s
+NoSmsEngine=Менеджер отправления SMS недоступен. Диспетчер отправления SMS не устанавливается вместе с дистрибутивом по умолчанию, поскольку он зависит от внешнего поставщика, но некоторые из них можно найти на %s.
PDF=PDF
-PDFDesc=Global options for PDF generation.
-PDFAddressForging=Rules for address boxes
-HideAnyVATInformationOnPDF=Hide all information related to Sales Tax / VAT
+PDFDesc=Общие опции для генерации PDF.
+PDFAddressForging=Правила для зоны адреса
+HideAnyVATInformationOnPDF=Скрыть всю информацию, связанную с налогом с продаж / НДС
PDFRulesForSalesTax=Правила для налога с продаж/НДС
PDFLocaltax=Правила для %s
-HideLocalTaxOnPDF=Hide %s rate in column Tax Sale
-HideDescOnPDF=Hide products description
-HideRefOnPDF=Hide products ref.
-HideDetailsOnPDF=Hide product lines details
+HideLocalTaxOnPDF=Скрыть ставку %s в колонке Налог
+HideDescOnPDF=Скрыть описание товара
+HideRefOnPDF=Скрыть ссылки на продукты.
+HideDetailsOnPDF=Скрыть детали о линейки продуктов
PlaceCustomerAddressToIsoLocation=Используйте французскую стандартную позицию (La Poste) для позиции адреса клиента
Library=Библиотека
UrlGenerationParameters=Параметры безопасных URL`ов
SecurityTokenIsUnique=Использовать уникальный параметр securekey для каждого URL
EnterRefToBuildUrl=Введите ссылку на объект %s
GetSecuredUrl=Получить рассчитанный URL
-ButtonHideUnauthorized=Hide buttons for non-admin users for unauthorized actions instead of showing greyed disabled buttons
+ButtonHideUnauthorized=Скрыть кнопки для пользователей без прав администратора для несанкционированных действий вместо отображения серых отключенных кнопок
OldVATRates=Предыдущее значение НДС
NewVATRates=Новое значение НДС
PriceBaseTypeToChange=Изменять базовые цены на определенную величину
-MassConvert=Launch bulk conversion
+MassConvert=Запустить пакетное преобразование
String=Строка
TextLong=Длинный текст
HtmlText=Html текст
@@ -416,21 +416,24 @@ ExtrafieldSelect = Выбрать из списка
ExtrafieldSelectList = Выбрать из таблицы
ExtrafieldSeparator=Разделитель (не поле)
ExtrafieldPassword=Пароль
-ExtrafieldRadio=Radio buttons (one choice only)
+ExtrafieldRadio=Радио кнопки (только один выбор)
ExtrafieldCheckBox=Флажок
ExtrafieldCheckBoxFromList=Флажки из таблицы
ExtrafieldLink=Ссылка на объект
ComputedFormula=Вычисленное поле
-ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
-ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
-ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
-ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
-ExtrafieldParamHelpradio=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
-ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
-ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
-ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ComputedFormulaDesc=Вы можете ввести здесь формулу, используя другие свойства объекта или любую кодировку PHP, чтобы получить динамически вычисленное значение. Вы можете использовать любые PHP-совместимые формулы, включая "?" оператор условия и следующий глобальный объект: 1$db, $conf, $langs, $mysoc, $user, $object1 . 2 3ВНИМАНИЕ3 : могут быть доступны только некоторые свойства $object. Если нужные вам свойства не загружены, просто извлеките объект в формулу, как во втором примере. Использование вычисляемого поля означает, что вы не можете ввести себе любое значение из интерфейса. Также, если есть синтаксическая ошибка, формула может ничего не возвращать.
Пример для перезагрузки объекта (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Другой пример формулы для принудительной загрузки объекта и его родительского объекта: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Родительский проект не найден'
+Computedpersistent=Сохранить вычисленное поле
+ComputedpersistentDesc=Вычисленные дополнительные поля будут сохранены в базе данных, однако значение будет пересчитано только при изменении объекта этого поля. Если вычисляемое поле зависит от других объектов или глобальных данных, это значение может быть неправильным!!
+ExtrafieldParamHelpPassword=Оставьте это поле пустым, чтобы значение хранилось без шифрования (поле должно быть скрыто только звездочкой на экране). Установите 'auto', чтобы использовать правило шифрования по умолчанию для сохранения пароля в базе данных (тогда считываемое значение будет только хешем, никакой возможности восстановить исходное значение)
+ExtrafieldParamHelpselect=Список значений должен быть строками формата: ключ, значение (где ключ не может быть равен 0)
Чтобы иметь список в зависимости от другого списка дополнительных атрибутов: 1, значение1|options_ parent_list_code : parent_key 2, значение2|options_ parent_list_code : parent_key
Чтобы иметь список в зависимости от другого списка: 1, значение1 | parent_list_code : parent_key 2, значение2 | parent_list_code : parent_key
+ExtrafieldParamHelpcheckbox=Список значений должен быть строками с форматом: ключ, значение (где ключ не может быть равен 0)
например: 1, значение1 2, значение2 3, значение3 ...
+ExtrafieldParamHelpradio=Список значений должен быть строками с форматом: ключ, значение (где ключ не может быть равен 0)
например: 1, значение1 2, значение2 3, значение3 ...
+ExtrafieldParamHelpsellist=Список значений поступает из таблицы Синтаксис: table_name:label_field:id_field::filter Пример: c_typent:libelle:id:: filter
-idfilter - обязательно первичный ключ int - фильтр может быть простым тестом (например, active = 1) для отображения только активного значения Вы также можете использовать $ID$ в фильтре с текущим идентификатором текущего объекта. Чтобы сделать SELECT в фильтре, используйте $SEL$ если вы хотите фильтровать extrafields, используйте синтаксис extra.fieldcode = ... (где code field - это код extrafields)
Чтобы иметь список в зависимости от другого списка дополнительных атрибутов: c_typent:libelle:id:options_ parent_list_code|parent_column:filter
Чтобы иметь список в зависимости от другого списка: c_typent:libelle:id: parent_list_code|parent_column:filter
+ExtrafieldParamHelpchkbxlst=Список значений поступает из таблицы Синтаксис: table_name:label_field:id_field::filter Пример: c_typent: libelle:id::filter
Фильтр может быть простым тестом (например, active = 1) для отображения только активного значения Вы также можете использовать $ID$ в фильтре с текущим идентификатором текущего объекта. Чтобы сделать SELECT в фильтре, используйте $SEL$ если вы хотите фильтровать extrafield, используйте синтаксис extra.fieldcode = ... (где code field - это код extrafield)
Чтобы иметь список в зависимости от другого списка дополнительных атрибутов: c_typent:libelle:id: options_ parent_list_code|parent_column: filter
Чтобы иметь список в зависимости от другого списка: c_typent: ibelle:id:parent_list_code|parent_column:filter
+ExtrafieldParamHelplink=Параметры должны быть ObjectName:Classpath Синтаксис: ObjectName:Classpath Примеры: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Оставьте пустым для простого разделителя Установите 1 для сворачивающегося разделителя (открытый по умолчанию) Установите 2 для сворачивающегося разделителя (свернут по умолчанию)
LibraryToBuildPDF=Библиотека используемая для создания PDF-файлов
-LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
+LocalTaxDesc=Некоторые страны могут применять два или три налога на каждую позицию счета. Если это так, выберите тип второго и третьего налога и его ставку. Возможные типы: 1: местный налог применяется к продуктам и услугам без НДС (местный налог рассчитывается на сумму без налога) 2: местный налог применяется к продуктам и услугам, включая НДС (местный налог рассчитывается на сумму + основной налог) 3: местный налог применяется к продуктам без НДС (местный налог рассчитывается на сумму без налога) 4: местный налог применяется к продуктам, включая НДС (местный налог рассчитывается на сумму + основной НДС) 5: местный налог применяется к услугам без НДС (местный налог рассчитывается на сумму без налога) 6: местный налог применяется к услугам, включая НДС (местный налог рассчитывается на сумму + налог)
SMS=SMS
LinkToTestClickToDial=Введите номер телефона для отображения ссылки с целью проверки ClickToDial-адреса пользователя %s
RefreshPhoneLink=Обновить ссылку
@@ -440,40 +443,40 @@ DefaultLink=Ссылка по умолчанию
SetAsDefault=Установить по умолчанию
ValueOverwrittenByUserSetup=Предупреждение: это значение может быть перезаписано в настройках пользователя (каждый пользователь может задать свои настройки ссылки ClickToDial)
ExternalModule=Внешний модуль - установлен в директорию %s
-BarcodeInitForthird-parties=Mass barcode init for third-parties
+BarcodeInitForthird-parties=Массовая инициализация штрих-кода для контрагентов
BarcodeInitForProductsOrServices=Массовое создание или удаление штрих-кода для Товаров или Услуг
CurrentlyNWithoutBarCode=В настоящее время у вас есть %sзапись на %s%s без определенного штрих-кода.
InitEmptyBarCode=Начальное значения для следующих %s пустых записей
EraseAllCurrentBarCode=Стереть все текущие значения штрих-кодов
ConfirmEraseAllCurrentBarCode=Вы действительно хотите удалить все текущие значения штрих-кода?
AllBarcodeReset=Все значения штрих-кодов были удалены
-NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled in the Barcode module setup.
+NoBarcodeNumberingTemplateDefined=В настройках модуля штрих-кода не включен шаблон нумерации.
EnableFileCache=Включить кеш файлов
-ShowDetailsInPDFPageFoot=Add more details into footer, such as company address or manager names (in addition to professional ids, company capital and VAT number).
-NoDetails=No additional details in footer
+ShowDetailsInPDFPageFoot=Добавьте дополнительные сведения в нижний колонтитул, такие как адрес компании или имена менеджеров (в дополнение к профессиональным идентификаторам, капиталу компании и номеру НДС).
+NoDetails=Никаких дополнительных подробностей в нижнем колонтитуле
DisplayCompanyInfo=Показать адрес компании
DisplayCompanyManagers=Отображать имена менеджеров
DisplayCompanyInfoAndManagers=Отображать имена адресов и менеджеров компаний
-EnableAndSetupModuleCron=If you want to have this recurring invoice generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template using the *Create* button. Note that even if you enabled automatic generation, you can still safely launch manual generation. Generation of duplicates for the same period is not possible.
-ModuleCompanyCodeCustomerAquarium=%s followed by customer code for a customer accounting code
-ModuleCompanyCodeSupplierAquarium=%s followed by vendor code for a vendor accounting code
+EnableAndSetupModuleCron=Если вы хотите, чтобы этот повторяющийся счет генерировался автоматически, модуль * %s * должен быть включен и правильно настроен. В противном случае генерация счетов должна производиться вручную из этого шаблона с помощью кнопки * Создать *. Обратите внимание, что даже если вы включили автоматическую генерацию, вы все равно можете не опасаясь запустить ручную генерацию. Генерация дубликатов за один и тот же период невозможна.
+ModuleCompanyCodeCustomerAquarium=%s, за которым следует код клиента для кода учетной записи клиента
+ModuleCompanyCodeSupplierAquarium=%s, за которым следует код поставщика для кода учетной записи поставщика
ModuleCompanyCodePanicum=Верните пустой учетный код.
-ModuleCompanyCodeDigitaria=Accounting code depends on third-party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third-party code.
+ModuleCompanyCodeDigitaria=Бухгалтерский код зависит от кода контрагента. Код состоит из символа «C» в первой позиции, за которым следуют первые 5 символов кода контрагента.
Use3StepsApproval=По умолчанию заказы на поставку должны быть созданы и одобрены двумя разными пользователями (один шаг/пользователь для создания и один шаг/пользователь для одобрения. Обратите внимание, что если у пользователя есть как разрешение на создание и утверждение, достаточно одного шага/пользователя) , Вы можете задать эту опцию, чтобы ввести утверждение третьего шага/пользователя, если сумма превышает выделенное значение (так что потребуется 3 шага: 1 = валидация, 2 = первое утверждение и 3 = второе одобрение, если суммы достаточно). Установите это для пустого, если достаточно одного утверждения (2 шага), установите его на очень низкое значение (0,1), если требуется второе утверждение (3 шага).
UseDoubleApproval=Используйте одобрение на 3 шага, когда сумма (без налога) выше ...
-WarningPHPMail=WARNING: It is often better to setup outgoing emails to use the email server of your provider instead of the default setup. Some email providers (like Yahoo) do not allow you to send an email from another server than their own server. Your current setup uses the server of the application to send email and not the server of your email provider, so some recipients (the one compatible with the restrictive DMARC protocol), will ask your email provider if they can accept your email and some email providers (like Yahoo) may respond "no" because the server is not theirs, so few of your sent Emails may not be accepted (be careful also of your email provider's sending quota). If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider.
+WarningPHPMail=ПРЕДУПРЕЖДЕНИЕ. Часто лучше настроить исходящую электронную почту, чтобы использовать почтовый сервер вашего провайдера вместо настроек по умолчанию. Некоторые провайдеры электронной почты (например, Yahoo) не позволяют отправлять электронную почту с другого сервера, не их собственного сервера. Ваша текущая настройка использует сервер приложения для отправки электронной почты, а не сервер вашего провайдера электронной почты, поэтому некоторые получатели (совместимые с ограничительным протоколом DMARC) спросят вашего провайдера электронной почты, могут ли они принять вашу электронную почту, а некоторые провайдеры электронной почты (например, Yahoo) может ответить «нет», потому что сервер не принадлежит им, поэтому некоторые из отправленных вами писем могут быть не приняты (будьте осторожны и с квотой отправки вашего провайдера электронной почты). Если у вашего провайдера электронной почты (например, Yahoo) есть это ограничение, вы должны изменить настройки электронной почты, чтобы выбрать другой метод «SMTP-сервер» и ввести SMTP-сервер и учетные данные, предоставленные вашим провайдером электронной почты.
WarningPHPMail2=Если вашему SMTP-провайдеру электронной почты необходимо ограничить почтовый клиент некоторыми IP-адресами (это очень редко), это IP-адрес почтового пользователя (MUA) для вашего приложения ERP CRM: %s.
ClickToShowDescription=Нажмите, чтобы посмотреть описание
-DependsOn=This module needs the module(s)
-RequiredBy=Этому модулю требуется модуль (модулями)
-TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. Technical knowledge is required to read the content of the HTML page to get the key name of a field.
-PageUrlForDefaultValues=You must enter the relative path of the page URL. If you include parameters in URL, the default values will be effective if all parameters are set to same value.
-PageUrlForDefaultValuesCreate= Example: For the form to create a new third party, it is %s. For URL of external modules installed into custom directory, do not include the "custom/", so use path like mymodule/mypage.php and not custom/mymodule/mypage.php. If you want default value only if url has some parameter, you can use %s
-PageUrlForDefaultValuesList= Example: For the page that lists third parties, it is %s. For URL of external modules installed into custom directory, do not include the "custom/" so use a path like mymodule/mypagelist.php and not custom/mymodule/mypagelist.php. If you want default value only if url has some parameter, you can use %s
-AlsoDefaultValuesAreEffectiveForActionCreate=Also note that overwritting default values for form creation works only for pages that were correctly designed (so with parameter action=create or presend...)
-EnableDefaultValues=Enable customization of default values
-EnableOverwriteTranslation=Enable usage of overwritten translation
-GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code. To change this value, you must edit it from Home-Setup-translation.
+DependsOn=Этот модуль нуждается в модуле (модулях)
+RequiredBy=Этот модуль требуется для модуля (модулей)
+TheKeyIsTheNameOfHtmlField=Это имя поля HTML. Необходимы технические знания, чтобы прочитать содержимое HTML-страницы, чтобы получить ключевое имя поля.
+PageUrlForDefaultValues=Вы должны ввести относительный путь URL страницы. Если вы укажете параметры в URL-адресе, значения по умолчанию будут эффективны, если все параметры будут установлены на одно и то же значение.
+PageUrlForDefaultValuesCreate= Пример: Для формы создания нового контрагента, это %s . Для URL внешних модулей, установленных в пользовательский каталог, не добавляйте «custom /», поэтому используйте путь mymodule/mypage.php, а не custom/mymodule / mypage.php. Если вы хотите использовать значение по умолчанию, только если в url есть какой-либо параметр, вы можете использовать %s
+PageUrlForDefaultValuesList= Пример: Для страницы, на которой перечислены контрагенты, это %s . Для URL-адресов внешних модулей, установленных в пользовательский каталог, не включайте «custom /», и используйте путь как mymodule/mypagelist.php, а не custom/mymodule/mypagelist.php. Если вы хотите использовать значение по умолчанию, только если в url есть какой-либо параметр, вы можете использовать %s
+AlsoDefaultValuesAreEffectiveForActionCreate=Также обратите внимание, что перезапись значений по умолчанию для создания формы работает только для страниц, которые были правильно созданы (так с параметром action = create или presend ...)
+EnableDefaultValues=Включить настройку значений по умолчанию
+EnableOverwriteTranslation=Разрешить использование переписанного перевода
+GoIntoTranslationMenuToChangeThis=Для ключа с этим кодом найден перевод. Чтобы изменить это значение, вы должны отредактировать его из Главная-Настройки-Перевод.
WarningSettingSortOrder=Предупреждение, установка порядка сортировки по умолчанию может привести к технической ошибке при переходе на страницу списка, если поле является неизвестным. Если у вас возникла такая ошибка, вернитесь на эту страницу, чтобы удалить порядок сортировки по умолчанию и восстановить поведение по умолчанию.
Field=Поле
ProductDocumentTemplates=Шаблоны документов для создания документа продукта
@@ -482,55 +485,55 @@ WatermarkOnDraftExpenseReports=Водяной знак по отчетам о р
AttachMainDocByDefault=Установите это значение в 1, если вы хотите приложить основной документ к электронной почте по умолчанию (если применимо)
FilesAttachedToEmail=Прикрепить файл
SendEmailsReminders=Отправить напоминания по электронной почте
-davDescription=Setup a WebDAV server
+davDescription=Настройте сервер WebDAV
DAVSetup=Настройка модуля DAV
-DAV_ALLOW_PRIVATE_DIR=Enable the generic private directory (WebDAV dedicated directory named "private" - login required)
-DAV_ALLOW_PRIVATE_DIRTooltip=The generic private directory is a WebDAV directory anybody can access with its application login/pass.
-DAV_ALLOW_PUBLIC_DIR=Enable the generic public directory (WebDAV dedicated directory named "public" - no login required)
-DAV_ALLOW_PUBLIC_DIRTooltip=The generic public directory is a WebDAV directory anybody can access (in read and write mode), with no authorization required (login/password account).
-DAV_ALLOW_ECM_DIR=Enable the DMS/ECM private directory (root directory of the DMS/ECM module - login required)
-DAV_ALLOW_ECM_DIRTooltip=The root directory where all files are manually uploaded when using the DMS/ECM module. Similarly as access from the web interface, you will need a valid login/password with adecuate permissions to access it.
+DAV_ALLOW_PRIVATE_DIR=Включить общий частный каталог (выделенный каталог WebDAV с именем «private» - требуется вход в систему)
+DAV_ALLOW_PRIVATE_DIRTooltip=Общий частный каталог - это каталог WebDAV, к которому любой может получить доступ с помощью своего логина/пароля.
+DAV_ALLOW_PUBLIC_DIR=Включить общий публичный каталог (выделенный каталог WebDAV с именем «public» - вход в систему не требуется)
+DAV_ALLOW_PUBLIC_DIRTooltip=Общий публичный каталог - это каталог WebDAV, к которому может получить доступ каждый (в режиме чтения и записи) без авторизации (логин/пароль).
+DAV_ALLOW_ECM_DIR=Включить приватный каталог DMS/ECM (корневой каталог модуля DMS/ECM - требуется вход в систему)
+DAV_ALLOW_ECM_DIRTooltip=Корневой каталог, куда все файлы загружаются вручную при использовании модуля DMS/ECM. Аналогично доступу через веб-интерфейс, вам потребуется действующий логин/пароль с соответствующими разрешениями для доступа к нему.
# Modules
Module0Name=Пользователи и Группы
Module0Desc=Управление Пользователями / Сотрудниками и Группами
-Module1Name=Third Parties
-Module1Desc=Companies and contacts management (customers, prospects...)
+Module1Name=Контрагенты
+Module1Desc=Управление компаниями и контактами (клиенты, потенциальные клиенты ...)
Module2Name=Коммерческие
Module2Desc=Коммерческое управление
-Module10Name=Accounting (simplified)
-Module10Desc=Simple accounting reports (journals, turnover) based on database content. Does not use any ledger table.
+Module10Name=Бухгалтерский учет (упрощенный)
+Module10Desc=Простые бухгалтерские отчеты (журналы, обороты) на основе содержимого базы данных. Не использует таблицы гроссбуха.
Module20Name=Предложения
Module20Desc=Управление коммерческими предложеними
-Module22Name=Mass Emailings
-Module22Desc=Manage bulk emailing
+Module22Name=Массовые рассылки
+Module22Desc=Управление массовой рассылкой
Module23Name=Энергия
Module23Desc=Мониторинг потребления энергии
-Module25Name=Sales Orders
-Module25Desc=Sales order management
+Module25Name=Заказы на продажу
+Module25Desc=Управление заказами на продажу
Module30Name=Счета-фактуры
-Module30Desc=Management of invoices and credit notes for customers. Management of invoices and credit notes for suppliers
+Module30Desc=Управление счетами и кредитными авизо для клиентов. Управление счетами и кредитными авизо для поставщиков
Module40Name=Поставщики
-Module40Desc=Vendors and purchase management (purchase orders and billing)
+Module40Desc=Поставщики и управление закупками (заказы на покупку и выставление счетов)
Module42Name=Отчет об ошибках
Module42Desc=Средства регистрации (file, syslog, ...). Такие журналы предназначены для технических/отладочных целей.
Module49Name=Редакторы
Module49Desc=Управления редактором
Module50Name=Продукция
-Module50Desc=Management of Products
+Module50Desc=Управление продуктами
Module51Name=Массовые рассылки
Module51Desc=Управление массовыми бумажными отправлениями
Module52Name=Акции
-Module52Desc=Stock management (for products only)
+Module52Desc=Управление запасами (только для продуктов)
Module53Name=Услуги
-Module53Desc=Management of Services
+Module53Desc=Управление Услугами
Module54Name=Контакты/Подписки
-Module54Desc=Management of contracts (services or recurring subscriptions)
+Module54Desc=Управление контрактами (услуги или периодические подписки)
Module55Name=Штрих-коды
Module55Desc=Управление штрих-кодами
Module56Name=Телефония
Module56Desc=Интеграция телефонии
-Module57Name=Bank Direct Debit payments
-Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for European countries.
+Module57Name=Прямые банковские платежи
+Module57Desc=Управление платежными поручениями с прямым дебитом. Включает создание файла SEPA для европейских стран.
Module58Name=ClickToDial
Module58Desc=Интеграция с системами НажатьДляЗвонка (Asterisk, ...)
Module59Name=Bookmark4u
@@ -540,115 +543,115 @@ Module70Desc=Управление мероприятиями
Module75Name=Транспортные расходы
Module75Desc=Управление транспортными расходами
Module80Name=Отгрузки
-Module80Desc=Shipments and delivery note management
-Module85Name=Banks & Cash
+Module80Desc=Управление отгрузками и накладными
+Module85Name=Банки и Наличные
Module85Desc=Управление банковскими счетами или наличными
-Module100Name=External Site
-Module100Desc=Add a link to an external website as a main menu icon. Website is shown in a frame under the top menu.
+Module100Name=Внешний сайт
+Module100Desc=Добавьте ссылку на внешний сайт в виде значка главного меню. Сайт отображается в рамке под верхним меню.
Module105Name=Mailman и SPIP
Module105Desc=Модуль интерфейса для рассылок Mailman или SPIP
Module200Name=LDAP
-Module200Desc=LDAP directory synchronization
+Module200Desc=Синхронизация каталогов LDAP
Module210Name=PostNuke
Module210Desc=Интергация с PostNuke
Module240Name=Экспорт данных
Module240Desc=Инструмент для экспорта данных Dolibarr (с ассистентами)
Module250Name=Импорт данных
-Module250Desc=Tool to import data into Dolibarr (with assistants)
+Module250Desc=Инструмент для импорта данных в Dolibarr (с помощниками)
Module310Name=Участники
Module310Desc=Управление участниками фонда
Module320Name=RSS-канал
-Module320Desc=Add a RSS feed to Dolibarr pages
-Module330Name=Bookmarks & Shortcuts
-Module330Desc=Create shortcuts, always accessible, to the internal or external pages to which you frequently access
-Module400Name=Projects or Leads
-Module400Desc=Management of projects, leads/opportunities and/or tasks. You can also assign any element (invoice, order, proposal, intervention, ...) to a project and get a transversal view from the project view.
+Module320Desc=Добавить канал RSS на страницы Dolibarr
+Module330Name=Закладки и Ярлыки
+Module330Desc=Создавайте ярлыки, всегда доступные, для внутренних или внешних страниц, к которым вы часто обращаетесь
+Module400Name=Проекты или Сделки
+Module400Desc=Управление проектами, сделками/возможностями и/или задачами. Вы также можете назначить любой элемент (счет-фактура, заказ, предложение, мероприятия, ...) проекту и видеть в срезе представление проекта.
Module410Name=Веб-календарь
Module410Desc=Интеграция веб-календаря
-Module500Name=Taxes & Special Expenses
-Module500Desc=Управление другими расходами (налоги на продажу, социальные или налоговые налоги, дивиденды, ...)
+Module500Name=Налоги и специальные расходы
+Module500Desc=Управление другими расходами (НДС, социальные или налоговые расходы, дивиденды, ...)
Module510Name=Зарплаты
-Module510Desc=Record and track employee payments
+Module510Desc=Записывать и отслеживать выплаты сотрудникам
Module520Name=Ссуды
Module520Desc=Управление ссудами
-Module600Name=Уведомления
-Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
-Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
+Module600Name=Notifications on business event
+Module600Desc=Отправка уведомлений по электронной почте, инициированных бизнес-событием: для каждого пользователя (настройка, определенная для каждого пользователя), для сторонних контактов (настройка, определенная для каждого контрагента) или для определенных электронных писем
+Module600Long=Обратите внимание, что этот модуль отправляет электронные письма в режиме реального времени, когда происходит определенное деловое событие. Если вы ищете функцию для отправки напоминаний по электронной почте для событий в повестке дня, перейдите к настройке модуля Agenda.
Module610Name=Варианты продукта
-Module610Desc=Creation of product variants (color, size etc.)
+Module610Desc=Создание вариантов продукта (цвет, размер и т.д.)
Module700Name=Пожертвования
Module700Desc=Управление пожертвованиями
-Module770Name=Expense Reports
-Module770Desc=Manage expense reports claims (transportation, meal, ...)
-Module1120Name=Vendor Commercial Proposals
-Module1120Desc=Запросить коммерческое предложение и цены продавца
+Module770Name=Отчеты о расходах
+Module770Desc=Управление и утверждение отчетов о расходах (транспорт, питание, ...)
+Module1120Name=Коммерческие предложения поставщика
+Module1120Desc=Запросить коммерческое предложение и цены поставщика
Module1200Name=Mantis
Module1200Desc=Интеграция с Mantis
Module1520Name=Создание документов
-Module1520Desc=Mass email document generation
+Module1520Desc=Массовая генерация документов по электронной почте
Module1780Name=Теги/Категории
Module1780Desc=Создание тегов/категорий (продукции, клиентов, поставщиков, контактов или участников)
Module2000Name=Текстовый редактор WYSIWYG
-Module2000Desc=Allow text fields to be edited/formatted using CKEditor (html)
+Module2000Desc=Разрешить редактирование/форматирование текстовых полей с помощью CKEditor (html)
Module2200Name=Динамическое ценообразование
-Module2200Desc=Use maths expressions for auto-generation of prices
+Module2200Desc=Используйте математические выражения для автогенерации цен
Module2300Name=Запланированные задания
-Module2300Desc=Запланированное управление заданиями (псевдоним cron или chrono table)
+Module2300Desc=Управление запланированными заданиями (alias cron или chrono table)
Module2400Name=События/Повестка дня
-Module2400Desc=Track events. Log automatic events for tracking purposes or record manual events or meetings. This is the principal module for good Customer or Vendor Relationship Management.
+Module2400Desc=Отслеживать события. Журнал автоматических событий для отслеживания или записи вручную событий или встреч. Это основной модуль для хорошего управления взаимоотношениями с клиентами или поставщиками.
Module2500Name=DMS / ECM
-Module2500Desc=Система управления документами / Управление электронным контентом. Автоматическая организация ваших сгенерированных или сохраненных документов. Поделитесь им, когда вам нужно.
+Module2500Desc=Система управления документами / Управление электронным контентом. Автоматическая организация ваших сгенерированных или сохраненных документов. Поделитесь ими, когда вам нужно.
Module2600Name=API/Веб-службы (SOAP-сервер)
Module2600Desc=Включение Dolibarr SOAP сервера предоставляющего API-сервис
Module2610Name= API/веб-службы (сервер REST)
Module2610Desc=Включить сервер REST для Dolibarr, предоставляющий услуги API
Module2660Name=Вызовите WebServices (клиент SOAP)
-Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Only Purchase orders are currently supported.)
+Module2660Desc=Включить клиент веб-служб Dolibarr (может использоваться для передачи данных/запросов на внешние серверы. В настоящее время поддерживаются только заказы на покупку.)
Module2700Name=Всемирно распознаваемый аватар
-Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Needs Internet access
+Module2700Desc=Используйте онлайн-сервис Gravatar (www.gravatar.com), чтобы показывать фотографию пользователей/участников (связанную с их электронной почтой). Нужен доступ в интернет
Module2800Desc=FTP-клиент
Module2900Name=GeoIPMaxmind
Module2900Desc=Подключение к службе GeoIP MaxMind для преобразования IP-адреса в название страны
Module3200Name=Неограниченные архивы
-Module3200Desc=Enable an unalterable log of business events. Events are archived in real-time. The log is a read-only table of chained events that can be exported. This module may be mandatory for some countries.
-Module4000Name=Менеджер отдела кадров
+Module3200Desc=Включите неизменяемый журнал деловых событий. События архивируются в режиме реального времени. Журнал представляет собой доступную только для чтения таблицу связанных событий, которые можно экспортировать. Этот модуль может быть обязательным для некоторых стран.
+Module4000Name=Управление персоналом
Module4000Desc=Управление персоналом (управление отделом, контракты и чувства сотрудников)
Module5000Name=Группы компаний
Module5000Desc=Управление группами компаний
Module6000Name=Бизнес-Процесс
Module6000Desc=Управление рабочим процессом (автоматическое создание объекта и/или автоматическое изменение статуса)
Module10000Name=Веб-сайты
-Module10000Desc=Create websites (public) with a WYSIWYG editor. Just setup your web server (Apache, Nginx, ...) to point to the dedicated Dolibarr directory to have it online on the internet with your own domain name.
-Module20000Name=Leave Request Management
-Module20000Desc=Define and track employee leave requests
-Module39000Name=Product Lots
-Module39000Desc=Lots, serial numbers, eat-by/sell-by date management for products
-Module40000Name=Multicurrency
-Module40000Desc=Use alternative currencies in prices and documents
+Module10000Desc=Создавайте веб-сайты (общедоступные) с помощью редактора WYSIWYG. Просто настройте свой веб-сервер (Apache, Nginx, ...), чтобы он указывал на выделенный каталог Dolibarr, чтобы он был онлайн в Интернете с вашим собственным доменным именем.
+Module20000Name=Управление запросами на отпуск
+Module20000Desc=Определить и отслеживать запросы сотрудников на отпуск
+Module39000Name=Товарные партии
+Module39000Desc=Управление Партиями, серийными номерами, датой/временем продажи продуктов
+Module40000Name=Мульти валюта
+Module40000Desc=Используйте альтернативные валюты в ценах и документах
Module50000Name=PayBox
-Module50000Desc=Offer customers a PayBox online payment page (credit/debit cards). This can be used to allow your customers to make ad-hoc payments or payments related to a specific Dolibarr object (invoice, order etc...)
+Module50000Desc=Предложите покупателям страницу оплаты через PayBox (кредитные / дебетовые карты). Это может быть использовано, чтобы позволить вашим клиентам осуществлять специальные платежи или платежи, связанные с конкретным объектом Dolibarr (счет, заказ и т. д.)
Module50100Name=POS SimplePOS
-Module50100Desc=Point of Sale module SimplePOS (simple POS).
+Module50100Desc=Модуль торговой точки SimplePOS (простой POS).
Module50150Name=POS TakePOS
-Module50150Desc=Point of Sale module TakePOS (touchscreen POS).
+Module50150Desc=Модуль торговой точки TakePOS (POS с сенсорным экраном).
Module50200Name=Paypal
-Module50200Desc=Offer customers a PayPal online payment page (PayPal account or credit/debit cards). This can be used to allow your customers to make ad-hoc payments or payments related to a specific Dolibarr object (invoice, order etc...)
+Module50200Desc=Предложите клиентам страницу онлайн-платежей PayPal (учетная запись PayPal или кредитные / дебетовые карты). Это может быть использовано, чтобы позволить вашим клиентам осуществлять специальные платежи или платежи, связанные с конкретным объектом Dolibarr (счет, заказ и т. д.)
Module50300Name=Stripe
-Module50300Desc=Offer customers a Stripe online payment page (credit/debit cards). This can be used to allow your customers to make ad-hoc payments or payments related to a specific Dolibarr object (invoice, order etc...)
-Module50400Name=Accounting (double entry)
-Module50400Desc=Accounting management (double entries, support general and auxiliary ledgers). Export the ledger in several other accounting software formats.
+Module50300Desc=Предложите клиентам страницу онлайн-оплаты Stripe (кредитные / дебетовые карты). Это может быть использовано, чтобы позволить вашим клиентам осуществлять специальные платежи или платежи, связанные с конкретным объектом Dolibarr (счет, заказ и т. д.)
+Module50400Name=Бухгалтерский учет (двойная запись)
+Module50400Desc=Управление бухгалтерским учетом (двойные записи, поддержка гроссбуха и вспомогательных книг). Экспорт книги в несколько других форматов бухгалтерского программного обеспечения.
Module54000Name=Модуль PrintIPP
-Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installed on server).
+Module54000Desc=Прямая печать (без открытия документов) с использованием интерфейса Cups IPP (принтер должен быть виден с сервера, а CUPS должен быть установлен на сервере).
Module55000Name=Голосование, обзор или голосование
-Module55000Desc=Create online polls, surveys or votes (like Doodle, Studs, RDVz etc...)
+Module55000Desc=Создавайте онлайн-опросы, обзоры или голосования (например, Doodle, Studs, RDVz и т. Д.)
Module59000Name=Наценки
Module59000Desc=Модуль управления наценками
Module60000Name=Комиссии
Module60000Desc=Модуль управления комиссиями
Module62000Name=Обязанности по доставке товаров
-Module62000Desc=Add features to manage Incoterms
+Module62000Desc=Добавить функции для управления Инкотермс
Module63000Name=Ресурсы
-Module63000Desc=Manage resources (printers, cars, rooms, ...) for allocating to events
+Module63000Desc=Управление ресурсами (принтеры, машины, комнаты, ...) для распределения на события
Permission11=Просмотр счетов-фактур клиентов
Permission12=Создание/Изменение счета-фактуры
Permission13=Аннулирование счетов-фактур
@@ -668,9 +671,9 @@ Permission32=Создание / изменение продукции / услу
Permission34=Удаленные продукция / услуги
Permission36=Просмотр / управление скрытой продукцией / услугами
Permission38=Экспорт продукции
-Permission41=Read projects and tasks (shared project and projects I'm contact for). Can also enter time consumed, for me or my hierarchy, on assigned tasks (Timesheet)
-Permission42=Create/modify projects (shared project and projects I'm contact for). Can also create tasks and assign users to project and tasks
-Permission44=Delete projects (shared project and projects I'm contact for)
+Permission41=Просмотрите проекты и задачи (общий проект и мои проекты). Можно также ввести время, затраченное на вас или ваших подчиненных, на назначенные задачи (расписание)
+Permission42=Создание/изменение проектов (общий и мои проекты). Может также создавать задачи и назначать пользователей для проекта и задач
+Permission44=Удалить проекты (общие и мои проекты)
Permission45=Экспорт проектов
Permission61=Смотреть мероприятия
Permission62=Создание / измение мероприятий
@@ -701,25 +704,25 @@ Permission104=Проверка отправок
Permission106=Экспортировать отправки
Permission109=Удалить отправки
Permission111=Читать финансовую отчетность
-Permission112=Создать / изменить / удалить и сравнить сделоки
-Permission113=Настройка финансовых учётных записей (создание, изменение категорий)
-Permission114=Reconcile transactions
+Permission112=Создать / изменить / удалить и сравнить сделки
+Permission113=Настройка финансовых счетов (создание, изменение категорий)
+Permission114=Сверить транзакции
Permission115=Экспорт операций и выписок со счета
Permission116=Перераспределение средств между счетами
-Permission117=Manage checks dispatching
+Permission117=Управление диспетчеризацией чеков
Permission121=Просмотр контрагентов, связанных с пользователем
Permission122=Создать / изменить контрагентов, связанных с пользователем
Permission125=Удалить контрагентов, связанных с пользователем
Permission126=Экспорт контрагентов
-Permission141=Read all projects and tasks (also private projects for which I am not a contact)
-Permission142=Create/modify all projects and tasks (also private projects for which I am not a contact)
+Permission141=Просмотреть все проекты и задачи (в том числе частные проекты, в которыми я не контактное лицо)
+Permission142=Создать/изменить все проекты и задачи (также частные проекты, для которых я не контактное лицо)
Permission144=Удалить все проекты и задачи (так же частные проекты в которых я не контактное лицо)
Permission146=Посмотреть провайдеров
Permission147=Посмотреть статистику
-Permission151=Посмотреть заказанные прямые дебетные платежи
-Permission152=Создать / изменить заказанные прямые дебетные платежи
-Permission153=Отправка / Передача заказанных прямых дебетовых платежей
-Permission154=Record Credits/Rejections of direct debit payment orders
+Permission151=Посмотреть платежные поручения с прямым дебетом
+Permission152=Создать/Изменить платежные поручения с прямым дебетом
+Permission153=Отправка/Передача платежных поручений с прямым дебетом
+Permission154=Запись зачетов/отказов платежных поручений с прямым дебетом
Permission161=Посмотреть котракты/подписки
Permission162=Создать/изменить котракты/подписки
Permission163=Активировать услугу/подписку в контракте
@@ -732,14 +735,14 @@ Permission173=Удалить транспортные расходы
Permission174=Просмотр поездок и расходов
Permission178=Экспорт транспортных расходов
Permission180=Посмотреть поставщиков
-Permission181=Read purchase orders
-Permission182=Create/modify purchase orders
-Permission183=Validate purchase orders
-Permission184=Approve purchase orders
-Permission185=Order or cancel purchase orders
-Permission186=Receive purchase orders
-Permission187=Close purchase orders
-Permission188=Cancel purchase orders
+Permission181=Просмотреть заказы на покупку
+Permission182=Создание/изменение заказов на покупку
+Permission183=Проверка заказов на покупку
+Permission184=Утвердить заказы на покупку
+Permission185=Заказать или отменить заказы на покупку
+Permission186=Получать заказы на покупку
+Permission187=Закрыть заказы на покупку
+Permission188=Отменить заказы на покупку
Permission192=Создать строки
Permission193=Отмена строк
Permission194=Read the bandwidth lines
@@ -750,10 +753,10 @@ Permission205=Управление подключениями
Permission206=Посмотреть соединения
Permission211=Посмотреть Телефонию
Permission212=Заказ линий
-Permission213=Включить строки
+Permission213=Включить линию
Permission214=Настройка телефонии
Permission215=Настройка провайдеров
-Permission221=Посмотреть отправки электронной почты
+Permission221=Посмотреть переписку
Permission222=Создать / изменить отправки электронной почты (тема, получатели ...)
Permission223=Проверка отправки электронной почты (разрешение на отправку)
Permission229=Удалить отправки электронной почты
@@ -767,12 +770,12 @@ Permission244=Посмотреть содержание скрытых кате
Permission251=Посмотреть других пользователей и группы
PermissionAdvanced251=Посмотреть других пользователей
Permission252=Посмотреть права доступа других пользователей
-Permission253=Create/modify other users, groups and permissions
+Permission253=Создание/изменение других пользователей, групп и разрешений
PermissionAdvanced253=Создать / изменить внутренних / внешних пользователей и права доступа
Permission254=Создать / изменить только внешних пользователей
Permission255=Изменить пароли других пользователей
Permission256=Удалить или отключить других пользователей
-Permission262=Extend access to all third parties (not only third parties for which that user is a sale representative). Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc.). Not effective for projects (only rules on project permissions, visibility and assignment matters).
+Permission262=Расширить доступ ко всем контрагентам (не только контрагентам, для которых этот пользователь является торговым представителем). Не действует для внешних пользователей (всегда ограничены предложениями, заказами, счетами, контрактами и т. д.). Не действует для проектов (только правила разрешений, видимости и назначения).
Permission271=Читать CA
Permission272=Читать счета
Permission273=Выпуск счетов
@@ -782,10 +785,10 @@ Permission283=Удалить контакты
Permission286=Экспортировать контакты
Permission291=Читать тарифы
Permission292=Установка разрешений на тарифы
-Permission293=Modify customer's tariffs
-Permission300=Read barcodes
-Permission301=Create/modify barcodes
-Permission302=Delete barcodes
+Permission293=Изменить тарифы клиента
+Permission300=Читать штрих-коды
+Permission301=Создание/изменение штрих-кодов
+Permission302=Удалить штрих-коды
Permission311=Читать услуги
Permission312=Назначить услугу/подписку договору
Permission331=Читать закладки
@@ -804,10 +807,10 @@ Permission401=Читать скидки
Permission402=Создать / изменить скидки
Permission403=Проверить скидки
Permission404=Удалить скидки
-Permission430=Use Debug Bar
-Permission511=Read payments of salaries
-Permission512=Create/modify payments of salaries
-Permission514=Delete payments of salaries
+Permission430=Использовать панель отладки
+Permission511=Просмотр выплаты зарплат
+Permission512=Создание/изменение выплат зарплат
+Permission514=Удалить выплаты зарплаты
Permission517=Экспорт зарплат
Permission520=Открыть ссуды
Permission522=Создать/изменить ссуды
@@ -819,9 +822,9 @@ Permission532=Создать / изменить услуги
Permission534=Удаление услуг
Permission536=Смотреть / Управлять скрытыми услугами
Permission538=Экспорт услуг
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Просмотр ведомости материалов
+Permission651=Создание/обновление ведомостей материалов
+Permission652=Удалить списки материалов
Permission701=Просмотр пожертвований
Permission702=Создание / изменение пожертвований
Permission703=Удаление пожертвований
@@ -841,34 +844,34 @@ Permission1101=Просмотр доставки заказов
Permission1102=Создание / изменение доставки заказов
Permission1104=Подтверждение доставки заказов
Permission1109=Удаление доставки заказов
-Permission1121=Read supplier proposals
-Permission1122=Create/modify supplier proposals
-Permission1123=Validate supplier proposals
-Permission1124=Send supplier proposals
-Permission1125=Delete supplier proposals
-Permission1126=Close supplier price requests
+Permission1121=Просмотр предложения поставщиков
+Permission1122=Создание/изменение предложений поставщиков
+Permission1123=Проверить предложения поставщика
+Permission1124=Отправить предложения поставщика
+Permission1125=Удалить предложения поставщиков
+Permission1126=Закрыть запрос цены поставщика
Permission1181=Просмотр поставщиков
-Permission1182=Read purchase orders
-Permission1183=Create/modify purchase orders
-Permission1184=Validate purchase orders
-Permission1185=Approve purchase orders
-Permission1186=Order purchase orders
-Permission1187=Acknowledge receipt of purchase orders
-Permission1188=Delete purchase orders
-Permission1190=Approve (second approval) purchase orders
+Permission1182=Просмотреть заказы на покупку
+Permission1183=Создание/изменение заказов на покупку
+Permission1184=Проверка заказов на покупку
+Permission1185=Утвердить заказы на покупку
+Permission1186=Заказать заказы на покупку
+Permission1187=Подтвердить получение заказов на покупку
+Permission1188=Удалить заказы на покупку
+Permission1190=Утвердить (второе утверждение) заказы на покупку
Permission1201=Получите результат экспорта
Permission1202=Создание / Изменение экспорта
-Permission1231=Read vendor invoices
-Permission1232=Create/modify vendor invoices
-Permission1233=Validate vendor invoices
-Permission1234=Delete vendor invoices
-Permission1235=Send vendor invoices by email
-Permission1236=Export vendor invoices, attributes and payments
-Permission1237=Export purchase orders and their details
+Permission1231=Просмотреть счета поставщиков
+Permission1232=Создание/изменение счетов поставщиков
+Permission1233=Проверка счетов поставщиков
+Permission1234=Удалить счета поставщиков
+Permission1235=Отправить счета поставщика по электронной почте
+Permission1236=Экспорт счетов, атрибутов и платежей поставщиков
+Permission1237=Экспорт заказов на покупку и их детали
Permission1251=Запуск массового импорта внешних данных в базу данных (загрузка данных)
Permission1321=Экспорт клиентом счета-фактуры, качества и платежей
Permission1322=Повторно открыть оплаченный счет
-Permission1421=Export sales orders and attributes
+Permission1421=Экспорт заказов на продажу и атрибутов
Permission2401=Посмотреть действия (события или задачи), связанные с его учетной записью
Permission2402=Создание / изменение / удаление действий (события или задачи), связанные с его учетной записью
Permission2403=Удаление действий (задачи, события или) связанных с его учетной записью
@@ -882,17 +885,17 @@ Permission2503=Отправить или удалить документы
Permission2515=Настройка директорий документов
Permission2801=Использовать FTP клиент в режиме только чтения (только просмотр и загрузка файлов)
Permission2802=Использовать FTP клиент в режиме записи (удаление или выгрузка файлов)
-Permission3200=Read archived events and fingerprints
-Permission4001=See employees
-Permission4002=Create employees
-Permission4003=Delete employees
-Permission4004=Export employees
-Permission10001=Read website content
-Permission10002=Create/modify website content (html and javascript content)
-Permission10003=Create/modify website content (dynamic php code). Dangerous, must be reserved to restricted developers.
-Permission10005=Delete website content
-Permission20001=Read leave requests (your leave and those of your subordinates)
-Permission20002=Create/modify your leave requests (your leave and those of your subordinates)
+Permission3200=Просмотреть архивированные события
+Permission4001=Смотреть сотрудников
+Permission4002=Создать сотрудников
+Permission4003=Удалить сотрудников
+Permission4004=Экспорт сотрудников
+Permission10001=Смотреть содержание сайта
+Permission10002=Создание/изменение содержимого веб-сайта (HTML и JavaScript)
+Permission10003=Создание/изменение содержимого сайта (динамический PHP-код). Опасно, должно быть зарезервировано для разработчиков с ограниченным доступом.
+Permission10005=Удалить контент сайта
+Permission20001=Просмотр запросов на отпуск (ваш отпуск и ваших подчиненных)
+Permission20002=Создайте/измените ваши запросы на отпуск (ваш отпуск и отпуск ваших подчиненных)
Permission20003=Удалить заявления на отпуск
Permission20004=Читайте все запросы на отпуск (даже пользователь не подчиняется)
Permission20005=Создавать/изменять запросы на отпуск для всех (даже для пользователей, не подчиненных)
@@ -901,22 +904,22 @@ Permission23001=Просмотр Запланированных задач
Permission23002=Создать/обновить Запланированную задачу
Permission23003=Удалить Запланированную задачу
Permission23004=Выполнить запланированную задачу
-Permission50101=Use Point of Sale
+Permission50101=Использовать точку продажи
Permission50201=Просмотр транзакций
Permission50202=Импорт транзакций
-Permission50401=Bind products and invoices with accounting accounts
-Permission50411=Read operations in ledger
-Permission50412=Write/Edit operations in ledger
-Permission50414=Delete operations in ledger
-Permission50415=Delete all operations by year and journal in ledger
-Permission50418=Export operations of the ledger
-Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
-Permission50440=Manage chart of accounts, setup of accountancy
-Permission51001=Read assets
-Permission51002=Create/Update assets
-Permission51003=Delete assets
-Permission51005=Setup types of asset
+Permission50401=Связать продукты и счета с учетными записями
+Permission50411=Просмотр операций в бухгалтерской книге
+Permission50412=Операции записи/редактирования в бухгалтерской книге
+Permission50414=Удалить операции в бухгалтерской книге
+Permission50415=Удалить все операции по году и журналу в бухгалтерской книге
+Permission50418=Экспортные операций бухгалтерской книги
+Permission50420=Отчеты и отчеты об экспорте (оборот, баланс, журналы, бухгалтерская книга)
+Permission50430=Определить и закрыть финансовый период
+Permission50440=Управление структурой счетов, настройка бухгалтерского учета
+Permission51001=Просмотр активов
+Permission51002=Создать/обновить активы
+Permission51003=Удалить активы
+Permission51005=Настройка типов актива
Permission54001=Печать
Permission55001=Открыть опросы
Permission55002=Создать/изменить опросы
@@ -927,76 +930,76 @@ Permission63001=Чтение ресурсов
Permission63002=Создание/изменение ресурсов
Permission63003=Удалить ресурсы
Permission63004=Свяжите ресурсы с повесткой дня
-DictionaryCompanyType=Third-party types
-DictionaryCompanyJuridicalType=Third-party legal entities
+DictionaryCompanyType=Типы контрагента
+DictionaryCompanyJuridicalType=Правовая форма контрагента
DictionaryProspectLevel=Потенциальный клиент
-DictionaryCanton=States/Provinces
+DictionaryCanton=Штат/Провинция
DictionaryRegion=Регионы
DictionaryCountry=Страны
DictionaryCurrency=Валюты
-DictionaryCivility=Title of civility
+DictionaryCivility=Обращение
DictionaryActions=Тип мероприятия
-DictionarySocialContributions=Types of social or fiscal taxes
+DictionarySocialContributions=Типы социальных или налоговых сборов
DictionaryVAT=Значения НДС или налога с продаж
DictionaryRevenueStamp=Количество налоговых марок
-DictionaryPaymentConditions=Payment Terms
-DictionaryPaymentModes=Payment Modes
+DictionaryPaymentConditions=Условия оплаты
+DictionaryPaymentModes=Способы оплаты
DictionaryTypeContact=Типы Контактов/Адресов
-DictionaryTypeOfContainer=Website - Type of website pages/containers
+DictionaryTypeOfContainer=Веб-сайт - Тип страниц сайта/контейнеров
DictionaryEcotaxe=Экологический налог Ecotax (WEEE)
DictionaryPaperFormat=Форматы бумаги
-DictionaryFormatCards=Card formats
+DictionaryFormatCards=Форматы карт
DictionaryFees=Отчет о расходах - Типы строк отчета о расходах
DictionarySendingMethods=Способы доставки
-DictionaryStaff=Number of Employees
+DictionaryStaff=Количество работников
DictionaryAvailability=Задержка доставки
DictionaryOrderMethods=Методы заказов
DictionarySource=Происхождение Коммерческих предложений / Заказов
DictionaryAccountancyCategory=Персонализированные группы для отчетов
DictionaryAccountancysystem=Модели для диаграммы счетов
DictionaryAccountancyJournal=Бухгалтерские журналы
-DictionaryEMailTemplates=Email Templates
+DictionaryEMailTemplates=Шаблоны электронной почты
DictionaryUnits=Единицы
-DictionaryMeasuringUnits=Measuring Units
+DictionaryMeasuringUnits=Единицы измерения
DictionaryProspectStatus=Статус потенциального клиента
-DictionaryHolidayTypes=Types of leave
-DictionaryOpportunityStatus=Lead status for project/lead
+DictionaryHolidayTypes=Типы отпуска
+DictionaryOpportunityStatus=Правовой статус проекта/сделки
DictionaryExpenseTaxCat=Отчет о расходах - Категории транспорта
DictionaryExpenseTaxRange=Отчет о расходах - Диапазон по транспортной категории
SetupSaved=Настройки сохранены
SetupNotSaved=Установки не сохранены
-BackToModuleList=Back to Module list
-BackToDictionaryList=Back to Dictionaries list
+BackToModuleList=Вернуться к списку модулей
+BackToDictionaryList=Вернуться к списку словарей
TypeOfRevenueStamp=Тип налоговой печати
-VATManagement=Sales Tax Management
-VATIsUsedDesc=By default when creating prospects, invoices, orders etc. the Sales Tax rate follows the active standard rule: If the seller is not subject to Sales tax, then Sales tax defaults to 0. End of rule. If the (seller's country = buyer's country), then the Sales tax by default equals the Sales tax of the product in the seller's country. End of rule. If the seller and buyer are both in the European Community and goods are transport-related products (haulage, shipping, airline), the default VAT is 0. This rule is dependant on the seller's country - please consult with your accountant. The VAT should be paid by the buyer to the customs office in their country and not to the seller. End of rule. If the seller and buyer are both in the European Community and the buyer is not a company (with a registered intra-Community VAT number) then the VAT defaults to the VAT rate of the seller's country. End of rule. If the seller and buyer are both in the European Community and the buyer is a company (with a registered intra-Community VAT number), then the VAT is 0 by default. End of rule. In any other case the proposed default is Sales tax=0. End of rule.
-VATIsNotUsedDesc=By default the proposed Sales tax is 0 which can be used for cases like associations, individuals or small companies.
-VATIsUsedExampleFR=In France, it means companies or organizations having a real fiscal system (Simplified real or normal real). A system in which VAT is declared.
-VATIsNotUsedExampleFR=In France, it means associations that are non Sales tax declared or companies, organizations or liberal professions that have chosen the micro enterprise fiscal system (Sales tax in franchise) and paid a franchise Sales tax without any Sales tax declaration. This choice will display the reference "Non applicable Sales tax - art-293B of CGI" on invoices.
+VATManagement=Управление налогом с продаж
+VATIsUsedDesc=По умолчанию при создании потенциальных клиентов, счетов, заказов и т. д. ставка налога с продаж соответствует действующему стандартному правилу: Если продавец не облагается налогом с продаж, по умолчанию налог с продаж равен 0. Конец правила. Если (страна продавца = страна покупателя), то налог с продаж по умолчанию равен налогу с продаж продукта в стране продавца. Конец правила. Если продавец и покупатель находятся в Европейском сообществе, а товары относятся к транспортным товарам (перевозка, доставка, авиакомпания), НДС по умолчанию равен 0. Это правило зависит от страны продавца - пожалуйста, проконсультируйтесь с вашим бухгалтером. НДС должен быть оплачен покупателем на таможне в их стране, а не продавцу. Конец правила. Если продавец и покупатель находятся в Европейском сообществе, а покупатель не является компанией (с зарегистрированным номером НДС внутри Сообщества), то НДС по умолчанию устанавливается по ставке НДС страны продавца. Конец правила. Если продавец и покупатель находятся в Европейском сообществе, а покупатель является компанией (с зарегистрированным номером НДС внутри Сообщества), то по умолчанию НДС равен 0. Конец правила. В любом другом случае предлагаемым значением по умолчанию является налог с продаж = 0. Конец правила.
+VATIsNotUsedDesc=По умолчанию предлагаемый налог с продаж равен 0, и его можно использовать в таких случаях, как ассоциации, частные лица или небольшие компании.
+VATIsUsedExampleFR=Во Франции это означает компании или организации, имеющие реальную фискальную систему (упрощенная реальная или обычная реальная). Система, в которой декларируется НДС.
+VATIsNotUsedExampleFR=Во Франции это означает ассоциации, которые не декларируют НДС, или компании, организации или либеральные профессии, которые выбрали фискальную систему микропредприятий (НДС во франшизе) и уплатили налог на франшизу без какой-либо декларации НДС. При выборе этого варианта в счетах будет отображаться ссылка "Non applicable Sales tax - art-293B of CGI" («НДС не применяется - art-293B CGI»).
##### Local Taxes #####
LTRate=Ставка
LocalTax1IsNotUsed=Не использовать второй налог
-LocalTax1IsUsedDesc=Use a second type of tax (other than first one)
-LocalTax1IsNotUsedDesc=Do not use other type of tax (other than first one)
+LocalTax1IsUsedDesc=Используйте второй тип налога (кроме первого)
+LocalTax1IsNotUsedDesc=Не используйте другой вид налога (кроме первого)
LocalTax1Management=Второй тип налога
LocalTax1IsUsedExample=
LocalTax1IsNotUsedExample=
LocalTax2IsNotUsed=Не использовать третий налог
-LocalTax2IsUsedDesc=Use a third type of tax (other than first one)
-LocalTax2IsNotUsedDesc=Do not use other type of tax (other than first one)
+LocalTax2IsUsedDesc=Используйте третий тип налога (кроме первого)
+LocalTax2IsNotUsedDesc=Не используйте другой вид налога (кроме первого)
LocalTax2Management=Третий тип налога
LocalTax2IsUsedExample=
LocalTax2IsNotUsedExample=
-LocalTax1ManagementES=RE управления
-LocalTax1IsUsedDescES=The RE rate by default when creating prospects, invoices, orders etc. follow the active standard rule: If the buyer is not subjected to RE, RE by default=0. End of rule. If the buyer is subjected to RE then the RE by default. End of rule.
+LocalTax1ManagementES=Управление недвижимостью
+LocalTax1IsUsedDescES=Ставка RE (real estate - налог на недвижимость) по умолчанию при создании потенциальных клиентов, счетов, заказов и т.д. Следует действующему стандартному правилу: Если покупатель не подвергается RE, RE по умолчанию = 0. Конец правила. Если покупатель подвергается RE, то RE по умолчанию. Конец правила.
LocalTax1IsNotUsedDescES=По умолчанию предлагается RE 0. Конец правления.
LocalTax1IsUsedExampleES=В Испании они являются профессионалами с учетом некоторых конкретных разделов испанский ИАЭ.
LocalTax1IsNotUsedExampleES=В Испании они являются профессиональными и общества и при условии соблюдения определенных слоев испанского ИАЭ.
LocalTax2ManagementES=IRPF управления
-LocalTax2IsUsedDescES=The IRPF rate by default when creating prospects, invoices, orders etc. follow the active standard rule: If the seller is not subjected to IRPF, then IRPF by default=0. End of rule. If the seller is subjected to IRPF then the IRPF by default. End of rule.
+LocalTax2IsUsedDescES=Ставка IRPF (подоходный налог для физических лиц) по умолчанию при создании потенциальных клиентов, счетов-фактур, заказов и т.д. Соответствует действующему стандартному правилу: Если продавец не подвергается IRPF, то IRPF по умолчанию = 0. Конец правила. Если продавец подвергается IRPF, то IRPF по умолчанию. Конец правила.
LocalTax2IsNotUsedDescES=По умолчанию предлагается IRPF 0. Конец правления.
-LocalTax2IsUsedExampleES=В Испании, фрилансеры и независимые специалисты, которые оказывают услуги и компаний, которые выбрали налоговой системы модулей.
-LocalTax2IsNotUsedExampleES=In Spain they are businesses not subject to tax system of modules.
+LocalTax2IsUsedExampleES=В Испании работают фрилансеры и независимые профессионалы, предлагающие услуги, и компании, которые выбрали налоговую систему модулей.
+LocalTax2IsNotUsedExampleES=В Испании это предприятия, не подпадающие под налоговую систему модулей.
CalcLocaltax=Отчеты о местных налогах
CalcLocaltax1=Продажи-Покупки
CalcLocaltax1Desc=Отчёты о местных налогах - это разница между местными налогами с продаж и покупок
@@ -1006,16 +1009,16 @@ CalcLocaltax3=Продажи
CalcLocaltax3Desc=Отчёты о местных налогах - это итог местных налогов с продаж
LabelUsedByDefault=Метки, используемые по умолчанию, если нет перевода можно найти код
LabelOnDocuments=Этикетка на документах
-LabelOrTranslationKey=Label or translation key
-ValueOfConstantKey=Value of constant
-NbOfDays=No. of days
+LabelOrTranslationKey=Метка или ключ перевода
+ValueOfConstantKey=Значение константы
+NbOfDays=Кол-во дней
AtEndOfMonth=На конец месяца
CurrentNext=Текущая/Следующая
Offset=Сдвиг
AlwaysActive=Всегда активный
Upgrade=Обновление
MenuUpgrade=Обновление / Расширение
-AddExtensionThemeModuleOrOther=Развертывание/установить внешний модуль/приложения
+AddExtensionThemeModuleOrOther=Развертывание/установка внешнего модуля/приложения
WebServer=Веб-сервер
DocumentRootServer=Корневой каталог Веб-сервера
DataRootServer=Каталог фалов данных
@@ -1033,7 +1036,7 @@ DatabaseUser=Пользователь базы данных
DatabasePassword=Пароль базы данных
Tables=Таблицы
TableName=Наименование таблицы
-NbOfRecord=No. of records
+NbOfRecord=Кол-во записей
Host=Сервер
DriverType=Тип драйвера
SummarySystem=Обзор системной информации
@@ -1045,14 +1048,14 @@ Skin=Тема оформления
DefaultSkin=Тема по умолчанию
MaxSizeList=Максимальная длина списка
DefaultMaxSizeList=Максимальная длина по умолчанию для списков
-DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
+DefaultMaxSizeShortList=Максимальная длина по умолчанию для коротких списков (т.е. в карточке клиента)
MessageOfDay=Сообщение дня
MessageLogin=Сообщение на странице входа
LoginPage=Страница авторизации
BackgroundImageLogin=Фоновое изображение
PermanentLeftSearchForm=Постоянный поиск формы на левом меню
-DefaultLanguage=Default language
-EnableMultilangInterface=Enable multilanguage support
+DefaultLanguage=Язык по умолчанию
+EnableMultilangInterface=Включить поддержку мультиязычности
EnableShowLogo=Показать логотип на левом меню
CompanyInfo=Компания/Организация
CompanyIds=Company/Organization identities
@@ -1070,28 +1073,28 @@ OwnerOfBankAccount=Владелец банковского счета %s
BankModuleNotActive=Модуль Банковских счетов не активирован
ShowBugTrackLink=Показать ссылку "%s"
Alerts=Предупреждения
-DelaysOfToleranceBeforeWarning=Delay before displaying a warning alert for:
-DelaysOfToleranceDesc=Set the delay before an alert icon %s is shown onscreen for the late element.
-Delays_MAIN_DELAY_ACTIONS_TODO=Planned events (agenda events) not completed
-Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Project not closed in time
-Delays_MAIN_DELAY_TASKS_TODO=Planned task (project tasks) not completed
-Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Order not processed
-Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Purchase order not processed
-Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Proposal not closed
-Delays_MAIN_DELAY_PROPALS_TO_BILL=Proposal not billed
+DelaysOfToleranceBeforeWarning=Задержка перед отображением предупреждения о:
+DelaysOfToleranceDesc=Установите задержку до того, как значок предупреждения %s будет отображаться на экране для последнего элемента.
+Delays_MAIN_DELAY_ACTIONS_TODO=Запланированные события (события повестки дня) не завершены
+Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Проект не закрыт во время
+Delays_MAIN_DELAY_TASKS_TODO=Запланированная задача (задачи проекта) не выполнена
+Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Заказ не обработан
+Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Заказ на покупку не обработан
+Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Предложение не закрыто
+Delays_MAIN_DELAY_PROPALS_TO_BILL=Предложение не выставлено
Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Service to activate
-Delays_MAIN_DELAY_RUNNING_SERVICES=Expired service
-Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Unpaid vendor invoice
-Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Unpaid customer invoice
-Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Pending bank reconciliation
-Delays_MAIN_DELAY_MEMBERS=Delayed membership fee
-Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Check deposit not done
-Delays_MAIN_DELAY_EXPENSEREPORTS=Expense report to approve
-SetupDescription1=Before starting to use Dolibarr some initial parameters must be defined and modules enabled/configured.
-SetupDescription2=The following two sections are mandatory (the two first entries in the Setup menu):
-SetupDescription3=%s -> %s Basic parameters used to customize the default behavior of your application (e.g for country-related features).
-SetupDescription4=%s -> %s This software is a suite of many modules/applications, all more or less independent. The modules relevant to your needs must be enabled and configured. New items/options are added to menus with the activation of a module.
-SetupDescription5=Other Setup menu entries manage optional parameters.
+Delays_MAIN_DELAY_RUNNING_SERVICES=Просроченная услуга
+Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Неоплаченный счет поставщика
+Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Неоплаченный счет клиента
+Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=В ожидании банковской сверки
+Delays_MAIN_DELAY_MEMBERS=Задержка членского взноса
+Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Чековый депозит не сделан
+Delays_MAIN_DELAY_EXPENSEREPORTS=Отчет о расходах для утверждения
+SetupDescription1=Перед началом использования Dolibarr необходимо определить параметры и включить/настроить модули.
+SetupDescription2=Следующие два раздела являются обязательными (две первые записи в меню настройки):
+SetupDescription3=%s -> %s Основные параметры, используемые для настройки поведения вашего приложения по умолчанию (например, для функций, связанных со страной).
+SetupDescription4=%s -> %s Это программное обеспечение представляет собой набор из множества модулей/приложений, все более или менее независимые. Модули, соответствующие вашим потребностям, должны быть включены и настроены. Новые пункты/опции добавляются в меню при активации модуля.
+SetupDescription5=Другие пункты меню настройки управляют дополнительными параметрами.
LogEvents=Безопасность ревизии события
Audit=Аудит
InfoDolibarr=О Dolibarr
@@ -1105,83 +1108,83 @@ BrowserName=Имя браузера
BrowserOS=Операционная система браузера
ListOfSecurityEvents=Список Dolibarr безопасность события
SecurityEventsPurged=Безопасность событий очищены
-LogEventDesc=Enable logging for specific security events. Administrators the log via menu %s - %s. Warning, this feature can generate a large amount of data in the database.
+LogEventDesc=Включите ведение журнала для определенных событий безопасности. Администраторы журнала через меню %s - %s . Предупреждение, эта функция может генерировать большой объем данных в базе данных.
AreaForAdminOnly=Параметры настройки могут быть установлены только пользователем администратора .
SystemInfoDesc=Система информации разного техническую информацию Вы получите в режиме только для чтения и видимые только для администраторов.
-SystemAreaForAdminOnly=This area is available to administrator users only. Dolibarr user permissions cannot change this restriction.
-CompanyFundationDesc=Edit the information of the company/entity. Click on "%s" or "%s" button at the bottom of the page.
-AccountantDesc=If you have an external accountant/bookkeeper, you can edit here its information.
-AccountantFileNumber=Accountant code
-DisplayDesc=Parameters affecting the look and behaviour of Dolibarr can be modified here.
+SystemAreaForAdminOnly=Эта область доступна только для администраторов. Пользовательские разрешения Dolibarr не могут изменить это ограничение.
+CompanyFundationDesc=Редактировать информацию о компании/организации. Нажмите кнопку «%s» или «%s» внизу страницы.
+AccountantDesc=Если у вас есть внешний бухгалтер/бухгалтер, вы можете отредактировать здесь эту информацию.
+AccountantFileNumber=Код бухгалтера
+DisplayDesc=Параметры, влияющие на внешний вид и поведение Dolibarr, могут быть изменены здесь.
AvailableModules=Доступное приложение/модули
-ToActivateModule=Чтобы активировать модуль, перейдите на настройку зоны.
+ToActivateModule=Чтобы активировать модуль, перейдите в место настройки (Главная-Настройки-Модули/Приложения).
SessionTimeOut=Тайм-аут для сессии
-SessionExplanation=This number guarantees that the session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guarantee that the session will expire after this delay. It will expire, after this delay, and when the session cleaner is run, so every %s/%s access, but only during access made by other sessions (if value is 0, it means clearing of session is done only by an external process). Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by an external setup, no matter what the value entered here is.
+SessionExplanation=Это число гарантирует, что сеанс никогда не истечет до этой задержки, если очиститель сеанса выполняется внутренним чистильщиком сессии PHP (и ничем иным). Внутренний чистильщик сессии PHP не гарантирует, что сессия истечет после этой задержки. Он истечет после этой задержки и при запуске чистильщика сессии, поэтому каждый доступ %s / %s , но только во время доступа, сделанного другими сеансами (если значение равно 0, это означает, что очистка сеанса выполняется только внешним процессом) , Примечание: на некоторых серверах с внешним механизмом очистки сеансов (cron под debian, ubuntu ...) сеансы могут быть уничтожены после периода, определенного внешней установкой, независимо от того, какое значение здесь введено.
TriggersAvailable=Доступные триггеры
-TriggersDesc=Triggers are files that will modify the behavior of Dolibarr workflow once copied into the directory htdocs/core/triggers. They realize new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
+TriggersDesc=Триггеры - это файлы, которые изменят поведение рабочего процесса Dolibarr после копирования в каталог htdocs/core/triggers . Они реализуют новые действия, активированные в событиях Dolibarr (создание новой компании, проверка счетов, ...).
TriggerDisabledByName=Триггеры этого файла отключено NORUN-суффикс в названии.
-TriggerDisabledAsModuleDisabled=Триггеры в этом файле будут отключены как модуль %s отключен.
-TriggerAlwaysActive=Триггеры в этом файле, всегда активны, независимо являются активированный Dolibarr модули.
-TriggerActiveAsModuleActive=Триггеры в этом файле действуют как модуль %s включен.
-GeneratedPasswordDesc=Choose the method to be used for auto-generated passwords.
+TriggerDisabledAsModuleDisabled=Триггеры в этом файле отключены, так как модуль %s отключен.
+TriggerAlwaysActive=Триггеры в этом файле, всегда активны, независимо являются активированными модули Dolibarr .
+TriggerActiveAsModuleActive=Триггеры в этом файле активны, так как модуль %s включен.
+GeneratedPasswordDesc=Выберите метод, который будет использоваться для автоматически сгенерированных паролей.
DictionaryDesc=Вставьте все справочные данные. Вы можете добавить свои значения по умолчанию.
-ConstDesc=This page allows you to edit (override) parameters not available in other pages. These are mostly reserved parameters for developers/advanced troubleshooting. For a full list of the parameters available see here.
+ConstDesc=Эта страница позволяет редактировать (переопределять) параметры, недоступные на других страницах. Это в основном зарезервированные параметры для разработчиков / расширенного поиска неисправностей. Полный список доступных параметров смотрите здесь.
MiscellaneousDesc=Все остальные параметры, связанные с безопасностью, определены здесь.
LimitsSetup=Пределы / Точная настройка
-LimitsDesc=You can define limits, precisions and optimizations used by Dolibarr here
-MAIN_MAX_DECIMALS_UNIT=Max. decimals for unit prices
-MAIN_MAX_DECIMALS_TOT=Max. decimals for total prices
-MAIN_MAX_DECIMALS_SHOWN=Max. decimals for prices shown on screen. Add an ellipsis ... after this parameter (e.g. "2...") if you want to see "..." suffixed to the truncated price.
-MAIN_ROUNDING_RULE_TOT=Step of rounding range (for countries where rounding is done on something other than base 10. For example, put 0.05 if rounding is done by 0.05 steps)
+LimitsDesc=Вы можете определить пределы, точности и оптимизации, используемые Dolibarr здесь
+MAIN_MAX_DECIMALS_UNIT=Максимум. десятичные дроби для цен за единицу
+MAIN_MAX_DECIMALS_TOT=Максимум. десятичные дроби для общих цен
+MAIN_MAX_DECIMALS_SHOWN=Максимум. десятичные дроби для цен, отображаемых на экране . Добавьте многоточие ... после этого параметра (например,"2 ..."), если вы хотите видеть суффикс " ... " к усеченной цене.
+MAIN_ROUNDING_RULE_TOT=Диапазон шага округления (для стран, где округление выполняется не на основе 10. Например, укажите 0,05, если округление выполняется с шагом 0,05)
UnitPriceOfProduct=Чистая цена единицы продукта
-TotalPriceAfterRounding=Total price (excl/vat/incl tax) after rounding
-ParameterActiveForNextInputOnly=Параметр эффективным для следующего ввода только
-NoEventOrNoAuditSetup=No security event has been logged. This is normal if Audit has not been enabled in the "Setup - Security - Events" page.
-NoEventFoundWithCriteria=No security event has been found for this search criteria.
+TotalPriceAfterRounding=Общая стоимость (включая налоги / НДС) с округлением
+ParameterActiveForNextInputOnly=Параметр эффективен только для следующего ввода
+NoEventOrNoAuditSetup=Событие безопасности не было зарегистрировано. Это нормально, если на странице «Настройка - Безопасность - События» не был включен аудит.
+NoEventFoundWithCriteria=Для этого критерия поиска событие безопасности не найдено.
SeeLocalSendMailSetup=См. вашей локальной настройки Sendmail
-BackupDesc=A complete backup of a Dolibarr installation requires two steps.
-BackupDesc2=Backup the contents of the "documents" directory (%s) containing all uploaded and generated files. This will also include all the dump files generated in Step 1.
-BackupDesc3=Backup the structure and contents of your database (%s) into a dump file. For this, you can use the following assistant.
-BackupDescX=The archived directory should be stored in a secure place.
+BackupDesc=Полное резервное копирование установки Dolibarr требует двух шагов.
+BackupDesc2=Резервное копирование содержимого каталога «documents» ( %s ), содержащего все загруженные и сгенерированные файлы. Это также будет включать все файлы дампа, сгенерированные на шаге 1.
+BackupDesc3=Резервное копирование структуры и содержимого вашей базы данных (%s ) в файл дампа. Для этого вы можете использовать следующий помощник.
+BackupDescX=Архивный каталог должен храниться в безопасном месте.
BackupDescY=Генерируемый файла дампа следует хранить в надежном месте.
-BackupPHPWarning=Backup cannot be guaranteed with this method. Previous one recommended.
-RestoreDesc=To restore a Dolibarr backup, two steps are required.
-RestoreDesc2=Restore the backup file (zip file for example) of the "documents" directory to a new Dolibarr installation or into this current documents directory (%s).
-RestoreDesc3=Restore the database structure and data from a backup dump file into the database of the new Dolibarr installation or into the database of this current installation (%s). Warning, once the restore is complete, you must use a login/password, that existed from the backup time/installation to connect again. To restore a backup database into this current installation, you can follow this assistant.
+BackupPHPWarning=Резервное копирование не может быть гарантировано с помощью этого метода. Предыдущий метод рекомендуется.
+RestoreDesc=Чтобы восстановить резервную копию Dolibarr, необходимо выполнить два шага.
+RestoreDesc2=Восстановить файл резервной копии (например, zip-файл) каталога «документы» в новую установку Dolibarr или в этот текущий каталог документов ( %s ).
+RestoreDesc3=Восстановить структуру базы данных и данные из файла резервной копии в базу данных новой установки Dolibarr или в базу данных текущей установки ( %s ). Предупреждение: после завершения восстановления вы должны использовать логин / пароль, который существовал во время резервного копирования / установки, чтобы снова подключиться. Чтобы восстановить резервную копию базы данных в этой текущей установке, вы можете следовать этому помощнику.
RestoreMySQL=Иvпорт MySQL
-ForcedToByAModule= Это правило вынуждены %s на активированный модуль
-PreviousDumpFiles=Existing backup files
-WeekStartOnDay=First day of the week
-RunningUpdateProcessMayBeRequired=Running the upgrade process seems to be required (Program version %s differs from Database version %s)
+ForcedToByAModule= Это правило принудительно активируется модулем %s.
+PreviousDumpFiles=Существующие файлы резервных копий
+WeekStartOnDay=Первый день недели
+RunningUpdateProcessMayBeRequired=Похоже требуется запуск процесса обновления (версия программы %s отличается от версии базы данных %s)
YouMustRunCommandFromCommandLineAfterLoginToUser=Вы должны запустить эту команду из командной строки после Войти в оболочку с пользователем %s.
YourPHPDoesNotHaveSSLSupport=SSL функций, не доступных в PHP
DownloadMoreSkins=Дополнительные шкуры для загрузки
-SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is sequential with no reset
-ShowProfIdInAddress=Show professional id with addresses
-ShowVATIntaInAddress=Hide intra-Community VAT number with addresses
+SimpleNumRefModelDesc=Возвращать справочный в формате %syymm-nnnn, где yy - год, mm - месяц, а nnnn - последовательность без сброса
+ShowProfIdInAddress=Показать профессиональный идентификатор с адресами
+ShowVATIntaInAddress=Скрыть номер НДС внутри Сообщества с адресами
TranslationUncomplete=Частичный перевод
-MAIN_DISABLE_METEO=Disable meteorological view
+MAIN_DISABLE_METEO=Отключить просмотр погоды
MeteoStdMod=Стандартный режим
MeteoStdModEnabled=Стандартный режим включен
MeteoPercentageMod=Процентный режим
MeteoPercentageModEnabled=Включен режим процента
MeteoUseMod=Нажмите, чтобы использовать%s
TestLoginToAPI=Испытание Войти в API
-ProxyDesc=Some features of Dolibarr require internet access. Define here the internet connection parameters such as access through a proxy server if necessary.
-ExternalAccess=External/Internet Access
-MAIN_PROXY_USE=Use a proxy server (otherwise access is direct to the internet)
-MAIN_PROXY_HOST=Proxy server: Name/Address
-MAIN_PROXY_PORT=Proxy server: Port
-MAIN_PROXY_USER=Proxy server: Login/User
-MAIN_PROXY_PASS=Proxy server: Password
-DefineHereComplementaryAttributes=Define here any additional/custom attributes that you want to be included for: %s
+ProxyDesc=Некоторые функции Dolibarr требуют доступа в Интернет. Определите здесь параметры интернет-соединения, такие как доступ через прокси-сервер, если это необходимо.
+ExternalAccess=Внешний доступ
+MAIN_PROXY_USE=Использовать прокси-сервер (в противном случае прямой доступ в интернет)
+MAIN_PROXY_HOST=Прокси-сервер: имя / адрес
+MAIN_PROXY_PORT=Прокси-сервер: Порт
+MAIN_PROXY_USER=Прокси-сервер: Логин
+MAIN_PROXY_PASS=Прокси-сервер: пароль
+DefineHereComplementaryAttributes=Определите здесь любые дополнительные / пользовательские атрибуты, которые вы хотите включить для: %s
ExtraFields=Дополнительные атрибуты
ExtraFieldsLines=Дополнительные атрибуты (строки)
ExtraFieldsLinesRec=Дополнительные атрибуты (шаблоны счетов-фактур)
ExtraFieldsSupplierOrdersLines=Дополнительные атбрибуты (строки заказа)
ExtraFieldsSupplierInvoicesLines=Дополнительные атрибуты (строки счёта)
-ExtraFieldsThirdParties=Complementary attributes (third party)
-ExtraFieldsContacts=Complementary attributes (contacts/address)
+ExtraFieldsThirdParties=Дополнительные атрибуты (контрагент)
+ExtraFieldsContacts=Дополнительные атрибуты (контакты/адрес)
ExtraFieldsMember=Дополнительные атрибуты (Участник)
ExtraFieldsMemberType=Дополнительные атрибуты (тип Участника)
ExtraFieldsCustomerInvoices=Дополнительные атрибуты (Счета-Фактуры)
@@ -1190,18 +1193,19 @@ ExtraFieldsSupplierOrders=Дополнительные атрибуты (Зак
ExtraFieldsSupplierInvoices=Дополнительные атрибуты (Счета-фактуры)
ExtraFieldsProject=Дополнительные атрибуты (Проекты)
ExtraFieldsProjectTask=Дополнительные атрибуты (Задачи)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Атрибут %s имеет неправильное значение.
AlphaNumOnlyLowerCharsAndNoSpace=только латинские строчные буквы и цифры без пробелов
SendmailOptionNotComplete=Предупреждение, на некоторых системах Linux, для отправки электронной почты из электронной почты, Sendmail выполнения установки должны conatins опцию-ба (параметр mail.force_extra_parameters в файле php.ini). Если некоторые получатели не получают электронные письма, попытке изменить этот параметр с PHP mail.force_extra_parameters =-ба).
PathToDocuments=Путь к документам
PathDirectory=Каталог
-SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might not be parsed correctly by some receiving mail servers. The result is that some mails can't be read by people hosted by those bugged platforms. This is the case for some Internet providers (Ex: Orange in France). This is not a problem with Dolibarr or PHP but with the receiving mail server. You can however add an option MAIN_FIX_FOR_BUGGED_MTA to 1 in Setup - Other to modify Dolibarr to avoid this. However, you may experience problems with other servers that strictly use the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" which has no disadvantages.
+SendmailOptionMayHurtBuggedMTA=Функция отправки почты с использованием метода «PHP mail direct» будет генерировать почтовое сообщение, которое может быть неправильно проанализировано некоторыми получающими почтовыми серверами. В результате некоторые письма не могут быть прочитаны людьми, использующие эти платформы с ошибками. Это касается некоторых интернет-провайдеров (например, Orange во Франции). Это не проблема с Dolibarr или PHP, а с принимающим почтовым сервером. Однако вы можете добавить опцию MAIN_FIX_FOR_BUGGED_MTA в 1 в меню «Настройка - Другие настройки», тем самым подправив изменить Dolibarr, чтобы избежать этого. Однако могут возникнуть проблемы с другими серверами, которые строго используют стандарт SMTP. Другое решение (рекомендуется) - использовать метод «Библиотека сокетов SMTP», который не имеет недостатков.
TranslationSetup=Настройка перевода
TranslationKeySearch=Поиск ключа перевода или строки
TranslationOverwriteKey=Перезаписать строку перевода
-TranslationDesc=How to set the display language: * Default/Systemwide: menu Home -> Setup -> Display * Per user: Click on the username at the top of the screen and modify the User Display Setup tab on the user card.
+TranslationDesc=Как установить язык отображения: * По умолчанию/для всей системы: меню Главная-Настройки-Внешний вид * Для каждого пользователя: нажмите на имя пользователя в верхней части экрана и измените вкладку « Настройка отображения пользователя » на карточке пользователя.
TranslationOverwriteDesc=Вы также можете переопределить строки, заполняющие следующую таблицу. Выберите свой язык из раскрывающегося списка «%s», вставьте строку перевода в «%s» и ваш новый перевод в «%s»
-TranslationOverwriteDesc2=You can use the other tab to help you know which translation key to use
+TranslationOverwriteDesc2=Вы можете использовать другую вкладку, чтобы узнать, какой ключ перевода использовать
TranslationString=Строка перевода
CurrentTranslationString=Текущая строка перевода
WarningAtLeastKeyOrTranslationRequired=Критерии поиска требуются, по крайней мере, для строки ключа или перевода
@@ -1212,86 +1216,87 @@ TotalNumberOfActivatedModules=Активированное приложение/
YouMustEnableOneModule=Вы должны включить минимум 1 модуль
ClassNotFoundIntoPathWarning=Class %s not found in PHP path
YesInSummer=Да летом
-OnlyFollowingModulesAreOpenedToExternalUsers=Note, only the following modules are available to external users (irrespective of the permissions of such users) and only if permissions are granted:
+OnlyFollowingModulesAreOpenedToExternalUsers=Обратите внимание, что только следующие модули доступны для внешних пользователей (независимо от разрешений этих пользователей) и только при наличии разрешений:
SuhosinSessionEncrypt=Хранилище сессий шифровано системой SUHOSIN
ConditionIsCurrently=Текущее состояние %s
-YouUseBestDriver=You use driver %s which is the best driver currently available.
-YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+YouUseBestDriver=Вы используете драйвер %s, который является лучшим драйвером, доступным в настоящее время.
+YouDoNotUseBestDriver=Вы используете драйвер %s, но рекомендуется драйвер %s.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Поисковая оптимизация
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
-BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
-BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug загружен.
-XCacheInstalled=XCache загружен.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
+BrowserIsOK=Вы используете веб-браузер %s. Этот браузер подходит в отношении безопасности и производительности.
+BrowserIsKO=Вы используете веб-браузер %s. Этот браузер, как известно, является плохим выбором по безопасности, производительности и надежности. Мы рекомендуем использовать Firefox, Chrome, Opera или Safari.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
-AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
+AskForPreferredShippingMethod=Запросить предпочтительный способ доставки для контрагентов.
FieldEdition=Редакция поля %s
FillThisOnlyIfRequired=Например, +2 (заполняйте это поле только тогда, когда ваш часовой пояс отличается от того, который используется на сервере)
GetBarCode=Получить штрих-код
##### Module password generation
PasswordGenerationStandard=Возврат пароля, полученных в соответствии с внутренними Dolibarr алгоритма: 8 символов, содержащих общие цифры и символы в нижнем регистре.
-PasswordGenerationNone=Do not suggest a generated password. Password must be typed in manually.
+PasswordGenerationNone=Не предлагать сгенерированный пароль. Пароль должен быть введен вручную.
PasswordGenerationPerso=Верните пароль в соответствии с вашей личной конфигурацией.
SetupPerso=Согласно вашей конфигурации
PasswordPatternDesc=Описание шаблона паролей
##### Users setup #####
-RuleForGeneratedPasswords=Rules to generate and validate passwords
-DisableForgetPasswordLinkOnLogonPage=Do not show the "Password Forgotten" link on the Login page
-UsersSetup=Пользователь модуля установки
-UserMailRequired=Email required to create a new user
+RuleForGeneratedPasswords=Правила генерации и проверки паролей
+DisableForgetPasswordLinkOnLogonPage=Не показывать ссылку «Забыли пароль» на странице входа
+UsersSetup=Настройка модуля пользователя
+UserMailRequired=Требуется электронная почта для создания нового пользователя
##### HRM setup #####
-HRMSetup=Настройка модуля HRM
+HRMSetup=Настройка модуля HRM (Отдела кадров)
##### Company setup #####
-CompanySetup=Предприятия модуль настройки
-CompanyCodeChecker=Options for automatic generation of customer/vendor codes
-AccountCodeManager=Options for automatic generation of customer/vendor accounting codes
-NotificationsDesc=Email notifications can be sent automatically for some Dolibarr events. Recipients of notifications can be defined:
-NotificationsDescUser=* per user, one user at a time.
-NotificationsDescContact=* per third-party contacts (customers or vendors), one contact at a time.
-NotificationsDescGlobal=* or by setting global email addresses in this setup page.
-ModelModules=Document Templates
-DocumentModelOdt=Generate documents from OpenDocument templates (.ODT / .ODS files from LibreOffice, OpenOffice, KOffice, TextEdit,...)
-WatermarkOnDraft=Watermark по проекту документа
+CompanySetup=Настройка модуля Компании
+CompanyCodeChecker=Опции для автоматической генерации кодов клиентов/поставщиков
+AccountCodeManager=Опции для автоматической генерации учетных кодов клиентов/поставщиков
+NotificationsDesc=Уведомления по электронной почте могут быть отправлены автоматически для некоторых событий Dolibarr. Получатели уведомлений могут быть определены:
+NotificationsDescUser=* на пользователя, по одному пользователю за раз.
+NotificationsDescContact=* на контрагента (клиенты или поставщики), по одному контакту за раз.
+NotificationsDescGlobal=* или установив глобальные адреса электронной почты на этой странице настроек.
+ModelModules=Шаблоны документов
+DocumentModelOdt=Генерация документов из шаблонов OpenDocument (файлы .ODT / .ODS из LibreOffice, OpenOffice, KOffice, TextEdit, ...)
+WatermarkOnDraft=Водяной знак в проекте документа
JSOnPaimentBill=Активировать фунцию автозаполнения строк платежа в платёжной форме
-CompanyIdProfChecker=Rules for Professional IDs
+CompanyIdProfChecker=Правила для отраслевой идентификации
MustBeUnique=Должно быть уникальным?
-MustBeMandatory=Mandatory to create third parties (if VAT number or type of company defined) ?
+MustBeMandatory=Обязательно ли создавать контрагентов (если указан номер НДС или тип компании)?
MustBeInvoiceMandatory=Обязательно проверять счета-фактуры?
TechnicalServicesProvided=Предоставляемые технические услуги
#####DAV #####
-WebDAVSetupDesc=This is the link to access the WebDAV directory. It contains a "public" dir open to any user knowing the URL (if public directory access allowed) and a "private" directory that needs an existing login account/password for access.
-WebDavServer=Root URL of %s server: %s
+WebDAVSetupDesc=Это ссылка для доступа к каталогу WebDAV. Он содержит «общедоступный» каталог, открытый для любого пользователя, знающего URL (если доступ к общедоступному каталогу разрешен), и «личный» каталог, которому для доступа требуется существующая учетная запись / пароль.
+WebDavServer=Корневой URL-адрес сервера %s: %s
##### Webcal setup #####
WebCalUrlForVCalExport=Экспорт ссылка на %s формате доступна на следующую ссылку: %s
##### Invoices #####
-BillsSetup=Счета модуль настройки
-BillsNumberingModule=Счета и кредитных нот нумерации модуль
-BillsPDFModules=Счет документы моделей
-BillsPDFModulesAccordindToInvoiceType=Invoice documents models according to invoice type
+BillsSetup=Настройка модуля Счетов
+BillsNumberingModule=Модель нумерации счетов и кредитных нот
+BillsPDFModules=Модели счетов-фактур
+BillsPDFModulesAccordindToInvoiceType=Модели документов счета в соответствии с типом счета
PaymentsPDFModules=Модели платежных документов
-ForceInvoiceDate=Силы дата счета-фактуры для подтверждения даты
-SuggestedPaymentModesIfNotDefinedInInvoice=Предлагаемые платежи на счета в режиме по умолчанию, если не определено в счете-фактуре
-SuggestPaymentByRIBOnAccount=Suggest payment by withdrawal on account
-SuggestPaymentByChequeToAddress=Suggest payment by check to
-FreeLegalTextOnInvoices=Свободный текст о счетах-фактурах
+ForceInvoiceDate=Принудительно приравнять дату выставления счета к дате проверки
+SuggestedPaymentModesIfNotDefinedInInvoice=Предложенный способ оплаты по умолчанию, если иной не определен в счете
+SuggestPaymentByRIBOnAccount=Предложить оплату выводом средств на счет
+SuggestPaymentByChequeToAddress=Предложить оплату чеком на
+FreeLegalTextOnInvoices=Свободный текст на счетах-фактурах
WatermarkOnDraftInvoices=Водяные знаки на черновиках счетов-фактур ("Нет" если пусто)
PaymentsNumberingModule=Модель нумерации платежей
-SuppliersPayment=Vendor payments
-SupplierPaymentSetup=Vendor payments setup
+SuppliersPayment=Платежи поставщику
+SupplierPaymentSetup=Настройка платежей поставщику
##### Proposals #####
-PropalSetup=Коммерческие предложения модуль настройки
-ProposalsNumberingModules=Коммерческие предложения нумерации модулей
-ProposalsPDFModules=Коммерческие предложения документы моделей
-SuggestedPaymentModesIfNotDefinedInProposal=Suggested payments mode on proposal by default if not defined for proposal
-FreeLegalTextOnProposal=Свободный текст на коммерческие предложения
+PropalSetup=Настройка модуля Коммерческих предложений
+ProposalsNumberingModules=Модели нумерации Коммерческих предложений
+ProposalsPDFModules=Модели документов Коммерческого предложения
+SuggestedPaymentModesIfNotDefinedInProposal=Предлагаемый способ оплаты по предложению по умолчанию, если иной не определено предложением
+FreeLegalTextOnProposal=Свободный текст на Коммерческих предложениях
WatermarkOnDraftProposal=Водяные знаки на черновиках Коммерческих предложений ("Нет" если пусто)
BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL=Запрос банковского счёта для предложения
##### SupplierProposal #####
SupplierProposalSetup=Настройка модуля запросов цен поставщиков
-SupplierProposalNumberingModules=Price requests suppliers numbering models
-SupplierProposalPDFModules=Price requests suppliers documents models
+SupplierProposalNumberingModules=Модели нумерации ценовых запросов поставщиков
+SupplierProposalPDFModules=Модели документов ценовых запросов поставщиков
FreeLegalTextOnSupplierProposal=Свободный текст на запросе цены у поставщиков
WatermarkOnDraftSupplierProposal=Водяной знак на проекте запроса цены у поставщиков (нет знака, если пустое)
BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_PROPOSAL=Запросите банковский счет назначения ценового запроса
@@ -1299,22 +1304,22 @@ WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Попросите источник скл
##### Suppliers Orders #####
BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Запросить адрес банковского счета для заказа на поставку
##### Orders #####
-OrdersSetup=Sales Orders management setup
-OrdersNumberingModules=Приказы нумерации модулей
+OrdersSetup=Настройка управления заказами на продажу
+OrdersNumberingModules=Модели нумерации заказов
OrdersModelModule=Заказ документов моделей
-FreeLegalTextOnOrders=Свободный текст распоряжения
+FreeLegalTextOnOrders=Свободный текст на Заказах
WatermarkOnDraftOrders=Водяные знаки на черновиках Заказов ("Нет" если пусто)
ShippableOrderIconInList=Добавьте значок в список заказов, который указывает, может ли заказ быть отправлен
-BANK_ASK_PAYMENT_BANK_DURING_ORDER=Запросите адрес банковского счета для заказа
+BANK_ASK_PAYMENT_BANK_DURING_ORDER=Запросить счет получателя заказа
##### Interventions #####
-InterventionsSetup=Выступления модуль настройки
+InterventionsSetup=Настройка модуля вмешательств
FreeLegalTextOnInterventions=Дополнительный текст на документах посредничества
FicheinterNumberingModules=Вмешательство нумерации модулей
TemplatePDFInterventions=Вмешательство карту документы моделей
WatermarkOnDraftInterventionCards=Водяной знак на документах посредничества (нет если не задано)
##### Contracts #####
ContractsSetup=Настройка модуля Договоры/подписки
-ContractsNumberingModules=Контракты нумерации модулей
+ContractsNumberingModules=Модуль нумерации контрактов
TemplatePDFContracts=Модели документов контрактов
FreeLegalTextOnContracts=Дополнительный текст к доворам
WatermarkOnDraftContractCards=Водяной знак на черновиках контрактов ("Нет" если пусто)
@@ -1322,17 +1327,17 @@ WatermarkOnDraftContractCards=Водяной знак на черновиках
MembersSetup=Настройка модуля участников
MemberMainOptions=Основные настройки
AdherentLoginRequired= Управление логином для каждого пользователя
-AdherentMailRequired=Email required to create a new member
+AdherentMailRequired=Требуется электронная почта для создания нового участника
MemberSendInformationByMailByDefault=Чекбокс отправить по почте подтверждение членов по умолчанию
-VisitorCanChooseItsPaymentMode=Visitor can choose from available payment modes
-MEMBER_REMINDER_EMAIL=Enable automatic reminder by email of expired subscriptions. Note: Module %s must be enabled and correctly setup to send reminders.
+VisitorCanChooseItsPaymentMode=Посетитель может выбрать один из доступных способов оплаты
+MEMBER_REMINDER_EMAIL=Включить автоматическое напоминание по электронной почте о просроченных подписках. Примечание. Модуль %s должен быть включен и правильно настроен для отправки напоминаний.
##### LDAP setup #####
LDAPSetup=Установка LDAP
LDAPGlobalParameters=Глобальные параметры
LDAPUsersSynchro=Пользователи
LDAPGroupsSynchro=Группы
LDAPContactsSynchro=Контакты
-LDAPMembersSynchro=Члены
+LDAPMembersSynchro=Участники
LDAPMembersTypesSynchro=Типы участников
LDAPSynchronization=LDAP синхронизация
LDAPFunctionsNotAvailableOnPHP=LDAP функции не availbale на PHP
@@ -1347,7 +1352,7 @@ LDAPSynchronizeMembersTypes=Organization of foundation's members types in LDAP
LDAPPrimaryServer=Первичный сервер
LDAPSecondaryServer=Вторичный сервер
LDAPServerPort=Порт сервера
-LDAPServerPortExample=Default port: 389
+LDAPServerPortExample=Порт по умолчанию: 389
LDAPServerProtocolVersion=Версия протокола
LDAPServerUseTLS=Использовать TLS
LDAPServerUseTLSExample=Ваш LDAP сервер использования TLS
@@ -1394,59 +1399,59 @@ LDAPTestSynchroMemberType=Тестирование синхронизации т
LDAPTestSearch= Тестировать поиск LDAP
LDAPSynchroOK=Синхронизация успешные испытания
LDAPSynchroKO=Сбой синхронизации тест
-LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that the connection to the server is correctly configured and allows LDAP updates
+LDAPSynchroKOMayBePermissions=Неудачный тест синхронизации. Проверьте, правильно ли настроено соединение с сервером и разрешены ли обновления LDAP
LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=TCP соединение с сервером LDAP успешного (Server= %s, Порт= %s)
LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=TCP соединение с сервером LDAP Failed (Server= %s, Порт= %s)
-LDAPBindOK=Connect/Authenticate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
-LDAPBindKO=Connect/Authenticate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
+LDAPBindOK=Подключение / проверка подлинности при подключении к серверу LDAP прошла успешно (сервер = %s, порт = %s, Admin = %s, пароль = %s)
+LDAPBindKO=Ошибка подключения / аутентификации на сервере LDAP (Server = %s, Port = %s, Admin = %s, Password = %s)
LDAPSetupForVersion3=LDAP-сервер настроен для версии 3
LDAPSetupForVersion2=LDAP-сервер настроен для версии 2
LDAPDolibarrMapping=Dolibarr Картирование
LDAPLdapMapping=LDAP Картирование
LDAPFieldLoginUnix=Логин (Unix)
-LDAPFieldLoginExample=Example: uid
+LDAPFieldLoginExample=Пример: UID
LDAPFilterConnection=Фильтр поиска
-LDAPFilterConnectionExample=Example: &(objectClass=inetOrgPerson)
+LDAPFilterConnectionExample=Пример: &(objectClass=inetOrgPerson)
LDAPFieldLoginSamba=Логин (самба, activedirectory)
-LDAPFieldLoginSambaExample=Example: samaccountname
+LDAPFieldLoginSambaExample=Пример: samaccountname
LDAPFieldFullname=Фамилия Имя
-LDAPFieldFullnameExample=Example: cn
-LDAPFieldPasswordNotCrypted=Password not encrypted
-LDAPFieldPasswordCrypted=Password encrypted
-LDAPFieldPasswordExample=Example: userPassword
-LDAPFieldCommonNameExample=Example: cn
+LDAPFieldFullnameExample=Пример: cn
+LDAPFieldPasswordNotCrypted=Пароль не зашифрован
+LDAPFieldPasswordCrypted=Пароль зашифрован
+LDAPFieldPasswordExample=Пример: userPassword
+LDAPFieldCommonNameExample=Пример: cn
LDAPFieldName=Имя
-LDAPFieldNameExample=Example: sn
+LDAPFieldNameExample=Пример: sn
LDAPFieldFirstName=Имя
-LDAPFieldFirstNameExample=Example: givenName
+LDAPFieldFirstNameExample=Пример: данноеимя
LDAPFieldMail=Адрес электронной почты
-LDAPFieldMailExample=Example: mail
+LDAPFieldMailExample=Пример: почта
LDAPFieldPhone=Профессиональные телефонные номера
-LDAPFieldPhoneExample=Example: telephonenumber
+LDAPFieldPhoneExample=Пример: телефонныйномер
LDAPFieldHomePhone=Личный номер телефона
-LDAPFieldHomePhoneExample=Example: homephone
+LDAPFieldHomePhoneExample=Пример: домашнийтелефон
LDAPFieldMobile=Сотовый телефон
-LDAPFieldMobileExample=Example: mobile
+LDAPFieldMobileExample=Пример: мобильныйтелефон
LDAPFieldFax=Номер факса
-LDAPFieldFaxExample=Example: facsimiletelephonenumber
+LDAPFieldFaxExample=Пример: факсимильныйномертелефона
LDAPFieldAddress=Улица
-LDAPFieldAddressExample=Example: street
+LDAPFieldAddressExample=Пример: улица
LDAPFieldZip=Zip
-LDAPFieldZipExample=Example: postalcode
+LDAPFieldZipExample=Пример: почтовыйиндекс
LDAPFieldTown=Город
-LDAPFieldTownExample=Example: l
+LDAPFieldTownExample=Пример: л
LDAPFieldCountry=Страна
LDAPFieldDescription=Описание
-LDAPFieldDescriptionExample=Example: description
+LDAPFieldDescriptionExample=Пример: описание
LDAPFieldNotePublic=Общая записка
-LDAPFieldNotePublicExample=Example: publicnote
+LDAPFieldNotePublicExample=Пример: публичнаязаметка
LDAPFieldGroupMembers= Члены группы
-LDAPFieldGroupMembersExample= Example: uniqueMember
+LDAPFieldGroupMembersExample= Пример: uniqueMember
LDAPFieldBirthdate=Дата рождения
LDAPFieldCompany=Компания
-LDAPFieldCompanyExample=Example: o
+LDAPFieldCompanyExample=Пример: o
LDAPFieldSid=SID
-LDAPFieldSidExample=Example: objectsid
+LDAPFieldSidExample=Пример: objectsid
LDAPFieldEndLastSubscription=Дата окончания подписки
LDAPFieldTitle=Должность
LDAPFieldTitleExample=Например, заголовок
@@ -1460,40 +1465,40 @@ LDAPDescMembersTypes=На этой странице вы можете опред
LDAPDescValues=Пример значения для OpenLDAP с загружены следующие схемы: core.schema, cosine.schema, inetorgperson.schema). Если вы используете thoose ценности и OpenLDAP, модифицировать LDAP конфигурационный файл slapd.conf, чтобы все thoose схемы загрузки.
ForANonAnonymousAccess=Для аутентифицированных доступа (для записи, например)
PerfDolibarr=Настройки производительности/отчёты о оптимизации
-YouMayFindPerfAdviceHere=This page provides some checks or advice related to performance.
-NotInstalled=Not installed, so your server is not slowed down by this.
+YouMayFindPerfAdviceHere=Эта страница содержит некоторые проверки или советы, связанные с производительностью.
+NotInstalled=Не установлен, поэтому ваш сервер от этого не замедлится.
ApplicativeCache=Прикладной кеш
-MemcachedNotAvailable=Не найдено аддитивного кэша. Вы можете повысить производительность, установив кэш-сервер Memcached и модуль, способный использовать этот сервер кеша. Более подробная информация здесь. http: //wiki.dolibarr.org/index.php/Module_MemCached_EN. . Заметьте, что многие веб-хостинг-провайдеры не предоставляют такой сервер кеша.
+MemcachedNotAvailable=Аппликативный кеш не найден. Вы можете повысить производительность, установив кеш-сервер Memcached и модуль, способный использовать этот кеш-сервер. Более подробная информация здесь http://wiki.dolibarr.org/index.php/Module_MemCached_EN . Обратите внимание, что многие веб-хостинг-провайдеры не предоставляют такой кеш-сервер.
MemcachedModuleAvailableButNotSetup=Модуль memcached для прикладного кэша найден, но настройка модуля не завершена.
MemcachedAvailableAndSetup=Включен модуль memcached, предназначенный для использования сервера memcached.
OPCodeCache=Кэш OPCode
-NoOPCodeCacheFound=No OPCode cache found. Maybe you are using an OPCode cache other than XCache or eAccelerator (good), or maybe you don't have OPCode cache (very bad).
+NoOPCodeCacheFound=Кэш OPCode не найден. Возможно, вы используете кэш OPCode, отличный от XCache или eAccelerator (хорошо), или, возможно, у вас нет кэша OPCode (очень плохо).
HTTPCacheStaticResources=Кеш HTTP для статичных ресурсов (файлы стилей, изображений, скриптов)
FilesOfTypeCached=Файлы типа %s кешируются HTTP сервером
FilesOfTypeNotCached=Файлы типа %s не кешируются HTTP сервером
FilesOfTypeCompressed=Файлы типа %s сжимаются HTTP сервером
FilesOfTypeNotCompressed=Файлы типа %s сжимаются не HTTP сервером
CacheByServer=Кэшируется сервером
-CacheByServerDesc=For example using the Apache directive "ExpiresByType image/gif A2592000"
+CacheByServerDesc=Например, используя директиву Apache "ExpiresByType image/gif A2592000"
CacheByClient=Кэшируется браузером
CompressionOfResources=Сжатие HTTP заголовков
-CompressionOfResourcesDesc=For example using the Apache directive "AddOutputFilterByType DEFLATE"
+CompressionOfResourcesDesc=Например, используя директиву Apache "AddOutputFilterByType DEFLATE"
TestNotPossibleWithCurrentBrowsers=Такое автоматическое обнаружение невозможно с текущими браузерами
-DefaultValuesDesc=Here you may define the default value you wish to use when creating a new record, and/or default filters or the sort order when you list records.
-DefaultCreateForm=Default values (to use on forms)
+DefaultValuesDesc=Здесь вы можете определить значение по умолчанию, которое вы хотите использовать при создании новой записи, и/или фильтры по умолчанию или порядок сортировки при перечислении записей.
+DefaultCreateForm=Значения по умолчанию (для использования в формах)
DefaultSearchFilters=Фильтры поиска по умолчанию
DefaultSortOrder=Заказы сортировки по умолчанию
DefaultFocus=Поля фокусировки по умолчанию
-DefaultMandatory=Mandatory form fields
+DefaultMandatory=Обязательные поля формы
##### Products #####
-ProductSetup=Продукты модуль настройки
-ServiceSetup=Услуги установки модуля
-ProductServiceSetup=Продукты и услуги установки модулей
-NumberOfProductShowInSelect=Maximum number of products to show in combo select lists (0=no limit)
-ViewProductDescInFormAbility=Display product descriptions in forms (otherwise shown in a tooltip popup)
+ProductSetup=Настройка модуля Продуктов
+ServiceSetup=Настройка модуля Услуг
+ProductServiceSetup=Настройка модулей Продуктов и Услуг
+NumberOfProductShowInSelect=Максимальное количество товаров для отображения в комбинированных списках выбора (0 = без ограничений)
+ViewProductDescInFormAbility=Отображать описания продуктов в формах (в противном случае отображается во всплывающей подсказке)
MergePropalProductCard=Активировать в продукте/услуге Вложенные файлы вставить опцию объединить PDF-документ продукта в предложение PDF azur, если продукт/услуга находится в предложении
-ViewProductDescInThirdpartyLanguageAbility=Display products descriptions in the language of the third party
-UseSearchToSelectProductTooltip=Also if you have a large number of products (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
+ViewProductDescInThirdpartyLanguageAbility=Отображать описания продуктов на языке контрагентов
+UseSearchToSelectProductTooltip=Также, если у вас есть большое количество продуктов (> 100 000), вы можете увеличить скорость, установив постоянное значение PRODUCT_DONOTSEARCH_ANYWHERE равное 1 в меню «Настройка» - «Другие настройки». Поиск будет ограничен началом строки.
UseSearchToSelectProduct=Wait until you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
SetDefaultBarcodeTypeProducts=Стандартный вид штрих-кода, используемого для продуктов
SetDefaultBarcodeTypeThirdParties=Стандартный вид штрих-кода, используемого для третьих сторон
@@ -1502,7 +1507,7 @@ ProductCodeChecker= Модуль для генерации кода продук
ProductOtherConf= Конфигурация Товаров / Услуг
IsNotADir=Не является каталогом!
##### Syslog #####
-SyslogSetup=Настройка модуля системного журнала
+SyslogSetup=Настройка модуля Системного журнала
SyslogOutput=Вход выходных
SyslogFacility=Фонд
SyslogLevel=Уровень
@@ -1514,14 +1519,14 @@ CompressSyslogs=Сжатие и резервное копирование фай
SyslogFileNumberOfSaves=Журнал резервных копий
ConfigureCleaningCronjobToSetFrequencyOfSaves=Настроить очистку запланированного задания для установки частоты резервного копирования журнала
##### Donations #####
-DonationsSetup=Пожертвования модуль настройки
+DonationsSetup=Настройка модуля Пожертвования
DonationsReceiptModel=Шаблон дарения получения
##### Barcode #####
-BarcodeSetup=Штрих-код установки
-PaperFormatModule=Версия для печати формата модуля
-BarcodeEncodeModule=Штрих-кодирование типа
-CodeBarGenerator=Штрих-код генератор
-ChooseABarCode=Нет генератором определена
+BarcodeSetup=Настройка штрих-кода
+PaperFormatModule=Модуль Формата печати
+BarcodeEncodeModule=Тип кодировки штрих-кода
+CodeBarGenerator=Генератор штрих-кода
+ChooseABarCode=Генератор не определен
FormatNotSupportedByGenerator=Формат не поддерживается этим генератором
BarcodeDescEAN8=Штрих-код типа EAN8
BarcodeDescEAN13=Штрих-код типа EAN13
@@ -1535,31 +1540,31 @@ GenbarcodeLocation=Путь для запуска к утилите генера
BarcodeInternalEngine=Внутренние средства управления
BarCodeNumberManager=Менеджер для автоматического определения номеров штрих-кода
##### Prelevements #####
-WithdrawalsSetup=Setup of module Direct Debit payments
+WithdrawalsSetup=Настройка модуля платежей с прямым дебетированием
##### ExternalRSS #####
-ExternalRSSSetup=Внешние RSS импорт установки
+ExternalRSSSetup=Настройка внешнего импорта RSS
NewRSS=Новые RSS Feed
RSSUrl=Ссылка RSS
RSSUrlExample=Интересные RSS-ленты
##### Mailing #####
-MailingSetup=Отправка модуля настройки
-MailingEMailFrom=Sender email (From) for emails sent by emailing module
+MailingSetup=Настройка почтового модуля
+MailingEMailFrom=Модуль Адресанта (от кого) для отправки писем по электронной почте
MailingEMailError=Return Email (Errors-to) for emails with errors
MailingDelay=Время ожидания в секундах перед отправкой следующего сообщения
##### Notification #####
-NotificationSetup=Email Notification module setup
-NotificationEMailFrom=Sender email (From) for emails sent by the Notifications module
+NotificationSetup=Настройка модуля Уведомления по электронной почте
+NotificationEMailFrom=Электронная почта отправителя (От кого) для писем, отправленных модулем Уведомлений
FixedEmailTarget=Получатель
##### Sendings #####
-SendingsSetup=Shipping module setup
-SendingsReceiptModel=Отправка получения модели
-SendingsNumberingModules=Отправки нумерации модулей
-SendingsAbility=Поддержка листов доставки для доставки клиентов
+SendingsSetup=Настройка модуля доставки
+SendingsReceiptModel=Модель отправки квитанции
+SendingsNumberingModules=Модули нумерации отправлений
+SendingsAbility=Поддержка накладных для доставки клиенту
NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that are received and signed by customer. Hence the product deliveries receipt is a duplicated feature and is rarely activated.
FreeLegalTextOnShippings=Дополнительный текст для поставок
##### Deliveries #####
-DeliveryOrderNumberingModules=Продукция Поставки получения нумерации модуль
-DeliveryOrderModel=Продукция Поставки получения модели
+DeliveryOrderNumberingModules=Модуль нумерации чеков поставки продукции
+DeliveryOrderModel=Шаблон бланка товарного чека
DeliveriesOrderAbility=Поддержка продуктов, поставки квитанции
FreeLegalTextOnDeliveryReceipts=Бесплатная доставка по тексту квитанции
##### FCKeditor #####
@@ -1573,27 +1578,27 @@ FCKeditorForUserSignature=Редактор WYSIWIG для создания/из
FCKeditorForMail=WYSIWIG создание/издание для всей почты (кроме Tools-> eMailing)
##### Stock #####
StockSetup=Настройка модуля запаса
-IfYouUsePointOfSaleCheckModule=If you use the Point of Sale module (POS) provided by default or an external module, this setup may be ignored by your POS module. Most POS modules are designed by default to create an invoice immediately and decrease stock irrespective of the options here. So if you need or not to have a stock decrease when registering a sale from your POS, check also your POS module setup.
+IfYouUsePointOfSaleCheckModule=Если вы используете модуль торговой точки (POS), предоставленный по умолчанию, или внешний модуль, эта установка может быть проигнорирована вашим модулем POS. Большинство POS-модулей по умолчанию предназначены для немедленного создания счета-фактуры и уменьшения складских запасов независимо от имеющихся здесь опций. Поэтому, если вам нужно или не нужно уменьшать запас при регистрации продажи в вашем POS, проверьте также настройку вашего POS-модуля.
##### Menu #####
MenuDeleted=Удаленное Меню
Menus=Меню
TreeMenuPersonalized=Персонализированная меню
-NotTopTreeMenuPersonalized=Персонализированные меню, не связанные с верхним меню ввода
+NotTopTreeMenuPersonalized=Персонализированные меню, не связанные с пунктом верхнего меню
NewMenu=Новое меню
Menu=Выбор меню
MenuHandler=Меню обработчик
-MenuModule=Источник модуль
+MenuModule=Исходный модуль
HideUnauthorizedMenu= Скрыть несанкционированного меню (серый)
DetailId=Идентификатор меню
-DetailMenuHandler=Меню обработчик где показывать новое меню
-DetailMenuModule=Имя модуля, если меня из модуля
+DetailMenuHandler=Обработчик меню, где показывать новое меню
+DetailMenuModule=Имя модуля, если пункт меню взят из модуля
DetailType=Тип меню (вверху или слева)
DetailTitre=Меню ярлык или этикетку код для перевода
-DetailUrl=URL, где меня отправить вам (абсолютный URL ссылку или внешние ссылки с http://)
-DetailEnabled=Условие, чтобы показать или не вступления
+DetailUrl=URL-адрес, по которому вам отправляется меню (абсолютная ссылка или внешняя ссылка с http: //)
+DetailEnabled=Условие показать или нет запись
DetailRight=Условие для отображения несанкционированным серого меню
-DetailLangs=Ланг имя ярлыка код перевода
-DetailUser=Стажер / Extern / Все
+DetailLangs=Имя файла Lang для перевода кода метки
+DetailUser=Стажер / Внештатный / Все
Target=Цель
DetailTarget=Target for links (_blank top opens a new window)
DetailLevel=Уровень (-1: верхнее меню, 0: заголовок меню> 0 меню и подменю)
@@ -1602,7 +1607,7 @@ DeleteMenu=Удалить меню
ConfirmDeleteMenu=Вы действительно хотите удалить запись меню %s?
FailedToInitializeMenu=Не удалось инициализировать меню
##### Tax #####
-TaxSetup=Налоги, социальные или налоговые налоги и установка модулей дивидендов
+TaxSetup=Настройка модуля НДС, социальные или налоговые сборов и дивидендов
OptionVatMode=НДС к оплате
OptionVATDefault=Стандартная основа
OptionVATDebitOption=Принцип начисления
@@ -1619,12 +1624,12 @@ SupposedToBeInvoiceDate=Счет дата, используемая
Buy=Покупать
Sell=Продавать
InvoiceDateUsed=Счет дата, используемая
-YourCompanyDoesNotUseVAT=В вашей компании определено, что вы не используете НДС (Home - Setup - Company / Organization), поэтому для настройки нет параметров НДС.
-AccountancyCode=Учетный код
+YourCompanyDoesNotUseVAT=В вашей компании определено, что вы не используете НДС (Главная - Настройки - Компания/Организация), поэтому для настройки нет параметров НДС.
+AccountancyCode=Бухгалтерский код
AccountancyCodeSell=Бух. код продаж
AccountancyCodeBuy=Бух. код покупок
##### Agenda #####
-AgendaSetup=Акции и повестки модуль настройки
+AgendaSetup=Настройка модуля событий и повестки дня
PasswordTogetVCalExport=Ключевые разрешить экспорт ссылке
PastDelayVCalExport=Не экспортировать события старше
AGENDA_USE_EVENT_TYPE=Use events types (managed in menu Setup -> Dictionaries -> Type of agenda events)
@@ -1637,26 +1642,26 @@ AGENDA_REMINDER_BROWSER=Enable event reminder on user's browser (when eve
AGENDA_REMINDER_BROWSER_SOUND=Включить звуковое оповещение
AGENDA_SHOW_LINKED_OBJECT=Показывать связанный объект в представлении повестки дня
##### Clicktodial #####
-ClickToDialSetup=Нажмите для набора модуля настройки
+ClickToDialSetup=Настройка модуля Click To Dial
ClickToDialUrlDesc=Url звонившего, когда клик по пиктограмме телефона сделан. В URL-адресе вы можете использовать теги __PHONETO__, которые будут заменены на номер телефона человека для вызова __PHONEFROM__, который будет заменен номером телефона вызывающего абонента (вашего) __LOGIN__, который будет заменен на clicktodial login (определенном на карточке пользователя) __PASS__, который будет заменен кликтодиальным паролем (определяется на карточке пользователя).
-ClickToDialDesc=This module makea phone numbers clickable links. A click on the icon will make your phone call the number. This can be used to call a call-center system from Dolibarr that can call the phone number on a SIP system for example.
+ClickToDialDesc=Этот модуль делает номера телефонов кликабельными ссылками. Нажатие на значок заставит ваш телефонный номер позвонить. Это можно использовать для вызова системы call-центра из Dolibarr, которая может, например, позвонить по номеру телефона в системе SIP.
ClickToDialUseTelLink=Используйте только ссылку «tel:» на номера телефонов
ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on the same computer as the browser, and called when you click on a link in your browser that starts with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
##### Point Of Sale (CashDesk) #####
CashDesk=Point of Sale
-CashDeskSetup=Point of Sales module setup
+CashDeskSetup=Настройка модуля «Точка продаж»
CashDeskThirdPartyForSell=Default generic third party to use for sales
CashDeskBankAccountForSell=Денежные счета, используемого для продает
CashDeskBankAccountForCheque= Default account to use to receive payments by check
CashDeskBankAccountForCB= Учетной записи для использования на получение денежных выплат по кредитным картам
-CashDeskDoNotDecreaseStock=Disable stock decrease when a sale is done from Point of Sale (if "no", stock decrease is done for each sale done from POS, irrespective of the option set in module Stock).
+CashDeskDoNotDecreaseStock=Отключить уменьшение запаса, когда продажа осуществляется из торговой точки (если «нет», уменьшение запаса производится для каждой продажи, совершаемой из POS, независимо от опции, установленной в модуле Запас).
CashDeskIdWareHouse=Ускорить и ограничить склад для уменьшения запасов
StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
-StockDecreaseForPointOfSaleDisabledbyBatch=Stock decrease in POS is not compatible with module Serial/Lot management (currently active) so stock decrease is disabled.
+StockDecreaseForPointOfSaleDisabledbyBatch=Уменьшение запаса в POS не совместимо с модулем Управление сериями/партиями (в настоящее время активно), поэтому уменьшение запаса отключено
CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
##### Bookmark #####
-BookmarkSetup=Закладка Настройка модуля
-BookmarkDesc=This module allows you to manage bookmarks. You can also add shortcuts to any Dolibarr pages or external web sites on your left menu.
+BookmarkSetup=Настройка модуля Закладки
+BookmarkDesc=Этот модуль позволяет вам управлять закладками. Вы также можете добавить ярлыки на любые страницы Dolibarr или внешние веб-сайты в левом меню.
NbOfBoomarkToShow=Максимальное количество закладок, отображаемых в меню слева
##### WebServices #####
WebServicesSetup=Webservices модуль настройки
@@ -1670,42 +1675,42 @@ ApiProductionMode=Включить режим производства (это
ApiExporerIs=Вы можете исследовать и тестировать API по URL-адресу
OnlyActiveElementsAreExposed=Выделяются только элементы из разрешенных модулей
ApiKey=Ключ для API
-WarningAPIExplorerDisabled=Исследователь API отключен. API-интерфейс API не требуется для предоставления услуг API. Это инструмент для разработчика для поиска/тестирования API REST. Если вам нужен этот инструмент, перейдите в настройку модуля API REST, чтобы активировать его.
+WarningAPIExplorerDisabled=Проводник API отключен. Обозреватель API не обязан предоставлять службы API. Это инструмент для разработчика, чтобы найти / протестировать REST API. Если вам нужен этот инструмент, зайдите в настройку модуля API REST, чтобы активировать его.
##### Bank #####
-BankSetupModule=Банк модуль настройки
+BankSetupModule=Настройка Банковского модуля
FreeLegalTextOnChequeReceipts=Free text on check receipts
-BankOrderShow=Порядок отображения банковских счетов для стран, использующих "подробную номер банковского"
+BankOrderShow=Порядок отображения банковских счетов для стран, использующих «подробный номер банка»
BankOrderGlobal=Общий
BankOrderGlobalDesc=Генеральный порядок отображения
BankOrderES=Испанский
BankOrderESDesc=Испанская порядок отображения
-ChequeReceiptsNumberingModule=Check Receipts Numbering Module
+ChequeReceiptsNumberingModule=Модуль Проверки чеков
##### Multicompany #####
-MultiCompanySetup=Компания Multi-модуль настройки
+MultiCompanySetup=Настройка модуля Корпорация
##### Suppliers #####
-SuppliersSetup=Vendor module setup
+SuppliersSetup=Настройка модуля Поставщика
SuppliersCommandModel=Complete template of purchase order (logo...)
SuppliersInvoiceModel=Полный шаблон счета-фактуры поставщика (логотип ...)
SuppliersInvoiceNumberingModel=Vendor invoices numbering models
IfSetToYesDontForgetPermission=Если установлено "Да", не забудьте дать доступ группам или пользователям, разрешённым для повторного утверждения
##### GeoIPMaxmind #####
-GeoIPMaxmindSetup=GeoIP MaxMind модуля установки
+GeoIPMaxmindSetup=Настройка модуля GeoIP Maxmind
PathToGeoIPMaxmindCountryDataFile=Путь к файлу Maxmind, который требуется для геолокации. Например, /usr/local/share/GeoIP/GeoIP.dat /usr/share/GeoIP/GeoIP.dat
NoteOnPathLocation=Обратите внимание, что Ваш IP, чтобы страны файл данных должен быть в директории вашего PHP может читать (Проверьте ваши установки PHP open_basedir и файловой системы разрешений).
YouCanDownloadFreeDatFileTo=Вы можете скачать бесплатную демонстрационную версию страны GeoIP MaxMind файл на %s.
YouCanDownloadAdvancedDatFileTo=Вы также можете скачать более полную версию, с обновлениями, в стране GeoIP MaxMind файл на %s.
TestGeoIPResult=Испытание преобразование IP -> страны
##### Projects #####
-ProjectsNumberingModules=Проекты нумерации модуль
-ProjectsSetup=Проект модуля установки
-ProjectsModelModule=доклад документ проекта модели
+ProjectsNumberingModules=Модуль нумерации проектов
+ProjectsSetup=Настройка модуля проекта
+ProjectsModelModule=Модель отчета по проекту
TasksNumberingModules=Модуль нумерации Задач
TaskModelModule=Документы с отчетами о задачах
UseSearchToSelectProject=Wait until a key is pressed before loading content of Project combo list. This may improve performance if you have a large number of projects, but it is less convenient.
##### ECM (GED) #####
##### Fiscal Year #####
-AccountingPeriods=Сроки учета
-AccountingPeriodCard=Период учета
+AccountingPeriods=Учетные периоды
+AccountingPeriodCard=Отчетный период
NewFiscalYear=Новый отчетный период
OpenFiscalYear=Открытый отчетный период
CloseFiscalYear=Закрытый отчетный период
@@ -1719,7 +1724,7 @@ NbNumMin=Минимальное количество цифр
NbSpeMin=Минимальное количество специальных символов
NbIteConsecutive=Максимальное количество повторяющихся повторяющихся одинаковых символов
NoAmbiCaracAutoGeneration=Не используйте похожие символы ("1","l","i","|","0","O") для автоматической генерации
-SalariesSetup=Настройка зарплатного модуля
+SalariesSetup=Настройка модуля Зарплаты
SortOrder=Порядок сортировки
Format=Формат
TypePaymentDesc=0:Customer payment type, 1:Vendor payment type, 2:Both customers and suppliers payment type
@@ -1730,10 +1735,10 @@ ExpenseReportsIkSetup=Настройка модуля Отчеты о расхо
ExpenseReportsRulesSetup=Настройка модуля Отчеты о расходах - Правила
ExpenseReportNumberingModules=Модуль нумерации отчетов о расходах
NoModueToManageStockIncrease=Был активирован модуль, способный управлять автоматическим увеличением запасов. Увеличение запасов будет производиться только вручную.
-YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Список уведомлений на пользователя *
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+YouMayFindNotificationsFeaturesIntoModuleNotification=Вы можете найти опции для уведомлений по электронной почте, включив и настроив модуль «Уведомления».
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Перейдите на вкладку «Уведомления» третьей стороны, чтобы добавлять или удалять уведомления для контактов/адресов
Threshold=Порог
@@ -1778,7 +1783,7 @@ ExpectedChecksum=Ожидаемая контрольная сумма
CurrentChecksum=Текущая контрольная сумма
ForcedConstants=Требуемые постоянные значения
MailToSendProposal=Предложения клиенту
-MailToSendOrder=Sales orders
+MailToSendOrder=Заказы на продажу
MailToSendInvoice=Счета клиента
MailToSendShipment=Отгрузки
MailToSendIntervention=Проектные работы
@@ -1821,22 +1826,22 @@ AddSubstitutions=Добавить замены клавиш
DetectionNotPossible=Обнаружение невозможно
UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved in database user table and must be provided on each API call)
ListOfAvailableAPIs=Список доступных API
-activateModuleDependNotSatisfied=Module "%s" depends on module "%s", that is missing, so module "%1$s" may not work correctly. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
+activateModuleDependNotSatisfied=Модуль "%s" зависит от модуля "%s", который отсутствует, поэтому модуль "%1$s" может работать неправильно. Пожалуйста, установите модуль "%2$s" или отключите модуль "%1$s", если вы хотите быть в безопасности от неожиданностей
CommandIsNotInsideAllowedCommands=The command you are trying to run is not in the list of allowed commands defined in parameter $dolibarr_main_restrict_os_commands in the conf.php file.
LandingPage=Целевая страница
-SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", the price will also be the same for all companies if products are shared between environments
+SamePriceAlsoForSharedCompanies=Если вы используете модуль мультикомпания с выбором «Единая цена», цена также будет одинаковой для всех компаний, если продукты распределены между окружениями.
ModuleEnabledAdminMustCheckRights=Модуль активирован. Разрешения для активированного модуля (модулей) были предоставлены только администраторам. Возможно, вам потребуется предоставить разрешения другим пользователям или группам вручную, если это необходимо.
UserHasNoPermissions=This user has no permissions defined
TypeCdr=Use "None" if the date of payment term is date of invoice plus a delta in days (delta is field "%s") Use "At end of month", if, after delta, the date must be increased to reach the end of month (+ an optional "%s" in days) Use "Current/Next" to have payment term date being the first Nth of the month after delta (delta is field "%s", N is stored into field "%s")
BaseCurrency=Справочная валюта компании (перейдите в настройку компании, чтобы изменить это)
-WarningNoteModuleInvoiceForFrenchLaw=This module %s is compliant with French laws (Loi Finance 2016).
-WarningNoteModulePOSForFrenchLaw=This module %s is compliant with French laws (Loi Finance 2016) because module Non Reversible Logs is automatically activated.
-WarningInstallationMayBecomeNotCompliantWithLaw=You are trying to install module %s that is an external module. Activating an external module means you trust the publisher of that module and that you are sure that this module does not adversely impact the behavior of your application, and is compliant with laws of your country (%s). If the module introduces an illegal feature, you become responsible for the use of illegal software.
+WarningNoteModuleInvoiceForFrenchLaw=Этот модуль %s соответствует французским законам (Loi Finance 2016).
+WarningNoteModulePOSForFrenchLaw=Этот модуль %s соответствует французским законам (Loi Finance 2016), поскольку модуль необратимых журналов активируется автоматически.
+WarningInstallationMayBecomeNotCompliantWithLaw=Вы пытаетесь установить модуль %s, который является внешним модулем. Активация внешнего модуля означает, что вы доверяете издателю этого модуля и уверены, что этот модуль не оказывает негативного влияния на поведение вашего приложения и соответствует законодательству вашей страны (%s). Если модуль вводит незаконную функцию, вы несете ответственность за использование нелегального программного обеспечения.
MAIN_PDF_MARGIN_LEFT=Левый отступ в PDF
MAIN_PDF_MARGIN_RIGHT=Правый отступ PDF
MAIN_PDF_MARGIN_TOP=Верхний отступ PDF
MAIN_PDF_MARGIN_BOTTOM=Нижний отступ PDF
-NothingToSetup=There is no specific setup required for this module.
+NothingToSetup=Для этого модуля не требуется никаких специальных настроек.
SetToYesIfGroupIsComputationOfOtherGroups=Установите для этого значение yes, если эта группа является вычислением других групп
EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
SeveralLangugeVariatFound=Было найдено несколько вариантов языка
@@ -1848,9 +1853,9 @@ HelpOnTooltip=Help text to show on tooltip
HelpOnTooltipDesc=Put text or a translation key here for the text to show in a tooltip when this field appears in a form
YouCanDeleteFileOnServerWith=You can delete this file on the server with Command Line: %s
ChartLoaded=Chart of account loaded
-SocialNetworkSetup=Setup of module Social Networks
+SocialNetworkSetup=Настройка модуля Социальные сети
EnableFeatureFor=Enable features for %s
-VATIsUsedIsOff=Note: The option to use Sales Tax or VAT has been set to Off in the menu %s - %s, so Sales tax or Vat used will always be 0 for sales.
+VATIsUsedIsOff=Примечание: В меню %s - %s для параметра «Использовать налог с продаж или НДС» было установлено значение Выкл. , поэтому для продаж всегда используется 0 налога с продаж или НДС.
SwapSenderAndRecipientOnPDF=Swap sender and recipient address position on PDF documents
FeatureSupportedOnTextFieldsOnly=Warning, feature supported on text fields only. Also an URL parameter action=create or action=edit must be set OR page name must end with 'new.php' to trigger this feature.
EmailCollector=Email collector
@@ -1886,7 +1891,7 @@ ECMAutoTree=Show automatic ECM tree
OperationParamDesc=Define values to use for action, or how to extract values. For example: objproperty1=SET:abc objproperty1=SET:a value with replacement of __objproperty1__ objproperty3=SETIFEMPTY:abc objproperty4=EXTRACT:HEADER:X-Myheaderkey.*[^\\s]+(.*) options_myextrafield=EXTRACT:SUBJECT:([^\\s]*) object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)
Use a ; char as separator to extract or set several properties.
OpeningHours=Opening hours
OpeningHoursDesc=Enter here the regular opening hours of your company.
-ResourceSetup=Configuration of Resource module
+ResourceSetup=Конфигурация модуля Ресурсов
UseSearchToSelectResource=Используйте форму поиска, чтобы выбрать ресурс (а не раскрывающийся список).
DisabledResourceLinkUser=Отключить функцию привязки ресурса к пользователям
DisabledResourceLinkContact=Отключить функцию привязки ресурса к контактам
@@ -1895,9 +1900,14 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
-ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
+ABankAccountMustBeDefinedOnPaymentModeSetup=Примечание. Банковский счет должен быть указан в модуле каждого способа оплаты (Paypal, Stripe, ...), чтобы эта функция работала.
RootCategoryForProductsToSell=Root category of products to sell
RootCategoryForProductsToSellDesc=If defined, only products inside this category or childs of this category will be available in the Point Of Sale
DebugBar=Debug Bar
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/ru_RU/bills.lang b/htdocs/langs/ru_RU/bills.lang
index 9d8cac3c0a1..4d64e6aa83d 100644
--- a/htdocs/langs/ru_RU/bills.lang
+++ b/htdocs/langs/ru_RU/bills.lang
@@ -20,12 +20,12 @@ InvoiceStandardDesc=Такой вид счёта является общим.
InvoiceDeposit=Down payment invoice
InvoiceDepositAsk=Down payment invoice
InvoiceDepositDesc=This kind of invoice is done when a down payment has been received.
-InvoiceProForma=Формальный счёт
+InvoiceProForma=Предварительный счет
InvoiceProFormaAsk=Формальный счёт
InvoiceProFormaDesc=Формальный счёт является образом оригинального счёта, но не имеет бухгалтерской учетной записи.
InvoiceReplacement=Замена счета-фактуры
InvoiceReplacementAsk=Замена счета-фактуры на другой
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
In both cases, permissions defines rights on Dolibarr, also external user can have a different menu manager than internal user (See Home - Setup - Display)
+CreateInternalUserDesc=Эта форма позволяет вам создать внутреннего пользователя в вашей компании. Чтобы создать внешнего пользователя (клиента, поставщика и т.д.), используйте кнопку «Создать пользователя Dolibarr» из карточки контакта этого контрагента.
+InternalExternalDesc=Внутренний пользователь - это пользователь, который является частью вашей компании. Внешний пользователь - это клиент, продавец или кто-то другой.
В обоих случаях права доступа определяют права в Dolibarr, также внешний пользователь может иметь менеджер меню, отличный от внутреннего пользователя (см. Главная - Настройка - Внешний вид).
PermissionInheritedFromAGroup=Разрешение предоставляется, поскольку унаследовал от одного из пользователей в группы.
Inherited=Унаследованный
UserWillBeInternalUser=Созданный пользователь будет внутреннего пользователя (потому что не связаны с определенным третьим лицам)
@@ -85,28 +85,28 @@ UserDeleted=Пользователь %s удален
NewGroupCreated=Создана группа %s
GroupModified=Группа %s изменена
GroupDeleted=Удалена группа %s
-ConfirmCreateContact=Are you sure you want to create a Dolibarr account for this contact?
-ConfirmCreateLogin=Are you sure you want to create a Dolibarr account for this member?
-ConfirmCreateThirdParty=Are you sure you want to create a third party for this member?
+ConfirmCreateContact=Вы уверены, что хотите создать учетную запись Dolibarr для этого контакта?
+ConfirmCreateLogin=Вы уверены, что хотите создать учетную запись Dolibarr для этого участника?
+ConfirmCreateThirdParty=Вы уверены, что хотите создать контрагента для этого участника?
LoginToCreate=Логин для создания
NameToCreate=Имя третьей стороной для создания
YourRole=Ваша роль
YourQuotaOfUsersIsReached=Квота активных пользователей будет достигнута!
-NbOfUsers=No. of users
-NbOfPermissions=No. of permissions
+NbOfUsers=Кол-во пользователей
+NbOfPermissions=Кол-во разрешений
DontDowngradeSuperAdmin=Только суперамин может понизить суперамин
HierarchicalResponsible=Руководитель
HierarchicView=Иерархический вид
UseTypeFieldToChange=Использьзуйте поле Тип для изменения
OpenIDURL=OpenID URL
LoginUsingOpenID=Использовать OpenID для входа
-WeeklyHours=Hours worked (per week)
-ExpectedWorkedHours=Expected worked hours per week
+WeeklyHours=Отработанные часы (в неделю)
+ExpectedWorkedHours=Ожидаемое отработанное время за неделю
ColorUser=Цвет пользователя
-DisabledInMonoUserMode=Disabled in maintenance mode
-UserAccountancyCode=User accounting code
-UserLogoff=User logout
-UserLogged=User logged
-DateEmployment=Employment Start Date
-DateEmploymentEnd=Employment End Date
-CantDisableYourself=You can't disable your own user record
+DisabledInMonoUserMode=Отключено в режиме обслуживания
+UserAccountancyCode=Код учета пользователя
+UserLogoff=Выход пользователя
+UserLogged=Пользователь вошел
+DateEmployment=Дата начала трудоустройства
+DateEmploymentEnd=Дата окончания занятости
+CantDisableYourself=Вы не можете отключить свою собственную запись пользователя
diff --git a/htdocs/langs/ru_RU/website.lang b/htdocs/langs/ru_RU/website.lang
index 42bffa2f68c..619b8022065 100644
--- a/htdocs/langs/ru_RU/website.lang
+++ b/htdocs/langs/ru_RU/website.lang
@@ -1,7 +1,7 @@
# Dolibarr language file - Source file is en_US - website
Shortname=Код
WebsiteSetupDesc=Create here the websites you wish to use. Then go into menu Websites to edit them.
-DeleteWebsite=Delete website
+DeleteWebsite=Удалить сайт
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed.
WEBSITE_TYPE_CONTAINER=Type of page/container
WEBSITE_PAGE_EXAMPLE=Web page to use as example
@@ -70,7 +70,7 @@ IDOfPage=Id of page
Banner=Banner
BlogPost=Blog post
WebsiteAccount=Website account
-WebsiteAccounts=Website accounts
+WebsiteAccounts=Аккаунты сайта
AddWebsiteAccount=Create web site account
BackToListOfThirdParty=Back to list for Third Party
DisableSiteFirst=Disable website first
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/ru_RU/withdrawals.lang b/htdocs/langs/ru_RU/withdrawals.lang
index 661e530d09a..3dcaf52751d 100644
--- a/htdocs/langs/ru_RU/withdrawals.lang
+++ b/htdocs/langs/ru_RU/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Файл изъятия средств
SetToStatusSent=Установить статус "Файл отправлен"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Статистика статуса по строкам
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/ru_RU/workflow.lang b/htdocs/langs/ru_RU/workflow.lang
index 98227e18291..bfacde3683f 100644
--- a/htdocs/langs/ru_RU/workflow.lang
+++ b/htdocs/langs/ru_RU/workflow.lang
@@ -1,20 +1,20 @@
# Dolibarr language file - Source file is en_US - workflow
WorkflowSetup=Установка модуля Рабочих процессов
-WorkflowDesc=Данный модуль предназначен для изменения поведения автоматических действий в приложении. По умолчанию рабочий процесс открыт (вы можете делать вещи в произвольном порядке). Вы можете включить автоматические действия, которые вам необходимы.
+WorkflowDesc=Этот модуль предусматривает автоматические действия. По умолчанию рабочий процесс открыт (вы можете делать все в нужном вам порядке), но здесь вы можете включить какие-либо автоматические действия.
ThereIsNoWorkflowToModify=Для активированных модулей нет доступных изменений рабочего процесса.
# Autocreate
-descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Automatically create a customer order after a commercial proposal is signed (new order will have same amount than proposal)
-descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Automatically create a customer invoice after a commercial proposal is signed (new invoice will have same amount than proposal)
+descWORKFLOW_PROPAL_AUTOCREATE_ORDER=Automatically create a sales order after a commercial proposal is signed (the new order will have same amount as the proposal)
+descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=Automatically create a customer invoice after a commercial proposal is signed (the new invoice will have same amount as the proposal)
descWORKFLOW_CONTRACT_AUTOCREATE_INVOICE=Автоматически создавать счет клиента после проверки договора
-descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Automatically create a customer invoice after a customer order is closed (new invoice will have same amount than order)
+descWORKFLOW_ORDER_AUTOCREATE_INVOICE=Automatically create a customer invoice after a sales order is closed (the new invoice will have same amount as the order)
# Autoclassify customer proposal or order
-descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Classify linked source proposal(s) to billed when customer order is set to billed (and if amount of the order is same than total amount of signed linked proposals)
-descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Classify linked source proposal(s) to billed when customer invoice is validated (and if amount of the invoice is same than total amount of signed linked proposals)
-descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Classify linked source customer order(s) to billed when customer invoice is validated (and if amount of the invoice is same than total amount of linked orders)
-descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Classify linked source customer order(s) to billed when customer invoice is set to paid (and if amount of the invoice is same than total amount of linked orders)
-descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Classify linked source customer order to shipped when a shipment is validated (and if quantity shipped by all shipments is the same as in the order to update)
-# Autoclassify supplier order
-descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Classify linked source vendor proposal(s) to billed when vendor invoice is validated (and if amount of the invoice is same than total amount of linked proposals)
-descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Classify linked source purchase order(s) to billed when vendor invoice is validated (and if amount of the invoice is same than total amount of linked orders)
-AutomaticCreation=Automatic creation
-AutomaticClassification=Automatic classification
+descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Classify linked source proposal as billed when sales order is set to billed (and if the amount of the order is the same as the total amount of the signed linked proposal)
+descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Classify linked source proposal as billed when customer invoice is validated (and if the amount of the invoice is the same as the total amount of the signed linked proposal)
+descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Classify linked source sales order as billed when customer invoice is validated (and if the amount of the invoice is the same as the total amount of the linked order)
+descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Classify linked source sales order as billed when customer invoice is set to paid (and if the amount of the invoice is the same as the total amount of the linked order)
+descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Classify linked source sales order as shipped when a shipment is validated (and if the quantity shipped by all shipments is the same as in the order to update)
+# Autoclassify purchase order
+descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Classify linked source vendor proposal as billed when vendor invoice is validated (and if the amount of the invoice is the same as the total amount of the linked proposal)
+descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Classify linked source purchase order as billed when vendor invoice is validated (and if the amount of the invoice is the same as the total amount of the linked order)
+AutomaticCreation=Автоматическое создание
+AutomaticClassification=Автоматическая классификация
diff --git a/htdocs/langs/sk_SK/accountancy.lang b/htdocs/langs/sk_SK/accountancy.lang
index e7127eb165b..5f922e5911c 100644
--- a/htdocs/langs/sk_SK/accountancy.lang
+++ b/htdocs/langs/sk_SK/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Účtovný účet čakania
DONATION_ACCOUNTINGACCOUNT=Účtovný účet na registráciu darov
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Príroda
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Predaje
AccountingJournalType3=Platby
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Načítať účtovníctvo
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=Táto stránka môže byť použitá na nastavenie predvoleného účtu, ktorý sa používa na prepojenie transakčných záznamov o platobných platoch, darcovstve, daniach a DPH, ak už nie je stanovený žiadny konkrétny účtovný účet.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Možnosti
OptionModeProductSell=Mód predaja
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/sk_SK/admin.lang b/htdocs/langs/sk_SK/admin.lang
index 45c31a47e0d..4546efba5d7 100644
--- a/htdocs/langs/sk_SK/admin.lang
+++ b/htdocs/langs/sk_SK/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Odkaz na objekt
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Knižnica používaná pre generovanie PDF
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Mzdy
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Správca pôžičiek
-Module600Name=Upozornenie
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Vytvoriť / upraviť služby
Permission534=Odstrániť služby
Permission536=Pozri / správa skryté služby
Permission538=Export služieb
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Prečítajte si dary
Permission702=Vytvoriť / upraviť dary
Permission703=Odstrániť dary
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Doplnkové atribúty (objednávky)
ExtraFieldsSupplierInvoices=Doplnkové atribúty (faktúry)
ExtraFieldsProject=Doplnkové atribúty (projekty)
ExtraFieldsProjectTask=Doplnkové atribúty (úlohy)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Atribút %s má nesprávnu hodnotu.
AlphaNumOnlyLowerCharsAndNoSpace=iba alfanumerické a malé znaky bez medzier
SendmailOptionNotComplete=Upozornenie na niektorých operačných systémoch Linux, posielať e-maily z vášho e-mailu, musíte sendmail prevedenie inštalácie obsahuje voľbu-BA (parameter mail.force_extra_parameters do súboru php.ini). Ak niektorí príjemcovia nikdy prijímať e-maily, skúste upraviť tento parameter spoločne s PHP mail.force_extra_parameters =-BA).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Úložisko relácie šifrovaná Suhosin
ConditionIsCurrently=Podmienkou je v súčasnej dobe %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Optimalizácia pre vyhľadávače
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug je načítaný
-XCacheInstalled=XCache načítaný.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Zoznam upozornení podľa užívateľa
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Maximálna hodnota
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/sk_SK/bills.lang b/htdocs/langs/sk_SK/bills.lang
index 0a0e51aa0bb..867afacd391 100644
--- a/htdocs/langs/sk_SK/bills.lang
+++ b/htdocs/langs/sk_SK/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma faktúra
InvoiceProFormaDesc=Proforma faktúra je obraz skutočnej faktúry, ale nemá evidencia hodnotu.
InvoiceReplacement=Náhradné faktúra
InvoiceReplacementAsk=Náhradné faktúra faktúry
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Dobropis
InvoiceAvoirAsk=Dobropis opraviť faktúru
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Platobné vyššia než upomienke na zaplatenie
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Klasifikáciu "Zaplatené"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Klasifikovať "Platené čiastočne"
ClassifyCanceled=Klasifikovať "Opustené"
ClassifyClosed=Klasifikáciu "uzavretým"
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Zobraziť výmene faktúru
ShowInvoiceAvoir=Zobraziť dobropis
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Zobraziť platbu
AlreadyPaid=Už zaplatené
AlreadyPaidBack=Už vráti
diff --git a/htdocs/langs/sk_SK/companies.lang b/htdocs/langs/sk_SK/companies.lang
index 50b6a7b65c6..30d71912379 100644
--- a/htdocs/langs/sk_SK/companies.lang
+++ b/htdocs/langs/sk_SK/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Firmy
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Nikto
Vendor=Vendor
+Supplier=Vendor
AddContact=Vytvoriť kontakt
AddContactAddress=Vytvoriť kontakt/adresu
EditContact=Upraviť kontakt
diff --git a/htdocs/langs/sk_SK/errors.lang b/htdocs/langs/sk_SK/errors.lang
index 6c0c9221b52..5f0b4926d2e 100644
--- a/htdocs/langs/sk_SK/errors.lang
+++ b/htdocs/langs/sk_SK/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Špeciálne znaky nie sú povolené pre pole
ErrorNumRefModel=Existuje odkaz do databázy (%s) a nie je kompatibilný s týmto pravidlom číslovania. Odobrať záznam alebo premenovať odkaz na aktiváciu tohto modulu.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Chyba na masku
ErrorBadMaskFailedToLocatePosOfSequence=Chyba maska bez poradovým číslom
ErrorBadMaskBadRazMonth=Chyba, zlá hodnota po resete
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/sk_SK/main.lang b/htdocs/langs/sk_SK/main.lang
index 52f6af95054..ef836241865 100644
--- a/htdocs/langs/sk_SK/main.lang
+++ b/htdocs/langs/sk_SK/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakty / adries tretím stranám tejto
AddressesForCompany=Adresy pre túto tretiu stranu
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Akcia o tomto členovi
ActionsOnProduct=Events about this product
NActionsLate=%s neskoro
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Vytvorte návrh
SetToDraft=Späť na návrh
ClickToEdit=Kliknutím možno upraviť
diff --git a/htdocs/langs/sk_SK/other.lang b/htdocs/langs/sk_SK/other.lang
index 8a2735cfc58..1978f4eabcf 100644
--- a/htdocs/langs/sk_SK/other.lang
+++ b/htdocs/langs/sk_SK/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Zásah %s bol overený.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/sk_SK/products.lang b/htdocs/langs/sk_SK/products.lang
index a03df89e6d1..5d92e95a649 100644
--- a/htdocs/langs/sk_SK/products.lang
+++ b/htdocs/langs/sk_SK/products.lang
@@ -2,6 +2,7 @@
ProductRef=Produkt čj.
ProductLabel=Produkt štítok
ProductLabelTranslated=Preložený názov produktu
+ProductDescription=Product description
ProductDescriptionTranslated=Preložený popis produktu
ProductNoteTranslated=Preložená poznámka produktu
ProductServiceCard=Produkty / služby karty
diff --git a/htdocs/langs/sk_SK/stripe.lang b/htdocs/langs/sk_SK/stripe.lang
index db2a3b0a561..988d8b8954c 100644
--- a/htdocs/langs/sk_SK/stripe.lang
+++ b/htdocs/langs/sk_SK/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/sk_SK/website.lang b/htdocs/langs/sk_SK/website.lang
index 9678b6fd948..00ccd033492 100644
--- a/htdocs/langs/sk_SK/website.lang
+++ b/htdocs/langs/sk_SK/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/sk_SK/withdrawals.lang b/htdocs/langs/sk_SK/withdrawals.lang
index 945b76876df..f3ac8b522c5 100644
--- a/htdocs/langs/sk_SK/withdrawals.lang
+++ b/htdocs/langs/sk_SK/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Odstúpenie súbor
SetToStatusSent=Nastavte na stav "odoslaný súbor"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/sl_SI/accountancy.lang b/htdocs/langs/sl_SI/accountancy.lang
index ad54ed949cf..efd258369f9 100644
--- a/htdocs/langs/sl_SI/accountancy.lang
+++ b/htdocs/langs/sl_SI/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Narava
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Prodaja
AccountingJournalType3=Nabava
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/sl_SI/admin.lang b/htdocs/langs/sl_SI/admin.lang
index 2991502b826..3a342353e7b 100644
--- a/htdocs/langs/sl_SI/admin.lang
+++ b/htdocs/langs/sl_SI/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Poveži z objektom
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Plače
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Upravljanje posojil
-Module600Name=Obvestila
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Kreiranje/spreminjanje storitev
Permission534=Brisanje storitev
Permission536=Pregled/upravljanje skritih storitev
Permission538=Izvoz storitev
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Branje donacij
Permission702=Kreiranje/spreminjanje donacij
Permission703=Delete donacij
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Koplementarni atributi (naročila)
ExtraFieldsSupplierInvoices=Koplementarni atributi (računi)
ExtraFieldsProject=Koplementarni atributi (projekti)
ExtraFieldsProjectTask=Koplementarni atributi (naloge)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Atribut %s ima napačno vrednost.
AlphaNumOnlyLowerCharsAndNoSpace=samo alfanumerični znaki in male črke brez presledkov
SendmailOptionNotComplete=Pozor, na nekaterih Linux sistemih mora za pošiljanje pošte z vašega naslova nastavitev vsebovati opcijo -ba (parameter mail.force_extra_parameters v vaši datoteki php.ini). Če nekateri prejemniki nikoli ne dobijo pošte, poskusite popraviti PHP parameter z mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Shranjevanje seje kriptirano s Suhosin
ConditionIsCurrently=Trenutni pogoj je %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Iskanje optimizacijo
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=Naložen je XDebug
-XCacheInstalled=Naložen je XCache.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=Noben modul za upravljanje avtomatskega povečevanja zalog ni aktiviran. Zaloge se bodo povečale samo na osnovi ročnega vnosa.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Prag
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/sl_SI/bills.lang b/htdocs/langs/sl_SI/bills.lang
index f818dd4b127..b5349596ba5 100644
--- a/htdocs/langs/sl_SI/bills.lang
+++ b/htdocs/langs/sl_SI/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Predračun
InvoiceProFormaDesc=Predračun izgleda enako kot račun, vendar nima računovodske vrednosti.
InvoiceReplacement=Nadomestni račun
InvoiceReplacementAsk=Nadomestni račun za račun
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Dobropis
InvoiceAvoirAsk=Dobropis za korekcijo računa
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Plačilo višje od opomina
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Označeno kot 'Plačano'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Označeno kot 'Delno plačano'
ClassifyCanceled=Označeno kot 'Opuščeno'
ClassifyClosed=Označeno kot 'Zaključeno'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Prikaži nadomestni račun
ShowInvoiceAvoir=Prikaži dobropis
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Prikaži plačilo
AlreadyPaid=Že plačano
AlreadyPaidBack=Že vrnjeno plačilo
diff --git a/htdocs/langs/sl_SI/companies.lang b/htdocs/langs/sl_SI/companies.lang
index 8d52f86f18f..ab68d02ed39 100644
--- a/htdocs/langs/sl_SI/companies.lang
+++ b/htdocs/langs/sl_SI/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Drugo ime (komercialno, blagovna znamka, ...)
AliasNameShort=Alias Name
Companies=Podjetja
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Brez popusta
Vendor=Vendor
+Supplier=Vendor
AddContact=Ustvari kntakt
AddContactAddress=Ustvari naslov
EditContact=Uredi osebo / naslov
diff --git a/htdocs/langs/sl_SI/errors.lang b/htdocs/langs/sl_SI/errors.lang
index bfaf9c8505a..01117e09985 100644
--- a/htdocs/langs/sl_SI/errors.lang
+++ b/htdocs/langs/sl_SI/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Posebni znaki niso dovoljeni v polju "%s"
ErrorNumRefModel=V bazi podatkov obstaja referenca (%s), ki ni kompatibilna s tem pravilom za številčenje. Odstranite zapis ali preimenujte referenco za aktivacijo tega modula.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Napaka na maski
ErrorBadMaskFailedToLocatePosOfSequence=Napaka, maska je brez zaporedne številke
ErrorBadMaskBadRazMonth=Napaka, napačna resetirana vrednost
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/sl_SI/main.lang b/htdocs/langs/sl_SI/main.lang
index efbfbfef0dc..81c4b2c3b23 100644
--- a/htdocs/langs/sl_SI/main.lang
+++ b/htdocs/langs/sl_SI/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakti/naslovi za tega partnerja
AddressesForCompany=Naslovi za tega partnerja
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Dogodki okoli tega člana
ActionsOnProduct=Events about this product
NActionsLate=%s zamujenih
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Ustvarite osnutek
SetToDraft=Nazaj na osnutek
ClickToEdit=Kliknite za urejanje
diff --git a/htdocs/langs/sl_SI/other.lang b/htdocs/langs/sl_SI/other.lang
index e413a5da13f..aebd453a307 100644
--- a/htdocs/langs/sl_SI/other.lang
+++ b/htdocs/langs/sl_SI/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Potrjena intervencija %s
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/sl_SI/products.lang b/htdocs/langs/sl_SI/products.lang
index 050f1fe488d..6b69d44ad17 100644
--- a/htdocs/langs/sl_SI/products.lang
+++ b/htdocs/langs/sl_SI/products.lang
@@ -2,6 +2,7 @@
ProductRef=Referenca proizvoda
ProductLabel=Naziv proizvoda
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Kartica proizvoda/storitve
diff --git a/htdocs/langs/sl_SI/stripe.lang b/htdocs/langs/sl_SI/stripe.lang
index 53ce253eb09..d5ce9df9811 100644
--- a/htdocs/langs/sl_SI/stripe.lang
+++ b/htdocs/langs/sl_SI/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/sl_SI/website.lang b/htdocs/langs/sl_SI/website.lang
index 4a37a3efb93..3244952145a 100644
--- a/htdocs/langs/sl_SI/website.lang
+++ b/htdocs/langs/sl_SI/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/sl_SI/withdrawals.lang b/htdocs/langs/sl_SI/withdrawals.lang
index 630e07a41e2..98cce8e088e 100644
--- a/htdocs/langs/sl_SI/withdrawals.lang
+++ b/htdocs/langs/sl_SI/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Datoteka nakazila
SetToStatusSent=Nastavi status na "Datoteka poslana"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistika po statusu vrstic
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/sq_AL/accountancy.lang b/htdocs/langs/sq_AL/accountancy.lang
index 076a59f3bea..aca20774876 100644
--- a/htdocs/langs/sq_AL/accountancy.lang
+++ b/htdocs/langs/sq_AL/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Mundësi
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/sq_AL/admin.lang b/htdocs/langs/sq_AL/admin.lang
index 1704e1b7cb0..c4296b44853 100644
--- a/htdocs/langs/sq_AL/admin.lang
+++ b/htdocs/langs/sq_AL/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Rrogat
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/sq_AL/bills.lang b/htdocs/langs/sq_AL/bills.lang
index 3000a7ae4c6..d2700772a37 100644
--- a/htdocs/langs/sq_AL/bills.lang
+++ b/htdocs/langs/sq_AL/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/sq_AL/companies.lang b/htdocs/langs/sq_AL/companies.lang
index 27a292f7fbb..c4d7ea97a06 100644
--- a/htdocs/langs/sq_AL/companies.lang
+++ b/htdocs/langs/sq_AL/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Kompanitë
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/sq_AL/errors.lang b/htdocs/langs/sq_AL/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/sq_AL/errors.lang
+++ b/htdocs/langs/sq_AL/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/sq_AL/main.lang b/htdocs/langs/sq_AL/main.lang
index 4164fdb1e11..4335079179b 100644
--- a/htdocs/langs/sq_AL/main.lang
+++ b/htdocs/langs/sq_AL/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/sq_AL/other.lang b/htdocs/langs/sq_AL/other.lang
index dd2fa132429..84e2ff12857 100644
--- a/htdocs/langs/sq_AL/other.lang
+++ b/htdocs/langs/sq_AL/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/sq_AL/products.lang b/htdocs/langs/sq_AL/products.lang
index 629280cfda5..2966ac4af37 100644
--- a/htdocs/langs/sq_AL/products.lang
+++ b/htdocs/langs/sq_AL/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/sq_AL/stripe.lang b/htdocs/langs/sq_AL/stripe.lang
index 3db7c0cf2ee..6e3a15a2b20 100644
--- a/htdocs/langs/sq_AL/stripe.lang
+++ b/htdocs/langs/sq_AL/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/sq_AL/website.lang b/htdocs/langs/sq_AL/website.lang
index 534756ac932..0ee00aff7c0 100644
--- a/htdocs/langs/sq_AL/website.lang
+++ b/htdocs/langs/sq_AL/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/sq_AL/withdrawals.lang b/htdocs/langs/sq_AL/withdrawals.lang
index 4c146c2d43b..b4e13a898d8 100644
--- a/htdocs/langs/sq_AL/withdrawals.lang
+++ b/htdocs/langs/sq_AL/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/sr_RS/accountancy.lang b/htdocs/langs/sr_RS/accountancy.lang
index c567bb5ba78..cb614d171d7 100644
--- a/htdocs/langs/sr_RS/accountancy.lang
+++ b/htdocs/langs/sr_RS/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Priroda
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Prodaje
AccountingJournalType3=Nabavke
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Započinjanje računovodstva
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Opcije
OptionModeProductSell=Vrsta prodaje
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/sr_RS/admin.lang b/htdocs/langs/sr_RS/admin.lang
index c4d811485cb..939e248f1d6 100644
--- a/htdocs/langs/sr_RS/admin.lang
+++ b/htdocs/langs/sr_RS/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Plate
Module510Desc=Record and track employee payments
Module520Name=Krediti
Module520Desc=Management of loans
-Module600Name=Obaveštenja
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/sr_RS/bills.lang b/htdocs/langs/sr_RS/bills.lang
index 14b1c76b888..c0b740dd261 100644
--- a/htdocs/langs/sr_RS/bills.lang
+++ b/htdocs/langs/sr_RS/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Predračun
InvoiceProFormaDesc=Predračun je neobavezujući dokument koji ima sve karakteristike računa.
InvoiceReplacement=Zamenski račun
InvoiceReplacementAsk=Zamenski račun za račun
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Knjižno odobrenje (kredit nota)
InvoiceAvoirAsk=Knjižno odobrenje za korekciju računa
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Iznos koji želite da platiteje viši od iznosa z
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Klasifikuj kao "plaćeno"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Klasifikuj "delimično plaćeno"
ClassifyCanceled=Klasifikuj "napušteno"
ClassifyClosed=Klasifikuj "zatvoreno"
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/sr_RS/companies.lang b/htdocs/langs/sr_RS/companies.lang
index 91a8d7d6a6b..039365081a4 100644
--- a/htdocs/langs/sr_RS/companies.lang
+++ b/htdocs/langs/sr_RS/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias (komercijalni)
AliasNameShort=Alias Name
Companies=Kompanije
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Nema
Vendor=Vendor
+Supplier=Vendor
AddContact=kreiraj kontakt
AddContactAddress=Kreiraj kontakt/adresuz
EditContact=Izmeni kontakt
diff --git a/htdocs/langs/sr_RS/errors.lang b/htdocs/langs/sr_RS/errors.lang
index 528823ad92e..f83d78fb8e2 100644
--- a/htdocs/langs/sr_RS/errors.lang
+++ b/htdocs/langs/sr_RS/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Specijalni karakteri nisu dozvoljeni u polju
ErrorNumRefModel=U bazi postoji referenca (%s) koja nije kompatibilna sa ovim pravilom. Uklonite taj red ili preimenujte referencu kako biste aktivirali ovaj modul.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Greška za masku
ErrorBadMaskFailedToLocatePosOfSequence=Greška, maska bez broja sekvence
ErrorBadMaskBadRazMonth=Greška, pogrešna reset vrednost
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Lozinka je podešena za ovog člana, ali korisnik nije kreiran. To znači da je lozinka sačuvana, ali se član ne može ulogovati na Dolibarr. Informaciju može koristiti neka eksterna komponenta, ali ako nemate potrebe da definišete korisnika/lozinku za članove, možete deaktivirati opciju "Upravljanje lozinkama za svakog člana" u podešavanjima modula Članovi. Ukoliko morate da kreirate login, ali Vam nije potrebna lozinka, ostavite ovo polje prazno da se ovo upozorenje ne bi prikazivalo. Napomena: email može biti korišćen kao login ako je član povezan sa korisnikom.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/sr_RS/main.lang b/htdocs/langs/sr_RS/main.lang
index 5ca0d505bd9..d75b23dfee9 100644
--- a/htdocs/langs/sr_RS/main.lang
+++ b/htdocs/langs/sr_RS/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakti/adrese za ovaj subjekat
AddressesForCompany=Adrese za ovaj subjekat
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Događaji vezani za ovog člana
ActionsOnProduct=Events about this product
NActionsLate=%s kasni
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Napravi draft
SetToDraft=Nazad u draft
ClickToEdit=Klikni za edit
diff --git a/htdocs/langs/sr_RS/other.lang b/htdocs/langs/sr_RS/other.lang
index 706ad39a5be..34e997d52f1 100644
--- a/htdocs/langs/sr_RS/other.lang
+++ b/htdocs/langs/sr_RS/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Intervencija %s je potvrđena.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/sr_RS/products.lang b/htdocs/langs/sr_RS/products.lang
index 47fc76a533e..48a44deea4f 100644
--- a/htdocs/langs/sr_RS/products.lang
+++ b/htdocs/langs/sr_RS/products.lang
@@ -2,6 +2,7 @@
ProductRef=Ref. proizvoda
ProductLabel=Oznaka proizvoda
ProductLabelTranslated=Prevedeni naziv proizvoda
+ProductDescription=Product description
ProductDescriptionTranslated=Prevedeni opis proizvoda
ProductNoteTranslated=Prevedena napomena proizvoda
ProductServiceCard=Kartica Proizvoda/Usluga
diff --git a/htdocs/langs/sr_RS/withdrawals.lang b/htdocs/langs/sr_RS/withdrawals.lang
index 0c7d5011f58..f6b8495f608 100644
--- a/htdocs/langs/sr_RS/withdrawals.lang
+++ b/htdocs/langs/sr_RS/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Fajl podizanja
SetToStatusSent=Podesi status "Fajl poslat"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistike po statusu linija
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/sv_SE/accountancy.lang b/htdocs/langs/sv_SE/accountancy.lang
index 1e46c6e213c..443a5d548de 100644
--- a/htdocs/langs/sv_SE/accountancy.lang
+++ b/htdocs/langs/sv_SE/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Resultaträkningskonto (förlust)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Loggbok för stängning
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Redovisningskonto övergångsöverföring
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Redovisningskonto för väntan
DONATION_ACCOUNTINGACCOUNT=Redovisningskonto för att registrera donationer
@@ -264,7 +265,7 @@ AccountingJournals=Bokföringsloggbok
AccountingJournal=Bokföringsloggbok
NewAccountingJournal=Ny bokföringsloggbok
ShowAccoutingJournal=Visa bokföringsloggbok
-Nature=Naturen
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Övrig verksamhet
AccountingJournalType2=Försäljning
AccountingJournalType3=Inköp
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Exportera till Quadratus QuadraCompta
Modelcsv_ebp=Exportera till EBP
Modelcsv_cogilog=Exportera till Cogilog
Modelcsv_agiris=Exportera till Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Exportera CSV konfigurerbar
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Diagram över konton Id
InitAccountancy=Initära bokföring
InitAccountancyDesc=Den här sidan kan användas för att initiera ett konto på produkter och tjänster som inte har ett kontokonto definierat för försäljning och inköp.
DefaultBindingDesc=Den här sidan kan användas för att ställa in ett standardkonto som ska användas för att koppla transaktionsrekord om betalningslön, donation, skatter och moms när inget specifikt kontokonto redan var inställt.
-DefaultClosureDesc=Den här sidan kan användas för att ställa in parametrar som ska användas för att bifoga en balansräkning.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=alternativ
OptionModeProductSell=Mode försäljning
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/sv_SE/admin.lang b/htdocs/langs/sv_SE/admin.lang
index b967f1948a8..13e135c84d8 100644
--- a/htdocs/langs/sv_SE/admin.lang
+++ b/htdocs/langs/sv_SE/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Kryssrutor från bordet
ExtrafieldLink=Länk till ett objekt
ComputedFormula=Beräknat fält
ComputedFormulaDesc=Du kan ange här en formel med andra objektegenskaper eller någon PHP-kodning för att få ett dynamiskt beräknat värde. Du kan använda alla PHP-kompatibla formler inklusive "?" tillståndsoperatör och följande globala objekt: $ db, $ conf, $ längd, $ mysoc, $ user, $ object . VARNING : Endast vissa egenskaper på $ -objekt kan vara tillgängliga. Om du behöver en egenskap inte laddad, hämta bara objektet i din formel som i det andra exemplet. Med ett beräknat fält kan du inte ange något värde från gränssnittet själv. Om det också finns ett syntaxfel kan inte formeln returnera någonting.
Exempel på formel: $ objekt-> id < 10 ? round($object-> id / 2, 2): ($ objekt-> id + 2 * $ användar-> id) * (int) substr ($ mysoc-> zip, 1, 2 )
Ett annat exempel på formel för att tvinga belastning av objekt och dess moderobjekt: (($ reloadedobj = new Task ($ db )) && ($ reloadedobj-> hämta ($ object-> id)> 0) && ($ secondloadedobj = nytt projekt ($ db)) && ($ secondloadedobj-> hämta ($ reloadedobj-> fk_project)> 0))? $ secondloadedobj-> ref: 'Föräldraprojekt hittades inte'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Om du lämnar fältet tomt betyder det att detta värde kommer att sparas utan kryptering (fältet måste bara döljas med stjärnan på skärmen). Ange 'auto' för att använda standardkrypteringsregeln för att spara lösenord i databasen (då är läsningsvärde endast ett hash, inget sätt att hämta originalvärdet)
ExtrafieldParamHelpselect=Förteckning över värden måste vara linjer med formatnyckel, värde (där nyckel inte kan vara '0')
till exempel: 1, värde1 2, värde2 code3, värde3 ...
För att få lista beroende på en annan komplementär attributlista: 1, värde1 | options_ parent_list_code : parent_key 2, value2 | options_ parent_list_code : parent_key
För att få listan beroende på en annan lista: 1, värde1 | parent_list_code : parent_key 2, värde2 | parent_list_code : parent_key
ExtrafieldParamHelpcheckbox=Lista över värden måste vara rader med formatnyckel, värde (där nyckel inte kan vara '0')
till exempel: 1, värde1 2, värde2 3, värde3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=Lista över värden måste vara rader med formatnyckel,
ExtrafieldParamHelpsellist=Lista över värden kommer från en tabell Syntax: tabellnamn: label_field: id_field :: filter Exempel: c_typent: libelle: id :: filter
- idfilter är nödvändigtvis en primär int nyckel - filtret kan vara ett enkelt test = 1) för att visa endast aktivt värde Du kan också använda $ ID $ i filterhäxa är det aktuella idet av nuvarande objekt För att göra ett SELECT i filter använder du $ SEL $ om du vill filtrera på extrafält använder du syntax extra.fieldcode = ... (där fältkoden är koden för extrafältet)
För att få listan beroende på en annan komplementär attributlista: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
För att ha listan beror på en annan lista: c_typent: libelle: id: parent_list_code | parent_column: filter
ExtrafieldParamHelpchkbxlst=Lista över värden kommer från en tabell Syntax: tabellnamn: label_field: id_field :: filter Exempel: c_typent: libelle: id :: filter
filtret kan vara ett enkelt test (t.ex. aktiv = 1) för att visa endast aktivt värde Du kan också använda $ ID $ i filterhäxa är nuvarande ID för nuvarande objekt För att göra ett SELECT i filter använd $ SEL $ om du vill filtrera på extrafält använder syntax extra.fieldcode = ... (där fältkoden är kod för extrafält)
För att få listan beroende på en annan komplementär attributlista: c_typent: libelle: id: options_ parent_list_code | parent_column: filter
För att få listan beroende på en annan lista: c_typent: libelle: id: parent_list_code | parent_column: filter
ExtrafieldParamHelplink=Parametrar måste vara ObjectName: Classpath Syntax: ObjectName: Classpath Exempel: Societe: societe / class / societe.class.php Kontakt: kontakt / class / contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Bibliotek som används för PDF-generering
LocalTaxDesc=Vissa länder kan ansöka om två eller tre skatter på varje faktura. Om så är fallet, välj typ för andra och tredje skatt och dess skattesats. Möjlig typ är: 1: Lokal skatt gäller för produkter och tjänster utan moms (localtax beräknas på belopp utan skatt) 2: Lokal skatt gäller för produkter och tjänster inklusive moms (lokal skatt beräknas på belopp + huvudskatt) 3: lokal skatt tillämpas på varor utan moms (lokal skatt beräknas på belopp utan skatt) 4: Lokal skatt gäller för produkter inklusive moms (lokal skatt beräknas på belopp + huvudskatt) 5: Lokal skatt gäller för tjänster utan moms (lokal skatt beräknas på belopp utan skatt) 6: Lokal skatt gäller för tjänster inklusive moms (lokal skatt beräknas på belopp + skatt)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Löner
Module510Desc=Spela in och spåra anställda betalningar
Module520Name=Lån
Module520Desc=Förvaltning av lån
-Module600Name=Anmälningar
+Module600Name=Notifications on business event
Module600Desc=Skicka e-postmeddelanden som utlöses av en företagshändelse: per användare (inställning definierad på varje användare), per tredjepartskontakter (inställning definierad på var tredje part) eller genom specifika e-postmeddelanden
Module600Long=Observera att den här modulen skickar e-postmeddelanden i realtid när en viss företagshändelse inträffar. Om du letar efter en funktion för att skicka e-postpåminnelser för agendahändelser, gå till inställningen av modulens Agenda.
Module610Name=Produktvarianter
@@ -819,9 +822,9 @@ Permission532=Skapa / modifiera tjänster
Permission534=Ta bort tjänster
Permission536=Se / Hantera dolda tjänster
Permission538=Exportera tjänster
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Läs donationer
Permission702=Skapa / ändra donationer
Permission703=Ta bort donationer
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Kompletterande attribut (beslut)
ExtraFieldsSupplierInvoices=Kompletterande attribut (fakturor)
ExtraFieldsProject=Kompletterande attribut (projekt)
ExtraFieldsProjectTask=Kompletterande attribut (arbetsuppgifter)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribut% s har ett felaktigt värde.
AlphaNumOnlyLowerCharsAndNoSpace=endast gemena alfanumeriska tecken utan mellanslag
SendmailOptionNotComplete=Varning, på vissa Linux-system, för att skicka e-post från e-post, sendmail utförande inställning måste conatins Alternativ-ba (parameter mail.force_extra_parameters i din php.ini-fil). Om vissa mottagare inte emot e-post, försök att redigera den här PHP parameter med mail.force_extra_parameters =-BA).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session lagring krypteras av Suhosin
ConditionIsCurrently=Condition är för närvarande% s
YouUseBestDriver=Du använder drivrutinen %s vilket är den bästa drivrutinen som för närvarande finns tillgänglig.
YouDoNotUseBestDriver=Du använder drivrutinen %s men drivrutinen %s rekommenderas.
-NbOfProductIsLowerThanNoPb=Du har bara %s produkter / tjänster i databasen. Detta kräver ingen särskild optimering.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Sökoptimering
-YouHaveXProductUseSearchOptim=Du har %s produkter i databasen. Du bör lägga till den konstanta PRODUCT_DONOTSEARCH_ANYWHERE till 1 i Home-Setup-Other. Begränsa sökningen till början av strängar som gör det möjligt för databasen att använda index och du bör få ett omedelbart svar.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=Du använder %s webbläsaren. Den här webbläsaren är ok för säkerhet och prestanda.
BrowserIsKO=Du använder %s webbläsaren. Den här webbläsaren är känd för att vara ett dåligt val för säkerhet, prestanda och tillförlitlighet. Vi rekommenderar att du använder Firefox, Chrome, Opera eller Safari.
-XDebugInstalled=Xdebug är laddad.
-XCacheInstalled=Xcache är laddad.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Visa kund / leverantör ref. info lista (välj lista eller combobox) och de flesta av hyperlänken. Tredje part kommer att visas med ett namnformat av "CC12345 - SC45678 - The Big Company corp." istället för "The Big Company Corp".
AddAdressInList=Visa adresslista för kund / leverantörs adress (välj lista eller combobox) Tredje parten kommer att visas med ett namnformat för "The Big Company Corp." - 21 Jump Street 123456 Big Town - USA "istället för" The Big Company Corp ".
AskForPreferredShippingMethod=Be om föredragen leveransmetod för tredje parter.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Inställning av modul Utläggsrapportsregler
ExpenseReportNumberingModules=Modul för utläggsrapporteringsnummer
NoModueToManageStockIncrease=Ingen modul kunna hantera automatiska lagerökningen har aktiverats. Stock ökning kommer att ske på bara manuell inmatning.
YouMayFindNotificationsFeaturesIntoModuleNotification=Du kan hitta alternativ för e-postmeddelanden genom att aktivera och konfigurera modulen "Meddelande".
-ListOfNotificationsPerUser=Lista över anmälningar per användare *
-ListOfNotificationsPerUserOrContact=Lista över anmälningar (händelser) tillgängliga per användare * eller per kontakt **
-ListOfFixedNotifications=Lista över fasta meddelanden
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Gå till fliken "Notifieringar" för en användare för att lägga till eller ta bort meddelanden för användare
GoOntoContactCardToAddMore=Gå på fliken "Notifieringar" från en tredje part för att lägga till eller ta bort meddelanden för kontakter / adresser
Threshold=Tröskelvärde
@@ -1895,6 +1900,11 @@ OnMobileOnly=På en liten skärm (smartphone) bara
DisableProspectCustomerType=Inaktivera "Prospect + Customer" tredjepartstyp (så tredje part måste vara Prospect eller Kund men kan inte vara båda)
MAIN_OPTIMIZEFORTEXTBROWSER=Förenkla gränssnittet för blinda personer
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Aktivera det här alternativet om du är blind person, eller om du använder programmet från en textbläsare som Lynx eller Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=Detta värde kan skrivas över av varje användare från användarens sida - fliken '%s'
DefaultCustomerType=Standard tredjepartstyp för skapande av "Ny kund"
ABankAccountMustBeDefinedOnPaymentModeSetup=Obs! Bankkontot måste definieras i modulen för varje betalningsläge (Paypal, Stripe, ...) för att den här funktionen ska fungera.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Antal rader som ska visas på loggfliken
UseDebugBar=Använd felsökningsfältet
DEBUGBAR_LOGS_LINES_NUMBER=Antal sista logglinjer för att hålla i konsolen
WarningValueHigherSlowsDramaticalyOutput=Varning, högre värden sänker dramaticaly-utgången
-DebugBarModuleActivated=Modul debugbar aktiveras och saktar dramatiskt gränssnittet
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Exportmodeller delas med alla
ExportSetup=Inställning av modul Export
InstanceUniqueID=Unikt ID för förekomsten
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/sv_SE/bills.lang b/htdocs/langs/sv_SE/bills.lang
index 87ba06c3f74..69025c706da 100644
--- a/htdocs/langs/sv_SE/bills.lang
+++ b/htdocs/langs/sv_SE/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma faktura
InvoiceProFormaDesc=Proforma faktura är en bild av en sann faktura men har ingen bokföring värde.
InvoiceReplacement=Ersättnings faktura
InvoiceReplacementAsk=Ersättnings faktura för faktura
-InvoiceReplacementDesc= Ersättningsfaktura används för att avbryta och helt ersätta en faktura utan betalning som redan tagits emot.
Obs! Endast fakturor utan betalning på den kan bytas ut. Om fakturan du byter inte är avslutad stängs den automatiskt för att "överge".
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Kreditnota
InvoiceAvoirAsk=Kreditnota att korrigera fakturan
InvoiceAvoirDesc= kreditnota är en negativ faktura som används för att korrigera det faktum att en faktura visar ett belopp som skiljer sig från det belopp som faktiskt betalats (t.ex. kunden betalade för mycket av misstag eller betalar inte hela beloppet eftersom vissa produkter returnerades) .
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Betalning högre än påminnelse att betala
HelpPaymentHigherThanReminderToPay=Observera är betalningsbeloppet för en eller flera räkningar högre än det utestående beloppet att betala. Ändra din post, annars bekräfta och överväga att skapa en kreditnotering för det överskott som tas emot för varje överbetald faktura.
HelpPaymentHigherThanReminderToPaySupplier=Observera är betalningsbeloppet för en eller flera räkningar högre än det utestående beloppet att betala. Ändra din post, annars bekräfta och överväga att skapa en kreditnotering för det överskjutande beloppet för varje överbetald faktura.
ClassifyPaid=Märk "betald"
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Märk "betalda delvis"
ClassifyCanceled=Märk "övergivna"
ClassifyClosed=Märk "avsluten"
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Visa ersätter faktura
ShowInvoiceAvoir=Visa kreditnota
ShowInvoiceDeposit=Visa nedbetalningsfaktura
ShowInvoiceSituation=Visa lägesfaktura
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Visa betalning
AlreadyPaid=Redan betalats ut
AlreadyPaidBack=Redan återbetald
diff --git a/htdocs/langs/sv_SE/companies.lang b/htdocs/langs/sv_SE/companies.lang
index c4a75a1afaa..098c3c073b4 100644
--- a/htdocs/langs/sv_SE/companies.lang
+++ b/htdocs/langs/sv_SE/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias namn (kommersiellt, varumärke, ...)
AliasNameShort=Alias namn
Companies=Företag
CountryIsInEEC=Landet ligger inom Europeiska ekonomiska gemenskapen
-PriceFormatInCurrentLanguage=Prisformat i nuvarande språk
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Namn på tredjepart
ThirdPartyEmail=Tredjeparts e-post
ThirdParty=Tredjepart
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absoluta leverantörsrabatter (angivna av alla
SupplierAbsoluteDiscountMy=Absoluta leverantörsrabatter (angivna av dig själv)
DiscountNone=Ingen
Vendor=Säljare
+Supplier=Vendor
AddContact=Skapa kontakt
AddContactAddress=Skapa kontakt / adress
EditContact=Redigera kontakt / adress
diff --git a/htdocs/langs/sv_SE/errors.lang b/htdocs/langs/sv_SE/errors.lang
index 8be0a0461f0..f4e435871f1 100644
--- a/htdocs/langs/sv_SE/errors.lang
+++ b/htdocs/langs/sv_SE/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Speciella tecken är inte tillåtna för anv
ErrorNumRefModel=En hänvisning finns i databasen (%s) och är inte förenligt med denna numrering regel. Ta bort post eller bytt namn hänvisning till aktivera den här modulen.
ErrorQtyTooLowForThisSupplier=Mängden är för låg för den här försäljaren eller inget pris som definieras på denna produkt för den här försäljaren
ErrorOrdersNotCreatedQtyTooLow=Vissa beställningar har inte skapats på grund av för låga kvantiteter
-ErrorModuleSetupNotComplete=Inställningen av modulen ser ut att vara ofullständig. Gå hem - Inställningar - Moduler att slutföra.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Fel på masken
ErrorBadMaskFailedToLocatePosOfSequence=Fel, mask utan löpnummer
ErrorBadMaskBadRazMonth=Fel, dåligt återställningsvärde
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s måste börja med http: // eller https: //
ErrorNewRefIsAlreadyUsed=Fel, den nya referensen används redan
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Ett lösenord har ställts för den här medlemmen. Men inget användarkonto skapades. Så det här lösenordet är lagrat men kan inte användas för att logga in till Dolibarr. Den kan användas av en extern modul / gränssnitt men om du inte behöver definiera någon inloggning eller ett lösenord för en medlem kan du inaktivera alternativet "Hantera en inloggning för varje medlem" från inställningen av medlemsmodulen. Om du behöver hantera en inloggning men inte behöver något lösenord, kan du hålla fältet tomt för att undvika denna varning. Obs! Email kan också användas som inloggning om medlemmen är länkad till en användare.
WarningMandatorySetupNotComplete=Klicka här för att ställa in obligatoriska parametrar
WarningEnableYourModulesApplications=Klicka här för att aktivera dina moduler och applikationer
diff --git a/htdocs/langs/sv_SE/main.lang b/htdocs/langs/sv_SE/main.lang
index a18d6220a4a..ccc0b9aca07 100644
--- a/htdocs/langs/sv_SE/main.lang
+++ b/htdocs/langs/sv_SE/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Kontakter / adresser för denna tredje part
AddressesForCompany=Adresser för denna tredje part
ActionsOnCompany=Evenemang för denna tredje part
ActionsOnContact=Händelser för denna kontakt / adress
+ActionsOnContract=Events for this contract
ActionsOnMember=Händelser om denna medlem
ActionsOnProduct=Händelser om denna produkt
NActionsLate=%s sent
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Länk till leverantörsförslag
LinkToSupplierInvoice=Länk till leverantörsfaktura
LinkToContract=Länk till kontrakt
LinkToIntervention=Länk till intervention
+LinkToTicket=Link to ticket
CreateDraft=Skapa utkast
SetToDraft=Tillbaka till utkast
ClickToEdit=Klicka för att redigera
diff --git a/htdocs/langs/sv_SE/other.lang b/htdocs/langs/sv_SE/other.lang
index 93d2115b9be..71012c57976 100644
--- a/htdocs/langs/sv_SE/other.lang
+++ b/htdocs/langs/sv_SE/other.lang
@@ -20,7 +20,7 @@ ZipFileGeneratedInto=Zip-fil genererad till %s .
DocFileGeneratedInto=Doc-filen genereras till %s .
JumpToLogin=Förbindelse förlorad. Gå till inloggningssidan ...
MessageForm=Meddelande på onlinebetalningsformulär
-MessageOK=Meddelande på retursidan för en validerad betalning
+MessageOK=Meddelande på retursidan för en bekräftat betalning
MessageKO=Meddelande på retursidan för en avbokad betalning
ContentOfDirectoryIsNotEmpty=Innehållet i den här katalogen är inte tomt.
DeleteAlsoContentRecursively=Kontrollera att allt innehåll rekursivt raderas
@@ -31,13 +31,13 @@ NextYearOfInvoice=Följande år med fakturadatum
DateNextInvoiceBeforeGen=Datum för nästa faktura (före generationen)
DateNextInvoiceAfterGen=Datum för nästa faktura (efter generation)
-Notify_ORDER_VALIDATE=Försäljningsorder validerad
+Notify_ORDER_VALIDATE=Försäljningsorder bekräftat
Notify_ORDER_SENTBYMAIL=Försäljningsorder skickad via post
Notify_ORDER_SUPPLIER_SENTBYMAIL=Beställningsorder skickad via e-post
Notify_ORDER_SUPPLIER_VALIDATE=Beställningsorder registrerad
Notify_ORDER_SUPPLIER_APPROVE=Köporder godkänd
Notify_ORDER_SUPPLIER_REFUSE=Inköpsorder nekades
-Notify_PROPAL_VALIDATE=Kunden förslag validerade
+Notify_PROPAL_VALIDATE=Kunden förslag bekräftades
Notify_PROPAL_CLOSE_SIGNED=Kundförslaget är undertecknat
Notify_PROPAL_CLOSE_REFUSED=Kundförslaget stängdes vägrade
Notify_PROPAL_SENTBYMAIL=Kommersiell förslag skickas per post
@@ -46,22 +46,22 @@ Notify_WITHDRAW_CREDIT=Credit tillbakadragande
Notify_WITHDRAW_EMIT=Isue tillbakadragande
Notify_COMPANY_CREATE=Tredje part som skapats
Notify_COMPANY_SENTBYMAIL=Post som skickas från tredjepartskort
-Notify_BILL_VALIDATE=Kundfaktura validerade
+Notify_BILL_VALIDATE=Kundfaktura bekräftades
Notify_BILL_UNVALIDATE=Kundfakturan Fraktpris saknas
Notify_BILL_PAYED=Kundfaktura betalad
Notify_BILL_CANCEL=Kundfaktura avbryts
Notify_BILL_SENTBYMAIL=Kundfaktura skickas per post
-Notify_BILL_SUPPLIER_VALIDATE=Leverantörsfaktura validerad
+Notify_BILL_SUPPLIER_VALIDATE=Leverantörsfaktura bekräftat
Notify_BILL_SUPPLIER_PAYED=Leverantörsfaktura betalad
Notify_BILL_SUPPLIER_SENTBYMAIL=Leverantörsfaktura skickad via post
Notify_BILL_SUPPLIER_CANCELED=Leverantörsfaktura inställd
-Notify_CONTRACT_VALIDATE=Kontrakt validerade
-Notify_FICHEINTER_VALIDATE=Intervention validerade
+Notify_CONTRACT_VALIDATE=Kontrakt bekräftades
+Notify_FICHEINTER_VALIDATE=Intervention bekräftades
Notify_FICHINTER_ADD_CONTACT=Tillagd kontakt till insats
Notify_FICHINTER_SENTBYMAIL=Ingripande skickas per post
-Notify_SHIPPING_VALIDATE=Frakt validerade
+Notify_SHIPPING_VALIDATE=Frakt bekräftades
Notify_SHIPPING_SENTBYMAIL=Leverans skickas per post
-Notify_MEMBER_VALIDATE=Medlem validerade
+Notify_MEMBER_VALIDATE=Medlem bekräftades
Notify_MEMBER_MODIFY=Medlem modifierad
Notify_MEMBER_SUBSCRIPTION=Medlem tecknat
Notify_MEMBER_RESILIATE=Medlem avslutad
@@ -70,9 +70,9 @@ Notify_PROJECT_CREATE=Projekt skapande
Notify_TASK_CREATE=Task skapade
Notify_TASK_MODIFY=Task modifierad
Notify_TASK_DELETE=Uppgift utgår
-Notify_EXPENSE_REPORT_VALIDATE=Expense rapport validerad (godkännande krävs)
+Notify_EXPENSE_REPORT_VALIDATE=Utläggsrapport bekräftat (godkännande krävs)
Notify_EXPENSE_REPORT_APPROVE=Kostnadsrapport godkänd
-Notify_HOLIDAY_VALIDATE=Lämna förfrågan validerad (godkännande krävs)
+Notify_HOLIDAY_VALIDATE=Lämna förfrågan bekräftat (godkännande krävs)
Notify_HOLIDAY_APPROVE=Lämna förfrågan godkänd
SeeModuleSetup=Se inställning av modul %s
NbOfAttachedFiles=Antal bifogade filer / dokument
@@ -112,12 +112,12 @@ ValidatedBy=Bekräftad av %s
ClosedBy=Stängt av %s
CreatedById=Användarkod som skapade
ModifiedById=Användar-ID som gjorde senaste ändringen
-ValidatedById=Användarkod som validerats
+ValidatedById=Användarkod som bekräftats
CanceledById=Användar-ID som annulleras
ClosedById=Användar-ID som stängd
CreatedByLogin=Användarinloggning som skapade
ModifiedByLogin=Användarinloggning som gjorde senaste ändringen
-ValidatedByLogin=Användarinloggning som validerats
+ValidatedByLogin=Användarinloggning som bekräftats
CanceledByLogin=Användarinloggning som annullerats
ClosedByLogin=Användarinloggning som stängde
FileWasRemoved=Arkiv %s togs bort
@@ -184,28 +184,30 @@ NumberOfCustomerInvoices=Antal kundfakturor
NumberOfSupplierProposals=Antal leverantörsförslag
NumberOfSupplierOrders=Antal inköpsorder
NumberOfSupplierInvoices=Antal leverantörsfakturor
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Antal enheter på förslag
NumberOfUnitsCustomerOrders=Antal enheter på försäljningsorder
NumberOfUnitsCustomerInvoices=Antal enheter på kundfakturor
NumberOfUnitsSupplierProposals=Antal enheter på leverantörsförslag
NumberOfUnitsSupplierOrders=Antal enheter på inköpsorder
NumberOfUnitsSupplierInvoices=Antal enheter på leverantörsfakturor
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=Ett nytt ingripande %s har tilldelats dig.
-EMailTextInterventionValidated=Interventionen %s har validerats.
-EMailTextInvoiceValidated=Faktura %s har validerats.
+EMailTextInterventionValidated=Interventionen %s har bekräftats.
+EMailTextInvoiceValidated=Faktura %s har bekräftats.
EMailTextInvoicePayed=Faktura %s har betalats.
-EMailTextProposalValidated=Förslag %s har validerats.
+EMailTextProposalValidated=Förslag %s har bekräftats.
EMailTextProposalClosedSigned=Förslag %s har avslutats undertecknat.
-EMailTextOrderValidated=Order %s har validerats.
+EMailTextOrderValidated=Order %s har bekräftats.
EMailTextOrderApproved=Beställningen %s har godkänts.
EMailTextOrderValidatedBy=Order %s har spelats in av %s.
EMailTextOrderApprovedBy=Beställningen %s har godkänts av %s.
EMailTextOrderRefused=Beställningen %s har vägrats.
EMailTextOrderRefusedBy=Beställningen %s har blivit nekad av %s.
-EMailTextExpeditionValidated=Frakt %s har validerats.
-EMailTextExpenseReportValidated=Kostnadsrapport %s har validerats.
+EMailTextExpeditionValidated=Frakt %s har bekräftats.
+EMailTextExpenseReportValidated=Kostnadsrapport %s har bekräftats.
EMailTextExpenseReportApproved=Kostnadsrapport %s har godkänts.
-EMailTextHolidayValidated=Lämna förfrågan %s har validerats.
+EMailTextHolidayValidated=Lämna förfrågan %s har bekräftats.
EMailTextHolidayApproved=Förfrågan %s har godkänts.
ImportedWithSet=Import dataunderlaget
DolibarrNotification=Automatisk anmälan
@@ -246,10 +248,10 @@ YourPasswordHasBeenReset=Ditt lösenord har återställts framgångsrikt
ApplicantIpAddress=Sökandens IP-adress
SMSSentTo=SMS skickat till %s
MissingIds=Saknande ID
-ThirdPartyCreatedByEmailCollector=Third party created by email collector from email MSGID %s
-ContactCreatedByEmailCollector=Contact/address created by email collector from email MSGID %s
-ProjectCreatedByEmailCollector=Project created by email collector from email MSGID %s
-TicketCreatedByEmailCollector=Ticket created by email collector from email MSGID %s
+ThirdPartyCreatedByEmailCollector=Tredje part skapad av e-post samlare från e-post MSGID %s
+ContactCreatedByEmailCollector=Kontakt / adress skapad via e-post samlare från email MSGID %s
+ProjectCreatedByEmailCollector=Projekt skapat av e-post samlare från email MSGID %s
+TicketCreatedByEmailCollector=Biljett skapad av e-post samlare från email MSGID %s
##### Export #####
ExportsArea=Export område
@@ -268,5 +270,5 @@ WEBSITE_IMAGEDesc=Relativ sökväg i bildmediet. Du kan hålla det tomt eftersom
WEBSITE_KEYWORDS=Nyckelord
LinesToImport=Rader att importera
-MemoryUsage=Memory usage
-RequestDuration=Duration of request
+MemoryUsage=Minnesanvändning
+RequestDuration=Varaktighet för förfrågan
diff --git a/htdocs/langs/sv_SE/products.lang b/htdocs/langs/sv_SE/products.lang
index 2497e61f09e..2950e11044b 100644
--- a/htdocs/langs/sv_SE/products.lang
+++ b/htdocs/langs/sv_SE/products.lang
@@ -2,6 +2,7 @@
ProductRef=Produkt ref.
ProductLabel=Produktmärkning
ProductLabelTranslated=Översatt produktetikett
+ProductDescription=Product description
ProductDescriptionTranslated=Översatt produktbeskrivning
ProductNoteTranslated=Översatt produktnotat
ProductServiceCard=Produkter / tjänster
diff --git a/htdocs/langs/sv_SE/stripe.lang b/htdocs/langs/sv_SE/stripe.lang
index 9213cb8b250..f93ea0b5655 100644
--- a/htdocs/langs/sv_SE/stripe.lang
+++ b/htdocs/langs/sv_SE/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=Användarkonto som ska användas för e-postnotifier
StripePayoutList=Lista över Stripe utbetalningar
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/sv_SE/website.lang b/htdocs/langs/sv_SE/website.lang
index bdecce66d17..cc934e66abc 100644
--- a/htdocs/langs/sv_SE/website.lang
+++ b/htdocs/langs/sv_SE/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=Ingen hemsida har skapats än. Skapa en första.
GoTo=Gå till
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/sv_SE/withdrawals.lang b/htdocs/langs/sv_SE/withdrawals.lang
index 46e809839dc..b36e78217df 100644
--- a/htdocs/langs/sv_SE/withdrawals.lang
+++ b/htdocs/langs/sv_SE/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Utträde fil
SetToStatusSent=Ställ in på status "File Skickat"
ThisWillAlsoAddPaymentOnInvoice=Detta kommer också att registrera betalningar till fakturor och märka dem som "Betalda" om det kvarstår att betala är noll
StatisticsByLineStatus=Statistik efter status linjer
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unik Mandatreferens
RUMWillBeGenerated=Om tomt kommer en UMR (Unique Mandate Reference) att genereras när bankkontoinformationen är sparad.
WithdrawMode=Direkt debiteringsläge (FRST eller RECUR)
diff --git a/htdocs/langs/sw_SW/accountancy.lang b/htdocs/langs/sw_SW/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/sw_SW/accountancy.lang
+++ b/htdocs/langs/sw_SW/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/sw_SW/admin.lang b/htdocs/langs/sw_SW/admin.lang
index 9eaa12ec9be..2e27c6fe81f 100644
--- a/htdocs/langs/sw_SW/admin.lang
+++ b/htdocs/langs/sw_SW/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/sw_SW/bills.lang b/htdocs/langs/sw_SW/bills.lang
index c9d46e4ffff..53535e58b46 100644
--- a/htdocs/langs/sw_SW/bills.lang
+++ b/htdocs/langs/sw_SW/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/sw_SW/companies.lang b/htdocs/langs/sw_SW/companies.lang
index 77bd4f8a445..578f5cb8920 100644
--- a/htdocs/langs/sw_SW/companies.lang
+++ b/htdocs/langs/sw_SW/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/sw_SW/errors.lang b/htdocs/langs/sw_SW/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/sw_SW/errors.lang
+++ b/htdocs/langs/sw_SW/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/sw_SW/main.lang b/htdocs/langs/sw_SW/main.lang
index 6efbe942032..1cadc32f4ab 100644
--- a/htdocs/langs/sw_SW/main.lang
+++ b/htdocs/langs/sw_SW/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/sw_SW/other.lang b/htdocs/langs/sw_SW/other.lang
index a6802140be3..8a5ccdbab5c 100644
--- a/htdocs/langs/sw_SW/other.lang
+++ b/htdocs/langs/sw_SW/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/sw_SW/products.lang b/htdocs/langs/sw_SW/products.lang
index 7b68f5b3ebd..73e672284de 100644
--- a/htdocs/langs/sw_SW/products.lang
+++ b/htdocs/langs/sw_SW/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/sw_SW/withdrawals.lang b/htdocs/langs/sw_SW/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/sw_SW/withdrawals.lang
+++ b/htdocs/langs/sw_SW/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/th_TH/accountancy.lang b/htdocs/langs/th_TH/accountancy.lang
index b895dec5004..b98134aa1cd 100644
--- a/htdocs/langs/th_TH/accountancy.lang
+++ b/htdocs/langs/th_TH/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=ธรรมชาติ
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=ขาย
AccountingJournalType3=การสั่งซื้อสินค้า
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/th_TH/admin.lang b/htdocs/langs/th_TH/admin.lang
index 1dc638b8ef8..173ac63b62d 100644
--- a/htdocs/langs/th_TH/admin.lang
+++ b/htdocs/langs/th_TH/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=เชื่อมโยงไปยังวัตถุ
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=เงินเดือน
Module510Desc=Record and track employee payments
Module520Name=เงินให้กู้ยืม
Module520Desc=การบริหารจัดการของเงินให้สินเชื่อ
-Module600Name=การแจ้งเตือน
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=สร้าง / แก้ไขบริการ
Permission534=ลบบริการ
Permission536=ดู / จัดการบริการซ่อน
Permission538=บริการส่งออก
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=อ่านบริจาค
Permission702=สร้าง / แก้ไขการบริจาค
Permission703=ลบบริจาค
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=คุณลักษณะเสริม (คำส
ExtraFieldsSupplierInvoices=คุณลักษณะเสริม (ใบแจ้งหนี้)
ExtraFieldsProject=คุณลักษณะเสริม (โครงการ)
ExtraFieldsProjectTask=คุณลักษณะเสริม (งาน)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=s Attribute% มีค่าที่ไม่ถูกต้อง
AlphaNumOnlyLowerCharsAndNoSpace=alphanumericals เท่านั้นและอักขระตัวพิมพ์เล็กโดยไม่ต้องพื้นที่
SendmailOptionNotComplete=คำเตือนในบางระบบลินุกซ์ที่จะส่งอีเมลจากอีเมลของคุณตั้งค่าการดำเนินการต้องมี sendmail -ba ตัวเลือก (mail.force_extra_parameters พารามิเตอร์ลงในไฟล์ php.ini ของคุณ) หากผู้รับบางคนไม่เคยได้รับอีเมลพยายามที่จะแก้ไขพารามิเตอร์ PHP นี้กับ mail.force_extra_parameters = -ba)
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=เซสชั่นการจัดเก็บข้
ConditionIsCurrently=สภาพปัจจุบันคือ% s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=ค้นหาการเพิ่มประสิทธิภาพ
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug โหลด
-XCacheInstalled=XCache โหลด
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=ไม่มีโมดูลสามารถจัดการกับการเพิ่มขึ้นของสต็อกอัตโนมัติถูกเปิดใช้งาน การเพิ่มขึ้นของสต็อกจะทำได้ในการป้อนข้อมูลด้วยตนเอง
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=ธรณีประตู
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/th_TH/bills.lang b/htdocs/langs/th_TH/bills.lang
index b1eaa9aec89..57d4a46221d 100644
--- a/htdocs/langs/th_TH/bills.lang
+++ b/htdocs/langs/th_TH/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=ใบแจ้งหนี้ Proforma
InvoiceProFormaDesc=ใบแจ้งหนี้ Proforma คือภาพของใบแจ้งหนี้ที่แท้จริง แต่มีค่าไม่มีบัญชี
InvoiceReplacement=เปลี่ยนใบแจ้งหนี้
InvoiceReplacementAsk=ใบแจ้งหนี้แทนใบแจ้งหนี้
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=ใบลดหนี้
InvoiceAvoirAsk=ใบลดหนี้ใบแจ้งหนี้ที่ถูกต้อง
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=การชำระเงินที่สู
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=จำแนก 'ชำระเงิน'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=จำแนก 'ชำระบางส่วน'
ClassifyCanceled=จำแนก 'Abandoned'
ClassifyClosed=จำแนก 'ปิด'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=แสดงการเปลี่ยนใบแจ้ง
ShowInvoiceAvoir=แสดงใบลดหนี้
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=แสดงการชำระเงิน
AlreadyPaid=จ่ายเงินไปแล้ว
AlreadyPaidBack=จ่ายเงินไปแล้วกลับมา
diff --git a/htdocs/langs/th_TH/companies.lang b/htdocs/langs/th_TH/companies.lang
index 9e6f8e210b1..c51b7af54ee 100644
--- a/htdocs/langs/th_TH/companies.lang
+++ b/htdocs/langs/th_TH/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=บริษัท
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=ไม่
Vendor=Vendor
+Supplier=Vendor
AddContact=สร้างรายชื่อผู้ติดต่อ
AddContactAddress=สร้างการติดต่อ / ที่อยู่
EditContact=ติดต่อแก้ไข
diff --git a/htdocs/langs/th_TH/errors.lang b/htdocs/langs/th_TH/errors.lang
index 66063d8262a..ff3ae3c3447 100644
--- a/htdocs/langs/th_TH/errors.lang
+++ b/htdocs/langs/th_TH/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=อักขระพิเศษไม่ไ
ErrorNumRefModel=การอ้างอิงที่มีอยู่ในฐานข้อมูล (% s) และไม่ได้เข้ากันได้กับกฎหมายเลขนี้ ลบบันทึกการอ้างอิงหรือเปลี่ยนชื่อเพื่อเปิดใช้งานโมดูลนี้
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=ข้อผิดพลาดในหน้ากาก
ErrorBadMaskFailedToLocatePosOfSequence=ข้อผิดพลาดหน้ากากไม่มีหมายเลขลำดับ
ErrorBadMaskBadRazMonth=ข้อผิดพลาดค่าการตั้งค่าที่ไม่ดี
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/th_TH/main.lang b/htdocs/langs/th_TH/main.lang
index 1b5fa626326..6bdb2dea072 100644
--- a/htdocs/langs/th_TH/main.lang
+++ b/htdocs/langs/th_TH/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=รายชื่อ / ที่อยู่สำ
AddressesForCompany=สำหรับที่อยู่ของบุคคลที่สามนี้
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=เหตุการณ์ที่เกิดขึ้นเกี่ยวกับสมาชิกในนี้
ActionsOnProduct=Events about this product
NActionsLate=% s ปลาย
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=สร้างร่าง
SetToDraft=กลับไปร่าง
ClickToEdit=คลิกเพื่อแก้ไข
diff --git a/htdocs/langs/th_TH/other.lang b/htdocs/langs/th_TH/other.lang
index 8d6d1865935..f1c06d24a6d 100644
--- a/htdocs/langs/th_TH/other.lang
+++ b/htdocs/langs/th_TH/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=การแทรกแซง% s ได้รับการตรวจสอบ
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/th_TH/products.lang b/htdocs/langs/th_TH/products.lang
index ce6d14c6dc6..486cd4ee828 100644
--- a/htdocs/langs/th_TH/products.lang
+++ b/htdocs/langs/th_TH/products.lang
@@ -2,6 +2,7 @@
ProductRef=สินค้าอ้างอิง
ProductLabel=ฉลากสินค้า
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=สินค้า / บริการบัตร
diff --git a/htdocs/langs/th_TH/stripe.lang b/htdocs/langs/th_TH/stripe.lang
index c0a5acea926..ddc7ffc500e 100644
--- a/htdocs/langs/th_TH/stripe.lang
+++ b/htdocs/langs/th_TH/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/th_TH/website.lang b/htdocs/langs/th_TH/website.lang
index 5b59ac7627d..9b9de86aa07 100644
--- a/htdocs/langs/th_TH/website.lang
+++ b/htdocs/langs/th_TH/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/th_TH/withdrawals.lang b/htdocs/langs/th_TH/withdrawals.lang
index b46cf195258..03c1a484b60 100644
--- a/htdocs/langs/th_TH/withdrawals.lang
+++ b/htdocs/langs/th_TH/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=ไฟล์ถอนเงิน
SetToStatusSent=ตั้งสถานะ "แฟ้มส่ง"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=สถิติตามสถานะของสาย
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/tr_TR/accountancy.lang b/htdocs/langs/tr_TR/accountancy.lang
index 109fb69160e..391d2cf15bc 100644
--- a/htdocs/langs/tr_TR/accountancy.lang
+++ b/htdocs/langs/tr_TR/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Muhasebe hesabının bekletilmesi
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Muhasebe günlükleri
AccountingJournal=Muhasebe günlüğü
NewAccountingJournal=Yeni muhasebe günlüğü
ShowAccoutingJournal=Muhasebe günlüğünü göster
-Nature=Niteliği
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Çeşitli işlemler
AccountingJournalType2=Satışlar
AccountingJournalType3=Alışlar
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=EBP için dışa aktarım
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Hesap planı Id
InitAccountancy=Muhasebe başlangıcı
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Seçenekler
OptionModeProductSell=Satış modu
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/tr_TR/admin.lang b/htdocs/langs/tr_TR/admin.lang
index 29901665231..7ff3a990796 100644
--- a/htdocs/langs/tr_TR/admin.lang
+++ b/htdocs/langs/tr_TR/admin.lang
@@ -105,7 +105,7 @@ AntiVirusParamExample= ClamWin için örnek: --database="C:\\Program Files (x86)
ComptaSetup=Muhasebe modülü ayarları
UserSetup=Kullanıcı yönetimi ayarları
MultiCurrencySetup=Çoklu para birimi ayarları
-MenuLimits=Sınırlar ve doğruluk
+MenuLimits=Sınırlar ve Doğruluk
MenuIdParent=Ana menü Kimliği
DetailMenuIdParent=Ana menü Kimliği (bir üst menü için boş)
DetailPosition=Menü konumunu tanımlamak için sıralamanumarası
@@ -149,7 +149,7 @@ SystemToolsAreaDesc=Bu alan yönetim işlevlerini sunar. İstenilen özelliği s
Purge=Temizleme
PurgeAreaDesc=Bu sayfa Dolibarr tarafından oluşturulan veya depolanan tüm dosyaları silmenizi sağlar (%s dizinindeki geçici veya tüm dosyalar). Bu özelliğin kullanılması normalde gerekli değildir. Bu araç, Dolibarr yazılımı web sunucusu tarafından oluşturulan dosyaların silinmesine izin vermeyen bir sağlayıcı tarafından barındırılan kullanıcılar için geçici bir çözüm olarak sunulur.
PurgeDeleteLogFile=Syslog modülü için tanımlı %s dosyası da dahil olmak üzere günlük dosyalarını sil (veri kaybetme riskiniz yoktur)
-PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data). Note: Deletion is done only if the temp directory was created 24 hours ago.
+PurgeDeleteTemporaryFiles=Tüm geçici dosyaları sil (veri kaybetme riskiniz yoktur). Not: Geçici dizin eğer 24 saat önce oluşturulmuşsa silme işlemi tamamlanır.
PurgeDeleteTemporaryFilesShort=Geçici dosyaları sil
PurgeDeleteAllFilesInDocumentsDir=%s dizinindeki bütün dosyaları sil. Bu işlem, öğelerle (üçüncü partiler, faturalar, v.s.) ilgili oluşturulan tüm dosyaları, ECM modülüne yüklenen dosyaları, veritabanı yedekleme dökümlerini ve geçici dosyaları silecektir.
PurgeRunNow=Şimdi temizle
@@ -160,7 +160,7 @@ PurgeAuditEvents=Tüm güvenlik etkinliklerini temizle
ConfirmPurgeAuditEvents=Tüm güvenlik etkinliklerini temizlemek istediğinizden emin misiniz? Tüm güvenlik günlükleri silinecek olup, başka veriler silinmeyecektir.
GenerateBackup=Yedekleme oluştur
Backup=Yedekleme
-Restore=Geri yükleme
+Restore=Geri Yükleme
RunCommandSummary=Yedekleme aşağıdaki komut ile başlatılmıştır
BackupResult=Yedekleme sonucu
BackupFileSuccessfullyCreated=Yedekleme dosyası başarıyla oluşturuldu
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Tablodan onay kutuları
ExtrafieldLink=Bir nesneye bağlantı
ComputedFormula=Hesaplanmış alan
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=PDF oluşturmada kullanılan kütüphane
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -482,7 +485,7 @@ WatermarkOnDraftExpenseReports=Taslak gider raporlarındaki filigran
AttachMainDocByDefault=Ana belgeyi varsayılan olarak e-postaya eklemek istiyorsanız bunu 1 olarak ayarlayın (uygunsa)
FilesAttachedToEmail=Dosya ekle
SendEmailsReminders=Gündem hatırlatıcılarını e-posta ile gönder
-davDescription=Setup a WebDAV server
+davDescription=Bir WebDAV sunucusu kurun
DAVSetup=DAV modülü kurulumu
DAV_ALLOW_PRIVATE_DIR=Enable the generic private directory (WebDAV dedicated directory named "private" - login required)
DAV_ALLOW_PRIVATE_DIRTooltip=The generic private directory is a WebDAV directory anybody can access with its application login/pass.
@@ -571,7 +574,7 @@ Module510Name=Ücretler
Module510Desc=Çalışan ödemelerini kaydedin ve takip edin
Module520Name=Krediler
Module520Desc=Borçların yönetimi
-Module600Name=Bildirimler
+Module600Name=Notifications on business event
Module600Desc=Bir iş etkinliği tarafından tetiklenen e-posta bildirimleri gönderin: her kullanıcı için (her bir kullanıcı için tanımlanmış kurulum), her üçüncü parti kişisi için (her bir üçüncü parti için tanımlanmış kurulum) veya belirli e-postalara göre.
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Ürün Değişkenleri
@@ -592,7 +595,7 @@ Module2000Name=WYSIWYG düzenleyici
Module2000Desc=CKEditor (html) kullanarak metin alanlarının düzenlenmesine/biçimlendirilmesine olanak sağlayın
Module2200Name=Dinamik Fiyatlar
Module2200Desc=Otomatik fiyat üretimi için matematiksel ifadeler kullanın
-Module2300Name=Planlı işler
+Module2300Name=Planlı İşler
Module2300Desc=Scheduled jobs management (alias cron or chrono table)
Module2400Name=Etkinlik/Gündem
Module2400Desc=Etkinlikleri takip edin. İzleme amacıyla otomatik etkinlikleri günlüğe geçirin veya manuel etkinlikleri ya da toplantıları kaydedin. Bu, iyi bir Müşteri veya Tedarikçi İlişkileri Yönetimi için temel modüldür.
@@ -819,9 +822,9 @@ Permission532=Hizmet oluştur/değiştir
Permission534=Hizmet sil
Permission536=Gizli hizmetleri gör/yönet
Permission538=Hizmet dışaaktar
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Bağış oluştur/değiştir
Permission702=Bağış sil
Permission703=Bağış sil
@@ -844,7 +847,7 @@ Permission1109=Teslim emri sil
Permission1121=Read supplier proposals
Permission1122=Create/modify supplier proposals
Permission1123=Validate supplier proposals
-Permission1124=Send supplier proposals
+Permission1124=Tedarikçi tekliflerini gönder
Permission1125=Delete supplier proposals
Permission1126=Close supplier price requests
Permission1181=Tedarikçi oku
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1096,8 +1099,8 @@ LogEvents=Güvenlik denetimi etkinlikleri
Audit=Denetim
InfoDolibarr=Dolibarr Bilgileri
InfoBrowser=Tarayıcı Bilgileri
-InfoOS=OS Bilgileri
-InfoWebServer=Web Sunucusu Hakkında
+InfoOS=İşletim Sistemi Bilgileri
+InfoWebServer=Web Sunucusu Bilgileri
InfoDatabase=Veritabanı Bilgileri
InfoPHP=PHP Bilgileri
InfoPerf=Performans Bilgileri
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Tamamlayıcı öznitelikler (siparişler)
ExtraFieldsSupplierInvoices=Tamamlayıcı öznitelikler (faturalar)
ExtraFieldsProject=Tamamlayıcı öznitelikler (projeler)
ExtraFieldsProjectTask=Tamamlayıcı öznitelikler (görevler)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Öznitelik %s için hatalı değer.
AlphaNumOnlyLowerCharsAndNoSpace=yalnızca boşluksuz olarak alfasayısal ve küçük harfli karakterler
SendmailOptionNotComplete=Uyarı: Bazı Linux sistemlerinde, e-posta adresinizden mail göndermek için sendmail yürütme kurulumu -ba seçeneğini içermelidir (php.ini dosyanızın içindeki parameter mail.force_extra_parameters). Eğer bazı alıcılar hiç e-posta alamazsa, bu PHP parametresini mail.force_extra_parameters = -ba ile düzenlemeye çalışın.
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Oturum depolaması Suhosin tarafından şifrelendi
ConditionIsCurrently=Koşul şu anda %s durumunda
YouUseBestDriver=Kullandığınız %s sürücüsü şu anda mevcut olan en iyi sürücüdür.
YouDoNotUseBestDriver=%s sürücüsünü kullanıyorsunuz fakat %s sürücüsü önerilir.
-NbOfProductIsLowerThanNoPb=Veritabanında sadece %s ürün/hizmet var. Bu, özel bir optimizasyon gerektirmez.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Optimizasyon ara
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=%s web tarayıcısını kullanıyorsunuz. Bu tarayıcı güvenlik ve performans açısından uygundur.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug yüklüdür.
-XCacheInstalled=XDebug yüklüdür.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Üçüncü Partiler için tercih edilen gönderme yöntemini isteyin.
@@ -1238,7 +1243,7 @@ SetupPerso=Yapılandırmanıza göre
PasswordPatternDesc=Parola modeli açıklaması
##### Users setup #####
RuleForGeneratedPasswords=Parola oluşturma ve doğrulama kuralları
-DisableForgetPasswordLinkOnLogonPage=Oturum açma sayfasında “Parola mı unutuldu?” bağlantısını gösterme
+DisableForgetPasswordLinkOnLogonPage=Oturum açma sayfasında “Parolanızı mı unuttunuz?” bağlantısını gösterme
UsersSetup=Kullanıcılar modülü kurulumu
UserMailRequired=Yeni bir kullanıcı oluşturmak için e-posta gerekli
##### HRM setup #####
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Gider Raporları modülü kurulumu - Kurallar
ExpenseReportNumberingModules=Gider raporları numaralandırma modülü
NoModueToManageStockIncrease=Otomatik stok arttırılması yapabilecek hiçbir modül etkinleştirilmemiş. Stok arttırılması yalnızca elle girişle yapılacaktır.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=Kullanıcı başına bildirimler listesi*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=Sabit Bildirimlerin Listesi
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Kullanıcılar için bildirim eklemek veya silmek için kullanıcının "Bildirimler" sekmesine gidin
GoOntoContactCardToAddMore=Kişilerden/adreslerden bildirimleri eklemek ya da kaldırmak için üçüncü taraf kişileri "Bildirimler" sekmesine git
Threshold=Sınır
@@ -1895,6 +1900,11 @@ OnMobileOnly=Sadece küçük ekranda (akıllı telefon)
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Görme engelli insanlar için arayüzü basitleştir
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType="Yeni müşteri" oluşturma formunda varsayılan üçüncü parti türü
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Hata ayıklama çubuğunu kullan
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Hata Ayıklama Çubuğu Modülü etkinleştirildi ve arayüzü önemli ölçüde yavaşlatıyor
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Dışa aktarma modelleri herkesle paylaşılır
ExportSetup=Dışa aktarma modülünün kurulumu
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=IFTTT için URL bitiş noktası
YouWillFindItOnYourIFTTTAccount=Onu IFTTT hesabınızda bulacaksınız
EndPointFor=%s için bitiş noktası: %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/tr_TR/agenda.lang b/htdocs/langs/tr_TR/agenda.lang
index b6741221ac2..698842f32e7 100644
--- a/htdocs/langs/tr_TR/agenda.lang
+++ b/htdocs/langs/tr_TR/agenda.lang
@@ -129,7 +129,7 @@ AddEvent=Etkinlik oluştur
MyAvailability=Uygunluğum
ActionType=Etkinlik türü
DateActionBegin=Etkinlik başlangıç tarihi
-ConfirmCloneEvent=%s etkinliğini çoğaltmak istediğinizden emin misiniz?
+ConfirmCloneEvent=%s etkinliğinin kopyasını oluşturmak istediğinizden emin misiniz?
RepeatEvent=Etkinliği tekrarla
EveryWeek=Her hafta
EveryMonth=Her ay
diff --git a/htdocs/langs/tr_TR/assets.lang b/htdocs/langs/tr_TR/assets.lang
index c27d995824a..4c5f9631093 100644
--- a/htdocs/langs/tr_TR/assets.lang
+++ b/htdocs/langs/tr_TR/assets.lang
@@ -22,13 +22,13 @@ AccountancyCodeAsset = Muhasebe kodu (varlık)
AccountancyCodeDepreciationAsset = Muhasebe kodu (amortisman varlık hesabı)
AccountancyCodeDepreciationExpense = Muhasebe kodu (amortisman gideri hesabı)
NewAssetType=Yeni varlık türü
-AssetsTypeSetup=Asset type setup
-AssetTypeModified=Asset type modified
+AssetsTypeSetup=Varlık türü ayarları
+AssetTypeModified=Varlık türü değiştirildi
AssetType=Varlık türü
AssetsLines=Varlıklar
DeleteType=Sil
-DeleteAnAssetType=Delete an asset type
-ConfirmDeleteAssetType=Are you sure you want to delete this asset type?
+DeleteAnAssetType=Bir varlık türü sil
+ConfirmDeleteAssetType=Bu varlık türünü silmek istediğinizden emin misiniz?
ShowTypeCard='%s' türünü göster
# Module label 'ModuleAssetsName'
@@ -42,7 +42,7 @@ ModuleAssetsDesc = Varlık açıklaması
AssetsSetup = Varlık kurulumu
Settings = Ayarlar
AssetsSetupPage = Varlık kurulum sayfası
-ExtraFieldsAssetsType = Complementary attributes (Asset type)
+ExtraFieldsAssetsType = Tamamlayıcı öznitelikler (Varlık türü)
AssetsType=Varlık türü
AssetsTypeId=Varlık türü ID'si
AssetsTypeLabel=Varlık türü etiketi
@@ -53,7 +53,7 @@ AssetsTypes=Varlık türleri
#
MenuAssets = Varlıklar
MenuNewAsset = Yeni varlık
-MenuTypeAssets = Yeni varlıklar
+MenuTypeAssets = Varlık türleri
MenuListAssets = Liste
MenuNewTypeAssets = Yeni
MenuListTypeAssets = Liste
diff --git a/htdocs/langs/tr_TR/banks.lang b/htdocs/langs/tr_TR/banks.lang
index e3bbbb68146..b2bebf41130 100644
--- a/htdocs/langs/tr_TR/banks.lang
+++ b/htdocs/langs/tr_TR/banks.lang
@@ -9,13 +9,13 @@ BankAccount=Banka hesabı
BankAccounts=Banka hesapları
BankAccountsAndGateways=Banka hesapları | Ağ geçitleri
ShowAccount=Hesabı Göster
-AccountRef=Ticari hesap ref
-AccountLabel=Ticari hesap adı
+AccountRef=Ticari hesap referansı
+AccountLabel=Ticari hesap etiketi
CashAccount=Kasa hesabı
CashAccounts=Kasa hesapları
CurrentAccounts=Cari hesaplar
SavingAccounts=Mevduat hesapları
-ErrorBankLabelAlreadyExists=Ticari hesap adı zaten var
+ErrorBankLabelAlreadyExists=Ticari hesap etiketi zaten var
BankBalance=Bakiye
BankBalanceBefore=Önceki bakiye
BankBalanceAfter=Sonraki bakiye
@@ -26,8 +26,8 @@ EndBankBalance=Kapanış bakiyesi
CurrentBalance=Güncel bakiye
FutureBalance=Gelecek bakiye
ShowAllTimeBalance=Bakiyeyi başlangıçtan göster
-AllTime=Başlangıç
-Reconciliation=Uzlaşma
+AllTime=Başlangıçtan
+Reconciliation=Uzlaştırma
RIB=Banka Hesap Numarası
IBAN=IBAN numarası
BIC=BIC/SWIFT kodu
@@ -37,22 +37,22 @@ IbanValid=BAN geçerli
IbanNotValid=BAN geçerli değil
StandingOrders=Otomatik Ödeme talimatları
StandingOrder=Otomatik ödeme talimatı
-AccountStatement=Hesap özeti
-AccountStatementShort=Özet
-AccountStatements=Hesap özetleri
-LastAccountStatements=Son hesap özetleri
+AccountStatement=Hesap ekstresi
+AccountStatementShort=Ekstre
+AccountStatements=Hesap ekstresi
+LastAccountStatements=Son hesap ekstreleri
IOMonthlyReporting=Aylık raporlama
BankAccountDomiciliation=Banka adresi
BankAccountCountry=Hesap ülkesi
BankAccountOwner=Hesap sahibi adı
BankAccountOwnerAddress=Hesap sahibi adresi
-RIBControlError=Integrity check of values failed. This means the information for this account number is not complete or is incorrect (check country, numbers and IBAN).
+RIBControlError=Değerlerin bütünlük kontrolü başarısız oldu. Bu da, bu hesap numarası bilgilerinin tamamlanmamış veya yanlış olduğu anlamına gelir (ülkeyi, numaraları ve IBAN'ı kontrol edin).
CreateAccount=Hesap oluştur
NewBankAccount=Yeni hesap
NewFinancialAccount=Yeni ticari hesap
MenuNewFinancialAccount=Yeni ticari hesap
EditFinancialAccount=Hesap düzenle
-LabelBankCashAccount=Banka veya kasa adı
+LabelBankCashAccount=Banka veya kasa etiketi
AccountType=Hesap türü
BankType0=Mevduat hesabı
BankType1=Vadesiz banka ya da kredi kartı hesabı
@@ -65,36 +65,36 @@ Account=Hesap
BankTransactionByCategories=Kategorilere göre banka kayıtları
BankTransactionForCategory=%s kategorisi için banka kayıtları
RemoveFromRubrique=Kategori bağlantısını kaldır
-RemoveFromRubriqueConfirm=Giriş ve kategori arasındaki bağlantıyı kaldırmak istediğinizden emin misiniz?
+RemoveFromRubriqueConfirm=Kayıt ve kategori arasındaki bağlantıyı kaldırmak istediğinizden emin misiniz?
ListBankTransactions=Banka kayıtlarının listesi
IdTransaction=İşlem Kimliği
BankTransactions=Banka kayıtları
-BankTransaction=Banka girişi
+BankTransaction=Banka kaydı
ListTransactions=Kayıtları listele
ListTransactionsByCategory=Kayıtları/Kategorileri listele
-TransactionsToConciliate=Uzlaştırılacak girişler
+TransactionsToConciliate=Uzlaştırılacak kayıtlar
Conciliable=Uzlaştırılabilir
Conciliate=Uzlaştır
-Conciliation=Uzlaşma
-SaveStatementOnly=Yalnızca bildirimi kaydet
+Conciliation=Uzlaştırma
+SaveStatementOnly=Yalnızca ekstreyi kaydet
ReconciliationLate=Uzlaştırma gecikmiş
-IncludeClosedAccount=Kapalı hesapları içer
+IncludeClosedAccount=Kapalı hesapları dahil et
OnlyOpenedAccount=Yalnızca açık hesaplar
AccountToCredit=Alacak hesabı
AccountToDebit=Borç hesabı
-DisableConciliation=Bu hesap için uzlaşma özelliğini engelle
-ConciliationDisabled=Uzlaşma özelliği engelli
-LinkedToAConciliatedTransaction=Uzlaştırılmış bir girişe bağlı
+DisableConciliation=Bu hesap için uzlaşma özelliğini devre dışı bırak
+ConciliationDisabled=Uzlaşma özelliği devre dışı
+LinkedToAConciliatedTransaction=Uzlaştırılmış bir kayda bağlı
StatusAccountOpened=Açık
StatusAccountClosed=Kapalı
-AccountIdShort=Numarası
+AccountIdShort=Numara
LineRecord=İşlem
-AddBankRecord=Giriş ekle
-AddBankRecordLong=El ile giriş ekle
+AddBankRecord=Kayıt ekle
+AddBankRecordLong=Kaydı manuel olarak ekle
Conciliated=Uzlaştırıldı
ConciliatedBy=Uzlaştıran
DateConciliating=Uzlaştırma tarihi
-BankLineConciliated=Giriş uzlaştırıldı
+BankLineConciliated=Kayıt uzlaştırıldı
Reconciled=Uzlaştırıldı
NotReconciled=Uzlaştırılmadı
CustomerInvoicePayment=Müşteri ödemesi
@@ -104,8 +104,8 @@ WithdrawalPayment=Borç ödeme talimatı
SocialContributionPayment=Sosyal/mali vergi ödemesi
BankTransfer=Banka havalesi
BankTransfers=Banka havaleleri
-MenuBankInternalTransfer=İç aktarım
-TransferDesc=Transfer from one account to another, Dolibarr will write two records (a debit in source account and a credit in target account). The same amount (except sign), label and date will be used for this transaction)
+MenuBankInternalTransfer=İç transfer
+TransferDesc=Bir hesaptan başka bir hesaba transfer sırasında Dolibarr iki kayıt yazacaktır (kaynak hesaba borç ve hedef hesaba kredi). Bu işlem için aynı tutar (işaret hariç), etiket ve tarih kullanılacaktır.
TransferFrom=Kimden
TransferTo=Kime
TransferFromToDone=%s den %s nin %s %s ne bir transfer kaydedildi.
@@ -118,9 +118,9 @@ BankChecks=Banka çekleri
BankChecksToReceipt=Ödeme için bekleyen çekler
ShowCheckReceipt=Çek tahsilat makbuzunu göster
NumberOfCheques=Çek sayısı
-DeleteTransaction=Girişi sil
-ConfirmDeleteTransaction=Bu girişi silmek istediğinizden emin misiniz?
-ThisWillAlsoDeleteBankRecord=Bu, oluşturulan banka girişini de silecektir
+DeleteTransaction=Kaydı sil
+ConfirmDeleteTransaction=Bu kaydı silmek istediğinizden emin misiniz?
+ThisWillAlsoDeleteBankRecord=Bu, oluşturulan banka kaydını da silecektir
BankMovements=Hareketler
PlannedTransactions=Planlanmış girişler
Graph=Grafikler
@@ -132,16 +132,16 @@ PaymentNumberUpdateFailed=Ödeme numarası güncellenemedi
PaymentDateUpdateSucceeded=Ödeme tarihi güncellemesi başarılı
PaymentDateUpdateFailed=Ödeme tarihi güncellenemedi
Transactions=İşlemler
-BankTransactionLine=Banka girişi
+BankTransactionLine=Banka kaydı
AllAccounts=Tüm banka ve kasa hesapları
BackToAccount=Hesaba geri dön
ShowAllAccounts=Tüm hesaplar için göster
-FutureTransaction=Future transaction. Unable to reconcile.
+FutureTransaction=Gelecekteki işlem. Uzlaştırılamıyor.
SelectChequeTransactionAndGenerate=Çek mevduat makbuzuna dahil etmek için çekleri seç/filtrele ve "Oluştur" butonuna tıkla.
-InputReceiptNumber=Uzlaştırma ile ilişkili banka hesap özetini seç. Sıralanabilir bir sayısal değer kullan: YYYYMM ya da YYYYMMDD
+InputReceiptNumber=Uzlaştırma ile ilişkili banka ekstresini seç. Sıralanabilir bir sayısal değer kullan: YYYYMM ya da YYYYMMDD
EventualyAddCategory=Sonunda, kayıtları sınıflandırmak için bir kategori belirtin
ToConciliate=Uzlaştırılsın mı?
-ThenCheckLinesAndConciliate=Sonra, banka hesap özetindeki kalemleri işaretleyin ve tıklayın
+ThenCheckLinesAndConciliate=Sonra, banka hesap özetindeki satırları işaretleyin ve tıklayın
DefaultRIB=Varsayılan BAN
AllRIB=Tüm BAN
LabelRIB=BAN Etiketi
@@ -152,18 +152,18 @@ RejectCheck=Çek döndü
ConfirmRejectCheck=Bu çeki reddedildi olarak işaretlemek istediğinizden emin misiniz?
RejectCheckDate=Dönen çekin tarihi
CheckRejected=Çek döndü
-CheckRejectedAndInvoicesReopened=Çek döndü ve fatura yeniden açık yapıldı
+CheckRejectedAndInvoicesReopened=Çek döndü ve faturalar yeniden açıldı
BankAccountModelModule=Banka hesapları için belge şablonları
-DocumentModelSepaMandate=Template of SEPA mandate. Useful for European countries in EEC only.
+DocumentModelSepaMandate=SEPA yetkisi şablonu. Sadece EEC’deki Avrupa ülkeleri için kullanışlıdır.
DocumentModelBan=BAN bilgisini içeren bir sayfayı yazdırmak için şablon
-NewVariousPayment=New miscellaneous payment
-VariousPayment=Miscellaneous payment
+NewVariousPayment=Yeni çeşitli ödeme
+VariousPayment=Çeşitli ödeme
VariousPayments=Çeşitli ödemeler
-ShowVariousPayment=Show miscellaneous payment
+ShowVariousPayment=Çeşitli ödemeyi göster
AddVariousPayment=Çeşitli ödeme ekle
-SEPAMandate=SEPA mandate
-YourSEPAMandate=Your SEPA mandate
-FindYourSEPAMandate=This is your SEPA mandate to authorize our company to make direct debit order to your bank. Return it signed (scan of the signed document) or send it by mail to
-AutoReportLastAccountStatement=Automatically fill the field 'number of bank statement' with last statement number when making reconciliation
+SEPAMandate=SEPA yetkisi
+YourSEPAMandate=SEPA yetkiniz
+FindYourSEPAMandate=Bu, şirketimizin bankanıza otomatik ödeme talimatı verebilme yetkisi için SEPA yetkinizdir. İmzalayarak iade edin (imzalı belgeyi tarayarak) veya e-mail ile gönderin
+AutoReportLastAccountStatement=Uzlaşma yaparken 'banka hesap özeti numarasını' en son hesap özeti numarası ile otomatik olarak doldur
CashControl=POS cash fence
NewCashFence=New cash fence
diff --git a/htdocs/langs/tr_TR/bills.lang b/htdocs/langs/tr_TR/bills.lang
index c7ea5eba0b8..8aa7e20097c 100644
--- a/htdocs/langs/tr_TR/bills.lang
+++ b/htdocs/langs/tr_TR/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma fatura
InvoiceProFormaDesc=Proforma fatura gerçek faturanın bir görüntüsüdür ancak muhasebe değeri yoktur.
InvoiceReplacement=Fatura değiştirme
InvoiceReplacementAsk=Fatura değiştirme yapılacak fatura
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=İade faturası
InvoiceAvoirAsk=Fatura düzeltmek için iade faturası
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Ödeme hatırlatmasından daha yüksek ödeme
HelpPaymentHigherThanReminderToPay=Dikkat: bir veya daha fazla faturanın ödeme tutarı ödenecek kalan miktardan daha yüksek. Girişinizi düzeltin, aksi takdirde onaylayın ve fazla ödeme alınan her fatura için alınan fazlalık tutarında bir alacak dekontu oluşturmayı düşünün.
HelpPaymentHigherThanReminderToPaySupplier=Dikkat: bir veya daha fazla faturanın ödeme tutarı ödenecek kalan miktardan daha yüksek. Girişinizi düzeltin, aksi takdirde onaylayın ve fazla ödeme yapılan her fatura için ödenen fazlalık tutarında bir alacak dekontu oluşturmayı düşünün.
ClassifyPaid=Sınıflandırma ‘Ödendi’
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Sınıflandırma ‘Kısmen ödendi’
ClassifyCanceled=’Terkedildi’ olarak sınıflandır
ClassifyClosed=‘Kapalı’ olarak sınıflandır
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Değiştirilen faturayı göster
ShowInvoiceAvoir=İade faturası göster
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Hakediş faturası göster
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Ödeme göster
AlreadyPaid=Zaten ödenmiş
AlreadyPaidBack=Zaten geri ödenmiş
@@ -323,7 +338,7 @@ PaymentNumber=Ödeme numarası
RemoveDiscount=İndirimi kaldır
WatermarkOnDraftBill=Taslak faturaların üzerinde filigran (eğer boşsa hiçbirşey yok)
InvoiceNotChecked=Seçilen yok fatura
-ConfirmCloneInvoice=%s faturasını kopyalamak istediğinizden emin misiniz?
+ConfirmCloneInvoice=%s faturasının kopyasını oluşturmak istediğinizden emin misiniz?
DisabledBecauseReplacedInvoice=Eylem engellendi, çünkü fatura değiştirilmiştir
DescTaxAndDividendsArea=This area presents a summary of all payments made for special expenses. Only records with payments during the fixed year are included here.
NbOfPayments=Ödeme sayısı
diff --git a/htdocs/langs/tr_TR/categories.lang b/htdocs/langs/tr_TR/categories.lang
index f2b04bf28ab..9b784c6cb1e 100644
--- a/htdocs/langs/tr_TR/categories.lang
+++ b/htdocs/langs/tr_TR/categories.lang
@@ -16,7 +16,7 @@ MembersCategoriesArea=Üyeler etiketleri/kategorileri alanı
ContactsCategoriesArea=Kişi etiketleri/kategorileri alanı
AccountsCategoriesArea=Hesap etiketleri/kategorileri alanı
ProjectsCategoriesArea=Proje etiket/kategori alanı
-UsersCategoriesArea=Kullanıcı etiketleri/kategorileri alanı
+UsersCategoriesArea=Kullanıcı Etiketleri/Kategorileri Alanı
SubCats=Alt kategoriler
CatList= Etiketler/kategoriler listesi
NewCategory=Yeni etiket/kategori
diff --git a/htdocs/langs/tr_TR/companies.lang b/htdocs/langs/tr_TR/companies.lang
index 52b78fbb0c1..d86609361ce 100644
--- a/htdocs/langs/tr_TR/companies.lang
+++ b/htdocs/langs/tr_TR/companies.lang
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Mutlak satıcı indirimleri (tüm kullanıcıla
SupplierAbsoluteDiscountMy=Mutlak satıcı indirimleri (tarafınızdan girilen)
DiscountNone=Hiçbiri
Vendor=Tedarikçi
+Supplier=Tedarikçi
AddContact=Kişi oluştur
AddContactAddress=Kişi/adres oluştur
EditContact=Kişi düzenle
diff --git a/htdocs/langs/tr_TR/compta.lang b/htdocs/langs/tr_TR/compta.lang
index 43d301f2742..b25063d0875 100644
--- a/htdocs/langs/tr_TR/compta.lang
+++ b/htdocs/langs/tr_TR/compta.lang
@@ -230,8 +230,8 @@ ACCOUNTING_ACCOUNT_CUSTOMER=Müşteri üçüncü partileri için kullanılan muh
ACCOUNTING_ACCOUNT_CUSTOMER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accounting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated customer accounting account on third party is not defined.
ACCOUNTING_ACCOUNT_SUPPLIER=Tedarikçi üçüncü partileri için kullanılan muhasebe hesabı
ACCOUNTING_ACCOUNT_SUPPLIER_Desc=The dedicated accounting account defined on third party card will be used for Subledger accounting only. This one will be used for General Ledger and as default value of Subledger accounting if dedicated vendor accounting account on third party is not defined.
-ConfirmCloneTax=Confirm the clone of a social/fiscal tax
-CloneTaxForNextMonth=Sonraki aya kopyala
+ConfirmCloneTax=Sosyal/mali vergi kopyasının oluşturulmasını onayla
+CloneTaxForNextMonth=Sonraki ay için kopyasını oluştur
SimpleReport=Basit rapor
AddExtraReport=Extra reports (add foreign and national customer report)
OtherCountriesCustomersReport=Yabancı müşteri raporu
diff --git a/htdocs/langs/tr_TR/contracts.lang b/htdocs/langs/tr_TR/contracts.lang
index 7e77ee65d6d..89a94bed22c 100644
--- a/htdocs/langs/tr_TR/contracts.lang
+++ b/htdocs/langs/tr_TR/contracts.lang
@@ -85,8 +85,8 @@ ListOfServicesToExpire=Süresi dolacak Hizmetler Listesi
NoteListOfYourExpiredServices=Bu listede yalnızca satış temsilcisi olarak atandığınız üçüncü partilere ait hizmet sözleşmeleri bulunur.
StandardContractsTemplate=Standart sözleşme kalıbı
ContactNameAndSignature=%s için, ad ve imza
-OnlyLinesWithTypeServiceAreUsed=Yalnızca "Hizmet" türündeki satırlar klonlanacaktır.
-ConfirmCloneContract=%s sözleşmesini kopyalamak istediğinizden emin misiniz?
+OnlyLinesWithTypeServiceAreUsed=Yalnızca "Hizmet" türündeki satırların kopyası oluşturulacaktır.
+ConfirmCloneContract=%s sözleşmesinin kopyasını oluşturmak istediğinizden emin misiniz?
LowerDateEndPlannedShort=Aktif hizmetlerin planlı alt bitiş tarihi
SendContractRef=Sözleşme bilgileri __REF__
OtherContracts=Diğer sözleşmeler
diff --git a/htdocs/langs/tr_TR/cron.lang b/htdocs/langs/tr_TR/cron.lang
index edb5df20f91..34939dd94f3 100644
--- a/htdocs/langs/tr_TR/cron.lang
+++ b/htdocs/langs/tr_TR/cron.lang
@@ -22,10 +22,10 @@ EnabledAndDisabled=Etkin ve engelli
CronLastOutput=En son çalıştırma çıktısı
CronLastResult=En son sonuç kodu
CronCommand=Komut
-CronList=Planlı işler
+CronList=Planlı İşler
CronDelete=Planlı işleri sil
CronConfirmDelete=Bu zamanlanmış işleri silmek istediğinizden emin misiniz?
-CronExecute=Planlı işleri yükle
+CronExecute=Planlı işi başlat
CronConfirmExecute=Bu zamanlanmış işleri şimdi yürütmek istediğinizden emin misiniz?
CronInfo=Zamanlanmış iş modülü, işlerin otomatik olarak yürütülmesi için planlanmasına izin verir. İşler manuel olarak da başlatılabilir.
CronTask=İş
@@ -76,7 +76,7 @@ CronType_method=Call method of a PHP Class
CronType_command=Kabuk komutu
CronCannotLoadClass=Cannot load class file %s (to use class %s)
CronCannotLoadObject=Class file %s was loaded, but object %s was not found into it
-UseMenuModuleToolsToAddCronJobs=Planlı işleri görmek ve düzenlemek için "Giriş - Yönetici Ayarları - Planlı işler" menüsüne git.
+UseMenuModuleToolsToAddCronJobs=Planlı işleri görmek ve düzenlemek için "Giriş - Yönetici Araçları - Planlı İşler" menüsüne git.
JobDisabled=İş engellendi
MakeLocalDatabaseDumpShort=Yerel veritabanı yedeklemesi
MakeLocalDatabaseDump=Create a local database dump. Parameters are: compression ('gz' or 'bz' or 'none'), backup type ('mysql', 'pgsql', 'auto'), 1, 'auto' or filename to build, number of backup files to keep
diff --git a/htdocs/langs/tr_TR/errors.lang b/htdocs/langs/tr_TR/errors.lang
index 37125f78940..9a946adca70 100644
--- a/htdocs/langs/tr_TR/errors.lang
+++ b/htdocs/langs/tr_TR/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=%s alanında özel karakterlere izin verilmez
ErrorNumRefModel=Veritabanına (%s) bir başvuru var ve bu numaralandırma kuralı ile uyumlu değildir. Kaydı kaldırın ya da bu modülü etkinleştirmek için başvurunun adını değiştirin.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Modül ayarı tamamlanmamış gibi görünüyor. Tamamlamak için Giriş - Ayarlar - Modüller menüsüne git.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Maskede hata
ErrorBadMaskFailedToLocatePosOfSequence=Hata, sıra numarasız maske
ErrorBadMaskBadRazMonth=Hata, kötü sıfırlama değeri
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=Bu üye için bir parola ayarlıdır. Ancak, hiçbir kullanıcı hesabı oluşturulmamıştır. Yani bu şifre saklanır ama Dolibarr'a giriş için kullanılamaz. Dış bir modül/arayüz tarafından kullanılıyor olabilir, ama bir üye için ne bir kullanıcı adı ne de parola tanımlamanız gerekmiyorsa "Her üye için bir kullanıcı adı yönet" seçeneğini devre dışı bırakabilirsiniz. Bir kullanıcı adı yönetmeniz gerekiyorsa ama herhangi bir parolaya gereksinim duymuyorsanız bu uyarıyı engellemek için bu alanı boş bırakabilirsiniz. Not: Eğer bir üye bir kullanıcıya bağlıysa kullanıcı adı olarak e-posta adresi de kullanılabilir.
WarningMandatorySetupNotComplete=Zorunlu parametreleri ayarlamak için buraya tıklayın
WarningEnableYourModulesApplications=Click here to enable your modules and applications
@@ -228,8 +229,8 @@ WarningPassIsEmpty=Uyarı, veritabanı parolası boş. Bu bir güvenlik açığ
WarningConfFileMustBeReadOnly=Uyarı, web sunucusu tarafından yapılandırma dosyanızın (htdocs/conf/conf.php) üzerine üzerine yazılabilir.Bu ciddi bir güvenlik açığıdır. Web sunucusun kullandığı sistem kullanıcısının çalışması için dosyadaki izinleri sadece okumaya değiştirin. Windows ve disk için FAT biçimini kullanıyorsanız, bu dosya sisteminin dosya izinleri eklemek izin vermediğini bilmelisiniz, bu nedenle tamamen güvenli olamaz.
WarningsOnXLines=%s kaynak satırlarındaki uyarılar
WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be chosen by default until you check your module setup.
-WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable the installation/migration tools by adding a file install.lock into directory %s. Omitting the creation of this file is a grave security risk.
-WarningUntilDirRemoved=All security warnings (visible by admin users only) will remain active as long as the vulnerability is present (or that constant MAIN_REMOVE_INSTALL_WARNING is added in Setup->Other Setup).
+WarningLockFileDoesNotExists=Uyarı: Kurulum tamamlandıktan sonra install.lock dosyasını %s dizinine ekleyerek yükleme/taşıma araçlarını devre dışı bırakmanız gerekir. Bu dosyanın oluşturulmasını ihmal etmek büyük bir güvenlik riskidir.
+WarningUntilDirRemoved=Güvenlik açığı bulunduğu sürece tüm güvenlik uyarıları (sadece yönetici olan kullanıcılar tarafından görülür) aktif olarak kalacaktır (Ayarlar->Diğer Ayarlar bölümüne MAIN_REMOVE_INSTALL_WARNING sabitini ekleyerek uyarıları engelleyebilirsiniz).
WarningCloseAlways=Uyarı, kaynak ve hedef öğeleri arasında tutar farklı da olsa kapanış yapılır. Bu özelliği dikkatlice etkinleştirin.
WarningUsingThisBoxSlowDown=Uyarı, bu kutuyu kullanmak kutuyu gösteren tüm sayfaları ciddi olarak yavaşlatır.
WarningClickToDialUserSetupNotComplete=Kullanıcınızın ClickToDial bilgileri ayarı tamamlanmamış (kullanıcı kartınızdaki ClickToDial tabına bakın)
diff --git a/htdocs/langs/tr_TR/install.lang b/htdocs/langs/tr_TR/install.lang
index 72d3d7dce74..e8c02440978 100644
--- a/htdocs/langs/tr_TR/install.lang
+++ b/htdocs/langs/tr_TR/install.lang
@@ -11,7 +11,7 @@ ConfFileReload=Yapılandırma dosyasındaki parametreleri yeniden yükleme.
PHPSupportSessions=Bu PHP oturumları destekliyor.
PHPSupportPOSTGETOk=Bu PHP GÖNDER ve AL değişkenlerini destekliyor.
PHPSupportPOSTGETKo=It's possible your PHP setup does not support variables POST and/or GET. Check the parameter variables_order in php.ini.
-PHPSupportGD=This PHP supports GD graphical functions.
+PHPSupportGD=Bu PHP, GD grafiksel işlevleri destekliyor.
PHPSupportCurl=Bu PHP, Curl'u destekliyor.
PHPSupportUTF8=Bu PHP, UTF8 işlevlerini destekliyor.
PHPSupportIntl=Bu PHP, Intl fonksiyonlarını destekliyor.
diff --git a/htdocs/langs/tr_TR/interventions.lang b/htdocs/langs/tr_TR/interventions.lang
index f725f6553f2..0a7ffb30836 100644
--- a/htdocs/langs/tr_TR/interventions.lang
+++ b/htdocs/langs/tr_TR/interventions.lang
@@ -19,7 +19,7 @@ ConfirmDeleteIntervention=Bu müdahaleyi silmek istediğinizden emin misiniz?
ConfirmValidateIntervention=Bu müdahaleyi %s adıyla doğrulamak istediğinizden emin misiniz?
ConfirmModifyIntervention=Bu müdahaleyi değiştirmek istediğinizden emin misiniz?
ConfirmDeleteInterventionLine=Bu müdahale satırını silmek istediğinizden emin misiniz?
-ConfirmCloneIntervention=Bu müdahaleyi kopyalamak istediğinizden emin misiniz?
+ConfirmCloneIntervention=Bu müdahalenin kopyasını oluşturmak istediğinizden emin misiniz?
NameAndSignatureOfInternalContact=Müdahalenin adı ve imzası:
NameAndSignatureOfExternalContact=Müşterinin adı ve imzası:
DocumentModelStandard=Müdahaleler için standart belge modeli
diff --git a/htdocs/langs/tr_TR/mails.lang b/htdocs/langs/tr_TR/mails.lang
index dbdba7c025d..4ae97915eae 100644
--- a/htdocs/langs/tr_TR/mails.lang
+++ b/htdocs/langs/tr_TR/mails.lang
@@ -60,9 +60,9 @@ EMailTestSubstitutionReplacedByGenericValues=Test modunu kullanırken, yedek de
MailingAddFile=Bu dosyayı ekle
NoAttachedFiles=Ekli dosya yok
BadEMail=E-posta için hatalı değer
-ConfirmCloneEMailing=Bu e-postayı kopyalamak istediğinizden emin misiniz?
-CloneContent=Mesajı klonla
-CloneReceivers=Alıcıları klonla
+ConfirmCloneEMailing=Bu e-postanın kopyasını oluşturmak istediğinizden emin misiniz?
+CloneContent=Mesajın kopyasını oluştur
+CloneReceivers=Alıcıların kopyasını oluştur
DateLastSend=Son gönderim tarihi
DateSending=Gönderme tarihi
SentTo=%s ye gönderilen
@@ -105,10 +105,10 @@ MailNoChangePossible=Doğrulanmış e-postaların alıcıları değiştirilemez
SearchAMailing=Eposta ara
SendMailing=E-posta gönder
SentBy=Gönderen
-MailingNeedCommand=Sending an emailing can be performed from command line. Ask your server administrator to launch the following command to send the emailing to all recipients:
+MailingNeedCommand=Bir e-posta gönderimi komut satırından gerçekleştirilebilir. E-postayı tüm alıcılara göndermek için sunucu yöneticinizden aşağıdaki komutu başlatmasını isteyin:
MailingNeedCommand2=Bunula birlikte, oturum tarafından gönderilecek ençok e-posta sayılı MAILING_LIMIT_SENDBYWEB parametresini ekleyerek çevrim içi olarak gönderebilirsiniz. Bunu için Giriş-Kurulum-Diğer menüsüne gidin.
ConfirmSendingEmailing=Direkt olarak bu ekrandan e-posta göndermek istiyorsanız, lütfen e-postayı tarayıcınızdan şimdi göndermek istediğinizden emin olduğunuzu onaylayın.
-LimitSendingEmailing=Not: Web arayüzünden e-posta gönderimi güvenlik ve süre aşımı yüzünden birçok kez yapılmıştır, her gönderme oturumu başına %s alıcıya
+LimitSendingEmailing=Not: Web arayüzünden e-posta gönderimi, güvenlik ve süre aşımı nedenlerinden dolayı birkaç defada gerçekleştirilir, her gönderim girişiminde tek seferde %s alıcıya gönderim yapılır.
TargetsReset=Listeyi temizle
ToClearAllRecipientsClickHere=Bu e-posta alıcı listesini temizlemek için burayı tıkla
ToAddRecipientsChooseHere=Listeden seçerek alıcıları ekle
diff --git a/htdocs/langs/tr_TR/main.lang b/htdocs/langs/tr_TR/main.lang
index 115ca6ceeb0..a4acb9620a3 100644
--- a/htdocs/langs/tr_TR/main.lang
+++ b/htdocs/langs/tr_TR/main.lang
@@ -92,7 +92,7 @@ NotDefined=Tanımlanmamış
DolibarrInHttpAuthenticationSoPasswordUseless=conf.php yapılandırma dosyasındaki Dolibarr kimlik doğrulama modu %s olarak ayarlanmış. Bu demektir ki; veritabanı parolası Dolibarr dışıdır, yani bu alanı değiştirmek hiçbir etki yaratmaz.
Administrator=Yönetici
Undefined=Tanımlanmamış
-PasswordForgotten=Parola mı unutuldu?
+PasswordForgotten=Parolanızı mı unuttunuz?
NoAccount=Hesap yok mu?
SeeAbove=Yukarı bak
HomeArea=Giriş
@@ -169,9 +169,9 @@ NotValidated=Doğrulanmadı
Save=Kaydet
SaveAs=Farklı kaydet
TestConnection=Deneme bağlantısı
-ToClone=Klonla
-ConfirmClone=Çoğaltmak istediğiniz verileri seçin:
-NoCloneOptionsSpecified=Klonlanacak hiçbir veri tanımlanmamış.
+ToClone=Kopyasını oluştur
+ConfirmClone=Kopyasını oluşturmak istediğiniz verileri seçin:
+NoCloneOptionsSpecified=Kopyası oluşturulacak hiçbir veri tanımlanmamış.
Of=ile ilgili
Go=Git
Run=Yürüt
@@ -333,7 +333,7 @@ Copy=Kopyala
Paste=Yapıştır
Default=Varsayılan
DefaultValue=Varsayılan değer
-DefaultValues=Varsayılan değerler/filtreler/sıralama
+DefaultValues=Varsayılan Değerler/Filtreler/Sıralama
Price=Fiyat
PriceCurrency=Fiyat (para birimi)
UnitPrice=Birim fiyat
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Bu üçüncü partinin kişleri/adresleri
AddressesForCompany=Bu üçüncü partinin adresleri
ActionsOnCompany=Bu üçüncü taraf için etkinlikler
ActionsOnContact=Bu kişi/adres için etkinlikler
+ActionsOnContract=Events for this contract
ActionsOnMember=Bu üye hakkındaki etkinlikler
ActionsOnProduct=Bu ürünle ilgili etkinlikler
NActionsLate=%s son
@@ -648,7 +649,7 @@ AlreadyRead=Zaten okundu
NotRead=Okunmayan
NoMobilePhone=Cep telefonu yok
Owner=Sahibi
-FollowingConstantsWillBeSubstituted=Aşağıdaki değişmezler uygun değerlerin yerine konacaktır.
+FollowingConstantsWillBeSubstituted=Aşağıdaki değişmezler uygun değerlerin yerine konacaktır
Refresh=Yenile
BackToList=Listeye dön
GoBack=Geri dön
@@ -710,7 +711,7 @@ AddNewLine=Yeni satır ekle
AddFile=Dosya ekle
FreeZone=Önceden tanımlanmış bir ürün/hizmet değil
FreeLineOfType=Serbest metin öğesi, tür:
-CloneMainAttributes=Nesneyi ana öznitelikleri ile klonla
+CloneMainAttributes=Ana öznitelikleri ile birlikte nesnenin kopyasını oluştur.
ReGeneratePDF=PDF'yi yeniden oluştur
PDFMerge=PDF Birleştir
Merge=Birleştir
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Tedarikçi teklifine bağlantıla
LinkToSupplierInvoice=Tedarikçi faturasına bağlantıla
LinkToContract=Kişiye bağlantıla
LinkToIntervention=Müdahaleye bağlantıla
+LinkToTicket=Link to ticket
CreateDraft=Taslak oluştur
SetToDraft=Taslağa geri dön
ClickToEdit=Düzenlemek için tıklayın
@@ -875,7 +877,7 @@ TitleSetToDraft=Taslağa geri dön
ConfirmSetToDraft=Taslak durumuna geri dönmek istediğinizden emin misiniz?
ImportId=İçe aktarma ID'si
Events=Etkinlikler
-EMailTemplates=E-posta şablonları
+EMailTemplates=E-posta Şablonları
FileNotShared=File not shared to external public
Project=Proje
Projects=Projeler
diff --git a/htdocs/langs/tr_TR/orders.lang b/htdocs/langs/tr_TR/orders.lang
index dbe2d77cbf0..eb87dc59bf9 100644
--- a/htdocs/langs/tr_TR/orders.lang
+++ b/htdocs/langs/tr_TR/orders.lang
@@ -110,7 +110,7 @@ OrderMode=Sipariş yöntemi
AuthorRequest=Siparişi yazan
UserWithApproveOrderGrant=Kullanıcılara "sipariş onaylama" izin hakkı verilmiştir..
PaymentOrderRef=Sipariş %s ödemesi
-ConfirmCloneOrder=Bu siparişi kopyalamak istediğinizden emin misiniz %s?
+ConfirmCloneOrder=%s siparişinin kopyasını oluşturmak istediğinizden emin misiniz?
DispatchSupplierOrder=Receiving purchase order %s
FirstApprovalAlreadyDone=İlk onay zaten yapılmış
SecondApprovalAlreadyDone=İkinci onaylama zaten yapılmış
diff --git a/htdocs/langs/tr_TR/other.lang b/htdocs/langs/tr_TR/other.lang
index 89e49e2cdfe..913cef5ab06 100644
--- a/htdocs/langs/tr_TR/other.lang
+++ b/htdocs/langs/tr_TR/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Müşteri faturalarının sayısı
NumberOfSupplierProposals=Tedarikçi tekliflerinin sayısı
NumberOfSupplierOrders=Tedarikçi siparişi sayısı
NumberOfSupplierInvoices=Tedarikçi siparişlerinin sayısı
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Tekliflerdeki birim sayısı
NumberOfUnitsCustomerOrders=Müşteri siparişlerindeki birim sayısı
NumberOfUnitsCustomerInvoices=Müşteri faturalarındaki birim sayısı
NumberOfUnitsSupplierProposals=Tedarikçi tekliflerinde yer alan birim sayısı
NumberOfUnitsSupplierOrders=Tedarikçi siparişlerindeki birim sayısı
NumberOfUnitsSupplierInvoices=Tedarikçi faturalarındaki birim sayısı
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=Yeni bir müdahale %s size atandı.
EMailTextInterventionValidated=Müdahele %s doğrulanmıştır.
EMailTextInvoiceValidated=Fatura %s doğrulandı.
diff --git a/htdocs/langs/tr_TR/products.lang b/htdocs/langs/tr_TR/products.lang
index 5266a52fe58..65f9f9ac6d2 100644
--- a/htdocs/langs/tr_TR/products.lang
+++ b/htdocs/langs/tr_TR/products.lang
@@ -2,6 +2,7 @@
ProductRef=Ürün ref.
ProductLabel=Ürün etiketi
ProductLabelTranslated=Çevirilmiş ürün etiketi
+ProductDescription=Product description
ProductDescriptionTranslated=Çevirilmiş ürün tanımı
ProductNoteTranslated=Çevirilmiş ürün notu
ProductServiceCard=Ürün/Hizmet kartı
@@ -77,7 +78,7 @@ CantBeLessThanMinPrice=Satış fiyatı bu ürün için izin verilen en düşük
ContractStatusClosed=Kapalı
ErrorProductAlreadyExists=%s Referanslı bir ürün zaten var var.
ErrorProductBadRefOrLabel=Referans veya etiket için yanlış değer.
-ErrorProductClone=Ürün ya da hizmetin klonlanmasına çalışılırken bir sorun oluştu.
+ErrorProductClone=Ürün ya da hizmetin kopyasını oluşturmaya çalışırken bir sorun oluştu.
ErrorPriceCantBeLowerThanMinPrice=Hata, fiyat en düşük fiyattan daha düşük olamaz.
Suppliers=Tedarikçiler
SupplierRef=Tedarikçi Ürün Kodu
@@ -145,11 +146,11 @@ ListProductByPopularity=Popülerliğine göre ürün listesi
ListServiceByPopularity=Popülerliğine göre hizmetler listesi
Finished=Bitmiş ürün
RowMaterial=Ham madde
-ConfirmCloneProduct=%s ürünü ve siparişi klonlamak istediğinizden emin misiniz?
-CloneContentProduct=Ürün/hizmet ile ilgili tüm temel bilgileri kopyalayın
-ClonePricesProduct=Fiyatları çoğalt
-CloneCompositionProduct=Sanal ürünü/hizmeti çoğalt (kopyala)
-CloneCombinationsProduct=Ürün varyantlarını kopyala
+ConfirmCloneProduct=%s ürünü ve siparişinin kopyasını oluşturmak istediğinizden emin misiniz?
+CloneContentProduct=Ürün/hizmet ile ilgili tüm temel bilgilerin kopyasını oluştur
+ClonePricesProduct=Fiyatların kopyasını oluştur
+CloneCompositionProduct=Sanal ürünü/hizmetin kopyasını oluştur
+CloneCombinationsProduct=Ürün değişkenlerinin kopyasını oluştur
ProductIsUsed=Bu ürün kullanılır.
NewRefForClone=Yeni ürün/hizmet ref.
SellingPrices=Satış fiyatları
diff --git a/htdocs/langs/tr_TR/projects.lang b/htdocs/langs/tr_TR/projects.lang
index d0aeae12e7d..76bf661efa6 100644
--- a/htdocs/langs/tr_TR/projects.lang
+++ b/htdocs/langs/tr_TR/projects.lang
@@ -134,13 +134,13 @@ TaskIsNotAssignedToUser=Görev kullanıcıya atanmadı. Görevi şimdi atamak i
ErrorTimeSpentIsEmpty=Harcanan süre boş
ThisWillAlsoRemoveTasks=Bu eylem aynı zamanda projenin tüm görevlerini (şu andaki %s görevleri) ve tüm harcanan süre girişlernii siler .
IfNeedToUseOtherObjectKeepEmpty=Eğer bazı nesneler başka bir üçüncü partiye aitse (fatura, sipariş, ...), oluşturulması için bu projeye bağlanmalıdır, projenin birden çok üçüncü partiye bağlı olması için bunu boş bırakın.
-CloneTasks=Görev klonla
-CloneContacts=Kişi klonla
-CloneNotes=Not klonla
-CloneProjectFiles=Birleşik proje dosyalarını kopyala
+CloneTasks=Görevlerin kopyasını oluştur
+CloneContacts=Kişilerin kopyasını oluştur
+CloneNotes=Notların kopyasını oluştur
+CloneProjectFiles=Dosyalara eklenen projenin kopyasını oluştur
CloneTaskFiles=Birleşik görev(ler) dosyalarını kopyala (görev(ler) kopyalanmışsa)
CloneMoveDate=Proje/görev tarihleri şu andan itibaren güncellensin mi?
-ConfirmCloneProject=Bu projeyi kopyalamak istediğinizden emin misiniz?
+ConfirmCloneProject=Bu projenin kopyasını oluşturmak istediğinizden emin misiniz?
ProjectReportDate=Change task dates according to new project start date
ErrorShiftTaskDate=Görev tarihini yeni proje başlama tarihine göre kaydırmak olası değil
ProjectsAndTasksLines=Projeler ve görevler
diff --git a/htdocs/langs/tr_TR/propal.lang b/htdocs/langs/tr_TR/propal.lang
index ea4962de9ab..360c19f714d 100644
--- a/htdocs/langs/tr_TR/propal.lang
+++ b/htdocs/langs/tr_TR/propal.lang
@@ -56,7 +56,7 @@ CopyPropalFrom=Varolan teklifi kopyalayarak teklif oluştur
CreateEmptyPropal=Boş veya Ürünler/Hizmetler listesinden ticari teklif oluştur
DefaultProposalDurationValidity=Varsayılan teklif geçerlilik süresi (gün olarak)
UseCustomerContactAsPropalRecipientIfExist=Use contact/address with type 'Contact following-up proposal' if defined instead of third party address as proposal recipient address
-ConfirmClonePropal=Ticari teklifi çoğaltmak istediğinizden emin misiniz? %s?
+ConfirmClonePropal=%s teklifinin kopyasını oluşturmak istediğinizden emin misiniz?
ConfirmReOpenProp=Ticari teklifi geri açmak istediğinizden emin misiniz %s?
ProposalsAndProposalsLines=Teklif ve satırları
ProposalLine=Teklif satırı
diff --git a/htdocs/langs/tr_TR/resource.lang b/htdocs/langs/tr_TR/resource.lang
index 25e8cbd1af6..16d96685df4 100644
--- a/htdocs/langs/tr_TR/resource.lang
+++ b/htdocs/langs/tr_TR/resource.lang
@@ -1,11 +1,11 @@
# Dolibarr language file - Source file is en_US - resource
MenuResourceIndex=Kaynaklar
-MenuResourceAdd=Yeni kaynaklar
+MenuResourceAdd=Yeni Kaynaklar
DeleteResource=Kaynak sil
ConfirmDeleteResourceElement=Bu öğe için kaynağı silmeyi onayla
NoResourceInDatabase=Veritabanında kaynak yok
NoResourceLinked=Bağlantılı kaynak yok
-
+ActionsOnResource=Bu kaynakla ilgili etkinlikler
ResourcePageIndex=Kaynak listesi
ResourceSingular=Kaynak
ResourceCard=Kaynak kartı
diff --git a/htdocs/langs/tr_TR/stripe.lang b/htdocs/langs/tr_TR/stripe.lang
index a3c26c4b346..e386539b755 100644
--- a/htdocs/langs/tr_TR/stripe.lang
+++ b/htdocs/langs/tr_TR/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/tr_TR/supplier_proposal.lang b/htdocs/langs/tr_TR/supplier_proposal.lang
index 9e120f15ccb..f623341419c 100644
--- a/htdocs/langs/tr_TR/supplier_proposal.lang
+++ b/htdocs/langs/tr_TR/supplier_proposal.lang
@@ -34,7 +34,7 @@ SupplierProposalStatusSignedShort=Kabul edildi
SupplierProposalStatusNotSignedShort=Reddedildi
CopyAskFrom=Varolan bir isteği kopyalayarak fiyat isteği oluştur
CreateEmptyAsk=Boş istek oluştur
-ConfirmCloneAsk=Fiyat talebini çoğaltmak istediğinizden emin misiniz %s?
+ConfirmCloneAsk=%s fiyat talebinin kopyasını oluşturmak istediğinizden emin misiniz?
ConfirmReOpenAsk=Fiyat talebini geri açmak istediğinizden emin misiniz %s?
SendAskByMail=Fiyat isteğini e-posta ile gönder
SendAskRef=Fiyat isteği %s gönderiliyor
diff --git a/htdocs/langs/tr_TR/ticket.lang b/htdocs/langs/tr_TR/ticket.lang
index 0f9c9ce4fde..5d03c756d59 100644
--- a/htdocs/langs/tr_TR/ticket.lang
+++ b/htdocs/langs/tr_TR/ticket.lang
@@ -268,7 +268,7 @@ SeeThisTicketIntomanagementInterface=Yönetim arayüzünde destek bildirimini g
TicketPublicInterfaceForbidden=Destek bildirimi için genel arayüz etkin değil
ErrorEmailOrTrackingInvalid=Takip numarası veya e-posta için hatalı değer
OldUser=Eski kullanıcı
-NewUser=Yeni kullanıcı
+NewUser=Yeni Kullanıcı
NumberOfTicketsByMonth=Aylık destek bildirim sayısı
NbOfTickets=Destek bildirim sayısı
# notifications
diff --git a/htdocs/langs/tr_TR/trips.lang b/htdocs/langs/tr_TR/trips.lang
index 03783401b6c..dfb2ee21b93 100644
--- a/htdocs/langs/tr_TR/trips.lang
+++ b/htdocs/langs/tr_TR/trips.lang
@@ -109,7 +109,7 @@ NoTripsToExportCSV=Bu dönem için dışaaktarılacak gider raporu yok.
ExpenseReportPayment=Gider raporu ödemesi
ExpenseReportsToApprove=Onaylanacak gider raporları
ExpenseReportsToPay=Ödenecek gider raporları
-ConfirmCloneExpenseReport=Bu gider raporunu kopyalamak istediğinizden emin misiniz?
+ConfirmCloneExpenseReport=Bu gider raporunun kopyasını oluşturmak istediğinizden emin misiniz?
ExpenseReportsIk=Expense report milles index
ExpenseReportsRules=Gider raporu kuralları
ExpenseReportIkDesc=You can modify the calculation of kilometers expense by category and range who they are previously defined. d is the distance in kilometers
diff --git a/htdocs/langs/tr_TR/users.lang b/htdocs/langs/tr_TR/users.lang
index 21feef75fa1..50b800b2d52 100644
--- a/htdocs/langs/tr_TR/users.lang
+++ b/htdocs/langs/tr_TR/users.lang
@@ -26,11 +26,11 @@ ConfirmDeleteGroup=%s grubunu silmek istediğinizden emin misiniz?
ConfirmEnableUser=%s kullanıcısını etkinleştirmek istediğinizden emin misiniz?
ConfirmReinitPassword=%skullanıcısı için yeni bir şifre oluşturmak istediğinizden emin misiniz?
ConfirmSendNewPassword=%s kullanıcısı için yeni şifre oluşturmak ve göndermek istediğinizden emin misiniz?
-NewUser=Yeni kullanıcı
+NewUser=Yeni Kullanıcı
CreateUser=Kullanıcı oluştur
LoginNotDefined=Kullanıcı adı tanımlı değil.
NameNotDefined=Ad tanımlı değil.
-ListOfUsers=Kullanıcı listesi
+ListOfUsers=Kullanıcı Listesi
SuperAdministrator=Süper Yönetici
SuperAdministratorDesc=Yöneticinin tüm hakları
AdministratorDesc=Yönetici
@@ -39,8 +39,8 @@ DefaultRightsDesc=Burada, yeni bir kullanıcıya otomatik olarak verilen
DolibarrUsers=Dolibarr kullanıcıları
LastName=Soyadı
FirstName=Adı
-ListOfGroups=Grupların listesi
-NewGroup=Yeni grup
+ListOfGroups=Grupların Listesi
+NewGroup=Yeni Grup
CreateGroup=Grup oluştur
RemoveFromGroup=Gruptan kaldır
PasswordChangedAndSentTo=Parola değiştirildi ve %s e gönderildi.
@@ -96,7 +96,7 @@ NbOfUsers=Kullanıcı sayısı
NbOfPermissions=İzinlerin sayısı
DontDowngradeSuperAdmin=Yalnızca bir SuperAdmin, bir SuperAdmin’inin derecesini düşürebilir
HierarchicalResponsible=Yönetici
-HierarchicView=Sıradüzeni görünümü
+HierarchicView=Sıradüzeni Görünümü
UseTypeFieldToChange=Değiştirmek için Alan türünü kullan
OpenIDURL=OpenID URL
LoginUsingOpenID=Oturum açmak için OpenID kullan
diff --git a/htdocs/langs/tr_TR/website.lang b/htdocs/langs/tr_TR/website.lang
index 85648d7cc51..9914ef2475d 100644
--- a/htdocs/langs/tr_TR/website.lang
+++ b/htdocs/langs/tr_TR/website.lang
@@ -53,8 +53,8 @@ YouCanCreatePageOrImportTemplate=Yeni bir sayfa oluşturabilir veya tam bir web
SyntaxHelp=Belirli sözdizimi ipuçları hakkında yardım
YouCanEditHtmlSourceckeditor=Düzenleyicideki "Kaynak" düğmesini kullanarak HTML kaynak kodunu düzenleyebilirsiniz
YouCanEditHtmlSource= You can include PHP code into this source using tags <?php ?>. The following global variables are available: $conf, $db, $mysoc, $user, $website, $websitepage, $weblangs.
You can also include content of another Page/Container with the following syntax: <?php includeContainer('alias_of_container_to_include'); ?>
You can make a redirect to another Page/Container with the following syntax (Note: do not output any content before a redirect): <?php redirectToContainer('alias_of_container_to_redirect_to'); ?>
To add a link to another page, use the syntax: <a href="alias_of_page_to_link_to.php">mylink<a>
To include a link to download a file stored into the documents directory, use the document.php wrapper: Example, for a file into documents/ecm (need to be logged), syntax is: <a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext"> For a file into documents/medias (open directory for public access), syntax is: <a href="/document.php?modulepart=medias&file=[relative_dir/]filename.ext"> For a file shared with a share link (open access using the sharing hash key of file), syntax is: <a href="/document.php?hashp=publicsharekeyoffile">
To include an image stored into the documents directory, use the viewimage.php wrapper: Example, for an image into documents/medias (open directory for public access), syntax is: <img src="/viewimage.php?modulepart=medias&file=[relative_dir/]filename.ext">
-ClonePage=Sayfa/kapsayıcı kopyala
-CloneSite=Siteyi kopyala
+ClonePage=Sayfa/kapsayıcı kopyasını oluştur
+CloneSite=Sitenin kopyasını oluştur
SiteAdded=Web sitesi eklendi
ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page.
PageIsANewTranslation=Yeni sayfa mevcut sayfanın çevirisi mi?
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=Henüz bir web sitesi oluşturulmadı. Önce bir tane ol
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Web sitesi içeriğini değiştir
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Bu web sitesine özgü tüm javascript dosyaları da silinsin mi?
DeleteAlsoMedias=Bu web sitesine özgü tüm medya dosyaları da silinsin mi?
# Export
diff --git a/htdocs/langs/tr_TR/withdrawals.lang b/htdocs/langs/tr_TR/withdrawals.lang
index 001dacc9c1e..68e1b28efe9 100644
--- a/htdocs/langs/tr_TR/withdrawals.lang
+++ b/htdocs/langs/tr_TR/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Para çekme dosyası
SetToStatusSent="Dosya Gönderildi" durumuna ayarla
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Durum satırlarına göre istatistkler
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Otomatik ödeme modu (FRST veya RECUR)
diff --git a/htdocs/langs/uk_UA/accountancy.lang b/htdocs/langs/uk_UA/accountancy.lang
index 2f8b14ad135..868f3378bbc 100644
--- a/htdocs/langs/uk_UA/accountancy.lang
+++ b/htdocs/langs/uk_UA/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/uk_UA/admin.lang b/htdocs/langs/uk_UA/admin.lang
index fe7d48b8ac7..620e9f7db8c 100644
--- a/htdocs/langs/uk_UA/admin.lang
+++ b/htdocs/langs/uk_UA/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Оповіщення
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/uk_UA/bills.lang b/htdocs/langs/uk_UA/bills.lang
index 3c30ae87f85..56a17b860f9 100644
--- a/htdocs/langs/uk_UA/bills.lang
+++ b/htdocs/langs/uk_UA/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Рахунок проформа
InvoiceProFormaDesc=Рахунок проформа є образом оригінального рахунку, але не має бухгалтерського облікового запису.
InvoiceReplacement=Заміна рахунка-фактури
InvoiceReplacementAsk=Заміна рахунка-фактури на інший
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Кредитове авізо
InvoiceAvoirAsk=Кредитове авізо для коригування рахунка-фактури
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Платіж більший, ніж в нагад
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Класифікувати як 'Сплачений'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Класифікувати як 'Сплачений частково'
ClassifyCanceled=Класифікувати як 'Анулюваний'
ClassifyClosed=Класифікувати як 'Закритий'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Показати замінюючий рахунок-факт
ShowInvoiceAvoir=Показати кредитое авізо
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Показати платіж
AlreadyPaid=Вже сплачений
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/uk_UA/companies.lang b/htdocs/langs/uk_UA/companies.lang
index 499828f5eac..96ef561910b 100644
--- a/htdocs/langs/uk_UA/companies.lang
+++ b/htdocs/langs/uk_UA/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/uk_UA/errors.lang b/htdocs/langs/uk_UA/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/uk_UA/errors.lang
+++ b/htdocs/langs/uk_UA/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/uk_UA/main.lang b/htdocs/langs/uk_UA/main.lang
index 609709def1b..a0ffc3aa9c2 100644
--- a/htdocs/langs/uk_UA/main.lang
+++ b/htdocs/langs/uk_UA/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/uk_UA/other.lang b/htdocs/langs/uk_UA/other.lang
index a6802140be3..8a5ccdbab5c 100644
--- a/htdocs/langs/uk_UA/other.lang
+++ b/htdocs/langs/uk_UA/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/uk_UA/products.lang b/htdocs/langs/uk_UA/products.lang
index f57c6b76c36..b358dc16410 100644
--- a/htdocs/langs/uk_UA/products.lang
+++ b/htdocs/langs/uk_UA/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/uk_UA/stripe.lang b/htdocs/langs/uk_UA/stripe.lang
index 7a3389f34b7..c5224982873 100644
--- a/htdocs/langs/uk_UA/stripe.lang
+++ b/htdocs/langs/uk_UA/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/uk_UA/website.lang b/htdocs/langs/uk_UA/website.lang
index 2f387580ebc..55d7800c55c 100644
--- a/htdocs/langs/uk_UA/website.lang
+++ b/htdocs/langs/uk_UA/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/uk_UA/withdrawals.lang b/htdocs/langs/uk_UA/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/uk_UA/withdrawals.lang
+++ b/htdocs/langs/uk_UA/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/uz_UZ/accountancy.lang b/htdocs/langs/uz_UZ/accountancy.lang
index bb141cb9eb0..1fc3b3e05ec 100644
--- a/htdocs/langs/uz_UZ/accountancy.lang
+++ b/htdocs/langs/uz_UZ/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Nature
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Sales
AccountingJournalType3=Purchases
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/uz_UZ/admin.lang b/htdocs/langs/uz_UZ/admin.lang
index 9eaa12ec9be..2e27c6fe81f 100644
--- a/htdocs/langs/uz_UZ/admin.lang
+++ b/htdocs/langs/uz_UZ/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Checkboxes from table
ExtrafieldLink=Link to an object
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=Management of loans
-Module600Name=Notifications
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Create/modify services
Permission534=Delete services
Permission536=See/manage hidden services
Permission538=Export services
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Read donations
Permission702=Create/modify donations
Permission703=Delete donations
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Complementary attributes (orders)
ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
ExtraFieldsProject=Complementary attributes (projects)
ExtraFieldsProjectTask=Complementary attributes (tasks)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Attribute %s has a wrong value.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Condition is currently %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Search optimization
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/uz_UZ/bills.lang b/htdocs/langs/uz_UZ/bills.lang
index c9d46e4ffff..53535e58b46 100644
--- a/htdocs/langs/uz_UZ/bills.lang
+++ b/htdocs/langs/uz_UZ/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Proforma invoice
InvoiceProFormaDesc=Proforma invoice is an image of a true invoice but has no accountancy value.
InvoiceReplacement=Replacement invoice
InvoiceReplacementAsk=Replacement invoice for invoice
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Credit note
InvoiceAvoirAsk=Credit note to correct invoice
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Payment higher than reminder to pay
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Classify 'Paid'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Classify 'Paid partially'
ClassifyCanceled=Classify 'Abandoned'
ClassifyClosed=Classify 'Closed'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Show replacing invoice
ShowInvoiceAvoir=Show credit note
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Show situation invoice
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Show payment
AlreadyPaid=Already paid
AlreadyPaidBack=Already paid back
diff --git a/htdocs/langs/uz_UZ/companies.lang b/htdocs/langs/uz_UZ/companies.lang
index 77bd4f8a445..578f5cb8920 100644
--- a/htdocs/langs/uz_UZ/companies.lang
+++ b/htdocs/langs/uz_UZ/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Alias name (commercial, trademark, ...)
AliasNameShort=Alias Name
Companies=Companies
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=None
Vendor=Vendor
+Supplier=Vendor
AddContact=Create contact
AddContactAddress=Create contact/address
EditContact=Edit contact
diff --git a/htdocs/langs/uz_UZ/errors.lang b/htdocs/langs/uz_UZ/errors.lang
index b5a9d70cb70..1ee46fdbb92 100644
--- a/htdocs/langs/uz_UZ/errors.lang
+++ b/htdocs/langs/uz_UZ/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Error on mask
ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
ErrorBadMaskBadRazMonth=Error, bad reset value
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/uz_UZ/main.lang b/htdocs/langs/uz_UZ/main.lang
index c9487388ab3..d578c882ad5 100644
--- a/htdocs/langs/uz_UZ/main.lang
+++ b/htdocs/langs/uz_UZ/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=Contacts/addresses for this third party
AddressesForCompany=Addresses for this third party
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Events about this member
ActionsOnProduct=Events about this product
NActionsLate=%s late
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Create draft
SetToDraft=Back to draft
ClickToEdit=Click to edit
diff --git a/htdocs/langs/uz_UZ/other.lang b/htdocs/langs/uz_UZ/other.lang
index a6802140be3..8a5ccdbab5c 100644
--- a/htdocs/langs/uz_UZ/other.lang
+++ b/htdocs/langs/uz_UZ/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=The intervention %s has been validated.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/uz_UZ/products.lang b/htdocs/langs/uz_UZ/products.lang
index 7b68f5b3ebd..73e672284de 100644
--- a/htdocs/langs/uz_UZ/products.lang
+++ b/htdocs/langs/uz_UZ/products.lang
@@ -2,6 +2,7 @@
ProductRef=Product ref.
ProductLabel=Product label
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=Products/Services card
diff --git a/htdocs/langs/uz_UZ/withdrawals.lang b/htdocs/langs/uz_UZ/withdrawals.lang
index cbca2b2f103..88e5eaf128c 100644
--- a/htdocs/langs/uz_UZ/withdrawals.lang
+++ b/htdocs/langs/uz_UZ/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/vi_VN/accountancy.lang b/htdocs/langs/vi_VN/accountancy.lang
index f5d169e2819..56aecdb1bbf 100644
--- a/htdocs/langs/vi_VN/accountancy.lang
+++ b/htdocs/langs/vi_VN/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations
@@ -264,7 +265,7 @@ AccountingJournals=Accounting journals
AccountingJournal=Accounting journal
NewAccountingJournal=New accounting journal
ShowAccoutingJournal=Show accounting journal
-Nature=Tự nhiên
+NatureOfJournal=Nature of Journal
AccountingJournalType1=Miscellaneous operations
AccountingJournalType2=Bán
AccountingJournalType3=Mua
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=Chart of accounts Id
InitAccountancy=Init accountancy
InitAccountancyDesc=This page can be used to initialize an accounting account on products and services that does not have accounting account defined for sales and purchases.
DefaultBindingDesc=This page can be used to set a default account to use to link transactions record about payment salaries, donation, taxes and vat when no specific accounting account were already set.
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=Options
OptionModeProductSell=Mode sales
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/vi_VN/admin.lang b/htdocs/langs/vi_VN/admin.lang
index 788eb246e10..ecc0d998ca1 100644
--- a/htdocs/langs/vi_VN/admin.lang
+++ b/htdocs/langs/vi_VN/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=Hộp đánh dấu từ bảng
ExtrafieldLink=Liên kết với một đối tượng
ComputedFormula=Computed field
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=Library used for PDF generation
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=SMS
@@ -571,7 +574,7 @@ Module510Name=Lương
Module510Desc=Record and track employee payments
Module520Name=Cho vay
Module520Desc=Quản lý cho vay
-Module600Name=Thông báo
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=Product Variants
@@ -819,9 +822,9 @@ Permission532=Tạo/chỉnh sửa dịch vụ
Permission534=Xóa dịch vụ
Permission536=Xem/quản lý dịch vụ ẩn
Permission538=Xuất dữ liệu Dịch vụ
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=Đọc thông tin Tài trợ
Permission702=Tạo/sửa đổi Tài trợ
Permission703=Xóa tài trợ
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1038,24 +1041,24 @@ Host=Máy chủ
DriverType=Driver type
SummarySystem=Tóm tắt thông tin hệ thống
SummaryConst=Danh sách của tất cả các thông số cài đặt Dolibarr
-MenuCompanySetup=Company/Organization
+MenuCompanySetup=Thông Tin Công ty/Tổ chức
DefaultMenuManager= Quản lý menu chuẩn
DefaultMenuSmartphoneManager=Quản lý menu smartphone
Skin=Chủ đề giao diện
DefaultSkin=Chủ đề giao diện mặc định
MaxSizeList=Chiều dài tối đa cho danh sách
DefaultMaxSizeList=Default max length for lists
-DefaultMaxSizeShortList=Default max length for short lists (i.e. in customer card)
+DefaultMaxSizeShortList=Độ dài tối đa mặc định cho danh sách ngắn (ví dụ: trong thẻ khách hàng)
MessageOfDay=Tin trong ngày
MessageLogin=Tin trang đăng nhập
-LoginPage=Login page
-BackgroundImageLogin=Background image
+LoginPage=Trang đăng nhập
+BackgroundImageLogin=Hình nền
PermanentLeftSearchForm=Forrm tìm kiếm cố định trên menu bên trái
-DefaultLanguage=Default language
+DefaultLanguage=Ngôn ngữ mặc định
EnableMultilangInterface=Enable multilanguage support
EnableShowLogo=Hiển thị logo trên menu bên trái
-CompanyInfo=Company/Organization
-CompanyIds=Company/Organization identities
+CompanyInfo=Thông Tin Công ty/Tổ chức
+CompanyIds=Danh tính công ty / tổ chức
CompanyName=Tên
CompanyAddress=Địa chỉ
CompanyZip=Zip
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=Thuộc tính bổ sung (đơn hàng)
ExtraFieldsSupplierInvoices=Thuộc tính bổ sung (hoá đơn)
ExtraFieldsProject=Thuộc tính bổ sung (dự án)
ExtraFieldsProjectTask=Thuộc tính bổ sung (nhiệm vụ)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=Thuộc tính %s có giá trị sai.
AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=Session storage encrypted by Suhosin
ConditionIsCurrently=Điều kiện là hiện tại %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=Tối ưu hóa tìm kiếm
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug is loaded.
-XCacheInstalled=XCache is loaded.
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=Setup of module Expense Reports - Rules
ExpenseReportNumberingModules=Expense reports numbering module
NoModueToManageStockIncrease=Không có module có thể quản lý tăng tồn kho được kích hoạt. Tăng tồn kho sẽ chỉ được thực hiện thủ công.
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=List of notifications per user*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/vi_VN/bills.lang b/htdocs/langs/vi_VN/bills.lang
index 81329694431..e2b2a11cbee 100644
--- a/htdocs/langs/vi_VN/bills.lang
+++ b/htdocs/langs/vi_VN/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=Hóa đơn hình thức
InvoiceProFormaDesc=Hóa đơn hình thức là một hình ảnh của một hóa đơn thực, nhưng không có giá trị kế toán.
InvoiceReplacement=Hóa đơn thay thế
InvoiceReplacementAsk=Hóa đơn thay thế cho hóa đơn
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=Giấy báo có
InvoiceAvoirAsk=Giấy báo có để chỉnh sửa hóa đơn
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=Thanh toán cao hơn so với đề nghị trả
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=Phân loại 'Đã trả'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=Phân loại 'Đã trả một phần'
ClassifyCanceled=Phân loại 'Đã loại bỏ'
ClassifyClosed=Phân loại 'Đã đóng'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=Hiển thị hóa đơn thay thế
ShowInvoiceAvoir=Xem giấy báo có
ShowInvoiceDeposit=Show down payment invoice
ShowInvoiceSituation=Xem hóa đơn tình huống
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=Hiển thị thanh toán
AlreadyPaid=Đã trả
AlreadyPaidBack=Đã trả lại
diff --git a/htdocs/langs/vi_VN/companies.lang b/htdocs/langs/vi_VN/companies.lang
index 9b4d372c507..521bc7dd9a4 100644
--- a/htdocs/langs/vi_VN/companies.lang
+++ b/htdocs/langs/vi_VN/companies.lang
@@ -28,7 +28,7 @@ AliasNames=Tên viết tắt (tài chính, thương hiệu)
AliasNameShort=Alias Name
Companies=Các công ty
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users
SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
DiscountNone=Không
Vendor=Vendor
+Supplier=Vendor
AddContact=Tạo liên lạc
AddContactAddress=Tạo liên lạc/địa chỉ
EditContact=Sửa liên lạc
diff --git a/htdocs/langs/vi_VN/errors.lang b/htdocs/langs/vi_VN/errors.lang
index dd27b05a079..dcfe5118f12 100644
--- a/htdocs/langs/vi_VN/errors.lang
+++ b/htdocs/langs/vi_VN/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Ký tự đặc biệt không được phép
ErrorNumRefModel=Một tham chiếu tồn tại vào cơ sở dữ liệu (% s) và không tương thích với quy tắc đánh số này. Di chuyển hồ sơ hoặc tài liệu tham khảo đổi tên để kích hoạt module này.
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=Lỗi trên mặt nạ
ErrorBadMaskFailedToLocatePosOfSequence=Lỗi, mặt nạ mà không có số thứ tự
ErrorBadMaskBadRazMonth=Lỗi, giá trị thiết lập lại xấu
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/vi_VN/main.lang b/htdocs/langs/vi_VN/main.lang
index 773fafc037d..825708ec534 100644
--- a/htdocs/langs/vi_VN/main.lang
+++ b/htdocs/langs/vi_VN/main.lang
@@ -438,13 +438,14 @@ ActionRunningShort=In progress
ActionDoneShort=Đã hoàn tất
ActionUncomplete=Incomplete
LatestLinkedEvents=Latest %s linked events
-CompanyFoundation=Company/Organization
+CompanyFoundation=Thông Tin Công ty/Tổ chức
Accountant=Accountant
ContactsForCompany=Liên lạc cho bên thứ ba này
ContactsAddressesForCompany=Liên lạc/địa chỉ cho bên thứ ba này
AddressesForCompany=Địa chỉ cho bên thứ ba này
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=Sự kiện về thành viên này
ActionsOnProduct=Events about this product
NActionsLate=%s cuối
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=Link to contract
LinkToIntervention=Link to intervention
+LinkToTicket=Link to ticket
CreateDraft=Tạo dự thảo
SetToDraft=Trở về dự thảo
ClickToEdit=Nhấn vào để sửa
diff --git a/htdocs/langs/vi_VN/other.lang b/htdocs/langs/vi_VN/other.lang
index 85181e6ae01..b972dccd38f 100644
--- a/htdocs/langs/vi_VN/other.lang
+++ b/htdocs/langs/vi_VN/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=Number of units on proposals
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=Sự can thiệp% s đã được xác nhận.
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/vi_VN/products.lang b/htdocs/langs/vi_VN/products.lang
index 48b032f77fc..84be0e8db9e 100644
--- a/htdocs/langs/vi_VN/products.lang
+++ b/htdocs/langs/vi_VN/products.lang
@@ -2,6 +2,7 @@
ProductRef=Tham chiếu sản phẩm.
ProductLabel=Nhãn sản phẩm
ProductLabelTranslated=Nhãn sản phẩm đã dịch
+ProductDescription=Product description
ProductDescriptionTranslated=Mô tả sản phẩm đã dịch
ProductNoteTranslated=Ghi chú sản phẩm đã dịch
ProductServiceCard=Thẻ Sản phẩm/Dịch vụ
diff --git a/htdocs/langs/vi_VN/stripe.lang b/htdocs/langs/vi_VN/stripe.lang
index 6c47d33cb8b..77337d06301 100644
--- a/htdocs/langs/vi_VN/stripe.lang
+++ b/htdocs/langs/vi_VN/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/vi_VN/website.lang b/htdocs/langs/vi_VN/website.lang
index 3bc8b32f9f0..becbd99d3ac 100644
--- a/htdocs/langs/vi_VN/website.lang
+++ b/htdocs/langs/vi_VN/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/vi_VN/withdrawals.lang b/htdocs/langs/vi_VN/withdrawals.lang
index 43a21ea82c2..9aa1a1d441c 100644
--- a/htdocs/langs/vi_VN/withdrawals.lang
+++ b/htdocs/langs/vi_VN/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Thu hồi tập tin
SetToStatusSent=Thiết lập để tình trạng "File gửi"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/langs/zh_CN/accountancy.lang b/htdocs/langs/zh_CN/accountancy.lang
index 402922e3079..75b91959f8d 100644
--- a/htdocs/langs/zh_CN/accountancy.lang
+++ b/htdocs/langs/zh_CN/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=会计科目-等待
DONATION_ACCOUNTINGACCOUNT=会计科目-登记捐款
@@ -264,7 +265,7 @@ AccountingJournals=会计日常报表
AccountingJournal=会计日常报表
NewAccountingJournal=新建会计日常报表
ShowAccoutingJournal=显示会计日常报表
-Nature=属性
+NatureOfJournal=Nature of Journal
AccountingJournalType1=杂项业务
AccountingJournalType2=销售
AccountingJournalType3=采购
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=导出CSV可配置
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=会计科目表ID
InitAccountancy=初始化会计
InitAccountancyDesc=此页面可用于初始化没有为销售和购买定义的会计科目的产品和服务的会计科目。
DefaultBindingDesc=此页面可用于设置默认帐户,用于在未设置特定会计帐户时链接有关付款工资,捐款,税金和增值税的交易记录。
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=选项
OptionModeProductSell=销售模式
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/zh_CN/admin.lang b/htdocs/langs/zh_CN/admin.lang
index 6373129e03e..01524a3067f 100644
--- a/htdocs/langs/zh_CN/admin.lang
+++ b/htdocs/langs/zh_CN/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=表格中的复选框
ExtrafieldLink=连接到对象
ComputedFormula=计算字段
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=已使用资料库以支持生成PDF文件
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=短信
@@ -571,7 +574,7 @@ Module510Name=工资
Module510Desc=Record and track employee payments
Module520Name=贷款
Module520Desc=贷款管理模块
-Module600Name=通知
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=产品变体
@@ -819,9 +822,9 @@ Permission532=创建/变更服务
Permission534=删除服务
Permission536=查看/隐藏服务管理
Permission538=导出服务
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=读取捐款资料
Permission702=创建/变更捐款资料
Permission703=删除捐款资料
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=自定义属性 (订单)
ExtraFieldsSupplierInvoices=自定义属性 (账单)
ExtraFieldsProject=自定义属性 (项目)
ExtraFieldsProjectTask=自定义属性 (任务)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=属性 %s 有一个错误的值。
AlphaNumOnlyLowerCharsAndNoSpace=仅限英文大小写字母不含空格
SendmailOptionNotComplete=警告,在某些Linux系统上,要从您的电子邮件发送电子邮件,sendmail执行设置必须包含选项-ba(参数mail.force_extra_parameters到您的php.ini文件中)。如果某些收件人从未收到电子邮件,请尝试使用mail.force_extra_parameters = -ba编辑此PHP参数。
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=会话存储空间已用 Suhosin 加密
ConditionIsCurrently=当前条件为 %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=搜索优化
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=XDebug 已经加载。
-XCacheInstalled=XCache已经加载。
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=模块费用报告的设置 - 规则
ExpenseReportNumberingModules=费用报告编号模块
NoModueToManageStockIncrease=没有能够管理自动库存增加的模块已被激活。库存增加仅在手动输入时完成。
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=每个用户的通知列表*
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=转到合作方的“通知”标签,添加或删除联系人/地址的通知
Threshold=阈值
@@ -1895,6 +1900,11 @@ OnMobileOnly=On small screen (smartphone) only
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/zh_CN/bills.lang b/htdocs/langs/zh_CN/bills.lang
index 050f8cca90a..4ae6ac4679b 100644
--- a/htdocs/langs/zh_CN/bills.lang
+++ b/htdocs/langs/zh_CN/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=形式发票
InvoiceProFormaDesc=形式发票是发票的形式,但其没有真正的会计价值。
InvoiceReplacement=更换发票
InvoiceReplacementAsk=为发票更换发票
-InvoiceReplacementDesc=Replacement invoice is used to cancel and completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=信用记录
InvoiceAvoirAsk=更正发票的信用记录
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=付款金额比需要支付的金额高
HelpPaymentHigherThanReminderToPay=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess received for each overpaid invoice.
HelpPaymentHigherThanReminderToPaySupplier=Attention, the payment amount of one or more bills is higher than the outstanding amount to pay. Edit your entry, otherwise confirm and consider creating a credit note for the excess paid for each overpaid invoice.
ClassifyPaid=归类为 已支付
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=归类分 部分支付
ClassifyCanceled=归类为 已丢弃
ClassifyClosed=归类为 已关闭
@@ -214,6 +215,20 @@ ShowInvoiceReplace=显示替换发票
ShowInvoiceAvoir=显示信用记录
ShowInvoiceDeposit=显示付款发票
ShowInvoiceSituation=显示情况发票
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=显示支付
AlreadyPaid=已支付
AlreadyPaidBack=已支付
diff --git a/htdocs/langs/zh_CN/companies.lang b/htdocs/langs/zh_CN/companies.lang
index eed56f75f47..75d57bf28d8 100644
--- a/htdocs/langs/zh_CN/companies.lang
+++ b/htdocs/langs/zh_CN/companies.lang
@@ -28,7 +28,7 @@ AliasNames=别名(商号,商标,...)
AliasNameShort=别名
Companies=公司
CountryIsInEEC=Country is inside the European Economic Community
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=绝对供应商折扣(由所有用户输入
SupplierAbsoluteDiscountMy=绝对供应商折扣(由您自己输入)
DiscountNone=无
Vendor=Vendor
+Supplier=Vendor
AddContact=创建联系人
AddContactAddress=创建联系人/地址
EditContact=编辑联系人/地址
diff --git a/htdocs/langs/zh_CN/errors.lang b/htdocs/langs/zh_CN/errors.lang
index 6e232a35a83..d2c54579d93 100644
--- a/htdocs/langs/zh_CN/errors.lang
+++ b/htdocs/langs/zh_CN/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=特殊字符不为外地允许“%s的”
ErrorNumRefModel=存在一个引用(%s)和编号是不符合本规则兼容到数据库。记录中删除或重命名参考激活此模块。
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=模块设置看起来未完成设置。请到 主页->设置->模块菜单 完成模块的设置。
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=在面具的错误
ErrorBadMaskFailedToLocatePosOfSequence=没有序列号错误,面具
ErrorBadMaskBadRazMonth=错误,坏的复位值
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=为此成员设置了密码。但是,未创建任何用户帐户。因此,此密码已存储,但无法用于登录Dolibarr。它可以由外部模块/接口使用,但如果您不需要为成员定义任何登录名或密码,则可以从成员模块设置中禁用“管理每个成员的登录名”选项。如果您需要管理登录但不需要任何密码,则可以将此字段保留为空以避免此警告。注意:如果成员链接到用户,则电子邮件也可用作登录。
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/zh_CN/main.lang b/htdocs/langs/zh_CN/main.lang
index f7f6a58e93c..3197d345e98 100644
--- a/htdocs/langs/zh_CN/main.lang
+++ b/htdocs/langs/zh_CN/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=这个合伙人联系人/地址
AddressesForCompany=这个合伙人的地址
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=有关此会员的事件
ActionsOnProduct=有关此产品的事件
NActionsLate=逾期 %s
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=链接到联系人
LinkToIntervention=链接到干预
+LinkToTicket=Link to ticket
CreateDraft=创建草稿
SetToDraft=返回草稿
ClickToEdit=单击“编辑”
diff --git a/htdocs/langs/zh_CN/other.lang b/htdocs/langs/zh_CN/other.lang
index 81364a5ce11..b493c21cea8 100644
--- a/htdocs/langs/zh_CN/other.lang
+++ b/htdocs/langs/zh_CN/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=客户发票数量
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=提案上的单位数量
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=客户发票上的单位数量
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=干预%s已被验证。
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/zh_CN/products.lang b/htdocs/langs/zh_CN/products.lang
index a1323c8069d..e10aeb3b1b4 100644
--- a/htdocs/langs/zh_CN/products.lang
+++ b/htdocs/langs/zh_CN/products.lang
@@ -2,6 +2,7 @@
ProductRef=产品编号
ProductLabel=产品名称
ProductLabelTranslated=产品标签已翻译
+ProductDescription=Product description
ProductDescriptionTranslated=产品描述已翻译
ProductNoteTranslated=产品备注已翻译
ProductServiceCard=产品/服务 信息卡
diff --git a/htdocs/langs/zh_CN/stripe.lang b/htdocs/langs/zh_CN/stripe.lang
index d239c1fb8bd..c884648b05d 100644
--- a/htdocs/langs/zh_CN/stripe.lang
+++ b/htdocs/langs/zh_CN/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/zh_CN/website.lang b/htdocs/langs/zh_CN/website.lang
index a92bfcf66ad..377f56e059b 100644
--- a/htdocs/langs/zh_CN/website.lang
+++ b/htdocs/langs/zh_CN/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/zh_CN/withdrawals.lang b/htdocs/langs/zh_CN/withdrawals.lang
index 83c38178b4b..1ccec37cfe1 100644
--- a/htdocs/langs/zh_CN/withdrawals.lang
+++ b/htdocs/langs/zh_CN/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=撤回文件
SetToStatusSent=设置状态“发送的文件”
ThisWillAlsoAddPaymentOnInvoice=这还将记录付款到发票,并将其分类为“付费”,如果仍然支付是空的
StatisticsByLineStatus=按状态明细统计
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=唯一授权参考
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=直接付款模式(FRST或RECUR)
diff --git a/htdocs/langs/zh_TW/accountancy.lang b/htdocs/langs/zh_TW/accountancy.lang
index be9027cf959..17dcd2accc4 100644
--- a/htdocs/langs/zh_TW/accountancy.lang
+++ b/htdocs/langs/zh_TW/accountancy.lang
@@ -158,6 +158,7 @@ ACCOUNTING_RESULT_LOSS=Result accounting account (Loss)
ACCOUNTING_CLOSURE_DEFAULT_JOURNAL=Journal of closure
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transitional bank transfer
+TransitionalAccount=Transitional bank transfer account
ACCOUNTING_ACCOUNT_SUSPENSE=等待的會計項目
DONATION_ACCOUNTINGACCOUNT=註冊捐款的會計項目
@@ -264,7 +265,7 @@ AccountingJournals=各式會計日記簿
AccountingJournal=會計日記簿
NewAccountingJournal=新會計日記簿
ShowAccoutingJournal=顯示會計日記簿
-Nature=性質
+NatureOfJournal=Nature of Journal
AccountingJournalType1=雜項操作
AccountingJournalType2=各式銷貨
AccountingJournalType3=各式採購
@@ -290,6 +291,7 @@ Modelcsv_quadratus=Export for Quadratus QuadraCompta
Modelcsv_ebp=Export for EBP
Modelcsv_cogilog=Export for Cogilog
Modelcsv_agiris=Export for Agiris
+Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
Modelcsv_openconcerto=Export for OpenConcerto (Test)
Modelcsv_configurable=Export CSV Configurable
Modelcsv_FEC=Export FEC
@@ -300,7 +302,7 @@ ChartofaccountsId=會計項目表ID
InitAccountancy=初始會計
InitAccountancyDesc=此頁可在沒有定義產品及服務的銷售及採購會計項目下使用產品及服務的會計項目。
DefaultBindingDesc=當沒有設定特定會計項目時,此頁面可設定預設會計項目連結到薪資、捐贈、稅捐及營業稅的交易紀錄。
-DefaultClosureDesc=This page can be used to set parameters to use to enclose a balance sheet.
+DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
Options=選項
OptionModeProductSell=銷售模式
OptionModeProductSellIntra=Mode sales exported in EEC
diff --git a/htdocs/langs/zh_TW/admin.lang b/htdocs/langs/zh_TW/admin.lang
index e139e03077d..765fa63ea45 100644
--- a/htdocs/langs/zh_TW/admin.lang
+++ b/htdocs/langs/zh_TW/admin.lang
@@ -422,6 +422,8 @@ ExtrafieldCheckBoxFromList=從表格來的確認框
ExtrafieldLink=連線到物件
ComputedFormula=計算欄位
ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: $db, $conf, $langs, $mysoc, $user, $object. WARNING: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example. Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.
Example to reload object (($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id: ($obj->rowid ? $obj->rowid: $object->id)) > 0)) ? $reloadedobj->array_options['options_extrafieldkey'] * $reloadedobj->capital / 5: '-1'
Other example of formula to force load of object and its parent object: (($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref: 'Parent project not found'
+Computedpersistent=Store computed field
+ComputedpersistentDesc=Computed extra fields will be stored in the database, however, the value will only be recalculated when the object of this field is changed. If the computed field depends on other objects or global data this value might be wrong!!
ExtrafieldParamHelpPassword=Leaving this field blank means this value will be stored without encryption (field must be only hidden with star on screen). Set 'auto' to use the default encryption rule to save password into database (then value read will be the hash only, no way to retrieve original value)
ExtrafieldParamHelpselect=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 code3,value3 ...
In order to have the list depending on another complementary attribute list: 1,value1|options_parent_list_code:parent_key 2,value2|options_parent_list_code:parent_key
In order to have the list depending on another list: 1,value1|parent_list_code:parent_key 2,value2|parent_list_code:parent_key
ExtrafieldParamHelpcheckbox=List of values must be lines with format key,value (where key can't be '0')
for example: 1,value1 2,value2 3,value3 ...
@@ -429,6 +431,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
ExtrafieldParamHelpsellist=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
- idfilter is necessarly a primary int key - filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelpchkbxlst=List of values comes from a table Syntax: table_name:label_field:id_field::filter Example: c_typent:libelle:id::filter
filter can be a simple test (eg active=1) to display only active value You can also use $ID$ in filter witch is the current id of current object To do a SELECT in filter use $SEL$ if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)
In order to have the list depending on another complementary attribute list: c_typent:libelle:id:options_parent_list_code|parent_column:filter
In order to have the list depending on another list: c_typent:libelle:id:parent_list_code|parent_column:filter
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath Syntax: ObjectName:Classpath Examples: Societe:societe/class/societe.class.php Contact:contact/class/contact.class.php
+ExtrafieldParamHelpSeparator=Keep empty for a simple separator Set this to 1 for a collapsing separator (open by default) Set this to 2 for a collapsing separator (collapsed by default)
LibraryToBuildPDF=PDF產生器使用程式庫
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are: 1: local tax apply on products and services without vat (localtax is calculated on amount without tax) 2: local tax apply on products and services including vat (localtax is calculated on amount + main tax) 3: local tax apply on products without vat (localtax is calculated on amount without tax) 4: local tax apply on products including vat (localtax is calculated on amount + main vat) 5: local tax apply on services without vat (localtax is calculated on amount without tax) 6: local tax apply on services including vat (localtax is calculated on amount + tax)
SMS=簡訊
@@ -571,7 +574,7 @@ Module510Name=Salaries
Module510Desc=Record and track employee payments
Module520Name=Loans
Module520Desc=借款的管理
-Module600Name=通知
+Module600Name=Notifications on business event
Module600Desc=Send email notifications triggered by a business event: per user (setup defined on each user), per third-party contacts (setup defined on each third party) or by specific emails
Module600Long=Note that this module sends emails in real-time when a specific business event occurs. If you are looking for a feature to send email reminders for agenda events, go into the setup of module Agenda.
Module610Name=產品變種
@@ -819,9 +822,9 @@ Permission532=建立/修改服務
Permission534=刪除服務
Permission536=查看/管理隱藏服務
Permission538=匯出服務
-Permission650=Read bom of Bom
-Permission651=Create/Update bom of Bom
-Permission652=Delete bom of Bom
+Permission650=Read Bills of Materials
+Permission651=Create/Update Bills of Materials
+Permission652=Delete Bills of Materials
Permission701=讀取捐款
Permission702=建立/修改捐款
Permission703=刪除捐款
@@ -911,7 +914,7 @@ Permission50414=Delete operations in ledger
Permission50415=Delete all operations by year and journal in ledger
Permission50418=Export operations of the ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
-Permission50430=Define and close a fiscal year
+Permission50430=Define and close a fiscal period
Permission50440=Manage chart of accounts, setup of accountancy
Permission51001=Read assets
Permission51002=Create/Update assets
@@ -1190,6 +1193,7 @@ ExtraFieldsSupplierOrders=補充屬性(訂單)
ExtraFieldsSupplierInvoices=補充屬性(發票)
ExtraFieldsProject=補充屬性(專案)
ExtraFieldsProjectTask=補充屬性(任務)
+ExtraFieldsSalaries=Complementary attributes (salaries)
ExtraFieldHasWrongValue=屬性 %s 有錯誤值。
AlphaNumOnlyLowerCharsAndNoSpace=只限字母數字和小寫字元且沒有空格
SendmailOptionNotComplete=警告,在某些Linux系統,從您的電子郵件發送電子郵件,必須包含 sendmail 的執行設置選項 -ba(在您的 php.ini 檔案設定參數 mail.force_extra_parameters )。如果收件人沒有收到電子郵件,嘗試編輯 mail.force_extra_parameters = -ba 這個PHP參數。
@@ -1217,13 +1221,14 @@ SuhosinSessionEncrypt=以 Suhosin 加密方式儲存連線階段
ConditionIsCurrently=目前情況 %s
YouUseBestDriver=You use driver %s which is the best driver currently available.
YouDoNotUseBestDriver=You use driver %s but driver %s is recommended.
-NbOfProductIsLowerThanNoPb=You have only %s products/services in the database. This does not require any particular optimization.
+NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
SearchOptim=最佳化的蒐尋
-YouHaveXProductUseSearchOptim=You have %s products in the database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
+YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
BrowserIsOK=You are using the %s web browser. This browser is ok for security and performance.
BrowserIsKO=You are using the %s web browser. This browser is known to be a bad choice for security, performance and reliability. We recommend using Firefox, Chrome, Opera or Safari.
-XDebugInstalled=已載入 XDebug。
-XCacheInstalled=已載入 XCache。
+PHPModuleLoaded=PHP component %s is loaded
+PreloadOPCode=Preloaded OPCode is used
AddRefInList=Display Customer/Vendor ref. info list (select list or combobox) and most of hyperlink. Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
AddAdressInList=Display Customer/Vendor adress info list (select list or combobox) Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
@@ -1731,9 +1736,9 @@ ExpenseReportsRulesSetup=設定費用報表模組 - 規則
ExpenseReportNumberingModules=費用報表編號模組
NoModueToManageStockIncrease=當自動增加庫存啟動後沒有模組可以管理。此時增加庫存只能人工輸入。
YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for email notifications by enabling and configuring the module "Notification".
-ListOfNotificationsPerUser=每位用戶* 的通知明細表
-ListOfNotificationsPerUserOrContact=List of notifications (events) available per user* or per contact**
-ListOfFixedNotifications=List of Fixed Notifications
+ListOfNotificationsPerUser=List of automatic notifications per user*
+ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
+ListOfFixedNotifications=List of automatic fixed notifications
GoOntoUserCardToAddMore=Go to the tab "Notifications" of a user to add or remove notifications for users
GoOntoContactCardToAddMore=移到合作方的「通知」分頁以便針對通訊錄/地址等增加或移除通知
Threshold=Threshold
@@ -1895,6 +1900,11 @@ OnMobileOnly=只在小螢幕(智慧型手機)
DisableProspectCustomerType=Disable the "Prospect + Customer" third party type (so third party must be Prospect or Customer but can't be both)
MAIN_OPTIMIZEFORTEXTBROWSER=Simplify interface for blind person
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Enable this option if you are a blind person, or if you use the application from a text browser like Lynx or Links.
+MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
+MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
+Protanopia=Protanopia
+Deuteranopes=Deuteranopes
+Tritanopes=Tritanopes
ThisValueCanOverwrittenOnUserLevel=This value can be overwritten by each user from its user page - tab '%s'
DefaultCustomerType=Default thirdparty type for "New customer" creation form
ABankAccountMustBeDefinedOnPaymentModeSetup=Note: The bank account must be defined on the module of each payment mode (Paypal, Stripe, ...) to have this feature working.
@@ -1908,7 +1918,7 @@ LogsLinesNumber=Number of lines to show on logs tab
UseDebugBar=Use the debug bar
DEBUGBAR_LOGS_LINES_NUMBER=Number of last log lines to keep in console
WarningValueHigherSlowsDramaticalyOutput=Warning, higher values slows dramaticaly output
-DebugBarModuleActivated=Module debugbar is activated and slows dramaticaly the interface
+ModuleActivated=Module %s is activated and slows the interface
EXPORTS_SHARE_MODELS=Export models are share with everybody
ExportSetup=Setup of module Export
InstanceUniqueID=Unique ID of the instance
@@ -1924,4 +1934,6 @@ UrlForIFTTT=URL endpoint for IFTTT
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
EndPointFor=End point for %s : %s
DeleteEmailCollector=Delete email collector
-ConfirmDeleteEmailCollector=Are you sure you want to delete this email collectore?
+ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
+RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
+AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
diff --git a/htdocs/langs/zh_TW/bills.lang b/htdocs/langs/zh_TW/bills.lang
index 9733329db6b..1c4ba30453c 100644
--- a/htdocs/langs/zh_TW/bills.lang
+++ b/htdocs/langs/zh_TW/bills.lang
@@ -25,7 +25,7 @@ InvoiceProFormaAsk=形式發票
InvoiceProFormaDesc=形式發票是發票的形象,但沒有真實的會計價值。
InvoiceReplacement=更換發票
InvoiceReplacementAsk=更換發票的發票
-InvoiceReplacementDesc=更換發票僅用於取消或代替未付款項但已收貨的發票。
注意:僅有未付款發票才可被更換。若被更換發票尚未被關閉,系統將自動'放棄'此發票。
+InvoiceReplacementDesc=Replacement invoice is used to completely replace an invoice with no payment already received.
Note: Only invoices with no payment on it can be replaced. If the invoice you replace is not yet closed, it will be automatically closed to 'abandoned'.
InvoiceAvoir=貸方通知單
InvoiceAvoirAsk=貸方通知單到正確發票
InvoiceAvoirDesc=The credit note is a negative invoice used to correct the fact that an invoice shows an amount that differs from the amount actually paid (eg the customer paid too much by mistake, or will not pay the complete amount since some products were returned).
@@ -95,6 +95,7 @@ PaymentHigherThanReminderToPay=付款支付更高的比提醒
HelpPaymentHigherThanReminderToPay=注意,一張或多張帳單的付款金額高於未付金額。 編輯您的輸入,否則請確認並考慮為每張超額支付的發票建立貸方通知單。
HelpPaymentHigherThanReminderToPaySupplier=注意,一張或多張帳單的付款金額高於未付金額。 編輯您的輸入,否則請確認並考慮為每張超額支付的發票建立貸方通知單。
ClassifyPaid=分類'已付'
+ClassifyUnPaid=Classify 'Unpaid'
ClassifyPaidPartially=分類'部分支付'
ClassifyCanceled=分類'已放棄'
ClassifyClosed=分類'關閉'
@@ -214,6 +215,20 @@ ShowInvoiceReplace=顯示發票取代
ShowInvoiceAvoir=顯示信貸說明
ShowInvoiceDeposit=顯示訂金發票
ShowInvoiceSituation=顯示情境發票
+UseSituationInvoices=Allow situation invoice
+UseSituationInvoicesCreditNote=Allow situation invoice credit note
+Retainedwarranty=Retained warranty
+RetainedwarrantyDefaultPercent=Retained warranty default percent
+ToPayOn=To pay on %s
+toPayOn=to pay on %s
+RetainedWarranty=Retained Warranty
+PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
+DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
+setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
+setretainedwarranty=Set retained warranty
+setretainedwarrantyDateLimit=Set retained warranty date limit
+RetainedWarrantyDateLimit=Retained warranty date limit
+RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
ShowPayment=顯示支付
AlreadyPaid=已支付
AlreadyPaidBack=已經還清了
diff --git a/htdocs/langs/zh_TW/companies.lang b/htdocs/langs/zh_TW/companies.lang
index f8750f08d2e..af9bea70e1e 100644
--- a/htdocs/langs/zh_TW/companies.lang
+++ b/htdocs/langs/zh_TW/companies.lang
@@ -28,7 +28,7 @@ AliasNames=別名(商業的,商標,...)
AliasNameShort=別名
Companies=公司
CountryIsInEEC=在歐盟區的國家
-PriceFormatInCurrentLanguage=Price format in current language
+PriceFormatInCurrentLanguage=Price display format in the current language and currency
ThirdPartyName=Third-party name
ThirdPartyEmail=Third-party email
ThirdParty=Third-party
@@ -287,6 +287,7 @@ SupplierAbsoluteDiscountAllUsers=完整的供應商折扣(由全體用戶授
SupplierAbsoluteDiscountMy=完整的供應商折扣(由您授權)
DiscountNone=無
Vendor=供應商
+Supplier=供應商
AddContact=建立聯絡人資訊
AddContactAddress=建立聯絡資訊及地址
EditContact=編輯聯絡人/地址
diff --git a/htdocs/langs/zh_TW/errors.lang b/htdocs/langs/zh_TW/errors.lang
index 5c767727593..f2d908bd98f 100644
--- a/htdocs/langs/zh_TW/errors.lang
+++ b/htdocs/langs/zh_TW/errors.lang
@@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=特殊字符不為外地允許“%s的”
ErrorNumRefModel=存在一個引用(%s)和編號是不符合本規則兼容到數據庫。記錄中刪除或重命名參考激活此模塊。
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
-ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
+ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
ErrorBadMask=錯誤的遮罩參數值
ErrorBadMaskFailedToLocatePosOfSequence=沒有序列號錯誤,面具
ErrorBadMaskBadRazMonth=錯誤,壞的復位值
@@ -219,6 +219,7 @@ ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
# Warnings
+WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
WarningMandatorySetupNotComplete=Click here to setup mandatory parameters
WarningEnableYourModulesApplications=Click here to enable your modules and applications
diff --git a/htdocs/langs/zh_TW/main.lang b/htdocs/langs/zh_TW/main.lang
index 3786469cafd..6a3d99b8b94 100644
--- a/htdocs/langs/zh_TW/main.lang
+++ b/htdocs/langs/zh_TW/main.lang
@@ -445,6 +445,7 @@ ContactsAddressesForCompany=此合作方的通訊錄及地址
AddressesForCompany=此合作方的地址
ActionsOnCompany=Events for this third party
ActionsOnContact=Events for this contact/address
+ActionsOnContract=Events for this contract
ActionsOnMember=此會員的各種事件
ActionsOnProduct=此產品的各種事件
NActionsLate=%s的後期
@@ -759,6 +760,7 @@ LinkToSupplierProposal=Link to vendor proposal
LinkToSupplierInvoice=Link to vendor invoice
LinkToContract=連線到合約
LinkToIntervention=連線到干預
+LinkToTicket=Link to ticket
CreateDraft=建立草稿
SetToDraft=回到草稿
ClickToEdit=點擊後“編輯”
diff --git a/htdocs/langs/zh_TW/other.lang b/htdocs/langs/zh_TW/other.lang
index 36361e8dcef..d894069ac8b 100644
--- a/htdocs/langs/zh_TW/other.lang
+++ b/htdocs/langs/zh_TW/other.lang
@@ -184,12 +184,14 @@ NumberOfCustomerInvoices=Number of customer invoices
NumberOfSupplierProposals=Number of vendor proposals
NumberOfSupplierOrders=Number of purchase orders
NumberOfSupplierInvoices=Number of vendor invoices
+NumberOfContracts=Number of contracts
NumberOfUnitsProposals=提案/建議書的單位數量
NumberOfUnitsCustomerOrders=Number of units on sales orders
NumberOfUnitsCustomerInvoices=Number of units on customer invoices
NumberOfUnitsSupplierProposals=Number of units on vendor proposals
NumberOfUnitsSupplierOrders=Number of units on purchase orders
NumberOfUnitsSupplierInvoices=Number of units on vendor invoices
+NumberOfUnitsContracts=Number of units on contracts
EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
EMailTextInterventionValidated=幹預%s已被驗證。
EMailTextInvoiceValidated=Invoice %s has been validated.
diff --git a/htdocs/langs/zh_TW/products.lang b/htdocs/langs/zh_TW/products.lang
index 0379739b18f..660da6b3998 100644
--- a/htdocs/langs/zh_TW/products.lang
+++ b/htdocs/langs/zh_TW/products.lang
@@ -2,6 +2,7 @@
ProductRef=產品編號
ProductLabel=產品標簽
ProductLabelTranslated=Translated product label
+ProductDescription=Product description
ProductDescriptionTranslated=Translated product description
ProductNoteTranslated=Translated product note
ProductServiceCard=產品服務卡
diff --git a/htdocs/langs/zh_TW/stripe.lang b/htdocs/langs/zh_TW/stripe.lang
index a390881159f..b442a09dbdd 100644
--- a/htdocs/langs/zh_TW/stripe.lang
+++ b/htdocs/langs/zh_TW/stripe.lang
@@ -65,3 +65,5 @@ StripeUserAccountForActions=User account to use for email notification of some S
StripePayoutList=List of Stripe payouts
ToOfferALinkForTestWebhook=Link to setup Stripe WebHook to call the IPN (test mode)
ToOfferALinkForLiveWebhook=Link to setup Stripe WebHook to call the IPN (live mode)
+PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
+ClickHereToTryAgain=Click here to try again...
diff --git a/htdocs/langs/zh_TW/website.lang b/htdocs/langs/zh_TW/website.lang
index 82a20e8535b..5b9f2881147 100644
--- a/htdocs/langs/zh_TW/website.lang
+++ b/htdocs/langs/zh_TW/website.lang
@@ -98,7 +98,7 @@ NoWebSiteCreateOneFirst=No website has been created yet. Create one first.
GoTo=Go to
DynamicPHPCodeContainsAForbiddenInstruction=You add dynamic PHP code that contains the PHP instruction '%s' that is forbidden by default as dynamic content (see hidden options WEBSITE_PHP_ALLOW_xxx to increase list of allowed commands).
NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynamic content in websites. Ask permission or just keep code into php tags unmodified.
-ReplaceWebsiteContent=Replace website content
+ReplaceWebsiteContent=Search or Replace website content
DeleteAlsoJs=Delete also all javascript files specific to this website?
DeleteAlsoMedias=Delete also all medias files specific to this website?
# Export
diff --git a/htdocs/langs/zh_TW/withdrawals.lang b/htdocs/langs/zh_TW/withdrawals.lang
index e9dcf33924b..a908610c4f0 100644
--- a/htdocs/langs/zh_TW/withdrawals.lang
+++ b/htdocs/langs/zh_TW/withdrawals.lang
@@ -76,7 +76,8 @@ WithdrawalFile=Withdrawal file
SetToStatusSent=Set to status "File Sent"
ThisWillAlsoAddPaymentOnInvoice=This will also record payments to invoices and will classify them as "Paid" if remain to pay is null
StatisticsByLineStatus=Statistics by status of lines
-RUM=UMR
+RUM=Unique Mandate Reference (UMR)
+DateRUM=Mandate signature date
RUMLong=Unique Mandate Reference
RUMWillBeGenerated=If empty, a UMR (Unique Mandate Reference) will be generated once the bank account information is saved.
WithdrawMode=Direct debit mode (FRST or RECUR)
diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php
index 45a851b43a5..9109247d462 100644
--- a/htdocs/livraison/card.php
+++ b/htdocs/livraison/card.php
@@ -568,7 +568,7 @@ else
}
// Other attributes
- if ($action = 'create_delivery') {
+ if ($action == 'create_delivery') {
// copy from expedition
$expeditionExtrafields = new Extrafields($db);
$expeditionExtrafieldLabels = $expeditionExtrafields->fetch_name_optionals_label($expedition->table_element);
@@ -681,7 +681,7 @@ else
$mode = ($object->statut == 0) ? 'edit' : 'view';
$line = new LivraisonLigne($db);
$line->fetch_optionals($object->lines[$i]->id);
- if ($action = 'create_delivery') {
+ if ($action == 'create_delivery') {
$srcLine = new ExpeditionLigne($db);
$expeditionLineExtrafields = new Extrafields($db);
$expeditionLineExtrafieldLabels = $expeditionLineExtrafields->fetch_name_optionals_label($srcLine->table_element);
diff --git a/htdocs/livraison/class/livraison.class.php b/htdocs/livraison/class/livraison.class.php
index 9021faf7542..093a1c3ab1e 100644
--- a/htdocs/livraison/class/livraison.class.php
+++ b/htdocs/livraison/class/livraison.class.php
@@ -439,13 +439,18 @@ class Livraison extends CommonObject
// Rename directory if dir was a temporary ref
if (preg_match('/^[\(]?PROV/i', $this->ref))
{
- // On renomme repertoire ($this->ref = ancienne ref, $numfa = nouvelle ref)
- // afin de ne pas perdre les fichiers attaches
+ // Now we rename also files into index
+ $sql = 'UPDATE '.MAIN_DB_PREFIX."ecm_files set filename = CONCAT('".$this->db->escape($this->newref)."', SUBSTR(filename, ".(strlen($this->ref)+1).")), filepath = 'expedition/receipt/".$this->db->escape($this->newref)."'";
+ $sql.= " WHERE filename LIKE '".$this->db->escape($this->ref)."%' AND filepath = 'expedition/receipt/".$this->db->escape($this->ref)."' and entity = ".$conf->entity;
+ $resql = $this->db->query($sql);
+ if (! $resql) { $error++; $this->error = $this->db->lasterror(); }
+
+ // We rename directory ($this->ref = old ref, $num = new ref) in order not to lose the attachments
$oldref = dol_sanitizeFileName($this->ref);
$newref = dol_sanitizeFileName($numref);
$dirsource = $conf->expedition->dir_output.'/receipt/'.$oldref;
$dirdest = $conf->expedition->dir_output.'/receipt/'.$newref;
- if (file_exists($dirsource))
+ if (! $error && file_exists($dirsource))
{
dol_syslog(get_class($this)."::valid rename dir ".$dirsource." into ".$dirdest);
diff --git a/htdocs/loan/card.php b/htdocs/loan/card.php
index e826e86ea57..2ba29aef106 100644
--- a/htdocs/loan/card.php
+++ b/htdocs/loan/card.php
@@ -179,11 +179,12 @@ if (empty($reshook))
}
else
{
- $object->datestart = $datestart;
- $object->dateend = $dateend;
- $object->capital = $capital;
- $object->nbterm = GETPOST("nbterm", 'int');
- $object->rate = price2num(GETPOST("rate", 'alpha'));
+ $object->datestart = $datestart;
+ $object->dateend = $dateend;
+ $object->capital = $capital;
+ $object->nbterm = GETPOST("nbterm", 'int');
+ $object->rate = price2num(GETPOST("rate", 'alpha'));
+ $object->insurance_amount = price2num(GETPOST('insurance_amount', 'int'));
$accountancy_account_capital = GETPOST('accountancy_account_capital');
$accountancy_account_insurance = GETPOST('accountancy_account_insurance');
@@ -793,25 +794,25 @@ if ($id > 0)
{
// print ''.$langs->trans('CreateCalcSchedule').'';
- print ''.$langs->trans("Modify").'';
+ print '
';
}
print "";
diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 458e6649d8a..1e92838a0d7 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -252,6 +252,7 @@ if (isset($_SERVER["HTTP_USER_AGENT"]))
if ($conf->browser->layout == 'phone') $conf->dol_no_mouse_hover=1;
}
+
// Force HTTPS if required ($conf->file->main_force_https is 0/1 or https dolibarr root url)
// $_SERVER["HTTPS"] is 'on' when link is https, otherwise $_SERVER["HTTPS"] is empty or 'off'
if (! empty($conf->file->main_force_https) && (empty($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] != 'on'))
@@ -351,7 +352,7 @@ if (! defined('NOTOKENRENEWAL'))
}
//var_dump(GETPOST('token').' '.$_SESSION['token'].' - '.$_SESSION['newtoken'].' '.$_SERVER['SCRIPT_FILENAME']);
-
+//$dolibarr_nocsrfcheck=1;
// Check token
//var_dump((! defined('NOCSRFCHECK')).' '.empty($dolibarr_nocsrfcheck).' '.(! empty($conf->global->MAIN_SECURITY_CSRF_WITH_TOKEN)).' '.$_SERVER['REQUEST_METHOD'].' '.(! GETPOSTISSET('token')));
if ((! defined('NOCSRFCHECK') && empty($dolibarr_nocsrfcheck) && ! empty($conf->global->MAIN_SECURITY_CSRF_WITH_TOKEN))
@@ -359,6 +360,7 @@ if ((! defined('NOCSRFCHECK') && empty($dolibarr_nocsrfcheck) && ! empty($conf->
{
if ($_SERVER['REQUEST_METHOD'] == 'POST' && ! GETPOSTISSET('token')) // Note, offender can still send request by GET
{
+ dol_syslog("--- Access to ".$_SERVER["PHP_SELF"]." refused by CSRFCHECK_WITH_TOKEN protection. Token not provided.");
print "Access by POST method refused by CSRF protection in main.inc.php. Token not provided.\n";
print "If you access your server behind a proxy using url rewriting, you might check that all HTTP header is propagated (or add the line \$dolibarr_nocsrfcheck=1 into your conf.php file or MAIN_SECURITY_CSRF_WITH_TOKEN to 0 into setup).\n";
die;
@@ -368,9 +370,9 @@ if ((! defined('NOCSRFCHECK') && empty($dolibarr_nocsrfcheck) && ! empty($conf->
//{
if (GETPOSTISSET('token') && GETPOST('token', 'alpha') != $_SESSION['token'])
{
- dol_syslog("Invalid token, so we disable POST and some GET parameters - referer=".$_SERVER['HTTP_REFERER'].", action=".GETPOST('action', 'aZ09').", _GET|POST['token']=".GETPOST('token', 'alpha').", _SESSION['token']=".$_SESSION['token'], LOG_WARNING);
+ dol_syslog("--- Access to ".$_SERVER["PHP_SELF"]." refused due to invalid token, so we disable POST and some GET parameters - referer=".$_SERVER['HTTP_REFERER'].", action=".GETPOST('action', 'aZ09').", _GET|POST['token']=".GETPOST('token', 'alpha').", _SESSION['token']=".$_SESSION['token'], LOG_WARNING);
//print 'Unset POST by CSRF protection in main.inc.php.'; // Do not output anything because this create problems when using the BACK button on browsers.
- if ($conf->global->MAIN_FEATURES_LEVEL>1) setEventMessages('Unset POST by CSRF protection in main.inc.php.', null, 'warnings');
+ if ($conf->global->MAIN_FEATURES_LEVEL>1) setEventMessages('Unset POST by CSRF protection in main.inc.php (POST was already done or was done by a not allowed web page).'." \n".'$_SERVER[REQUEST_URI] = '.$_SERVER['REQUEST_URI'].' $_SERVER[REQUEST_METHOD] = '.$_SERVER['REQUEST_METHOD'].' GETPOST(token) = '.GETPOST('token', 'alpha').' $_SESSION[token] = '.$_SESSION['token'], null, 'warnings');
unset($_POST);
unset($_GET['confirm']);
}
@@ -467,7 +469,7 @@ if (! defined('NOLOGIN'))
$dol_hide_leftmenu=GETPOST('dol_hide_leftmenu', 'int', 3);
$dol_optimize_smallscreen=GETPOST('dol_optimize_smallscreen', 'int', 3);
$dol_no_mouse_hover=GETPOST('dol_no_mouse_hover', 'int', 3);
- $dol_use_jmobile=GETPOST('dol_use_jmobile', 'int', 3);
+ $dol_use_jmobile=GETPOST('dol_use_jmobile', 'int', 3); // 0=default, 1=to say we use app from a webview app, 2=to say we use app from a webview app and keep ajax
//dol_syslog("POST key=".join(array_keys($_POST),',').' value='.join($_POST,','));
// If in demo mode, we check we go to home page through the public/demo/index.php page
@@ -622,7 +624,7 @@ if (! defined('NOLOGIN'))
session_destroy();
session_name($sessionname);
session_set_cookie_params(0, '/', null, false, true); // Add tag httponly on session cookie
- session_start(); // Fixing the bug of register_globals here is useless since session is empty
+ session_start();
if ($resultFetchUser == 0)
{
@@ -679,7 +681,7 @@ if (! defined('NOLOGIN'))
session_destroy();
session_name($sessionname);
session_set_cookie_params(0, '/', null, false, true); // Add tag httponly on session cookie
- session_start(); // Fixing the bug of register_globals here is useless since session is empty
+ session_start();
if ($resultFetchUser == 0)
{
@@ -900,6 +902,9 @@ elseif (! empty($user->conf->MAIN_OPTIMIZEFORTEXTBROWSER))
$conf->global->MAIN_OPTIMIZEFORTEXTBROWSER=$user->conf->MAIN_OPTIMIZEFORTEXTBROWSER;
}
+// set MAIN_OPTIMIZEFORCOLORBLIND
+$conf->global->MAIN_OPTIMIZEFORCOLORBLIND=$user->conf->MAIN_OPTIMIZEFORCOLORBLIND;
+
// Set terminal output option according to conf->browser.
if (GETPOST('dol_hide_leftmenu', 'int') || ! empty($_SESSION['dol_hide_leftmenu'])) $conf->dol_hide_leftmenu=1;
if (GETPOST('dol_hide_topmenu', 'int') || ! empty($_SESSION['dol_hide_topmenu'])) $conf->dol_hide_topmenu=1;
@@ -1085,6 +1090,10 @@ if (! function_exists("llxHeader"))
if ($mainmenu != 'website') $tmpcsstouse=$morecssonbody; // We do not use sidebar-collpase by default to have menuhider open by default.
}
+ if(!empty($conf->global->MAIN_OPTIMIZEFORCOLORBLIND)){
+ $tmpcsstouse.= ' colorblind-'.strip_tags($conf->global->MAIN_OPTIMIZEFORCOLORBLIND);
+ }
+
print '' . "\n";
// top menu and left menu area
@@ -1122,6 +1131,7 @@ function top_httphead($contenttype = 'text/html', $forcenocache = 0)
if ($contenttype == 'text/html' ) header("Content-Type: text/html; charset=".$conf->file->character_set_client);
else header("Content-Type: ".$contenttype);
+
// Security options
header("X-Content-Type-Options: nosniff"); // With the nosniff option, if the server says the content is text/html, the browser will render it as text/html (note that most browsers now force this option to on)
if (! defined('XFRAMEOPTIONS_ALLOWALL')) header("X-Frame-Options: SAMEORIGIN"); // Frames allowed only if on same domain (stop some XSS attacks)
@@ -1200,14 +1210,14 @@ function top_htmlhead($head, $title = '', $disablejs = 0, $disablehead = 0, $arr
if (! is_object($hookmanager)) $hookmanager = new HookManager($db);
$hookmanager->initHooks(array("main"));
- $ext='layout='.$conf->browser->layout.'&version='.urlencode(DOL_VERSION);
+ $ext='layout='.$conf->browser->layout.'&version='.urlencode(DOL_VERSION);
print "\n";
if (GETPOST('dol_basehref', 'alpha')) print ''."\n";
// Displays meta
- print ''."\n";
+ print ''."\n";
print ''."\n"; // Do not index
print ''."\n"; // Scale for mobile device
print ''."\n";
@@ -1246,13 +1256,14 @@ function top_htmlhead($head, $title = '', $disablejs = 0, $disablehead = 0, $arr
if (GETPOST('version', 'int')) $ext='version='.GETPOST('version', 'int'); // usefull to force no cache on css/js
$themeparam='?lang='.$langs->defaultlang.'&theme='.$conf->theme.(GETPOST('optioncss', 'aZ09')?'&optioncss='.GETPOST('optioncss', 'aZ09', 1):'').'&userid='.$user->id.'&entity='.$conf->entity;
- $themeparam.=($ext?'&'.$ext:'');
+ $themeparam.=($ext?'&'.$ext:'').'&revision='.$conf->global->MAIN_IHM_PARAMS_REV;
if (! empty($_SESSION['dol_resetcache'])) $themeparam.='&dol_resetcache='.$_SESSION['dol_resetcache'];
- if (GETPOST('dol_hide_topmenu', 'int')) { $themeparam.='&dol_hide_topmenu='.GETPOST('dol_hide_topmenu', 'int'); }
- if (GETPOST('dol_hide_leftmenu', 'int')) { $themeparam.='&dol_hide_leftmenu='.GETPOST('dol_hide_leftmenu', 'int'); }
- if (GETPOST('dol_optimize_smallscreen', 'int')) { $themeparam.='&dol_optimize_smallscreen='.GETPOST('dol_optimize_smallscreen', 'int'); }
- if (GETPOST('dol_no_mouse_hover', 'int')) { $themeparam.='&dol_no_mouse_hover='.GETPOST('dol_no_mouse_hover', 'int'); }
- if (GETPOST('dol_use_jmobile', 'int')) { $themeparam.='&dol_use_jmobile='.GETPOST('dol_use_jmobile', 'int'); $conf->dol_use_jmobile=GETPOST('dol_use_jmobile', 'int'); }
+ if (GETPOSTISSET('dol_hide_topmenu')) { $themeparam.='&dol_hide_topmenu='.GETPOST('dol_hide_topmenu', 'int'); }
+ if (GETPOSTISSET('dol_hide_leftmenu')) { $themeparam.='&dol_hide_leftmenu='.GETPOST('dol_hide_leftmenu', 'int'); }
+ if (GETPOSTISSET('dol_optimize_smallscreen')) { $themeparam.='&dol_optimize_smallscreen='.GETPOST('dol_optimize_smallscreen', 'int'); }
+ if (GETPOSTISSET('dol_no_mouse_hover')) { $themeparam.='&dol_no_mouse_hover='.GETPOST('dol_no_mouse_hover', 'int'); }
+ if (GETPOSTISSET('dol_use_jmobile')) { $themeparam.='&dol_use_jmobile='.GETPOST('dol_use_jmobile', 'int'); $conf->dol_use_jmobile=GETPOST('dol_use_jmobile', 'int'); }
+ if (GETPOSTISSET('THEME_AGRESSIVITY_RATIO')) { $themeparam.='&THEME_AGRESSIVITY_RATIO='.GETPOST('THEME_AGRESSIVITY_RATIO', 'int'); }
if (! defined('DISABLE_JQUERY') && ! $disablejs && $conf->use_javascript_ajax)
{
@@ -1431,6 +1442,9 @@ function top_htmlhead($head, $title = '', $disablejs = 0, $disablehead = 0, $arr
print 'var ckeditorFilebrowserImageBrowseUrl = \''.DOL_URL_ROOT.'/core/filemanagerdol/browser/default/browser.php?Type=Image&Connector='.DOL_URL_ROOT.'/core/filemanagerdol/connectors/php/connector.php\';'."\n";
print ''."\n";
print ''."\n";
+ print ''."\n";
}
// Browser notifications
@@ -1804,11 +1818,11 @@ function top_menu_user(User $user, Translate $langs)
}
else $appli.=" ".DOL_VERSION;
- $btnUser = '
+ $btnUser = '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table
diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
index 6ddb439f074..fcf68096e6b 100644
--- a/htdocs/master.inc.php
+++ b/htdocs/master.inc.php
@@ -121,6 +121,25 @@ if (! defined('NOREQUIREDB'))
if ($db->error)
{
+ // If we were into a website context
+ if (! defined('USEDOLIBARREDITOR') && ! defined('USEDOLIBARRSERVER') && ! empty($_SERVER['SCRIPT_FILENAME']) && (strpos($_SERVER['SCRIPT_FILENAME'], DOL_DATA_ROOT.'/website') === 0))
+ {
+ $sapi_type = php_sapi_name();
+ if (substr($sapi_type, 0, 3) != 'cgi') http_response_code(503); // To tel search engine this is a temporary error
+ print '
';
}
diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
index 6382f352106..35f96b1588f 100644
--- a/htdocs/modulebuilder/template/class/myobject.class.php
+++ b/htdocs/modulebuilder/template/class/myobject.class.php
@@ -60,7 +60,7 @@ class MyObject extends CommonObject
const STATUS_DRAFT = 0;
const STATUS_VALIDATED = 1;
- const STATUS_DISABLED = 9;
+ const STATUS_CANCELED = 9;
/**
@@ -388,7 +388,7 @@ class MyObject extends CommonObject
$sql = 'SELECT ';
$sql .= $this->getFieldList();
$sql .= ' FROM ' . MAIN_DB_PREFIX . $this->table_element. ' as t';
- if ($this->ismultientitymanaged) $sql .= ' WHERE t.entity IN ('.getEntity($this->table_element).')';
+ if (isset($this->ismultientitymanaged) && $this->ismultientitymanaged == 1) $sql .= ' WHERE t.entity IN ('.getEntity($this->table_element).')';
else $sql .= ' WHERE 1 = 1';
// Manage filter
$sqlwhere = array();
@@ -689,7 +689,7 @@ class MyObject extends CommonObject
$this->lines=array();
$objectline = new MyObjectLine($this->db);
- $result = $objectline->fetchAll('ASC', 'rank', 0, 0, array('customsql'=>'fk_myobject = '.$this->id));
+ $result = $objectline->fetchAll('ASC', 'position', 0, 0, array('customsql'=>'fk_myobject = '.$this->id));
if (is_numeric($result))
{
@@ -774,5 +774,5 @@ class MyObject extends CommonObject
class MyObjectLine
{
// To complete with content of an object MyObjectLine
- // We should have a field rowid, fk_myobject and rank
+ // We should have a field rowid, fk_myobject and position
}
diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php
index 5e6388d55f9..555e01d7896 100644
--- a/htdocs/modulebuilder/template/myobject_list.php
+++ b/htdocs/modulebuilder/template/myobject_list.php
@@ -107,6 +107,7 @@ if (! $sortfield) $sortfield="t.".key($object->fields); // Set here default se
if (! $sortorder) $sortorder="ASC";
// Security check
+if (empty($conf->mymodule->enabled)) accessforbidden('Module not enabled');
$socid=0;
if ($user->societe_id > 0) // Protection if external user
{
@@ -135,7 +136,7 @@ $arrayfields=array();
foreach($object->fields as $key => $val)
{
// If $val['visible']==0, then we never show the field
- if (! empty($val['visible'])) $arrayfields['t.'.$key]=array('label'=>$val['label'], 'checked'=>(($val['visible']<0)?0:1), 'enabled'=>$val['enabled'], 'position'=>$val['position']);
+ if (! empty($val['visible'])) $arrayfields['t.'.$key]=array('label'=>$val['label'], 'checked'=>(($val['visible']<0)?0:1), 'enabled'=>($val['enabled'] && ($val['visible'] != 3)), 'position'=>$val['position']);
}
// Extra fields
if (is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label']) > 0)
@@ -493,7 +494,7 @@ while ($i < min($num, $limit))
if (in_array($val['type'], array('timestamp'))) $cssforfield.=($cssforfield?' ':'').'nowrap';
elseif ($key == 'ref') $cssforfield.=($cssforfield?' ':'').'nowrap';
- if (in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price'))) $cssforfield.=($cssforfield?' ':'').'right';
+ if (in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && $key != 'status') $cssforfield.=($cssforfield?' ':'').'right';
if (! empty($arrayfields['t.'.$key]['checked']))
{
diff --git a/htdocs/modulebuilder/template/sql/llx_mymodule_myobject_extrafields.key.sql b/htdocs/modulebuilder/template/sql/llx_mymodule_myobject_extrafields.key.sql
new file mode 100644
index 00000000000..016117feebb
--- /dev/null
+++ b/htdocs/modulebuilder/template/sql/llx_mymodule_myobject_extrafields.key.sql
@@ -0,0 +1,19 @@
+-- Copyright (C) ---Put here your own copyright and developer email---
+--
+-- This program is free software; you can redistribute it and/or modify
+-- it under the terms of the GNU General Public License as published by
+-- the Free Software Foundation; either version 3 of the License, or
+-- (at your option) any later version.
+--
+-- This program is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+-- GNU General Public License for more details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with this program. If not, see http://www.gnu.org/licenses/.
+
+
+-- BEGIN MODULEBUILDER INDEXES
+ALTER TABLE llx_mymodule_myobject_extrafields ADD INDEX idx_fk_object(fk_object);
+-- END MODULEBUILDER INDEXES
diff --git a/htdocs/mrp/index.php b/htdocs/mrp/index.php
index 325017c4fb7..45ae842d7db 100644
--- a/htdocs/mrp/index.php
+++ b/htdocs/mrp/index.php
@@ -60,16 +60,109 @@ print '
';
if ($conf->use_javascript_ajax)
{
- print '
';
- print '
';
- print '
'.$langs->trans("Statistics").'
';
- print '
';
+/* $sql = "SELECT p.fk_opp_status as opp_status, cls.code, COUNT(p.rowid) as nb, SUM(p.opp_amount) as opp_amount, SUM(p.opp_amount * p.opp_percent) as ponderated_opp_amount";
+ $sql.= " FROM ".MAIN_DB_PREFIX."mrp_xxx as p";
+ $sql.= " WHERE p.entity IN (".getEntity('project').")";
+ $sql.= " AND p.fk_opp_status = cls.rowid";
+ $sql.= " AND p.fk_statut = 1"; // Opend projects only
+ if ($mine || empty($user->rights->projet->all->lire)) $sql.= " AND p.rowid IN (".$projectsListId.")";
+ if ($socid) $sql.= " AND (p.fk_soc IS NULL OR p.fk_soc = 0 OR p.fk_soc = ".$socid.")";
+ $sql.= " GROUP BY p.fk_opp_status, cls.code";
+ */
+ $sql= "SELECT * FROM ".MAIN_DB_PREFIX."bom_bom WHERE 1 = 2";
+ $resql = $db->query($sql);
+ if ($resql)
+ {
+ $num = $db->num_rows($resql);
+ $i = 0;
+ $totalnb=0;
+ $totaloppnb=0;
+ $totalamount=0;
+ $ponderated_opp_amount=0;
+ $valsnb=array();
+ $valsamount=array();
+ $dataseries=array();
+ // -1=Canceled, 0=Draft, 1=Validated, (2=Accepted/On process not managed for customer orders), 3=Closed (Sent/Received, billed or not)
+ while ($i < $num)
+ {
+ $obj = $db->fetch_object($resql);
+ if ($obj)
+ {
+ //if ($row[1]!=-1 && ($row[1]!=3 || $row[2]!=1))
+ {
+ $valsnb[$obj->opp_status]=$obj->nb;
+ $valsamount[$obj->opp_status]=$obj->opp_amount;
+ $totalnb+=$obj->nb;
+ if ($obj->opp_status) $totaloppnb+=$obj->nb;
+ if (! in_array($obj->code, array('WON', 'LOST')))
+ {
+ $totalamount+=$obj->opp_amount;
+ $ponderated_opp_amount+=$obj->ponderated_opp_amount;
+ }
+ }
+ $total+=$row[0];
+ }
+ $i++;
+ }
+ $db->free($resql);
- print '
";
+
+ print " ";
+ }
+ else
+ {
+ dol_print_error($db);
+ }
}
print ' ';
diff --git a/htdocs/opcachepreload.php b/htdocs/opcachepreload.php
new file mode 100644
index 00000000000..6f5ee2f8ade
--- /dev/null
+++ b/htdocs/opcachepreload.php
@@ -0,0 +1,32 @@
+
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
+
+/**
+ * \file htdocs/opcachepreload.php
+ * \ingroup core
+ * \brief File that preload PHP files. Used for performance purposes if PHP >= 7.4
+ */
+
+// Preload some PHP files.
+// WARNING: They won't be reloaded until you restart the Web/PHP server, event if you modify the files.
+
+$files = array(); /* An array of files you want to preload */
+
+foreach ($files as $file) {
+ opcache_compile_file($file);
+}
diff --git a/htdocs/opensurvey/index.php b/htdocs/opensurvey/index.php
index 6ed0f2148fa..2120cf87d8c 100644
--- a/htdocs/opensurvey/index.php
+++ b/htdocs/opensurvey/index.php
@@ -26,26 +26,28 @@ require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT."/core/lib/admin.lib.php";
require_once DOL_DOCUMENT_ROOT."/core/lib/files.lib.php";
+// Load translation files required by the page
+$langs->load("opensurvey");
+
// Security check
if (!$user->rights->opensurvey->read) accessforbidden();
-/*
- * View
- */
-
-
$hookmanager = new HookManager($db);
// Initialize technical object to manage hooks. Note that conf->hooks_modules contains array
$hookmanager->initHooks(array('opensurveyindex'));
- // Load translation files required by the page
-$langs->load("opensurvey");
+
+/*
+ * View
+ */
llxHeader();
$nbsondages=0;
-$sql='SELECT COUNT(*) as nb FROM '.MAIN_DB_PREFIX.'opensurvey_sondage';
+$sql = 'SELECT COUNT(*) as nb';
+$sql.= ' FROM '.MAIN_DB_PREFIX.'opensurvey_sondage';
+$sql.= ' WHERE entity IN ('.getEntity('survey').')';
$resql=$db->query($sql);
if ($resql)
{
@@ -54,27 +56,16 @@ if ($resql)
}
else dol_print_error($db, '');
-
+llxHeader();
print load_fiche_titre($langs->trans("OpenSurveyArea"));
print '
';
-
-$nbsondages=0;
-$sql='SELECT COUNT(*) as nb FROM '.MAIN_DB_PREFIX.'opensurvey_sondage';
-$resql=$db->query($sql);
-if ($resql)
-{
- $obj=$db->fetch_object($resql);
- $nbsondages=$obj->nb;
-}
-else dol_print_error($db, '');
-
print '
';
if ($massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index 2c0515d309c..41c9b151865 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.php
@@ -827,7 +827,7 @@ if (! $variants) {
print '
'.$langs->trans("From").' ';
@@ -762,7 +763,8 @@ foreach ($listofreferent as $key => $value)
// Define form with the combo list of elements to link
$addform.='
';
+ print '
+ ';
}
if ((empty($paymentmethod) || $paymentmethod == 'stripe') && ! empty($conf->stripe->enabled))
{
// If STRIPE_PICTO_FOR_PAYMENT is 'cb' we show a picto of a crdit card instead of stripe
- print '
';
+ print '
+ ';
}
}
}
@@ -1780,7 +1834,8 @@ if (preg_match('/^dopayment/', $action)) // If we choosed/click on the payment
print ' ';
- print '
';
+ print ''."\n";
+ print '
'."\n";
print ''."\n";
print ''."\n";
@@ -1798,7 +1853,7 @@ if (preg_match('/^dopayment/', $action)) // If we choosed/click on the payment
print '';
print '';
- if (! empty($conf->global->STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION) || ! empty($conf->global->STRIPE_USE_NEW_CHECKOUT))
+ if (! empty($conf->global->STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION) || ! empty($conf->global->STRIPE_USE_NEW_CHECKOUT)) // Use a SCA ready method
{
require_once DOL_DOCUMENT_ROOT.'/stripe/class/stripe.class.php';
@@ -1822,8 +1877,8 @@ if (preg_match('/^dopayment/', $action)) // If we choosed/click on the payment
}
}
- if (empty($conf->global->STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION) || ! empty($paymentintent))
- {
+ //if (empty($conf->global->STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION) || ! empty($paymentintent))
+ //{
print '
';
@@ -1860,7 +1915,7 @@ if (preg_match('/^dopayment/', $action)) // If we choosed/click on the payment
print '
';
- }
+ //}
if (! empty($conf->global->STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION))
{
@@ -1881,12 +1936,15 @@ if (preg_match('/^dopayment/', $action)) // If we choosed/click on the payment
// JS Code for Stripe
if (empty($stripearrayofkeys['publishable_key']))
{
- print info_admin($langs->trans("ErrorModuleSetupNotComplete", "stripe"), 0, 0, 'error');
+ $langs->load("errors");
+ print info_admin($langs->trans("ErrorModuleSetupNotComplete", $langs->transnoentitiesnoconv("Stripe")), 0, 0, 'error');
}
else
{
print '';
print ''."\n";
+ $urllogofull = 'http://home.destailleur.fr:805/dolibarr_dev/htdocs/viewimage.php?modulepart=mycompany&entity=1&file=logos%2Fthumbs%2Ffbm+logo_small.png';
+ print ''."\n";
// Code to ask the credit card. This use the default "API version". No way to force API version when using JS code.
print '
-
+
+ ';
print '';
print '';
+print '';
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_companies', 0, $newcardbutton, '', $limit);
@@ -665,7 +670,7 @@ if ($moreforfilter)
$varpage=empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage;
$selectedfields=$form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage); // This also change content of $arrayfields
-if ($massactionbutton) $selectedfields.=$form->showCheckAddButtons('checkforselect', 1);
+if ($massactionbutton && $contextpage != 'poslist') $selectedfields.=$form->showCheckAddButtons('checkforselect', 1);
if (empty($arrayfields['customerorsupplier']['checked'])) print '';
@@ -1002,6 +1007,7 @@ while ($i < min($num, $limit))
print '
0 ? GETPOST('place', 'int') : 0); // $place is id of table for Ba or Restaurant
print ' onclick="location.href=\'list.php?action=change&contextpage=poslist&idcustomer='.$obj->rowid.'&place='.$place.'\'"';
}
print '>';
@@ -1282,7 +1288,7 @@ while ($i < min($num, $limit))
// Action column
print '
';
- if ($massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
+ if (($massactionbutton || $massaction) && $contextpage != 'poslist') // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
{
$selected=0;
if (in_array($obj->rowid, $arrayofselected)) $selected=1;
diff --git a/htdocs/societe/notify/card.php b/htdocs/societe/notify/card.php
index 59c43551f41..2c864755bd9 100644
--- a/htdocs/societe/notify/card.php
+++ b/htdocs/societe/notify/card.php
@@ -32,10 +32,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/triggers/interface_50_modNotification_Noti
$langs->loadLangs(array("companies", "mails", "admin", "other"));
-$socid = GETPOST("socid", 'int');
-$action = GETPOST('action', 'aZ09');
-$contactid=GETPOST('contactid'); // May be an int or 'thirdparty'
-$actionid=GETPOST('actionid');
+$socid = GETPOST("socid", 'int');
+$action = GETPOST('action', 'aZ09');
+$contactid = GETPOST('contactid'); // May be an int or 'thirdparty'
+$actionid = GETPOST('actionid');
+$optioncss = GETPOST('optioncss', 'aZ'); // Option for the css output (always '' except when 'print')
// Security check
if ($user->societe_id) $socid=$user->societe_id;
diff --git a/htdocs/societe/notify/index.html b/htdocs/societe/notify/index.html
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/htdocs/societe/notify/index.php b/htdocs/societe/notify/index.php
deleted file mode 100644
index f4e5bd8554b..00000000000
--- a/htdocs/societe/notify/index.php
+++ /dev/null
@@ -1,109 +0,0 @@
-
- * Copyright (C) 2004-2006 Laurent Destailleur
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
- */
-
-/**
- * \file htdocs/societe/notify/index.php
- * \ingroup notification
- * \brief List of done notifications
- */
-
-require '../../main.inc.php';
-$langs->loadLangs(array("companies", "banks"));
-
-// S�curit� acc�s client
-if ($user->societe_id > 0)
-{
- $action = '';
- $socid = $user->societe_id;
-}
-
-if ($sortorder == "")
-{
- $sortorder="ASC";
-}
-if ($sortfield == "")
-{
- $sortfield="s.nom";
-}
-
-if (empty($page) || $page == -1) { $page = 0 ; }
-
-$offset = $conf->liste_limit * $page ;
-$pageprev = $page - 1;
-$pagenext = $page + 1;
-
-
-
-/*
- * View
- */
-
-llxHeader();
-
-$sql = "SELECT s.nom as name, s.rowid as socid, c.lastname, c.firstname, a.label, n.rowid";
-$sql.= " FROM ".MAIN_DB_PREFIX."socpeople as c,";
-$sql.= " ".MAIN_DB_PREFIX."c_action_trigger as a,";
-$sql.= " ".MAIN_DB_PREFIX."notify_def as n,";
-$sql.= " ".MAIN_DB_PREFIX."societe as s";
-$sql.= " WHERE n.fk_contact = c.rowid";
-$sql.= " AND a.rowid = n.fk_action";
-$sql.= " AND n.fk_soc = s.rowid";
-$sql.= " AND s.entity IN (".getEntity('societe').")";
-if ($socid > 0) $sql.= " AND s.rowid = " . $user->societe_id;
-
-$sql.= $db->order($sortfield, $sortorder);
-$sql.= $db->plimit($conf->liste_limit, $offset);
-
-$result = $db->query($sql);
-if ($result)
-{
- $num = $db->num_rows($result);
- $i = 0;
-
- $paramlist='';
- print_barre_liste($langs->trans("ListOfNotificationsDone"), $page, $_SERVER["PHP_SELF"], $paramlist, $sortfield, $sortorder, '', $num);
-
- print '
';
+
+ $tmpinvoice =new Facture($db);
+ $parameters=array();
+ $reshook=$hookmanager->executeHooks('printFieldListTitle', $parameters, $tmpinvoice, $action); // Note that $action and $object may have been modified by hook
+
+ print '
';
print "
\n";
$total=0;
@@ -967,6 +974,9 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
print "";
}
+ $parameters=array();
+ $reshook=$hookmanager->executeHooks('printFieldListValue', $parameters, $objp, $action); // Note that $action and $object may have been modified by hook
+
// Warning
print '
';
$parameters=array();
- $reshook=$hookmanager->executeHooks('printObjectLine', $parameters, $objp, $action); // Note that $action and $object may have been modified by hook
+ $reshook=$hookmanager->executeHooks('printFieldListValue', $parameters, $objp, $action); // Note that $action and $object may have been modified by hook
- print '
\ No newline at end of file
diff --git a/htdocs/website/samples/page-sample-dynamiccontent.html b/htdocs/website/samples/page-sample-dynamiccontent.html
new file mode 100644
index 00000000000..b2dd5acaea4
--- /dev/null
+++ b/htdocs/website/samples/page-sample-dynamiccontent.html
@@ -0,0 +1,98 @@
+
+
+
+__(MyContainerTitle)__
+
+
+
+
+
+This is example of dynamic content to get the name of your company (see source of page to see code):
+
+
+name; ?>
+
+
+
+
+
+This is another example of dynamic content to get meta data of a container/page (see source of page to see code):
+
+
+Page created by __WEBSITE_CREATE_BY__
+
+
+
+
+
+
+
+This is an example of a section to show the list of latest 5 articles (container with type "blogpost"), that contains the keyword "mykeyword"...
+
+
+
\ No newline at end of file
diff --git a/htdocs/website/samples/page-sample-empty.html b/htdocs/website/samples/page-sample-empty.html
index f8dac27cdb2..d68e73870d9 100644
--- a/htdocs/website/samples/page-sample-empty.html
+++ b/htdocs/website/samples/page-sample-empty.html
@@ -1,3 +1,3 @@
-
-
-
+
+
+
diff --git a/phpstan.neon b/phpstan.neon
index 34dd50fb4bc..a33a17919f4 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -4,6 +4,7 @@ parameters:
- %currentWorkingDirectory%/htdocs/includes/restler/framework/Luracast/Restler/AutoLoader.php
- %currentWorkingDirectory%/htdocs/includes/*
- %currentWorkingDirectory%/htdocs/*/class/api_*
+ - %currentWorkingDirectory%/htdocs/*/canvas/*/tpl/*.tpl.php
autoload_directories:
- %currentWorkingDirectory%/htdocs/accountancy/class
- %currentWorkingDirectory%/htdocs/adherents/class
@@ -23,14 +24,139 @@ parameters:
- %currentWorkingDirectory%/htdocs/compta/facture/class
- %currentWorkingDirectory%/htdocs/compta/localtax/class
- %currentWorkingDirectory%/htdocs/compta/paiement/class
+ - %currentWorkingDirectory%/htdocs/compta/prelevement/class
+ - %currentWorkingDirectory%/htdocs/compta/salaries/class
+ - %currentWorkingDirectory%/htdocs/compta/sociales/class
+ - %currentWorkingDirectory%/htdocs/compta/tva/class
- %currentWorkingDirectory%/htdocs/conf
- %currentWorkingDirectory%/htdocs/contact/class
- %currentWorkingDirectory%/htdocs/contrat/class
- %currentWorkingDirectory%/htdocs/core/class
+ - %currentWorkingDirectory%/htdocs/core/lib
+ - %currentWorkingDirectory%/htdocs/core/triggers
+ - %currentWorkingDirectory%/htdocs/core/modules/bank
+ - %currentWorkingDirectory%/htdocs/core/modules/bom
+ - %currentWorkingDirectory%/htdocs/core/modules/commande
+ - %currentWorkingDirectory%/htdocs/core/modules/expedition
+ #- %currentWorkingDirectory%/htdocs/core/modules/expensereport
+ - %currentWorkingDirectory%/htdocs/core/modules/facture
+ - %currentWorkingDirectory%/htdocs/core/modules/fichinter
+ - %currentWorkingDirectory%/htdocs/core/modules/holiday
+ - %currentWorkingDirectory%/htdocs/core/modules/livraison
+ #- %currentWorkingDirectory%/htdocs/core/modules/member
+ - %currentWorkingDirectory%/htdocs/core/modules/payment
+ - %currentWorkingDirectory%/htdocs/core/modules/product
+ - %currentWorkingDirectory%/htdocs/core/modules/propale
+ - %currentWorkingDirectory%/htdocs/core/modules/reception
+ #- %currentWorkingDirectory%/htdocs/core/modules/stock
+ - %currentWorkingDirectory%/htdocs/core/modules/supplier_invoice
+ - %currentWorkingDirectory%/htdocs/core/modules/supplier_order
+ #- %currentWorkingDirectory%/htdocs/core/modules/supplier_payment
+ - %currentWorkingDirectory%/htdocs/core/modules/supplier_proposal
+ - %currentWorkingDirectory%/htdocs/cron/class
+ - %currentWorkingDirectory%/htdocs/datapolicy/class
+ - %currentWorkingDirectory%/htdocs/debugbar/class
+ - %currentWorkingDirectory%/htdocs/don/class
+ - %currentWorkingDirectory%/htdocs/ecm/class
+ - %currentWorkingDirectory%/htdocs/emailcollector/class
+ - %currentWorkingDirectory%/htdocs/expedition/class
+ - %currentWorkingDirectory%/htdocs/expensereport/class
+ - %currentWorkingDirectory%/htdocs/exports/class
+ - %currentWorkingDirectory%/htdocs/fichinter/class
+ - %currentWorkingDirectory%/htdocs/fourn/class
+ - %currentWorkingDirectory%/htdocs/holiday/class
+ - %currentWorkingDirectory%/htdocs/hrm/class
+ - %currentWorkingDirectory%/htdocs/imports/class
+ - %currentWorkingDirectory%/htdocs/livraison/class
+ - %currentWorkingDirectory%/htdocs/loan/class
+ - %currentWorkingDirectory%/htdocs/mailmanspip/class
+ - %currentWorkingDirectory%/htdocs/multicurrency/class
+ - %currentWorkingDirectory%/htdocs/opensurvey/class
- %currentWorkingDirectory%/htdocs/product/class
+ - %currentWorkingDirectory%/htdocs/projet/class
+ - %currentWorkingDirectory%/htdocs/reception/class
+ - %currentWorkingDirectory%/htdocs/resource/class
- %currentWorkingDirectory%/htdocs/societe/class
+ - %currentWorkingDirectory%/htdocs/stripe/class
+ - %currentWorkingDirectory%/htdocs/supplier_proposal/class
+ - %currentWorkingDirectory%/htdocs/ticket/class
- %currentWorkingDirectory%/htdocs/user/class
- autoload_files: []
+ - %currentWorkingDirectory%/htdocs/variants/class
+ - %currentWorkingDirectory%/htdocs/website/class
+ autoload_files:
+ - %currentWorkingDirectory%/build/phpstan/bootstrap.php
+ - %currentWorkingDirectory%/htdocs/core/lib/accounting.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/admin.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/agenda.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/ajax.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/asset.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/bank.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/barcode.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/categories.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/company.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/contact.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/contract.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/cron.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/date.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/doc.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/doleditor.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/donation.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/ecm.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/emailing.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/expedition.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/expensereport.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/fichinter.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/files.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/fiscalyear.lib.php
+ #- %currentWorkingDirectory%/htdocs/core/lib/format_cards.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/fourn.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/functions.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/functions2.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/geturl.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/holiday.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/hrm.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/images.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/import.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/invoice.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/invoice2.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/json.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/ldap.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/loan.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/mailmanspip.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/member.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/memory.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/modulebuilder.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/multicurrency.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/oauth.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/order.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/parsemd.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/payments.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/pdf.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/prelevement.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/price.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/product.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/project.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/propal.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/reception.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/report.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/resource.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/salaries.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/security.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/security2.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/sendings.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/signature.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/stock.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/supplier_proposal.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/takepos.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/tax.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/ticket.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/treeview.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/trip.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/usergroups.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/vat.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/website.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/ws.lib.php
+ - %currentWorkingDirectory%/htdocs/core/lib/xcal.lib.php
featureToggles:
subtractableTypes: false
validateParameters: false
@@ -58,14 +184,17 @@ parameters:
reportMagicMethods: false
reportMagicProperties: false
ignoreErrors:
- -
- message: '#Call to an undefined method abcdef#'
- path: %currentWorkingDirectory%/dirtoignoreerror/*
- '#Undefined variable: \$langs#'
- '#Undefined variable: \$user#'
- '#Undefined variable: \$db#'
- '#Undefined variable: \$conf#'
- '#Undefined variable: \$hookmanager#'
+ - '#Undefined variable: \$mysoc#'
+ - '#Undefined variable: \$error#'
+ - '#Undefined variable: \$errors#'
+ - '#Undefined variable: \$form#'
+ - message: '#Undefined variable: \$object#'
+ path: %currentWorkingDirectory%/htdocs/societe/tpl
internalErrorsCountLimit: 50
cache:
nodesByFileCountMax: 512
diff --git a/test/phpunit/AllTests.php b/test/phpunit/AllTests.php
index ee7ec9375d6..37abbc9a2bd 100644
--- a/test/phpunit/AllTests.php
+++ b/test/phpunit/AllTests.php
@@ -75,7 +75,7 @@ class AllTests
public static function suite()
{
- $suite = new PHPUnit_Framework_TestSuite('PHPUnit Framework');
+ $suite = new PHPUnit\Framework\TestSuite('PHPUnit Framework');
//require_once dirname(__FILE__).'/CoreTest.php';
//$suite->addTestSuite('CoreTest');
@@ -239,6 +239,8 @@ class AllTests
require_once dirname(__FILE__).'/FormAdminTest.php';
$suite->addTestSuite('FormAdminTest');
+ require_once dirname(__FILE__).'/FormTest.php';
+ $suite->addTestSuite('FormTest');
require_once dirname(__FILE__).'/ModulesTest.php'; // At end because it's the longer
$suite->addTestSuite('ModulesTest');
diff --git a/test/phpunit/FactureTest.php b/test/phpunit/FactureTest.php
index 3c066380b09..443d77e2382 100644
--- a/test/phpunit/FactureTest.php
+++ b/test/phpunit/FactureTest.php
@@ -232,7 +232,8 @@ class FactureTest extends PHPUnit\Framework\TestCase
'newref','oldref','id','lines','client','thirdparty','brouillon','user_author','date_creation','date_validation','datem','date_modification',
'ref','statut','paye','specimen','ref','actiontypecode','actionmsg2','actionmsg','mode_reglement','cond_reglement',
'cond_reglement_doc','situation_cycle_ref','situation_counter','situation_final','multicurrency_total_ht','multicurrency_total_tva',
- 'multicurrency_total_ttc','fk_multicurrency','multicurrency_code','multicurrency_tx'
+ 'multicurrency_total_ttc','fk_multicurrency','multicurrency_code','multicurrency_tx',
+ 'retained_warranty' ,'retained_warranty_date_limit', 'retained_warranty_fk_cond_reglement'
)
);
$this->assertEquals($arraywithdiff, array()); // Actual, Expected
diff --git a/test/phpunit/FormAdminTest.php b/test/phpunit/FormAdminTest.php
index 20c22a76cd8..b58b43b368b 100644
--- a/test/phpunit/FormAdminTest.php
+++ b/test/phpunit/FormAdminTest.php
@@ -119,7 +119,7 @@ class FormAdminTest extends PHPUnit\Framework\TestCase
}
/**
- * testFactureCreate
+ * testSelectPaperFormat
*
* @return int
*/
diff --git a/test/phpunit/FormTest.php b/test/phpunit/FormTest.php
new file mode 100644
index 00000000000..69594325b20
--- /dev/null
+++ b/test/phpunit/FormTest.php
@@ -0,0 +1,149 @@
+
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ * or see http://www.gnu.org/
+ */
+
+/**
+ * \file test/phpunit/FormTest.php
+ * \ingroup test
+ * \brief PHPUnit test
+ * \remarks To run this script as CLI: phpunit filename.php
+ */
+
+global $conf,$user,$langs,$db;
+//define('TEST_DB_FORCE_TYPE','mysql'); // This is to force using mysql driver
+//require_once 'PHPUnit/Autoload.php';
+require_once dirname(__FILE__).'/../../htdocs/master.inc.php';
+require_once dirname(__FILE__).'/../../htdocs/core/class/html.form.class.php';
+
+if (empty($user->id))
+{
+ print "Load permissions for admin user nb 1\n";
+ $user->fetch(1);
+ $user->getrights();
+}
+$conf->global->MAIN_DISABLE_ALL_MAILS=1;
+
+
+/**
+ * Class for PHPUnit tests
+ *
+ * @backupGlobals disabled
+ * @backupStaticAttributes enabled
+ * @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
+ */
+class FormTest extends PHPUnit\Framework\TestCase
+{
+ protected $savconf;
+ protected $savuser;
+ protected $savlangs;
+ protected $savdb;
+
+ /**
+ * Constructor
+ * We save global variables into local variables
+ *
+ * @return FactureTest
+ */
+ public function __construct()
+ {
+ parent::__construct();
+
+ //$this->sharedFixture
+ global $conf,$user,$langs,$db;
+ $this->savconf=$conf;
+ $this->savuser=$user;
+ $this->savlangs=$langs;
+ $this->savdb=$db;
+
+ print __METHOD__." db->type=".$db->type." user->id=".$user->id;
+ //print " - db ".$db->db;
+ print "\n";
+ }
+
+ // Static methods
+ public static function setUpBeforeClass()
+ {
+ global $conf,$user,$langs,$db;
+ $db->begin(); // This is to have all actions inside a transaction even if test launched without suite.
+
+ print __METHOD__."\n";
+ }
+
+ // tear down after class
+ public static function tearDownAfterClass()
+ {
+ global $conf,$user,$langs,$db;
+ $db->rollback();
+
+ print __METHOD__."\n";
+ }
+
+ /**
+ * Init phpunit tests
+ *
+ * @return void
+ */
+ protected function setUp()
+ {
+ global $conf,$user,$langs,$db;
+ $conf=$this->savconf;
+ $user=$this->savuser;
+ $langs=$this->savlangs;
+ $db=$this->savdb;
+
+ print __METHOD__."\n";
+ }
+
+ /**
+ * End phpunit tests
+ *
+ * @return void
+ */
+ protected function tearDown()
+ {
+ print __METHOD__."\n";
+ }
+
+ /**
+ * testSelectProduitsList
+ *
+ * @return int
+ */
+ public function testSelectProduitsList()
+ {
+ global $conf,$user,$langs,$db;
+ $conf=$this->savconf;
+ $user=$this->savuser;
+ $langs=$this->savlangs;
+ $db=$this->savdb;
+
+ $localobject=new Form($this->savdb);
+ $result=$localobject->select_produits_list('', 'productid', '', 5, 0, '', 1, 2, 1);
+
+ $this->assertEquals(count($result), 5);
+ print __METHOD__." result=".$result."\n";
+
+ $conf->global->ENTREPOT_EXTRA_STATUS = 1;
+
+ // Exclude stock in warehouseinternal
+ $result=$localobject->select_produits_list('', 'productid', '', 5, 0, '', 1, 2, 1, 0, '1', 0, '', 0, 'warehouseclosed,warehouseopen');
+ $this->assertEquals(count($result), 5);
+ print __METHOD__." result=".$result."\n";
+
+ return $result;
+ }
+}
diff --git a/test/phpunit/FunctionsLibTest.php b/test/phpunit/FunctionsLibTest.php
index 5b2b65c9e50..1081b3bba23 100644
--- a/test/phpunit/FunctionsLibTest.php
+++ b/test/phpunit/FunctionsLibTest.php
@@ -1260,4 +1260,24 @@ class FunctionsLibTest extends PHPUnit\Framework\TestCase
return true;
}
+
+ /**
+ * testDolStringIsGoodIso
+ *
+ * @return boolean
+ */
+ public function testDolStringIsGoodIso()
+ {
+ global $conf, $langs;
+
+ $chaine='This is an ISO string';
+ $result = dol_string_is_good_iso($chaine);
+ $this->assertEquals($result, 1);
+
+ $chaine='This is a not ISO string '.chr(0);
+ $result = dol_string_is_good_iso($chaine);
+ $this->assertEquals($result, 0);
+
+ return true;
+ }
}
diff --git a/test/phpunit/HolidayTest.php b/test/phpunit/HolidayTest.php
index 7e3fc6a8069..ce3312ba441 100644
--- a/test/phpunit/HolidayTest.php
+++ b/test/phpunit/HolidayTest.php
@@ -351,4 +351,18 @@ class HolidayTest extends PHPUnit\Framework\TestCase
$result=$localobjectc->verifDateHolidayCP($user->id, $date_debut, $date_fin, 2); // start afternoon and end morning
$this->assertTrue($result, 'result should be true, there is no overlapping');
}
+
+ /**
+ * testUpdateBalance
+ *
+ * @return void
+ */
+ public function testUpdateBalance()
+ {
+ $localobjecta=new Holiday($this->savdb);
+
+ $localobjecta->updateConfCP('lastUpdate', '20100101120000');
+
+ $localobjecta->updateBalance();
+ }
}