dolibarr/htdocs/langs/es_PE/admin.lang

16 lines
1.8 KiB
Plaintext
Raw Normal View History

2015-03-13 17:43:04 +01:00
# Dolibarr language file - Source file is en_US - admin
2020-03-14 00:14:42 +01:00
VersionProgram=Versión del programa
VersionLastInstall=Instalar versión inicial
2020-01-09 22:30:00 +01:00
Module30Name=Facturas
2013-04-06 18:51:07 +02:00
Permission91=Consultar impuestos e IGV
Permission92=Crear/modificar impuestos e IGV
Permission93=Eliminar impuestos e IGV
2019-12-22 12:55:38 +01:00
DictionaryVAT=Tasa de IGV o tasa de impuesto a las ventas
2013-04-06 18:51:07 +02:00
UnitPriceOfProduct=Precio unitario sin IGV de un producto
2019-12-22 12:55:38 +01:00
OptionVatMode=IGV adeudado
2020-01-09 22:30:00 +01:00
MailToSendInvoice=Facturas de Clientes
2022-01-16 12:51:08 +01:00
OperationParamDesc=Define the rules to use to extract or set values.<br>Example for operations that need to extract a name from email subject:<br>name=EXTRACT:SUBJECT:Message from company ([^\n]*)<br>Example for operations that create objects:<br>objproperty1=SET:the value to set<br>objproperty2=SET:a value including value of __objproperty1__<br>objproperty3=SETIFEMPTY:value used if objproperty3 is not already defined<br>objproperty4=EXTRACT:HEADER:X-Myheaderkey:\\s*([^\\s]*)<br>options_myextrafield1=EXTRACT:SUBJECT:([^&#92;n]*)<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.<br>For example, if you want to create a thirdparty with a name extracted from a string 'Name: name to find' present into the body, use the sender email as email, you can set the parameter field like this:<br>'email=HEADER:^From:(.*);name=EXTRACT:BODY:Name:\\s([^\\s]*);client=SET:2;'<br>
2022-02-07 14:25:20 +01:00
IfYouUseASecondTaxYouMustSetYouUseTheMainTax=If you want to use a second tax, you must enable also the first sale tax
IfYouUseAThirdTaxYouMustSetYouUseTheMainTax=If you want to use a third tax, you must enable also the first sale tax