123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926 |
- # Dolibarr language file - Source file is en_US - main
- DIRECTION=ltr
- # Note for Chinese:
- # msungstdlight or cid0ct are for traditional Chinese (traditional does not render with Ubuntu pdf reader)
- # stsongstdlight or cid0cs are for simplified Chinese
- # To read Chinese pdf with Linux: sudo apt-get install poppler-data
- FONTFORPDF=helvetica
- FONTSIZEFORPDF=10
- SeparatorDecimal=.
- SeparatorThousand=,
- FormatDateShort=%m/%d/%Y
- FormatDateShortInput=%m/%d/%Y
- FormatDateShortJava=MM/dd/yyyy
- FormatDateShortJavaInput=MM/dd/yyyy
- FormatDateShortJQuery=mm/dd/yy
- FormatDateShortJQueryInput=mm/dd/yy
- FormatHourShortJQuery=HH:MI
- FormatHourShort=%I:%M %p
- FormatHourShortDuration=%H:%M
- FormatDateTextShort=%b %d, %Y
- FormatDateText=%B %d, %Y
- FormatDateHourShort=%m/%d/%Y %I:%M %p
- FormatDateHourSecShort=%m/%d/%Y %I:%M:%S %p
- FormatDateHourTextShort=%b %d, %Y, %I:%M %p
- FormatDateHourText=%B %d, %Y, %I:%M %p
- DatabaseConnection=Database connection
- NoTemplateDefined=No template available for this email type
- AvailableVariables=Available substitution variables
- NoTranslation=No translation
- Translation=Translation
- NoRecordFound=No record found
- NoRecordDeleted=No record deleted
- NotEnoughDataYet=Not enough data
- NoError=No error
- Error=Error
- Errors=Errors
- ErrorFieldRequired=Field '%s' is required
- ErrorFieldFormat=Field '%s' has a bad value
- ErrorFileDoesNotExists=File %s does not exist
- ErrorFailedToOpenFile=Failed to open file %s
- ErrorCanNotCreateDir=Cannot create dir %s
- ErrorCanNotReadDir=Cannot read dir %s
- ErrorConstantNotDefined=Parameter %s not defined
- ErrorUnknown=Unknown error
- ErrorSQL=SQL Error
- ErrorLogoFileNotFound=Logo file '%s' was not found
- ErrorGoToGlobalSetup=Go to 'Company/Organization' setup to fix this
- ErrorGoToModuleSetup=Go to Module setup to fix this
- ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
- 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.
- ErrorInternalErrorDetected=Error detected
- ErrorWrongHostParameter=Wrong host parameter
- ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
- ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
- ErrorWrongValue=Wrong value
- ErrorWrongValueForParameterX=Wrong value for parameter %s
- ErrorNoRequestInError=No request in error
- ErrorServiceUnavailableTryLater=Service not available for the moment. Try again later.
- ErrorDuplicateField=Duplicate value in a unique field
- ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback changes.
- ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined inside Dolibarr config file <b>conf.php</b>.
- ErrorCantLoadUserFromDolibarrDatabase=Failed to find user <b>%s</b> in Dolibarr database.
- ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%s'.
- ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
- ErrorFailedToSaveFile=Error, failed to save file.
- ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of current one
- MaxNbOfRecordPerPage=Max nb of record per page
- NotAuthorized=You are not authorized to do that.
- SetDate=Set date
- SelectDate=Select a date
- SeeAlso=See also %s
- SeeHere=See here
- Apply=Apply
- BackgroundColorByDefault=Default background color
- FileRenamed=The file was successfully renamed
- FileGenerated=The file was successfully generated
- FileSaved=The file was successfully saved
- FileUploaded=The file was successfully uploaded
- FileTransferComplete=File(s) was uploaded successfully
- FilesDeleted=File(s) successfully deleted
- FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
- NbOfEntries=Nb of entries
- GoToWikiHelpPage=Read online help (Internet access needed)
- GoToHelpPage=Read help
- RecordSaved=Record saved
- RecordDeleted=Record deleted
- LevelOfFeature=Level of features
- NotDefined=Not defined
- 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.
- Administrator=Administrator
- Undefined=Undefined
- PasswordForgotten=Password forgotten?
- SeeAbove=See above
- HomeArea=Home area
- LastConnexion=Latest connection
- PreviousConnexion=Previous connection
- PreviousValue=Previous value
- ConnectedOnMultiCompany=Connected on environment
- ConnectedSince=Connected since
- AuthenticationMode=Authentication mode
- RequestedUrl=Requested URL
- DatabaseTypeManager=Database type manager
- RequestLastAccessInError=Latest database access request error
- ReturnCodeLastAccessInError=Return code for latest database access request error
- InformationLastAccessInError=Information for latest database access request error
- DolibarrHasDetectedError=Dolibarr has detected a technical error
- YouCanSetOptionDolibarrMainProdToZero=You can read log file or set option $dolibarr_main_prod to '0' in your config file to get more information.
- InformationToHelpDiagnose=This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to remove such notices)
- MoreInformation=More information
- TechnicalInformation=Technical information
- TechnicalID=Technical ID
- NotePublic=Note (public)
- NotePrivate=Note (private)
- PrecisionUnitIsLimitedToXDecimals=Dolibarr was setup to limit precision of unit prices to <b>%s</b> decimals.
- DoTest=Test
- ToFilter=Filter
- NoFilter=No filter
- WarningYouHaveAtLeastOneTaskLate=Warning, you have at least one element that has exceeded the tolerance delay.
- yes=yes
- Yes=Yes
- no=no
- No=No
- All=All
- Home=Home
- Help=Help
- OnlineHelp=Online help
- PageWiki=Wiki page
- MediaBrowser=Media browser
- Always=Always
- Never=Never
- Under=under
- Period=Period
- PeriodEndDate=End date for period
- SelectedPeriod=Selected period
- PreviousPeriod=Previous period
- Activate=Activate
- Activated=Activated
- Closed=Closed
- Closed2=Closed
- NotClosed=Not closed
- Enabled=Enabled
- Deprecated=Deprecated
- Disable=Disable
- Disabled=Disabled
- Add=Add
- AddLink=Add link
- RemoveLink=Remove link
- AddToDraft=Add to draft
- Update=Update
- Close=Close
- CloseBox=Remove widget from your dashboard
- Confirm=Confirm
- ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b>?
- Delete=Delete
- Remove=Remove
- Resiliate=Terminate
- Cancel=Cancel
- Modify=Modify
- Edit=Edit
- Validate=Validate
- ValidateAndApprove=Validate and Approve
- ToValidate=To validate
- NotValidated=Not validated
- Save=Save
- SaveAs=Save As
- TestConnection=Test connection
- ToClone=Clone
- ConfirmClone=Choose data you want to clone :
- NoCloneOptionsSpecified=No data to clone defined.
- Of=of
- Go=Go
- Run=Run
- CopyOf=Copy of
- Show=Show
- Hide=Hide
- ShowCardHere=Show card
- Search=Search
- SearchOf=Search
- Valid=Valid
- Approve=Approve
- Disapprove=Disapprove
- ReOpen=Re-Open
- Upload=Send file
- ToLink=Link
- Select=Select
- Choose=Choose
- Resize=Resize
- Recenter=Recenter
- Author=Author
- User=User
- Users=Users
- Group=Group
- Groups=Groups
- NoUserGroupDefined=No user group defined
- Password=Password
- PasswordRetype=Retype your password
- NoteSomeFeaturesAreDisabled=Note that a lot of features/modules are disabled in this demonstration.
- Name=Name
- Person=Person
- Parameter=Parameter
- Parameters=Parameters
- Value=Value
- PersonalValue=Personal value
- NewObject=New %s
- NewValue=New value
- CurrentValue=Current value
- Code=Code
- Type=Type
- Language=Language
- MultiLanguage=Multi-language
- Note=Note
- Title=Title
- Label=Label
- RefOrLabel=Ref. or label
- Info=Log
- Family=Family
- Description=Description
- Designation=Description
- Model=Doc template
- DefaultModel=Default doc template
- Action=Event
- About=About
- Number=Number
- NumberByMonth=Number by month
- AmountByMonth=Amount by month
- Numero=Number
- Limit=Limit
- Limits=Limits
- Logout=Logout
- NoLogoutProcessWithAuthMode=No applicative disconnect feature with authentication mode <b>%s</b>
- Connection=Connection
- Setup=Setup
- Alert=Alert
- MenuWarnings=Alerts
- Previous=Previous
- Next=Next
- Cards=Cards
- Card=Card
- Now=Now
- HourStart=Start hour
- Date=Date
- DateAndHour=Date and hour
- DateToday=Today's date
- DateReference=Reference date
- DateStart=Start date
- DateEnd=End date
- DateCreation=Creation date
- DateCreationShort=Creat. date
- DateModification=Modification date
- DateModificationShort=Modif. date
- DateLastModification=Latest modification date
- DateValidation=Validation date
- DateClosing=Closing date
- DateDue=Due date
- DateValue=Value date
- DateValueShort=Value date
- DateOperation=Operation date
- DateOperationShort=Oper. Date
- DateLimit=Limit date
- DateRequest=Request date
- DateProcess=Process date
- DateBuild=Report build date
- DatePayment=Date of payment
- DateApprove=Approving date
- DateApprove2=Approving date (second approval)
- RegistrationDate=Registration date
- UserCreation=Creation user
- UserModification=Modification user
- UserValidation=Validation user
- UserCreationShort=Creat. user
- UserModificationShort=Modif. user
- UserValidationShort=Valid. user
- DurationYear=year
- DurationMonth=month
- DurationWeek=week
- DurationDay=day
- DurationYears=years
- DurationMonths=months
- DurationWeeks=weeks
- DurationDays=days
- Year=Year
- Month=Month
- Week=Week
- WeekShort=Week
- Day=Day
- Hour=Hour
- Minute=Minute
- Second=Second
- Years=Years
- Months=Months
- Days=Days
- days=days
- Hours=Hours
- Minutes=Minutes
- Seconds=Seconds
- Weeks=Weeks
- Today=Today
- Yesterday=Yesterday
- Tomorrow=Tomorrow
- Morning=Morning
- Afternoon=Afternoon
- Quadri=Quadri
- MonthOfDay=Month of the day
- HourShort=H
- MinuteShort=mn
- Rate=Rate
- CurrencyRate=Currency conversion rate
- UseLocalTax=Include tax
- Bytes=Bytes
- KiloBytes=Kilobytes
- MegaBytes=Megabytes
- GigaBytes=Gigabytes
- TeraBytes=Terabytes
- UserAuthor=User of creation
- UserModif=User of last update
- b=b.
- Kb=Kb
- Mb=Mb
- Gb=Gb
- Tb=Tb
- Cut=Cut
- Copy=Copy
- Paste=Paste
- Default=Default
- DefaultValue=Default value
- DefaultValues=Default values
- Price=Price
- UnitPrice=Unit price
- UnitPriceHT=Unit price (net)
- UnitPriceTTC=Unit price
- PriceU=U.P.
- PriceUHT=U.P. (net)
- PriceUHTCurrency=U.P (currency)
- PriceUTTC=U.P. (inc. tax)
- Amount=Amount
- AmountInvoice=Invoice amount
- AmountInvoiced=Amount invoiced
- AmountPayment=Payment amount
- AmountHTShort=Amount (net)
- AmountTTCShort=Amount (inc. tax)
- AmountHT=Amount (net of tax)
- AmountTTC=Amount (inc. tax)
- AmountVAT=Amount tax
- MulticurrencyAlreadyPaid=Already payed, original currency
- MulticurrencyRemainderToPay=Remain to pay, original currency
- MulticurrencyPaymentAmount=Payment amount, original currency
- MulticurrencyAmountHT=Amount (net of tax), original currency
- MulticurrencyAmountTTC=Amount (inc. of tax), original currency
- MulticurrencyAmountVAT=Amount tax, original currency
- AmountLT1=Amount tax 2
- AmountLT2=Amount tax 3
- AmountLT1ES=Amount RE
- AmountLT2ES=Amount IRPF
- AmountTotal=Total amount
- AmountAverage=Average amount
- PriceQtyMinHT=Price quantity min. (net of tax)
- Percentage=Percentage
- Total=Total
- SubTotal=Subtotal
- TotalHTShort=Total (net)
- TotalHTShortCurrency=Total (net in currency)
- TotalTTCShort=Total (inc. tax)
- TotalHT=Total (net of tax)
- TotalHTforthispage=Total (net of tax) for this page
- Totalforthispage=Total for this page
- TotalTTC=Total (inc. tax)
- TotalTTCToYourCredit=Total (inc. tax) to your credit
- TotalVAT=Total tax
- TotalVATIN=Total IGST
- TotalLT1=Total tax 2
- TotalLT2=Total tax 3
- TotalLT1ES=Total RE
- TotalLT2ES=Total IRPF
- TotalLT1IN=Total CGST
- TotalLT2IN=Total SGST
- HT=Net of tax
- TTC=Inc. tax
- INCVATONLY=Inc. VAT
- INCT=Inc. all taxes
- VAT=Sales tax
- VATIN=IGST
- VATs=Sales taxes
- VATINs=IGST taxes
- LT1=Sales tax 2
- LT1Type=Sales tax 2 type
- LT2=Sales tax 3
- LT2Type=Sales tax 3 type
- LT1ES=RE
- LT2ES=IRPF
- LT1IN=CGST
- LT2IN=SGST
- VATRate=Tax Rate
- VATCode=Tax Rate code
- VATNPR=Tax Rate NPR
- DefaultTaxRate=Default tax rate
- Average=Average
- Sum=Sum
- Delta=Delta
- Module=Module/Application
- Modules=Modules/Applications
- Option=Option
- List=List
- FullList=Full list
- Statistics=Statistics
- OtherStatistics=Other statistics
- Status=Status
- Favorite=Favorite
- ShortInfo=Info.
- Ref=Ref.
- ExternalRef=Ref. extern
- RefSupplier=Ref. supplier
- RefPayment=Ref. payment
- CommercialProposalsShort=Commercial proposals
- Comment=Comment
- Comments=Comments
- ActionsToDo=Events to do
- ActionsToDoShort=To do
- ActionsDoneShort=Done
- ActionNotApplicable=Not applicable
- ActionRunningNotStarted=To start
- ActionRunningShort=In progress
- ActionDoneShort=Finished
- ActionUncomplete=Uncomplete
- LatestLinkedEvents=Latest %s linked events
- CompanyFoundation=Company/Organization
- ContactsForCompany=Contacts for this third party
- ContactsAddressesForCompany=Contacts/addresses for this third party
- AddressesForCompany=Addresses for this third party
- ActionsOnCompany=Events about this third party
- ActionsOnMember=Events about this member
- ActionsOnProduct=Events about this product
- NActionsLate=%s late
- RequestAlreadyDone=Request already recorded
- Filter=Filter
- FilterOnInto=Search criteria '<strong>%s</strong>' into fields %s
- RemoveFilter=Remove filter
- ChartGenerated=Chart generated
- ChartNotGenerated=Chart not generated
- GeneratedOn=Build on %s
- Generate=Generate
- Duration=Duration
- TotalDuration=Total duration
- Summary=Summary
- DolibarrStateBoard=Database statistics
- DolibarrWorkBoard=Open items dashboard
- NoOpenedElementToProcess=No opened element to process
- Available=Available
- NotYetAvailable=Not yet available
- NotAvailable=Not available
- Categories=Tags/categories
- Category=Tag/category
- By=By
- From=From
- to=to
- and=and
- or=or
- Other=Other
- Others=Others
- OtherInformations=Other informations
- Quantity=Quantity
- Qty=Qty
- ChangedBy=Changed by
- ApprovedBy=Approved by
- ApprovedBy2=Approved by (second approval)
- Approved=Approved
- Refused=Refused
- ReCalculate=Recalculate
- ResultKo=Failure
- Reporting=Reporting
- Reportings=Reporting
- Draft=Draft
- Drafts=Drafts
- StatusInterInvoiced=
- Validated=Validated
- Opened=Open
- New=New
- Discount=Discount
- Unknown=Unknown
- General=General
- Size=Size
- OriginalSize=Original size
- Received=Received
- Paid=Paid
- Topic=Subject
- ByCompanies=By third parties
- ByUsers=By users
- Links=Links
- Link=Link
- Rejects=Rejects
- Preview=Preview
- NextStep=Next step
- Datas=Data
- None=None
- NoneF=None
- NoneOrSeveral=None or several
- Late=Late
- LateDesc=Delay to define if a record is late or not depends on your setup. Ask your admin to change delay from menu Home - Setup - Alerts.
- Photo=Picture
- Photos=Pictures
- AddPhoto=Add picture
- DeletePicture=Picture delete
- ConfirmDeletePicture=Confirm picture deletion?
- Login=Login
- LoginEmail=Login (email)
- LoginOrEmail=Login or Email
- CurrentLogin=Current login
- EnterLoginDetail=Enter login details
- January=January
- February=February
- March=March
- April=April
- May=May
- June=June
- July=July
- August=August
- September=September
- October=October
- November=November
- December=December
- JanuaryMin=Jan
- FebruaryMin=Feb
- MarchMin=Mar
- AprilMin=Apr
- MayMin=May
- JuneMin=Jun
- JulyMin=Jul
- AugustMin=Aug
- SeptemberMin=Sep
- OctoberMin=Oct
- NovemberMin=Nov
- DecemberMin=Dec
- Month01=January
- Month02=February
- Month03=March
- Month04=April
- Month05=May
- Month06=June
- Month07=July
- Month08=August
- Month09=September
- Month10=October
- Month11=November
- Month12=December
- MonthShort01=Jan
- MonthShort02=Feb
- MonthShort03=Mar
- MonthShort04=Apr
- MonthShort05=May
- MonthShort06=Jun
- MonthShort07=Jul
- MonthShort08=Aug
- MonthShort09=Sep
- MonthShort10=Oct
- MonthShort11=Nov
- MonthShort12=Dec
- MonthVeryShort01=J
- MonthVeryShort02=F
- MonthVeryShort03=M
- MonthVeryShort04=A
- MonthVeryShort05=M
- MonthVeryShort06=J
- MonthVeryShort07=J
- MonthVeryShort08=A
- MonthVeryShort09=S
- MonthVeryShort10=O
- MonthVeryShort11=N
- MonthVeryShort12=D
- AttachedFiles=Attached files and documents
- JoinMainDoc=Join main document
- DateFormatYYYYMM=YYYY-MM
- DateFormatYYYYMMDD=YYYY-MM-DD
- DateFormatYYYYMMDDHHMM=YYYY-MM-DD HH:SS
- ReportName=Report name
- ReportPeriod=Report period
- ReportDescription=Description
- Report=Report
- Keyword=Keyword
- Origin=Origin
- Legend=Legend
- Fill=Fill
- Reset=Reset
- File=File
- Files=Files
- NotAllowed=Not allowed
- ReadPermissionNotAllowed=Read permission not allowed
- AmountInCurrency=Amount in %s currency
- Example=Example
- Examples=Examples
- NoExample=No example
- FindBug=Report a bug
- NbOfThirdParties=Number of third parties
- NbOfLines=Number of lines
- NbOfObjects=Number of objects
- NbOfObjectReferers=Number of related items
- Referers=Related items
- TotalQuantity=Total quantity
- DateFromTo=From %s to %s
- DateFrom=From %s
- DateUntil=Until %s
- Check=Check
- Uncheck=Uncheck
- Internal=Internal
- External=External
- Internals=Internal
- Externals=External
- Warning=Warning
- Warnings=Warnings
- BuildDoc=Build Doc
- Entity=Environment
- Entities=Entities
- CustomerPreview=Customer preview
- SupplierPreview=Supplier preview
- ShowCustomerPreview=Show customer preview
- ShowSupplierPreview=Show supplier preview
- RefCustomer=Ref. customer
- Currency=Currency
- InfoAdmin=Information for administrators
- Undo=Undo
- Redo=Redo
- ExpandAll=Expand all
- UndoExpandAll=Undo expand
- SeeAll=See all
- Reason=Reason
- FeatureNotYetSupported=Feature not yet supported
- CloseWindow=Close window
- Response=Response
- Priority=Priority
- SendByMail=Send by EMail
- MailSentBy=Email sent by
- TextUsedInTheMessageBody=Email body
- SendAcknowledgementByMail=Send confirmation email
- SendMail=Send email
- EMail=E-mail
- NoEMail=No email
- Email=Email
- NoMobilePhone=No mobile phone
- Owner=Owner
- FollowingConstantsWillBeSubstituted=The following constants will be replaced with the corresponding value.
- Refresh=Refresh
- BackToList=Back to list
- GoBack=Go back
- CanBeModifiedIfOk=Can be modified if valid
- CanBeModifiedIfKo=Can be modified if not valid
- ValueIsValid=Value is valid
- ValueIsNotValid=Value is not valid
- RecordCreatedSuccessfully=Record created successfully
- RecordModifiedSuccessfully=Record modified successfully
- RecordsModified=%s record modified
- RecordsDeleted=%s record deleted
- AutomaticCode=Automatic code
- FeatureDisabled=Feature disabled
- MoveBox=Move widget
- Offered=Offered
- NotEnoughPermissions=You don't have permission for this action
- SessionName=Session name
- Method=Method
- Receive=Receive
- CompleteOrNoMoreReceptionExpected=Complete or nothing more expected
- ExpectedValue=Expected Value
- CurrentValue=Current Value
- PartialWoman=Partial
- TotalWoman=Total
- NeverReceived=Never received
- Canceled=Canceled
- YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu Setup - Dictionaries
- YouCanChangeValuesForThisListFrom=You can change values for this list from menu %s
- YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record into module setup
- Color=Color
- Documents=Linked files
- Documents2=Documents
- UploadDisabled=Upload disabled
- MenuAccountancy=Accountancy
- MenuECM=Documents
- MenuAWStats=AWStats
- MenuMembers=Members
- MenuAgendaGoogle=Google agenda
- ThisLimitIsDefinedInSetup=Dolibarr limit (Menu home-setup-security): %s Kb, PHP limit: %s Kb
- NoFileFound=No documents saved in this directory
- CurrentUserLanguage=Current language
- CurrentTheme=Current theme
- CurrentMenuManager=Current menu manager
- Browser=Browser
- Layout=Layout
- Screen=Screen
- DisabledModules=Disabled modules
- For=For
- ForCustomer=For customer
- Signature=Signature
- DateOfSignature=Date of signature
- HidePassword=Show command with password hidden
- UnHidePassword=Show real command with clear password
- Root=Root
- Informations=Informations
- Page=Page
- Notes=Notes
- AddNewLine=Add new line
- AddFile=Add file
- FreeZone=Not a predefined product/service
- FreeLineOfType=Not a predefined entry of type
- CloneMainAttributes=Clone object with its main attributes
- PDFMerge=PDF Merge
- Merge=Merge
- DocumentModelStandardPDF=Standard PDF template
- PrintContentArea=Show page to print main content area
- MenuManager=Menu manager
- WarningYouAreInMaintenanceMode=Warning, you are in a maintenance mode, so only login <b>%s</b> is allowed to use application at the moment.
- CoreErrorTitle=System error
- CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
- CreditCard=Credit card
- FieldsWithAreMandatory=Fields with <b>%s</b> are mandatory
- FieldsWithIsForPublic=Fields with <b>%s</b> are shown on public list of members. If you don't want this, check off the "public" box.
- AccordingToGeoIPDatabase=(according to GeoIP convertion)
- Line=Line
- NotSupported=Not supported
- RequiredField=Required field
- Result=Result
- ToTest=Test
- ValidateBefore=Card must be validated before using this feature
- Visibility=Visibility
- Private=Private
- Hidden=Hidden
- Resources=Resources
- Source=Source
- Prefix=Prefix
- Before=Before
- After=After
- IPAddress=IP address
- Frequency=Frequency
- IM=Instant messaging
- NewAttribute=New attribute
- AttributeCode=Attribute code
- URLPhoto=URL of photo/logo
- SetLinkToAnotherThirdParty=Link to another third party
- LinkTo=Link to
- LinkToProposal=Link to proposal
- LinkToOrder=Link to order
- LinkToInvoice=Link to invoice
- LinkToSupplierOrder=Link to supplier order
- LinkToSupplierProposal=Link to supplier proposal
- LinkToSupplierInvoice=Link to supplier invoice
- LinkToContract=Link to contract
- LinkToIntervention=Link to intervention
- CreateDraft=Create draft
- SetToDraft=Back to draft
- ClickToEdit=Click to edit
- EditWithEditor=Edit with CKEditor
- EditWithTextEditor=Edit with Text editor
- EditHTMLSource=Edit HTML Source
- ObjectDeleted=Object %s deleted
- ByCountry=By country
- ByTown=By town
- ByDate=By date
- ByMonthYear=By month/year
- ByYear=By year
- ByMonth=By month
- ByDay=By day
- BySalesRepresentative=By sales representative
- LinkedToSpecificUsers=Linked to a particular user contact
- NoResults=No results
- AdminTools=Admin tools
- SystemTools=System tools
- ModulesSystemTools=Modules tools
- Test=Test
- Element=Element
- NoPhotoYet=No pictures available yet
- Dashboard=Dashboard
- MyDashboard=My dashboard
- Deductible=Deductible
- from=from
- toward=toward
- Access=Access
- SelectAction=Select action
- SelectTargetUser=Select target user/employee
- HelpCopyToClipboard=Use Ctrl+C to copy to clipboard
- SaveUploadedFileWithMask=Save file on server with name "<strong>%s</strong>" (otherwise "%s")
- OriginFileName=Original filename
- SetDemandReason=Set source
- SetBankAccount=Define Bank Account
- AccountCurrency=Account currency
- ViewPrivateNote=View notes
- XMoreLines=%s line(s) hidden
- ShowMoreLines=Show more/less lines
- PublicUrl=Public URL
- AddBox=Add box
- SelectElementAndClick=Select an element and click %s
- PrintFile=Print File %s
- ShowTransaction=Show entry on bank account
- ShowIntervention=Show intervention
- ShowContract=Show contract
- GoIntoSetupToChangeLogo=Go into Home - Setup - Company to change logo or go into Home - Setup - Display to hide.
- Deny=Deny
- Denied=Denied
- ListOf=List of %s
- ListOfTemplates=List of templates
- Gender=Gender
- Genderman=Man
- Genderwoman=Woman
- ViewList=List view
- Mandatory=Mandatory
- Hello=Hello
- GoodBye=GoodBye
- Sincerely=Sincerely
- DeleteLine=Delete line
- ConfirmDeleteLine=Are you sure you want to delete this line?
- NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
- TooManyRecordForMassAction=Too many record selected for mass action. The action is restricted to a list of %s record.
- NoRecordSelected=No record selected
- MassFilesArea=Area for files built by mass actions
- ShowTempMassFilesArea=Show area of files built by mass actions
- ConfirmMassDeletion=Bulk delete confirmation
- ConfirmMassDeletionQuestion=Are you sure you want to delete the %s selected record ?
- RelatedObjects=Related Objects
- ClassifyBilled=Classify billed
- ClassifyUnbilled=Classify unbilled
- Progress=Progress
- ClickHere=Click here
- FrontOffice=Front office
- BackOffice=Back office
- View=View
- Export=Export
- Exports=Exports
- ExportFilteredList=Export filtered list
- ExportList=Export list
- ExportOptions=Export Options
- Miscellaneous=Miscellaneous
- Calendar=Calendar
- GroupBy=Group by...
- ViewFlatList=View flat list
- RemoveString=Remove string '%s'
- SomeTranslationAreUncomplete=Some languages may be partially translated or may contains errors. If you detect some, you can fix language files registering to <a href="https://transifex.com/projects/p/dolibarr/" target="_blank">https://transifex.com/projects/p/dolibarr/</a>.
- DirectDownloadLink=Direct download link (public/external)
- DirectDownloadInternalLink=Direct download link (need to be logged and need permissions)
- Download=Download
- DownloadDocument=Download document
- ActualizeCurrency=Update currency rate
- Fiscalyear=Fiscal year
- ModuleBuilder=Module Builder
- SetMultiCurrencyCode=Set currency
- BulkActions=Bulk actions
- ClickToShowHelp=Click to show tooltip help
- WebSite=Web site
- WebSites=Web sites
- WebSiteAccounts=Web site accounts
- ExpenseReport=Expense report
- ExpenseReports=Expense reports
- HR=HR
- HRAndBank=HR and Bank
- AutomaticallyCalculated=Automatically calculated
- TitleSetToDraft=Go back to draft
- ConfirmSetToDraft=Are you sure you want to go back to Draft status ?
- ImportId=Import id
- Events=Events
- EMailTemplates=Emails templates
- FileNotShared=File not shared to exernal public
- Project=Project
- Projects=Projects
- Rights=Permissions
- LineNb=Line nb
- # Week day
- Monday=Monday
- Tuesday=Tuesday
- Wednesday=Wednesday
- Thursday=Thursday
- Friday=Friday
- Saturday=Saturday
- Sunday=Sunday
- MondayMin=Mo
- TuesdayMin=Tu
- WednesdayMin=We
- ThursdayMin=Th
- FridayMin=Fr
- SaturdayMin=Sa
- SundayMin=Su
- Day1=Monday
- Day2=Tuesday
- Day3=Wednesday
- Day4=Thursday
- Day5=Friday
- Day6=Saturday
- Day0=Sunday
- ShortMonday=M
- ShortTuesday=T
- ShortWednesday=W
- ShortThursday=T
- ShortFriday=F
- ShortSaturday=S
- ShortSunday=S
- SelectMailModel=Select an email template
- SetRef=Set ref
- Select2ResultFoundUseArrows=Some results found. Use arrows to select.
- Select2NotFound=No result found
- Select2Enter=Enter
- Select2MoreCharacter=or more character
- Select2MoreCharacters=or more characters
- 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>
- Select2LoadingMoreResults=Loading more results...
- Select2SearchInProgress=Search in progress...
- SearchIntoThirdparties=Thirdparties
- SearchIntoContacts=Contacts
- SearchIntoMembers=Members
- SearchIntoUsers=Users
- SearchIntoProductsOrServices=Products or services
- SearchIntoProjects=Projects
- SearchIntoTasks=Tasks
- SearchIntoCustomerInvoices=Customer invoices
- SearchIntoSupplierInvoices=Supplier invoices
- SearchIntoCustomerOrders=Customer orders
- SearchIntoSupplierOrders=Supplier orders
- SearchIntoCustomerProposals=Customer proposals
- SearchIntoSupplierProposals=Supplier proposals
- SearchIntoInterventions=Interventions
- SearchIntoContracts=Contracts
- SearchIntoCustomerShipments=Customer shipments
- SearchIntoExpenseReports=Expense reports
- SearchIntoLeaves=Leaves
- CommentLink=Comments
- NbComments=Number of comments
- CommentPage=Comments space
- CommentAdded=Comment added
- CommentDeleted=Comment deleted
- Everybody=Everybody
- PayedBy=Payed by
- PayedTo=Payed to
- Monthly=Monthly
- Quarterly=Quarterly
- Annual=Annual
|