mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
24 lines
1.8 KiB
Plaintext
24 lines
1.8 KiB
Plaintext
# Dolibarr language file - Source file is en_US - admin
|
|
YouCanSubmitFile=You can upload the .zip file of module package from here:
|
|
Module20Name=Quotations
|
|
Module20Desc=Management of quotations
|
|
Module50150Desc=Point of Sale module TakePOS (touchscreen POS, for shops, bars or restaurants).
|
|
Permission21=Read quotations
|
|
Permission22=Create/modify quotations
|
|
Permission24=Validate quotations
|
|
Permission25=Send quotations
|
|
Permission26=Close quotations
|
|
Permission27=Delete quotations
|
|
Permission28=Export quotations
|
|
ValueOfConstantKey=Value of a configuration constant
|
|
PropalSetup=Quotation module setup
|
|
ProposalsNumberingModules=Quotation numbering models
|
|
ProposalsPDFModules=Quotation documents models
|
|
FreeLegalTextOnProposal=Free text on quotations
|
|
WatermarkOnDraftProposal=Watermark on draft quotations (none if empty)
|
|
SuppliersCommandModel=Complete template of Purchase Order
|
|
SuppliersInvoiceModel=Complete template of Vendor Invoice
|
|
MailToSendProposal=Customer quotations
|
|
OperationParamDesc=Define values to use for action, or how to extract values. For example:<br>objproperty1=SET:abc<br>objproperty1=SET:a value with replacement of __objproperty1__<br>objproperty3=SETIFEMPTY:abc<br>objproperty4=EXTRACT:HEADER:X-Myheaderkey.*[^\\s]+(.*)<br>options_myextrafield=EXTRACT:SUBJECT:([^\\s]*)<br>object.objproperty5=EXTRACT:BODY:My company name is\\s([^\\s]*)<br><br>Use a ; char as separator to extract or set several properties.
|
|
EmailCollectorLoadThirdPartyHelp=You can use this action to use the email content to find and load an existing thirdparty in your database. The found (or created) thirdparty will be used for following actions that need it. In the parameter field you can use for example 'EXTRACT:BODY:Name:\\s([^\\s]*)' if you want to extract the name of the thirdparty from a string 'Name: name to find' found into the body.
|