install.lang 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. # Dolibarr language file - Source file is en_US - install
  2. InstallEasy=Stačí sledovať inštrukcie krok za krokom.
  3. MiscellaneousChecks=Kontrola predpokladov
  4. ConfFileExists=Konfiguračný súbor <b>%s</b> existuje.
  5. ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
  6. ConfFileCouldBeCreated=<b>%s</b> Konfiguračný súbor môže byť vytvorený.
  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=Konfiguračný súbor <b>%s</b> je zapisovatelný.
  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=Vaše PHP podporuje premenné POST a 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=Vaše PHP podporuje relácie.
  15. PHPSupport=This PHP supports %s functions.
  16. PHPMemoryOK=Maximálna pamäť pre relácie v PHP je nastavená na <b>%s</b>. To by malo stačiť.
  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=Adresár %s neexistuje.
  22. ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
  23. ErrorWrongValueForParameter=Možno ste zadali nesprávnu hodnotu pre parameter &quot;%s&quot;.
  24. ErrorFailedToCreateDatabase=Nepodarilo sa vytvoriť databázu &quot;%s&quot;.
  25. ErrorFailedToConnectToDatabase=Nepodarilo sa pripojiť k databáze &quot;%s&quot;.
  26. ErrorDatabaseVersionTooLow=Verzia databázy (%s) je príliš stará. Vyžaduje sa verzia %s alebo vyššia.
  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=Databáza '%s' už existuje.
  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=Ak databáza už existuje, vráťte sa späť a zrušte začiarknutie políčka &quot;Vytvoriť databázu&quot;.
  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=Verzia PHP
  36. License=Používa sa licencia
  37. ConfigurationFile=Konfiguračný súbor
  38. WebPagesDirectory=Adresár, kde sú uložené webové stránky
  39. DocumentsDirectory=Adresár pre ukladanie nahratých a vytvorených dokumentov
  40. URLRoot=URL Root
  41. ForceHttps=Vynútiť zabezpečené pripojenie (https)
  42. CheckToForceHttps=Zaškrtnite túto možnosť, aby sa vyžadovalo zabezpečené pripojenie (https).<br>Webový server musí byť nastavený na používanie SSL certifikátu.
  43. DolibarrDatabase=Dolibarr databáza
  44. DatabaseType=Typ databázy
  45. DriverType=Typ ovládača
  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=Port databázového servera. Nechajte prázdne, ak je neznámy.
  49. DatabaseServer=Databázový server
  50. DatabaseName=Názov databázy
  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=Heslo pre vlastníka databázy Dolibarr.
  56. CreateDatabase=Vytvoriť databázu
  57. CreateUser=Create user account or grant user account permission on the Dolibarr database
  58. DatabaseSuperUserAccess=Databázový server - prístup Superuser
  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=Pripojenie k serveru
  65. DatabaseCreation=Vytvorenie databázy
  66. CreateDatabaseObjects=Tvorba objektov databázy
  67. ReferenceDataLoading=Načítavajú sa referenčné dáta
  68. TablesAndPrimaryKeysCreation=Tvorba tabuliek a primárnych kľúčov
  69. CreateTableAndPrimaryKey=Vytvorenie tabuľky %s
  70. CreateOtherKeysForTable=Vytvorte cudzie kľúče a indexy pre tabuľky %s
  71. OtherKeysCreation=Cudzie kľúče a indexy tvorba
  72. FunctionsCreation=Funkcia vytvárania
  73. AdminAccountCreation=Administrator login tvorba
  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=Koniec nastavenie
  78. SystemIsInstalled=Táto inštalácia je dokončená.
  79. SystemIsUpgraded=Dolibarr bol aktualizovaný úspešne.
  80. YouNeedToPersonalizeSetup=Je potrebné nakonfigurovať Dolibarr aby vyhovoval vašim potrebám (vzhľad, vlastnosti, ...). Ak to chcete, prosím, na nižšie uvedený odkaz:
  81. AdminLoginCreatedSuccessfuly=Dolibarr administrátorský účet '<b>%s</b>' úspešne vytvorený
  82. GoToDolibarr=Prejsť na Dolibarr
  83. GoToSetupArea=Prejsť na Dolibarr (nastavenie plochy)
  84. MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
  85. GoToUpgradePage=Prejsť na stránku znova upgradovať
  86. WithNoSlashAtTheEnd=Bez lomítka &quot;/&quot; na koniec
  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=Už existuje
  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=Vytvorenie Dolibarr administratórskeho účtu zlyhalo
  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=Vyberte si skript migrácie
  95. DataMigration=Database migration (data)
  96. DatabaseMigration=Database migration (structure + some data)
  97. ProcessMigrateScript=Skript pre spracovanie
  98. ChooseYourSetupMode=Vyberte si režim inštalácie a kliknite na tlačidlo &quot;Štart&quot; ...
  99. FreshInstall=Čerstvá inštalácia
  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=Vylepšiť
  102. UpgradeDesc=Tento režim použite, ak ste vymenili staré Dolibarr súbory sa súbory z novšej verzie. To bude aktualizovať databázy a dáta.
  103. Start=Začiatok
  104. InstallNotAllowed=Inštalácia nie je povolené <b>conf.php</b> oprávnenia
  105. YouMustCreateWithPermission=Musíte vytvoriť súbor %s a nastaviť povolenia na zápis na tom webovom serveri počas procesu inštalácie.
  106. CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
  107. AlreadyDone=Už sa sťahoval
  108. DatabaseVersion=Verzia databázy
  109. ServerVersion=Databázový server verzia
  110. YouMustCreateItAndAllowServerToWrite=Musíte vytvoriť tento adresár a umožniť pre webový server zapisovať do neho.
  111. DBSortingCollation=Znak triedením
  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=Siroty platba detegované metódou %s
  116. RemoveItManuallyAndPressF5ToContinue=Odstrániť ručne a stlačte klávesu F5 pokračovať.
  117. FieldRenamed=Pole premenovaný
  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=Odporúčaná voľba pre inštaláciu verzie <b>%s</b> od aktuálnej verzie <b>%s</b>
  121. InstallChoiceSuggested=<b>Nainštalujte voľbou navrhol inštaláciu.</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=Ak to je správny názov a databázy doteraz neexistuje, musíte skontrolovať voľbu &quot;Vytvoriť databázu&quot;.
  125. OpenBaseDir=PHP OpenBasedir parametrov
  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=Aktualizujte skladovanie lodnej dopravy
  131. MigrationShippingDelivery2=Aktualizujte skladovaní dopravy 2
  132. MigrationFinished=Migrácia dokončená
  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=Aktivácia modulu %s
  135. ShowEditTechnicalParameters=Kliknite tu pre zobrazenie / editovať pokročilé parametre (expertný režim)
  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=Oprava pre denormalized dát
  149. MigrationOrder=Migrácia dát pre zákazníkovej objednávky
  150. MigrationSupplierOrder=Data migration for vendor's orders
  151. MigrationProposal=Migrácia dát na komerčné návrhov
  152. MigrationInvoice=Migrácia dát pre zákazníka faktúry
  153. MigrationContract=Migrácia dát pre zmluvy
  154. MigrationSuccessfullUpdate=Aktualizujte úspešná
  155. MigrationUpdateFailed=Nepodarilo proces upgradu
  156. MigrationRelationshipTables=Migrácia dát pre vzťah tabuliek (%s)
  157. MigrationPaymentsUpdate=Platba korekcia dát
  158. MigrationPaymentsNumberToUpdate=%s platba (y) aktualizovať
  159. MigrationProcessPaymentUpdate=Aktualizácia platby (y) %s
  160. MigrationPaymentsNothingToUpdate=Žiadne ďalšie vecí, ktoré sa
  161. MigrationPaymentsNothingUpdatable=Žiadne ďalšie platby, ktoré môžu byť opravené
  162. MigrationContractsUpdate=Zmluva korekcia dát
  163. MigrationContractsNumberToUpdate=%s zmluva (y) aktualizovať
  164. MigrationContractsLineCreation=Vytvorte riadku zmluvy pre %s zmluvných ref
  165. MigrationContractsNothingToUpdate=Žiadne ďalšie vecí, ktoré sa
  166. MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
  167. MigrationContractsEmptyDatesUpdate=Zmluva prázdna dáta korekcia
  168. MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
  169. MigrationContractsEmptyDatesNothingToUpdate=Žiadna zmluva prázdny Dátum opraviť
  170. MigrationContractsEmptyCreationDatesNothingToUpdate=Žiadna zmluva dátum vytvorenia opraviť
  171. MigrationContractsInvalidDatesUpdate=Bad valuty zmluva korekcia
  172. MigrationContractsInvalidDateFix=Správne zmluvy %s (dátum na zmluve = %s, Začínajúc dňom servisné min = %s)
  173. MigrationContractsInvalidDatesNumber=%s zmluvy zmenená
  174. MigrationContractsInvalidDatesNothingToUpdate=Žiadny dátum so zlou hodnotu k náprave
  175. MigrationContractsIncoherentCreationDateUpdate=Zlá hodnota zmluvy Dátum vytvorenia korekcia
  176. MigrationContractsIncoherentCreationDateUpdateSuccess=Úprava hodnoty úspešná
  177. MigrationContractsIncoherentCreationDateNothingToUpdate=Žiadna zlá hodnota pre dátum vytvorenia zmluvy k náprave
  178. MigrationReopeningContracts=Otvorte zmluva uzatvorená chyby
  179. MigrationReopenThisContract=Znovu zmluvné %s
  180. MigrationReopenedContractsNumber=%s zmluvy zmenená
  181. MigrationReopeningContractsNothingToUpdate=Žiadne uzatvorené zmluvy o otvorení
  182. MigrationBankTransfertsUpdate=Update links between bank entry and a bank transfer
  183. MigrationBankTransfertsNothingToUpdate=Všetky odkazy sú aktuálne
  184. MigrationShipmentOrderMatching=Sendings príjem aktualizácie
  185. MigrationDeliveryOrderMatching=Potvrdenie o doručení aktualizácie
  186. MigrationDeliveryDetail=Dodávka aktualizácie
  187. MigrationStockDetail=Aktualizovať hodnotu zásob výrobkov
  188. MigrationMenusDetail=Aktualizácia dynamická menu tabuľky
  189. MigrationDeliveryAddress=Aktualizovať adresu dodania zásielky
  190. MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
  191. MigrationProjectUserResp=Migrácia dát z poľa fk_user_resp llx_projet na llx_element_contact
  192. MigrationProjectTaskTime=Aktualizovať čas strávený v sekundách
  193. MigrationActioncommElement=Aktualizovať údaje o činnosti
  194. MigrationPaymentMode=Data migration for payment type
  195. MigrationCategorieAssociation=Migrácia kategórií
  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=Aktualizácia hodnoty llx_societe_remise
  199. MigrationRemiseExceptEntity=Aktualizácia hodnoty 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=Znovu načítať modul %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