install.lang 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. # Dolibarr language file - Source file is en_US - install
  2. InstallEasy=Fylgdu leiðbeiningunum skref fyrir skref.
  3. MiscellaneousChecks=Undanfarar stöðva
  4. ConfFileExists=Stillingar <b>skrá %s </b> til.
  5. ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
  6. ConfFileCouldBeCreated=<b>Stillingarskráin %s </b> getur verið búinn til.
  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=<b>Stillingarskráin %s </b> er writable.
  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=Þetta PHP styður breytur POST og FÁ.
  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=Þetta PHP styður fundur.
  15. PHPSupport=This PHP supports %s functions.
  16. PHPMemoryOK=Your PHP max fundur minnið er stillt <b>á %s .</b> Þetta ætti að vera nóg.
  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=Listinn %s er ekki til.
  22. ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
  23. ErrorWrongValueForParameter=Þú gætir hafa slegið rangt gildi fyrir breytu ' %s '.
  24. ErrorFailedToCreateDatabase=Ekki tókst að búa til gagnagrunn ' %s '.
  25. ErrorFailedToConnectToDatabase=Tókst ekki að tengjast við gagnagrunn ' %s '.
  26. ErrorDatabaseVersionTooLow=Database version (%s) too old. Version %s or higher is required.
  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=%s Database 'er þegar til.
  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=Ef skráð er þegar til, farðu til baka og veljið "Create gagnagrunninum" valmöguleikann.
  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=Using leyfi
  37. ConfigurationFile=Stillingar skrá
  38. WebPagesDirectory=Listinn þar vefsíðum eru geymd
  39. DocumentsDirectory=Listinn á að geyma hlaðið og mynda skjöl
  40. URLRoot=URL Root
  41. ForceHttps=Force örugga tengingu (https)
  42. CheckToForceHttps=Hakaðu við þetta til að knýja á örugga tengingu (https). <br> Þetta krefst þess að vefur framreiðslumaður er stillt með SSL vottorð.
  43. DolibarrDatabase=Dolibarr Gagnasafn
  44. DatabaseType=Gagnasafn tegund
  45. DriverType=Bílstjóri tegund
  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=Gagnasafn framreiðslumaður höfn. Halda tómur ef ekki þekkt.
  49. DatabaseServer=Gagnasafn miðlara
  50. DatabaseName=Gagnasafn nafn
  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=Lykilorð fyrir Dolibarr gagnasafn eigandi.
  56. CreateDatabase=Búa til gagnasafn
  57. CreateUser=Create user account or grant user account permission on the Dolibarr database
  58. DatabaseSuperUserAccess=Gagnasafn framreiðslumaður - Ofurpaur aðgang
  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=Server tengingu
  65. DatabaseCreation=Gagnasafn sköpun
  66. CreateDatabaseObjects=Gagnasafn mótmæla stofnun
  67. ReferenceDataLoading=Tilvísun gögn hleðsla
  68. TablesAndPrimaryKeysCreation=Töflur og Primary lykla sköpun
  69. CreateTableAndPrimaryKey=Búa til borð %s
  70. CreateOtherKeysForTable=Búa til erlendra lykla og Vísitölur fyrir% borð s
  71. OtherKeysCreation=Erlend lykla og Vísitölur sköpun
  72. FunctionsCreation=Aðgerðir sköpun
  73. AdminAccountCreation=Administrator Innskráning sköpun
  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=Lok skipulag
  78. SystemIsInstalled=Þessi uppsetning er lokið.
  79. SystemIsUpgraded=Dolibarr hefur verið uppfærð með góðum árangri.
  80. YouNeedToPersonalizeSetup=Þú þarft að stilla Dolibarr til föt þinn af nauðsyn (útlit, lögun, ...). Til að gera þetta, vinsamlegast fylgdu tenglinum hér að neðan:
  81. AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfully.
  82. GoToDolibarr=Fara til Dolibarr
  83. GoToSetupArea=Fara til Dolibarr (skipulag svæði)
  84. MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
  85. GoToUpgradePage=Fara til uppfærsla síðu aftur
  86. WithNoSlashAtTheEnd=Án rista "/" í lok
  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=Þegar til
  89. DolibarrAdminLogin=Dolibarr admin Innskráning
  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=Veldu fólksflutninga handrit
  95. DataMigration=Database migration (data)
  96. DatabaseMigration=Database migration (structure + some data)
  97. ProcessMigrateScript=Script vinnslu
  98. ChooseYourSetupMode=Veldu uppsetningu háttur þinn og smelltu á "Start" ...
  99. FreshInstall=Fresh setja
  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=Uppfærsla
  102. UpgradeDesc=Notaðu þessa stillingu ef þú hefur skipt út gömlum Dolibarr skrár með skrá úr nýrri útgáfu. Þetta mun uppfæra gagnagrunninn og gögn.
  103. Start=Byrja
  104. InstallNotAllowed=Skipulag leyfa ekki með leyfi <b>conf.php</b>
  105. YouMustCreateWithPermission=Þú verður að búa til skrána %s og setja skrifa leyfi á það fyrir vefþjón á meðan setja ferli.
  106. CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
  107. AlreadyDone=Þegar flytja
  108. DatabaseVersion=Gagnasafn útgáfa
  109. ServerVersion=Gagnasafn framreiðslumaður útgáfa
  110. YouMustCreateItAndAllowServerToWrite=Þú verður að búa til þessa möppu og gera ráð fyrir the vefur framreiðslumaður að skrifa inn í það.
  111. DBSortingCollation=Eðli flokkun þess
  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=Munaðarlaus greiðslu uppgötva af% aðferð s
  116. RemoveItManuallyAndPressF5ToContinue=Fjarlægja hana handvirkt og ýta á F5 til að halda áfram.
  117. FieldRenamed=Field endurnefna
  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=Mælt val til setja í embætti <b>útgáfa %s er%</b> þín núverandi útgáfa <b>s</b>
  121. InstallChoiceSuggested=<b>Setja val leiðbeinandi við embætti.</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=Ef þetta nafn sé rétt og að gagnagrunnur er ekki til enn, þú verður að athuga möguleika á "Búa til gagnagrunn".
  125. OpenBaseDir=PHP openbasedir breytu
  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=Uppfærsla geymslu Sendingar
  131. MigrationShippingDelivery2=Uppfærsla geymslu siglinga 2
  132. MigrationFinished=Migration lokið
  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=Virkja mát %s
  135. ShowEditTechnicalParameters=Click here to show/edit advanced parameters (expert mode)
  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=Festa fyrir denormalized gögn
  149. MigrationOrder=Gögn fólksflutninga fyrir pantanir viðskiptavina
  150. MigrationSupplierOrder=Data migration for vendor's orders
  151. MigrationProposal=Gögn fólksflutninga í atvinnuskyni tillögur
  152. MigrationInvoice=Gögn fólksflutninga fyrir reikninga viðskiptavina
  153. MigrationContract=Gögn fólksflutninga til samninga
  154. MigrationSuccessfullUpdate=Uppfærsla tókst
  155. MigrationUpdateFailed=Gat ekki uppfærsla aðferð
  156. MigrationRelationshipTables=Gögn fólksflutninga fyrir borð sambandið ( %s )
  157. MigrationPaymentsUpdate=Greiðsla gögn leiðrétting
  158. MigrationPaymentsNumberToUpdate=%s greiðslu (s) til að endurnýja
  159. MigrationProcessPaymentUpdate=Uppfæra greiðslu (s) %s
  160. MigrationPaymentsNothingToUpdate=Engin fleiri atriði sem þarf að gera
  161. MigrationPaymentsNothingUpdatable=Engar frekari greiðslur sem hægt er að leiðrétta
  162. MigrationContractsUpdate=Samningur gögn leiðrétting
  163. MigrationContractsNumberToUpdate=%s samningi (s) til að endurnýja
  164. MigrationContractsLineCreation=Búa til samninga lína fyrir samningur dómari %s
  165. MigrationContractsNothingToUpdate=Engin fleiri atriði sem þarf að gera
  166. MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
  167. MigrationContractsEmptyDatesUpdate=Samningur tóm dagsetningu leiðrétting
  168. MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
  169. MigrationContractsEmptyDatesNothingToUpdate=Ekki samning tóm dagsetningu til að leiðrétta
  170. MigrationContractsEmptyCreationDatesNothingToUpdate=Engin sköpun samning dagsetningu til að leiðrétta
  171. MigrationContractsInvalidDatesUpdate=Bad gildi þann samning leiðrétting
  172. MigrationContractsInvalidDateFix=Rétt samning %s (Samningur date = %s , Ræsi þjónusta dagsetningu mín = %s )
  173. MigrationContractsInvalidDatesNumber=%s samninga breytt
  174. MigrationContractsInvalidDatesNothingToUpdate=Engin dagsetning með slæmt gildi til að leiðrétta
  175. MigrationContractsIncoherentCreationDateUpdate=Bad gildi samningur sköpun dagsetningu leiðrétting
  176. MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
  177. MigrationContractsIncoherentCreationDateNothingToUpdate=Nei slæmur gildi fyrir samning sköpun dagsetningu til að leiðrétta
  178. MigrationReopeningContracts=Opinn samning lokað með því að villa
  179. MigrationReopenThisContract=Hefja aftur samning %s
  180. MigrationReopenedContractsNumber=%s samninga breytt
  181. MigrationReopeningContractsNothingToUpdate=Nei lokað samning til að opna
  182. MigrationBankTransfertsUpdate=Update links between bank entry and a bank transfer
  183. MigrationBankTransfertsNothingToUpdate=Allir tenglar eru upp til dagsetning
  184. MigrationShipmentOrderMatching=Sendings kvittun uppfæra
  185. MigrationDeliveryOrderMatching=Sending kvittun uppfæra
  186. MigrationDeliveryDetail=Afhending uppfæra
  187. MigrationStockDetail=Uppfæra lager gildi vöru
  188. MigrationMenusDetail=Uppfæra dynamic valmyndir töflur
  189. MigrationDeliveryAddress=Uppfæra skila inn í sendingar
  190. MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
  191. MigrationProjectUserResp=Gögn fólksflutninga sviði fk_user_resp af llx_projet til llx_element_contact
  192. MigrationProjectTaskTime=Uppfæra tími í sekúndum
  193. MigrationActioncommElement=Uppfæra upplýsingar um aðgerðir
  194. MigrationPaymentMode=Data migration for payment type
  195. MigrationCategorieAssociation=Migration of categories
  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