main.lang 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170
  1. # Dolibarr language file - Source file is en_US - main
  2. DIRECTION=ltr
  3. # Note for Chinese:
  4. # msungstdlight or cid0ct are for traditional Chinese (traditional does not render with Ubuntu pdf reader)
  5. # stsongstdlight or cid0cs are for simplified Chinese
  6. # To read Chinese pdf with Linux: sudo apt-get install poppler-data
  7. FONTFORPDF=helvetica
  8. FONTSIZEFORPDF=10
  9. SeparatorDecimal=.
  10. SeparatorThousand=,
  11. FormatDateShort=%m/%d/%Y
  12. FormatDateShortInput=%m/%d/%Y
  13. FormatDateShortJava=MM/dd/yyyy
  14. FormatDateShortJavaInput=MM/dd/yyyy
  15. FormatDateShortJQuery=mm/dd/yy
  16. FormatDateShortJQueryInput=mm/dd/yy
  17. FormatHourShortJQuery=HH:MI
  18. FormatHourShort=%I:%M %p
  19. FormatHourShortDuration=%H:%M
  20. FormatDateTextShort=%b %d, %Y
  21. FormatDateText=%B %d, %Y
  22. FormatDateHourShort=%m/%d/%Y %I:%M %p
  23. FormatDateHourSecShort=%m/%d/%Y %I:%M:%S %p
  24. FormatDateHourTextShort=%b %d, %Y, %I:%M %p
  25. FormatDateHourText=%B %d, %Y, %I:%M %p
  26. DatabaseConnection=Database connection
  27. NoTemplateDefined=No template available for this email type
  28. AvailableVariables=Available substitution variables
  29. NoTranslation=No translation
  30. Translation=Translation
  31. CurrentTimeZone=TimeZone PHP (server)
  32. EmptySearchString=Enter non empty search criterias
  33. EnterADateCriteria=Enter a date criteria
  34. NoRecordFound=No record found
  35. NoRecordDeleted=No record deleted
  36. NotEnoughDataYet=Not enough data
  37. NoError=No error
  38. Error=Error
  39. Errors=Errors
  40. ErrorFieldRequired=Field '%s' is required
  41. ErrorFieldFormat=Field '%s' has a bad value
  42. ErrorFileDoesNotExists=File %s does not exist
  43. ErrorFailedToOpenFile=Failed to open file %s
  44. ErrorCanNotCreateDir=Cannot create dir %s
  45. ErrorCanNotReadDir=Cannot read dir %s
  46. ErrorConstantNotDefined=Parameter %s not defined
  47. ErrorUnknown=Unknown error
  48. ErrorSQL=SQL Error
  49. ErrorLogoFileNotFound=Logo file '%s' was not found
  50. ErrorGoToGlobalSetup=Go to 'Company/Organization' setup to fix this
  51. ErrorGoToModuleSetup=Go to Module setup to fix this
  52. ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
  53. ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory.
  54. ErrorInternalErrorDetected=Error detected
  55. ErrorWrongHostParameter=Wrong host parameter
  56. ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
  57. ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
  58. ErrorWrongValue=Wrong value
  59. ErrorWrongValueForParameterX=Wrong value for parameter %s
  60. ErrorNoRequestInError=No request in error
  61. ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
  62. ErrorDuplicateField=Duplicate value in a unique field
  63. ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
  64. ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in the Dolibarr config file <b>conf.php</b>.
  65. ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
  66. ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
  67. ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
  68. ErrorFailedToSaveFile=Error, failed to save file.
  69. ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a existing warehouse
  70. FieldCannotBeNegative=Field "%s" cannot be negative
  71. MaxNbOfRecordPerPage=Max. number of records per page
  72. NotAuthorized=You are not authorized to do that.
  73. SetDate=Set date
  74. SelectDate=Select a date
  75. SeeAlso=See also %s
  76. SeeHere=See here
  77. ClickHere=Click here
  78. Here=Here
  79. Apply=Apply
  80. BackgroundColorByDefault=Default background color
  81. FileRenamed=The file was successfully renamed
  82. FileGenerated=The file was successfully generated
  83. FileSaved=The file was successfully saved
  84. FileUploaded=The file was successfully uploaded
  85. FileTransferComplete=File(s) uploaded successfully
  86. FilesDeleted=File(s) successfully deleted
  87. FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
  88. NbOfEntries=No. of entries
  89. GoToWikiHelpPage=Read online help (Internet access needed)
  90. GoToHelpPage=Read help
  91. DedicatedPageAvailable=Dedicated help page related to your current screen
  92. HomePage=Home Page
  93. RecordSaved=Record saved
  94. RecordDeleted=Record deleted
  95. RecordGenerated=Record generated
  96. LevelOfFeature=Level of features
  97. NotDefined=Not defined
  98. DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr authentication mode is set to <b>%s</b> in configuration file <b>conf.php</b>.<br>This means that the password database is external to Dolibarr, so changing this field may have no effect.
  99. Administrator=Administrator
  100. Undefined=Undefined
  101. PasswordForgotten=Password forgotten?
  102. NoAccount=No account?
  103. SeeAbove=See above
  104. HomeArea=Home
  105. LastConnexion=Last login
  106. PreviousConnexion=Previous login
  107. PreviousValue=Previous value
  108. ConnectedOnMultiCompany=Connected on environment
  109. ConnectedSince=Connected since
  110. AuthenticationMode=Authentication mode
  111. RequestedUrl=Requested URL
  112. DatabaseTypeManager=Database type manager
  113. RequestLastAccessInError=Latest database access request error
  114. ReturnCodeLastAccessInError=Return code for latest database access request error
  115. InformationLastAccessInError=Information for latest database access request error
  116. DolibarrHasDetectedError=Dolibarr has detected a technical error
  117. YouCanSetOptionDolibarrMainProdToZero=You can read log file or set option $dolibarr_main_prod to '0' in your config file to get more information.
  118. InformationToHelpDiagnose=This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to hide sensitive information)
  119. MoreInformation=More information
  120. TechnicalInformation=Technical information
  121. TechnicalID=Technical ID
  122. LineID=Line ID
  123. NotePublic=Note (public)
  124. NotePrivate=Note (private)
  125. PrecisionUnitIsLimitedToXDecimals=Dolibarr was setup to limit precision of unit prices to <b>%s</b> decimals.
  126. DoTest=Test
  127. ToFilter=Filter
  128. NoFilter=No filter
  129. WarningYouHaveAtLeastOneTaskLate=Warning, you have at least one element that has exceeded the tolerance time.
  130. yes=yes
  131. Yes=Yes
  132. no=no
  133. No=No
  134. All=All
  135. Home=Home
  136. Help=Help
  137. OnlineHelp=Online help
  138. PageWiki=Wiki page
  139. MediaBrowser=Media browser
  140. Always=Always
  141. Never=Never
  142. Under=under
  143. Period=Period
  144. PeriodEndDate=End date for period
  145. SelectedPeriod=Selected period
  146. PreviousPeriod=Previous period
  147. Activate=Activate
  148. Activated=Activated
  149. Closed=Closed
  150. Closed2=Closed
  151. NotClosed=Not closed
  152. Enabled=Enabled
  153. Enable=Enable
  154. Deprecated=Deprecated
  155. Disable=Disable
  156. Disabled=Disabled
  157. Add=Add
  158. AddLink=Add link
  159. RemoveLink=Remove link
  160. AddToDraft=Add to draft
  161. Update=Update
  162. Close=Close
  163. CloseAs=Set status to
  164. CloseBox=Remove widget from your dashboard
  165. Confirm=Confirm
  166. ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
  167. Delete=Delete
  168. Remove=Remove
  169. Resiliate=Terminate
  170. Cancel=Cancel
  171. Modify=Modify
  172. Edit=Edit
  173. Validate=Validate
  174. ValidateAndApprove=Validate and Approve
  175. ToValidate=To validate
  176. NotValidated=Not validated
  177. Save=Save
  178. SaveAs=Save As
  179. SaveAndStay=Save and stay
  180. SaveAndNew=Save and new
  181. TestConnection=Test connection
  182. ToClone=Clone
  183. ConfirmCloneAsk=Are you sure you want to clone the object <b>%s</b>?
  184. ConfirmClone=Choose the data you want to clone:
  185. NoCloneOptionsSpecified=No data to clone defined.
  186. Of=of
  187. Go=Go
  188. Run=Run
  189. CopyOf=Copy of
  190. Show=Show
  191. Hide=Hide
  192. ShowCardHere=Show card
  193. Search=Search
  194. SearchOf=Search
  195. SearchMenuShortCut=Ctrl + shift + f
  196. QuickAdd=Quick add
  197. QuickAddMenuShortCut=Ctrl + shift + l
  198. Valid=Valid
  199. Approve=Approve
  200. Disapprove=Disapprove
  201. ReOpen=Re-Open
  202. Upload=Upload
  203. ToLink=Link
  204. Select=Select
  205. SelectAll=Select all
  206. Choose=Choose
  207. Resize=Resize
  208. ResizeOrCrop=Resize or Crop
  209. Recenter=Recenter
  210. Author=Author
  211. User=User
  212. Users=Users
  213. Group=Group
  214. Groups=Groups
  215. UserGroup=User group
  216. UserGroups=User groups
  217. NoUserGroupDefined=No user group defined
  218. Password=Password
  219. PasswordRetype=Retype your password
  220. NoteSomeFeaturesAreDisabled=Note that a lot of features/modules are disabled in this demonstration.
  221. Name=Name
  222. NameSlashCompany=Name / Company
  223. Person=Person
  224. Parameter=Parameter
  225. Parameters=Parameters
  226. Value=Value
  227. PersonalValue=Personal value
  228. NewObject=New %s
  229. NewValue=New value
  230. OldValue=Old value %s
  231. CurrentValue=Current value
  232. Code=Code
  233. Type=Type
  234. Language=Language
  235. MultiLanguage=Multi-language
  236. Note=Note
  237. Title=Title
  238. Label=Label
  239. RefOrLabel=Ref. or label
  240. Info=Log
  241. Family=Family
  242. Description=Description
  243. Designation=Description
  244. DescriptionOfLine=Description of line
  245. DateOfLine=Date of line
  246. DurationOfLine=Duration of line
  247. ParentLine=Parent line ID
  248. Model=Doc template
  249. DefaultModel=Default doc template
  250. Action=Event
  251. About=About
  252. Number=Number
  253. NumberByMonth=Total reports by month
  254. AmountByMonth=Amount by month
  255. Numero=Number
  256. Limit=Limit
  257. Limits=Limits
  258. Logout=Logout
  259. NoLogoutProcessWithAuthMode=No applicative disconnect feature with authentication mode <b>%s</b>
  260. Connection=Login
  261. Setup=Setup
  262. Alert=Alert
  263. MenuWarnings=Alerts
  264. Previous=Previous
  265. Next=Next
  266. Cards=Cards
  267. Card=Card
  268. Now=Now
  269. HourStart=Start hour
  270. Deadline=Deadline
  271. Date=Date
  272. DateAndHour=Date and hour
  273. DateToday=Today's date
  274. DateReference=Reference date
  275. DateStart=Start date
  276. DateEnd=End date
  277. DateCreation=Creation date
  278. DateCreationShort=Creat. date
  279. IPCreation=Creation IP
  280. DateModification=Modification date
  281. DateModificationShort=Modif. date
  282. IPModification=Modification IP
  283. DateLastModification=Latest modification date
  284. DateValidation=Validation date
  285. DateSigning=Signing date
  286. DateClosing=Closing date
  287. DateDue=Due date
  288. DateValue=Value date
  289. DateValueShort=Value date
  290. DateOperation=Operation date
  291. DateOperationShort=Oper. Date
  292. DateLimit=Limit date
  293. DateRequest=Request date
  294. DateProcess=Process date
  295. DateBuild=Report build date
  296. DatePayment=Date of payment
  297. DateApprove=Approving date
  298. DateApprove2=Approving date (second approval)
  299. RegistrationDate=Registration date
  300. UserCreation=Creation user
  301. UserModification=Modification user
  302. UserValidation=Validation user
  303. UserCreationShort=Creat. user
  304. UserModificationShort=Modif. user
  305. UserValidationShort=Valid. user
  306. DurationYear=year
  307. DurationMonth=month
  308. DurationWeek=week
  309. DurationDay=day
  310. DurationYears=years
  311. DurationMonths=months
  312. DurationWeeks=weeks
  313. DurationDays=days
  314. Year=Year
  315. Month=Month
  316. Week=Week
  317. WeekShort=Week
  318. Day=Day
  319. Hour=Hour
  320. Minute=Minute
  321. Second=Second
  322. Years=Years
  323. Months=Months
  324. Days=Days
  325. days=days
  326. Hours=Hours
  327. Minutes=Minutes
  328. Seconds=Seconds
  329. Weeks=Weeks
  330. Today=Today
  331. Yesterday=Yesterday
  332. Tomorrow=Tomorrow
  333. Morning=Morning
  334. Afternoon=Afternoon
  335. Quadri=Quadri
  336. MonthOfDay=Month of the day
  337. DaysOfWeek=Days of week
  338. HourShort=H
  339. MinuteShort=mn
  340. Rate=Rate
  341. CurrencyRate=Currency conversion rate
  342. UseLocalTax=Include tax
  343. Bytes=Bytes
  344. KiloBytes=Kilobytes
  345. MegaBytes=Megabytes
  346. GigaBytes=Gigabytes
  347. TeraBytes=Terabytes
  348. UserAuthor=Ceated by
  349. UserModif=Updated by
  350. b=b.
  351. Kb=Kb
  352. Mb=Mb
  353. Gb=Gb
  354. Tb=Tb
  355. Cut=Cut
  356. Copy=Copy
  357. Paste=Paste
  358. Default=Default
  359. DefaultValue=Default value
  360. DefaultValues=Default values/filters/sorting
  361. Price=Price
  362. PriceCurrency=Price (currency)
  363. UnitPrice=Unit price
  364. UnitPriceHT=Unit price (excl.)
  365. UnitPriceHTCurrency=Unit price (excl.) (currency)
  366. UnitPriceTTC=Unit price
  367. PriceU=U.P.
  368. PriceUHT=U.P. (net)
  369. PriceUHTCurrency=U.P (net) (currency)
  370. PriceUTTC=U.P. (inc. tax)
  371. Amount=Amount
  372. AmountInvoice=Invoice amount
  373. AmountInvoiced=Amount invoiced
  374. AmountInvoicedHT=Amount invoiced (excl. tax)
  375. AmountInvoicedTTC=Amount invoiced (inc. tax)
  376. AmountPayment=Payment amount
  377. AmountHTShort=Amount (excl.)
  378. AmountTTCShort=Amount (inc. tax)
  379. AmountHT=Amount (excl. tax)
  380. AmountTTC=Amount (inc. tax)
  381. AmountVAT=Amount tax
  382. MulticurrencyAlreadyPaid=Already paid, original currency
  383. MulticurrencyRemainderToPay=Remain to pay, original currency
  384. MulticurrencyPaymentAmount=Payment amount, original currency
  385. MulticurrencyAmountHT=Amount (excl. tax), original currency
  386. MulticurrencyAmountTTC=Amount (inc. of tax), original currency
  387. MulticurrencyAmountVAT=Amount tax, original currency
  388. MulticurrencySubPrice=Amount sub price multi currency
  389. AmountLT1=Amount tax 2
  390. AmountLT2=Amount tax 3
  391. AmountLT1ES=Amount RE
  392. AmountLT2ES=Amount IRPF
  393. AmountTotal=Total amount
  394. AmountAverage=Average amount
  395. PriceQtyMinHT=Price quantity min. (excl. tax)
  396. PriceQtyMinHTCurrency=Price quantity min. (excl. tax) (currency)
  397. PercentOfOriginalObject=Percent of original object
  398. AmountOrPercent=Amount or percent
  399. Percentage=Percentage
  400. Total=Total
  401. SubTotal=Subtotal
  402. TotalHTShort=Total (excl.)
  403. TotalHT100Short=Total 100%% (excl.)
  404. TotalHTShortCurrency=Total (excl. in currency)
  405. TotalTTCShort=Total (inc. tax)
  406. TotalHT=Total (excl. tax)
  407. TotalHTforthispage=Total (excl. tax) for this page
  408. Totalforthispage=Total for this page
  409. TotalTTC=Total (inc. tax)
  410. TotalTTCToYourCredit=Total (inc. tax) to your credit
  411. TotalVAT=Total tax
  412. TotalVATIN=Total IGST
  413. TotalLT1=Total tax 2
  414. TotalLT2=Total tax 3
  415. TotalLT1ES=Total RE
  416. TotalLT2ES=Total IRPF
  417. TotalLT1IN=Total CGST
  418. TotalLT2IN=Total SGST
  419. HT=Excl. tax
  420. TTC=Inc. tax
  421. INCVATONLY=Inc. VAT
  422. INCT=Inc. all taxes
  423. VAT=Sales tax
  424. VATIN=IGST
  425. VATs=Sales taxes
  426. VATINs=IGST taxes
  427. LT1=Sales tax 2
  428. LT1Type=Sales tax 2 type
  429. LT2=Sales tax 3
  430. LT2Type=Sales tax 3 type
  431. LT1ES=RE
  432. LT2ES=IRPF
  433. LT1IN=CGST
  434. LT2IN=SGST
  435. LT1GC=Additionnal cents
  436. VATRate=Tax Rate
  437. RateOfTaxN=Rate of tax %s
  438. VATCode=Tax Rate code
  439. VATNPR=Tax Rate NPR
  440. DefaultTaxRate=Default tax rate
  441. Average=Average
  442. Sum=Sum
  443. Delta=Delta
  444. StatusToPay=To pay
  445. RemainToPay=Remain to pay
  446. Module=Module/Application
  447. Modules=Modules/Applications
  448. Option=Option
  449. Filters=Filters
  450. List=List
  451. FullList=Full list
  452. FullConversation=Full conversation
  453. Statistics=Statistics
  454. OtherStatistics=Other statistics
  455. Status=Status
  456. Favorite=Favorite
  457. ShortInfo=Info.
  458. Ref=Ref.
  459. ExternalRef=Ref. extern
  460. RefSupplier=Ref. vendor
  461. RefPayment=Ref. payment
  462. CommercialProposalsShort=Commercial proposals
  463. Comment=Comment
  464. Comments=Comments
  465. ActionsToDo=Events to do
  466. ActionsToDoShort=To do
  467. ActionsDoneShort=Done
  468. ActionNotApplicable=Not applicable
  469. ActionRunningNotStarted=To start
  470. ActionRunningShort=In progress
  471. ActionDoneShort=Finished
  472. ActionUncomplete=Incomplete
  473. LatestLinkedEvents=Latest %s linked events
  474. CompanyFoundation=Company/Organization
  475. Accountant=Accountant
  476. ContactsForCompany=Contacts for this third party
  477. ContactsAddressesForCompany=Contacts/addresses for this third party
  478. AddressesForCompany=Addresses for this third party
  479. ActionsOnCompany=Events for this third party
  480. ActionsOnContact=Events for this contact/address
  481. ActionsOnContract=Events for this contract
  482. ActionsOnMember=Events about this member
  483. ActionsOnProduct=Events about this product
  484. NActionsLate=%s late
  485. ToDo=To do
  486. Completed=Completed
  487. Running=In progress
  488. RequestAlreadyDone=Request already recorded
  489. Filter=Filter
  490. FilterOnInto=Search criteria '<strong>%s</strong>' into fields %s
  491. RemoveFilter=Remove filter
  492. ChartGenerated=Chart generated
  493. ChartNotGenerated=Chart not generated
  494. GeneratedOn=Build on %s
  495. Generate=Generate
  496. Duration=Duration
  497. TotalDuration=Total duration
  498. Summary=Summary
  499. DolibarrStateBoard=Database Statistics
  500. DolibarrWorkBoard=Open Items
  501. NoOpenedElementToProcess=No open element to process
  502. Available=Available
  503. NotYetAvailable=Not yet available
  504. NotAvailable=Not available
  505. Categories=Tags/categories
  506. Category=Tag/category
  507. By=By
  508. From=From
  509. FromDate=From
  510. FromLocation=From
  511. to=to
  512. To=to
  513. ToDate=to
  514. ToLocation=to
  515. at=at
  516. and=and
  517. or=or
  518. Other=Other
  519. Others=Others
  520. OtherInformations=Other information
  521. Workflow=Workflow
  522. Quantity=Quantity
  523. Qty=Qty
  524. ChangedBy=Changed by
  525. ApprovedBy=Approved by
  526. ApprovedBy2=Approved by (second approval)
  527. Approved=Approved
  528. Refused=Refused
  529. ReCalculate=Recalculate
  530. ResultKo=Failure
  531. Reporting=Reporting
  532. Reportings=Reporting
  533. Draft=Draft
  534. Drafts=Drafts
  535. StatusInterInvoiced=Invoiced
  536. Validated=Validated
  537. ValidatedToProduce=Validated (To produce)
  538. Opened=Open
  539. OpenAll=Open (All)
  540. ClosedAll=Closed (All)
  541. New=New
  542. Discount=Discount
  543. Unknown=Unknown
  544. General=General
  545. Size=Size
  546. OriginalSize=Original size
  547. Received=Received
  548. Paid=Paid
  549. Topic=Subject
  550. ByCompanies=By third parties
  551. ByUsers=By user
  552. Links=Links
  553. Link=Link
  554. Rejects=Rejects
  555. Preview=Preview
  556. NextStep=Next step
  557. Datas=Data
  558. None=None
  559. NoneF=None
  560. NoneOrSeveral=None or several
  561. Late=Late
  562. LateDesc=An item is defined as Delayed as per the system configuration in menu Home - Setup - Alerts.
  563. NoItemLate=No late item
  564. Photo=Picture
  565. Photos=Pictures
  566. AddPhoto=Add picture
  567. DeletePicture=Picture delete
  568. ConfirmDeletePicture=Confirm picture deletion?
  569. Login=Login
  570. LoginEmail=Login (email)
  571. LoginOrEmail=Login or Email
  572. CurrentLogin=Current login
  573. EnterLoginDetail=Enter login details
  574. January=January
  575. February=February
  576. March=March
  577. April=April
  578. May=May
  579. June=June
  580. July=July
  581. August=August
  582. September=September
  583. October=October
  584. November=November
  585. December=December
  586. Month01=January
  587. Month02=February
  588. Month03=March
  589. Month04=April
  590. Month05=May
  591. Month06=June
  592. Month07=July
  593. Month08=August
  594. Month09=September
  595. Month10=October
  596. Month11=November
  597. Month12=December
  598. MonthShort01=Jan
  599. MonthShort02=Feb
  600. MonthShort03=Mar
  601. MonthShort04=Apr
  602. MonthShort05=May
  603. MonthShort06=Jun
  604. MonthShort07=Jul
  605. MonthShort08=Aug
  606. MonthShort09=Sep
  607. MonthShort10=Oct
  608. MonthShort11=Nov
  609. MonthShort12=Dec
  610. MonthVeryShort01=J
  611. MonthVeryShort02=F
  612. MonthVeryShort03=M
  613. MonthVeryShort04=A
  614. MonthVeryShort05=M
  615. MonthVeryShort06=J
  616. MonthVeryShort07=J
  617. MonthVeryShort08=A
  618. MonthVeryShort09=S
  619. MonthVeryShort10=O
  620. MonthVeryShort11=N
  621. MonthVeryShort12=D
  622. AttachedFiles=Attached files and documents
  623. JoinMainDoc=Join main document
  624. DateFormatYYYYMM=YYYY-MM
  625. DateFormatYYYYMMDD=YYYY-MM-DD
  626. DateFormatYYYYMMDDHHMM=YYYY-MM-DD HH:SS
  627. ReportName=Report name
  628. ReportPeriod=Report period
  629. ReportDescription=Description
  630. Report=Report
  631. Keyword=Keyword
  632. Origin=Origin
  633. Legend=Legend
  634. Fill=Fill
  635. Reset=Reset
  636. File=File
  637. Files=Files
  638. NotAllowed=Not allowed
  639. ReadPermissionNotAllowed=Read permission not allowed
  640. AmountInCurrency=Amount in %s currency
  641. Example=Example
  642. Examples=Examples
  643. NoExample=No example
  644. FindBug=Report a bug
  645. NbOfThirdParties=Number of third parties
  646. NbOfLines=Number of lines
  647. NbOfObjects=Number of objects
  648. NbOfObjectReferers=Number of related items
  649. Referers=Related items
  650. TotalQuantity=Total quantity
  651. DateFromTo=From %s to %s
  652. DateFrom=From %s
  653. DateUntil=Until %s
  654. Check=Check
  655. Uncheck=Uncheck
  656. Internal=Internal
  657. External=External
  658. Internals=Internal
  659. Externals=External
  660. Warning=Warning
  661. Warnings=Warnings
  662. BuildDoc=Build Doc
  663. Entity=Environment
  664. Entities=Entities
  665. CustomerPreview=Customer preview
  666. SupplierPreview=Vendor preview
  667. ShowCustomerPreview=Show customer preview
  668. ShowSupplierPreview=Show vendor preview
  669. RefCustomer=Ref. customer
  670. InternalRef=Internal ref.
  671. Currency=Currency
  672. InfoAdmin=Information for administrators
  673. Undo=Undo
  674. Redo=Redo
  675. ExpandAll=Expand all
  676. UndoExpandAll=Undo expand
  677. SeeAll=See all
  678. Reason=Reason
  679. FeatureNotYetSupported=Feature not yet supported
  680. CloseWindow=Close window
  681. Response=Response
  682. Priority=Priority
  683. SendByMail=Send by email
  684. MailSentBy=Email sent by
  685. NotSent=Not sent
  686. TextUsedInTheMessageBody=Email body
  687. SendAcknowledgementByMail=Send confirmation email
  688. SendMail=Send email
  689. Email=Email
  690. NoEMail=No email
  691. AlreadyRead=Already read
  692. NotRead=Unread
  693. NoMobilePhone=No mobile phone
  694. Owner=Owner
  695. FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
  696. Refresh=Refresh
  697. BackToList=Back to list
  698. BackToTree=Back to tree
  699. GoBack=Go back
  700. CanBeModifiedIfOk=Can be modified if valid
  701. CanBeModifiedIfKo=Can be modified if not valid
  702. ValueIsValid=Value is valid
  703. ValueIsNotValid=Value is not valid
  704. RecordCreatedSuccessfully=Record created successfully
  705. RecordModifiedSuccessfully=Record modified successfully
  706. RecordsModified=%s record(s) modified
  707. RecordsDeleted=%s record(s) deleted
  708. RecordsGenerated=%s record(s) generated
  709. AutomaticCode=Automatic code
  710. FeatureDisabled=Feature disabled
  711. MoveBox=Move widget
  712. Offered=Offered
  713. NotEnoughPermissions=You don't have permission for this action
  714. SessionName=Session name
  715. Method=Method
  716. Receive=Receive
  717. CompleteOrNoMoreReceptionExpected=Complete or nothing more expected
  718. ExpectedValue=Expected Value
  719. ExpectedQty=Expected Qty
  720. PartialWoman=Partial
  721. TotalWoman=Total
  722. NeverReceived=Never received
  723. Canceled=Canceled
  724. YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
  725. YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
  726. YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
  727. Color=Color
  728. Documents=Linked files
  729. Documents2=Documents
  730. UploadDisabled=Upload disabled
  731. MenuAccountancy=Accounting
  732. MenuECM=Documents
  733. MenuAWStats=AWStats
  734. MenuMembers=Members
  735. MenuAgendaGoogle=Google agenda
  736. MenuTaxesAndSpecialExpenses=Taxes | Special expenses
  737. ThisLimitIsDefinedInSetup=Dolibarr limit (Menu home-setup-security): %s Kb, PHP limit: %s Kb
  738. ThisLimitIsDefinedInSetupAt=Dolibarr limit (Menu %s): %s Kb, PHP limit (Param %s): %s Kb
  739. NoFileFound=No documents uploaded
  740. CurrentUserLanguage=Current language
  741. CurrentTheme=Current theme
  742. CurrentMenuManager=Current menu manager
  743. Browser=Browser
  744. Layout=Layout
  745. Screen=Screen
  746. DisabledModules=Disabled modules
  747. For=For
  748. ForCustomer=For customer
  749. Signature=Signature
  750. DateOfSignature=Date of signature
  751. HidePassword=Show command with password hidden
  752. UnHidePassword=Show real command with clear password
  753. Root=Root
  754. RootOfMedias=Root of public medias (/medias)
  755. Informations=Information
  756. Page=Page
  757. Notes=Notes
  758. AddNewLine=Add new line
  759. AddFile=Add file
  760. FreeZone=Free-text product
  761. FreeLineOfType=Free-text item, type:
  762. CloneMainAttributes=Clone object with its main attributes
  763. ReGeneratePDF=Re-generate PDF
  764. PDFMerge=PDF Merge
  765. Merge=Merge
  766. DocumentModelStandardPDF=Standard PDF template
  767. PrintContentArea=Show page to print main content area
  768. MenuManager=Menu manager
  769. WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode: only login <b>%s</b> is allowed to use the application in this mode.
  770. CoreErrorTitle=System error
  771. CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
  772. CreditCard=Credit card
  773. ValidatePayment=Validate payment
  774. CreditOrDebitCard=Credit or debit card
  775. FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
  776. FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
  777. AccordingToGeoIPDatabase=(according to GeoIP conversion)
  778. Line=Line
  779. NotSupported=Not supported
  780. RequiredField=Required field
  781. Result=Result
  782. ToTest=Test
  783. ValidateBefore=Item must be validated before using this feature
  784. Visibility=Visibility
  785. Totalizable=Totalizable
  786. TotalizableDesc=This field is totalizable in list
  787. Private=Private
  788. Hidden=Hidden
  789. Resources=Resources
  790. Source=Source
  791. Prefix=Prefix
  792. Before=Before
  793. After=After
  794. IPAddress=IP address
  795. Frequency=Frequency
  796. IM=Instant messaging
  797. NewAttribute=New attribute
  798. AttributeCode=Attribute code
  799. URLPhoto=URL of photo/logo
  800. SetLinkToAnotherThirdParty=Link to another third party
  801. LinkTo=Link to
  802. LinkToProposal=Link to proposal
  803. LinkToOrder=Link to order
  804. LinkToInvoice=Link to invoice
  805. LinkToTemplateInvoice=Link to template invoice
  806. LinkToSupplierOrder=Link to purchase order
  807. LinkToSupplierProposal=Link to vendor proposal
  808. LinkToSupplierInvoice=Link to vendor invoice
  809. LinkToContract=Link to contract
  810. LinkToIntervention=Link to intervention
  811. LinkToTicket=Link to ticket
  812. LinkToMo=Link to Mo
  813. CreateDraft=Create draft
  814. SetToDraft=Back to draft
  815. ClickToEdit=Click to edit
  816. ClickToRefresh=Click to refresh
  817. EditWithEditor=Edit with CKEditor
  818. EditWithTextEditor=Edit with Text editor
  819. EditHTMLSource=Edit HTML Source
  820. ObjectDeleted=Object %s deleted
  821. ByCountry=By country
  822. ByTown=By town
  823. ByDate=By date
  824. ByMonthYear=By month/year
  825. ByYear=By year
  826. ByMonth=By month
  827. ByDay=By day
  828. BySalesRepresentative=By sales representative
  829. LinkedToSpecificUsers=Linked to a particular user contact
  830. NoResults=No results
  831. AdminTools=Admin Tools
  832. SystemTools=System tools
  833. ModulesSystemTools=Modules tools
  834. Test=Test
  835. Element=Element
  836. NoPhotoYet=No pictures available yet
  837. Dashboard=Dashboard
  838. MyDashboard=My Dashboard
  839. Deductible=Deductible
  840. from=from
  841. toward=toward
  842. Access=Access
  843. SelectAction=Select action
  844. SelectTargetUser=Select target user/employee
  845. HelpCopyToClipboard=Use Ctrl+C to copy to clipboard
  846. SaveUploadedFileWithMask=Save file on server with name "<strong>%s</strong>" (otherwise "%s")
  847. OriginFileName=Original filename
  848. SetDemandReason=Set source
  849. SetBankAccount=Define Bank Account
  850. AccountCurrency=Account currency
  851. ViewPrivateNote=View notes
  852. XMoreLines=%s line(s) hidden
  853. ShowMoreLines=Show more/less lines
  854. PublicUrl=Public URL
  855. AddBox=Add box
  856. SelectElementAndClick=Select an element and click on %s
  857. PrintFile=Print File %s
  858. ShowTransaction=Show entry on bank account
  859. ShowIntervention=Show intervention
  860. ShowContract=Show contract
  861. GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
  862. Deny=Deny
  863. Denied=Denied
  864. ListOf=List of %s
  865. ListOfTemplates=List of templates
  866. Gender=Gender
  867. Genderman=Male
  868. Genderwoman=Female
  869. Genderother=Other
  870. ViewList=List view
  871. ViewGantt=Gantt view
  872. ViewKanban=Kanban view
  873. Mandatory=Mandatory
  874. Hello=Hello
  875. GoodBye=GoodBye
  876. Sincerely=Sincerely
  877. ConfirmDeleteObject=Are you sure you want to delete this object?
  878. DeleteLine=Delete line
  879. ConfirmDeleteLine=Are you sure you want to delete this line?
  880. ErrorPDFTkOutputFileNotFound=Error: the file was not generated. Please check that the 'pdftk' command is installed in a directory included in the $PATH environment variable (linux/unix only) or contact your system administrator.
  881. NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
  882. TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
  883. NoRecordSelected=No record selected
  884. MassFilesArea=Area for files built by mass actions
  885. ShowTempMassFilesArea=Show area of files built by mass actions
  886. ConfirmMassDeletion=Bulk Delete confirmation
  887. ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record(s)?
  888. RelatedObjects=Related Objects
  889. ClassifyBilled=Classify billed
  890. ClassifyUnbilled=Classify unbilled
  891. Progress=Progress
  892. ProgressShort=Progr.
  893. FrontOffice=Front office
  894. BackOffice=Back office
  895. Submit=Submit
  896. View=View
  897. Export=Export
  898. Exports=Exports
  899. ExportFilteredList=Export filtered list
  900. ExportList=Export list
  901. ExportOptions=Export Options
  902. IncludeDocsAlreadyExported=Include docs already exported
  903. ExportOfPiecesAlreadyExportedIsEnable=Export of pieces already exported is enable
  904. ExportOfPiecesAlreadyExportedIsDisable=Export of pieces already exported is disable
  905. AllExportedMovementsWereRecordedAsExported=All exported movements were recorded as exported
  906. NotAllExportedMovementsCouldBeRecordedAsExported=Not all exported movements could be recorded as exported
  907. Miscellaneous=Miscellaneous
  908. Calendar=Calendar
  909. GroupBy=Group by...
  910. ViewFlatList=View flat list
  911. ViewAccountList=View ledger
  912. ViewSubAccountList=View subaccount ledger
  913. RemoveString=Remove string '%s'
  914. SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank" rel="noopener noreferrer external">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
  915. DirectDownloadLink=Public download link
  916. PublicDownloadLinkDesc=Only the link is required to download the file
  917. DirectDownloadInternalLink=Private download link
  918. PrivateDownloadLinkDesc=You need to be logged and you need permissions to view or download the file
  919. Download=Download
  920. DownloadDocument=Download document
  921. ActualizeCurrency=Update currency rate
  922. Fiscalyear=Fiscal year
  923. ModuleBuilder=Module and Application Builder
  924. SetMultiCurrencyCode=Set currency
  925. BulkActions=Bulk actions
  926. ClickToShowHelp=Click to show tooltip help
  927. WebSite=Website
  928. WebSites=Websites
  929. WebSiteAccounts=Website accounts
  930. ExpenseReport=Expense report
  931. ExpenseReports=Expense reports
  932. HR=HR
  933. HRAndBank=HR and Bank
  934. AutomaticallyCalculated=Automatically calculated
  935. TitleSetToDraft=Go back to draft
  936. ConfirmSetToDraft=Are you sure you want to go back to Draft status?
  937. ImportId=Import id
  938. Events=Events
  939. EMailTemplates=Email templates
  940. FileNotShared=File not shared to external public
  941. Project=Project
  942. Projects=Projects
  943. LeadOrProject=Lead | Project
  944. LeadsOrProjects=Leads | Projects
  945. Lead=Lead
  946. Leads=Leads
  947. ListOpenLeads=List open leads
  948. ListOpenProjects=List open projects
  949. NewLeadOrProject=New lead or project
  950. Rights=Permissions
  951. LineNb=Line no.
  952. IncotermLabel=Incoterms
  953. TabLetteringCustomer=Customer lettering
  954. TabLetteringSupplier=Vendor lettering
  955. Monday=Monday
  956. Tuesday=Tuesday
  957. Wednesday=Wednesday
  958. Thursday=Thursday
  959. Friday=Friday
  960. Saturday=Saturday
  961. Sunday=Sunday
  962. MondayMin=Mo
  963. TuesdayMin=Tu
  964. WednesdayMin=We
  965. ThursdayMin=Th
  966. FridayMin=Fr
  967. SaturdayMin=Sa
  968. SundayMin=Su
  969. Day1=Monday
  970. Day2=Tuesday
  971. Day3=Wednesday
  972. Day4=Thursday
  973. Day5=Friday
  974. Day6=Saturday
  975. Day0=Sunday
  976. ShortMonday=M
  977. ShortTuesday=T
  978. ShortWednesday=W
  979. ShortThursday=T
  980. ShortFriday=F
  981. ShortSaturday=S
  982. ShortSunday=S
  983. one=one
  984. two=two
  985. three=three
  986. four=four
  987. five=five
  988. six=six
  989. seven=seven
  990. eight=eight
  991. nine=nine
  992. ten=ten
  993. eleven=eleven
  994. twelve=twelve
  995. thirteen=thirdteen
  996. fourteen=fourteen
  997. fifteen=fifteen
  998. sixteen=sixteen
  999. seventeen=seventeen
  1000. eighteen=eighteen
  1001. nineteen=nineteen
  1002. twenty=twenty
  1003. thirty=thirty
  1004. forty=forty
  1005. fifty=fifty
  1006. sixty=sixty
  1007. seventy=seventy
  1008. eighty=eighty
  1009. ninety=ninety
  1010. hundred=hundred
  1011. thousand=thousand
  1012. million=million
  1013. billion=billion
  1014. trillion=trillion
  1015. quadrillion=quadrillion
  1016. SelectMailModel=Select an email template
  1017. SetRef=Set ref
  1018. Select2ResultFoundUseArrows=Some results found. Use arrows to select.
  1019. Select2NotFound=No result found
  1020. Select2Enter=Enter
  1021. Select2MoreCharacter=or more character
  1022. Select2MoreCharacters=or more characters
  1023. Select2MoreCharactersMore=<strong>Search syntax:</strong><br><kbd><strong> |</strong></kbd><kbd> OR</kbd> (a|b)<br><kbd><strong>*</strong></kbd><kbd> Any character</kbd> (a*b)<br><kbd><strong>^</strong></kbd><kbd> Start with</kbd> (^ab)<br><kbd><strong>$</strong></kbd><kbd> End with</kbd> (ab$)<br>
  1024. Select2LoadingMoreResults=Loading more results...
  1025. Select2SearchInProgress=Search in progress...
  1026. SearchIntoThirdparties=Third parties
  1027. SearchIntoContacts=Contacts
  1028. SearchIntoMembers=Members
  1029. SearchIntoUsers=Users
  1030. SearchIntoProductsOrServices=Products or services
  1031. SearchIntoBatch=Lots / Serials
  1032. SearchIntoProjects=Projects
  1033. SearchIntoMO=Manufacturing Orders
  1034. SearchIntoTasks=Tasks
  1035. SearchIntoCustomerInvoices=Customer invoices
  1036. SearchIntoSupplierInvoices=Vendor invoices
  1037. SearchIntoCustomerOrders=Sales orders
  1038. SearchIntoSupplierOrders=Purchase orders
  1039. SearchIntoCustomerProposals=Commercial proposals
  1040. SearchIntoSupplierProposals=Vendor proposals
  1041. SearchIntoInterventions=Interventions
  1042. SearchIntoContracts=Contracts
  1043. SearchIntoCustomerShipments=Customer shipments
  1044. SearchIntoExpenseReports=Expense reports
  1045. SearchIntoLeaves=Leave
  1046. SearchIntoTickets=Tickets
  1047. SearchIntoCustomerPayments=Customer payments
  1048. SearchIntoVendorPayments=Vendor payments
  1049. SearchIntoMiscPayments=Miscellaneous payments
  1050. CommentLink=Comments
  1051. NbComments=Number of comments
  1052. CommentPage=Comments space
  1053. CommentAdded=Comment added
  1054. CommentDeleted=Comment deleted
  1055. Everybody=Everybody
  1056. PayedBy=Paid by
  1057. PayedTo=Paid to
  1058. Monthly=Monthly
  1059. Quarterly=Quarterly
  1060. Annual=Annual
  1061. Local=Local
  1062. Remote=Remote
  1063. LocalAndRemote=Local and Remote
  1064. KeyboardShortcut=Keyboard shortcut
  1065. AssignedTo=Assigned to
  1066. Deletedraft=Delete draft
  1067. ConfirmMassDraftDeletion=Draft mass delete confirmation
  1068. FileSharedViaALink=File shared with a public link
  1069. SelectAThirdPartyFirst=Select a third party first...
  1070. YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
  1071. Inventory=Inventory
  1072. AnalyticCode=Analytic code
  1073. TMenuMRP=MRP
  1074. ShowCompanyInfos=Show company infos
  1075. ShowMoreInfos=Show More Infos
  1076. NoFilesUploadedYet=Please upload a document first
  1077. SeePrivateNote=See private note
  1078. PaymentInformation=Payment information
  1079. ValidFrom=Valid from
  1080. ValidUntil=Valid until
  1081. NoRecordedUsers=No users
  1082. ToClose=To close
  1083. ToRefuse=To refuse
  1084. ToProcess=To process
  1085. ToApprove=To approve
  1086. GlobalOpenedElemView=Global view
  1087. NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
  1088. NoArticlesFoundForTheCategory=No article found for the category
  1089. ToAcceptRefuse=To accept | refuse
  1090. ContactDefault_agenda=Event
  1091. ContactDefault_commande=Order
  1092. ContactDefault_contrat=Contract
  1093. ContactDefault_facture=Invoice
  1094. ContactDefault_fichinter=Intervention
  1095. ContactDefault_invoice_supplier=Supplier Invoice
  1096. ContactDefault_order_supplier=Purchase Order
  1097. ContactDefault_project=Project
  1098. ContactDefault_project_task=Task
  1099. ContactDefault_propal=Proposal
  1100. ContactDefault_supplier_proposal=Supplier Proposal
  1101. ContactDefault_ticket=Ticket
  1102. ContactAddedAutomatically=Contact added from contact thirdparty roles
  1103. More=More
  1104. ShowDetails=Show details
  1105. CustomReports=Custom reports
  1106. StatisticsOn=Statistics on
  1107. SelectYourGraphOptionsFirst=Select your graph options to build a graph
  1108. Measures=Measures
  1109. XAxis=X-Axis
  1110. YAxis=Y-Axis
  1111. StatusOfRefMustBe=Status of %s must be %s
  1112. DeleteFileHeader=Confirm file delete
  1113. DeleteFileText=Do you really want delete this file?
  1114. ShowOtherLanguages=Show other languages
  1115. SwitchInEditModeToAddTranslation=Switch in edit mode to add translations for this language
  1116. NotUsedForThisCustomer=Not used for this customer
  1117. AmountMustBePositive=Amount must be positive
  1118. ByStatus=By status
  1119. InformationMessage=Information
  1120. Used=Used
  1121. ASAP=As Soon As Possible
  1122. CREATEInDolibarr=Record %s created
  1123. MODIFYInDolibarr=Record %s modified
  1124. DELETEInDolibarr=Record %s deleted
  1125. VALIDATEInDolibarr=Record %s validated
  1126. APPROVEDInDolibarr=Record %s approved
  1127. DefaultMailModel=Default Mail Model
  1128. PublicVendorName=Public name of vendor
  1129. DateOfBirth=Date of birth
  1130. SecurityTokenHasExpiredSoActionHasBeenCanceledPleaseRetry=Security token has expired, so action has been canceled. Please try again.
  1131. UpToDate=Up-to-date
  1132. OutOfDate=Out-of-date
  1133. EventReminder=Event Reminder
  1134. UpdateForAllLines=Update for all lines
  1135. OnHold=On hold
  1136. Civility=Civility
  1137. AffectTag=Affect Tag
  1138. CreateExternalUser=Create external user
  1139. ConfirmAffectTag=Bulk Tag Affect
  1140. ConfirmAffectTagQuestion=Are you sure you want to affect tags to the %s selected record(s)?
  1141. CategTypeNotFound=No tag type found for type of records
  1142. CopiedToClipboard=Copied to clipboard
  1143. InformationOnLinkToContract=This amount is only the total of all the lines of the contract. No notion of time is taken into consideration.
  1144. ConfirmCancel=Are you sure you want to cancel
  1145. EmailMsgID=Email MsgID
  1146. SetToEnabled=Set to enabled
  1147. SetToDisabled=Set to disabled
  1148. ConfirmMassEnabling=mass enabling confirmation
  1149. ConfirmMassEnablingQuestion=Are you sure you want to enable the %s selected record(s)?
  1150. ConfirmMassDisabling=mass disabling confirmation
  1151. ConfirmMassDisablingQuestion=Are you sure you want to disable the %s selected record(s)?
  1152. RecordsEnabled=%s record(s) enabled
  1153. RecordsDisabled=%s record(s) disabled
  1154. RecordEnabled=Record enabled
  1155. RecordDisabled=Record disabled
  1156. Forthcoming=Forthcoming
  1157. Currently=Currently
  1158. ConfirmMassLeaveApprovalQuestion=Are you sure you want to approve the %s selected record(s)?
  1159. ConfirmMassLeaveApproval=Mass leave approval confirmation
  1160. RecordAproved=Record approved
  1161. RecordsApproved=%s Record(s) approved
  1162. Properties=Properties
  1163. hasBeenValidated=%s has been validated
  1164. ClientTZ=Client Time Zone (user)
  1165. NotClosedYet=Not yet closed
  1166. ClearSignature=Reset signature
  1167. CanceledHidden=Canceled hidden
  1168. CanceledShown=Canceled shown
  1169. Terminate=Terminate
  1170. Terminated=Terminated