mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 06:21:28 +01:00
48 lines
4.1 KiB
Plaintext
48 lines
4.1 KiB
Plaintext
# Dolibarr language file - en_US - errors
|
|
CHARSET=ISO-8859-1
|
|
ErrorLoginAlreadyExists=Login %s already exists.
|
|
ErrorGroupAlreadyExists=Group %s already exists.
|
|
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>'.
|
|
ErrorFailToDeleteDir=Failed to delete directory '<b>%s</b>'.
|
|
ErrorFailedToDeleteJoinedFiles=Can not delete entity because there is some joined files. Remove join files first.
|
|
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
|
|
ErrorFoundBadEmailInFile=Found incorrect email syntax for %s lines in file (example line %s with email=%s)
|
|
ErrorUserCannotBeDelete=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.
|
|
ErrorFieldCanNotContainSpecialCharacters=Field <b>%s</b> must not contains special characters.
|
|
WarningAllowUrlFopenMustBeOn=Parameter <b>allow_url_fopen</b> must be set to <b>on</b> in filer <b>php.ini</b> for having this module working completely. You must modify this file manually.
|
|
WarningBuildScriptNotRunned=Script <b>%s</b> was not yet ran to build graphics, or there is no data to show.
|
|
WarningBookmarkAlreadyExists=A bookmark with this title or this target (URL) already exists.
|
|
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.
|
|
ErrorNoAccountancyModuleLoaded=No accountancy module activated
|
|
ErrorExportDuplicateProfil=This profil name already exists for this export set.
|
|
ErrorLDAPSetupNotComplete=Dolibarr-LDAP matching is not complete.
|
|
ErrorLDAPMakeManualTest=A .ldif file has been generated in directory %s. Try to load it manually from command line to have more informations on errors.
|
|
ErrorCantSaveADoneUserWithZeroPercentage=Can't save an action with "statut not started" if field "done by" is also filled.
|
|
ErrorBillRefAlreadyExists=Ref used for creation already exists.
|
|
ErrorPleaseTypeBankTransactionReportName=Please type bank receipt name where transaction is reported (Format YYYYMM or YYYYMMDD)
|
|
ErrorRecordHasChildren=Failed to delete records since it has some childs. |