main.lang 37 KB

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