install.lang 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. # Dolibarr language file - Source file is en_US - install
  2. InstallEasy=Palun järgige samm-sammult antavaid juhiseid.
  3. MiscellaneousChecks=Eelduste kontroll
  4. ConfFileExists=Seadistusfail <b>%s</b> on juba olemas.
  5. ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
  6. ConfFileCouldBeCreated=Seadistusfaili <b>%s</b> loomine on võimalik.
  7. ConfFileIsNotWritable=Configuration file <b>%s</b> is not writable. Check permissions. For first install, your web server must be able to write into this file during configuration process ("chmod 666" for example on a Unix like OS).
  8. ConfFileIsWritable=Seadistusfail <b>%s</b> on kirjutatav.
  9. ConfFileMustBeAFileNotADir=Configuration file <b>%s</b> must be a file, not a directory.
  10. ConfFileReload=Reloading parameters from configuration file.
  11. NoReadableConfFileSoStartInstall=The configuration file <b>conf/conf.php</b> does not exists or is not readable. We will run the installation process to try to initialize it.
  12. PHPSupportPOSTGETOk=Antud PHP toetab POST ja GET muutujaid.
  13. PHPSupportPOSTGETKo=It's possible your PHP setup does not support variables POST and/or GET. Check the parameter <b>variables_order</b> in php.ini.
  14. PHPSupportSessions=Antud PHP toetab sessioone.
  15. PHPSupport=This PHP supports %s functions.
  16. PHPMemoryOK=Antud PHP poolt kasutatav sessiooni maksimaalne mälu on <b>%s</b>. See peaks olema piisav.
  17. PHPMemoryTooLow=Your PHP max session memory is set to <b>%s</b> bytes. This is too low. Change your <b>php.ini</b> to set <b>memory_limit</b> parameter to at least <b>%s</b> bytes.
  18. Recheck=Click here for a more detailed test
  19. ErrorPHPDoesNotSupportSessions=Your PHP installation does not support sessions. This feature is required to allow Dolibarr to work. Check your PHP setup and permissions of the sessions directory.
  20. ErrorPHPDoesNotSupport=Your PHP installation does not support %s functions.
  21. ErrorDirDoesNotExists=Kausta %s ei ole olemas.
  22. ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
  23. ErrorWrongValueForParameter=Parameetri &quot;%s&quot; väärtus on ilmselt valesti sisestatud.
  24. ErrorFailedToCreateDatabase=Ei suutnud luua andmebaasi '%s &quot;.
  25. ErrorFailedToConnectToDatabase=Ei suutnud ühenduda andmebaasiga &quot;%s&quot;.
  26. ErrorDatabaseVersionTooLow=Andmebaasi versioon (%s) on liiga vana. Vaja on versiooni %s või kõrgemat.
  27. ErrorPHPVersionTooLow=PHP version too old. Version %s or higher is required.
  28. ErrorPHPVersionTooHigh=PHP version too high. Version %s or lower is required.
  29. ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
  30. ErrorDatabaseAlreadyExists=Andmebaas '%s &quot; on juba olemas.
  31. ErrorNoMigrationFilesFoundForParameters=No migration file found for the selected versions
  32. IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
  33. IfDatabaseExistsGoBackAndCheckCreate=Kui andmebaas on juba olemas, mine tagasi ja võta märge &quot;Loo andmebaas&quot; maha.
  34. WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
  35. PHPVersion=PHP versioon
  36. License=Kasutab litsentsi
  37. ConfigurationFile=Seadistusfail
  38. WebPagesDirectory=Veebilehtede säilitamise kaust
  39. DocumentsDirectory=Üles laetud ja genereeritud dokumentide säilitamise kaust
  40. URLRoot=URL juurkaust
  41. ForceHttps=Sunni turvaliste ühenduste kasutamine (HTTPS)
  42. CheckToForceHttps=Märgista see võimalus turvaliste ühenduste (HTTPS) sundimiseks. <br> Selle võimaluse kasutamiseks peab veebiserver olema seadistatud kasutama SSL sertifikaati.
  43. DolibarrDatabase=Dolibarri andmebaas
  44. DatabaseType=Andmebaasi tüüp
  45. DriverType=Draiveri tüüp
  46. Server=Server
  47. ServerAddressDescription=Name or ip address for the database server. Usually 'localhost' when the database server is hosted on the same server as the web server.
  48. ServerPortDescription=Andmebaasi serveri port. Jäta tühjaks, kui see on teadmata.
  49. DatabaseServer=Andmebaasi server
  50. DatabaseName=Andmebaasi nimi
  51. DatabasePrefix=Database table prefix
  52. DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
  53. AdminLogin=User account for the Dolibarr database owner.
  54. PasswordAgain=Retype password confirmation
  55. AdminPassword=Dolibarri andmebaasi omaniku parool.
  56. CreateDatabase=Loo andmebaas
  57. CreateUser=Create user account or grant user account permission on the Dolibarr database
  58. DatabaseSuperUserAccess=Andmebaasi server - administraatori ligipääs
  59. CheckToCreateDatabase=Check the box if the database does not exist yet and so must be created.<br>In this case, you must also fill in the user name and password for the superuser account at the bottom of this page.
  60. CheckToCreateUser=Check the box if:<br>the database user account does not yet exist and so must be created, or<br>if the user account exists but the database does not exist and permissions must be granted.<br>In this case, you must enter the user account and password and <b>also</b> the superuser account name and password at the bottom of this page. If this box is unchecked, database owner and password must already exist.
  61. DatabaseRootLoginDescription=Superuser account name (to create new databases or new users), mandatory if the database or its owner does not already exist.
  62. KeepEmptyIfNoPassword=Leave empty if superuser has no password (NOT recommended)
  63. SaveConfigurationFile=Saving parameters to
  64. ServerConnection=Serveri ühendus
  65. DatabaseCreation=Andmebaasi loomine
  66. CreateDatabaseObjects=Andmebaasi objektide loomine
  67. ReferenceDataLoading=Viiteandmete laadimine
  68. TablesAndPrimaryKeysCreation=Andmebaasi tabelite ja esmasvõtmete loomine
  69. CreateTableAndPrimaryKey=Loo tabel %s
  70. CreateOtherKeysForTable=Loo välisvõtmed ja indeksid tabelile %s
  71. OtherKeysCreation=Välisvõtmete ja indeksite loomine
  72. FunctionsCreation=Funktsioonide loomine
  73. AdminAccountCreation=Administraatori kasutaja loomine
  74. PleaseTypePassword=Please type a password, empty passwords are not allowed!
  75. PleaseTypeALogin=Please type a login!
  76. PasswordsMismatch=Passwords differs, please try again!
  77. SetupEnd=Paigaldamise lõpp
  78. SystemIsInstalled=Paigaldamine lõpetatud.
  79. SystemIsUpgraded=Dolibarr on edukalt uuendatud.
  80. YouNeedToPersonalizeSetup=Dolibarri peab muutma oma vajadustele vastavaks (välimus, funktsioonid, ...). Selle tegemiseks kasuta järgnevat linki:
  81. AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfully.
  82. GoToDolibarr=Mine Dolibarri
  83. GoToSetupArea=Mine Dolibarri (seadistusala)
  84. MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
  85. GoToUpgradePage=Mine uuesti uuenduste lehele
  86. WithNoSlashAtTheEnd=Lõpus oleva kaldkriipsuta "/"
  87. DirectoryRecommendation=<span class="warning">IMPORTANT</span>: You must use a directory that is outside of the web pages (so do not use a subdirectory of previous parameter).
  88. LoginAlreadyExists=On juba olemas
  89. DolibarrAdminLogin=Dolibarri administraatori kasutajanimi
  90. AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
  91. FailedToCreateAdminLogin=Failed to create Dolibarr administrator account.
  92. WarningRemoveInstallDir=Warning, for security reasons, once the install or upgrade is complete, you should add a file called <b>install.lock</b> into the Dolibarr document directory in order to prevent the accidental/malicious use of the install tools again.
  93. FunctionNotAvailableInThisPHP=Not available in this PHP
  94. ChoosedMigrateScript=Vali migratsiooni skript
  95. DataMigration=Database migration (data)
  96. DatabaseMigration=Database migration (structure + some data)
  97. ProcessMigrateScript=Skripti töötlemine
  98. ChooseYourSetupMode=Vali paigalduse režiim ja klõpsa "Start" nupule...
  99. FreshInstall=Värske paigaldus
  100. FreshInstallDesc=Use this mode if this is your first install. If not, this mode can repair a incomplete previous install. If you want to upgrade your version, choose "Upgrade" mode.
  101. Upgrade=Uuenda
  102. UpgradeDesc=Kasuta seda režiimi, kui tahad vanad Dolibarri failid asendada uuema versiooni failidega. See uuendab andmebaasi ja andmed.
  103. Start=Alusta
  104. InstallNotAllowed=<b>conf.php</b> failiga on paigaldus keelatud
  105. YouMustCreateWithPermission=Pead looma faili %s ning andma veebiserverile paigaldamisprotsessi ajaks kirjutamise õigused.
  106. CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
  107. AlreadyDone=Juba migreeritud
  108. DatabaseVersion=Andmebaasi versioo
  109. ServerVersion=Andmebaasiserveri versioon
  110. YouMustCreateItAndAllowServerToWrite=Pead looma selle kausta ning võimaldama veebiserveril sinna kirjutada.
  111. DBSortingCollation=Tähtede järgi sorteerimise järjekord
  112. YouAskDatabaseCreationSoDolibarrNeedToConnect=You selected create database <b>%s</b>, but for this, Dolibarr needs to connect to server <b>%s</b> with super user <b>%s</b> permissions.
  113. YouAskLoginCreationSoDolibarrNeedToConnect=You selected create database user <b>%s</b>, but for this, Dolibarr needs to connect to server <b>%s</b> with super user <b>%s</b> permissions.
  114. BecauseConnectionFailedParametersMayBeWrong=The database connection failed: the host or super user parameters must be wrong.
  115. OrphelinsPaymentsDetectedByMethod=Meetod %s avastas hüljatud makseid.
  116. RemoveItManuallyAndPressF5ToContinue=Eemaldada käsitsi ja vajuta jätkamiseks F5.
  117. FieldRenamed=Väli ümber nimetatud
  118. IfLoginDoesNotExistsCheckCreateUser=If the user does not exist yet, you must check option "Create user"
  119. ErrorConnection=Server "<b>%s</b>", database name "<b>%s</b>", login "<b>%s</b>", or database password may be wrong or the PHP client version may be too old compared to the database version.
  120. InstallChoiceRecommanded=Soovitatav valik on paigaldada versioon <b>%s</b> praeguse versiooni <b>%s</b> asemele
  121. InstallChoiceSuggested=<b>Installerija poolt soovitatav paigaldusvalik</b>
  122. MigrateIsDoneStepByStep=The targeted version (%s) has a gap of several versions. The install wizard will come back to suggest a further migration once this one is complete.
  123. CheckThatDatabasenameIsCorrect=Check that the database name "<b>%s</b>" is correct.
  124. IfAlreadyExistsCheckOption=Kui nimi on õige ja andmebaasi pole veel loodud, siis pead märgistama kasti "Loo andmebaas".
  125. OpenBaseDir=PHP openbasedir parameeter
  126. YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
  127. YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
  128. NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
  129. MigrationCustomerOrderShipping=Migrate shipping for sales orders storage
  130. MigrationShippingDelivery=Uuenda saadetiste andmesalv
  131. MigrationShippingDelivery2=Uuenda saadetiste andmesalv 2
  132. MigrationFinished=Migreerimine lõpetatud
  133. LastStepDesc=<strong>Last step</strong>: Define here the login and password you wish to use to connect to Dolibarr. <b>Do not lose this as it is the master account to administer all other/additional user accounts.</b>
  134. ActivateModule=Aktiveeri moodul %s
  135. ShowEditTechnicalParameters=Klõpsa siia lisaparameetrite näitamiseks/muutmiseks (spetsialisti režiim)
  136. WarningUpgrade=Warning:\nDid you run a database backup first?\nThis is highly recommended. Loss of data (due to for example bugs in mysql version 5.5.40/41/42/43) may be possible during this process, so it is essential to take a complete dump of your database before starting any migration.\n\nClick OK to start migration process...
  137. ErrorDatabaseVersionForbiddenForMigration=Your database version is %s. It has a critical bug, making data loss possible if you make structural changes in your database, such as is required by the migration process. For his reason, migration will not be allowed until you upgrade your database to a layer (patched) version (list of known buggy versions: %s)
  138. KeepDefaultValuesWamp=You used the Dolibarr setup wizard from DoliWamp, so values proposed here are already optimized. Change them only if you know what you are doing.
  139. KeepDefaultValuesDeb=You used the Dolibarr setup wizard from a Linux package (Ubuntu, Debian, Fedora...), so the values proposed here are already optimized. Only the password of the database owner to create must be entered. Change other parameters only if you know what you are doing.
  140. KeepDefaultValuesMamp=You used the Dolibarr setup wizard from DoliMamp, so the values proposed here are already optimized. Change them only if you know what you are doing.
  141. KeepDefaultValuesProxmox=You used the Dolibarr setup wizard from a Proxmox virtual appliance, so the values proposed here are already optimized. Change them only if you know what you are doing.
  142. UpgradeExternalModule=Run dedicated upgrade process of external module
  143. SetAtLeastOneOptionAsUrlParameter=Set at least one option as a parameter in URL. For example: '...repair.php?standard=confirmed'
  144. NothingToDelete=Nothing to clean/delete
  145. NothingToDo=Nothing to do
  146. #########
  147. # upgrade
  148. MigrationFixData=Paranda denormaliseeritud andmed
  149. MigrationOrder=Kliendi tellimuste andmete migreerimine
  150. MigrationSupplierOrder=Data migration for vendor's orders
  151. MigrationProposal=Pakkumiste andmete migreerimine
  152. MigrationInvoice=Müügiarvete andmete migreerimine
  153. MigrationContract=Lepingute andmete migreerimine
  154. MigrationSuccessfullUpdate=Uuendamine edukalt lõpetatud
  155. MigrationUpdateFailed=Uuendamine ebaõnnestus
  156. MigrationRelationshipTables=Relatsioonide jaoks kasutatavate tabelite andmete migreerimine (%s)
  157. MigrationPaymentsUpdate=Makseandmete parandamine
  158. MigrationPaymentsNumberToUpdate=%s makse(t) uuendada
  159. MigrationProcessPaymentUpdate=Uuenda makse(id) %s
  160. MigrationPaymentsNothingToUpdate=Kõik tegevused lõpetatud
  161. MigrationPaymentsNothingUpdatable=Parandamist vajavad maksed parandatud
  162. MigrationContractsUpdate=Lepingute andmete parandamine
  163. MigrationContractsNumberToUpdate=%s leping(ut) uuendada
  164. MigrationContractsLineCreation=Loo lepingu rida lepingule viitega %s
  165. MigrationContractsNothingToUpdate=Kõik tegevused lõpetatud
  166. MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
  167. MigrationContractsEmptyDatesUpdate=Lepingutel olevate tühjade kuupäevade korrigeerimine.
  168. MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
  169. MigrationContractsEmptyDatesNothingToUpdate=Lepingutel pole tühje kuupäevi, mida parandada.
  170. MigrationContractsEmptyCreationDatesNothingToUpdate=Lepingute loomise kuupäevi pole vaja parandada
  171. MigrationContractsInvalidDatesUpdate=Vigaste kuupäevadega lepingute parandamine
  172. MigrationContractsInvalidDateFix=Paranda leping %s (lepingu kuupäev = %s, kasutuselevõtu kuupäev minimaalselt: %s)
  173. MigrationContractsInvalidDatesNumber=%s lepingut muudetud
  174. MigrationContractsInvalidDatesNothingToUpdate=Ühtki vigase väärtusega kuupäeva pole vaja parandada
  175. MigrationContractsIncoherentCreationDateUpdate=Vigaste lepingu alustamise kuupäevade parandamine
  176. MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
  177. MigrationContractsIncoherentCreationDateNothingToUpdate=Pole vigaseid lepingu alustamise kuupäevi, mida parandada
  178. MigrationReopeningContracts=Avatud leping lõpetati ekslikult
  179. MigrationReopenThisContract=Ava leping %s uuesti
  180. MigrationReopenedContractsNumber=%s lepingut muudetud
  181. MigrationReopeningContractsNothingToUpdate=Pole suletud lepinguid, mida avada
  182. MigrationBankTransfertsUpdate=Update links between bank entry and a bank transfer
  183. MigrationBankTransfertsNothingToUpdate=Kõik seosed on värsked
  184. MigrationShipmentOrderMatching=Saatmiskviitungite uuendamine
  185. MigrationDeliveryOrderMatching=Vastuvõtu kinnituste uuendamine
  186. MigrationDeliveryDetail=Saadetise uuendamine
  187. MigrationStockDetail=Uuenda toodete laoväärtusi
  188. MigrationMenusDetail=Uuenda dünaamiliste menüüde tabelid
  189. MigrationDeliveryAddress=Uuenda saadetiste kohaletoimetamise aadresse
  190. MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
  191. MigrationProjectUserResp=Andmete migratsiooni väli fk_user_resp tabelis llx_projet tabeliga llx_element_contact
  192. MigrationProjectTaskTime=Uuendamiseks kulutatud aeg sekundites
  193. MigrationActioncommElement=Uuenda tegevuste andmec
  194. MigrationPaymentMode=Data migration for payment type
  195. MigrationCategorieAssociation=Kategooriate migreerimine
  196. MigrationEvents=Migration of events to add event owner into assignment table
  197. MigrationEventsContact=Migration of events to add event contact into assignment table
  198. MigrationRemiseEntity=Update entity field value of llx_societe_remise
  199. MigrationRemiseExceptEntity=Update entity field value of llx_societe_remise_except
  200. MigrationUserRightsEntity=Update entity field value of llx_user_rights
  201. MigrationUserGroupRightsEntity=Update entity field value of llx_usergroup_rights
  202. MigrationUserPhotoPath=Migration of photo paths for users
  203. MigrationFieldsSocialNetworks=Migration of users fields social networks (%s)
  204. MigrationReloadModule=Reload module %s
  205. MigrationResetBlockedLog=Reset module BlockedLog for v7 algorithm
  206. MigrationImportOrExportProfiles=Migration of import or export profiles (%s)
  207. ShowNotAvailableOptions=Show unavailable options
  208. HideNotAvailableOptions=Hide unavailable options
  209. ErrorFoundDuringMigration=Error(s) were reported during the migration process so next step is not available. To ignore errors, you can <a href="%s">click here</a>, but the application or some features may not work correctly until the errors are resolved.
  210. YouTryInstallDisabledByDirLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (directory renamed with .lock suffix).<br>
  211. YouTryInstallDisabledByFileLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (by the existence of a lock file <strong>install.lock</strong> in the dolibarr documents directory).<br>
  212. ClickHereToGoToApp=Click here to go to your application
  213. ClickOnLinkOrRemoveManualy=If an upgrade is in progress, please wait. If not, click on the following link. If you always see this same page, you must remove/rename the file install.lock in the documents directory.
  214. Loaded=Loaded
  215. FunctionTest=Function test