install.lang 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. # Dolibarr language file - Source file is en_US - install
  2. InstallEasy=Seuraa ohjeita askel askeleelta.
  3. MiscellaneousChecks=Ehtojen tarkistus
  4. ConfFileExists=Asetustiedosto <b>%s</b> on olemassa.
  5. ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
  6. ConfFileCouldBeCreated=Asetustiedosto <b>%s</b> voitaisiin luoda.
  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=Configuration <b>file %s</b> on kirjoitettavissa.
  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=Tämä PHP tukee muuttujat POST ja GET.
  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=Tämä PHP tukee istuntoja.
  15. PHPSupport=This PHP supports %s functions.
  16. PHPMemoryOK=Sinun PHP max istuntojakson muisti on <b>asetettu %s.</b> Tämän pitäisi olla tarpeeksi.
  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=Hakemiston %s ei ole olemassa.
  22. ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
  23. ErrorWrongValueForParameter=Olet ehkä kirjoittanut väärän arvon parametri ' %s'.
  24. ErrorFailedToCreateDatabase=Luominen epäonnistui tietokanta ' %s'.
  25. ErrorFailedToConnectToDatabase=Epäonnistui muodostaa tietokanta ' %s'.
  26. ErrorDatabaseVersionTooLow=Tietokannan versio (%s) on liian vanha. Versio %s tai korkeampi on tarpeen.
  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=Database ' %s' on jo olemassa.
  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=Jos tietokanta on jo olemassa, mene takaisin ja poista "Luo tietokanta" vaihtoehto.
  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 Version
  36. License=Käyttämällä lisenssi
  37. ConfigurationFile=Configuration file
  38. WebPagesDirectory=Directory jossa www-sivut on tallennettu
  39. DocumentsDirectory=Directory tallentaa ladataan ja se tuotti asiakirjat
  40. URLRoot=URL juuri
  41. ForceHttps=Force suojatut yhteydet (https)
  42. CheckToForceHttps=Valitse tämä asetus pakottaa suojattuja yhteyksiä (https). <br> Tämä edellyttää, että www-palvelin on määritetty SSL-varmenne.
  43. DolibarrDatabase=Dolibarr Database
  44. DatabaseType=Tietokannan tyyppi
  45. DriverType=Driver tyyppi
  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=Tietokanta-palvelimen portti. Pidä tyhjä, jos tuntematon.
  49. DatabaseServer=Database Server
  50. DatabaseName=Tietokannan 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=Salasana Dolibarr tietokannan ylläpitäjä. Pidä tyhjä jos kytket nimettömässä
  56. CreateDatabase=Luo tietokanta
  57. CreateUser=Create user account or grant user account permission on the Dolibarr database
  58. DatabaseSuperUserAccess=Tietokanta - SuperUser pääsy
  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=Palvelinyhteys
  65. DatabaseCreation=Tietokannan luominen
  66. CreateDatabaseObjects=Tietokannan objektien luominen
  67. ReferenceDataLoading=Vertailutiedoilla lastaus
  68. TablesAndPrimaryKeysCreation=Taulukot ja Perusjäämä avaimet luominen
  69. CreateTableAndPrimaryKey=Luo taulukko %s
  70. CreateOtherKeysForTable=Luo ulko avaimet ja hakemistot pöytä %s
  71. OtherKeysCreation=Ulko-avaimet ja hakemistot luominen
  72. FunctionsCreation=Toiminnot luominen
  73. AdminAccountCreation=Administrator sisäänkirjoittautumissivuksesi luominen
  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=End of setup
  78. SystemIsInstalled=Tämä asennus on valmis.
  79. SystemIsUpgraded=Dolibarr on päivitetty onnistuneesti.
  80. YouNeedToPersonalizeSetup=You need to configure Dolibarr vastaamaan tarpeisiin (ulkonäkö, ominaisuudet, ...). Voit tehdä tämän alla olevasta linkistä:
  81. AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfully.
  82. GoToDolibarr=Siirry Dolibarr
  83. GoToSetupArea=Siirry Dolibarr (setup-alue)
  84. MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
  85. GoToUpgradePage=Siirry päivittää sivu uudelleen
  86. WithNoSlashAtTheEnd=Ilman kauttaviivalla "/" lopussa
  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 jo olemassa
  89. DolibarrAdminLogin=Dolibarr admin login
  90. AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
  91. FailedToCreateAdminLogin=Dolibarr ylläpitokäyttäjän luominen epäonnistui
  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=Valittu siirtyä script
  95. DataMigration=Database migration (data)
  96. DatabaseMigration=Database migration (structure + some data)
  97. ProcessMigrateScript=Script käsittely
  98. ChooseYourSetupMode=Valitse setup-tilaan ja klikkaa "Käynnistä" ...
  99. FreshInstall=Tuore asentaa
  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=Päivitys
  102. UpgradeDesc=Käytä tätä tilaa, jos sinulla on korvattu vanha Dolibarr tiedostoja tiedostot uudemmalla versiolla. Tämä päivittää tietokantaan ja tietoja.
  103. Start=Alku
  104. InstallNotAllowed=Asennusohjelma ei sallita <b>conf.php</b> käyttöoikeudet
  105. YouMustCreateWithPermission=Sinun on luotava tiedosto %s ja asettaa kirjoittaa oikeudet sen Web-palvelimen aikana asentaa prosessiin.
  106. CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
  107. AlreadyDone=Jo siirtynyt
  108. DatabaseVersion=Database versio
  109. ServerVersion=Database Server versio
  110. YouMustCreateItAndAllowServerToWrite=Sinun on luotava tähän hakemistoon ja mahdollistaa web-palvelin voi kirjoittaa sitä.
  111. DBSortingCollation=Luonne lajittelu jotta
  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=Orphelins maksu havaittu menetelmä %s
  116. RemoveItManuallyAndPressF5ToContinue=Poistaa sen manuaalisesti ja paina F5 jatkaa.
  117. FieldRenamed=Kenttä uudelleennimetty
  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=Suositeltava valinta asentaa version <b>%s</b> nykyisestä versiosta <b>%s</b>
  121. InstallChoiceSuggested=<b>Asenna valinta ehdotti installer.</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=Jos tämä nimi on oikea ja että tietokanta ei ole vielä olemassa, sinun täytyy tarkistaa vaihtoehto "Luo tietokanta".
  125. OpenBaseDir=PHP openbasedir parametri
  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=Päivitä varastointi merenkulun
  131. MigrationShippingDelivery2=Päivitä varastointi merenkulun 2
  132. MigrationFinished=Muuttoliike valmis
  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=Aktivoi moduuli %s
  135. ShowEditTechnicalParameters=Klikkaa tästä näyttääksesi/muuttaaksesi edistyneemmät parametrit (asiantuntija tila)
  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=Korjaus denormalized tiedot
  149. MigrationOrder=Tietojen siirtäminen asiakkaiden tilauksia
  150. MigrationSupplierOrder=Data migration for vendor's orders
  151. MigrationProposal=Tietojen siirtäminen kaupallisiin ehdotuksia
  152. MigrationInvoice=Tietojen siirtäminen asiakkaiden laskut
  153. MigrationContract=Tietojen siirtäminen sopimusten
  154. MigrationSuccessfullUpdate=Päivitys onnistunut
  155. MigrationUpdateFailed=Epäonnistui päivitysprosessi
  156. MigrationRelationshipTables=Tiedot maahanmuuton suhteen taulukot (%s)
  157. MigrationPaymentsUpdate=Maksu tietojen korjaus
  158. MigrationPaymentsNumberToUpdate=%s maksu (t) päivitys
  159. MigrationProcessPaymentUpdate=Päivitä maksutiedot (s) %s
  160. MigrationPaymentsNothingToUpdate=Ei enää Muistettavaa
  161. MigrationPaymentsNothingUpdatable=Ei enempää maksuja, jotka voidaan korjata
  162. MigrationContractsUpdate=Sopimus tietojen korjaus
  163. MigrationContractsNumberToUpdate=%s sopimuksen (t) päivitys
  164. MigrationContractsLineCreation=Luo sopimus linja sopimustavaroiden ref %s
  165. MigrationContractsNothingToUpdate=Ei enää Muistettavaa
  166. MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
  167. MigrationContractsEmptyDatesUpdate=Sopimus tyhjä päivämäärä korjaus
  168. MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
  169. MigrationContractsEmptyDatesNothingToUpdate=Mitään sopimusta ei tyhjä päivämäärä korjata
  170. MigrationContractsEmptyCreationDatesNothingToUpdate=Mitään sopimusta ei luontipäivämäärä korjata
  171. MigrationContractsInvalidDatesUpdate=Bad arvopäivä sopimuksen korjaus
  172. MigrationContractsInvalidDateFix=Correct contract %s (Contract date=%s, Starting service date min=Oikea sopimuksen %s (Sopimussuhteiset date= %s, Lähtölista palvelun päivämäärä min= %s)
  173. MigrationContractsInvalidDatesNumber=%s sopimusten muuntamattomat
  174. MigrationContractsInvalidDatesNothingToUpdate=N: o päivämäärän mukaisessa huono arvo korjata
  175. MigrationContractsIncoherentCreationDateUpdate=Bad arvo sopimuksen luontipäivämäärä korjaus
  176. MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
  177. MigrationContractsIncoherentCreationDateNothingToUpdate=Ei huono arvo sopimustavaroiden luontipäivämäärä korjata
  178. MigrationReopeningContracts=Avoinna sopimuksen suljettu virhe
  179. MigrationReopenThisContract=Uudelleen sopimuksen %s
  180. MigrationReopenedContractsNumber=%s sopimusten muuntamattomat
  181. MigrationReopeningContractsNothingToUpdate=N: o suljettu sopimuksen auki
  182. MigrationBankTransfertsUpdate=Päivitä pankkitoimien ja pankkisiirtojen välinen yhteys
  183. MigrationBankTransfertsNothingToUpdate=Kaikki linkit ovat ajan tasalla
  184. MigrationShipmentOrderMatching=Sendings vastaanottamisesta päivitys
  185. MigrationDeliveryOrderMatching=Toimitus vastaanottamisesta päivitys
  186. MigrationDeliveryDetail=Toimitus päivitys
  187. MigrationStockDetail=Päivitä varastossa tuotteiden arvosta
  188. MigrationMenusDetail=Päivitä dynaaminen valikot taulukot
  189. MigrationDeliveryAddress=Päivitä toimitusosoite kuljetusta
  190. MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
  191. MigrationProjectUserResp=Tietojen siirtäminen alalla fk_user_resp ja llx_projet on llx_element_contact
  192. MigrationProjectTaskTime=Päivitä aika sekunneissa
  193. MigrationActioncommElement=Päivitä tiedot toimista
  194. MigrationPaymentMode=Data migration for payment type
  195. MigrationCategorieAssociation=Kategorioiden siirto
  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=Lataa uudelleen moduuli %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