mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-14 13:31:28 +01:00
29 lines
2.3 KiB
Plaintext
29 lines
2.3 KiB
Plaintext
# Dolibarr language file - en_US - errors
|
|
ErrorDuplicateTrigger=A trigger file with class nam '<b>%s</b>' is present sevaral times. Remove duplicate trigger file in directory '<b>%s</b>'.
|
|
ErrorFailToDeleteFile=Failed to remove file '<b>%s</b>'.
|
|
ErrorFailToCreateFile=Failed to create file '<b>%s</b>'.
|
|
ErrorFailToRenameDir=Failed to rename directory '<b>%s</b>' into '<b>%s</b>'.
|
|
ErrorFailToCreateDir=Failed to create directory '<b>%s</b>'.
|
|
ErrorThisContactIsAlreadyDefinedAsThisType=This contact is already defined as contact for this type.
|
|
ErrorCashAccountAcceptsOnlyCashMoney=This bank account is a cash account, so it accepts payments of type cash only.
|
|
ErrorFromToAccountsMustDiffers=Source and targets bank accounts must be different.
|
|
ErrorBadThirdPartyName=Bad value for third party name
|
|
ErrorBadCustomerCodeSyntax=Bad syntax for customer code
|
|
ErrorCustomerCodeRequired=Customer code required
|
|
ErrorCustomerCodeAlreadyUsed=Customer code already used
|
|
ErrorPrefixRequired=Prefix required
|
|
ErrorBadSupplierCodeSyntax=Bad syntax for supplier code
|
|
ErrorSupplierCodeRequired=Supplier code required
|
|
ErrorSupplierCodeAlreadyUsed=Supplier code already used
|
|
ErrorBadParameters=Bad parameters
|
|
ErrorFailedToWriteInDir=Failed to write in directory %s
|
|
UserCannotBeDelete=User can not be deleted. May be it is associated on Dolibarr entities.
|
|
ErrorFieldsRequired=Some required fields were not filled.
|
|
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).
|
|
ErrorNoMailDefinedForThisUser=No mail defined for this user
|
|
ErrorFeatureNeedJavascript=This feature need javascript to be activated to work. Change this in setup - display.
|
|
ErrorTopMenuMustHaveAParentWithId0=A menu of type 'Top' can't have a parent menu. Put 0 in parent menu or choose a menu of type 'Left'.
|
|
ErrorLeftMenuMustHaveAParentId=A menu of type 'Left' must have a parent id.
|
|
ErrorGenbarCodeNotfound=File not found (Bad path, wrong permissions or access denied by openbasedir parameter)
|
|
ErrorFunctionNotAvailableInPHP=Function <b>%s</b> is required for this feature but is not available in this version/setup of PHP.
|
|
ErrorDirAlreadyExists=A directory with this name already exists. |