admin.lang 115 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704
  1. # Dolibarr language file - Source file is en_US - admin
  2. Foundation=Foundation
  3. Version=Version
  4. VersionProgram=Version program
  5. VersionLastInstall=Initial install version
  6. VersionLastUpgrade=Latest version upgrade
  7. VersionExperimental=Experimental
  8. VersionDevelopment=Development
  9. VersionUnknown=Unknown
  10. VersionRecommanded=Recommended
  11. FileCheck=Files integrity checker
  12. FileCheckDesc=This tool allows you to check the integrity of files and setup of your application, comparing each files with the official ones. Value of some setup constants may also be checked. You can use this tool to detect if some files were modified by a hacker for example.
  13. FileIntegrityIsStrictlyConformedWithReference=Files integrity is strictly conformed with the reference.
  14. FileIntegrityIsOkButFilesWereAdded=Files integrity check has passed, however some new files were added.
  15. FileIntegritySomeFilesWereRemovedOrModified=Files integrity check has failed. Some files were modified, removed or added.
  16. GlobalChecksum=Global checksum
  17. MakeIntegrityAnalysisFrom=Make integrity analysis of application files from
  18. LocalSignature=Embedded local signature (less reliable)
  19. RemoteSignature=Remote distant signature (more reliable)
  20. FilesMissing=Missing Files
  21. FilesUpdated=Updated Files
  22. FilesModified=Modified Files
  23. FilesAdded=Added Files
  24. FileCheckDolibarr=Check integrity of application files
  25. AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package
  26. XmlNotFound=Xml Integrity File of application not found
  27. SessionId=Session ID
  28. SessionSaveHandler=Handler to save sessions
  29. SessionSavePath=Storage session localization
  30. PurgeSessions=Purge of sessions
  31. ConfirmPurgeSessions=Do you really want to purge all sessions? This will disconnect every user (except yourself).
  32. NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
  33. LockNewSessions=Lock new connections
  34. ConfirmLockNewSessions=Are you sure you want to restrict any new Dolibarr connection to yourself. Only user <b>%s</b> will be able to connect after that.
  35. UnlockNewSessions=Remove connection lock
  36. YourSession=Your session
  37. Sessions=Users session
  38. WebUserGroup=Web server user/group
  39. NoSessionFound=Your PHP seems to not allow to list active sessions. Directory used to save sessions (<b>%s</b>) might be protected (For example, by OS permissions or by PHP directive open_basedir).
  40. DBStoringCharset=Database charset to store data
  41. DBSortingCharset=Database charset to sort data
  42. WarningModuleNotActive=Module <b>%s</b> must be enabled
  43. WarningOnlyPermissionOfActivatedModules=Only permissions related to activated modules are shown here. You can activate other modules in the Home->Setup->Modules page.
  44. DolibarrSetup=Dolibarr install or upgrade
  45. InternalUser=Internal user
  46. ExternalUser=External user
  47. InternalUsers=Internal users
  48. ExternalUsers=External users
  49. GUISetup=Display
  50. SetupArea=Setup area
  51. FormToTestFileUploadForm=Form to test file upload (according to setup)
  52. IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
  53. RemoveLock=Remove file <b>%s</b> if it exists to allow usage of the update tool.
  54. RestoreLock=Restore file <b>%s</b>, with read permission only, to disable any usage of update tool.
  55. SecuritySetup=Security setup
  56. SecurityFilesDesc=Define here options related to security about uploading files.
  57. ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher
  58. ErrorModuleRequireDolibarrVersion=Error, this module requires Dolibarr version %s or higher
  59. ErrorDecimalLargerThanAreForbidden=Error, a precision higher than <b>%s</b> is not supported.
  60. DictionarySetup=Dictionary setup
  61. Dictionary=Dictionaries
  62. ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record
  63. ErrorCodeCantContainZero=Code can't contain value 0
  64. DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
  65. UseSearchToSelectCompanyTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant COMPANY_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
  66. UseSearchToSelectContactTooltip=Also if you have a large number of third parties (> 100 000), you can increase speed by setting constant CONTACT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
  67. DelaiedFullListToSelectCompany=Wait you press a key before loading content of thirdparties combo list (This may increase performance if you have a large number of thirdparties, but it is less convenient)
  68. DelaiedFullListToSelectContact=Wait you press a key before loading content of contact combo list (This may increase performance if you have a large number of contact, but it is less convenient)
  69. NumberOfKeyToSearch=Nbr of characters to trigger search: %s
  70. NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
  71. AllowToSelectProjectFromOtherCompany=On document of a third party, can choose a project linked to another third party
  72. JavascriptDisabled=JavaScript disabled
  73. UsePreviewTabs=Use preview tabs
  74. ShowPreview=Show preview
  75. PreviewNotAvailable=Preview not available
  76. ThemeCurrentlyActive=Theme currently active
  77. CurrentTimeZone=TimeZone PHP (server)
  78. MySQLTimeZone=TimeZone MySql (database)
  79. TZHasNoEffect=Dates are stored and returned by database server as if they were kept as submited string. The timezone has effect only when using UNIX_TIMESTAMP function (that should not be used by Dolibarr, so database TZ should have no effect, even if changed after data was entered).
  80. Space=Space
  81. Table=Table
  82. Fields=Fields
  83. Index=Index
  84. Mask=Mask
  85. NextValue=Next value
  86. NextValueForInvoices=Next value (invoices)
  87. NextValueForCreditNotes=Next value (credit notes)
  88. NextValueForDeposit=Next value (down payment)
  89. NextValueForReplacements=Next value (replacements)
  90. MustBeLowerThanPHPLimit=Note: your PHP limits each file upload's size to <b>%s</b> %s, whatever this parameter's value is
  91. NoMaxSizeByPHPLimit=Note: No limit is set in your PHP configuration
  92. MaxSizeForUploadedFiles=Maximum size for uploaded files (0 to disallow any upload)
  93. UseCaptchaCode=Use graphical code (CAPTCHA) on login page
  94. AntiVirusCommand= Full path to antivirus command
  95. AntiVirusCommandExample= Example for ClamWin: c:\Progra~1\ClamWin\bin\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
  96. AntiVirusParam= More parameters on command line
  97. AntiVirusParamExample= Example for ClamWin: --database="C:\Program Files (x86)\ClamWin\lib"
  98. ComptaSetup=Accounting module setup
  99. UserSetup=User management setup
  100. MultiCurrencySetup=Multi-currency setup
  101. MenuLimits=Limits and accuracy
  102. MenuIdParent=Parent menu ID
  103. DetailMenuIdParent=ID of parent menu (empty for a top menu)
  104. DetailPosition=Sort number to define menu position
  105. AllMenus=All
  106. NotConfigured=Module not configured
  107. Active=Active
  108. SetupShort=Setup
  109. OtherOptions=Other options
  110. OtherSetup=Other setup
  111. CurrentValueSeparatorDecimal=Decimal separator
  112. CurrentValueSeparatorThousand=Thousand separator
  113. Destination=Destination
  114. IdModule=Module ID
  115. IdPermissions=Permissions ID
  116. Modules=Modules
  117. LanguageBrowserParameter=Parameter %s
  118. LocalisationDolibarrParameters=Localisation parameters
  119. ClientTZ=Client Time Zone (user)
  120. ClientHour=Client time (user)
  121. OSTZ=Server OS Time Zone
  122. PHPTZ=PHP server Time Zone
  123. DaylingSavingTime=Daylight saving time
  124. CurrentHour=PHP Time (server)
  125. CurrentSessionTimeOut=Current session timeout
  126. YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htaccess with a line like this "SetEnv TZ Europe/Paris"
  127. HoursOnThisPageAreOnServerTZ=Warning, in contrary of other screens, hours on this page are not in your local timezone, but for the timezone of the server.
  128. Box=Widget
  129. Boxes=Widgets
  130. MaxNbOfLinesForBoxes=Max number of lines for widgets
  131. PositionByDefault=Default order
  132. Position=Position
  133. MenusDesc=Menu managers set content of the two menu bars (horizontal and vertical).
  134. MenusEditorDesc=The menu editor allows you to define custom menu entries. Use it carefully to avoid instability and permanently unreachable menu entries.<br />Some modules add menu entries (in menu <b>All</b> mostly). If you remove some of these entries by mistake, you can restore them disabling and reenabling the module.
  135. MenuForUsers=Menu for users
  136. LangFile=.lang file
  137. System=System
  138. SystemInfo=System information
  139. SystemToolsArea=System tools area
  140. SystemToolsAreaDesc=This area provides administration features. Use the menu to choose the feature you're looking for.
  141. Purge=Purge
  142. PurgeAreaDesc=This page allows you to delete all files generated or stored by Dolibarr (temporary files or all files in <b>%s</b> directory). Using this feature is not necessary. It is provided as a workaround for users whose Dolibarr is hosted by a provider that does not offer permissions to delete files generated by the web server.
  143. PurgeDeleteLogFile=Delete log file <b>%s</b> defined for Syslog module (no risk of losing data)
  144. PurgeDeleteTemporaryFiles=Delete all temporary files (no risk of losing data)
  145. PurgeDeleteTemporaryFilesShort=Delete temporary files
  146. PurgeDeleteAllFilesInDocumentsDir=Delete all files in directory <b>%s</b>. Temporary files but also database backup dumps, files attached to elements (third parties, invoices, ...) and uploaded into the ECM module will be deleted.
  147. PurgeRunNow=Purge now
  148. PurgeNothingToDelete=No directory or files to delete.
  149. PurgeNDirectoriesDeleted=<b>%s</b> files or directories deleted.
  150. PurgeAuditEvents=Purge all security events
  151. ConfirmPurgeAuditEvents=Are you sure you want to purge all security events? All security logs will be deleted, no other data will be removed.
  152. GenerateBackup=Generate backup
  153. Backup=Backup
  154. Restore=Restore
  155. RunCommandSummary=Backup has been launched with the following command
  156. BackupResult=Backup result
  157. BackupFileSuccessfullyCreated=Backup file successfully generated
  158. YouCanDownloadBackupFile=Generated files can now be downloaded
  159. NoBackupFileAvailable=No backup files available.
  160. ExportMethod=Export method
  161. ImportMethod=Import method
  162. ToBuildBackupFileClickHere=To build a backup file, click <a href="%s">here</a>.
  163. ImportMySqlDesc=To import a backup file, you must use mysql command from command line:
  164. ImportPostgreSqlDesc=To import a backup file, you must use pg_restore command from command line:
  165. ImportMySqlCommand=%s %s < mybackupfile.sql
  166. ImportPostgreSqlCommand=%s %s mybackupfile.sql
  167. FileNameToGenerate=File name to generate
  168. Compression=Compression
  169. CommandsToDisableForeignKeysForImport=Command to disable foreign keys on import
  170. CommandsToDisableForeignKeysForImportWarning=Mandatory if you want to be able to restore your sql dump later
  171. ExportCompatibility=Compatibility of generated export file
  172. MySqlExportParameters=MySQL export parameters
  173. PostgreSqlExportParameters= PostgreSQL export parameters
  174. UseTransactionnalMode=Use transactional mode
  175. FullPathToMysqldumpCommand=Full path to mysqldump command
  176. FullPathToPostgreSQLdumpCommand=Full path to pg_dump command
  177. ExportOptions=Export Options
  178. AddDropDatabase=Add DROP DATABASE command
  179. AddDropTable=Add DROP TABLE command
  180. ExportStructure=Structure
  181. NameColumn=Name columns
  182. ExtendedInsert=Extended INSERT
  183. NoLockBeforeInsert=No lock commands around INSERT
  184. DelayedInsert=Delayed insert
  185. EncodeBinariesInHexa=Encode binary data in hexadecimal
  186. IgnoreDuplicateRecords=Ignore errors of duplicate record (INSERT IGNORE)
  187. AutoDetectLang=Autodetect (browser language)
  188. FeatureDisabledInDemo=Feature disabled in demo
  189. FeatureAvailableOnlyOnStable=Feature only available on official stable versions
  190. Rights=Permissions
  191. BoxesDesc=Widgets are components showing some information that you can add to personalize some pages. You can choose between showing the widget or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
  192. OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
  193. ModulesDesc=Dolibarr modules define which functionality is enabled in software. Some modules require permissions you must grant to users, after enabling module. Click on button on/off to enable a module/feature.
  194. ModulesMarketPlaceDesc=You can find more modules to download on external websites on the Internet...
  195. ModulesDeployDesc=If permissions on your file system allows it, you can use this tool to deploy an external module. The module wil then be visible on the tab <strong>%s</strong>.
  196. ModulesMarketPlaces=Find external modules...
  197. GoModuleSetupArea=To deploy/install a new module, go onto the Module setup area at <a href="%s">%s</a>.
  198. DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
  199. DoliPartnersDesc=List of companies providing custom developed modules or features (Note: anyone experienced in PHP programming can provide custom development for an open source project)
  200. WebSiteDesc=Reference websites to find more modules...
  201. URL=Link
  202. BoxesAvailable=Widgets available
  203. BoxesActivated=Widgets activated
  204. ActivateOn=Activate on
  205. ActiveOn=Activated on
  206. SourceFile=Source file
  207. AvailableOnlyIfJavascriptAndAjaxNotDisabled=Available only if JavaScript is not disabled
  208. Required=Required
  209. UsedOnlyWithTypeOption=Used by some agenda option only
  210. Security=Security
  211. Passwords=Passwords
  212. DoNotStoreClearPassword=Do no store clear passwords in database but store only encrypted value (Activated recommended)
  213. MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
  214. InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>by<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
  215. InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>by<br><b>$dolibarr_main_db_pass="%s";</b>
  216. ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
  217. ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying is not possible anymore. Note that using this feature makes building of a global merged PDFs not working.
  218. Feature=Feature
  219. DolibarrLicense=License
  220. Developpers=Developers/contributors
  221. OfficialWebSite=Dolibarr international official web site
  222. OfficialWebSiteLocal=Local web site (%s)
  223. OfficialWiki=Dolibarr documentation on Wiki
  224. OfficialDemo=Dolibarr online demo
  225. OfficialMarketPlace=Official market place for external modules/addons
  226. OfficialWebHostingService=Referenced web hosting services (Cloud hosting)
  227. ReferencedPreferredPartners=Preferred Partners
  228. OtherResources=Other resources
  229. ExternalResources=External resources
  230. SocialNetworks=Social Networks
  231. ForDocumentationSeeWiki=For user or developer documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
  232. ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
  233. HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
  234. HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
  235. CurrentMenuHandler=Current menu handler
  236. MeasuringUnit=Measuring unit
  237. LeftMargin=Left margin
  238. TopMargin=Top margin
  239. PaperSize=Paper type
  240. Orientation=Orientation
  241. SpaceX=Space X
  242. SpaceY=Space Y
  243. FontSize=Font size
  244. Content=Content
  245. NoticePeriod=Notice period
  246. NewByMonth=New by month
  247. Emails=E-mails
  248. EMailsSetup=E-mails setup
  249. EMailsDesc=This page allows you to overwrite your PHP parameters for e-mails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
  250. MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
  251. MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
  252. MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
  253. MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
  254. MAIN_MAIL_EMAIL_FROM=Sender e-mail for automatic emails (By default in php.ini: <b>%s</b>)
  255. MAIN_MAIL_ERRORS_TO=Sender e-mail used for error returns emails sent
  256. MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
  257. MAIN_DISABLE_ALL_MAILS=Disable all e-mails sendings (for test purposes or demos)
  258. MAIN_MAIL_SENDMODE=Method to use to send EMails
  259. MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
  260. MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
  261. MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
  262. MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encrypt
  263. MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
  264. MAIN_SMS_SENDMODE=Method to use to send SMS
  265. MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
  266. MAIN_MAIL_DEFAULT_FROMTYPE=Sender e-mail by default for manual sendings (User email or Company email)
  267. UserEmail=User email
  268. CompanyEmail=Company email
  269. FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
  270. SubmitTranslation=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit your change to www.transifex.com/dolibarr-association/dolibarr/
  271. SubmitTranslationENUS=If translation for this language is not complete or you find errors, you can correct this by editing files into directory <b>langs/%s</b> and submit modified files on dolibarr.org/forum or for developers on github.com/Dolibarr/dolibarr.
  272. ModuleSetup=Module setup
  273. ModulesSetup=Modules setup
  274. ModuleFamilyBase=System
  275. ModuleFamilyCrm=Customer Relation Management (CRM)
  276. ModuleFamilySrm=Supplier Relation Management (SRM)
  277. ModuleFamilyProducts=Products Management (PM)
  278. ModuleFamilyHr=Human Resource Management (HR)
  279. ModuleFamilyProjects=Projects/Collaborative work
  280. ModuleFamilyOther=Other
  281. ModuleFamilyTechnic=Multi-modules tools
  282. ModuleFamilyExperimental=Experimental modules
  283. ModuleFamilyFinancial=Financial Modules (Accounting/Treasury)
  284. ModuleFamilyECM=Electronic Content Management (ECM)
  285. ModuleFamilyPortal=Web sites and other frontal application
  286. ModuleFamilyInterface=Interfaces with external systems
  287. MenuHandlers=Menu handlers
  288. MenuAdmin=Menu editor
  289. DoNotUseInProduction=Do not use in production
  290. ThisIsProcessToFollow=This is steps to process:
  291. ThisIsAlternativeProcessToFollow=This is an alternative setup to process manually:
  292. StepNb=Step %s
  293. FindPackageFromWebSite=Find a package that provides feature you want (for example on official web site %s).
  294. DownloadPackageFromWebSite=Download package (for example from official web site %s).
  295. UnpackPackageInDolibarrRoot=Unpack the packaged files into server directory dedicated to Dolibarr: <b>%s</b>
  296. UnpackPackageInModulesRoot=To deploy/install an external module, unpack the packaged files into the server directory dedicated to modules: <b>%s</b>
  297. SetupIsReadyForUse=Module deployment is finished. You must however enable and setup the module in your application by going on the page to setup modules: <a href="%s">%s</a>.
  298. NotExistsDirect=The alternative root directory is not defined to an existing directory.<br>
  299. InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, into a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
  300. InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='http://myserver/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines are commented with "#", to enable them, just uncomment by removing the "#" character.
  301. YouCanSubmitFile=For this step, you can send package using this tool: Select module file
  302. CurrentVersion=Dolibarr current version
  303. CallUpdatePage=Go to the page that updates the database structure and data: %s.
  304. LastStableVersion=Latest stable version
  305. LastActivationDate=Latest activation date
  306. LastActivationAuthor=Latest activation author
  307. LastActivationIP=Latest activation IP
  308. UpdateServerOffline=Update server offline
  309. WithCounter=Manage a counter
  310. GenericMaskCodes=You may enter any numbering mask. In this mask, the following tags could be used:<br><b>{000000}</b> corresponds to a number which will be incremented on each %s. Enter as many zeros as the desired length of the counter. The counter will be completed by zeros from the left in order to have as many zeros as the mask. <br><b>{000000+000}</b> same as previous but an offset corresponding to the number to the right of the + sign is applied starting on first %s. <br><b>{000000@x}</b> same as previous but the counter is reset to zero when month x is reached (x between 1 and 12, or 0 to use the early months of fiscal year defined in your configuration, or 99 to reset to zero every month). If this option is used and x is 2 or higher, then sequence {yy}{mm} or {yyyy}{mm} is also required. <br><b>{dd}</b> day (01 to 31).<br><b>{mm}</b> month (01 to 12).<br><b>{yy}</b>, <b>{yyyy}</b> or <b>{y}</b> year over 2, 4 or 1 numbers. <br>
  311. GenericMaskCodes2=<b>{cccc}</b> the client code on n characters<br><b>{cccc000}</b> the client code on n characters is followed by a counter dedicated for customer. This counter dedicated to customer is reset at same time than global counter.<br><b>{tttt}</b> The code of third party type on n characters (see menu Home - Setup - Dictionary - Types of third parties). If you add this tag, the counter will be different for each type of third party.<br>
  312. GenericMaskCodes3=All other characters in the mask will remain intact.<br>Spaces are not allowed.<br>
  313. GenericMaskCodes4a=<u>Example on the 99th %s of the third party TheCompany, with date 2007-01-31:</u><br>
  314. GenericMaskCodes4b=<u>Example on third party created on 2007-03-01:</u><br>
  315. GenericMaskCodes4c=<u>Example on product created on 2007-03-01:</u><br>
  316. GenericMaskCodes5=<b>ABC{yy}{mm}-{000000}</b> will give <b>ABC0701-000099</b><br><b>{0000+100@1}-ZZZ/{dd}/XXX</b> will give <b>0199-ZZZ/31/XXX</b><br><b>IN{yy}{mm}-{0000}-{t}</b> will give <b>IN0701-0099-A</b> if the type of company is 'Responsable Inscripto' with code for type that is 'A_RI'
  317. GenericNumRefModelDesc=Returns a customizable number according to a defined mask.
  318. ServerAvailableOnIPOrPort=Server is available at address <b>%s</b> on port <b>%s</b>
  319. ServerNotAvailableOnIPOrPort=Server is not available at address <b>%s</b> on port <b>%s</b>
  320. DoTestServerAvailability=Test server connectivity
  321. DoTestSend=Test sending
  322. DoTestSendHTML=Test sending HTML
  323. ErrorCantUseRazIfNoYearInMask=Error, can't use option @ to reset counter each year if sequence {yy} or {yyyy} is not in mask.
  324. ErrorCantUseRazInStartedYearIfNoYearMonthInMask=Error, can't use option @ if sequence {yy}{mm} or {yyyy}{mm} is not in mask.
  325. UMask=UMask parameter for new files on Unix/Linux/BSD/Mac file system.
  326. UMaskExplanation=This parameter allow you to define permissions set by default on files created by Dolibarr on server (during upload for example).<br>It must be the octal value (for example, 0666 means read and write for everyone).<br>This parameter is useless on a Windows server.
  327. SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and their organisation
  328. UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
  329. DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
  330. DisableLinkToHelp=Hide link to online help "<b>%s</b>"
  331. AddCRIfTooLong=There is no automatic wrapping, so if line is out of page on documents because too long, you must add yourself carriage returns in the textarea.
  332. ConfirmPurge=Are you sure you want to execute this purge?<br>This will delete definitely all your data files with no way to restore them (ECM files, attached files...).
  333. MinLength=Minimum length
  334. LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
  335. ExamplesWithCurrentSetup=Examples with current running setup
  336. ListOfDirectories=List of OpenDocument templates directories
  337. ListOfDirectoriesForModelGenODT=List of directories containing templates files with OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between eah directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
  338. NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
  339. ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
  340. FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
  341. FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
  342. FirstnameNamePosition=Position of Name/Lastname
  343. DescWeather=The following pictures will be shown on dashboard when number of late actions reach the following values:
  344. KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webservices)
  345. TestSubmitForm=Input test form
  346. ThisForceAlsoTheme=Using this menu manager will also use its own theme whatever is user choice. Also this menu manager specialized for smartphones does not works on all smartphone. Use another menu manager if you experience problems on yours.
  347. ThemeDir=Skins directory
  348. ConnectionTimeout=Connexion timeout
  349. ResponseTimeout=Response timeout
  350. SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
  351. ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first if you need this feature.
  352. SecurityToken=Key to secure URLs
  353. NoSmsEngine=No SMS sender manager available. SMS sender manager are not installed with default distribution (because they depends on an external supplier) but you can find some on %s
  354. PDF=PDF
  355. PDFDesc=You can set each global options related to the PDF generation
  356. PDFAddressForging=Rules to forge address boxes
  357. HideAnyVATInformationOnPDF=Hide all information related to VAT on generated PDF
  358. HideDescOnPDF=Hide products description on generated PDF
  359. HideRefOnPDF=Hide products ref. on generated PDF
  360. HideDetailsOnPDF=Hide product lines details on generated PDF
  361. PlaceCustomerAddressToIsoLocation=Use french standard position (La Poste) for customer address position
  362. Library=Library
  363. UrlGenerationParameters=Parameters to secure URLs
  364. SecurityTokenIsUnique=Use a unique securekey parameter for each URL
  365. EnterRefToBuildUrl=Enter reference for object %s
  366. GetSecuredUrl=Get calculated URL
  367. ButtonHideUnauthorized=Hide buttons to non admin users for unauthorized actions instead of showing greyed disabled buttons
  368. OldVATRates=Old VAT rate
  369. NewVATRates=New VAT rate
  370. PriceBaseTypeToChange=Modify on prices with base reference value defined on
  371. MassConvert=Launch mass convert
  372. String=String
  373. TextLong=Long text
  374. Int=Integer
  375. Float=Float
  376. DateAndTime=Date and hour
  377. Unique=Unique
  378. Boolean=Boolean (one checkbox)
  379. ExtrafieldPhone = Phone
  380. ExtrafieldPrice = Price
  381. ExtrafieldMail = Email
  382. ExtrafieldUrl = Url
  383. ExtrafieldSelect = Select list
  384. ExtrafieldSelectList = Select from table
  385. ExtrafieldSeparator=Separator (not a field)
  386. ExtrafieldPassword=Password
  387. ExtrafieldRadio=Radio buttons (on choice only)
  388. ExtrafieldCheckBox=Checkboxes
  389. ExtrafieldCheckBoxFromList=Checkboxes from table
  390. ExtrafieldLink=Link to an object
  391. ComputedFormula=Computed field
  392. ComputedFormulaDesc=You can enter here a formula using other properties of object or any PHP coding to get a dynamic computed value. You can use any PHP compatible formulas including the "?" condition operator, and following global object: <strong>$db, $conf, $langs, $mysoc, $user, $object</strong>.<br><strong>WARNING</strong>: Only some properties of $object may be available. If you need a properties not loaded, just fetch yourself the object into your formula like in the second example.<br>Using a computed field means you can't enter yourself any value from interface. Also, if there is a syntax error, the formula may return nothing.<br><br>Example of formula:<br>$object->id < 5 ? round($object->id / 2, 2) : ($object->id + 2*$user->id) * (int) substr($mysoc->zip, 1, 2)<br><br>Example of formula to force load of object and its parent object:<br>(($reloadedobj = new Task($db)) && ($reloadedobj->fetch($object->id) > 0) && ($secondloadedobj = new Project($db)) && ($secondloadedobj->fetch($reloadedobj->fk_project) > 0)) ? $secondloadedobj->ref : 'Parent project not found'<br><br>Other example to reload object<br>(($reloadedobj = new Societe($db)) && ($reloadedobj->fetch($obj->id ? $obj->id : ($obj->rowid ? $obj->rowid : $object->id)) > 0)) ? round($reloadedobj->capital / 5) : '-1'
  393. ExtrafieldParamHelpselect=Parameters list have to be like key,value<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...<br><br>In order to have the list depending on another complementary attribute list :<br>1,value1|options_<i>parent_list_code</i>:parent_key<br>2,value2|options_<i>parent_list_code</i>:parent_key <br><br>In order to have the list depending on another list :<br>1,value1|<i>parent_list_code</i>:parent_key<br>2,value2|<i>parent_list_code</i>:parent_key
  394. ExtrafieldParamHelpcheckbox=Parameters list have to be like key,value<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
  395. ExtrafieldParamHelpradio=Parameters list have to be like key,value<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
  396. ExtrafieldParamHelpsellist=Parameters list comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
  397. ExtrafieldParamHelpchkbxlst=Parameters list comes from a table<br>Syntax : table_name:label_field:id_field::filter<br>Example : c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list :<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
  398. ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax : ObjectName:Classpath<br>Example : Societe:societe/class/societe.class.php
  399. LibraryToBuildPDF=Library used for PDF generation
  400. WarningUsingFPDF=Warning: Your <b>conf.php</b> contains directive <b>dolibarr_pdf_force_fpdf=1</b>. This means you use the FPDF library to generate PDF files. This library is old and does not support a lot of features (Unicode, image transparency, cyrillic, arab and asiatic languages, ...), so you may experience errors during PDF generation.<br>To solve this and have a full support of PDF generation, please download <a href="http://www.tcpdf.org/" target="_blank">TCPDF library</a>, then comment or remove the line <b>$dolibarr_pdf_force_fpdf=1</b>, and add instead <b>$dolibarr_lib_TCPDF_PATH='path_to_TCPDF_dir'</b>
  401. LocalTaxDesc=Some countries apply 2 or 3 taxes on each invoice line. If this is the case, choose type for second and third tax and its rate. Possible type are:<br>1 : local tax apply on products and services without vat (localtax is calculated on amount without tax)<br>2 : local tax apply on products and services including vat (localtax is calculated on amount + main tax)<br>3 : local tax apply on products without vat (localtax is calculated on amount without tax)<br>4 : local tax apply on products including vat (localtax is calculated on amount + main vat)<br>5 : local tax apply on services without vat (localtax is calculated on amount without tax)<br>6 : local tax apply on services including vat (localtax is calculated on amount + tax)
  402. SMS=SMS
  403. LinkToTestClickToDial=Enter a phone number to call to show a link to test the ClickToDial url for user <strong>%s</strong>
  404. RefreshPhoneLink=Refresh link
  405. LinkToTest=Clickable link generated for user <strong>%s</strong> (click phone number to test)
  406. KeepEmptyToUseDefault=Keep empty to use default value
  407. DefaultLink=Default link
  408. SetAsDefault=Set as default
  409. ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
  410. ExternalModule=External module - Installed into directory %s
  411. BarcodeInitForThirdparties=Mass barcode init for thirdparties
  412. BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
  413. CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> record on <strong>%s</strong> %s without barcode defined.
  414. InitEmptyBarCode=Init value for next %s empty records
  415. EraseAllCurrentBarCode=Erase all current barcode values
  416. ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values?
  417. AllBarcodeReset=All barcode values have been removed
  418. NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
  419. EnableFileCache=Enable file cache
  420. ShowDetailsInPDFPageFoot=Add more details into footer of PDF files, like your company address, or manager names (to complete professional ids, company capital and VAT number).
  421. NoDetails=No more details in footer
  422. DisplayCompanyInfo=Display company address
  423. DisplayCompanyManagers=Display manager names
  424. DisplayCompanyInfoAndManagers=Display company address and manager names
  425. EnableAndSetupModuleCron=If you want to have this recurring invoice beeing generated automatically, module *%s* must be enabled and correctly setup. Otherwise, generation of invoices must be done manually from this template with button *Create*. Note that even if you enabled automatic generation, you can still safely launch manual generation. Duplicates generation for same period are not possible.
  426. ModuleCompanyCodeAquarium=Return an accountancy code built by:<br>%s followed by third party supplier code for a supplier accountancy code,<br>%s followed by third party customer code for a customer accountancy code.
  427. ModuleCompanyCodePanicum=Return an empty accountancy code.
  428. ModuleCompanyCodeDigitaria=Accountancy code depends on third party code. The code is composed of the character "C" in the first position followed by the first 5 characters of the third party code.
  429. Use3StepsApproval=By default, Purchase Orders need to be created and approved by 2 different users (one step/user to create and one step/user to approve. Note that if user has both permission to create and approve, one step/user will be enough). You can ask with this option to introduce a third step/user approval, if amount is higher than a dedicated value (so 3 steps will be necessary: 1=validation, 2=first approval and 3=second approval if amount is enough).<br>Set this to empty if one approval (2 steps) is enough, set it to a very low value (0.1) if a second approval (3 steps) is always required.
  430. UseDoubleApproval=Use a 3 steps approval when amount (without tax) is higher than...
  431. WarningPHPMail=WARNING: Some email providers (like Yahoo) does not allow you to send an email from another server than the Yahoo server if the email address used as a sender is your Yahoo email (like myemail@yahoo.com, myemail@yahoo.fr, ...). Your current setup use the server of the application to send email, so some recipients (the one compatible with the restrictive DMARC protocol), will ask Yahoo if they can accept your email and Yahoo will respond "no" because the server is not a server owned by Yahoo, so few of your sent Emails may not be accepted.<br>If your Email provider (like Yahoo) has this restriction, you must change Email setup to choose the other method "SMTP server" and enter the SMTP server and credentials provided by your Email provider (ask your EMail provider to get SMTP credentials for your account).
  432. ClickToShowDescription=Click to show description
  433. DependsOn=This module need the module(s)
  434. RequiredBy=This module is required by module(s)
  435. TheKeyIsTheNameOfHtmlField=This is the name of the HTML field. This need to have technical knowledges to read the content of the HTML page to get the key name of a field.
  436. PageUrlForDefaultValues=You must enter here the relative url of the page. If you include parameters in URL, the default values will be effective if all parameters are set to same value. Examples:
  437. PageUrlForDefaultValuesCreate=<br>For form to create a new thirdparty, it is <strong>%s</strong>
  438. PageUrlForDefaultValuesList=<br>For page that list thirdparties, it is <strong>%s</strong>
  439. EnableDefaultValues=Enable usage of personalized default values
  440. EnableOverwriteTranslation=Enable usage of overwrote translation
  441. GoIntoTranslationMenuToChangeThis=A translation has been found for the key with this code, so to change this value, you must edit it fom Home-Setup-translation.
  442. WarningSettingSortOrder=Warning, setting a default sort order may result in a technical error when going on the list page if field is an unknown field. If you experience such an error, come back to this page to remove the default sort order and restore default behavior.
  443. Field=Field
  444. ProductDocumentTemplates=Document templates to generate product document
  445. FreeLegalTextOnExpenseReports=Free legal text on expense reports
  446. WatermarkOnDraftExpenseReports=Watermark on draft expense reports
  447. # Modules
  448. Module0Name=Users & groups
  449. Module0Desc=Users / Employees and Groups management
  450. Module1Name=Third parties
  451. Module1Desc=Companies and contact management (customers, prospects...)
  452. Module2Name=Commercial
  453. Module2Desc=Commercial management
  454. Module10Name=Accounting
  455. Module10Desc=Simple accounting reports (journals, turnover) based onto database content. No dispatching.
  456. Module20Name=Proposals
  457. Module20Desc=Commercial proposal management
  458. Module22Name=Mass E-mailings
  459. Module22Desc=Mass E-mailing management
  460. Module23Name=Energy
  461. Module23Desc=Monitoring the consumption of energies
  462. Module25Name=Customer Orders
  463. Module25Desc=Customer order management
  464. Module30Name=Invoices
  465. Module30Desc=Invoice and credit note management for customers. Invoice management for suppliers
  466. Module40Name=Suppliers
  467. Module40Desc=Supplier management and buying (orders and invoices)
  468. Module42Name=Logs
  469. Module42Desc=Logging facilities (file, syslog, ...)
  470. Module49Name=Editors
  471. Module49Desc=Editor management
  472. Module50Name=Products
  473. Module50Desc=Product management
  474. Module51Name=Mass mailings
  475. Module51Desc=Mass paper mailing management
  476. Module52Name=Stocks
  477. Module52Desc=Stock management (products)
  478. Module53Name=Services
  479. Module53Desc=Service management
  480. Module54Name=Contracts/Subscriptions
  481. Module54Desc=Management of contracts (services or reccuring subscriptions)
  482. Module55Name=Barcodes
  483. Module55Desc=Barcode management
  484. Module56Name=Telephony
  485. Module56Desc=Telephony integration
  486. Module57Name=Direct bank payment orders
  487. Module57Desc=Management of Direct Debit payment orders. It includes generation of SEPA file for european countries.
  488. Module58Name=ClickToDial
  489. Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
  490. Module59Name=Bookmark4u
  491. Module59Desc=Add function to generate Bookmark4u account from a Dolibarr account
  492. Module70Name=Interventions
  493. Module70Desc=Intervention management
  494. Module75Name=Expense and trip notes
  495. Module75Desc=Expense and trip notes management
  496. Module80Name=Shipments
  497. Module80Desc=Shipments and delivery order management
  498. Module85Name=Banks and cash
  499. Module85Desc=Management of bank or cash accounts
  500. Module100Name=External site
  501. Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
  502. Module105Name=Mailman and SPIP
  503. Module105Desc=Mailman or SPIP interface for member module
  504. Module200Name=LDAP
  505. Module200Desc=LDAP directory synchronisation
  506. Module210Name=PostNuke
  507. Module210Desc=PostNuke integration
  508. Module240Name=Data exports
  509. Module240Desc=Tool to export Dolibarr data (with assistants)
  510. Module250Name=Data imports
  511. Module250Desc=Tool to import data in Dolibarr (with assistants)
  512. Module310Name=Members
  513. Module310Desc=Foundation members management
  514. Module320Name=RSS Feed
  515. Module320Desc=Add RSS feed inside Dolibarr screen pages
  516. Module330Name=Bookmarks
  517. Module330Desc=Bookmarks management
  518. Module400Name=Projects/Opportunities/Leads
  519. Module400Desc=Management of projects, opportunities or leads. You can then assign any element (invoice, order, proposal, intervention, ...) to a project and get a transversal view from the project view.
  520. Module410Name=Webcalendar
  521. Module410Desc=Webcalendar integration
  522. Module500Name=Special expenses
  523. Module500Desc=Management of special expenses (taxes, social or fiscal taxes, dividends)
  524. Module510Name=Payment of employee wages
  525. Module510Desc=Record and follow payment of your employee wages
  526. Module520Name=Loan
  527. Module520Desc=Management of loans
  528. Module600Name=Notifications
  529. Module600Desc=Send EMail notifications (triggered by some business events) to users (setup defined on each user), third-party contacts (setup defined on each third party) or fixed emails
  530. Module700Name=Donations
  531. Module700Desc=Donation management
  532. Module770Name=Expense reports
  533. Module770Desc=Management and claim expense reports (transportation, meal, ...)
  534. Module1120Name=Supplier commercial proposal
  535. Module1120Desc=Request supplier commercial proposal and prices
  536. Module1200Name=Mantis
  537. Module1200Desc=Mantis integration
  538. Module1400Name=Accounting
  539. Module1400Desc=Accounting management (double parties)
  540. Module1520Name=Document Generation
  541. Module1520Desc=Mass mail document generation
  542. Module1780Name=Tags/Categories
  543. Module1780Desc=Create tags/category (products, customers, suppliers, contacts or members)
  544. Module2000Name=WYSIWYG editor
  545. Module2000Desc=Allow to edit some text area using an advanced editor (Based on CKEditor)
  546. Module2200Name=Dynamic Prices
  547. Module2200Desc=Enable the usage of math expressions for prices
  548. Module2300Name=Cron
  549. Module2300Desc=Scheduled job management
  550. Module2400Name=Events/Agenda
  551. Module2400Desc=Follow done and upcoming events. Let application logs automatic events for tracking purposes or record manual events or rendez-vous.
  552. Module2500Name=Electronic Content Management
  553. Module2500Desc=Save and share documents
  554. Module2600Name=API/Web services (SOAP server)
  555. Module2600Desc=Enable the Dolibarr SOAP server providing API services
  556. Module2610Name=API/Web services (REST server)
  557. Module2610Desc=Enable the Dolibarr REST server providing API services
  558. Module2660Name=Call WebServices (SOAP client)
  559. Module2660Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment)
  560. Module2700Name=Gravatar
  561. Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
  562. Module2800Desc=FTP Client
  563. Module2900Name=GeoIPMaxmind
  564. Module2900Desc=GeoIP Maxmind conversions capabilities
  565. Module3100Name=Skype
  566. Module3100Desc=Add a Skype button into users / third parties / contacts / members cards
  567. Module4000Name=HRM
  568. Module4000Desc=Human resources management (mangement of department, employee contracts and feelings)
  569. Module5000Name=Multi-company
  570. Module5000Desc=Allows you to manage multiple companies
  571. Module6000Name=Workflow
  572. Module6000Desc=Workflow management
  573. Module10000Name=Websites
  574. Module10000Desc=Create public websites with a WYSIWG editor. Just setup your web server to point to the dedicated directory to have it online on the Internet.
  575. Module20000Name=Leave Requests management
  576. Module20000Desc=Declare and follow employees leaves requests
  577. Module39000Name=Product lot
  578. Module39000Desc=Lot or serial number, eat-by and sell-by date management on products
  579. Module50000Name=PayBox
  580. Module50000Desc=Module to offer an online payment page by credit card with PayBox
  581. Module50100Name=Point of sales
  582. Module50100Desc=Point of sales module (POS).
  583. Module50200Name=Paypal
  584. Module50200Desc=Module to offer an online payment page by credit card with Paypal
  585. Module50400Name=Accounting (advanced)
  586. Module50400Desc=Accounting management (double parties)
  587. Module54000Name=PrintIPP
  588. Module54000Desc=Direct print (without opening the documents) using Cups IPP interface (Printer must be visible from server, and CUPS must be installe on server).
  589. Module55000Name=Poll, Survey or Vote
  590. Module55000Desc=Module to make online polls, surveys or votes (like Doodle, Studs, Rdvz, ...)
  591. Module59000Name=Margins
  592. Module59000Desc=Module to manage margins
  593. Module60000Name=Commissions
  594. Module60000Desc=Module to manage commissions
  595. Module63000Name=Resources
  596. Module63000Desc=Manage resources (printers, cars, room, ...) you can then share into events
  597. Permission11=Read customer invoices
  598. Permission12=Create/modify customer invoices
  599. Permission13=Unvalidate customer invoices
  600. Permission14=Validate customer invoices
  601. Permission15=Send customer invoices by email
  602. Permission16=Create payments for customer invoices
  603. Permission19=Delete customer invoices
  604. Permission21=Read commercial proposals
  605. Permission22=Create/modify commercial proposals
  606. Permission24=Validate commercial proposals
  607. Permission25=Send commercial proposals
  608. Permission26=Close commercial proposals
  609. Permission27=Delete commercial proposals
  610. Permission28=Export commercial proposals
  611. Permission31=Read products
  612. Permission32=Create/modify products
  613. Permission34=Delete products
  614. Permission36=See/manage hidden products
  615. Permission38=Export products
  616. Permission41=Read projects and tasks (shared project and projects i'm contact for). Can also enter time consumed on assigned tasks (timesheet)
  617. Permission42=Create/modify projects (shared project and projects i'm contact for). Can also create tasks and assign users to project and tasks
  618. Permission44=Delete projects (shared project and projects i'm contact for)
  619. Permission45=Export projects
  620. Permission61=Read interventions
  621. Permission62=Create/modify interventions
  622. Permission64=Delete interventions
  623. Permission67=Export interventions
  624. Permission71=Read members
  625. Permission72=Create/modify members
  626. Permission74=Delete members
  627. Permission75=Setup types of membership
  628. Permission76=Export data
  629. Permission78=Read subscriptions
  630. Permission79=Create/modify subscriptions
  631. Permission81=Read customers orders
  632. Permission82=Create/modify customers orders
  633. Permission84=Validate customers orders
  634. Permission86=Send customers orders
  635. Permission87=Close customers orders
  636. Permission88=Cancel customers orders
  637. Permission89=Delete customers orders
  638. Permission91=Read social or fiscal taxes and vat
  639. Permission92=Create/modify social or fiscal taxes and vat
  640. Permission93=Delete social or fiscal taxes and vat
  641. Permission94=Export social or fiscal taxes
  642. Permission95=Read reports
  643. Permission101=Read sendings
  644. Permission102=Create/modify sendings
  645. Permission104=Validate sendings
  646. Permission106=Export sendings
  647. Permission109=Delete sendings
  648. Permission111=Read financial accounts
  649. Permission112=Create/modify/delete and compare transactions
  650. Permission113=Setup financial accounts (create, manage categories)
  651. Permission114=Reconciliate transactions
  652. Permission115=Export transactions and account statements
  653. Permission116=Transfers between accounts
  654. Permission117=Manage cheques dispatching
  655. Permission121=Read third parties linked to user
  656. Permission122=Create/modify third parties linked to user
  657. Permission125=Delete third parties linked to user
  658. Permission126=Export third parties
  659. Permission141=Read all projects and tasks (also private projects i am not contact for)
  660. Permission142=Create/modify all projects and tasks (also private projects i am not contact for)
  661. Permission144=Delete all projects and tasks (also private projects i am not contact for)
  662. Permission146=Read providers
  663. Permission147=Read stats
  664. Permission151=Read direct debit payment orders
  665. Permission152=Create/modify a direct debit payment orders
  666. Permission153=Send/Transmit direct debit payment orders
  667. Permission154=Record Credits/Rejects of direct debit payment orders
  668. Permission161=Read contracts/subscriptions
  669. Permission162=Create/modify contracts/subscriptions
  670. Permission163=Activate a service/subscription of a contract
  671. Permission164=Disable a service/subscription of a contract
  672. Permission165=Delete contracts/subscriptions
  673. Permission167=Export contracts
  674. Permission171=Read trips and expenses (yours and your subordinates)
  675. Permission172=Create/modify trips and expenses
  676. Permission173=Delete trips and expenses
  677. Permission174=Read all trips and expenses
  678. Permission178=Export trips and expenses
  679. Permission180=Read suppliers
  680. Permission181=Read supplier orders
  681. Permission182=Create/modify supplier orders
  682. Permission183=Validate supplier orders
  683. Permission184=Approve supplier orders
  684. Permission185=Order or cancel supplier orders
  685. Permission186=Receive supplier orders
  686. Permission187=Close supplier orders
  687. Permission188=Cancel supplier orders
  688. Permission192=Create lines
  689. Permission193=Cancel lines
  690. Permission194=Read the bandwith lines
  691. Permission202=Create ADSL connections
  692. Permission203=Order connections orders
  693. Permission204=Order connections
  694. Permission205=Manage connections
  695. Permission206=Read connections
  696. Permission211=Read Telephony
  697. Permission212=Order lines
  698. Permission213=Activate line
  699. Permission214=Setup Telephony
  700. Permission215=Setup providers
  701. Permission221=Read emailings
  702. Permission222=Create/modify emailings (topic, recipients...)
  703. Permission223=Validate emailings (allows sending)
  704. Permission229=Delete emailings
  705. Permission237=View recipients and info
  706. Permission238=Manually send mailings
  707. Permission239=Delete mailings after validation or sent
  708. Permission241=Read categories
  709. Permission242=Create/modify categories
  710. Permission243=Delete categories
  711. Permission244=See the contents of the hidden categories
  712. Permission251=Read other users and groups
  713. PermissionAdvanced251=Read other users
  714. Permission252=Read permissions of other users
  715. Permission253=Create/modify other users, groups and permisssions
  716. PermissionAdvanced253=Create/modify internal/external users and permissions
  717. Permission254=Create/modify external users only
  718. Permission255=Modify other users password
  719. Permission256=Delete or disable other users
  720. Permission262=Extend access to all third parties (not only third parties that user is a sale representative).<br>Not effective for external users (always limited to themselves for proposals, orders, invoices, contracts, etc).<br>Not effective for projects (only rules on project permissions, visibility and assignement matters).
  721. Permission271=Read CA
  722. Permission272=Read invoices
  723. Permission273=Issue invoices
  724. Permission281=Read contacts
  725. Permission282=Create/modify contacts
  726. Permission283=Delete contacts
  727. Permission286=Export contacts
  728. Permission291=Read tariffs
  729. Permission292=Set permissions on the tariffs
  730. Permission293=Modify costumers tariffs
  731. Permission300=Read bar codes
  732. Permission301=Create/modify bar codes
  733. Permission302=Delete bar codes
  734. Permission311=Read services
  735. Permission312=Assign service/subscription to contract
  736. Permission331=Read bookmarks
  737. Permission332=Create/modify bookmarks
  738. Permission333=Delete bookmarks
  739. Permission341=Read its own permissions
  740. Permission342=Create/modify his own user information
  741. Permission343=Modify his own password
  742. Permission344=Modify its own permissions
  743. Permission351=Read groups
  744. Permission352=Read groups permissions
  745. Permission353=Create/modify groups
  746. Permission354=Delete or disable groups
  747. Permission358=Export users
  748. Permission401=Read discounts
  749. Permission402=Create/modify discounts
  750. Permission403=Validate discounts
  751. Permission404=Delete discounts
  752. Permission510=Read Salaries
  753. Permission512=Create/modify salaries
  754. Permission514=Delete salaries
  755. Permission517=Export salaries
  756. Permission520=Read Loans
  757. Permission522=Create/modify loans
  758. Permission524=Delete loans
  759. Permission525=Access loan calculator
  760. Permission527=Export loans
  761. Permission531=Read services
  762. Permission532=Create/modify services
  763. Permission534=Delete services
  764. Permission536=See/manage hidden services
  765. Permission538=Export services
  766. Permission701=Read donations
  767. Permission702=Create/modify donations
  768. Permission703=Delete donations
  769. Permission771=Read expense reports (yours and your subordinates)
  770. Permission772=Create/modify expense reports
  771. Permission773=Delete expense reports
  772. Permission774=Read all expense reports (even for user not subordinates)
  773. Permission775=Approve expense reports
  774. Permission776=Pay expense reports
  775. Permission779=Export expense reports
  776. Permission1001=Read stocks
  777. Permission1002=Create/modify warehouses
  778. Permission1003=Delete warehouses
  779. Permission1004=Read stock movements
  780. Permission1005=Create/modify stock movements
  781. Permission1101=Read delivery orders
  782. Permission1102=Create/modify delivery orders
  783. Permission1104=Validate delivery orders
  784. Permission1109=Delete delivery orders
  785. Permission1181=Read suppliers
  786. Permission1182=Read supplier orders
  787. Permission1183=Create/modify supplier orders
  788. Permission1184=Validate supplier orders
  789. Permission1185=Approve supplier orders
  790. Permission1186=Order supplier orders
  791. Permission1187=Acknowledge receipt of supplier orders
  792. Permission1188=Delete supplier orders
  793. Permission1190=Approve (second approval) supplier orders
  794. Permission1201=Get result of an export
  795. Permission1202=Create/Modify an export
  796. Permission1231=Read supplier invoices
  797. Permission1232=Create/modify supplier invoices
  798. Permission1233=Validate supplier invoices
  799. Permission1234=Delete supplier invoices
  800. Permission1235=Send supplier invoices by email
  801. Permission1236=Export supplier invoices, attributes and payments
  802. Permission1237=Export supplier orders and their details
  803. Permission1251=Run mass imports of external data into database (data load)
  804. Permission1321=Export customer invoices, attributes and payments
  805. Permission1322=Reopen a paid bill
  806. Permission1421=Export customer orders and attributes
  807. Permission20001=Read leave requests (yours and your subordinates)
  808. Permission20002=Create/modify your leave requests
  809. Permission20003=Delete leave requests
  810. Permission20004=Read all leave requests (even user not subordinates)
  811. Permission20005=Create/modify leave requests for everybody
  812. Permission20006=Admin leave requests (setup and update balance)
  813. Permission23001=Read Scheduled job
  814. Permission23002=Create/update Scheduled job
  815. Permission23003=Delete Scheduled job
  816. Permission23004=Execute Scheduled job
  817. Permission2401=Read actions (events or tasks) linked to his account
  818. Permission2402=Create/modify actions (events or tasks) linked to his account
  819. Permission2403=Delete actions (events or tasks) linked to his account
  820. Permission2411=Read actions (events or tasks) of others
  821. Permission2412=Create/modify actions (events or tasks) of others
  822. Permission2413=Delete actions (events or tasks) of others
  823. Permission2414=Export actions/tasks of others
  824. Permission2501=Read/Download documents
  825. Permission2502=Download documents
  826. Permission2503=Submit or delete documents
  827. Permission2515=Setup documents directories
  828. Permission2801=Use FTP client in read mode (browse and download only)
  829. Permission2802=Use FTP client in write mode (delete or upload files)
  830. Permission50101=Use Point of sales
  831. Permission50201=Read transactions
  832. Permission50202=Import transactions
  833. Permission54001=Print
  834. Permission55001=Read polls
  835. Permission55002=Create/modify polls
  836. Permission59001=Read commercial margins
  837. Permission59002=Define commercial margins
  838. Permission59003=Read every user margin
  839. Permission63001=Read resources
  840. Permission63002=Create/modify resources
  841. Permission63003=Delete resources
  842. Permission63004=Link resources to agenda events
  843. DictionaryCompanyType=Types of thirdparties
  844. DictionaryCompanyJuridicalType=Legal forms of thirdparties
  845. DictionaryProspectLevel=Prospect potential level
  846. DictionaryCanton=State/Province
  847. DictionaryRegion=Regions
  848. DictionaryCountry=Countries
  849. DictionaryCurrency=Currencies
  850. DictionaryCivility=Personal and professional titles
  851. DictionaryActions=Types of agenda events
  852. DictionarySocialContributions=Social or fiscal taxes types
  853. DictionaryVAT=VAT Rates or Sales Tax Rates
  854. DictionaryRevenueStamp=Amount of revenue stamps
  855. DictionaryPaymentConditions=Payment terms
  856. DictionaryPaymentModes=Payment modes
  857. DictionaryTypeContact=Contact/Address types
  858. DictionaryEcotaxe=Ecotax (WEEE)
  859. DictionaryPaperFormat=Paper formats
  860. DictionaryFormatCards=Cards formats
  861. DictionaryFees=Types of fees
  862. DictionarySendingMethods=Shipping methods
  863. DictionaryStaff=Staff
  864. DictionaryAvailability=Delivery delay
  865. DictionaryOrderMethods=Ordering methods
  866. DictionarySource=Origin of proposals/orders
  867. DictionaryAccountancyCategory=Accounting account groups
  868. DictionaryAccountancysystem=Models for chart of accounts
  869. DictionaryAccountancyJournal=Accounting journals
  870. DictionaryEMailTemplates=Emails templates
  871. DictionaryUnits=Units
  872. DictionaryProspectStatus=Prospection status
  873. DictionaryHolidayTypes=Types of leaves
  874. DictionaryOpportunityStatus=Opportunity status for project/lead
  875. SetupSaved=Setup saved
  876. BackToModuleList=Back to modules list
  877. BackToDictionaryList=Back to dictionaries list
  878. VATManagement=VAT Management
  879. VATIsUsedDesc=By default when creating prospects, invoices, orders etc the VAT rate follows the active standard rule:<br>If the seller is not subjected to VAT, then VAT defaults to 0. End of rule.<br>If the (selling country= buying country), then the VAT by default equals the VAT of the product in the selling country. End of rule. <br>If seller and buyer are both in the European Community and goods are transport products (car, ship, plane), the default VAT is 0 ( The VAT should be paid by the buyer to the customoffice of his country and not to the seller). End of rule.<br>If seller and buyer are both in the European Community and the buyer is not a company, then the VAT by defaults to the VAT of the product sold. End of rule.<br>If seller and buyer are both in the European Community and the buyer is a company, then the VAT is 0 by default . End of rule.<br>In any othe case the proposed default is VAT=0. End of rule.
  880. VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
  881. VATIsUsedExampleFR=In France, it means companies or organisations having a real fiscal system (Simplified real or normal real). A system in which VAT is declared.
  882. VATIsNotUsedExampleFR=In France, it means associations that are non VAT declared or companies, organisations or liberal professions that have chosen the micro enterprise fiscal system (VAT in franchise) and paid a franchise VAT without any VAT declaration. This choice will display the reference "Non applicable VAT - art-293B of CGI" on invoices.
  883. ##### Local Taxes #####
  884. LTRate=Rate
  885. LocalTax1IsNotUsed=Do not use second tax
  886. LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
  887. LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
  888. LocalTax1Management=Second type of tax
  889. LocalTax1IsUsedExample=
  890. LocalTax1IsNotUsedExample=
  891. LocalTax2IsNotUsed=Do not use third tax
  892. LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
  893. LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
  894. LocalTax2Management=Third type of tax
  895. LocalTax2IsUsedExample=
  896. LocalTax2IsNotUsedExample=
  897. LocalTax1ManagementES= RE Management
  898. LocalTax1IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If te buyer is not subjected to RE, RE by default=0. End of rule.<br>If the buyer is subjected to RE then the RE by default. End of rule.<br>
  899. LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
  900. LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
  901. LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
  902. LocalTax2ManagementES= IRPF Management
  903. LocalTax2IsUsedDescES= The RE rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to IRPF, then IRPF by default=0. End of rule.<br>If the seller is subjected to IRPF then the IRPF by default. End of rule.<br>
  904. LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
  905. LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
  906. LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
  907. CalcLocaltax=Reports on local taxes
  908. CalcLocaltax1=Sales - Purchases
  909. CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
  910. CalcLocaltax2=Purchases
  911. CalcLocaltax2Desc=Local Taxes reports are the total of localtaxes purchases
  912. CalcLocaltax3=Sales
  913. CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
  914. LabelUsedByDefault=Label used by default if no translation can be found for code
  915. LabelOnDocuments=Label on documents
  916. NbOfDays=Nb of days
  917. AtEndOfMonth=At end of month
  918. CurrentNext=Current/Next
  919. Offset=Offset
  920. AlwaysActive=Always active
  921. Upgrade=Upgrade
  922. MenuUpgrade=Upgrade / Extend
  923. AddExtensionThemeModuleOrOther=Deploy/install external module
  924. WebServer=Web server
  925. DocumentRootServer=Web server's root directory
  926. DataRootServer=Data files directory
  927. IP=IP
  928. Port=Port
  929. VirtualServerName=Virtual server name
  930. OS=OS
  931. PhpWebLink=Web-Php link
  932. Browser=Browser
  933. Server=Server
  934. Database=Database
  935. DatabaseServer=Database host
  936. DatabaseName=Database name
  937. DatabasePort=Database port
  938. DatabaseUser=Database user
  939. DatabasePassword=Database password
  940. Tables=Tables
  941. TableName=Table name
  942. NbOfRecord=Nb of records
  943. Host=Server
  944. DriverType=Driver type
  945. SummarySystem=System information summary
  946. SummaryConst=List of all Dolibarr setup parameters
  947. MenuCompanySetup=Company/Organisation
  948. DefaultMenuManager= Standard menu manager
  949. DefaultMenuSmartphoneManager=Smartphone menu manager
  950. Skin=Skin theme
  951. DefaultSkin=Default skin theme
  952. MaxSizeList=Max length for list
  953. DefaultMaxSizeList=Default max length for lists
  954. DefaultMaxSizeShortList=Default max length for short lists (ie in customer card)
  955. MessageOfDay=Message of the day
  956. MessageLogin=Login page message
  957. LoginPage=Login page
  958. BackgroundImageLogin=Background image
  959. PermanentLeftSearchForm=Permanent search form on left menu
  960. DefaultLanguage=Default language to use (language code)
  961. EnableMultilangInterface=Enable multilingual interface
  962. EnableShowLogo=Show logo on left menu
  963. CompanyInfo=Company/organisation information
  964. CompanyIds=Company/organisation identities
  965. CompanyName=Name
  966. CompanyAddress=Address
  967. CompanyZip=Zip
  968. CompanyTown=Town
  969. CompanyCountry=Country
  970. CompanyCurrency=Main currency
  971. CompanyObject=Object of the company
  972. Logo=Logo
  973. DoNotSuggestPaymentMode=Do not suggest
  974. NoActiveBankAccountDefined=No active bank account defined
  975. OwnerOfBankAccount=Owner of bank account %s
  976. BankModuleNotActive=Bank accounts module not enabled
  977. ShowBugTrackLink=Show link "<strong>%s</strong>"
  978. Alerts=Alerts
  979. DelaysOfToleranceBeforeWarning=Tolerance delays before warning
  980. DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
  981. Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events (agenda events) not completed yet
  982. Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
  983. Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
  984. Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
  985. Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on suppliers orders not processed yet
  986. Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
  987. Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
  988. Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
  989. Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
  990. Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
  991. Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
  992. Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
  993. Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
  994. Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
  995. Delays_MAIN_DELAY_EXPENSEREPORTS=Tolerance delay (in days) before alert for expense reports to approve
  996. SetupDescription1=The setup area is for initial setup parameters before starting to use Dolibarr.
  997. SetupDescription2=The two most important setup steps are the first two in the setup menu on the left: Company/Organisation setup page and Modules setup page:
  998. SetupDescription3=Parameters in menu <a href="%s">Setup -> Company/Organisation</a> are required because submitted data are used on Dolibarr displays and to customize the default behaviour of the software (for country-related features for example).
  999. SetupDescription4=Parameters in menu <a href="%s">Setup -> Modules</a> are required because Dolibarr is not a monolithic ERP/CRM but a collection of several modules, all more or less independent. New features will be added to menus for every module you'll enable.
  1000. SetupDescription5=Other menu entries manage optional parameters.
  1001. LogEvents=Security audit events
  1002. Audit=Audit
  1003. InfoDolibarr=About Dolibarr
  1004. InfoBrowser=About Browser
  1005. InfoOS=About OS
  1006. InfoWebServer=About Web Server
  1007. InfoDatabase=About Database
  1008. InfoPHP=About PHP
  1009. InfoPerf=About Performances
  1010. BrowserName=Browser name
  1011. BrowserOS=Browser OS
  1012. ListOfSecurityEvents=List of Dolibarr security events
  1013. SecurityEventsPurged=Security events purged
  1014. LogEventDesc=You can enable here the logging for Dolibarr security events. Administrators can then see its content via menu <b>System tools - Audit</b>. Warning, this feature can consume a large amount of data in database.
  1015. AreaForAdminOnly=Those features can be used by <b>administrator users</b> only.
  1016. SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
  1017. SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
  1018. CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "Modify" or "Save" button at bottom of page)
  1019. DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
  1020. AvailableModules=Available modules
  1021. ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
  1022. SessionTimeOut=Time out for session
  1023. SessionExplanation=This number guarantee that session will never expire before this delay, if the session cleaner is done by Internal PHP session cleaner (and nothing else). Internal PHP session cleaner does not guaranty that session will expire just after this delay. It will expire, after this delay, and when the session cleaner is ran, so every <b>%s/%s</b> access, but only during access made by other sessions.<br>Note: on some servers with an external session cleaning mechanism (cron under debian, ubuntu ...), the sessions can be destroyed after a period defined by the default <strong>session.gc_maxlifetime</strong>, no matter what the value entered here.
  1024. TriggersAvailable=Available triggers
  1025. TriggersDesc=Triggers are files that will modify the behaviour of Dolibarr workflow once copied into the directory <b>htdocs/core/triggers</b>. They realised new actions, activated on Dolibarr events (new company creation, invoice validation, ...).
  1026. TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
  1027. TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
  1028. TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
  1029. TriggerActiveAsModuleActive=Triggers in this file are active as module <b>%s</b> is enabled.
  1030. GeneratedPasswordDesc=Define here which rule you want to use to generate new password if you ask to have auto generated password
  1031. DictionaryDesc=Insert all reference data. You can add your values to the default.
  1032. ConstDesc=This page allows you to edit all other parameters not available in previous pages. These are mostly reserved parameters for developers or advanced troubleshooting. For a list of options <a href="https://wiki.dolibarr.org/index.php/Setup_Other#List_of_known_hidden_options" title="External Site - opens in a new window" target="_blank">check here</a>.
  1033. MiscellaneousDesc=All other security related parameters are defined here.
  1034. LimitsSetup=Limits/Precision setup
  1035. LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
  1036. MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
  1037. MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
  1038. MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
  1039. MAIN_ROUNDING_RULE_TOT=Step of rounding range (for countries where rounding is done on something else than base 10. For example, put 0.05 if rounding is done by 0.05 steps)
  1040. UnitPriceOfProduct=Net unit price of a product
  1041. TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
  1042. ParameterActiveForNextInputOnly=Parameter effective for next input only
  1043. NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
  1044. NoEventFoundWithCriteria=No security event has been found for such search criterias.
  1045. SeeLocalSendMailSetup=See your local sendmail setup
  1046. BackupDesc=To make a complete backup of Dolibarr, you must:
  1047. BackupDesc2=Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (So it includes all dump files generated at step 1).
  1048. BackupDesc3=Save content of your database (<b>%s</b>) into a dump file. For this, you can use following assistant.
  1049. BackupDescX=Archived directory should be stored in a secure place.
  1050. BackupDescY=The generated dump file should be stored in a secure place.
  1051. BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
  1052. RestoreDesc=To restore a Dolibarr backup, you must:
  1053. RestoreDesc2=Restore archive file (zip file for example) of documents directory to extract tree of files in documents directory of a new Dolibarr installation or into this current documents directoy (<b>%s</b>).
  1054. RestoreDesc3=Restore the data, from a backup dump file, into the database of the new Dolibarr installation or into the database of this current installation (<b>%s</b>). Warning, once restore is finished, you must use a login/password, that existed when backup was made, to connect again. To restore a backup database into this current installation, you can follow this assistant.
  1055. RestoreMySQL=MySQL import
  1056. ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
  1057. PreviousDumpFiles=Available database backup dump files
  1058. WeekStartOnDay=First day of week
  1059. RunningUpdateProcessMayBeRequired=Running the upgrade process seems to be required (Programs version %s differs from database version %s)
  1060. YouMustRunCommandFromCommandLineAfterLoginToUser=You must run this command from command line after login to a shell with user <b>%s</b> or you must add -W option at end of command line to provide <b>%s</b> password.
  1061. YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
  1062. DownloadMoreSkins=More skins to download
  1063. SimpleNumRefModelDesc=Returns the reference number with format %syymm-nnnn where yy is year, mm is month and nnnn is a sequence without hole and with no reset
  1064. ShowProfIdInAddress=Show professionnal id with addresses on documents
  1065. ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
  1066. TranslationUncomplete=Partial translation
  1067. MAIN_DISABLE_METEO=Disable meteo view
  1068. TestLoginToAPI=Test login to API
  1069. ProxyDesc=Some features of Dolibarr need to have an Internet access to work. Define here parameters for this. If the Dolibarr server is behind a Proxy server, those parameters tells Dolibarr how to access Internet through it.
  1070. ExternalAccess=External access
  1071. MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
  1072. MAIN_PROXY_HOST=Name/Address of proxy server
  1073. MAIN_PROXY_PORT=Port of proxy server
  1074. MAIN_PROXY_USER=Login to use the proxy server
  1075. MAIN_PROXY_PASS=Password to use the proxy server
  1076. DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
  1077. ExtraFields=Complementary attributes
  1078. ExtraFieldsLines=Complementary attributes (lines)
  1079. ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
  1080. ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
  1081. ExtraFieldsThirdParties=Complementary attributes (thirdparty)
  1082. ExtraFieldsContacts=Complementary attributes (contact/address)
  1083. ExtraFieldsMember=Complementary attributes (member)
  1084. ExtraFieldsMemberType=Complementary attributes (member type)
  1085. ExtraFieldsCustomerInvoices=Complementary attributes (invoices)
  1086. ExtraFieldsSupplierOrders=Complementary attributes (orders)
  1087. ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
  1088. ExtraFieldsProject=Complementary attributes (projects)
  1089. ExtraFieldsProjectTask=Complementary attributes (tasks)
  1090. ExtraFieldHasWrongValue=Attribute %s has a wrong value.
  1091. AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
  1092. SendmailOptionNotComplete=Warning, on some Linux systems, to send email from your email, sendmail execution setup must contains option -ba (parameter mail.force_extra_parameters into your php.ini file). If some recipients never receive emails, try to edit this PHP parameter with mail.force_extra_parameters = -ba).
  1093. PathToDocuments=Path to documents
  1094. PathDirectory=Directory
  1095. SendmailOptionMayHurtBuggedMTA=Feature to send mails using method "PHP mail direct" will generate a mail message that might be not correctly parsed by some receiving mail servers. Result is that some mails can't be read by people hosted by those bugged platforms. It's case for some Internet providers (Ex: Orange in France). This is not a problem into Dolibarr nor into PHP but onto receiving mail server. You can however add option MAIN_FIX_FOR_BUGGED_MTA to 1 into setup - other to modify Dolibarr to avoid this. However, you may experience problem with other servers that respect strictly the SMTP standard. The other solution (recommended) is to use the method "SMTP socket library" that has no disadvantages.
  1096. TranslationSetup=Setup of translation
  1097. TranslationKeySearch=Search a translation key or string
  1098. TranslationOverwriteKey=Overwrite a translation string
  1099. TranslationDesc=How to set displayed application language :<br>* Systemwide: menu <strong>Home - Setup - Display</strong><br>* Per user: <strong>User display setup</strong> tab of user card (click on username at the top of the screen).
  1100. TranslationOverwriteDesc=You can also override strings filling the following table. Choose your language from "%s" dropdown, insert the translation key string into "%s" and your new translation into "%s"
  1101. TranslationOverwriteDesc2=You can use the other tab to help you know translation key to use
  1102. TranslationString=Translation string
  1103. CurrentTranslationString=Current translation string
  1104. WarningAtLeastKeyOrTranslationRequired=A search criteria is required at least for key or translation string
  1105. NewTranslationStringToShow=New translation string to show
  1106. OriginalValueWas=The original translation is overwritten. Original value was:<br><br>%s
  1107. TransKeyWithoutOriginalValue=You forced a new translation for the translation key '<strong>%s</strong>' that does not exists in any language files
  1108. TotalNumberOfActivatedModules=Activated feature/modules: <b>%s</b> / <b>%s</b>
  1109. YouMustEnableOneModule=You must at least enable 1 module
  1110. ClassNotFoundIntoPathWarning=Class %s not found into PHP path
  1111. YesInSummer=Yes in summer
  1112. OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users) and only if permissions were granted:
  1113. SuhosinSessionEncrypt=Session storage encrypted by Suhosin
  1114. ConditionIsCurrently=Condition is currently %s
  1115. YouUseBestDriver=You use driver %s that is best driver available currently.
  1116. YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
  1117. NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
  1118. SearchOptim=Search optimization
  1119. YouHaveXProductUseSearchOptim=You have %s product into database. You should add the constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 into Home-Setup-Other, you limit the search to the beginning of strings making possible for database to use index and you should get an immediate response.
  1120. BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
  1121. BrowserIsKO=You are using the web browser %s. This browser is known to be a bad choice for security, performance and reliability. We recommand you to use Firefox, Chrome, Opera or Safari.
  1122. XDebugInstalled=XDebug is loaded.
  1123. XCacheInstalled=XCache is loaded.
  1124. AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink. Third parties will appears with name "CC12345 - SC45678 - The big company coorp", instead of "The big company coorp".
  1125. AskForPreferredShippingMethod=Ask for preferred Sending Method for Third Parties.
  1126. FieldEdition=Edition of field %s
  1127. FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
  1128. GetBarCode=Get barcode
  1129. ##### Module password generation
  1130. PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
  1131. PasswordGenerationNone=Do not suggest any generated password. Password must be typed in manually.
  1132. PasswordGenerationPerso=Return a password according to your personally defined configuration.
  1133. SetupPerso=According to your configuration
  1134. PasswordPatternDesc=Password pattern description
  1135. ##### Users setup #####
  1136. RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passwords
  1137. DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page
  1138. UsersSetup=Users module setup
  1139. UserMailRequired=EMail required to create a new user
  1140. ##### HRM setup #####
  1141. HRMSetup=HRM module setup
  1142. ##### Company setup #####
  1143. CompanySetup=Companies module setup
  1144. CompanyCodeChecker=Module for third parties code generation and checking (customer or supplier)
  1145. AccountCodeManager=Module for accountancy code generation (customer or supplier)
  1146. NotificationsDesc=EMails notifications feature allows you to silently send automatic mail, for some Dolibarr events. Targets of notifications can be defined:
  1147. NotificationsDescUser=* per users, one user at time.
  1148. NotificationsDescContact=* per third parties contacts (customers or suppliers), one contact at time.
  1149. NotificationsDescGlobal=* or by setting global target emails in module setup page.
  1150. ModelModules=Documents templates
  1151. DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
  1152. WatermarkOnDraft=Watermark on draft document
  1153. JSOnPaimentBill=Activate feature to autofill payment lines on payment form
  1154. CompanyIdProfChecker=Rules on Professional Ids
  1155. MustBeUnique=Must be unique?
  1156. MustBeMandatory=Mandatory to create third parties?
  1157. MustBeInvoiceMandatory=Mandatory to validate invoices?
  1158. TechnicalServicesProvided=Technical services provided
  1159. ##### Webcal setup #####
  1160. WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
  1161. ##### Invoices #####
  1162. BillsSetup=Invoices module setup
  1163. BillsNumberingModule=Invoices and credit notes numbering model
  1164. BillsPDFModules=Invoice documents models
  1165. PaymentsPDFModules=Payment documents models
  1166. CreditNote=Credit note
  1167. CreditNotes=Credit notes
  1168. ForceInvoiceDate=Force invoice date to validation date
  1169. SuggestedPaymentModesIfNotDefinedInInvoice=Suggested payments mode on invoice by default if not defined for invoice
  1170. SuggestPaymentByRIBOnAccount=Suggest payment by withdraw on account
  1171. SuggestPaymentByChequeToAddress=Suggest payment by cheque to
  1172. FreeLegalTextOnInvoices=Free text on invoices
  1173. WatermarkOnDraftInvoices=Watermark on draft invoices (none if empty)
  1174. PaymentsNumberingModule=Payments numbering model
  1175. SuppliersPayment=Suppliers payments
  1176. SupplierPaymentSetup=Suppliers payments setup
  1177. ##### Proposals #####
  1178. PropalSetup=Commercial proposals module setup
  1179. ProposalsNumberingModules=Commercial proposal numbering models
  1180. ProposalsPDFModules=Commercial proposal documents models
  1181. FreeLegalTextOnProposal=Free text on commercial proposals
  1182. WatermarkOnDraftProposal=Watermark on draft commercial proposals (none if empty)
  1183. BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL=Ask for bank account destination of proposal
  1184. ##### SupplierProposal #####
  1185. SupplierProposalSetup=Price requests suppliers module setup
  1186. SupplierProposalNumberingModules=Price requests suppliers numbering models
  1187. SupplierProposalPDFModules=Price requests suppliers documents models
  1188. FreeLegalTextOnSupplierProposal=Free text on price requests suppliers
  1189. WatermarkOnDraftSupplierProposal=Watermark on draft price requests suppliers (none if empty)
  1190. BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_PROPOSAL=Ask for bank account destination of price request
  1191. WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER=Ask for Warehouse Source for order
  1192. ##### Suppliers Orders #####
  1193. BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER=Ask for bank account destination of supplier order
  1194. ##### Orders #####
  1195. OrdersSetup=Order management setup
  1196. OrdersNumberingModules=Orders numbering models
  1197. OrdersModelModule=Order documents models
  1198. FreeLegalTextOnOrders=Free text on orders
  1199. WatermarkOnDraftOrders=Watermark on draft orders (none if empty)
  1200. ShippableOrderIconInList=Add an icon in Orders list which indicate if order is shippable
  1201. BANK_ASK_PAYMENT_BANK_DURING_ORDER=Ask for bank account destination of order
  1202. ##### Interventions #####
  1203. InterventionsSetup=Interventions module setup
  1204. FreeLegalTextOnInterventions=Free text on intervention documents
  1205. FicheinterNumberingModules=Intervention numbering models
  1206. TemplatePDFInterventions=Intervention card documents models
  1207. WatermarkOnDraftInterventionCards=Watermark on intervention card documents (none if empty)
  1208. ##### Contracts #####
  1209. ContractsSetup=Contracts/Subscriptions module setup
  1210. ContractsNumberingModules=Contracts numbering modules
  1211. TemplatePDFContracts=Contracts documents models
  1212. FreeLegalTextOnContracts=Free text on contracts
  1213. WatermarkOnDraftContractCards=Watermark on draft contracts (none if empty)
  1214. ##### Members #####
  1215. MembersSetup=Members module setup
  1216. MemberMainOptions=Main options
  1217. AdherentLoginRequired= Manage a Login for each member
  1218. AdherentMailRequired=EMail required to create a new member
  1219. MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
  1220. ##### LDAP setup #####
  1221. LDAPSetup=LDAP Setup
  1222. LDAPGlobalParameters=Global parameters
  1223. LDAPUsersSynchro=Users
  1224. LDAPGroupsSynchro=Groups
  1225. LDAPContactsSynchro=Contacts
  1226. LDAPMembersSynchro=Members
  1227. LDAPSynchronization=LDAP synchronisation
  1228. LDAPFunctionsNotAvailableOnPHP=LDAP functions are not available on your PHP
  1229. LDAPToDolibarr=LDAP -> Dolibarr
  1230. DolibarrToLDAP=Dolibarr -> LDAP
  1231. LDAPNamingAttribute=Key in LDAP
  1232. LDAPSynchronizeUsers=Organization of users in LDAP
  1233. LDAPSynchronizeGroups=Organization of groups in LDAP
  1234. LDAPSynchronizeContacts=Organization of contacts in LDAP
  1235. LDAPSynchronizeMembers=Organization of foundation's members in LDAP
  1236. LDAPPrimaryServer=Primary server
  1237. LDAPSecondaryServer=Secondary server
  1238. LDAPServerPort=Server port
  1239. LDAPServerPortExample=Default port : 389
  1240. LDAPServerProtocolVersion=Protocol version
  1241. LDAPServerUseTLS=Use TLS
  1242. LDAPServerUseTLSExample=Your LDAP server use TLS
  1243. LDAPServerDn=Server DN
  1244. LDAPAdminDn=Administrator DN
  1245. LDAPAdminDnExample=Complete DN (ex: cn=admin,dc=example,dc=com or cn=Administrator,cn=Users,dc=example,dc=com for active directory)
  1246. LDAPPassword=Administrator password
  1247. LDAPUserDn=Users' DN
  1248. LDAPUserDnExample=Complete DN (ex: ou=users,dc=example,dc=com)
  1249. LDAPGroupDn=Groups' DN
  1250. LDAPGroupDnExample=Complete DN (ex: ou=groups,dc=example,dc=com)
  1251. LDAPServerExample=Server address (ex: localhost, 192.168.0.2, ldaps://ldap.example.com/)
  1252. LDAPServerDnExample=Complete DN (ex: dc=example,dc=com)
  1253. LDAPDnSynchroActive=Users and groups synchronization
  1254. LDAPDnSynchroActiveExample=LDAP to Dolibarr or Dolibarr to LDAP synchronization
  1255. LDAPDnContactActive=Contacts' synchronization
  1256. LDAPDnContactActiveExample=Activated/Unactivated synchronization
  1257. LDAPDnMemberActive=Members' synchronization
  1258. LDAPDnMemberActiveExample=Activated/Unactivated synchronization
  1259. LDAPContactDn=Dolibarr contacts' DN
  1260. LDAPContactDnExample=Complete DN (ex: ou=contacts,dc=example,dc=com)
  1261. LDAPMemberDn=Dolibarr members DN
  1262. LDAPMemberDnExample=Complete DN (ex: ou=members,dc=example,dc=com)
  1263. LDAPMemberObjectClassList=List of objectClass
  1264. LDAPMemberObjectClassListExample=List of objectClass defining record attributes (ex: top,inetOrgPerson or top,user for active directory)
  1265. LDAPUserObjectClassList=List of objectClass
  1266. LDAPUserObjectClassListExample=List of objectClass defining record attributes (ex: top,inetOrgPerson or top,user for active directory)
  1267. LDAPGroupObjectClassList=List of objectClass
  1268. LDAPGroupObjectClassListExample=List of objectClass defining record attributes (ex: top,groupOfUniqueNames)
  1269. LDAPContactObjectClassList=List of objectClass
  1270. LDAPContactObjectClassListExample=List of objectClass defining record attributes (ex: top,inetOrgPerson or top,user for active directory)
  1271. LDAPTestConnect=Test LDAP connection
  1272. LDAPTestSynchroContact=Test contacts synchronization
  1273. LDAPTestSynchroUser=Test user synchronization
  1274. LDAPTestSynchroGroup=Test group synchronization
  1275. LDAPTestSynchroMember=Test member synchronization
  1276. LDAPTestSearch= Test a LDAP search
  1277. LDAPSynchroOK=Synchronization test successful
  1278. LDAPSynchroKO=Failed synchronization test
  1279. LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
  1280. LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
  1281. LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
  1282. LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
  1283. LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
  1284. LDAPSetupForVersion3=LDAP server configured for version 3
  1285. LDAPSetupForVersion2=LDAP server configured for version 2
  1286. LDAPDolibarrMapping=Dolibarr Mapping
  1287. LDAPLdapMapping=LDAP Mapping
  1288. LDAPFieldLoginUnix=Login (unix)
  1289. LDAPFieldLoginExample=Example : uid
  1290. LDAPFilterConnection=Search filter
  1291. LDAPFilterConnectionExample=Example : &(objectClass=inetOrgPerson)
  1292. LDAPFieldLoginSamba=Login (samba, activedirectory)
  1293. LDAPFieldLoginSambaExample=Example : samaccountname
  1294. LDAPFieldFullname=Full name
  1295. LDAPFieldFullnameExample=Example : cn
  1296. LDAPFieldPasswordNotCrypted=Password not crypted
  1297. LDAPFieldPasswordCrypted=Password crypted
  1298. LDAPFieldPasswordExample=Example : userPassword
  1299. LDAPFieldCommonNameExample=Example : cn
  1300. LDAPFieldName=Name
  1301. LDAPFieldNameExample=Example : sn
  1302. LDAPFieldFirstName=First name
  1303. LDAPFieldFirstNameExample=Example : givenName
  1304. LDAPFieldMail=Email address
  1305. LDAPFieldMailExample=Example : mail
  1306. LDAPFieldPhone=Professional phone number
  1307. LDAPFieldPhoneExample=Example : telephonenumber
  1308. LDAPFieldHomePhone=Personal phone number
  1309. LDAPFieldHomePhoneExample=Example : homephone
  1310. LDAPFieldMobile=Cellular phone
  1311. LDAPFieldMobileExample=Example : mobile
  1312. LDAPFieldFax=Fax number
  1313. LDAPFieldFaxExample=Example : facsimiletelephonenumber
  1314. LDAPFieldAddress=Street
  1315. LDAPFieldAddressExample=Example : street
  1316. LDAPFieldZip=Zip
  1317. LDAPFieldZipExample=Example : postalcode
  1318. LDAPFieldTown=Town
  1319. LDAPFieldTownExample=Example : l
  1320. LDAPFieldCountry=Country
  1321. LDAPFieldDescription=Description
  1322. LDAPFieldDescriptionExample=Example : description
  1323. LDAPFieldNotePublic=Public Note
  1324. LDAPFieldNotePublicExample=Example : publicnote
  1325. LDAPFieldGroupMembers= Group members
  1326. LDAPFieldGroupMembersExample= Example : uniqueMember
  1327. LDAPFieldBirthdate=Birthdate
  1328. LDAPFieldCompany=Company
  1329. LDAPFieldCompanyExample=Example : o
  1330. LDAPFieldSid=SID
  1331. LDAPFieldSidExample=Example : objectsid
  1332. LDAPFieldEndLastSubscription=Date of subscription end
  1333. LDAPFieldTitle=Job position
  1334. LDAPFieldTitleExample=Example: title
  1335. LDAPSetupNotComplete=LDAP setup not complete (go on others tabs)
  1336. LDAPNoUserOrPasswordProvidedAccessIsReadOnly=No administrator or password provided. LDAP access will be anonymous and in read only mode.
  1337. LDAPDescContact=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr contacts.
  1338. LDAPDescUsers=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr users.
  1339. LDAPDescGroups=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr groups.
  1340. LDAPDescMembers=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr members module.
  1341. LDAPDescValues=Example values are designed for <b>OpenLDAP</b> with following loaded schemas: <b>core.schema, cosine.schema, inetorgperson.schema</b>). If you use thoose values and OpenLDAP, modify your LDAP config file <b>slapd.conf</b> to have all thoose schemas loaded.
  1342. ForANonAnonymousAccess=For an authenticated access (for a write access for example)
  1343. PerfDolibarr=Performance setup/optimizing report
  1344. YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
  1345. NotInstalled=Not installed, so your server is not slow down by this.
  1346. ApplicativeCache=Applicative cache
  1347. MemcachedNotAvailable=No applicative cache found. You can enhance performance by installing a cache server Memcached and a module able to use this cache server.<br>More information here <a href="http://wiki.dolibarr.org/index.php/Module_MemCached_EN">http://wiki.dolibarr.org/index.php/Module_MemCached_EN</a>.<br>Note that a lot of web hosting provider does not provide such cache server.
  1348. MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
  1349. MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
  1350. OPCodeCache=OPCode cache
  1351. NoOPCodeCacheFound=No OPCode cache found. May be you use another OPCode cache than XCache or eAccelerator (good), may be you don't have OPCode cache (very bad).
  1352. HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
  1353. FilesOfTypeCached=Files of type %s are cached by HTTP server
  1354. FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
  1355. FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
  1356. FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
  1357. CacheByServer=Cache by server
  1358. CacheByServerDesc=For exemple using the Apache directive "ExpiresByType image/gif A2592000"
  1359. CacheByClient=Cache by browser
  1360. CompressionOfResources=Compression of HTTP responses
  1361. CompressionOfResourcesDesc=For exemple using the Apache directive "AddOutputFilterByType DEFLATE"
  1362. TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
  1363. DefaultValuesDesc=You can define/force here the default value you want to get when your create a new record, and/or defaut filters or sort order when your list record.
  1364. DefaultCreateForm=Default values for new objects
  1365. DefaultSearchFilters=Default search filters
  1366. DefaultSortOrder=Default sort orders
  1367. DefaultFocus=Default focus fields
  1368. ##### Products #####
  1369. ProductSetup=Products module setup
  1370. ServiceSetup=Services module setup
  1371. ProductServiceSetup=Products and Services modules setup
  1372. NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
  1373. ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
  1374. MergePropalProductCard=Activate in product/service Attached Files tab an option to merge product PDF document to proposal PDF azur if product/service is in the proposal
  1375. ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the third party language
  1376. UseSearchToSelectProductTooltip=Also if you have a large number of product (> 100 000), you can increase speed by setting constant PRODUCT_DONOTSEARCH_ANYWHERE to 1 in Setup->Other. Search will then be limited to start of string.
  1377. UseSearchToSelectProduct=Wait you press a key before loading content of product combo list (This may increase performance if you have a large number of products, but it is less convenient)
  1378. SetDefaultBarcodeTypeProducts=Default barcode type to use for products
  1379. SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
  1380. UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
  1381. ProductCodeChecker= Module for product code generation and checking (product or service)
  1382. ProductOtherConf= Product / Service configuration
  1383. IsNotADir=is not a directory!
  1384. ##### Syslog #####
  1385. SyslogSetup=Logs module setup
  1386. SyslogOutput=Logs outputs
  1387. SyslogFacility=Facility
  1388. SyslogLevel=Level
  1389. SyslogFilename=File name and path
  1390. YouCanUseDOL_DATA_ROOT=You can use DOL_DATA_ROOT/dolibarr.log for a log file in Dolibarr "documents" directory. You can set a different path to store this file.
  1391. ErrorUnknownSyslogConstant=Constant %s is not a known Syslog constant
  1392. OnlyWindowsLOG_USER=Windows only supports LOG_USER
  1393. ##### Donations #####
  1394. DonationsSetup=Donation module setup
  1395. DonationsReceiptModel=Template of donation receipt
  1396. ##### Barcode #####
  1397. BarcodeSetup=Barcode setup
  1398. PaperFormatModule=Print format module
  1399. BarcodeEncodeModule=Barcode encoding type
  1400. CodeBarGenerator=Barcode generator
  1401. ChooseABarCode=No generator defined
  1402. FormatNotSupportedByGenerator=Format not supported by this generator
  1403. BarcodeDescEAN8=Barcode of type EAN8
  1404. BarcodeDescEAN13=Barcode of type EAN13
  1405. BarcodeDescUPC=Barcode of type UPC
  1406. BarcodeDescISBN=Barcode of type ISBN
  1407. BarcodeDescC39=Barcode of type C39
  1408. BarcodeDescC128=Barcode of type C128
  1409. BarcodeDescDATAMATRIX=Barcode of type Datamatrix
  1410. BarcodeDescQRCODE=Barcode of type QR code
  1411. GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types). Must be compatible with "genbarcode".<br>For example: /usr/local/bin/genbarcode
  1412. BarcodeInternalEngine=Internal engine
  1413. BarCodeNumberManager=Manager to auto define barcode numbers
  1414. ##### Prelevements #####
  1415. WithdrawalsSetup=Setup of module Direct debit payment orders
  1416. ##### ExternalRSS #####
  1417. ExternalRSSSetup=External RSS imports setup
  1418. NewRSS=New RSS Feed
  1419. RSSUrl=RSS URL
  1420. RSSUrlExample=An interesting RSS feed
  1421. ##### Mailing #####
  1422. MailingSetup=EMailing module setup
  1423. MailingEMailFrom=Sender EMail (From) for emails sent by emailing module
  1424. MailingEMailError=Return EMail (Errors-to) for emails with errors
  1425. MailingDelay=Seconds to wait after sending next message
  1426. ##### Notification #####
  1427. NotificationSetup=EMail notification module setup
  1428. NotificationEMailFrom=Sender EMail (From) for emails sent for notifications
  1429. FixedEmailTarget=Fixed email target
  1430. ##### Sendings #####
  1431. SendingsSetup=Sending module setup
  1432. SendingsReceiptModel=Sending receipt model
  1433. SendingsNumberingModules=Sendings numbering modules
  1434. SendingsAbility=Support shipping sheets for customer deliveries
  1435. NoNeedForDeliveryReceipts=In most cases, shipping sheets are used both as sheets for customer deliveries (list of products to send) and sheets that is received and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
  1436. FreeLegalTextOnShippings=Free text on shipments
  1437. ##### Deliveries #####
  1438. DeliveryOrderNumberingModules=Products deliveries receipt numbering module
  1439. DeliveryOrderModel=Products deliveries receipt model
  1440. DeliveriesOrderAbility=Support products deliveries receipts
  1441. FreeLegalTextOnDeliveryReceipts=Free text on delivery receipts
  1442. ##### FCKeditor #####
  1443. AdvancedEditor=Advanced editor
  1444. ActivateFCKeditor=Activate advanced editor for:
  1445. FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
  1446. FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
  1447. FCKeditorForProductDetails=WYSIWIG creation/edition of products details lines for all entities (proposals, orders, invoices, etc...). <font class="warning">Warning: Using this option for this case is seriously not recommended as it can create problems with special characters and page formating when building PDF files.</font>
  1448. FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
  1449. FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
  1450. FCKeditorForMail=WYSIWIG creation/edition for all mail (except Tools->eMailing)
  1451. ##### OSCommerce 1 #####
  1452. OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
  1453. OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
  1454. OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
  1455. OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
  1456. ##### Stock #####
  1457. StockSetup=Warehouse module setup
  1458. IfYouUsePointOfSaleCheckModule=If you use a Point of Sale module (POS module provided by default or another external module), this setup may be ignored by your Point Of Sale module. Most point of sales modules are designed to create immediatly an invoice and decrease stock by default whatever are options here. So, if you need or not to have a stock decrease when registering a sell from your Point Of Sale, check also your POS module set up.
  1459. ##### Menu #####
  1460. MenuDeleted=Menu deleted
  1461. Menus=Menus
  1462. TreeMenuPersonalized=Personalized menus
  1463. NotTopTreeMenuPersonalized=Personalized menus not linked to a top menu entry
  1464. NewMenu=New menu
  1465. Menu=Selection of menu
  1466. MenuHandler=Menu handler
  1467. MenuModule=Source module
  1468. HideUnauthorizedMenu= Hide unauthorized menus (gray)
  1469. DetailId=Id menu
  1470. DetailMenuHandler=Menu handler where to show new menu
  1471. DetailMenuModule=Module name if menu entry come from a module
  1472. DetailType=Type of menu (top or left)
  1473. DetailTitre=Menu label or label code for translation
  1474. DetailUrl=URL where menu send you (Absolute URL link or external link with http://)
  1475. DetailEnabled=Condition to show or not entry
  1476. DetailRight=Condition to display unauthorized grey menus
  1477. DetailLangs=Lang file name for label code translation
  1478. DetailUser=Intern / Extern / All
  1479. Target=Target
  1480. DetailTarget=Target for links (_blank top open a new window)
  1481. DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
  1482. ModifMenu=Menu change
  1483. DeleteMenu=Delete menu entry
  1484. ConfirmDeleteMenu=Are you sure you want to delete menu entry <b>%s</b>?
  1485. FailedToInitializeMenu=Failed to initialize menu
  1486. ##### Tax #####
  1487. TaxSetup=Taxes, social or fiscal taxes and dividends module setup
  1488. OptionVatMode=VAT due
  1489. OptionVATDefault=Cash basis
  1490. OptionVATDebitOption=Accrual basis
  1491. OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on payments for services
  1492. OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
  1493. SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
  1494. OnDelivery=On delivery
  1495. OnPayment=On payment
  1496. OnInvoice=On invoice
  1497. SupposedToBePaymentDate=Payment date used
  1498. SupposedToBeInvoiceDate=Invoice date used
  1499. Buy=Buy
  1500. Sell=Sell
  1501. InvoiceDateUsed=Invoice date used
  1502. YourCompanyDoesNotUseVAT=Your company has been defined to not use VAT (Home - Setup - Company/Organisation), so there is no VAT options to setup.
  1503. AccountancyCode=Accountancy Code
  1504. AccountancyCodeSell=Sale account. code
  1505. AccountancyCodeBuy=Purchase account. code
  1506. ##### Agenda #####
  1507. AgendaSetup=Events and agenda module setup
  1508. PasswordTogetVCalExport=Key to authorize export link
  1509. PastDelayVCalExport=Do not export event older than
  1510. AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionary -> Type of agenda events)
  1511. AGENDA_USE_EVENT_TYPE_DEFAULT=Set automatically this default value for type of event into event create form
  1512. AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
  1513. AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
  1514. AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
  1515. AGENDA_NOTIFICATION=Enable event notification on user browsers when event date is reached (each user is able to refuse this from the browser confirmation question)
  1516. AGENDA_NOTIFICATION_SOUND=Enable sound notification
  1517. AGENDA_SHOW_LINKED_OBJECT=Show linked object into agenda view
  1518. ##### Clicktodial #####
  1519. ClickToDialSetup=Click To Dial module setup
  1520. ClickToDialUrlDesc=Url called when a click on phone picto is done. In URL, you can use tags<br><b>__PHONETO__</b> that will be replaced with the phone number of person to call<br><b>__PHONEFROM__</b> that will be replaced with phone number of calling person (yours)<br><b>__LOGIN__</b> that will be replaced with clicktodial login (defined on user card)<br><b>__PASS__</b> that will be replaced with clicktodial password (defined on user card).
  1521. ClickToDialDesc=This module allows to make phone numbers clickable. A click on this icon will call make your phone to call the phone number. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
  1522. ClickToDialUseTelLink=Use just a link "tel:" on phone numbers
  1523. ClickToDialUseTelLinkDesc=Use this method if your users have a softphone or a software interface installed on same computer than the browser, and called when you click on a link in your browser that start with "tel:". If you need a full server solution (no need of local software installation), you must set this to "No" and fill next field.
  1524. ##### Point Of Sales (CashDesk) #####
  1525. CashDesk=Point of sales
  1526. CashDeskSetup=Point of sales module setup
  1527. CashDeskThirdPartyForSell=Default generic third party to use for sells
  1528. CashDeskBankAccountForSell=Default account to use to receive cash payments
  1529. CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
  1530. CashDeskBankAccountForCB= Default account to use to receive payments by credit cards
  1531. CashDeskDoNotDecreaseStock=Disable stock decrease when a sell is done from Point of Sale (if "no", stock decrease is done for each sell done from POS, whatever is option set into module Stock).
  1532. CashDeskIdWareHouse=Force and restrict warehouse to use for stock decrease
  1533. StockDecreaseForPointOfSaleDisabled=Stock decrease from Point Of Sale disabled
  1534. StockDecreaseForPointOfSaleDisabledbyBatch=Stock decrease in POS is not compatible with lot management
  1535. CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sell from Point Of Sale. So a warehouse is required.
  1536. ##### Bookmark #####
  1537. BookmarkSetup=Bookmark module setup
  1538. BookmarkDesc=This module allows you to manage bookmarks. You can also add shortcuts to any Dolibarr pages or externale web sites on your left menu.
  1539. NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
  1540. ##### WebServices #####
  1541. WebServicesSetup=Webservices module setup
  1542. WebServicesDesc=By enabling this module, Dolibarr become a web service server to provide miscellaneous web services.
  1543. WSDLCanBeDownloadedHere=WSDL descriptor files of provided services can be download here
  1544. EndPointIs=SOAP clients must send their requests to the Dolibarr endpoint available at URL
  1545. ##### API ####
  1546. ApiSetup=API module setup
  1547. ApiDesc=By enabling this module, Dolibarr become a REST server to provide miscellaneous web services.
  1548. ApiProductionMode=Enable production mode (this will activate use of a cache for services management)
  1549. ApiExporerIs=You can explore and test the APIs at URL
  1550. OnlyActiveElementsAreExposed=Only elements from enabled modules are exposed
  1551. ApiKey=Key for API
  1552. WarningAPIExplorerDisabled=The API explorer has been disabled. API explorer is not required to provide API services. It is a tool for developer to find/test REST APIs. If you need this tool, go into setup of module API REST to activate it.
  1553. ##### Bank #####
  1554. BankSetupModule=Bank module setup
  1555. FreeLegalTextOnChequeReceipts=Free text on cheque receipts
  1556. BankOrderShow=Display order of bank accounts for countries using "detailed bank number"
  1557. BankOrderGlobal=General
  1558. BankOrderGlobalDesc=General display order
  1559. BankOrderES=Spanish
  1560. BankOrderESDesc=Spanish display order
  1561. ChequeReceiptsNumberingModule=Cheque Receipts Numbering module
  1562. ##### Multicompany #####
  1563. MultiCompanySetup=Multi-company module setup
  1564. ##### Suppliers #####
  1565. SuppliersSetup=Supplier module setup
  1566. SuppliersCommandModel=Complete template of supplier order (logo...)
  1567. SuppliersInvoiceModel=Complete template of supplier invoice (logo...)
  1568. SuppliersInvoiceNumberingModel=Supplier invoices numbering models
  1569. IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
  1570. ##### GeoIPMaxmind #####
  1571. GeoIPMaxmindSetup=GeoIP Maxmind module setup
  1572. PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat
  1573. NoteOnPathLocation=Note that your ip to country data file must be inside a directory your PHP can read (Check your PHP open_basedir setup and filesystem permissions).
  1574. YouCanDownloadFreeDatFileTo=You can download a <b>free demo version</b> of the Maxmind GeoIP country file at %s.
  1575. YouCanDownloadAdvancedDatFileTo=You can also download a more <b>complete version, with updates,</b> of the Maxmind GeoIP country file at %s.
  1576. TestGeoIPResult=Test of a conversion IP -> country
  1577. ##### Projects #####
  1578. ProjectsNumberingModules=Projects numbering module
  1579. ProjectsSetup=Project module setup
  1580. ProjectsModelModule=Project reports document model
  1581. TasksNumberingModules=Tasks numbering module
  1582. TaskModelModule=Tasks reports document model
  1583. UseSearchToSelectProject=Use autocompletion fields to choose project (instead of using a list box)
  1584. ##### ECM (GED) #####
  1585. ##### Fiscal Year #####
  1586. AccountingPeriods=Accounting periods
  1587. AccountingPeriodCard=Accounting period
  1588. NewFiscalYear=New accounting period
  1589. OpenFiscalYear=Open accounting period
  1590. CloseFiscalYear=Close accounting period
  1591. DeleteFiscalYear=Delete accounting period
  1592. ConfirmDeleteFiscalYear=Are you sure to delete this accounting period?
  1593. ShowFiscalYear=Show accounting period
  1594. AlwaysEditable=Can always be edited
  1595. MAIN_APPLICATION_TITLE=Force visible name of application (warning: setting your own name here may break autofill login feature when using DoliDroid mobile application)
  1596. NbMajMin=Minimum number of uppercase characters
  1597. NbNumMin=Minimum number of numeric characters
  1598. NbSpeMin=Minimum number of special characters
  1599. NbIteConsecutive=Maximum number of repeating same characters
  1600. NoAmbiCaracAutoGeneration=Do not use ambiguous characters ("1","l","i","|","0","O") for automatic generation
  1601. SalariesSetup=Setup of module salaries
  1602. SortOrder=Sort order
  1603. Format=Format
  1604. TypePaymentDesc=0:Customer payment type, 1:Supplier payment type, 2:Both customers and suppliers payment type
  1605. IncludePath=Include path (defined into variable %s)
  1606. ExpenseReportsSetup=Setup of module Expense Reports
  1607. TemplatePDFExpenseReports=Document templates to generate expense report document
  1608. NoModueToManageStockIncrease=No module able to manage automatic stock increase has been activated. Stock increase will be done on manual input only.
  1609. YouMayFindNotificationsFeaturesIntoModuleNotification=You may find options for EMail notifications by enabling and configuring the module "Notification".
  1610. ListOfNotificationsPerUser=List of notifications per user*
  1611. ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
  1612. ListOfFixedNotifications=List of fixed notifications
  1613. GoOntoUserCardToAddMore=Go on the tab "Notifications" of a user to add or remove notifications for users
  1614. GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
  1615. Threshold=Threshold
  1616. BackupDumpWizard=Wizard to build database backup dump file
  1617. SomethingMakeInstallFromWebNotPossible=Installation of external module is not possible from the web interface for the following reason:
  1618. SomethingMakeInstallFromWebNotPossible2=For this reason, process to upgrade described here is only manual steps a privileged user can do.
  1619. InstallModuleFromWebHasBeenDisabledByFile=Install of external module from application has been disabled by your administrator. You must ask him to remove the file <strong>%s</strong> to allow this feature.
  1620. ConfFileMuseContainCustom=Installing an external module from application need to save the module files into directory <strong>%s</strong>. To have this directory processed by Dolibarr, you must setup your <strong>conf/conf.php</strong> to add the 2 directive lines:<br><strong>$dolibarr_main_url_root_alt='/custom';</strong><br><strong>$dolibarr_main_document_root_alt='%s/custom';</strong>
  1621. HighlightLinesOnMouseHover=Highlight table lines when mouse move passes over
  1622. HighlightLinesColor=Highlight color of the line when the mouse passes over (keep empty for no highlight)
  1623. TextTitleColor=Color of page title
  1624. LinkColor=Color of links
  1625. PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
  1626. NotSupportedByAllThemes=Will works with core themes, may not be supported by external themes
  1627. BackgroundColor=Background color
  1628. TopMenuBackgroundColor=Background color for Top menu
  1629. TopMenuDisableImages=Hide images in Top menu
  1630. LeftMenuBackgroundColor=Background color for Left menu
  1631. BackgroundTableTitleColor=Background color for Table title line
  1632. BackgroundTableLineOddColor=Background color for odd table lines
  1633. BackgroundTableLineEvenColor=Background color for even table lines
  1634. MinimumNoticePeriod=Minimum notice period (Your leave request must be done before this delay)
  1635. NbAddedAutomatically=Number of days added to counters of users (automatically) each month
  1636. EnterAnyCode=This field contains a reference to identify line. Enter any value of your choice, but without special characters.
  1637. UnicodeCurrency=Enter here between braces, list of byte number that represent the currency symbol. For exemple: for $, enter [36] - for brazil real R$ [82,36] - for €, enter [8364]
  1638. ColorFormat=The RGB color is in HEX format, eg: FF0000
  1639. PositionIntoComboList=Position of line into combo lists
  1640. SellTaxRate=Sale tax rate
  1641. RecuperableOnly=Yes for VAT "Non Perçue Récupérable" dedicated for some state in France. Keep value to "No" in all other cases.
  1642. UrlTrackingDesc=If the provider or transport service offer a page or web site to check status of your shipping, you can enter it here. You can use the key {TRACKID} into URL parameters so the system will replace it with value of tracking number user entered into shipment card.
  1643. OpportunityPercent=When you create an opportunity, you will defined an estimated amount of project/lead. According to status of opportunity, this amount may be multiplicated by this rate to evaluate global amount all your opportunities may generate. Value is percent (between 0 and 100).
  1644. TemplateForElement=This template record is dedicated to which element
  1645. TypeOfTemplate=Type of template
  1646. TemplateIsVisibleByOwnerOnly=Template is visible by owner only
  1647. FixTZ=TimeZone fix
  1648. FillFixTZOnlyIfRequired=Example: +2 (fill only if problem experienced)
  1649. ExpectedChecksum=Expected Checksum
  1650. CurrentChecksum=Current Checksum
  1651. ForcedConstants=Required constant values
  1652. MailToSendProposal=To send customer proposal
  1653. MailToSendOrder=To send customer order
  1654. MailToSendInvoice=To send customer invoice
  1655. MailToSendShipment=To send shipment
  1656. MailToSendIntervention=To send intervention
  1657. MailToSendSupplierRequestForQuotation=To send quotation request to supplier
  1658. MailToSendSupplierOrder=To send supplier order
  1659. MailToSendSupplierInvoice=To send supplier invoice
  1660. MailToSendContract=To send a contract
  1661. MailToThirdparty=To send email from third party page
  1662. ByDefaultInList=Show by default on list view
  1663. YouUseLastStableVersion=You use the latest stable version
  1664. TitleExampleForMajorRelease=Example of message you can use to announce this major release (feel free to use it on your web sites)
  1665. TitleExampleForMaintenanceRelease=Example of message you can use to announce this maintenance release (feel free to use it on your web sites)
  1666. ExampleOfNewsMessageForMajorRelease=Dolibarr ERP & CRM %s is available. Version %s is a major release with a lot of new features for both users and developers. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
  1667. ExampleOfNewsMessageForMaintenanceRelease=Dolibarr ERP & CRM %s is available. Version %s is a maintenance version, so it contains only fixes of bugs. We recommend everybody using an older version to upgrade to this one. As any maintenance release, no new features, nor data structure change is present into this version. You can download it from the download area of https://www.dolibarr.org portal (subdirectory Stable versions). You can read <a href="https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog">ChangeLog</a> for complete list of changes.
  1668. MultiPriceRuleDesc=When option "Several level of prices per product/service" is on, you can define different prices (one per price level) for each product. To save you time, you can enter here rule to have price for each level autocalculated according to price of first level, so you will have to enter only price for first level on each product. This page is here to save you time and can be usefull only if your prices for each leve are relative to first level. You can ignore this page in most cases.
  1669. ModelModulesProduct=Templates for product documents
  1670. ToGenerateCodeDefineAutomaticRuleFirst=To be able to generate automatically codes, you must first define a manager to auto define barcode number.
  1671. SeeSubstitutionVars=See * note for list of possible substitution variables
  1672. AllPublishers=All publishers
  1673. UnknownPublishers=Unknown publishers
  1674. AddRemoveTabs=Add or remove tabs
  1675. AddDictionaries=Add dictionaries
  1676. AddBoxes=Add widgets
  1677. AddSheduledJobs=Add scheduled jobs
  1678. AddHooks=Add hooks
  1679. AddTriggers=Add triggers
  1680. AddMenus=Add menus
  1681. AddPermissions=Add permissions
  1682. AddExportProfiles=Add export profiles
  1683. AddImportProfiles=Add import profiles
  1684. AddOtherPagesOrServices=Add other pages or services
  1685. AddModels=Add document or numbering templates
  1686. AddSubstitutions=Add keys substitutions
  1687. DetectionNotPossible=Detection not possible
  1688. UrlToGetKeyToUseAPIs=Url to get token to use API (once token has been received it is saved on database user table and must be provided on each API call)
  1689. ListOfAvailableAPIs=List of available APIs
  1690. activateModuleDependNotSatisfied=Module "%s" depends on module "%s" that is missing, so module "%1$s" may not work correclty. Please install module "%2$s" or disable module "%1$s" if you want to be safe from any surprise
  1691. CommandIsNotInsideAllowedCommands=The command you try to run is not inside list of allowed commands defined into parameter <strong>$dolibarr_main_restrict_os_commands</strong> into <strong>conf.php</strong> file.
  1692. LandingPage=Landing page
  1693. SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", price will be also the same for all companies if products are shared between environments
  1694. ModuleEnabledAdminMustCheckRights=Module has been activated. Permissions for activated module(s) were given to admin users only. You may need to grant permissions to other users or groups manually if necessary.
  1695. UserHasNoPermissions=This user has no permission defined
  1696. TypeCdr=Use "None" if the date of payment term is date of invoice plus a delta in days (delta is field "Nb of days")<br>Use "At end of month", if, after delta, the date must be increased to reach the end of month (+ an optional "Offset" in days)<br>Use "Current/Next" to have payment term date being the first Nth of the month (N is stored into field "Nb of days")
  1697. BaseCurrency=Reference currency of the company (go into setup of company to change this)
  1698. WarningNoteModuleInvoiceForFrenchLaw=This module %s is compliant with french laws (Loi Finance 2016).
  1699. WarningInstallationMayBecomeNotCompliantWithLaw=You try to install the module %s that is an external module. Activating an external module means you trust the editor of the module and you are sure that this module does not alterate negatively the behavior of your application and is compliant with laws of your country (%s). If the module bring a non legal feature, you become responsible for the use of a non legal software.
  1700. ##### Resource ####
  1701. ResourceSetup=Configuration du module Resource
  1702. UseSearchToSelectResource=Use a search form to choose a resource (rather than a drop-down list).
  1703. DisabledResourceLinkUser=Disabled resource link to user
  1704. DisabledResourceLinkContact=Disabled resource link to contact