mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 12:31:26 +01:00
22 lines
1.7 KiB
Plaintext
22 lines
1.7 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>'.
|
|
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
|
|
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. |