| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212 |
- # Dolibarr language file - Source file is en_US - main
- DIRECTION=ltr
- # Default for FONTFORPDF=helvetica
- # Note for Chinese:
- # msungstdlight or cid0ct are for traditional Chinese zh_TW (traditional does not render with Ubuntu pdf reader)
- # stsongstdlight or cid0cs are for simplified Chinese zh_CN
- # To read Chinese pdf with Linux: sudo apt-get install poppler-data
- # cid0jp is for Japanish
- # cid0kr is for Korean
- # DejaVuSans is for some Eastern languages, some Asian languages and some Arabic languages
- # freemono is for ru_RU or uk_UA, uz_UZ
- # freeserif is for Tamil
- FONTFORPDF=helvetica
- FONTSIZEFORPDF=10
- SeparatorDecimal=,
- SeparatorThousand=Space
- FormatDateShort=%d.%m.%Y
- FormatDateShortInput=%d.%m.%Y
- FormatDateShortJava=dd.MM.yyyy
- FormatDateShortJavaInput=dd.MM.yyyy
- FormatDateShortJQuery=dd.mm.yy
- FormatDateShortJQueryInput=dd.mm.yy
- FormatHourShortJQuery=HH:MI
- FormatHourShort=%I:%M %p
- FormatHourShortDuration=%H:%M
- FormatDateTextShort=%d. %b %Y. a
- FormatDateText=%d. %B %Y. a
- FormatDateHourShort=%d.%m.%Y %I:%M %p
- FormatDateHourSecShort=%d.%m.%Y %I:%M:%S %p
- FormatDateHourTextShort=%d. %b %Y. %I:%M %p
- FormatDateHourText=%d. %b %Y. %I:%M %p
- DatabaseConnection=Andmebaasi ühendus
- NoTemplateDefined=No template available for this email type
- AvailableVariables=Available substitution variables
- NoTranslation=Tõlge puudub
- Translation=Tõlge
- Translations=Translations
- CurrentTimeZone=PHP ajavöönd (serveri ajavöönd)
- EmptySearchString=Enter non empty search criterias
- EnterADateCriteria=Enter a date criteria
- NoRecordFound=Kirjet ei leitud
- NoRecordDeleted=No record deleted
- NotEnoughDataYet=Pole piisavalt andmeid
- NoError=Vigu ei tekkinud
- Error=Viga
- Errors=Vead
- ErrorFieldRequired=Väli "%s" peab olema täidetud
- ErrorFieldFormat=Väli "%s" on vigaselt täidetud
- ErrorFileDoesNotExists=Faili %s pole olemas
- ErrorFailedToOpenFile=Ei suutnud avada faili %s
- ErrorCanNotCreateDir=Cannot create dir %s
- ErrorCanNotReadDir=Cannot read dir %s
- ErrorConstantNotDefined=Parameeter %s on määratlemata
- ErrorUnknown=Tundmatu viga
- ErrorSQL=SQLi viga
- ErrorLogoFileNotFound=Ei leidnud logo faili '%s'
- ErrorGoToGlobalSetup=Go to 'Company/Organization' setup to fix this
- ErrorGoToModuleSetup=Kasuta selle parandamiseks 'Moodulid' halduspaneeli
- ErrorFailedToSendMail=E-kirja saatmine ebaõnnestus (saatja = %s, vastuvõtja = %s)
- ErrorFileNotUploaded=Ei õnnestunud faili üles laadida. Kontrolli järgmist: fail ei ületa lubatud suurust, serveri kettal on vaba ruumi ning sama nimega faili ei oleks samas kaustas.
- ErrorInternalErrorDetected=Tuvastati viga
- ErrorWrongHostParameter=Vigane hosti parameeter
- ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post the form again.
- ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child record.
- ErrorWrongValue=Vigane väärtus
- ErrorWrongValueForParameterX=Parameetrile %s on omistatud vigane väärtus
- ErrorNoRequestInError=Veas puudub päring
- ErrorServiceUnavailableTryLater=Service not available at the moment. Try again later.
- ErrorDuplicateField=Unikaalsust nõudval väljal on dubleeritud väärtus
- ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. Changes have been rolled back.
- ErrorConfigParameterNotDefined=Parameter <b>%s</b> is not defined in the Dolibarr config file <b>conf.php</b>.
- ErrorCantLoadUserFromDolibarrDatabase=Kasutajat <b>%s</b> ei leitud Dolibarri andmebaasist.
- ErrorNoVATRateDefinedForSellerCountry=Viga: riigi '%s' jaoks ei ole käibemaksumäärasid määratletud.
- ErrorNoSocialContributionForSellerCountry=Error, no social/fiscal taxes type defined for country '%s'.
- ErrorFailedToSaveFile=Viga: faili salvestamine ebaõnnestus.
- ErrorCannotAddThisParentWarehouse=You are trying to add a parent warehouse which is already a child of a existing warehouse
- FieldCannotBeNegative=Field "%s" cannot be negative
- MaxNbOfRecordPerPage=Maksimaalne kirjete arv ühel lehel
- NotAuthorized=Teil pole selleks õigusi.
- SetDate=Sea kuupäev
- SelectDate=Vali kuupäev
- SeeAlso=Vaata lisaks %s
- SeeHere=Vaata siia
- ClickHere=Klõpsa siia
- Here=Siin
- Apply=Rakenda
- BackgroundColorByDefault=Vaikimisi taustavärv
- FileRenamed=Fail nimetati edukalt ümber
- FileGenerated=Fail loodi edukalt
- FileSaved=Fail salvestati edukalt
- FileUploaded=Fail on edukalt üles laetud
- FileTransferComplete=File(s) uploaded successfully
- FilesDeleted=File(s) successfully deleted
- FileWasNotUploaded=Fail on valitud manustamiseks, kuid on veel üles laadimata. Klõpsa "Lisa fail" nupul selle lisamiseks.
- NbOfEntries=No. of entries
- GoToWikiHelpPage=Read online help (Internet access needed)
- GoToHelpPage=Loe abi
- DedicatedPageAvailable=Dedicated help page related to your current screen
- HomePage=Home Page
- RecordSaved=Kirje salvestatud
- RecordDeleted=Kirje kustutatud
- RecordGenerated=Record generated
- LevelOfFeature=Funktsioonide tase
- NotDefined=Määratlemata
- 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=Administraator
- Undefined=Määratlemata
- PasswordForgotten=Password forgotten?
- NoAccount=No account?
- SeeAbove=Vt eespool
- HomeArea=Kodu
- LastConnexion=Last login
- PreviousConnexion=Previous login
- PreviousValue=Previous value
- ConnectedOnMultiCompany=Keskkonda sisse logitud
- ConnectedSince=Sisse loginud alates
- AuthenticationMode=Authentication mode
- RequestedUrl=Requested URL
- DatabaseTypeManager=Andmebaasi tüübi haldus
- 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 leidis tehnilise vea
- 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 hide sensitive information)
- MoreInformation=Lisainformatsioon
- TechnicalInformation=Tehniline info
- TechnicalID=Technical ID
- LineID=Line ID
- NotePublic=Märkus (avalik)
- NotePrivate=Märkus (privaatne)
- PrecisionUnitIsLimitedToXDecimals=Seadistamise ajal piirati Dolibarr arvestama komakohti <b>%s</b> kümnendkohani.
- DoTest=Test
- ToFilter=Filtreeri
- NoFilter=No filter
- WarningYouHaveAtLeastOneTaskLate=Warning, you have at least one element that has exceeded the tolerance time.
- yes=jah
- Yes=Jah
- no=ei
- No=Ei
- All=Kõik
- Home=Kodu
- Help=Abi
- OnlineHelp=Online abi
- PageWiki=Wiki leht
- MediaBrowser=Media browser
- Always=Alati
- Never=Mitte kunagi
- Under=all
- Period=Periood
- PeriodEndDate=Perioodi lõppkuupäev
- SelectedPeriod=Selected period
- PreviousPeriod=Previous period
- Activate=Aktiveeri
- Activated=Aktiveeritud
- Closed=Suletud
- Closed2=Suletud
- NotClosed=Not closed
- Enabled=Lubatud
- Enable=Lülita sisse
- Deprecated=Vananenud
- Disable=Keela
- Disabled=Keelatud
- Add=Lisa
- AddLink=Lisa link
- RemoveLink=Remove link
- AddToDraft=Add to draft
- Update=Uuenda
- Close=Sulge
- CloseAs=Set status to
- CloseBox=Remove widget from your dashboard
- Confirm=Kinnita
- ConfirmSendCardByMail=Do you really want to send the content of this card by mail to <b>%s</b>?
- Delete=Kustuta
- Remove=Eemalda
- Resiliate=Terminate
- Cancel=Tühista
- Modify=Muuda
- Edit=Toimeta
- Validate=Kinnita
- ValidateAndApprove=Valideeri ja kiida heaks
- ToValidate=Kinnitada
- NotValidated=Not validated
- Save=Salvesta
- SaveAs=Salvesta kui
- SaveAndStay=Save and stay
- SaveAndNew=Save and new
- TestConnection=Kontrolli ühendust
- ToClone=Klooni
- ConfirmCloneAsk=Are you sure you want to clone the object <b>%s</b>?
- ConfirmClone=Choose the data you want to clone:
- NoCloneOptionsSpecified=Kloonitavad andmed pole määratletud.
- Of=/
- Go=Mine
- Run=Käivita
- CopyOf=Koopia:
- Show=Näita
- Hide=Hide
- ShowCardHere=Näita kaarti
- Search=Otsi
- SearchOf=Otsi
- SearchMenuShortCut=Ctrl + shift + f
- QuickAdd=Quick add
- QuickAddMenuShortCut=Ctrl + shift + l
- Valid=Kehtiv
- Approve=Kiida heaks
- Disapprove=Lükka tagasi
- ReOpen=Ava uuesti
- OpenVerb=Avatud
- Upload=Upload
- ToLink=Seosta
- Select=Vali
- SelectAll=Select all
- Choose=Vali
- Resize=Muuda suurust
- ResizeOrCrop=Resize or Crop
- Recenter=Tsentreeri
- Author=Autor
- User=Kasutaja
- Users=Kasutajad
- Group=Rühm
- Groups=Rühmad
- UserGroup=User group
- UserGroups=User groups
- NoUserGroupDefined=Ühtki kasutajate gruppi pole määratletud
- Password=Parool
- PasswordRetype=Repeat your password
- NoteSomeFeaturesAreDisabled=Pane tähele, et palju mooduleid ja funktsioone on demoversioonis keelatud.
- Name=Nimi
- NameSlashCompany=Name / Company
- Person=Isik
- Parameter=Parameeter
- Parameters=Parameetrid
- Value=Väärtus
- PersonalValue=Isiklik väärtus
- NewObject=Uus %s
- NewValue=Uus väärtus
- OldValue=Old value %s
- CurrentValue=Praegune väärtus
- Code=Kood
- Type=Liik
- Language=Keel
- MultiLanguage=Mitu keelt
- Note=Märkus
- Title=Pealkiri
- Label=Nimi
- RefOrLabel=Viide või nimi
- Info=Logi
- Family=Pere
- Description=Kirjeldus
- Designation=Kirjeldus
- DescriptionOfLine=Rea kirjeldus
- DateOfLine=Date of line
- DurationOfLine=Duration of line
- ParentLine=Parent line ID
- Model=Doc template
- DefaultModel=Default doc template
- Action=Tegevus
- About=Dolibarri kohta
- Number=Arv
- NumberByMonth=Total reports by month
- AmountByMonth=Kogus kuus
- Numero=Arv
- Limit=Piir
- Limits=Piirid
- Logout=Logi välja
- NoLogoutProcessWithAuthMode=Autentisrežiimiga <b>%s</b> pole seotud ühtki lahtiühendamise rakendust
- Connection=Kasutajanimi
- Setup=Seadistamine
- Alert=Hoiatus
- MenuWarnings=Häired
- Previous=Eelmine
- Next=Järgmine
- Cards=Kaardid
- Card=Kaart
- Now=Nüüd
- HourStart=Algustund
- Deadline=Deadline
- Date=Kuupäev
- DateAndHour=Päev ja tund
- DateToday=Today's date
- DateReference=Reference date
- DateStart=Alguskuupäev
- DateEnd=Lõppkuupäev
- DateCreation=Loomise kuupäev
- DateCreationShort=Creat. date
- IPCreation=Creation IP
- DateModification=Muutmise kuupäev
- DateModificationShort=Muutm kuupäev
- IPModification=Modification IP
- DateLastModification=Latest modification date
- DateValidation=Kinnitamise kuupäev
- DateSigning=Signing date
- DateClosing=Lõpetamise kuupäev
- DateDue=Tähtaeg
- DateValue=Väärtuse kuupäev
- DateValueShort=Väärtuse kuupäev
- DateOperation=Tegevuse kuupäev
- DateOperationShort=Teg kuupäev
- DateLimit=Piiri kuupäev
- DateRequest=Päringu kuupäev
- DateProcess=Protsessi kuupäev
- DateBuild=Aruande koostamise kuupäev
- DatePayment=Maksekuupäev
- DateApprove=Heakskiitmise kuupäev
- DateApprove2=Heakskiitmise kuupäev (teine nõuseolek)
- RegistrationDate=Registration date
- UserCreation=Creation user
- UserModification=Modification user
- UserValidation=Validation user
- UserCreationShort=Creat. user
- UserModificationShort=Modif. user
- UserValidationShort=Valid. user
- DurationYear=aasta
- DurationMonth=kuu
- DurationWeek=nädal
- DurationDay=päev
- DurationYears=aastat
- DurationMonths=kuud
- DurationWeeks=nädalat
- DurationDays=päeva
- Year=Aasta
- Month=Kuu
- Week=Nädal
- WeekShort=Nädal
- Day=Päev
- Hour=Tund
- Minute=Minut
- Second=Sekund
- Years=Aastat
- Months=Kuud
- Days=Päeva
- days=päeva
- Hours=Tundi
- Minutes=Minutit
- Seconds=Sekundit
- Weeks=Nädalad
- Today=Täna
- Yesterday=Eile
- Tomorrow=Homme
- Morning=Hommik
- Afternoon=Pärastlõuna
- Quadri=Kvartal
- MonthOfDay=Kuu päev
- DaysOfWeek=Days of week
- HourShort=H
- MinuteShort=mn
- Rate=Määr
- CurrencyRate=Currency conversion rate
- UseLocalTax=Maks sisse arvestatud
- Bytes=Baiti
- KiloBytes=Kilobaiti
- MegaBytes=Megabaiti
- GigaBytes=Gigabaiti
- TeraBytes=Terabaiti
- UserAuthor=Created by
- UserModif=Updated by
- b=b
- Kb=Kb
- Mb=Mb
- Gb=Ee
- Tb=Tb
- Cut=Lõika
- Copy=Kopeeri
- Paste=Kleebi
- Default=Vaikimisi
- DefaultValue=Vaikeväärtus
- DefaultValues=Default values/filters/sorting
- Price=Hind
- PriceCurrency=Price (currency)
- UnitPrice=Ühiku hind
- UnitPriceHT=Unit price (excl.)
- UnitPriceHTCurrency=Unit price (excl.) (currency)
- UnitPriceTTC=Ühiku hind
- PriceU=ÜH
- PriceUHT=ÜH (neto)
- PriceUHTCurrency=U.P (net) (currency)
- PriceUTTC=U.P. (inc. tax)
- Amount=Summa
- AmountInvoice=Arve summa
- AmountInvoiced=Amount invoiced
- AmountInvoicedHT=Amount invoiced (excl. tax)
- AmountInvoicedTTC=Amount invoiced (inc. tax)
- AmountPayment=Makse summa
- AmountHTShort=Amount (excl.)
- AmountTTCShort=Summa (koos km-ga)
- AmountHT=Amount (excl. tax)
- AmountTTC=Summa (koos km-ga)
- AmountVAT=Maksu summa
- MulticurrencyAlreadyPaid=Already paid, original currency
- MulticurrencyRemainderToPay=Remain to pay, original currency
- MulticurrencyPaymentAmount=Payment amount, original currency
- MulticurrencyAmountHT=Amount (excl. tax), original currency
- MulticurrencyAmountTTC=Amount (inc. of tax), original currency
- MulticurrencyAmountVAT=Amount tax, original currency
- MulticurrencySubPrice=Amount sub price multi currency
- AmountLT1=Maksu summa 2
- AmountLT2=Maksu summa 3
- AmountLT1ES=RE summa
- AmountLT2ES=IRPF summa
- AmountTotal=Kogusumma
- AmountAverage=Keskmine summa
- PriceQtyMinHT=Price quantity min. (excl. tax)
- PriceQtyMinHTCurrency=Price quantity min. (excl. tax) (currency)
- PercentOfOriginalObject=Percent of original object
- AmountOrPercent=Amount or percent
- Percentage=Protsent
- Total=Kokku
- SubTotal=Vahesumma
- TotalHTShort=Total (excl.)
- TotalHT100Short=Total 100%% (excl.)
- TotalHTShortCurrency=Total (excl. in currency)
- TotalTTCShort=Kokku (km-ga)
- TotalHT=Total (excl. tax)
- TotalHTforthispage=Total (excl. tax) for this page
- Totalforthispage=Total for this page
- TotalTTC=Kokku (km-ga)
- TotalTTCToYourCredit=Kokku (km-ga) krediidile lisaks
- TotalVAT=Kokku maksud
- TotalVATIN=Total IGST
- TotalLT1=Kokku maksud 2
- TotalLT2=Kokku maksud 3
- TotalLT1ES=RE kokk
- TotalLT2ES=IRPF kokku
- TotalLT1IN=Total CGST
- TotalLT2IN=Total SGST
- HT=Excl. tax
- TTC=Koos maksudega
- INCVATONLY=Inc. VAT
- INCT=Inc. all taxes
- VAT=KM
- 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
- LT1GC=Additionnal cents
- VATRate=Maksumäär
- RateOfTaxN=Rate of tax %s
- VATCode=Tax Rate code
- VATNPR=Tax Rate NPR
- DefaultTaxRate=Default tax rate
- Average=Keskmine
- Sum=Summa
- Delta=Delta
- StatusToPay=Maksta
- RemainToPay=Remain to pay
- Module=Module/Application
- Modules=Modules/Applications
- Option=Valik
- Filters=Filters
- List=Nimekiri
- FullList=Täielik nimekiri
- FullConversation=Full conversation
- Statistics=Statistika
- OtherStatistics=Muu statistika
- Status=Staatus
- Favorite=Lemmik
- ShortInfo=Inform
- Ref=Viide
- ExternalRef=Väline viide
- RefSupplier=Ref. vendor
- RefPayment=Makse viide
- CommercialProposalsShort=Pakkumised
- Comment=Kommentaar
- Comments=Kommentaarid
- ActionsToDo=Tegemist vajav tegevus
- ActionsToDoShort=Teha
- ActionsDoneShort=Tehtud
- ActionNotApplicable=Ei ole kohaldatav
- ActionRunningNotStarted=Alustada
- ActionRunningShort=In progress
- ActionDoneShort=Lõpetatud
- ActionUncomplete=Incomplete
- LatestLinkedEvents=Latest %s linked events
- CompanyFoundation=Company/Organization
- Accountant=Accountant
- ContactsForCompany=Selle kolmanda isikuga seotud kontaktid
- ContactsAddressesForCompany=Selle kolmanda isikuga seotud kontaktid/aadressid
- AddressesForCompany=Selle kolmanda isikuga seotud aadressid
- ActionsOnCompany=Events for this third party
- ActionsOnContact=Events for this contact/address
- ActionsOnContract=Events for this contract
- ActionsOnMember=Selle liikmega seotud tegevused
- ActionsOnProduct=Events about this product
- ActionsOnAsset=Events for this fixed asset
- NActionsLate=%s hiljaks jäänud
- ToDo=Teha
- Completed=Completed
- Running=In progress
- RequestAlreadyDone=Nõue on juba salvestatud
- Filter=Filtreeri
- FilterOnInto=Search criteria '<strong>%s</strong>' into fields %s
- RemoveFilter=Eemalda filter
- ChartGenerated=Graafik loodud
- ChartNotGenerated=Graafikut ei loodud
- GeneratedOn=Kasuta %s
- Generate=Loo
- Duration=Kestus
- TotalDuration=Kogukestus
- Summary=Kokkuvõte
- DolibarrStateBoard=Database Statistics
- DolibarrWorkBoard=Open Items
- NoOpenedElementToProcess=No open element to process
- Available=Saadaval
- NotYetAvailable=Pole veel saadaval
- NotAvailable=Pole saadaval
- Categories=Sildid/kategooriad
- Category=Silt/kategooria
- By=Isik
- From=Kellelt
- FromDate=Kellelt
- FromLocation=Kellelt
- to=kellele
- To=kellele
- ToDate=kellele
- ToLocation=kellele
- at=at
- and=ja
- or=või
- Other=Muu
- Others=Teised
- OtherInformations=Other information
- Workflow=Töövoog
- Quantity=Kogus
- Qty=Kogus
- ChangedBy=Muutis
- ApprovedBy=Kiitis heaks
- ApprovedBy2=Kiitis heaks (teine nõusolek)
- Approved=Heaks kiidetud
- Refused=Keeldutud
- ReCalculate=Arvuta uuesti
- ResultKo=Viga
- Reporting=Aruandlus
- Reportings=Aruandlus
- Draft=Mustand
- Drafts=Mustandid
- StatusInterInvoiced=Invoiced
- Validated=Kinnitatud
- ValidatedToProduce=Validated (To produce)
- Opened=Ava
- OpenAll=Open (All)
- ClosedAll=Closed (All)
- New=Uus
- Discount=Allahindlus
- Unknown=Tundmatu
- General=Üldine
- Size=Suurus
- OriginalSize=Original size
- Received=Vastu võetud
- Paid=Makstud
- Topic=Subject
- ByCompanies=Kolmandate isikute poolt
- ByUsers=By user
- Links=Lingid
- Link=Link
- Rejects=Tagasi lükatud
- Preview=Eelvaade
- NextStep=Järgmine samm
- Datas=Andmed
- None=Puudub
- NoneF=Puudub
- NoneOrSeveral=None or several
- Late=Hilja
- LateDesc=An item is defined as Delayed as per the system configuration in menu Home - Setup - Alerts.
- NoItemLate=No late item
- Photo=Pilt
- Photos=Pildid
- AddPhoto=Lisa pilt
- DeletePicture=Pildi kustutamine
- ConfirmDeletePicture=Kinnitada pildi kustutamine?
- Login=Kasutajanimi
- LoginEmail=Login (email)
- LoginOrEmail=Login or Email
- CurrentLogin=Praegune kasutajanimi
- EnterLoginDetail=Enter login details
- January=Jaanuar
- February=Veebruar
- March=Märts
- April=Aprill
- May=Mai
- June=Juuni
- July=Juuli
- August=August
- September=September
- October=Oktoober
- November=November
- December=Detsember
- Month01=jaanuar
- Month02=veebruar
- Month03=märts
- Month04=aprill
- Month05=mai
- Month06=juuni
- Month07=juuli
- Month08=august
- Month09=september
- Month10=oktoober
- Month11=november
- Month12=detsember
- MonthShort01=jaa
- MonthShort02=vee
- MonthShort03=mar
- MonthShort04=apr
- MonthShort05=mai
- MonthShort06=juun
- MonthShort07=juul
- MonthShort08=aug
- MonthShort09=sep
- MonthShort10=okt
- MonthShort11=nov
- MonthShort12=det
- MonthVeryShort01=J
- MonthVeryShort02=R
- MonthVeryShort03=E
- MonthVeryShort04=A
- MonthVeryShort05=E
- MonthVeryShort06=J
- MonthVeryShort07=J
- MonthVeryShort08=A
- MonthVeryShort09=P
- MonthVeryShort10=O
- MonthVeryShort11=N
- MonthVeryShort12=D
- AttachedFiles=Manustatud failid ja dokumendid
- JoinMainDoc=Join main document
- JoinMainDocOrLastGenerated=Send the main document or the last generated one if not found
- DateFormatYYYYMM=YYYY-MM
- DateFormatYYYYMMDD=YYYY-MM-DD
- DateFormatYYYYMMDDHHMM=YYYY-MM-DD HH:SS
- ReportName=Aruande nimi
- ReportPeriod=Aruande periood
- ReportDescription=Kirjeldus
- Report=Aruanne
- Keyword=Keyword
- Origin=Origin
- Legend=Legend
- Fill=Täida
- Reset=Taasta algolekusse
- File=Fail
- Files=Failid
- NotAllowed=Ei ole lubatud
- ReadPermissionNotAllowed=Puudub lugemise õigus
- AmountInCurrency=Summa %s valuutas
- Example=Näide
- Examples=Näited
- NoExample=Ei näiteks
- FindBug=Teata veast
- NbOfThirdParties=Kolmandate isikute arv
- NbOfLines=Ridade arv
- NbOfObjects=Objektide arv
- NbOfObjectReferers=Number of related items
- Referers=Related items
- TotalQuantity=Üldkogus
- DateFromTo=Alates %s kuni %s
- DateFrom=Alates %s
- DateUntil=Kuni %s
- Check=Kontrolli
- Uncheck=Võta tagasi
- Internal=Sisene
- External=Väline
- Internals=Sisene
- Externals=Väline
- Warning=Hoiatus
- Warnings=Hoiatused
- BuildDoc=Loo Doc
- Entity=Keskkond
- Entities=Olemid
- CustomerPreview=Kliendi eelvaade
- SupplierPreview=Vendor preview
- ShowCustomerPreview=Näita kliendi eelvaadet
- ShowSupplierPreview=Show vendor preview
- RefCustomer=Kliendi viide
- InternalRef=Internal ref.
- Currency=Valuuta
- InfoAdmin=Administraatoritele vajalik informatsioon
- Undo=Tühista
- Redo=Tee uuesti
- ExpandAll=Laienda kõik
- UndoExpandAll=Tühista laiendamine
- SeeAll=See all
- Reason=Põhjus
- FeatureNotYetSupported=Funktsioon ei ole veel toetatud
- CloseWindow=Sulge aken
- Response=Vastus
- Priority=Tähtsus
- SendByMail=Send by email
- MailSentBy=E-posti saatis
- NotSent=Saatmata
- TextUsedInTheMessageBody=E-kirja sisu
- SendAcknowledgementByMail=Send confirmation email
- SendMail=Saada e-kiri
- Email=E-post
- NoEMail=E-posti aadress puudub
- AlreadyRead=Already read
- NotRead=Unread
- NoMobilePhone=Mobiiltelefon puudub
- Owner=Omanik
- FollowingConstantsWillBeSubstituted=Järgnevad konstandid asendatakse vastavate väärtustega.
- Refresh=Värskenda
- BackToList=Tagasi nimekirja
- BackToTree=Back to tree
- GoBack=Mine tagasi
- CanBeModifiedIfOk=Õige väärtuse korral saab neid muuta
- CanBeModifiedIfKo=Vigase väärtuse korral saab neid muuta
- ValueIsValid=Väärtus on kehtiv
- ValueIsNotValid=Value is not valid
- RecordCreatedSuccessfully=Record created successfully
- RecordModifiedSuccessfully=Kirje edukalt muudetud
- RecordsModified=%s record(s) modified
- RecordsDeleted=%s record(s) deleted
- RecordsGenerated=%s record(s) generated
- AutomaticCode=Automaatne kood
- FeatureDisabled=Funktsioon välja lülitatud
- MoveBox=Move widget
- Offered=Pakutud
- NotEnoughPermissions=Selle tegevuse sooritamiseks puuduvad õigused
- UserNotInHierachy=This action is reserved to the supervisors of this user
- SessionName=Sessiooni nimi
- Method=Meetod
- Receive=Võta vastu
- CompleteOrNoMoreReceptionExpected=Complete or nothing more expected
- ExpectedValue=Expected Value
- ExpectedQty=Expected Qty
- PartialWoman=Osaline
- TotalWoman=Täielik
- NeverReceived=Pole vastu võetud
- Canceled=Tühistatud
- 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 in module setup
- Color=Värv
- Documents=Seotud failid
- Documents2=Dokumendid
- UploadDisabled=Üles laadimine välja lülitatud
- MenuAccountancy=Raamatupidamine
- MenuECM=Dokumendid
- MenuAWStats=AWStats
- MenuMembers=Liikmed
- MenuAgendaGoogle=Google päevakava
- MenuTaxesAndSpecialExpenses=Taxes | Special expenses
- ThisLimitIsDefinedInSetup=Dolibarr piir (menüü Kodu->Seaded->Turvalisus): %s Kb, PHP piir: %s Kb
- ThisLimitIsDefinedInSetupAt=Dolibarr limit (Menu %s): %s Kb, PHP limit (Param %s): %s Kb
- NoFileFound=No documents uploaded
- CurrentUserLanguage=Aktiivne keel
- CurrentTheme=Aktiivne teema
- CurrentMenuManager=Aktiivne menüü haldaja
- Browser=Veebilehitseja
- Layout=Layout
- Screen=Screen
- DisabledModules=Välja lülitatud moodulid
- For=Jaoks
- ForCustomer=Kliendi jaoks
- Signature=Allkiri
- DateOfSignature=Date of signature
- HidePassword=Näita käsku peidetud parooliga
- UnHidePassword=Näita käsku koos parooliga
- Root=Juur
- RootOfMedias=Root of public medias (/medias)
- Informations=Informatsioon
- Page=Lehekülg
- Notes=Märkused
- AddNewLine=Lisa uus rida
- AddFile=Lisa fail
- FreeZone=Free-text product
- FreeLineOfType=Free-text item, type:
- CloneMainAttributes=Klooni objekt selle põhiliste omadustega
- ReGeneratePDF=Re-generate PDF
- PDFMerge=PDFi ühendamine
- Merge=Ühendamine
- DocumentModelStandardPDF=Standard PDF template
- PrintContentArea=Kuva leht lehe sisu printimiseks
- MenuManager=Menüü haldaja
- WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode: only login <b>%s</b> is allowed to use the application in this mode.
- CoreErrorTitle=Süsteemi viga
- CoreErrorMessage=Sorry, an error occurred. Contact your system administrator to check the logs or disable $dolibarr_main_prod=1 to get more information.
- CreditCard=Krediitkaart
- ValidatePayment=Kinnita makse
- CreditOrDebitCard=Credit or debit card
- FieldsWithAreMandatory=Väljad omadusega <b>%s</b> on kohustuslikud
- FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
- AccordingToGeoIPDatabase=(according to GeoIP conversion)
- Line=Rida
- NotSupported=Ei ole toetatud
- RequiredField=Kohustuslik väli
- Result=Tulemus
- ToTest=Test
- ValidateBefore=Item must be validated before using this feature
- Visibility=Nähtavus
- Totalizable=Totalizable
- TotalizableDesc=This field is totalizable in list
- Private=Privaatne
- Hidden=Peidetud
- Resources=Ressursid
- Source=Allikas
- Prefix=Prefiks
- Before=Enne
- After=Pärast
- IPAddress=IP-aadress
- Frequency=Sagedus
- IM=Kiirsõnumid
- NewAttribute=Uus atribuut
- AttributeCode=Atribuudi kood
- URLPhoto=Foto/logo URL
- SetLinkToAnotherThirdParty=Seosta muu kolmanda isikuga
- LinkTo=Link to
- LinkToProposal=Link to proposal
- LinkToExpedition= Link to expedition
- LinkToOrder=Viide tellimusele
- LinkToInvoice=Link to invoice
- LinkToTemplateInvoice=Link to template invoice
- LinkToSupplierOrder=Link to purchase order
- LinkToSupplierProposal=Link to vendor proposal
- LinkToSupplierInvoice=Link to vendor invoice
- LinkToContract=Link to contract
- LinkToIntervention=Link to intervention
- LinkToTicket=Link to ticket
- LinkToMo=Link to Mo
- CreateDraft=Loo mustand
- SetToDraft=Tagasi mustandiks
- ClickToEdit=Klõpsa muutmiseks
- ClickToRefresh=Click to refresh
- EditWithEditor=Edit with CKEditor
- EditWithTextEditor=Edit with Text editor
- EditHTMLSource=Edit HTML Source
- ObjectDeleted=Objekt %s kustutatud
- ByCountry=Riigi järgi
- ByTown=Linna järgi
- ByDate=Kuupäeva järgi
- ByMonthYear=Kuu/aasta järgi
- ByYear=Aasta järgi
- ByMonth=Kuude kaupa
- ByDay=päeva järgi
- BySalesRepresentative=Müügiesindaja järgi
- LinkedToSpecificUsers=Seostatud kindla kasutaja kontaktiga
- NoResults=Vasteid ei leitud
- AdminTools=Admin Tools
- SystemTools=Süsteemi tööriistad
- ModulesSystemTools=Moodulite tööriistad
- Test=Test
- Element=Element
- NoPhotoYet=Pildid puuduvad
- Dashboard=Dashboard
- MyDashboard=My Dashboard
- Deductible=Maha arvatav
- from=alates
- toward=kuni
- Access=Ligipääs
- SelectAction=Select action
- SelectTargetUser=Select target user/employee
- HelpCopyToClipboard=Lõikelauale kopeerimiseks kasuta Ctrl+C klahvikombinatsiooni
- SaveUploadedFileWithMask=Salvesta fail serverisse nimega "<strong>%s</strong>" (muul juhul "%s")
- OriginFileName=Faili algne nimi
- SetDemandReason=Määratle allikas
- SetBankAccount=Määratle pangakonto
- AccountCurrency=Account currency
- ViewPrivateNote=Vaata märkmeid
- XMoreLines=%s joon(t) varjatud
- ShowMoreLines=Show more/less lines
- PublicUrl=Avalik link
- AddBox=Lisa kast
- SelectElementAndClick=Select an element and click on %s
- PrintFile=Prindi fail %s
- ShowTransaction=Show entry on bank account
- ShowIntervention=Näita sekkumist
- ShowContract=Näita lepingut
- GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
- Deny=Lükka tagasi
- Denied=Tagasi lükatud
- ListOf=List of %s
- ListOfTemplates=List of templates
- Gender=Gender
- Genderman=Male
- Genderwoman=Female
- Genderother=Muu
- ViewList=Nimekirja vaade
- ViewGantt=Gantt view
- ViewKanban=Kanban view
- Mandatory=Mandatory
- Hello=Tere
- GoodBye=GoodBye
- Sincerely=Sincerely
- ConfirmDeleteObject=Are you sure you want to delete this object?
- DeleteLine=Kustuta rida
- ConfirmDeleteLine=Are you sure you want to delete this line?
- 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.
- NoPDFAvailableForDocGenAmongChecked=No PDF were available for the document generation among checked record
- TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
- 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(s)?
- RelatedObjects=Related Objects
- ClassifyBilled=Liigita arve esitatud
- ClassifyUnbilled=Classify unbilled
- Progress=Progress
- ProgressShort=Progr.
- FrontOffice=Front office
- BackOffice=Keskkontor
- Submit=Submit
- View=View
- Export=Eksport
- Exports=Eksportimised
- ExportFilteredList=Export filtered list
- ExportList=Export list
- ExportOptions=Eksportimise seaded
- IncludeDocsAlreadyExported=Include docs already exported
- ExportOfPiecesAlreadyExportedIsEnable=Export of pieces already exported is enable
- ExportOfPiecesAlreadyExportedIsDisable=Export of pieces already exported is disable
- AllExportedMovementsWereRecordedAsExported=All exported movements were recorded as exported
- NotAllExportedMovementsCouldBeRecordedAsExported=Not all exported movements could be recorded as exported
- Miscellaneous=Muu
- Calendar=Kalender
- GroupBy=Group by...
- ViewFlatList=View flat list
- ViewAccountList=View ledger
- ViewSubAccountList=View subaccount ledger
- RemoveString=Remove string '%s'
- 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.
- DirectDownloadLink=Public download link
- PublicDownloadLinkDesc=Only the link is required to download the file
- DirectDownloadInternalLink=Private download link
- PrivateDownloadLinkDesc=You need to be logged and you need permissions to view or download the file
- Download=Download
- DownloadDocument=Download document
- DownloadSignedDocument=Download signed document
- ActualizeCurrency=Update currency rate
- Fiscalyear=Majandusaasta
- ModuleBuilder=Module and Application Builder
- SetMultiCurrencyCode=Set currency
- BulkActions=Bulk actions
- ClickToShowHelp=Click to show tooltip help
- WebSite=Website
- WebSites=Websites
- WebSiteAccounts=Website 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=Tegevused
- EMailTemplates=Email templates
- FileNotShared=File not shared to external public
- Project=Projekt
- Projects=Projektid
- LeadOrProject=Lead | Project
- LeadsOrProjects=Leads | Projects
- Lead=Lead
- Leads=Leads
- ListOpenLeads=List open leads
- ListOpenProjects=List open projects
- NewLeadOrProject=New lead or project
- Rights=Õigused
- LineNb=Line no.
- IncotermLabel=Incoterms
- TabLetteringCustomer=Customer lettering
- TabLetteringSupplier=Vendor lettering
- Monday=Esmaspäev
- Tuesday=Teisipäev
- Wednesday=Kolmapäev
- Thursday=Neljapäev
- Friday=Reede
- Saturday=Laupäev
- Sunday=Pühapäev
- MondayMin=E
- TuesdayMin=T
- WednesdayMin=K
- ThursdayMin=N
- FridayMin=R
- SaturdayMin=L
- SundayMin=P
- Day1=Esmaspäev
- Day2=Teisipäev
- Day3=Kolmapäev
- Day4=Neljapäev
- Day5=Reede
- Day6=Laupäev
- Day0=Pühapäev
- ShortMonday=E
- ShortTuesday=T
- ShortWednesday=K
- ShortThursday=N
- ShortFriday=R
- ShortSaturday=L
- ShortSunday=P
- one=one
- two=two
- three=three
- four=four
- five=five
- six=six
- seven=seven
- eight=eight
- nine=nine
- ten=ten
- eleven=eleven
- twelve=twelve
- thirteen=thirdteen
- fourteen=fourteen
- fifteen=fifteen
- sixteen=sixteen
- seventeen=seventeen
- eighteen=eighteen
- nineteen=nineteen
- twenty=twenty
- thirty=thirty
- forty=forty
- fifty=fifty
- sixty=sixty
- seventy=seventy
- eighty=eighty
- ninety=ninety
- hundred=hundred
- thousand=thousand
- million=million
- billion=billion
- trillion=trillion
- quadrillion=quadrillion
- 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=Kolmandad isikud
- SearchIntoContacts=Kontaktid
- SearchIntoMembers=Liikmed
- SearchIntoUsers=Kasutajad
- SearchIntoProductsOrServices=Products or services
- SearchIntoBatch=Lots / Serials
- SearchIntoProjects=Projektid
- SearchIntoMO=Manufacturing Orders
- SearchIntoTasks=Ülesanded
- SearchIntoCustomerInvoices=Kliendi arved
- SearchIntoSupplierInvoices=Tarnija arved
- SearchIntoCustomerOrders=Sales orders
- SearchIntoSupplierOrders=Purchase orders
- SearchIntoCustomerProposals=Pakkumised
- SearchIntoSupplierProposals=Vendor proposals
- SearchIntoInterventions=Sekkumised
- SearchIntoContracts=Lepingud
- SearchIntoCustomerShipments=Customer shipments
- SearchIntoExpenseReports=Expense reports
- SearchIntoLeaves=Leave
- SearchIntoKM=Knowledge base
- SearchIntoTickets=Tickets
- SearchIntoCustomerPayments=Customer payments
- SearchIntoVendorPayments=Tarnija maksed
- SearchIntoMiscPayments=Mitmesugused maksed
- CommentLink=Kommentaarid
- NbComments=Number of comments
- CommentPage=Comments space
- CommentAdded=Comment added
- CommentDeleted=Comment deleted
- Everybody=Kõik
- PayedBy=Paid by
- PayedTo=Paid to
- Monthly=Monthly
- Quarterly=Quarterly
- Annual=Annual
- Local=Local
- Remote=Remote
- LocalAndRemote=Local and Remote
- KeyboardShortcut=Keyboard shortcut
- AssignedTo=Mõjutatud isik
- Deletedraft=Delete draft
- ConfirmMassDraftDeletion=Draft mass delete confirmation
- FileSharedViaALink=File shared with a public link
- SelectAThirdPartyFirst=Select a third party first...
- YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
- Inventory=Inventory
- AnalyticCode=Analytic code
- TMenuMRP=MRP
- ShowCompanyInfos=Show company infos
- ShowMoreInfos=Show More Infos
- NoFilesUploadedYet=Please upload a document first
- SeePrivateNote=See private note
- PaymentInformation=Payment information
- ValidFrom=Valid from
- ValidUntil=Valid until
- NoRecordedUsers=No users
- ToClose=To close
- ToRefuse=To refuse
- ToProcess=Töödelda
- ToApprove=To approve
- GlobalOpenedElemView=Global view
- NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
- NoArticlesFoundForTheCategory=No article found for the category
- ToAcceptRefuse=To accept | refuse
- ContactDefault_agenda=Tegevus
- ContactDefault_commande=Tellimus
- ContactDefault_contrat=Leping
- ContactDefault_facture=Arve
- ContactDefault_fichinter=Sekkumine
- ContactDefault_invoice_supplier=Supplier Invoice
- ContactDefault_order_supplier=Purchase Order
- ContactDefault_project=Projekt
- ContactDefault_project_task=Ülesanne
- ContactDefault_propal=Pakkumine
- ContactDefault_supplier_proposal=Supplier Proposal
- ContactDefault_ticket=Ticket
- ContactAddedAutomatically=Contact added from contact thirdparty roles
- More=More
- ShowDetails=Show details
- CustomReports=Custom reports
- StatisticsOn=Statistics on
- SelectYourGraphOptionsFirst=Select your graph options to build a graph
- Measures=Measures
- XAxis=X-Axis
- YAxis=Y-Axis
- StatusOfRefMustBe=Status of %s must be %s
- DeleteFileHeader=Confirm file delete
- DeleteFileText=Do you really want delete this file?
- ShowOtherLanguages=Show other languages
- SwitchInEditModeToAddTranslation=Switch in edit mode to add translations for this language
- NotUsedForThisCustomer=Not used for this customer
- AmountMustBePositive=Amount must be positive
- ByStatus=By status
- InformationMessage=Informatsioon
- Used=Used
- ASAP=As Soon As Possible
- CREATEInDolibarr=Record %s created
- MODIFYInDolibarr=Record %s modified
- DELETEInDolibarr=Record %s deleted
- VALIDATEInDolibarr=Record %s validated
- APPROVEDInDolibarr=Record %s approved
- DefaultMailModel=Default Mail Model
- PublicVendorName=Public name of vendor
- DateOfBirth=Sünniaeg
- SecurityTokenHasExpiredSoActionHasBeenCanceledPleaseRetry=Security token has expired, so action has been canceled. Please try again.
- UpToDate=Up-to-date
- OutOfDate=Out-of-date
- EventReminder=Event Reminder
- UpdateForAllLines=Update for all lines
- OnHold=On hold
- Civility=Civility
- AffectTag=Assign Tag
- AffectUser=Assign User
- SetSupervisor=Set Supervisor
- CreateExternalUser=Create external user
- ConfirmAffectTag=Bulk Tag Assignement
- ConfirmAffectUser=Bulk User Assignement
- ProjectRole=Role assigned on each project
- TasksRole=Role assigned on each task of each project
- ConfirmSetSupervisor=Bulk Supervisor Set
- ConfirmUpdatePrice=Choose a increase/decrease price rate
- ConfirmAffectTagQuestion=Are you sure you want to assign tags to the %s selected record(s)?
- ConfirmAffectUserQuestion=Are you sure you want to assign users to the %s selected record(s)?
- ConfirmSetSupervisorQuestion=Are you sure you want to set supervisor to the %s selected record(s)?
- ConfirmUpdatePriceQuestion=Are you sure you want to update the price of the %s selected record(s)?
- CategTypeNotFound=No tag type found for type of records
- Rate=Määr
- SupervisorNotFound=Supervisor not found
- CopiedToClipboard=Copied to clipboard
- InformationOnLinkToContract=This amount is only the total of all the lines of the contract. No notion of time is taken into consideration.
- ConfirmCancel=Are you sure you want to cancel
- EmailMsgID=Email MsgID
- EmailDate=Email date
- SetToStatus=Set to status %s
- SetToEnabled=Set to enabled
- SetToDisabled=Set to disabled
- ConfirmMassEnabling=mass enabling confirmation
- ConfirmMassEnablingQuestion=Are you sure you want to enable the %s selected record(s)?
- ConfirmMassDisabling=mass disabling confirmation
- ConfirmMassDisablingQuestion=Are you sure you want to disable the %s selected record(s)?
- RecordsEnabled=%s record(s) enabled
- RecordsDisabled=%s record(s) disabled
- RecordEnabled=Record enabled
- RecordDisabled=Record disabled
- Forthcoming=Forthcoming
- Currently=Currently
- ConfirmMassLeaveApprovalQuestion=Are you sure you want to approve the %s selected record(s)?
- ConfirmMassLeaveApproval=Mass leave approval confirmation
- RecordAproved=Record approved
- RecordsApproved=%s Record(s) approved
- Properties=Properties
- hasBeenValidated=%s has been validated
- ClientTZ=Kliendi ajavöönd (kasutaja)
- NotClosedYet=Not yet closed
- ClearSignature=Reset signature
- CanceledHidden=Canceled hidden
- CanceledShown=Canceled shown
- Terminate=Terminate
- Terminated=Terminated
- AddLineOnPosition=Add line on position (at the end if empty)
- ConfirmAllocateCommercial=Assign sales representative confirmation
- ConfirmAllocateCommercialQuestion=Are you sure you want to assign the %s selected record(s)?
- CommercialsAffected=Sales representatives assigned
- CommercialAffected=Sales representative assigned
- YourMessage=Your message
- YourMessageHasBeenReceived=Your message has been received. We will answer or contact you as soon as possible.
- UrlToCheck=Url to check
- Automation=Automation
- CreatedByEmailCollector=Created by Email collector
- CreatedByPublicPortal=Created from Public portal
- UserAgent=User Agent
- InternalUser=Sisemine kasutaja
- ExternalUser=Väline kasutaja
|