ModuleBuilderDesc=Ovaj alat smiju koristiti samo iskusni korisnici ili programeri. Pruža pomoćne programe za izgradnju ili uređivanje vlastitog modula. Dokumentacija za alternativni <a href="%s" target="_blank" rel="noopener noreferrer"> ručni razvoj je ovdje </a>.
EnterNameOfModuleDesc=Enter the name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
EnterNameOfObjectDesc=Enter the name of the object to create with no spaces. Use uppercase to separate words (For example: MyObject, Student, Teacher...). The CRUD class file, but also API file, pages to list/add/edit/delete object and SQL files will be generated.
EnterNameOfDictionaryDesc=Enter the name of the dictionary to create with no spaces. Use uppercase to separate words (For example: MyDico...). The class file, but also the SQL file will be generated.
FilesForObjectInitialized=Datoteke za novi objekt '%s' su inicijalizirane
FilesForObjectUpdated=Ažurirane datoteke za objekt '%s' (.sql datoteke i .class.php datoteka)
ModuleBuilderDescdescription=Ovdje unesite sve opće informacije koje opisuju vaš modul.
ModuleBuilderDescspecifications=Ovdje možete unijeti detaljan opis specifikacija vašeg modula koji već nije strukturiran u druge kartice. Tako da su vam na dohvat ruke sva pravila za razvoj. Također će ovaj tekstualni sadržaj biti uključen u generiranu dokumentaciju (vidi posljednju karticu). Možete koristiti Markdown format, ali se preporučuje korištenje Asciidoc formata (usporedba između .md i .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
ModuleBuilderDescobjects=Ovdje definirajte objekte kojima želite upravljati sa svojim modulom. Generirati će se CRUD DAO klasa, SQL datoteke, stranica za popis objekata, za kreiranje/uređivanje/pregled zapisa i API.
ModuleBuilderDescmenus=Ova kartica je namijenjena definiranju unosa u izborniku koje pruža vaš modul.
ModuleBuilderDescpermissions=Ova je kartica namijenjena definiranju novih dozvola koje želite dati sa svojim modulom.
ModuleBuilderDesctriggers=Ovo je prikaz okidača koje pruža vaš modul. Da biste uključili kod koji se izvršava kada se pokrene pokrenuti poslovni događaj, samo uredite ovu datoteku.
ModuleBuilderDescwidgets=Ova je kartica namijenjena upravljanju/izgradnji widgeta.
ModuleBuilderDescbuildpackage=Ovdje možete generirati datoteku paketa "spremna za distribuciju" (normalizirana .zip datoteka) vašeg modula i dokumentaciju "spremna za distribuciju". Samo kliknite na gumb za izradu paketa ili datoteke dokumentacije.
EnterNameOfModuleToDeleteDesc=Možete izbrisati svoj modul. UPOZORENJE: Sve datoteke kodiranja modula (generirane ili kreirane ručno) I strukturirani podaci i dokumentacija bit će izbrisani!
EnterNameOfObjectToDeleteDesc=Možete izbrisati objekt. UPOZORENJE: Sve datoteke kodiranja (generirane ili kreirane ručno) koje se odnose na objekt bit će izbrisane!
DangerZone=Zona opasnosti
BuildPackage=Izgradite paket
BuildPackageDesc=Možete generirati zip paket svoje aplikacije tako da ste spremni za distribuciju na bilo kojem Dolibarru. Također ga možete distribuirati ili prodavati na tržištu kao što je <a href="https://www.dolistore.com"> DoliStore.com </a>.
BuildDocumentation=Izgradite dokumentaciju
ModuleIsNotActive=Ovaj modul još nije aktiviran. Idite na %s da biste je objavili ili kliknite ovdje
ModuleIsLive=Ovaj modul je aktiviran. Svaka promjena može prekinuti trenutnu značajku uživo.
ConfirmDeleteProperty=Are you sure you want to delete the property <strong>%s</strong>? This will change code in PHP class but also remove column from table definition of object.
UseAsciiDocFormat=You can use Markdown format, but it is recommended to use Asciidoc format (omparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only (not list), 4=Visible on list and update/view form only (not create), 5=Visible on list end view form only (not create, not update).<br><br>Using a negative value means field is not shown by default on list but can be selected for viewing).<br><br>It can be an expression, for example:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>($user->rights->holiday->define_holiday ? 1 : 0)
DisplayOnPdfDesc=Display this field on compatible PDF documents, you can manage position with "Position" field.<br>Currently, known compatibles PDF models are : eratosthene (order), espadon (ship), sponge (invoices), cyan (propal/quotation), cornas (supplier order)<br><br><strong>For document :</strong><br>0 = not displayed <br>1 = display<br>2 = display only if not empty<br><br><strong>For document lines :</strong><br>0 = not displayed <br>1 = displayed in a column<br>3 = display in line description column after the description<br>4 = display in description column after the description only if not empty
SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax.
LanguageDefDesc=Enter in this files, all the key and the translation for each language file.
MenusDefDescTooltip=The menus provided by your module/application are defined into the array <strong>$this->menus</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.<br><br>Note: Once defined (and the module re-activated), the menus are also visible into the menu editor available to administrator users on %s.
DictionariesDefDescTooltip=The dictionaries provided by your module/application are defined into the array <strong>$this->dictionaries</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.<br><br>Note: Once defined (and module re-activated), dictionaries are also visible into the setup area to administrator users on %s.
PermissionsDefDescTooltip=The permissions provided by your module/application are defined into the array <strong>$this->rights</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.<br><br>Note: Once defined (and module re-activated), permissions are visible into the default permissions setup %s.
HooksDefDesc=Define in the <b>module_parts['hooks']</b> property, in the module descriptor, the context of hooks you want to manage (list of contexts can be found by a search on '<b>initHooks(</b>' in core code).<br>Edit the hook file to add code of your hooked functions (hookable functions can be found by a search on '<b>executeHooks</b>' in core code).
TriggerDefDesc=Define in the trigger file the code that you want to execute when a business event external to your module is executed (events triggered by other modules).
TryToUseTheModuleBuilder=If you have knowledge of SQL and PHP, you may use the native module builder wizard.<br>Enable the module <strong>%s</strong> and use the wizard by clicking the <span class="fa fa-bug"></span> on the top right menu.<br>Warning: This is an advanced developer feature, do <b>not</b> experiment on your production site!
TypeOfFieldsHelp=Type of fields:<br>varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]<br>'1' means we add a + button after the combo to create the record<br>'filter' is a sql condition, example: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
ModuleBuilderNotAllowed=Graditelj modula je dostupan, ali nije dopušten vašem korisniku.
ImportExportProfiles=Uvoz i izvoz profila
ValidateModBuilderDesc=Set this to 1 if you want to have the method $this->validateField() of object being called to validate the content of the field during insert or upadate. Set 0 if there is no validation required.
WarningDatabaseIsNotUpdated=Upozorenje: Baza podataka se ne ažurira automatski, morate uništiti tablice i onemogućiti-omogućiti modul za ponovno kreiranje tablica
TabsDefDesc=Define here the tabs provided by your module
TabsDefDescTooltip=The tabs provided by your module/application are defined into the array <strong>$this->tabs</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.