| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- # Dolibarr language file - Source file is en_US - install
- InstallEasy=Samo pratite instrukcije korak po korak.
- MiscellaneousChecks=Provera konfiguracije
- ConfFileExists=Konfiguracioni fajl <b>%s</b> postoji.
- ConfFileDoesNotExistsAndCouldNotBeCreated=Configuration file <b>%s</b> does not exist and could not be created!
- ConfFileCouldBeCreated=Konfiguracioni fajl <b>%s</b> može biti kreiran.
- 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).
- ConfFileIsWritable=Konfiguracioni fajl <b>%s</b> može biti izmenjen.
- ConfFileMustBeAFileNotADir=Configuration file <b>%s</b> must be a file, not a directory.
- ConfFileReload=Reloading parameters from configuration file.
- 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.
- PHPSupportPOSTGETOk=PHP podržava POST i GET promenljive
- 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.
- PHPSupportSessions=PHP podržava sesije.
- PHPSupport=This PHP supports %s functions.
- PHPMemoryOK=Maksimalna memorija za sesije je <b>%s</b>. To bi trebalo biti dovoljno.
- 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.
- Recheck=Click here for a more detailed test
- 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.
- ErrorPHPDoesNotSupport=Your PHP installation does not support %s functions.
- ErrorDirDoesNotExists=Folder %s ne postoji.
- ErrorGoBackAndCorrectParameters=Go back and check/correct the parameters.
- ErrorWrongValueForParameter=Verovatno ste uneli pogrešnu vrednost za parametar "%s"
- ErrorFailedToCreateDatabase=Greška prilikom kreacije baze podataka "%s".
- ErrorFailedToConnectToDatabase=Greška prilikom povezivanja na bazu podataka "%s".
- ErrorDatabaseVersionTooLow=Verzija baze (%s) je previš stara. Neophodna je verzija %s ili novija.
- ErrorPHPVersionTooLow=PHP version too old. Version %s or higher is required.
- ErrorPHPVersionTooHigh=PHP version too high. Version %s or lower is required.
- ErrorConnectedButDatabaseNotFound=Connection to server successful but database '%s' not found.
- ErrorDatabaseAlreadyExists=Baza "%s" već postoji.
- ErrorNoMigrationFilesFoundForParameters=No migration file found for the selected versions
- IfDatabaseNotExistsGoBackAndUncheckCreate=If the database does not exist, go back and check option "Create database".
- IfDatabaseExistsGoBackAndCheckCreate=Ukoliko baza već postoji, vratite se nazad i od-selektirajte opciju "Kreiranje baze".
- WarningBrowserTooOld=Version of browser is too old. Upgrading your browser to a recent version of Firefox, Chrome or Opera is highly recommended.
- PHPVersion=PHP verzija
- License=Korišćenje licence
- ConfigurationFile=Konfiguracioni fajl
- WebPagesDirectory=Folder gde će biti čuvane web strane
- DocumentsDirectory=Folder gde će biti čuvani uploadovani i generisani dokumenti
- URLRoot=URL Root
- ForceHttps=Obavezne secure konekcije (https)
- CheckToForceHttps=Selektirajte ovu opciju da forsirate secure konekcije (https). <br> Ovo zahteva da je web server konfigurisan sa SSL sertifikatom.
- DolibarrDatabase=Dolibarr baza
- DatabaseType=Tip baze
- DriverType=Tip drajvera
- Server=Server
- 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.
- ServerPortDescription=Port baze. Ostavite prazno ako nije poznat.
- DatabaseServer=Server baze
- DatabaseName=Ime baze
- DatabasePrefix=Database table prefix
- DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
- AdminLogin=User account for the Dolibarr database owner.
- PasswordAgain=Retype password confirmation
- AdminPassword=Password za vlasnika Dolibarr baze.
- CreateDatabase=Kreiraj bazu
- CreateUser=Create user account or grant user account permission on the Dolibarr database
- DatabaseSuperUserAccess=Server baze - superuser access
- 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.
- 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.
- DatabaseRootLoginDescription=Superuser account name (to create new databases or new users), mandatory if the database or its owner does not already exist.
- KeepEmptyIfNoPassword=Leave empty if superuser has no password (NOT recommended)
- SaveConfigurationFile=Saving parameters to
- ServerConnection=Konekcija na server
- DatabaseCreation=Kreacija baze
- CreateDatabaseObjects=Kreacija objekata baze
- ReferenceDataLoading=Učitavanje referentnih podataka
- TablesAndPrimaryKeysCreation=Kreacija tabela i indeksa
- CreateTableAndPrimaryKey=Kreacija tabele %s
- CreateOtherKeysForTable=Kreacije foreign key i indexa za tabelu %s
- OtherKeysCreation=Kreacija foreign key i indexa
- FunctionsCreation=Kreacija funkcija
- AdminAccountCreation=Kreacija Administrator login-a
- PleaseTypePassword=Please type a password, empty passwords are not allowed!
- PleaseTypeALogin=Please type a login!
- PasswordsMismatch=Passwords differs, please try again!
- SetupEnd=Kraj setup-a
- SystemIsInstalled=Instalacija je završena.
- SystemIsUpgraded=Dolibarr je uspešno upgrade-ovan.
- YouNeedToPersonalizeSetup=Treba da konfigurišete Dolibarr kako bi ste ga prilagodilil potrebama (izgled, funkcije, ...). Da bi ste to uradili, pratite link ispod:
- AdminLoginCreatedSuccessfuly=Dolibarr administrator login '<b>%s</b>' created successfully.
- GoToDolibarr=Otvorite Dolibarr
- GoToSetupArea=Otvorite Dolibarr (podešavanja)
- MigrationNotFinished=The database version is not completely up to date: run the upgrade process again.
- GoToUpgradePage=Otvorite upgrade stranu ponovo
- WithNoSlashAtTheEnd=Bez slash-a "/" na kraju
- 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).
- LoginAlreadyExists= Već postoji
- DolibarrAdminLogin=Dolibarr admin login
- AdminLoginAlreadyExists=Dolibarr administrator account '<b>%s</b>' already exists. Go back if you want to create another one.
- FailedToCreateAdminLogin=Failed to create Dolibarr administrator account.
- 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.
- FunctionNotAvailableInThisPHP=Not available in this PHP
- ChoosedMigrateScript=Izaberite skriptu za migraciju
- DataMigration=Database migration (data)
- DatabaseMigration=Database migration (structure + some data)
- ProcessMigrateScript=Procesuiranje skripte
- ChooseYourSetupMode=Izaberite mod setup-a i kliknite na "Start"...
- FreshInstall=Nova instalacija
- 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.
- Upgrade=Upgrade
- UpgradeDesc=Koristite ovaj režim da zamenite stare Dolibarr fajlove sa novim fajlovima. Ovo će nadograditi vašu bazu i podatke.
- Start=Start
- InstallNotAllowed=Setup nije dozvoljen sa ovim pravima <b>conf.php</b>
- YouMustCreateWithPermission=Morate kreirati fajl %s i postaviti dozvole upisa tokom instalacionog procesa na web serveru.
- CorrectProblemAndReloadPage=Please fix the problem and press F5 to reload the page.
- AlreadyDone=Već migrirano
- DatabaseVersion=Verzija baze
- ServerVersion=Verzija servera baze
- YouMustCreateItAndAllowServerToWrite=Morate da kreirate ovaj folder i da dozvolite web serveru da piše u njemu.
- DBSortingCollation=Sortiranje karaktera
- 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.
- 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.
- BecauseConnectionFailedParametersMayBeWrong=The database connection failed: the host or super user parameters must be wrong.
- OrphelinsPaymentsDetectedByMethod=Otkrivene zaostale uplate metodom %s
- RemoveItManuallyAndPressF5ToContinue=Uklonite ručno i stisnite F5 za nastavak.
- FieldRenamed=Polje je preimenovano
- IfLoginDoesNotExistsCheckCreateUser=If the user does not exist yet, you must check option "Create user"
- 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.
- InstallChoiceRecommanded=Recommended choice to install version <b>%s</b> from your current version <b>%s</b>
- InstallChoiceSuggested=<b>Install choice suggested by installer</b>.
- 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.
- CheckThatDatabasenameIsCorrect=Check that the database name "<b>%s</b>" is correct.
- IfAlreadyExistsCheckOption=If this name is correct and that database does not exist yet, you must check option "Create database".
- OpenBaseDir=PHP openbasedir parameter
- YouAskToCreateDatabaseSoRootRequired=You checked the box "Create database". For this, you need to provide the login/password of superuser (bottom of form).
- YouAskToCreateDatabaseUserSoRootRequired=You checked the box "Create database owner". For this, you need to provide the login/password of superuser (bottom of form).
- NextStepMightLastALongTime=The current step may take several minutes. Please wait until the next screen is shown completely before continuing.
- MigrationCustomerOrderShipping=Migrate shipping for sales orders storage
- MigrationShippingDelivery=Upgrade storage of shipping
- MigrationShippingDelivery2=Upgrade storage of shipping 2
- MigrationFinished=Migracija je završena
- 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>
- ActivateModule=Aktiviraj modul %s
- ShowEditTechnicalParameters=Kliknite ovde da prikažete/editujete napredne parametre (expert mode)
- 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...
- 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)
- 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.
- 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.
- 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.
- 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.
- UpgradeExternalModule=Run dedicated upgrade process of external module
- SetAtLeastOneOptionAsUrlParameter=Set at least one option as a parameter in URL. For example: '...repair.php?standard=confirmed'
- NothingToDelete=Nothing to clean/delete
- NothingToDo=Nothing to do
- #########
- # upgrade
- MigrationFixData=Fix za denormalizovane podatke
- MigrationOrder=Migracija podataka narudžbina klijenata
- MigrationSupplierOrder=Data migration for vendor's orders
- MigrationProposal=Migracija podataka komercijalnih ponuda
- MigrationInvoice=Migracija podataka računa klijenata
- MigrationContract=Migracija podataka ugovora
- MigrationSuccessfullUpdate=Upgrade uspešno završen
- MigrationUpdateFailed=Greška prilikom upgrade-ovanja
- MigrationRelationshipTables=Migracija podataka veznih tabela (%s)
- MigrationPaymentsUpdate=Ispravke podataka o plaćanju
- MigrationPaymentsNumberToUpdate=%s uplata(e) za ažuriranje
- MigrationProcessPaymentUpdate=Ažuriranje uplate(a) %s
- MigrationPaymentsNothingToUpdate=Nema preostalih akcija
- MigrationPaymentsNothingUpdatable=Nema više uplata koje mogu biti ispravljene
- MigrationContractsUpdate=Ispravka podataka ugovora
- MigrationContractsNumberToUpdate=%s ugovor(a) za ažuriranje
- MigrationContractsLineCreation=Kreiraj liniju ugovora za ref ugovora %s
- MigrationContractsNothingToUpdate=Nema preostalih akcija.
- MigrationContractsFieldDontExist=Field fk_facture does not exist anymore. Nothing to do.
- MigrationContractsEmptyDatesUpdate=Ispravka praznih datuma u ugovorima
- MigrationContractsEmptyDatesUpdateSuccess=Contract empty date correction done successfully
- MigrationContractsEmptyDatesNothingToUpdate=Nema praznih datuma u ugovorima za ispravku
- MigrationContractsEmptyCreationDatesNothingToUpdate=Nema datuma kreacije ugovora za ispravku
- MigrationContractsInvalidDatesUpdate=Pogrešna vrednost za ispravku datuma u ugovoru
- MigrationContractsInvalidDateFix=Correct contract %s (Contract date=%s, Starting service date min=%s)
- MigrationContractsInvalidDatesNumber=%s ugovora izmenjeno
- MigrationContractsInvalidDatesNothingToUpdate=Nema pogrešnih datuma za ispravku
- MigrationContractsIncoherentCreationDateUpdate=Ispravka pogrešnih datuma kreacije ugovora
- MigrationContractsIncoherentCreationDateUpdateSuccess=Bad value contract creation date correction done successfully
- MigrationContractsIncoherentCreationDateNothingToUpdate=Nema pogrešnih datuma kreacije ugovora za ispravku
- MigrationReopeningContracts=Otvori ugovor zatvoren greškom
- MigrationReopenThisContract=Ponovno otvaranje ugovora %s
- MigrationReopenedContractsNumber=%s ugovora izmenjeno
- MigrationReopeningContractsNothingToUpdate=Nema zatvorenih ugovora za otvaranje
- MigrationBankTransfertsUpdate=Update links between bank entry and a bank transfer
- MigrationBankTransfertsNothingToUpdate=Sve veze su ažurne
- MigrationShipmentOrderMatching=Ažuriranje prijemnica slanja
- MigrationDeliveryOrderMatching=Ažuriranje prijemnica isporuka
- MigrationDeliveryDetail=Ažuriranje isporuka
- MigrationStockDetail=Ažuriranje vrednosti zalihe proizvoda
- MigrationMenusDetail=Ažuriranje dinamičkih menija
- MigrationDeliveryAddress=Ažuriranje adresa isporuke
- MigrationProjectTaskActors=Data migration for table llx_projet_task_actors
- MigrationProjectUserResp=Migracija podataka polja fk_user_resp iz llx_projet u llx_element_contact
- MigrationProjectTaskTime=Vreme ažuriranja u sekundama
- MigrationActioncommElement=Ažuriranje podataka akcija
- MigrationPaymentMode=Data migration for payment type
- MigrationCategorieAssociation=Migracija kategorija
- MigrationEvents=Migration of events to add event owner into assignment table
- MigrationEventsContact=Migration of events to add event contact into assignment table
- MigrationRemiseEntity=Update entity field value of llx_societe_remise
- MigrationRemiseExceptEntity=Update entity field value of llx_societe_remise_except
- MigrationUserRightsEntity=Update entity field value of llx_user_rights
- MigrationUserGroupRightsEntity=Update entity field value of llx_usergroup_rights
- MigrationUserPhotoPath=Migration of photo paths for users
- MigrationFieldsSocialNetworks=Migration of users fields social networks (%s)
- MigrationReloadModule=Ponovo učitavanje modula %s
- MigrationResetBlockedLog=Reset module BlockedLog for v7 algorithm
- MigrationImportOrExportProfiles=Migration of import or export profiles (%s)
- ShowNotAvailableOptions=Show unavailable options
- HideNotAvailableOptions=Hide unavailable options
- 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.
- YouTryInstallDisabledByDirLock=The application tried to self-upgrade, but the install/upgrade pages have been disabled for security (directory renamed with .lock suffix).<br>
- 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>
- ClickHereToGoToApp=Click here to go to your application
- 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.
- Loaded=Loaded
- FunctionTest=Function test
|