errors.lang 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. # Dolibarr language file - Source file is en_US - errors
  2. # No errors
  3. NoErrorCommitIsDone=No error, we commit
  4. # Errors
  5. ErrorButCommitIsDone=Errors found but we validate despite this
  6. ErrorBadEMail=EMail %s is wrong
  7. ErrorBadUrl=Url %s is wrong
  8. ErrorBadValueForParamNotAString=Bad value for your parameter. It appends generally when translation is missing.
  9. ErrorLoginAlreadyExists=Login %s already exists.
  10. ErrorGroupAlreadyExists=Group %s already exists.
  11. ErrorRecordNotFound=Record not found.
  12. ErrorFailToCopyFile=Failed to copy file '<b>%s</b>' into '<b>%s</b>'.
  13. ErrorFailToCopyDir=Failed to copy directory '<b>%s</b>' into '<b>%s</b>'.
  14. ErrorFailToRenameFile=Failed to rename file '<b>%s</b>' into '<b>%s</b>'.
  15. ErrorFailToDeleteFile=Failed to remove file '<b>%s</b>'.
  16. ErrorFailToCreateFile=Failed to create file '<b>%s</b>'.
  17. ErrorFailToRenameDir=Failed to rename directory '<b>%s</b>' into '<b>%s</b>'.
  18. ErrorFailToCreateDir=Failed to create directory '<b>%s</b>'.
  19. ErrorFailToDeleteDir=Failed to delete directory '<b>%s</b>'.
  20. ErrorFailToMakeReplacementInto=Failed to make replacement into file '<b>%s</b>'.
  21. ErrorThisContactIsAlreadyDefinedAsThisType=This contact is already defined as contact for this type.
  22. ErrorCashAccountAcceptsOnlyCashMoney=This bank account is a cash account, so it accepts payments of type cash only.
  23. ErrorFromToAccountsMustDiffers=Source and targets bank accounts must be different.
  24. ErrorBadThirdPartyName=Bad value for third party name
  25. ErrorProdIdIsMandatory=The %s is mandatory
  26. ErrorBadCustomerCodeSyntax=Bad syntax for customer code
  27. ErrorBadBarCodeSyntax=Bad syntax for bar code. May be you set a bad barcode type or you defined a barcode mask for numbering that does not match value scanned.
  28. ErrorCustomerCodeRequired=Customer code required
  29. ErrorBarCodeRequired=Bar code required
  30. ErrorCustomerCodeAlreadyUsed=Customer code already used
  31. ErrorBarCodeAlreadyUsed=Bar code already used
  32. ErrorPrefixRequired=Prefix required
  33. ErrorBadSupplierCodeSyntax=Bad syntax for supplier code
  34. ErrorSupplierCodeRequired=Supplier code required
  35. ErrorSupplierCodeAlreadyUsed=Supplier code already used
  36. ErrorBadParameters=Bad parameters
  37. ErrorBadValueForParameter=Wrong value '%s' for parameter '%s'
  38. ErrorBadImageFormat=Image file has not a supported format (Your PHP does not support functions to convert images of this format)
  39. ErrorBadDateFormat=Value '%s' has wrong date format
  40. ErrorWrongDate=Date is not correct!
  41. ErrorFailedToWriteInDir=Failed to write in directory %s
  42. ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
  43. ErrorUserCannotBeDelete=User cannot be deleted. May be it is associated to Dolibarr entities.
  44. ErrorFieldsRequired=Some required fields were not filled.
  45. ErrorFailedToCreateDir=Failed to create a directory. Check that Web server user has permissions to write into Dolibarr documents directory. If parameter <b>safe_mode</b> is enabled on this PHP, check that Dolibarr php files owns to web server user (or group).
  46. ErrorNoMailDefinedForThisUser=No mail defined for this user
  47. ErrorFeatureNeedJavascript=This feature need javascript to be activated to work. Change this in setup - display.
  48. ErrorTopMenuMustHaveAParentWithId0=A menu of type 'Top' can't have a parent menu. Put 0 in parent menu or choose a menu of type 'Left'.
  49. ErrorLeftMenuMustHaveAParentId=A menu of type 'Left' must have a parent id.
  50. ErrorFileNotFound=File <b>%s</b> not found (Bad path, wrong permissions or access denied by PHP openbasedir or safe_mode parameter)
  51. ErrorDirNotFound=Directory <b>%s</b> not found (Bad path, wrong permissions or access denied by PHP openbasedir or safe_mode parameter)
  52. ErrorFunctionNotAvailableInPHP=Function <b>%s</b> is required for this feature but is not available in this version/setup of PHP.
  53. ErrorDirAlreadyExists=A directory with this name already exists.
  54. ErrorFileAlreadyExists=A file with this name already exists.
  55. ErrorPartialFile=File not received completely by server.
  56. ErrorNoTmpDir=Temporary directy %s does not exists.
  57. ErrorUploadBlockedByAddon=Upload blocked by a PHP/Apache plugin.
  58. ErrorFileSizeTooLarge=File size is too large.
  59. ErrorSizeTooLongForIntType=Size too long for int type (%s digits maximum)
  60. ErrorSizeTooLongForVarcharType=Size too long for string type (%s chars maximum)
  61. ErrorNoValueForSelectType=Please fill value for select list
  62. ErrorNoValueForCheckBoxType=Please fill value for checkbox list
  63. ErrorNoValueForRadioType=Please fill value for radio list
  64. ErrorBadFormatValueList=The list value cannot have more than one comma: <u>%s</u>, but need at least one: key,value
  65. ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
  66. ErrorFieldCanNotContainSpecialNorUpperCharacters=Field <b>%s</b> must not contain special characters, nor upper case characters and cannot contain only numbers.
  67. ErrorNoAccountancyModuleLoaded=No accountancy module activated
  68. ErrorExportDuplicateProfil=This profile name already exists for this export set.
  69. ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
  70. ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more information on errors.
  71. ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
  72. ErrorRefAlreadyExists=Ref used for creation already exists.
  73. ErrorPleaseTypeBankTransactionReportName=Please type bank statement name where entry is reported (Format YYYYMM or YYYYMMDD)
  74. ErrorRecordHasChildren=Failed to delete record since it has some childs.
  75. ErrorRecordIsUsedCantDelete=Can't delete record. It is already used or included into other object.
  76. ErrorModuleRequireJavascript=Javascript must not be disabled to have this feature working. To enable/disable Javascript, go to menu Home->Setup->Display.
  77. ErrorPasswordsMustMatch=Both typed passwords must match each other
  78. ErrorContactEMail=A technical error occured. Please, contact administrator to following email <b>%s</b> en provide the error code <b>%s</b> in your message, or even better by adding a screen copy of this page.
  79. ErrorWrongValueForField=Wrong value for field number <b>%s</b> (value '<b>%s</b>' does not match regex rule <b>%s</b>)
  80. ErrorFieldValueNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a value available into field <b>%s</b> of table <b>%s</b>)
  81. ErrorFieldRefNotIn=Wrong value for field number <b>%s</b> (value '<b>%s</b>' is not a <b>%s</b> existing ref)
  82. ErrorsOnXLines=Errors on <b>%s</b> source record(s)
  83. ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the file (file might be infected by a virus)
  84. ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
  85. ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
  86. ErrorQtyTooLowForThisSupplier=Quantity too low for this supplier or no price defined on this product for this supplier
  87. ErrorModuleSetupNotComplete=Setup of module looks to be uncomplete. Go on Home - Setup - Modules to complete.
  88. ErrorBadMask=Error on mask
  89. ErrorBadMaskFailedToLocatePosOfSequence=Error, mask without sequence number
  90. ErrorBadMaskBadRazMonth=Error, bad reset value
  91. ErrorMaxNumberReachForThisMask=Max number reach for this mask
  92. ErrorCounterMustHaveMoreThan3Digits=Counter must have more than 3 digits
  93. ErrorSelectAtLeastOne=Error. Select at least one entry.
  94. ErrorDeleteNotPossibleLineIsConsolidated=Delete not possible because record is linked to a bank transation that is conciliated
  95. ErrorProdIdAlreadyExist=%s is assigned to another third
  96. ErrorFailedToSendPassword=Failed to send password
  97. ErrorFailedToLoadRSSFile=Fails to get RSS feed. Try to add constant MAIN_SIMPLEXMLLOAD_DEBUG if error messages does not provide enough information.
  98. ErrorForbidden=Access denied.<br>You try to access to a page, area or feature of a disabled module or without being in an authenticated session or that is not allowed to your user.
  99. ErrorForbidden2=Permission for this login can be defined by your Dolibarr administrator from menu %s->%s.
  100. ErrorForbidden3=It seems that Dolibarr is not used through an authenticated session. Take a look at Dolibarr setup documentation to know how to manage authentications (htaccess, mod_auth or other...).
  101. ErrorNoImagickReadimage=Class Imagick is not found in this PHP. No preview can be available. Administrators can disable this tab from menu Setup - Display.
  102. ErrorRecordAlreadyExists=Record already exists
  103. ErrorCantReadFile=Failed to read file '%s'
  104. ErrorCantReadDir=Failed to read directory '%s'
  105. ErrorBadLoginPassword=Bad value for login or password
  106. ErrorLoginDisabled=Your account has been disabled
  107. ErrorFailedToRunExternalCommand=Failed to run external command. Check it is available and runnable by your PHP server. If PHP <b>Safe Mode</b> is enabled, check that command is inside a directory defined by parameter <b>safe_mode_exec_dir</b>.
  108. ErrorFailedToChangePassword=Failed to change password
  109. ErrorLoginDoesNotExists=User with login <b>%s</b> could not be found.
  110. ErrorLoginHasNoEmail=This user has no email address. Process aborted.
  111. ErrorBadValueForCode=Bad value for security code. Try again with new value...
  112. ErrorBothFieldCantBeNegative=Fields %s and %s can't be both negative
  113. ErrorQtyForCustomerInvoiceCantBeNegative=Quantity for line into customer invoices can't be negative
  114. ErrorWebServerUserHasNotPermission=User account <b>%s</b> used to execute web server has no permission for that
  115. ErrorNoActivatedBarcode=No barcode type activated
  116. ErrUnzipFails=Failed to unzip %s with ZipArchive
  117. ErrNoZipEngine=No engine to unzip %s file in this PHP
  118. ErrorFileMustBeADolibarrPackage=The file %s must be a Dolibarr zip package
  119. ErrorModuleFileRequired=You must select a Dolibarr module package file
  120. ErrorPhpCurlNotInstalled=The PHP CURL is not installed, this is essential to talk with Paypal
  121. ErrorFailedToAddToMailmanList=Failed to add record %s to Mailman list %s or SPIP base
  122. ErrorFailedToRemoveToMailmanList=Failed to remove record %s to Mailman list %s or SPIP base
  123. ErrorNewValueCantMatchOldValue=New value can't be equal to old one
  124. ErrorFailedToValidatePasswordReset=Failed to reinit password. May be the reinit was already done (this link can be used only one time). If not, try to restart the reinit process.
  125. ErrorToConnectToMysqlCheckInstance=Connect to database fails. Check Mysql server is running (in most cases, you can launch it from command line with 'sudo /etc/init.d/mysql start').
  126. ErrorFailedToAddContact=Failed to add contact
  127. ErrorDateMustBeBeforeToday=The date cannot be greater than today
  128. ErrorPaymentModeDefinedToWithoutSetup=A payment mode was set to type %s but setup of module Invoice was not completed to define information to show for this payment mode.
  129. ErrorPHPNeedModule=Error, your PHP must have module <b>%s</b> installed to use this feature.
  130. ErrorOpenIDSetupNotComplete=You setup Dolibarr config file to allow OpenID authentication, but URL of OpenID service is not defined into constant %s
  131. ErrorWarehouseMustDiffers=Source and target warehouses must differs
  132. ErrorBadFormat=Bad format!
  133. ErrorMemberNotLinkedToAThirpartyLinkOrCreateFirst=Error, this member is not yet linked to any third party. Link member to an existing third party or create a new third party before creating subscription with invoice.
  134. ErrorThereIsSomeDeliveries=Error, there is some deliveries linked to this shipment. Deletion refused.
  135. ErrorCantDeletePaymentReconciliated=Can't delete a payment that had generated a bank entry that was reconciled
  136. ErrorCantDeletePaymentSharedWithPayedInvoice=Can't delete a payment shared by at least one invoice with status Payed
  137. ErrorPriceExpression1=Cannot assign to constant '%s'
  138. ErrorPriceExpression2=Cannot redefine built-in function '%s'
  139. ErrorPriceExpression3=Undefined variable '%s' in function definition
  140. ErrorPriceExpression4=Illegal character '%s'
  141. ErrorPriceExpression5=Unexpected '%s'
  142. ErrorPriceExpression6=Wrong number of arguments (%s given, %s expected)
  143. ErrorPriceExpression8=Unexpected operator '%s'
  144. ErrorPriceExpression9=An unexpected error occured
  145. ErrorPriceExpression10=Iperator '%s' lacks operand
  146. ErrorPriceExpression11=Expecting '%s'
  147. ErrorPriceExpression14=Division by zero
  148. ErrorPriceExpression17=Undefined variable '%s'
  149. ErrorPriceExpression19=Expression not found
  150. ErrorPriceExpression20=Empty expression
  151. ErrorPriceExpression21=Empty result '%s'
  152. ErrorPriceExpression22=Negative result '%s'
  153. ErrorPriceExpressionInternal=Internal error '%s'
  154. ErrorPriceExpressionUnknown=Unknown error '%s'
  155. ErrorSrcAndTargetWarehouseMustDiffers=Source and target warehouses must differs
  156. ErrorTryToMakeMoveOnProductRequiringBatchData=Error, trying to make a stock movement without lot/serial information, on a product requiring lot/serial information
  157. ErrorCantSetReceptionToTotalDoneWithReceptionToApprove=All recorded receptions must first be verified (approved or denied) before being allowed to do this action
  158. ErrorCantSetReceptionToTotalDoneWithReceptionDenied=All recorded receptions must first be verified (approved) before being allowed to do this action
  159. ErrorGlobalVariableUpdater0=HTTP request failed with error '%s'
  160. ErrorGlobalVariableUpdater1=Invalid JSON format '%s'
  161. ErrorGlobalVariableUpdater2=Missing parameter '%s'
  162. ErrorGlobalVariableUpdater3=The requested data was not found in result
  163. ErrorGlobalVariableUpdater4=SOAP client failed with error '%s'
  164. ErrorGlobalVariableUpdater5=No global variable selected
  165. ErrorFieldMustBeANumeric=Field <b>%s</b> must be a numeric value
  166. ErrorMandatoryParametersNotProvided=Mandatory parameter(s) not provided
  167. ErrorOppStatusRequiredIfAmount=You set an estimated amount for this opportunity/lead. So you must also enter its status
  168. ErrorFailedToLoadModuleDescriptorForXXX=Failed to load module descriptor class for %s
  169. ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Bad Definition Of Menu Array In Module Descriptor (bad value for key fk_menu)
  170. ErrorSavingChanges=An error has ocurred when saving the changes
  171. ErrorWarehouseRequiredIntoShipmentLine=Warehouse is required on the line to ship
  172. ErrorFileMustHaveFormat=File must have format %s
  173. ErrorSupplierCountryIsNotDefined=Country for this supplier is not defined. Correct this first.
  174. ErrorsThirdpartyMerge=Failed to merge the two records. Request canceled.
  175. ErrorStockIsNotEnoughToAddProductOnOrder=Stock is not enough for product %s to add it into a new order.
  176. ErrorStockIsNotEnoughToAddProductOnInvoice=Stock is not enough for product %s to add it into a new invoice.
  177. ErrorStockIsNotEnoughToAddProductOnShipment=Stock is not enough for product %s to add it into a new shipment.
  178. ErrorStockIsNotEnoughToAddProductOnProposal=Stock is not enough for product %s to add it into a new proposal.
  179. ErrorFailedToLoadLoginFileForMode=Failed to get the login key for mode '%s'.
  180. ErrorModuleNotFound=File of module was not found.
  181. ErrorFieldAccountNotDefinedForBankLine=Value for Accounting account not defined for source line id %s (%s)
  182. ErrorFieldAccountNotDefinedForInvoiceLine=Value for Accounting account not defined for invoice id %s (%s)
  183. ErrorBankStatementNameMustFollowRegex=Error, bank statement name must follow the following syntax rule %s
  184. ErrorPhpMailDelivery=Check that you don't use a too high number of recipients and that your email content is not similar to a Spam. Ask also your administrator to check firewall and server logs files for a more complete information.
  185. ErrorUserNotAssignedToTask=User must be assigned to task to be able to enter time consumed.
  186. ErrorTaskAlreadyAssigned=Task already assigned to user
  187. ErrorModuleFileSeemsToHaveAWrongFormat=The module package seems to have a wrong format.
  188. ErrorFilenameDosNotMatchDolibarrPackageRules=The name of the module package (<strong>%s</strong>) does not match expected name syntax: <strong>%s</strong>
  189. ErrorDuplicateTrigger=Error, duplicate trigger name %s. Already loaded from %s.
  190. ErrorNoWarehouseDefined=Error, no warehouses defined.
  191. # Warnings
  192. 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.
  193. WarningMandatorySetupNotComplete=Mandatory setup parameters are not yet defined
  194. WarningSafeModeOnCheckExecDir=Warning, PHP option <b>safe_mode</b> is on so command must be stored inside a directory declared by php parameter <b>safe_mode_exec_dir</b>.
  195. WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) already exists.
  196. WarningPassIsEmpty=Warning, database password is empty. This is a security hole. You should add a password to your database and change your conf.php file to reflect this.
  197. WarningConfFileMustBeReadOnly=Warning, your config file (<b>htdocs/conf/conf.php</b>) can be overwritten by the web server. This is a serious security hole. Modify permissions on file to be in read only mode for operating system user used by Web server. If you use Windows and FAT format for your disk, you must know that this file system does not allow to add permissions on file, so can't be completely safe.
  198. WarningsOnXLines=Warnings on <b>%s</b> source record(s)
  199. WarningNoDocumentModelActivated=No model, for document generation, has been activated. A model will be choosed by default until you check your module setup.
  200. WarningLockFileDoesNotExists=Warning, once setup is finished, you must disable install/migrate tools by adding a file <b>install.lock</b> into directory <b>%s</b>. Missing this file is a security hole.
  201. 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).
  202. WarningCloseAlways=Warning, closing is done even if amount differs between source and target elements. Enable this feature with caution.
  203. WarningUsingThisBoxSlowDown=Warning, using this box slow down seriously all pages showing the box.
  204. WarningClickToDialUserSetupNotComplete=Setup of ClickToDial information for your user are not complete (see tab ClickToDial onto your user card).
  205. WarningFeatureDisabledWithDisplayOptimizedForBlindNoJs=Feature disabled when display setup is optimized for blind person or text browsers.
  206. WarningPaymentDateLowerThanInvoiceDate=Payment date (%s) is earlier than invoice date (%s) for invoice %s.
  207. WarningTooManyDataPleaseUseMoreFilters=Too many data (more than %s lines). Please use more filters or set the constant %s to a higher limit.
  208. WarningSomeLinesWithNullHourlyRate=Some times were recorded by some users while their hourly rate was not defined. A value of 0 %s per hour was used but this may result in wrong valuation of time spent.
  209. WarningYourLoginWasModifiedPleaseLogin=Your login was modified. For security purpose you will have to login with your new login before next action.
  210. WarningAnEntryAlreadyExistForTransKey=An entry already exists for the translation key for this language