admin.lang 92 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552
  1. # Dolibarr language file - Source file is en_US - admin
  2. Foundation=Foundation
  3. Version=Version
  4. VersionProgram=Version program
  5. VersionLastInstall=Version initial install
  6. VersionLastUpgrade=Version last upgrade
  7. VersionExperimental=Experimental
  8. VersionDevelopment=Development
  9. VersionUnknown=Unknown
  10. VersionRecommanded=Recommended
  11. SessionId=Session ID
  12. SessionSaveHandler=Handler to save sessions
  13. SessionSavePath=Storage session localization
  14. PurgeSessions=Purge of sessions
  15. ConfirmPurgeSessions=Do you really want to purge all sessions ? This will disconnect every user (except yourself).
  16. NoSessionListWithThisHandler=Save session handler configured in your PHP does not allow to list all running sessions.
  17. LockNewSessions=Lock new connections
  18. 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.
  19. UnlockNewSessions=Remove connection lock
  20. YourSession=Your session
  21. Sessions=Users session
  22. WebUserGroup=Web server user/group
  23. 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).
  24. HTMLCharset=Charset for generated HTML pages
  25. DBStoringCharset=Database charset to store data
  26. DBSortingCharset=Database charset to sort data
  27. WarningModuleNotActive=Module <b>%s</b> must be enabled
  28. WarningOnlyPermissionOfActivatedModules=Only permissions related to activated modules are shown here. You can activate other modules in the Home->Setup->Modules page.
  29. DolibarrSetup=Dolibarr install or upgrade
  30. DolibarrUser=Dolibarr user
  31. InternalUser=Internal user
  32. ExternalUser=External user
  33. InternalUsers=Internal users
  34. ExternalUsers=External users
  35. GlobalSetup=Global setup
  36. GUISetup=Display
  37. SetupArea=Setup area
  38. FormToTestFileUploadForm=Form to test file upload (according to setup)
  39. IfModuleEnabled=Note: yes is effective only if module <b>%s</b> is enabled
  40. RemoveLock=Remove file <b>%s</b> if it exists to allow usage of the update tool.
  41. RestoreLock=Restore file <b>%s</b>, with read permission only, to disable any usage of update tool.
  42. SecuritySetup=Security setup
  43. ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher
  44. ErrorModuleRequireDolibarrVersion=Error, this module requires Dolibarr version %s or higher
  45. ErrorDecimalLargerThanAreForbidden=Error, a precision higher than <b>%s</b> is not supported.
  46. DictionarySetup=Dictionary setup
  47. Dictionary=Dictionaries
  48. Chartofaccounts=Chart of accounts
  49. Fiscalyear=Fiscal years
  50. ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record
  51. ErrorCodeCantContainZero=Code can't contain value 0
  52. DisableJavascript=Disable JavaScript and Ajax functions (Recommended for blind person or text browsers)
  53. ConfirmAjax=Use Ajax confirmation popups
  54. 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.
  55. UseSearchToSelectCompany=Use autocompletion fields to choose third parties instead of using a list box.
  56. ActivityStateToSelectCompany= Add a filter option to show/hide thirdparties which are currently in activity or has ceased it
  57. 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.
  58. UseSearchToSelectContact=Use autocompletion fields to choose contact (instead of using a list box).
  59. SearchFilter=Search filters options
  60. NumberOfKeyToSearch=Nbr of characters to trigger search: %s
  61. ViewFullDateActions=Show full dates events in the third sheet
  62. NotAvailableWhenAjaxDisabled=Not available when Ajax disabled
  63. JavascriptDisabled=JavaScript disabled
  64. UsePopupCalendar=Use popup for dates input
  65. UsePreviewTabs=Use preview tabs
  66. ShowPreview=Show preview
  67. PreviewNotAvailable=Preview not available
  68. ThemeCurrentlyActive=Theme currently active
  69. CurrentTimeZone=TimeZone PHP (server)
  70. MySQLTimeZone=TimeZone MySql (database)
  71. 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).
  72. Space=Space
  73. Table=Table
  74. Fields=Fields
  75. Index=Index
  76. Mask=Mask
  77. NextValue=Next value
  78. NextValueForInvoices=Next value (invoices)
  79. NextValueForCreditNotes=Next value (credit notes)
  80. NextValueForDeposit=Next value (deposit)
  81. NextValueForReplacements=Next value (replacements)
  82. MustBeLowerThanPHPLimit=Note: your PHP limits each file upload's size to <b>%s</b> %s, whatever this parameter's value is
  83. NoMaxSizeByPHPLimit=Note: No limit is set in your PHP configuration
  84. MaxSizeForUploadedFiles=Maximum size for uploaded files (0 to disallow any upload)
  85. UseCaptchaCode=Use graphical code (CAPTCHA) on login page
  86. UseAvToScanUploadedFiles=Use anti-virus to scan uploaded files
  87. AntiVirusCommand= Full path to antivirus command
  88. AntiVirusCommandExample= Example for ClamWin: c:\Progra~1\ClamWin\bin\clamscan.exe<br>Example for ClamAv: /usr/bin/clamscan
  89. AntiVirusParam= More parameters on command line
  90. AntiVirusParamExample= Example for ClamWin: --database="C:\Program Files (x86)\ClamWin\lib"
  91. ComptaSetup=Accounting module setup
  92. UserSetup=User management setup
  93. MenuSetup=Menu management setup
  94. MenuLimits=Limits and accuracy
  95. MenuIdParent=Parent menu ID
  96. DetailMenuIdParent=ID of parent menu (empty for a top menu)
  97. DetailPosition=Sort number to define menu position
  98. PersonalizedMenusNotSupported=Personalized menus not supported
  99. AllMenus=All
  100. NotConfigured=Module not configured
  101. Setup=Setup
  102. Activation=Activation
  103. Active=Active
  104. SetupShort=Setup
  105. OtherOptions=Other options
  106. OtherSetup=Other setup
  107. CurrentValueSeparatorDecimal=Decimal separator
  108. CurrentValueSeparatorThousand=Thousand separator
  109. Destination=Destination
  110. IdModule=Module ID
  111. IdPermissions=Permissions ID
  112. Modules=Modules
  113. ModulesCommon=Main modules
  114. ModulesOther=Other modules
  115. ModulesInterfaces=Interfaces modules
  116. ModulesSpecial=Modules very specific
  117. ParameterInDolibarr=Parameter %s
  118. LanguageParameter=Language parameter %s
  119. LanguageBrowserParameter=Parameter %s
  120. LocalisationDolibarrParameters=Localisation parameters
  121. ClientTZ=Client Time Zone (user)
  122. ClientHour=Client time (user)
  123. OSTZ=Server OS Time Zone
  124. PHPTZ=PHP server Time Zone
  125. PHPServerOffsetWithGreenwich=PHP server offset width Greenwich (seconds)
  126. ClientOffsetWithGreenwich=Client/Browser offset width Greenwich (seconds)
  127. DaylingSavingTime=Daylight saving time
  128. CurrentHour=PHP Time (server)
  129. CompanyTZ=Company Time Zone (main company)
  130. CompanyHour=Company Time (main company)
  131. CurrentSessionTimeOut=Current session timeout
  132. YouCanEditPHPTZ=To set a different PHP timezone (not required), you can try to add a file .htacces with a line like this "SetEnv TZ Europe/Paris"
  133. OSEnv=OS Environment
  134. Box=Box
  135. Boxes=Boxes
  136. MaxNbOfLinesForBoxes=Max number of lines for boxes
  137. PositionByDefault=Default order
  138. Position=Position
  139. MenusDesc=Menus managers define content of the 2 menu bars (horizontal bar and vertical bar).
  140. MenusEditorDesc=The menu editor allow you to define personalized entries in menus. Use it carefully to avoid making dolibarr unstable and menu entries permanently unreachable.<br>Some modules add entries in the menus (in menu <b>All</b> in most cases). If you removed some of these entries by mistake, you can restore them by disabling and reenabling the module.
  141. MenuForUsers=Menu for users
  142. LangFile=.lang file
  143. System=System
  144. SystemInfo=System information
  145. SystemTools=System tools
  146. SystemToolsArea=System tools area
  147. SystemToolsAreaDesc=This area provides administration features. Use the menu to choose the feature you're looking for.
  148. Purge=Purge
  149. PurgeAreaDesc=This page allows you to delete all files built or stored by Dolibarr (temporary files or all files in <b>%s</b> directory). Using this feature is not necessary. It is provided for users whose Dolibarr is hosted by a provider that does not offer permissions to delete files built by the web server.
  150. PurgeDeleteLogFile=Delete log file <b>%s</b> defined for Syslog module (no risk to loose data)
  151. PurgeDeleteTemporaryFiles=Delete all temporary files (no risk to loose data)
  152. 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.
  153. PurgeRunNow=Purge now
  154. PurgeNothingToDelete=No directory or file to delete.
  155. PurgeNDirectoriesDeleted=<b>%s</b> files or directories deleted.
  156. PurgeAuditEvents=Purge all security events
  157. ConfirmPurgeAuditEvents=Are you sure you want to purge all security events ? All security logs will be deleted, no other data will be removed.
  158. NewBackup=New backup
  159. GenerateBackup=Generate backup
  160. Backup=Backup
  161. Restore=Restore
  162. RunCommandSummary=Backup has been launched with the following command
  163. RunCommandSummaryToLaunch=Backup can be launched with the following command
  164. WebServerMustHavePermissionForCommand=Your web server must have the permission to run such commands
  165. BackupResult=Backup result
  166. BackupFileSuccessfullyCreated=Backup file successfully generated
  167. YouCanDownloadBackupFile=Generated files can now be downloaded
  168. NoBackupFileAvailable=No backup files available.
  169. ExportMethod=Export method
  170. ImportMethod=Import method
  171. ToBuildBackupFileClickHere=To build a backup file, click <a href="%s">here</a>.
  172. ImportMySqlDesc=To import a backup file, you must use mysql command from command line:
  173. ImportPostgreSqlDesc=To import a backup file, you must use pg_restore command from command line:
  174. ImportMySqlCommand=%s %s < mybackupfile.sql
  175. ImportPostgreSqlCommand=%s %s mybackupfile.sql
  176. FileNameToGenerate=File name to generate
  177. Compression=Compression
  178. CommandsToDisableForeignKeysForImport=Command to disable foreign keys on import
  179. CommandsToDisableForeignKeysForImportWarning=Mandatory if you want to be able to restore your sql dump later
  180. ExportCompatibility=Compatibility of generated export file
  181. MySqlExportParameters=MySQL export parameters
  182. PostgreSqlExportParameters= PostgreSQL export parameters
  183. UseTransactionnalMode=Use transactional mode
  184. FullPathToMysqldumpCommand=Full path to mysqldump command
  185. FullPathToPostgreSQLdumpCommand=Full path to pg_dump command
  186. ExportOptions=Export Options
  187. AddDropDatabase=Add DROP DATABASE command
  188. AddDropTable=Add DROP TABLE command
  189. ExportStructure=Structure
  190. Datas=Data
  191. NameColumn=Name columns
  192. ExtendedInsert=Extended INSERT
  193. NoLockBeforeInsert=No lock commands around INSERT
  194. DelayedInsert=Delayed insert
  195. EncodeBinariesInHexa=Encode binary data in hexadecimal
  196. IgnoreDuplicateRecords=Ignore errors of duplicate records (INSERT IGNORE)
  197. Yes=Yes
  198. No=No
  199. AutoDetectLang=Autodetect (browser language)
  200. FeatureDisabledInDemo=Feature disabled in demo
  201. Rights=Permissions
  202. BoxesDesc=Boxes are screen area that show a piece of information on some pages. You can choose between showing the box or not by selecting target page and clicking 'Activate', or by clicking the dustbin to disable it.
  203. OnlyActiveElementsAreShown=Only elements from <a href="%s">enabled modules</a> are shown.
  204. 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 in column "Status" to enable a module/feature.
  205. ModulesInterfaceDesc=The Dolibarr modules interface allows you to add features depending on external software, systems or services.
  206. ModulesSpecialDesc=Special modules are very specific or seldom used modules.
  207. ModulesJobDesc=Business modules provide simple predefined setup of Dolibarr for a particular business.
  208. ModulesMarketPlaceDesc=You can find more modules to download on external web sites on the Internet...
  209. ModulesMarketPlaces=More modules...
  210. DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
  211. WebSiteDesc=Web site providers you can search to find more modules...
  212. URL=Link
  213. BoxesAvailable=Boxes available
  214. BoxesActivated=Boxes activated
  215. ActivateOn=Activate on
  216. ActiveOn=Activated on
  217. SourceFile=Source file
  218. AutomaticIfJavascriptDisabled=Automatic if Javascript is disabled
  219. AvailableOnlyIfJavascriptNotDisabled=Available only if JavaScript is not disabled
  220. AvailableOnlyIfJavascriptAndAjaxNotDisabled=Available only if JavaScript is not disabled
  221. Required=Required
  222. UsedOnlyWithTypeOption=Used by some agenda option only
  223. Security=Security
  224. Passwords=Passwords
  225. DoNotStoreClearPassword=Do no store clear passwords in database but store only encrypted value (Activated recommended)
  226. MainDbPasswordFileConfEncrypted=Database password encrypted in conf.php (Activated recommended)
  227. 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>
  228. 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>
  229. ProtectAndEncryptPdfFiles=Protection of generated pdf files (Activated NOT recommended, breaks mass pdf generation)
  230. 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 make building of a global cumulated pdf not working (like unpaid invoices).
  231. Feature=Feature
  232. DolibarrLicense=License
  233. DolibarrProjectLeader=Project leader
  234. Developpers=Developers/contributors
  235. OtherDeveloppers=Other developers/contributors
  236. OfficialWebSite=Dolibarr international official web site
  237. OfficialWebSiteFr=French official web site
  238. OfficialWiki=Dolibarr documentation on Wiki
  239. OfficialDemo=Dolibarr online demo
  240. OfficialMarketPlace=Official market place for external modules/addons
  241. OfficialWebHostingService=Referenced web hosting services (Cloud hosting)
  242. ReferencedPreferredPartners=Preferred Partners
  243. OtherResources=Autres ressources
  244. 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>
  245. ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
  246. HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
  247. HelpCenterDesc2=Some part of this service are available in <b>english only</b>.
  248. CurrentTopMenuHandler=Current top menu handler
  249. CurrentLeftMenuHandler=Current left menu handler
  250. CurrentMenuHandler=Current menu handler
  251. CurrentSmartphoneMenuHandler=Current smartphone menu handler
  252. MeasuringUnit=Measuring unit
  253. Emails=E-mails
  254. EMailsSetup=E-mails setup
  255. 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.
  256. MAIN_MAIL_SMTP_PORT=SMTP/SMTPS Port (By default in php.ini: <b>%s</b>)
  257. MAIN_MAIL_SMTP_SERVER=SMTP/SMTPS Host (By default in php.ini: <b>%s</b>)
  258. MAIN_MAIL_SMTP_PORT_NotAvailableOnLinuxLike=SMTP/SMTPS Port (Not defined into PHP on Unix like systems)
  259. MAIN_MAIL_SMTP_SERVER_NotAvailableOnLinuxLike=SMTP/SMTPS Host (Not defined into PHP on Unix like systems)
  260. MAIN_MAIL_EMAIL_FROM=Sender e-mail for automatic emails (By default in php.ini: <b>%s</b>)
  261. MAIN_MAIL_ERRORS_TO=Sender e-mail used for error returns emails sent
  262. MAIN_MAIL_AUTOCOPY_TO= Send systematically a hidden carbon-copy of all sent emails to
  263. MAIN_MAIL_AUTOCOPY_PROPOSAL_TO= Send systematically a hidden carbon-copy of proposals sent by email to
  264. MAIN_MAIL_AUTOCOPY_ORDER_TO= Send systematically a hidden carbon-copy of orders sent by email to
  265. MAIN_MAIL_AUTOCOPY_INVOICE_TO= Send systematically a hidden carbon-copy of invoice sent by emails to
  266. MAIN_DISABLE_ALL_MAILS=Disable all e-mails sendings (for test purposes or demos)
  267. MAIN_MAIL_SENDMODE=Method to use to send EMails
  268. MAIN_MAIL_SMTPS_ID=SMTP ID if authentication required
  269. MAIN_MAIL_SMTPS_PW=SMTP Password if authentication required
  270. MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encrypt
  271. MAIN_DISABLE_ALL_SMS=Disable all SMS sendings (for test purposes or demos)
  272. MAIN_SMS_SENDMODE=Method to use to send SMS
  273. MAIN_MAIL_SMS_FROM=Default sender phone number for Sms sending
  274. FeatureNotAvailableOnLinux=Feature not available on Unix like systems. Test your sendmail program locally.
  275. 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 modified files on www.dolibarr.org forum.
  276. ModuleSetup=Module setup
  277. ModulesSetup=Modules setup
  278. ModuleFamilyBase=System
  279. ModuleFamilyCrm=Customer Relation Management (CRM)
  280. ModuleFamilyProducts=Products Management
  281. ModuleFamilyHr=Human Resource Management
  282. ModuleFamilyProjects=Projects/Collaborative work
  283. ModuleFamilyOther=Other
  284. ModuleFamilyTechnic=Multi-modules tools
  285. ModuleFamilyExperimental=Experimental modules
  286. ModuleFamilyFinancial=Financial Modules (Accounting/Treasury)
  287. ModuleFamilyECM=Electronic Content Management (ECM)
  288. MenuHandlers=Menu handlers
  289. MenuAdmin=Menu editor
  290. DoNotUseInProduction=Do not use in production
  291. ThisIsProcessToFollow=This is setup to process:
  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.
  295. UnpackPackageInDolibarrRoot=Unpack package file into Dolibarr's root directory <b>%s</b>
  296. SetupIsReadyForUse=Install is finished and Dolibarr is ready to use with this new component.
  297. NotExistsDirect=The alternative root directory is not defined.<br>
  298. InfDirAlt=Since version 3 it is possible to define an alternative root directory.This allows you to store, same place, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
  299. InfDirExample=<br>Then declare it in the file conf.php<br> $dolibarr_main_url_root_alt='http://myserver/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>*These lines are commented with "#", to uncomment only remove the character.
  300. YouCanSubmitFile=Select module:
  301. CurrentVersion=Dolibarr current version
  302. CallUpdatePage=Go to the page that updates the database structure and datas: %s.
  303. LastStableVersion=Last stable version
  304. 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>
  305. 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 thirdparty type on n characters (see dictionary-thirdparty types).<br>
  306. GenericMaskCodes3=All other characters in the mask will remain intact.<br>Spaces are not allowed.<br>
  307. GenericMaskCodes4a=<u>Example on the 99th %s of the third party TheCompany done 2007-01-31:</u><br>
  308. GenericMaskCodes4b=<u>Example on third party created on 2007-03-01:</u><br>
  309. GenericMaskCodes4c=<u>Example on product created on 2007-03-01:</u><br>
  310. 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>
  311. GenericNumRefModelDesc=Returns a customizable number according to a defined mask.
  312. ServerAvailableOnIPOrPort=Server is available at address <b>%s</b> on port <b>%s</b>
  313. ServerNotAvailableOnIPOrPort=Server is not available at address <b>%s</b> on port <b>%s</b>
  314. DoTestServerAvailability=Test server connectivity
  315. DoTestSend=Test sending
  316. DoTestSendHTML=Test sending HTML
  317. ErrorCantUseRazIfNoYearInMask=Error, can't use option @ to reset counter each year if sequence {yy} or {yyyy} is not in mask.
  318. ErrorCantUseRazInStartedYearIfNoYearMonthInMask=Error, can't use option @ if sequence {yy}{mm} or {yyyy}{mm} is not in mask.
  319. UMask=UMask parameter for new files on Unix/Linux/BSD/Mac file system.
  320. 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.
  321. SeeWikiForAllTeam=Take a look at the wiki page for full list of all actors and their organisation
  322. UseACacheDelay= Delay for caching export response in seconds (0 or empty for no cache)
  323. DisableLinkToHelpCenter=Hide link "<b>Need help or support</b>" on login page
  324. DisableLinkToHelp=Hide link "<b>%s Online help</b>" on left menu
  325. 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.
  326. ModuleDisabled=Module disabled
  327. ModuleDisabledSoNoEvent=Module disabled so event never created
  328. 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...).
  329. MinLength=Minimum length
  330. LanguageFilesCachedIntoShmopSharedMemory=Files .lang loaded in shared memory
  331. ExamplesWithCurrentSetup=Examples with current running setup
  332. ListOfDirectories=List of OpenDocument templates directories
  333. 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>.
  334. NumberOfModelFilesFound=Number of ODT/ODS templates files found in those directories
  335. ExampleOfDirectoriesForModelGen=Examples of syntax:<br>c:\mydir<br>/home/mydir<br>DOL_DATA_ROOT/ecm/ecmdir
  336. FollowingSubstitutionKeysCanBeUsed=<br>To know how to create your odt document templates, before storing them in those directories, read wiki documentation:
  337. FullListOnOnlineDocumentation=http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
  338. FirstnameNamePosition=Position of Name/Lastname
  339. DescWeather=The following pictures will be shown on dashboard when number of late actions reach the following values:
  340. KeyForWebServicesAccess=Key to use Web Services (parameter "dolibarrkey" in webservices)
  341. TestSubmitForm=Input test form
  342. 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.
  343. ThemeDir=Skins directory
  344. ConnectionTimeout=Connexion timeout
  345. ResponseTimeout=Response timeout
  346. SmsTestMessage=Test message from __PHONEFROM__ to __PHONETO__
  347. ModuleMustBeEnabledFirst=Module <b>%s</b> must be enabled first before using this feature.
  348. SecurityToken=Key to secure URLs
  349. 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
  350. PDF=PDF
  351. PDFDesc=You can set each global options related to the PDF generation
  352. PDFAddressForging=Rules to forge address boxes
  353. HideAnyVATInformationOnPDF=Hide all information related to VAT on generated PDF
  354. HideDescOnPDF=Hide products description on generated PDF
  355. HideRefOnPDF=Hide products ref. on generated PDF
  356. HideDetailsOnPDF=Hide products lines details on generated PDF
  357. Library=Library
  358. UrlGenerationParameters=Parameters to secure URLs
  359. SecurityTokenIsUnique=Use a unique securekey parameter for each URL
  360. EnterRefToBuildUrl=Enter reference for object %s
  361. GetSecuredUrl=Get calculated URL
  362. ButtonHideUnauthorized=Hide buttons for unauthorized actions instead of showing disabled buttons
  363. OldVATRates=Old VAT rate
  364. NewVATRates=New VAT rate
  365. PriceBaseTypeToChange=Modify on prices with base reference value defined on
  366. MassConvert=Launch mass convert
  367. String=String
  368. TextLong=Long text
  369. Int=Integer
  370. Float=Float
  371. DateAndTime=Date and hour
  372. Unique=Unique
  373. Boolean=Boolean (Checkbox)
  374. ExtrafieldPhone = Phone
  375. ExtrafieldPrice = Price
  376. ExtrafieldMail = Email
  377. ExtrafieldSelect = Select list
  378. ExtrafieldSelectList = Select from table
  379. ExtrafieldSeparator=Separator
  380. ExtrafieldCheckBox=Checkbox
  381. ExtrafieldRadio=Radio button
  382. 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 :<br>1,value1|parent_list_code:parent_key<br>2,value2|parent_list_code:parent_key
  383. ExtrafieldParamHelpcheckbox=Parameters list have to be like key,value<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
  384. ExtrafieldParamHelpradio=Parameters list have to be like key,value<br><br> for example : <br>1,value1<br>2,value2<br>3,value3<br>...
  385. 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> if you want to filter on extrafields use syntaxt extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another :<br>c_typent:libelle:id:parent_list_code|parent_column:filter
  386. LibraryToBuildPDF=Library used to build PDF
  387. 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>
  388. 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 (vat is not applied on local tax)<br>2 : local tax apply on products and services before vat (vat is calculated on amount + localtax)<br>3 : local tax apply on products without vat (vat is not applied on local tax)<br>4 : local tax apply on products before vat (vat is calculated on amount + localtax)<br>5 : local tax apply on services without vat (vat is not applied on local tax)<br>6 : local tax apply on services before vat (vat is calculated on amount + localtax)
  389. SMS=SMS
  390. LinkToTestClickToDial=Enter a phone number to call to show a link to test the ClickToDial url for user <strong>%s</strong>
  391. RefreshPhoneLink=Refresh link
  392. LinkToTest=Clickable link generated for user <strong>%s</strong> (click phone number to test)
  393. KeepEmptyToUseDefault=Keep empty to use default value
  394. DefaultLink=Default link
  395. ValueOverwrittenByUserSetup=Warning, this value may be overwritten by user specific setup (each user can set his own clicktodial url)
  396. ExternalModule=External module - Installed into directory %s
  397. BarcodeInitForThirdparties=Mass barcode init for thirdparties
  398. BarcodeInitForProductsOrServices=Mass barcode init or reset for products or services
  399. CurrentlyNWithoutBarCode=Currently, you have <strong>%s</strong> records on <strong>%s</strong> %s without barcode defined.
  400. InitEmptyBarCode=Init value for next %s empty records
  401. EraseAllCurrentBarCode=Erase all current barcode values
  402. ConfirmEraseAllCurrentBarCode=Are you sure you want to erase all current barcode values ?
  403. AllBarcodeReset=All barcode values have been removed
  404. NoBarcodeNumberingTemplateDefined=No numbering barcode template enabled into barcode module setup.
  405. NoRecordWithoutBarcodeDefined=No record with no barcode value defined.
  406. # Modules
  407. Module0Name=Users & groups
  408. Module0Desc=Users and groups management
  409. Module1Name=Third parties
  410. Module1Desc=Companies and contact management (customers, prospects...)
  411. Module2Name=Commercial
  412. Module2Desc=Commercial management
  413. Module10Name=Accounting
  414. Module10Desc=Simple accounting reports (journals, turnover) based onto database content. No dispatching.
  415. Module20Name=Proposals
  416. Module20Desc=Commercial proposal management
  417. Module22Name=Mass E-mailings
  418. Module22Desc=Mass E-mailing management
  419. Module23Name= Energy
  420. Module23Desc= Monitoring the consumption of energies
  421. Module25Name=Customer Orders
  422. Module25Desc=Customer order management
  423. Module30Name=Invoices
  424. Module30Desc=Invoice and credit note management for customers. Invoice management for suppliers
  425. Module40Name=Suppliers
  426. Module40Desc=Supplier management and buying (orders and invoices)
  427. Module42Name=Logs
  428. Module42Desc=Logging facilities (file, syslog, ...)
  429. Module49Name=Editors
  430. Module49Desc=Editor management
  431. Module50Name=Products
  432. Module50Desc=Product management
  433. Module51Name=Mass mailings
  434. Module51Desc=Mass paper mailing management
  435. Module52Name=Stocks
  436. Module52Desc=Stock management (products)
  437. Module53Name=Services
  438. Module53Desc=Service management
  439. Module54Name=Contracts
  440. Module54Desc=Contract and service management
  441. Module55Name=Barcodes
  442. Module55Desc=Barcode management
  443. Module56Name=Telephony
  444. Module56Desc=Telephony integration
  445. Module57Name=Standing orders
  446. Module57Desc=Standing orders and withdrawal management
  447. Module58Name=ClickToDial
  448. Module58Desc=Integration of a ClickToDial system (Asterisk, ...)
  449. Module59Name=Bookmark4u
  450. Module59Desc=Add function to generate Bookmark4u account from a Dolibarr account
  451. Module70Name=Interventions
  452. Module70Desc=Intervention management
  453. Module75Name=Expense and trip notes
  454. Module75Desc=Expense and trip notes management
  455. Module80Name=Shipments
  456. Module80Desc=Shipments and delivery order management
  457. Module85Name=Banks and cash
  458. Module85Desc=Management of bank or cash accounts
  459. Module100Name=External site
  460. Module100Desc=This module include an external web site or page into Dolibarr menus and view it into a Dolibarr frame
  461. Module105Name=Mailman and SPIP
  462. Module105Desc=Mailman or SPIP interface for member module
  463. Module200Name=LDAP
  464. Module200Desc=LDAP directory synchronisation
  465. Module210Name=PostNuke
  466. Module210Desc=PostNuke integration
  467. Module240Name=Data exports
  468. Module240Desc=Tool to export Dolibarr datas (with assistants)
  469. Module250Name=Data imports
  470. Module250Desc=Tool to import datas in Dolibarr (with assistants)
  471. Module310Name=Members
  472. Module310Desc=Foundation members management
  473. Module320Name=RSS Feed
  474. Module320Desc=Add RSS feed inside Dolibarr screen pages
  475. Module330Name=Bookmarks
  476. Module330Desc=Bookmark management
  477. Module400Name=Projects
  478. Module400Desc=Project management inside other modules
  479. Module410Name=Webcalendar
  480. Module410Desc=Webcalendar integration
  481. Module500Name=Special expenses (tax, social contributions, dividends)
  482. Module500Desc=Management of special expenses like taxes, social contribution, dividends and salaries
  483. Module510Name=Salaries
  484. Module510Desc=Management of employees salaries and payments
  485. Module600Name=Notifications
  486. Module600Desc=Send EMail notifications on some Dolibarr business events to third-party contacts (setup defined on each thirdparty)
  487. Module700Name=Donations
  488. Module700Desc=Donation management
  489. Module1200Name=Mantis
  490. Module1200Desc=Mantis integration
  491. Module1400Name=Accounting
  492. Module1400Desc=Accounting management (double parties)
  493. Module1780Name=Categories
  494. Module1780Desc=Category management (products, suppliers and customers)
  495. Module2000Name=WYSIWYG editor
  496. Module2000Desc=Allow to edit some text area using an advanced editor
  497. Module2300Name=Cron
  498. Module2300Desc=Scheduled task management
  499. Module2400Name=Agenda
  500. Module2400Desc=Events/tasks and agenda management
  501. Module2500Name=Electronic Content Management
  502. Module2500Desc=Save and share documents
  503. Module2600Name=WebServices
  504. Module2600Desc=Enable the Dolibarr web services server
  505. Module2700Name=Gravatar
  506. Module2700Desc=Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails). Need an internet access
  507. Module2800Desc=FTP Client
  508. Module2900Name=GeoIPMaxmind
  509. Module2900Desc=GeoIP Maxmind conversions capabilities
  510. Module3100Name=Skype
  511. Module3100Desc=Add a Skype button into card of adherents / third parties / contacts
  512. Module5000Name=Multi-company
  513. Module5000Desc=Allows you to manage multiple companies
  514. Module6000Name=Workflow
  515. Module6000Desc=Workflow management
  516. Module20000Name=Leave Requests management
  517. Module20000Desc=Declare and follow employees leaves requests
  518. Module39000Name=Product batch
  519. Module39000Desc=Batch number, eat-by and sell-by date management on products
  520. Module50000Name=PayBox
  521. Module50000Desc=Module to offer an online payment page by credit card with PayBox
  522. Module50100Name=Point of sales
  523. Module50100Desc=Point of sales module
  524. Module50200Name=Paypal
  525. Module50200Desc=Module to offer an online payment page by credit card with Paypal
  526. Module50400Name=Accounting (advanced)
  527. Module50400Desc=Accounting management (double parties)
  528. Module54000Name=PrintIPP
  529. Module54000Desc=Print via Cups IPP Printer.
  530. Module55000Name=Open Poll
  531. Module55000Desc=Module to make online polls (like Doodle, Studs, Rdvz, ...)
  532. Module59000Name=Margins
  533. Module59000Desc=Module to manage margins
  534. Module60000Name=Commissions
  535. Module60000Desc=Module to manage commissions
  536. Module150010Name=Batch number, eat-by date and sell-by date
  537. Module150010Desc=batch number, eat-by date and sell-by date management for product
  538. Permission11=Read customer invoices
  539. Permission12=Create/modify customer invoices
  540. Permission13=Unvalidate customer invoices
  541. Permission14=Validate customer invoices
  542. Permission15=Send customer invoices by email
  543. Permission16=Create payments for customer invoices
  544. Permission19=Delete customer invoices
  545. Permission21=Read commercial proposals
  546. Permission22=Create/modify commercial proposals
  547. Permission24=Validate commercial proposals
  548. Permission25=Send commercial proposals
  549. Permission26=Close commercial proposals
  550. Permission27=Delete commercial proposals
  551. Permission28=Export commercial proposals
  552. Permission31=Read products
  553. Permission32=Create/modify products
  554. Permission34=Delete products
  555. Permission36=See/manage hidden products
  556. Permission38=Export products
  557. Permission41=Read projects (shared project and projects i'm contact for)
  558. Permission42=Create/modify projects (shared project and projects i'm contact for)
  559. Permission44=Delete projects (shared project and projects i'm contact for)
  560. Permission61=Read interventions
  561. Permission62=Create/modify interventions
  562. Permission64=Delete interventions
  563. Permission67=Export interventions
  564. Permission71=Read members
  565. Permission72=Create/modify members
  566. Permission74=Delete members
  567. Permission75=Setup types and attributes for members
  568. Permission76=Export datas
  569. Permission78=Read subscriptions
  570. Permission79=Create/modify subscriptions
  571. Permission81=Read customers orders
  572. Permission82=Create/modify customers orders
  573. Permission84=Validate customers orders
  574. Permission86=Send customers orders
  575. Permission87=Close customers orders
  576. Permission88=Cancel customers orders
  577. Permission89=Delete customers orders
  578. Permission91=Read social contributions and vat
  579. Permission92=Create/modify social contributions and vat
  580. Permission93=Delete social contributions and vat
  581. Permission94=Export social contributions
  582. Permission95=Read reports
  583. Permission101=Read sendings
  584. Permission102=Create/modify sendings
  585. Permission104=Validate sendings
  586. Permission106=Export sendings
  587. Permission109=Delete sendings
  588. Permission111=Read financial accounts
  589. Permission112=Create/modify/delete and compare transactions
  590. Permission113=Setup financiel accounts (create, manage categories)
  591. Permission114=Consolidate transactions
  592. Permission115=Export transactions and account statements
  593. Permission116=Transfers between accounts
  594. Permission117=Manage cheques dispatching
  595. Permission121=Read third parties linked to user
  596. Permission122=Create/modify third parties linked to user
  597. Permission125=Delete third parties linked to user
  598. Permission126=Export third parties
  599. Permission141=Read projects (also private i am not contact for)
  600. Permission142=Create/modify projects (also private i am not contact for)
  601. Permission144=Delete projects (also private i am not contact for)
  602. Permission146=Read providers
  603. Permission147=Read stats
  604. Permission151=Read standing orders
  605. Permission152=Create/modify a standing orders request
  606. Permission153=Transmission standing orders receipts
  607. Permission154=Credit/refuse standing orders receipts
  608. Permission161=Read contracts
  609. Permission162=Create/modify contracts
  610. Permission163=Activate a service of a contract
  611. Permission164=Disable a service of a contract
  612. Permission165=Delete contracts
  613. Permission171=Read trips and expenses (own and his subordinates)
  614. Permission172=Create/modify trips and expenses
  615. Permission173=Delete trips and expenses
  616. Permission174=Read all trips and expenses
  617. Permission178=Export trips and expenses
  618. Permission180=Read suppliers
  619. Permission181=Read supplier orders
  620. Permission182=Create/modify supplier orders
  621. Permission183=Validate supplier orders
  622. Permission184=Approve supplier orders
  623. Permission185=Order supplier orders
  624. Permission186=Receive supplier orders
  625. Permission187=Close supplier orders
  626. Permission188=Cancel supplier orders
  627. Permission192=Create lines
  628. Permission193=Cancel lines
  629. Permission194=Read the bandwith lines
  630. Permission202=Create ADSL connections
  631. Permission203=Order connections orders
  632. Permission204=Order connections
  633. Permission205=Manage connections
  634. Permission206=Read connections
  635. Permission211=Read Telephony
  636. Permission212=Order lines
  637. Permission213=Activate line
  638. Permission214=Setup Telephony
  639. Permission215=Setup providers
  640. Permission221=Read emailings
  641. Permission222=Create/modify emailings (topic, recipients...)
  642. Permission223=Validate emailings (allows sending)
  643. Permission229=Delete emailings
  644. Permission237=View recipients and info
  645. Permission238=Manually send mailings
  646. Permission239=Delete mailings after validation or sent
  647. Permission241=Read categories
  648. Permission242=Create/modify categories
  649. Permission243=Delete categories
  650. Permission244=See the contents of the hidden categories
  651. Permission251=Read other users and groups
  652. PermissionAdvanced251=Read other users
  653. Permission252=Read permissions of other users
  654. Permission253=Create/modify other users, groups and permisssions
  655. PermissionAdvanced253=Create/modify internal/external users and permissions
  656. Permission254=Create/modify external users only
  657. Permission255=Modify other users password
  658. Permission256=Delete or disable other users
  659. Permission262=Extend access to all third parties (not only those linked to user). Not effective for external users (always limited to themselves).
  660. Permission271=Read CA
  661. Permission272=Read invoices
  662. Permission273=Issue invoices
  663. Permission281=Read contacts
  664. Permission282=Create/modify contacts
  665. Permission283=Delete contacts
  666. Permission286=Export contacts
  667. Permission291=Read tariffs
  668. Permission292=Set permissions on the tariffs
  669. Permission293=Modify costumers tariffs
  670. Permission300=Read bar codes
  671. Permission301=Create/modify bar codes
  672. Permission302=Delete bar codes
  673. Permission311=Read services
  674. Permission312=Assign service to contract
  675. Permission331=Read bookmarks
  676. Permission332=Create/modify bookmarks
  677. Permission333=Delete bookmarks
  678. Permission341=Read its own permissions
  679. Permission342=Create/modify his own user information
  680. Permission343=Modify his own password
  681. Permission344=Modify its own permissions
  682. Permission351=Read groups
  683. Permission352=Read groups permissions
  684. Permission353=Create/modify groups
  685. Permission354=Delete or disable groups
  686. Permission358=Export users
  687. Permission401=Read discounts
  688. Permission402=Create/modify discounts
  689. Permission403=Validate discounts
  690. Permission404=Delete discounts
  691. Permission510=Read Salaries
  692. Permission512=Create/modify salaries
  693. Permission514=Delete salaries
  694. Permission517=Export salaries
  695. Permission531=Read services
  696. Permission532=Create/modify services
  697. Permission534=Delete services
  698. Permission536=See/manage hidden services
  699. Permission538=Export services
  700. Permission701=Read donations
  701. Permission702=Create/modify donations
  702. Permission703=Delete donations
  703. Permission1001=Read stocks
  704. Permission1002=Create/modify stocks
  705. Permission1003=Delete stocks
  706. Permission1004=Read stock movements
  707. Permission1005=Create/modify stock movements
  708. Permission1101=Read delivery orders
  709. Permission1102=Create/modify delivery orders
  710. Permission1104=Validate delivery orders
  711. Permission1109=Delete delivery orders
  712. Permission1181=Read suppliers
  713. Permission1182=Read supplier orders
  714. Permission1183=Create/modify supplier orders
  715. Permission1184=Validate supplier orders
  716. Permission1185=Approve supplier orders
  717. Permission1186=Order supplier orders
  718. Permission1187=Acknowledge receipt of supplier orders
  719. Permission1188=Delete supplier orders
  720. Permission1201=Get result of an export
  721. Permission1202=Create/Modify an export
  722. Permission1231=Read supplier invoices
  723. Permission1232=Create/modify supplier invoices
  724. Permission1233=Validate supplier invoices
  725. Permission1234=Delete supplier invoices
  726. Permission1235=Send supplier invoices by email
  727. Permission1236=Export supplier invoices, attributes and payments
  728. Permission1237=Export supplier orders and their details
  729. Permission1251=Run mass imports of external data into database (data load)
  730. Permission1321=Export customer invoices, attributes and payments
  731. Permission1421=Export customer orders and attributes
  732. Permission23001 = Read Scheduled task
  733. Permission23002 = Create/update Scheduled task
  734. Permission23003 = Delete Scheduled task
  735. Permission23004 = Execute Scheduled task
  736. Permission2401=Read actions (events or tasks) linked to his account
  737. Permission2402=Create/modify actions (events or tasks) linked to his account
  738. Permission2403=Delete actions (events or tasks) linked to his account
  739. Permission2411=Read actions (events or tasks) of others
  740. Permission2412=Create/modify actions (events or tasks) of others
  741. Permission2413=Delete actions (events or tasks) of others
  742. Permission2501=Read/Download documents
  743. Permission2502=Download documents
  744. Permission2503=Submit or delete documents
  745. Permission2515=Setup documents directories
  746. Permission2801=Use FTP client in read mode (browse and download only)
  747. Permission2802=Use FTP client in write mode (delete or upload files)
  748. Permission50101=Use Point of sales
  749. Permission50201=Read transactions
  750. Permission50202=Import transactions
  751. Permission54001=Print
  752. Permission55001=Read polls
  753. Permission55002=Create/modify polls
  754. Permission59001=Read commercial margins
  755. Permission59002=Define commercial margins
  756. DictionaryCompanyType=Thirdparties type
  757. DictionaryCompanyJuridicalType=Juridical kinds of thirdparties
  758. DictionaryProspectLevel=Prospect potential level
  759. DictionaryCanton=State/Cantons
  760. DictionaryRegion=Regions
  761. DictionaryCountry=Countries
  762. DictionaryCurrency=Currencies
  763. DictionaryCivility=Civility title
  764. DictionaryActions=Type of agenda events
  765. DictionarySocialContributions=Social contributions types
  766. DictionaryVAT=VAT Rates or Sales Tax Rates
  767. DictionaryRevenueStamp=Amount of revenue stamps
  768. DictionaryPaymentConditions=Payment terms
  769. DictionaryPaymentModes=Payment modes
  770. DictionaryTypeContact=Contact/Address types
  771. DictionaryEcotaxe=Ecotax (WEEE)
  772. DictionaryPaperFormat=Paper formats
  773. DictionaryFees=Type of fees
  774. DictionarySendingMethods=Shipping methods
  775. DictionaryStaff=Staff
  776. DictionaryAvailability=Delivery delay
  777. DictionaryOrderMethods=Ordering methods
  778. DictionarySource=Origin of proposals/orders
  779. DictionaryAccountancyplan=Chart of accounts
  780. DictionaryAccountancysystem=Models for chart of accounts
  781. SetupSaved=Setup saved
  782. BackToModuleList=Back to modules list
  783. BackToDictionaryList=Back to dictionaries list
  784. VATReceivedOnly=Special rate not charged
  785. VATManagement=VAT Management
  786. VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule.
  787. VATIsNotUsedDesc=By default the proposed VAT is 0 which can be used for cases like associations, individuals ou small companies.
  788. 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.
  789. 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.
  790. ##### Local Taxes #####
  791. LTRate=Rate
  792. LocalTax1IsUsed=Use second tax
  793. LocalTax1IsNotUsed=Do not use second tax
  794. LocalTax1IsUsedDesc=Use a second type of tax (other than VAT)
  795. LocalTax1IsNotUsedDesc=Do not use other type of tax (other than VAT)
  796. LocalTax1Management=Second type of tax
  797. LocalTax1IsUsedExample=
  798. LocalTax1IsNotUsedExample=
  799. LocalTax2IsUsed=Use third tax
  800. LocalTax2IsNotUsed=Do not use third tax
  801. LocalTax2IsUsedDesc=Use a third type of tax (other than VAT)
  802. LocalTax2IsNotUsedDesc=Do not use other type of tax (other than VAT)
  803. LocalTax2Management=Third type of tax
  804. LocalTax2IsUsedExample=
  805. LocalTax2IsNotUsedExample=
  806. LocalTax1ManagementES= RE Management
  807. 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>
  808. LocalTax1IsNotUsedDescES= By default the proposed RE is 0. End of rule.
  809. LocalTax1IsUsedExampleES= In Spain they are professionals subject to some specific sections of the Spanish IAE.
  810. LocalTax1IsNotUsedExampleES= In Spain they are professional and societies and subject to certain sections of the Spanish IAE.
  811. LocalTax2ManagementES= IRPF Management
  812. 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>
  813. LocalTax2IsNotUsedDescES= By default the proposed IRPF is 0. End of rule.
  814. LocalTax2IsUsedExampleES= In Spain, freelancers and independent professionals who provide services and companies who have chosen the tax system of modules.
  815. LocalTax2IsNotUsedExampleES= In Spain they are bussines not subject to tax system of modules.
  816. CalcLocaltax=Reports
  817. CalcLocaltax1ES=Sales - Purchases
  818. CalcLocaltax1Desc=Local Taxes reports are calculated with the difference between localtaxes sales and localtaxes purchases
  819. CalcLocaltax2ES=Purchases
  820. CalcLocaltax2Desc=Local Taxes reports are the total of localtaxes purchases
  821. CalcLocaltax3ES=Sales
  822. CalcLocaltax3Desc=Local Taxes reports are the total of localtaxes sales
  823. LabelUsedByDefault=Label used by default if no translation can be found for code
  824. LabelOnDocuments=Label on documents
  825. NbOfDays=Nb of days
  826. AtEndOfMonth=At end of month
  827. Offset=Offset
  828. AlwaysActive=Always active
  829. UpdateRequired=Your system needs to be updated. To do this, click on <a href="%s">Update now</a>.
  830. Upgrade=Upgrade
  831. MenuUpgrade=Upgrade / Extend
  832. AddExtensionThemeModuleOrOther=Add extension (theme, module, ...)
  833. WebServer=Web server
  834. DocumentRootServer=Web server's root directory
  835. DataRootServer=Data files directory
  836. IP=IP
  837. Port=Port
  838. VirtualServerName=Virtual server name
  839. AllParameters=All parameters
  840. OS=OS
  841. PhpEnv=Env
  842. PhpModules=Modules
  843. PhpConf=Conf
  844. PhpWebLink=Web-Php link
  845. Pear=Pear
  846. PearPackages=Pear Packages
  847. Browser=Browser
  848. Server=Server
  849. Database=Database
  850. DatabaseServer=Database host
  851. DatabaseName=Database name
  852. DatabasePort=Database port
  853. DatabaseUser=Database user
  854. DatabasePassword=Database password
  855. DatabaseConfiguration=Database setup
  856. Tables=Tables
  857. TableName=Table name
  858. TableLineFormat=Line format
  859. NbOfRecord=Nb of records
  860. Constraints=Constraints
  861. ConstraintsType=Constraints type
  862. ConstraintsToShowOrNotEntry=Constraint to show or not the menu entry
  863. AllMustBeOk=All of these must be checked
  864. Host=Server
  865. DriverType=Driver type
  866. SummarySystem=System information summary
  867. SummaryConst=List of all Dolibarr setup parameters
  868. SystemUpdate=System update
  869. SystemSuccessfulyUpdate=Your system has been updated successfuly
  870. MenuCompanySetup=Company/Foundation
  871. MenuNewUser=New user
  872. MenuTopManager=Top menu manager
  873. MenuLeftManager=Left menu manager
  874. MenuManager=Menu manager
  875. MenuSmartphoneManager=Smartphone menu manager
  876. DefaultMenuTopManager=Top menu manager
  877. DefaultMenuLeftManager=Left menu manager
  878. DefaultMenuManager= Standard menu manager
  879. DefaultMenuSmartphoneManager=Smartphone menu manager
  880. Skin=Skin theme
  881. DefaultSkin=Default skin theme
  882. MaxSizeList=Max length for list
  883. DefaultMaxSizeList=Default max length for list
  884. MessageOfDay=Message of the day
  885. MessageLogin=Login page message
  886. PermanentLeftSearchForm=Permanent search form on left menu
  887. DefaultLanguage=Default language to use (language code)
  888. EnableMultilangInterface=Enable multilingual interface
  889. EnableShowLogo=Show logo on left menu
  890. SystemSuccessfulyUpdated=Your system has been updated successfully
  891. CompanyInfo=Company/foundation information
  892. CompanyIds=Company/foundation identities
  893. CompanyName=Name
  894. CompanyAddress=Address
  895. CompanyZip=Zip
  896. CompanyTown=Town
  897. CompanyCountry=Country
  898. CompanyCurrency=Main currency
  899. Logo=Logo
  900. DoNotShow=Do not show
  901. DoNotSuggestPaymentMode=Do not suggest
  902. NoActiveBankAccountDefined=No active bank account defined
  903. OwnerOfBankAccount=Owner of bank account %s
  904. BankModuleNotActive=Bank accounts module not enabled
  905. ShowBugTrackLink=Show link "Report a bug"
  906. ShowWorkBoard=Show "workbench" on homepage
  907. Alerts=Alerts
  908. Delays=Delays
  909. DelayBeforeWarning=Delay before warning
  910. DelaysBeforeWarning=Delays before warning
  911. DelaysOfToleranceBeforeWarning=Tolerance delays before warning
  912. DelaysOfToleranceDesc=This screen allows you to define the tolerated delays before an alert is reported on screen with picto %s for each late element.
  913. Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned events not yet realised
  914. Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not yet processed
  915. Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on suppliers orders not yet processed
  916. Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
  917. Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
  918. Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
  919. Delays_MAIN_DELAY_RUNNING_SERVICES=Tolerance delay (in days) before alert on expired services
  920. Delays_MAIN_DELAY_SUPPLIER_BILLS_TO_PAY=Tolerance delay (in days) before alert on unpaid supplier invoices
  921. Delays_MAIN_DELAY_CUSTOMER_BILLS_UNPAYED=Tolerence delay (in days) before alert on unpaid client invoices
  922. Delays_MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE=Tolerance delay (in days) before alert on pending bank reconciliation
  923. Delays_MAIN_DELAY_MEMBERS=Tolerance delay (in days) before alert on delayed membership fee
  924. Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolerance delay (in days) before alert for cheques deposit to do
  925. SetupDescription1=All parameters available in the setup area allow you to setup Dolibarr before starting using it.
  926. SetupDescription2=The 2 most important setup steps are the 2 first ones in the left setup menu, this means Company/foundation setup page and Modules setup page:
  927. SetupDescription3=Parameters in menu <a href="%s">Setup -> Company/foundation</a> are required because input information is used on Dolibarr displays and to modify Dolibarr behaviour (for example for features related to your country).
  928. SetupDescription4=Parameters in menu <a href="%s">Setup -> Modules</a> are required because Dolibarr is not a fixed ERP/CRM but a sum of several modules, all more or less independant. It's only after activating modules you're interesting in that you will see features appeared in menus.
  929. SetupDescription5=Other menu entries manage optional parameters.
  930. EventsSetup=Setup for events logs
  931. LogEvents=Security audit events
  932. Audit=Audit
  933. InfoDolibarr=Infos Dolibarr
  934. InfoBrowser=Infos Browser
  935. InfoOS=Infos OS
  936. InfoWebServer=Infos web server
  937. InfoDatabase=Infos database
  938. InfoPHP=Infos PHP
  939. InfoPerf=Infos performances
  940. BrowserName=Browser name
  941. BrowserOS=Browser OS
  942. ListEvents=Audit events
  943. ListOfSecurityEvents=List of Dolibarr security events
  944. SecurityEventsPurged=Security events purged
  945. 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.
  946. AreaForAdminOnly=Those features can be used by <b>administrator users</b> only.
  947. SystemInfoDesc=System information is miscellaneous technical information you get in read only mode and visible for administrators only.
  948. SystemAreaForAdminOnly=This area is available for administrator users only. None of the Dolibarr permissions can reduce this limit.
  949. CompanyFundationDesc=Edit on this page all known information of the company or foundation you need to manage (For this, click on "Modify" button at bottom of page)
  950. DisplayDesc=You can choose each parameter related to the Dolibarr look and feel here
  951. AvailableModules=Available modules
  952. ToActivateModule=To activate modules, go on setup Area (Home->Setup->Modules).
  953. SessionTimeOut=Time out for session
  954. 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.
  955. TriggersAvailable=Available triggers
  956. 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, ...).
  957. TriggerDisabledByName=Triggers in this file are disabled by the <b>-NORUN</b> suffix in their name.
  958. TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b>%s</b> is disabled.
  959. TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules.
  960. TriggerActiveAsModuleActive=Triggers in this file are active as module <b>%s</b> is enabled.
  961. GeneratedPasswordDesc=Define here which rule you want to use to generate new password if you ask to have auto generated password
  962. DictionaryDesc=Define here all reference datas. You can complete predefined value with yours.
  963. ConstDesc=This page allows you to edit all other parameters not available in previous pages. They are reserved parameters for advanced developers or for troubleshouting.
  964. OnceSetupFinishedCreateUsers=Warning, you are a Dolibarr administrator user. Administrator users are used to setup Dolibarr. For a usual usage of Dolibarr, it is recommended to use a non administrator user created from Users & Groups menu.
  965. MiscellaneousDesc=Define here all other parameters related to security.
  966. LimitsSetup=Limits/Precision setup
  967. LimitsDesc=You can define limits, precisions and optimisations used by Dolibarr here
  968. MAIN_MAX_DECIMALS_UNIT=Max decimals for unit prices
  969. MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
  970. 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)
  971. MAIN_DISABLE_PDF_COMPRESSION=Use PDF compression for generated PDF files.
  972. MAIN_ROUNDING_RULE_TOT= Size of rounding range (for rare countries where rounding is done on something else than base 10)
  973. UnitPriceOfProduct=Net unit price of a product
  974. TotalPriceAfterRounding=Total price (net/vat/incl tax) after rounding
  975. ParameterActiveForNextInputOnly=Parameter effective for next input only
  976. NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
  977. NoEventFoundWithCriteria=No security event has been found for such search criterias.
  978. SeeLocalSendMailSetup=See your local sendmail setup
  979. BackupDesc=To make a complete backup of Dolibarr, you must:
  980. BackupDesc2=* Save content of documents directory (<b>%s</b>) that contains all uploaded and generated files (you can make a zip for example).
  981. BackupDesc3=* Save content of your database into a dump file. For this, you can use following assistant.
  982. BackupDescX=Archived directory should be stored in a secure place.
  983. BackupDescY=The generated dump file should be stored in a secure place.
  984. BackupPHPWarning=Backup can't be guaranted with this method. Prefer previous one
  985. RestoreDesc=To restore a Dolibarr backup, you must:
  986. 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>).
  987. 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. 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.
  988. RestoreMySQL=MySQL import
  989. ForcedToByAModule= This rule is forced to <b>%s</b> by an activated module
  990. PreviousDumpFiles=Available database backup dump files
  991. WeekStartOnDay=First day of week
  992. RunningUpdateProcessMayBeRequired=Running the upgrade process seems to be required (Programs version %s differs from database version %s)
  993. 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.
  994. YourPHPDoesNotHaveSSLSupport=SSL functions not available in your PHP
  995. DownloadMoreSkins=More skins to download
  996. 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
  997. ShowProfIdInAddress=Show professionnal id with addresses on documents
  998. ShowVATIntaInAddress=Hide VAT Intra num with addresses on documents
  999. TranslationUncomplete=Partial translation
  1000. SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="http://transifex.com/projects/p/dolibarr/" target="_blank">http://transifex.com/projects/p/dolibarr/</a>.
  1001. MenuUseLayout=Make vertical menu hidable (option javascript must not be disabled)
  1002. MAIN_DISABLE_METEO=Disable meteo view
  1003. TestLoginToAPI=Test login to API
  1004. 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.
  1005. ExternalAccess=External access
  1006. MAIN_PROXY_USE=Use a proxy server (otherwise direct access to internet)
  1007. MAIN_PROXY_HOST=Name/Address of proxy server
  1008. MAIN_PROXY_PORT=Port of proxy server
  1009. MAIN_PROXY_USER=Login to use the proxy server
  1010. MAIN_PROXY_PASS=Password to use the proxy server
  1011. DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
  1012. ExtraFields=Complementary attributes
  1013. ExtraFieldsLines=Complementary attributes (lines)
  1014. ExtraFieldsThirdParties=Complementary attributes (thirdparty)
  1015. ExtraFieldsContacts=Complementary attributes (contact/address)
  1016. ExtraFieldsMember=Complementary attributes (member)
  1017. ExtraFieldsMemberType=Complementary attributes (member type)
  1018. ExtraFieldsCustomerOrders=Complementary attributes (orders)
  1019. ExtraFieldsCustomerInvoices=Complementary attributes (invoices)
  1020. ExtraFieldsSupplierOrders=Complementary attributes (orders)
  1021. ExtraFieldsSupplierInvoices=Complementary attributes (invoices)
  1022. ExtraFieldsProject=Complementary attributes (projects)
  1023. ExtraFieldsProjectTask=Complementary attributes (tasks)
  1024. ExtraFieldHasWrongValue=Attribute %s has a wrong value.
  1025. AlphaNumOnlyCharsAndNoSpace=only alphanumericals characters without space
  1026. AlphaNumOnlyLowerCharsAndNoSpace=only alphanumericals and lower case characters without space
  1027. SendingMailSetup=Setup of sendings by email
  1028. 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).
  1029. PathToDocuments=Path to documents
  1030. PathDirectory=Directory
  1031. 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 thoose 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 (recommanded) is to use the method "SMTP socket library" that has no disadvantages.
  1032. TranslationSetup=Configuration de la traduction
  1033. TranslationDesc=Choice of language visible on screen can be modified:<br>* Globally from menu <strong>Home - Setup - Display</strong><br>* For user only from tab <strong>User display</strong> of user card (click on login on top of screen).
  1034. TotalNumberOfActivatedModules=Total number of activated feature modules: <b>%s</b>
  1035. YouMustEnableOneModule=You must at least enable 1 module
  1036. ClassNotFoundIntoPathWarning=Class %s not found into PHP path
  1037. YesInSummer=Yes in summer
  1038. OnlyFollowingModulesAreOpenedToExternalUsers=Note, only following modules are opened to external users (whatever are permission of such users):
  1039. SuhosinSessionEncrypt=Session storage encrypted by Suhosin
  1040. ConditionIsCurrently=Condition is currently %s
  1041. TestNotPossibleWithCurrentBrowsers=Automatic detection not possible
  1042. YouUseBestDriver=You use driver %s that is best driver available currently.
  1043. YouDoNotUseBestDriver=You use drive %s but driver %s is recommended.
  1044. NbOfProductIsLowerThanNoPb=You have only %s products/services into database. This does not required any particular optimization.
  1045. SearchOptim=Search optimization
  1046. 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.
  1047. BrowserIsOK=You are using the web browser %s. This browser is ok for security and performance.
  1048. 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.
  1049. XDebugInstalled=XDebug is loaded.
  1050. XCacheInstalled=XCache is loaded.
  1051. AddRefInList=Display customer/supplier ref into list (select list or combobox) and most of hyperlink
  1052. FieldEdition=Edition of field %s
  1053. FixTZ=TimeZone fix
  1054. FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
  1055. GetBarCode=Get barcode
  1056. EmptyNumRefModelDesc=The code is free. This code can be modified at any time.
  1057. ##### Module password generation
  1058. PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase.
  1059. PasswordGenerationNone=Do not suggest any generated password. Password must be type in manually.
  1060. ##### Users setup #####
  1061. UserGroupSetup=Users and groups module setup
  1062. GeneratePassword=Suggest a generated password
  1063. RuleForGeneratedPasswords=Rule to generate suggested passwords or validate passwords
  1064. DoNotSuggest=Do not suggest any password
  1065. EncryptedPasswordInDatabase=To allow the encryption of the passwords in the database
  1066. DisableForgetPasswordLinkOnLogonPage=Do not show the link "Forget password" on login page
  1067. UsersSetup=Users module setup
  1068. UserMailRequired=EMail required to create a new user
  1069. ##### Company setup #####
  1070. CompanySetup=Companies module setup
  1071. CompanyCodeChecker=Module for third parties code generation and checking (customer or supplier)
  1072. AccountCodeManager=Module for accountancy code generation (customer or supplier)
  1073. 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.
  1074. ModuleCompanyCodePanicum=Return an empty accountancy code.
  1075. 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.
  1076. UseNotifications=Use notifications
  1077. NotificationsDesc=EMails notifications feature allows you to silently send automatic mail, for some Dolibarr events. Targets of notifications can be defined:<br>* per third parties contacts (customers or suppliers), one third party at time.<br>* or by setting a global target email address on module setup page.
  1078. ModelModules=Documents templates
  1079. DocumentModelOdt=Generate documents from OpenDocuments templates (.ODT or .ODS files for OpenOffice, KOffice, TextEdit,...)
  1080. WatermarkOnDraft=Watermark on draft document
  1081. JSOnPaimentBill=Activate feature to autofill payment lines on payment form
  1082. CompanyIdProfChecker=Rules on Professional Ids
  1083. MustBeUnique=Must be unique ?
  1084. MustBeMandatory=Mandatory to create third parties ?
  1085. MustBeInvoiceMandatory=Mandatory to validate invoices ?
  1086. Miscellaneous=Miscellaneous
  1087. ##### Webcal setup #####
  1088. WebCalSetup=Webcalendar link setup
  1089. WebCalSyncro=Add Dolibarr events to WebCalendar
  1090. WebCalAllways=Always, no asking
  1091. WebCalYesByDefault=On demand (yes by default)
  1092. WebCalNoByDefault=On demand (no by default)
  1093. WebCalNever=Never
  1094. WebCalURL=URL for calendar access
  1095. WebCalServer=Server hosting calendar database
  1096. WebCalDatabaseName=Database name
  1097. WebCalUser=User to access database
  1098. WebCalSetupSaved=Webcalendar setup saved successfully.
  1099. WebCalTestOk=Connection to server '%s' on database '%s' with user '%s' successful.
  1100. WebCalTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
  1101. WebCalTestKo2=Connection to server '%s' with user '%s' failed.
  1102. WebCalErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be a Webcalendar database.
  1103. WebCalAddEventOnCreateActions=Add calendar event on actions create
  1104. WebCalAddEventOnCreateCompany=Add calendar event on companies create
  1105. WebCalAddEventOnStatusPropal=Add calendar event on commercial proposals status change
  1106. WebCalAddEventOnStatusContract=Add calendar event on contracts status change
  1107. WebCalAddEventOnStatusBill=Add calendar event on bills status change
  1108. WebCalAddEventOnStatusMember=Add calendar event on members status change
  1109. WebCalUrlForVCalExport=An export link to <b>%s</b> format is available at following link: %s
  1110. WebCalCheckWebcalSetup=Maybe the Webcal module setup is not correct.
  1111. ##### Invoices #####
  1112. BillsSetup=Invoices module setup
  1113. BillsDate=Invoices date
  1114. BillsNumberingModule=Invoices and credit notes numbering model
  1115. BillsPDFModules=Invoice documents models
  1116. CreditNoteSetup=Credit note module setup
  1117. CreditNotePDFModules=Credit note document models
  1118. CreditNote=Credit note
  1119. CreditNotes=Credit notes
  1120. ForceInvoiceDate=Force invoice date to validation date
  1121. DisableRepeatable=Disable repeatable invoices
  1122. SuggestedPaymentModesIfNotDefinedInInvoice=Suggested payments mode on invoice by default if not defined for invoice
  1123. EnableEditDeleteValidInvoice=Enable the possibility to edit/delete valid invoice with no payment
  1124. SuggestPaymentByRIBOnAccount=Suggest payment by withdraw on account
  1125. SuggestPaymentByChequeToAddress=Suggest payment by cheque to
  1126. FreeLegalTextOnInvoices=Free text on invoices
  1127. WatermarkOnDraftInvoices=Watermark on draft invoices (none if empty)
  1128. ##### Proposals #####
  1129. PropalSetup=Commercial proposals module setup
  1130. CreateForm=Create forms
  1131. NumberOfProductLines=Number of product lines
  1132. ProposalsNumberingModules=Commercial proposal numbering models
  1133. ProposalsPDFModules=Commercial proposal documents models
  1134. ClassifiedInvoiced=Classified invoiced
  1135. HideTreadedPropal=Hide the treated commercial proposals in the list
  1136. AddShippingDateAbility=Add shipping date ability
  1137. AddDeliveryAddressAbility=Add delivery date ability
  1138. UseOptionLineIfNoQuantity=A line of product/service with a zero amount is considered as an option
  1139. FreeLegalTextOnProposal=Free text on commercial proposals
  1140. WatermarkOnDraftProposal=Watermark on draft commercial proposals (none if empty)
  1141. ##### Orders #####
  1142. OrdersSetup=Order management setup
  1143. OrdersNumberingModules=Orders numbering models
  1144. OrdersModelModule=Order documents models
  1145. HideTreadedOrders=Hide the treated or cancelled orders in the list
  1146. ValidOrderAfterPropalClosed=To validate the order after proposal closer, makes it possible not to step by the provisional order
  1147. FreeLegalTextOnOrders=Free text on orders
  1148. WatermarkOnDraftOrders=Watermark on draft orders (none if empty)
  1149. ShippableOrderIconInList=Add an icon in Orders list which indicate if order is shippable
  1150. ##### Clicktodial #####
  1151. ClickToDialSetup=Click To Dial module setup
  1152. 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 your clicktodial login (defined on your user card)<br><b>__PASS__</b> that will be replaced with your clicktodial password (defined on your user card).
  1153. ##### Bookmark4u #####
  1154. Bookmark4uSetup=Bookmark4u module setup
  1155. ##### Interventions #####
  1156. InterventionsSetup=Interventions module setup
  1157. FreeLegalTextOnInterventions=Free text on intervention documents
  1158. FicheinterNumberingModules=Intervention numbering models
  1159. TemplatePDFInterventions=Intervention card documents models
  1160. WatermarkOnDraftInterventionCards=Watermark on intervention card documents (none if empty)
  1161. ##### Contracts #####
  1162. ContractsSetup=Contracts module setup
  1163. ContractsNumberingModules=Contracts numbering modules
  1164. TemplatePDFContracts=Contracts documents models
  1165. FreeLegalTextOnContracts=Free text on contracts
  1166. WatermarkOnDraftContractCards=Watermark on draft contracts (none if empty)
  1167. ##### Members #####
  1168. MembersSetup=Members module setup
  1169. MemberMainOptions=Main options
  1170. AddSubscriptionIntoAccount=Suggest by default to create a bank transaction, in bank module, when adding a new payed subscription
  1171. AdherentLoginRequired= Manage a Login for each member
  1172. AdherentMailRequired=EMail required to create a new member
  1173. MemberSendInformationByMailByDefault=Checkbox to send mail confirmation to members (validation or new subscription) is on by default
  1174. ##### LDAP setup #####
  1175. LDAPSetup=LDAP Setup
  1176. LDAPGlobalParameters=Global parameters
  1177. LDAPUsersSynchro=Users
  1178. LDAPGroupsSynchro=Groups
  1179. LDAPContactsSynchro=Contacts
  1180. LDAPMembersSynchro=Members
  1181. LDAPSynchronization=LDAP synchronisation
  1182. LDAPFunctionsNotAvailableOnPHP=LDAP functions are not available on your PHP
  1183. LDAPToDolibarr=LDAP -> Dolibarr
  1184. DolibarrToLDAP=Dolibarr -> LDAP
  1185. LDAPNamingAttribute=Key in LDAP
  1186. LDAPSynchronizeUsers=Organization of users in LDAP
  1187. LDAPSynchronizeGroups=Organization of groups in LDAP
  1188. LDAPSynchronizeContacts=Organization of contacts in LDAP
  1189. LDAPSynchronizeMembers=Organization of foundation's members in LDAP
  1190. LDAPTypeExample=OpenLdap, Egroupware or Active Directory
  1191. LDAPPrimaryServer=Primary server
  1192. LDAPSecondaryServer=Secondary server
  1193. LDAPServerPort=Server port
  1194. LDAPServerPortExample=Default port : 389
  1195. LDAPServerProtocolVersion=Protocol version
  1196. LDAPServerUseTLS=Use TLS
  1197. LDAPServerUseTLSExample=Your LDAP server use TLS
  1198. LDAPServerDn=Server DN
  1199. LDAPAdminDn=Administrator DN
  1200. LDAPAdminDnExample=Complete DN (ex: cn=admin,dc=example,dc=com)
  1201. LDAPPassword=Administrator password
  1202. LDAPUserDn=Users' DN
  1203. LDAPUserDnExample=Complete DN (ex: ou=users,dc=example,dc=com)
  1204. LDAPGroupDn=Groups' DN
  1205. LDAPGroupDnExample=Complete DN (ex: ou=groups,dc=example,dc=com)
  1206. LDAPServerExample=Server address (ex: localhost, 192.168.0.2, ldaps://ldap.example.com/)
  1207. LDAPServerDnExample=Complete DN (ex: dc=example,dc=com)
  1208. LDAPPasswordExample=Admin password
  1209. LDAPDnSynchroActive=Users and groups synchronization
  1210. LDAPDnSynchroActiveExample=LDAP to Dolibarr or Dolibarr to LDAP synchronization
  1211. LDAPDnContactActive=Contacts' synchronization
  1212. LDAPDnContactActiveYes=Activated synchronization
  1213. LDAPDnContactActiveExample=Activated/Unactivated synchronization
  1214. LDAPDnMemberActive=Members' synchronization
  1215. LDAPDnMemberActiveExample=Activated/Unactivated synchronization
  1216. LDAPContactDn=Dolibarr contacts' DN
  1217. LDAPContactDnExample=Complete DN (ex: ou=contacts,dc=example,dc=com)
  1218. LDAPMemberDn=Dolibarr members DN
  1219. LDAPMemberDnExample=Complete DN (ex: ou=members,dc=example,dc=com)
  1220. LDAPMemberObjectClassList=List of objectClass
  1221. LDAPMemberObjectClassListExample=List of objectClass defining record attributes (ex: top,inetOrgPerson or top,user for active directory)
  1222. LDAPUserObjectClassList=List of objectClass
  1223. LDAPUserObjectClassListExample=List of objectClass defining record attributes (ex: top,inetOrgPerson or top,user for active directory)
  1224. LDAPGroupObjectClassList=List of objectClass
  1225. LDAPGroupObjectClassListExample=List of objectClass defining record attributes (ex: top,groupOfUniqueNames)
  1226. LDAPContactObjectClassList=List of objectClass
  1227. LDAPContactObjectClassListExample=List of objectClass defining record attributes (ex: top,inetOrgPerson or top,user for active directory)
  1228. LDAPMemberTypeDn=Dolibarr members type DN
  1229. LDAPMemberTypeDnExample=Complete DN (ex: ou=type_members,dc=example,dc=com)
  1230. LDAPTestConnect=Test LDAP connection
  1231. LDAPTestSynchroContact=Test contacts synchronization
  1232. LDAPTestSynchroUser=Test user synchronization
  1233. LDAPTestSynchroGroup=Test group synchronization
  1234. LDAPTestSynchroMember=Test member synchronization
  1235. LDAPTestSearch= Test a LDAP search
  1236. LDAPSynchroOK=Synchronization test successful
  1237. LDAPSynchroKO=Failed synchronization test
  1238. LDAPSynchroKOMayBePermissions=Failed synchronization test. Check that connexion to server is correctly configured and allows LDAP udpates
  1239. LDAPTCPConnectOK=TCP connect to LDAP server successful (Server=%s, Port=%s)
  1240. LDAPTCPConnectKO=TCP connect to LDAP server failed (Server=%s, Port=%s)
  1241. LDAPBindOK=Connect/Authentificate to LDAP server successful (Server=%s, Port=%s, Admin=%s, Password=%s)
  1242. LDAPBindKO=Connect/Authentificate to LDAP server failed (Server=%s, Port=%s, Admin=%s, Password=%s)
  1243. LDAPUnbindSuccessfull=Disconnect successful
  1244. LDAPUnbindFailed=Disconnect failed
  1245. LDAPConnectToDNSuccessfull=Connection to DN (%s) successful
  1246. LDAPConnectToDNFailed=Connection to DN (%s) failed
  1247. LDAPSetupForVersion3=LDAP server configured for version 3
  1248. LDAPSetupForVersion2=LDAP server configured for version 2
  1249. LDAPDolibarrMapping=Dolibarr Mapping
  1250. LDAPLdapMapping=LDAP Mapping
  1251. LDAPFieldLoginUnix=Login (unix)
  1252. LDAPFieldLoginExample=Example : uid
  1253. LDAPFilterConnection=Search filter
  1254. LDAPFilterConnectionExample=Example : &(objectClass=inetOrgPerson)
  1255. LDAPFieldLoginSamba=Login (samba, activedirectory)
  1256. LDAPFieldLoginSambaExample=Example : samaccountname
  1257. LDAPFieldFullname=Full name
  1258. LDAPFieldFullnameExample=Example : cn
  1259. LDAPFieldPassword=Password
  1260. LDAPFieldPasswordNotCrypted=Password not crypted
  1261. LDAPFieldPasswordCrypted=Password crypted
  1262. LDAPFieldPasswordExample=Example : userPassword
  1263. LDAPFieldCommonName=Common name
  1264. LDAPFieldCommonNameExample=Example : cn
  1265. LDAPFieldName=Name
  1266. LDAPFieldNameExample=Example : sn
  1267. LDAPFieldFirstName=First name
  1268. LDAPFieldFirstNameExample=Example : givenName
  1269. LDAPFieldMail=Email address
  1270. LDAPFieldMailExample=Example : mail
  1271. LDAPFieldPhone=Professional phone number
  1272. LDAPFieldPhoneExample=Example : telephonenumber
  1273. LDAPFieldHomePhone=Personal phone number
  1274. LDAPFieldHomePhoneExample=Example : homephone
  1275. LDAPFieldMobile=Cellular phone
  1276. LDAPFieldMobileExample=Example : mobile
  1277. LDAPFieldFax=Fax number
  1278. LDAPFieldFaxExample=Example : facsimiletelephonenumber
  1279. LDAPFieldAddress=Street
  1280. LDAPFieldAddressExample=Example : street
  1281. LDAPFieldZip=Zip
  1282. LDAPFieldZipExample=Example : postalcode
  1283. LDAPFieldTown=Town
  1284. LDAPFieldTownExample=Example : l
  1285. LDAPFieldCountry=Country
  1286. LDAPFieldCountryExample=Example : c
  1287. LDAPFieldDescription=Description
  1288. LDAPFieldDescriptionExample=Example : description
  1289. LDAPFieldGroupMembers= Group members
  1290. LDAPFieldGroupMembersExample= Example : uniqueMember
  1291. LDAPFieldBirthdate=Birthdate
  1292. LDAPFieldBirthdateExample=Example :
  1293. LDAPFieldCompany=Company
  1294. LDAPFieldCompanyExample=Example : o
  1295. LDAPFieldSid=SID
  1296. LDAPFieldSidExample=Example : objectsid
  1297. LDAPFieldEndLastSubscription=Date of subscription end
  1298. LDAPFieldTitle=Post/Function
  1299. LDAPFieldTitleExample=Example: title
  1300. LDAPParametersAreStillHardCoded=LDAP parameters are still hardcoded (in contact class)
  1301. LDAPSetupNotComplete=LDAP setup not complete (go on others tabs)
  1302. LDAPNoUserOrPasswordProvidedAccessIsReadOnly=No administrator or password provided. LDAP access will be anonymous and in read only mode.
  1303. LDAPDescContact=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr contacts.
  1304. LDAPDescUsers=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr users.
  1305. LDAPDescGroups=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr groups.
  1306. LDAPDescMembers=This page allows you to define LDAP attributes name in LDAP tree for each data found on Dolibarr members module.
  1307. 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.
  1308. ForANonAnonymousAccess=For an authenticated access (for a write access for example)
  1309. PerfDolibarr=Performance setup/optimizing report
  1310. YouMayFindPerfAdviceHere=You will find on this page some checks or advices related to performance.
  1311. NotInstalled=Not installed, so your server is not slow down by this.
  1312. ApplicativeCache=Applicative cache
  1313. 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.
  1314. MemcachedModuleAvailableButNotSetup=Module memcached for applicative cache found but setup of module is not complete.
  1315. MemcachedAvailableAndSetup=Module memcached dedicated to use memcached server is enabled.
  1316. OPCodeCache=OPCode cache
  1317. 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).
  1318. HTTPCacheStaticResources=HTTP cache for static resources (css, img, javascript)
  1319. FilesOfTypeCached=Files of type %s are cached by HTTP server
  1320. FilesOfTypeNotCached=Files of type %s are not cached by HTTP server
  1321. FilesOfTypeCompressed=Files of type %s are compressed by HTTP server
  1322. FilesOfTypeNotCompressed=Files of type %s are not compressed by HTTP server
  1323. CacheByServer=Cache by server
  1324. CacheByClient=Cache by browser
  1325. CompressionOfResources=Compression of HTTP responses
  1326. TestNotPossibleWithCurrentBrowsers=Such an automatic detection is not possible with current browsers
  1327. ##### Products #####
  1328. ProductSetup=Products module setup
  1329. ServiceSetup=Services module setup
  1330. ProductServiceSetup=Products and Services modules setup
  1331. NumberOfProductShowInSelect=Max number of products in combos select lists (0=no limit)
  1332. ConfirmDeleteProductLineAbility=Confirmation when removing product lines in forms
  1333. ModifyProductDescAbility=Personalization of product descriptions in forms
  1334. ViewProductDescInFormAbility=Visualization of product descriptions in the forms (otherwise as popup tooltip)
  1335. ViewProductDescInThirdpartyLanguageAbility=Visualization of products descriptions in the thirdparty language
  1336. 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.
  1337. UseSearchToSelectProduct=Use a search form to choose a product (rather than a drop-down list).
  1338. UseEcoTaxeAbility=Support Eco-Taxe (WEEE)
  1339. SetDefaultBarcodeTypeProducts=Default barcode type to use for products
  1340. SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
  1341. ProductCodeChecker= Module for product code generation and checking (product or service)
  1342. ProductOtherConf= Product / Service configuration
  1343. ##### Syslog #####
  1344. SyslogSetup=Logs module setup
  1345. SyslogOutput=Logs outputs
  1346. SyslogSyslog=Syslog
  1347. SyslogFacility=Facility
  1348. SyslogLevel=Level
  1349. SyslogSimpleFile=File
  1350. SyslogFilename=File name and path
  1351. 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.
  1352. ErrorUnknownSyslogConstant=Constant %s is not a known Syslog constant
  1353. OnlyWindowsLOG_USER=Windows only supports LOG_USER
  1354. ##### Donations #####
  1355. DonationsSetup=Donation module setup
  1356. DonationsReceiptModel=Template of donation receipt
  1357. ##### Barcode #####
  1358. BarcodeSetup=Barcode setup
  1359. PaperFormatModule=Print format module
  1360. BarcodeEncodeModule=Barcode encoding type
  1361. UseBarcodeInProductModule=Use bar codes for products
  1362. CodeBarGenerator=Barcode generator
  1363. ChooseABarCode=No generator defined
  1364. FormatNotSupportedByGenerator=Format not supported by this generator
  1365. BarcodeDescEAN8=Barcode of type EAN8
  1366. BarcodeDescEAN13=Barcode of type EAN13
  1367. BarcodeDescUPC=Barcode of type UPC
  1368. BarcodeDescISBN=Barcode of type ISBN
  1369. BarcodeDescC39=Barcode of type C39
  1370. BarcodeDescC128=Barcode of type C128
  1371. GenbarcodeLocation=Bar code generation command line tool (used by internal engine for some bar code types)
  1372. BarcodeInternalEngine=Internal engine
  1373. BarCodeNumberManager=Manager to auto define barcode numbers
  1374. ##### Prelevements #####
  1375. WithdrawalsSetup=Withdrawal module setup
  1376. ##### ExternalRSS #####
  1377. ExternalRSSSetup=External RSS imports setup
  1378. NewRSS=New RSS Feed
  1379. RSSUrl=RSS URL
  1380. RSSUrlExample=An interesting RSS feed
  1381. ##### Mailing #####
  1382. MailingSetup=EMailing module setup
  1383. MailingEMailFrom=Sender EMail (From) for emails sent by emailing module
  1384. MailingEMailError=Return EMail (Errors-to) for emails with errors
  1385. ##### Notification #####
  1386. NotificationSetup=EMail notification module setup
  1387. NotificationEMailFrom=Sender EMail (From) for emails sent for notifications
  1388. ListOfAvailableNotifications=List of events you can set notification on, for each thirdparty (go into thirdparty card to setup) or by setting a fixed email (List depends on activated modules)
  1389. FixedEmailTarget=Fixed email target
  1390. ##### Sendings #####
  1391. SendingsSetup=Sending module setup
  1392. SendingsReceiptModel=Sending receipt model
  1393. SendingsNumberingModules=Sendings numbering modules
  1394. SendingsAbility=Support sendings sheets for customer deliveries
  1395. NoNeedForDeliveryReceipts=In most cases, sendings receipts are used both as sheets for customer deliveries (list of products to send) and sheets that is recevied and signed by customer. So product deliveries receipts is a duplicated feature and is rarely activated.
  1396. FreeLegalTextOnShippings=Free text on shippings
  1397. ##### Deliveries #####
  1398. DeliveryOrderNumberingModules=Products deliveries receipt numbering module
  1399. DeliveryOrderModel=Products deliveries receipt model
  1400. DeliveriesOrderAbility=Support products deliveries receipts
  1401. FreeLegalTextOnDeliveryReceipts=Free text on delivery receipts
  1402. ##### FCKeditor #####
  1403. AdvancedEditor=Advanced editor
  1404. ActivateFCKeditor=Activate advanced editor for:
  1405. FCKeditorForCompany=WYSIWIG creation/edition of elements description and note (except products/services)
  1406. FCKeditorForProduct=WYSIWIG creation/edition of products/services description and note
  1407. 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 recommanded as it can create problems with special characters and page formating when building PDF files.</font>
  1408. FCKeditorForMailing= WYSIWIG creation/edition for mass eMailings (Tools->eMailing)
  1409. FCKeditorForUserSignature=WYSIWIG creation/edition of user signature
  1410. FCKeditorForMail=WYSIWIG creation/edition for all mail (except Outils->eMailing)
  1411. ##### OSCommerce 1 #####
  1412. OSCommerceErrorConnectOkButWrongDatabase=Connection succeeded but database doesn't look to be an OSCommerce database (Key %s not found in table %s).
  1413. OSCommerceTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
  1414. OSCommerceTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
  1415. OSCommerceTestKo2=Connection to server '%s' with user '%s' failed.
  1416. ##### Stock #####
  1417. StockSetup=Configuration module stock
  1418. UserWarehouse=Use user personal stocks
  1419. ##### Menu #####
  1420. MenuDeleted=Menu deleted
  1421. TreeMenu=Tree menus
  1422. Menus=Menus
  1423. TreeMenuPersonalized=Personalized menus
  1424. NewMenu=New menu
  1425. MenuConf=Menus setup
  1426. Menu=Selection of menu
  1427. MenuHandler=Menu handler
  1428. MenuModule=Source module
  1429. HideUnauthorizedMenu= Hide unauthorized menus (gray)
  1430. DetailId=Id menu
  1431. DetailMenuHandler=Menu handler where to show new menu
  1432. DetailMenuModule=Module name if menu entry come from a module
  1433. DetailType=Type of menu (top or left)
  1434. DetailTitre=Menu label or label code for translation
  1435. DetailMainmenu=Group for which it belongs (obsolete)
  1436. DetailUrl=URL where menu send you (Absolute URL link or external link with http://)
  1437. DetailLeftmenu=Display condition or not (obsolete)
  1438. DetailEnabled=Condition to show or not entry
  1439. DetailRight=Condition to display unauthorized grey menus
  1440. DetailLangs=Lang file name for label code translation
  1441. DetailUser=Intern / Extern / All
  1442. Target=Target
  1443. DetailTarget=Target for links (_blank top open a new window)
  1444. DetailLevel=Level (-1:top menu, 0:header menu, >0 menu and sub menu)
  1445. ModifMenu=Menu change
  1446. DeleteMenu=Delete menu entry
  1447. ConfirmDeleteMenu=Are you sure you want to delete menu entry <b>%s</b> ?
  1448. DeleteLine=Delete line
  1449. ConfirmDeleteLine=Are you sure you want to delete this line ?
  1450. ##### Tax #####
  1451. TaxSetup=Taxes, social contributions and dividends module setup
  1452. OptionVatMode=VAT due
  1453. OptionVATDefault=Cash basis
  1454. OptionVATDebitOption=Accrual basis
  1455. OptionVatDefaultDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on payments for services
  1456. OptionVatDebitOptionDesc=VAT is due:<br>- on delivery for goods (we use invoice date)<br>- on invoice (debit) for services
  1457. SummaryOfVatExigibilityUsedByDefault=Time of VAT exigibility by default according to chosen option:
  1458. OnDelivery=On delivery
  1459. OnPayment=On payment
  1460. OnInvoice=On invoice
  1461. SupposedToBePaymentDate=Payment date used
  1462. SupposedToBeInvoiceDate=Invoice date used
  1463. Buy=Buy
  1464. Sell=Sell
  1465. InvoiceDateUsed=Invoice date used
  1466. YourCompanyDoesNotUseVAT=Your company has been defined to not use VAT (Home - Setup - Company/Foundation), so there is no VAT options to setup.
  1467. AccountancyCode=Accountancy Code
  1468. AccountancyCodeSell=Sale account. code
  1469. AccountancyCodeBuy=Purchase account. code
  1470. ##### Agenda #####
  1471. AgendaSetup=Events and agenda module setup
  1472. PasswordTogetVCalExport=Key to authorize export link
  1473. PastDelayVCalExport=Do not export event older than
  1474. AGENDA_USE_EVENT_TYPE=Use events types (managed into menu Setup -> Dictionary -> Type of agenda events)
  1475. AGENDA_DEFAULT_FILTER_TYPE=Set automatically this type of event into search filter of agenda view
  1476. AGENDA_DEFAULT_FILTER_STATUS=Set automatically this status for events into search filter of agenda view
  1477. AGENDA_DEFAULT_VIEW=Which tab do you want to open by default when selecting menu Agenda
  1478. ##### ClickToDial #####
  1479. ClickToDialDesc=This module allows to add an icon after phone numbers. A click on this icon will call a server with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
  1480. ##### Point Of Sales (CashDesk) #####
  1481. CashDesk=Point of sales
  1482. CashDeskSetup=Point of sales module setup
  1483. CashDeskThirdPartyForSell=Generic third party to use for sells
  1484. CashDeskBankAccountForSell=Default account to use to receive cash payments
  1485. CashDeskBankAccountForCheque= Default account to use to receive payments by cheque
  1486. CashDeskBankAccountForCB= Default account to use to receive payments by credit cards
  1487. CashDeskIdWareHouse=Warehouse to use for sells
  1488. ##### Bookmark #####
  1489. BookmarkSetup=Bookmark module setup
  1490. 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.
  1491. NbOfBoomarkToShow=Maximum number of bookmarks to show in left menu
  1492. ##### WebServices #####
  1493. WebServicesSetup=Webservices module setup
  1494. WebServicesDesc=By enabling this module, Dolibarr become a web service server to provide miscellaneous web services.
  1495. WSDLCanBeDownloadedHere=WSDL descriptor files of provided services can be download here
  1496. EndPointIs=SOAP clients must send their requests to the Dolibarr endpoint available at Url
  1497. ##### Bank #####
  1498. BankSetupModule=Bank module setup
  1499. FreeLegalTextOnChequeReceipts=Free text on cheque receipts
  1500. BankOrderShow=Display order of bank accounts for countries using "detailed bank number"
  1501. BankOrderGlobal=General
  1502. BankOrderGlobalDesc=General display order
  1503. BankOrderES=Spanish
  1504. BankOrderESDesc=Spanish display order
  1505. ##### Multicompany #####
  1506. MultiCompanySetup=Multi-company module setup
  1507. ##### Suppliers #####
  1508. SuppliersSetup=Supplier module setup
  1509. SuppliersCommandModel=Complete template of supplier order (logo...)
  1510. SuppliersInvoiceModel=Complete template of supplier invoice (logo...)
  1511. SuppliersInvoiceNumberingModel=Supplier invoices numbering models
  1512. ##### GeoIPMaxmind #####
  1513. GeoIPMaxmindSetup=GeoIP Maxmind module setup
  1514. 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
  1515. 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).
  1516. YouCanDownloadFreeDatFileTo=You can download a <b>free demo version</b> of the Maxmind GeoIP country file at %s.
  1517. YouCanDownloadAdvancedDatFileTo=You can also download a more <b>complete version, with updates,</b> of the Maxmind GeoIP country file at %s.
  1518. TestGeoIPResult=Test of a conversion IP -> country
  1519. ##### Projects #####
  1520. ProjectsNumberingModules=Projects numbering module
  1521. ProjectsSetup=Project module setup
  1522. ProjectsModelModule=Project reports document model
  1523. TasksNumberingModules=Tasks numbering module
  1524. TaskModelModule=Tasks reports document model
  1525. ##### ECM (GED) #####
  1526. ECMSetup = GED Setup
  1527. ECMAutoTree = Automatic tree folder and document
  1528. ##### Fiscal Year #####
  1529. FiscalYears=Fiscal years
  1530. FiscalYear=Fiscal year
  1531. FiscalYearCard=Fiscal year card
  1532. NewFiscalYear=New fiscal year
  1533. EditFiscalYear=Edit fiscal year
  1534. OpenFiscalYear=Open fiscal year
  1535. CloseFiscalYear=Close fiscal year
  1536. DeleteFiscalYear=Delete fiscal year
  1537. ConfirmDeleteFiscalYear=Are you sure to delete this fiscal year ?
  1538. Opened=Opened
  1539. Closed=Closed
  1540. AlwaysEditable=Can always be edited
  1541. MAIN_APPLICATION_TITLE=Force visible name of application
  1542. NbMajMin=Minimum number of uppercase characters
  1543. NbNumMin=Minimum number of numeric characters
  1544. NbSpeMin=Minimum number of special characters
  1545. NbSpeMin=Minimum number of special characters
  1546. NbIteConsecutive=Maximum number of repeating same characters
  1547. NoAmbiCaracAutoGeneration=Do not use ambiguous characters ("1","l","i","|","0","O") for automatic generation
  1548. SalariesSetup=Setup of module salaries
  1549. SortOrder=Sort order
  1550. Format=Format
  1551. TypePaymentDesc=0:Customer payment type, 1:Supplier payment type, 2:Both customers and suppliers payment type