modulebuilder.lang 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # Dolibarr language file - Source file is en_US - loan
  2. IdModule= Module id
  3. 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>.
  4. EnterNameOfModuleDesc=Enter the name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
  5. 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, the pages to list/add/edit/delete the object and the SQL files will be generated.
  6. 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.
  7. ModuleBuilderDesc2=Putanja na kojoj se moduli generiraju/uređuju (prvi direktorij za vanjske module definiran u %s): <strong> %s </strong>
  8. ModuleBuilderDesc3=Generated/editable modules found: <strong>%s</strong>
  9. ModuleBuilderDesc4=Modul se detektira kao 'koji se može uređivati' kada datoteka <strong> %s </strong> postoji u korijenu direktorija modula
  10. NewModule=Novi modul
  11. NewObjectInModulebuilder=Novi objekt
  12. NewDictionary=New dictionary
  13. ModuleName=Module name
  14. ModuleKey=Module key
  15. ObjectKey=Object key
  16. DicKey=Dictionary key
  17. ModuleInitialized=Modul je inicijaliziran
  18. FilesForObjectInitialized=Datoteke za novi objekt '%s' su inicijalizirane
  19. FilesForObjectUpdated=Ažurirane datoteke za objekt '%s' (.sql datoteke i .class.php datoteka)
  20. ModuleBuilderDescdescription=Ovdje unesite sve opće informacije koje opisuju vaš modul.
  21. 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).
  22. 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.
  23. ModuleBuilderDescmenus=Ova kartica je namijenjena definiranju unosa u izborniku koje pruža vaš modul.
  24. ModuleBuilderDescpermissions=Ova je kartica namijenjena definiranju novih dozvola koje želite dati sa svojim modulom.
  25. 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.
  26. ModuleBuilderDeschooks=This tab is dedicated to hooks.
  27. ModuleBuilderDescwidgets=Ova je kartica namijenjena upravljanju/izgradnji widgeta.
  28. 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.
  29. EnterNameOfModuleToDeleteDesc=Možete izbrisati svoj modul. UPOZORENJE: Sve datoteke kodiranja modula (generirane ili kreirane ručno) I strukturirani podaci i dokumentacija bit će izbrisani!
  30. EnterNameOfObjectToDeleteDesc=Možete izbrisati objekt. UPOZORENJE: Sve datoteke kodiranja (generirane ili kreirane ručno) koje se odnose na objekt bit će izbrisane!
  31. DangerZone=Zona opasnosti
  32. BuildPackage=Izgradite paket
  33. 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>.
  34. BuildDocumentation=Izgradite dokumentaciju
  35. ModuleIsNotActive=Ovaj modul još nije aktiviran. Idite na %s da biste je objavili ili kliknite ovdje
  36. ModuleIsLive=Ovaj modul je aktiviran. Svaka promjena može prekinuti trenutnu značajku uživo.
  37. DescriptionLong=Dugi opis
  38. EditorName=Name of editor
  39. EditorUrl=URL of editor
  40. DescriptorFile=Opisna datoteka modula
  41. ClassFile=File for PHP DAO CRUD class
  42. ApiClassFile=File for PHP API class
  43. PageForList=PHP page for list of record
  44. PageForCreateEditView=PHP page to create/edit/view a record
  45. PageForAgendaTab=PHP page for event tab
  46. PageForDocumentTab=PHP page for document tab
  47. PageForNoteTab=PHP page for note tab
  48. PageForContactTab=PHP page for contact tab
  49. PathToModulePackage=Path to zip of module/application package
  50. PathToModuleDocumentation=Path to file of module/application documentation (%s)
  51. SpaceOrSpecialCharAreNotAllowed=Razmaci ili posebni znakovi nisu dopušteni.
  52. FileNotYetGenerated=Datoteka još nije generirana
  53. GenerateCode=Generate code
  54. RegenerateClassAndSql=Prisilno ažuriranje .class i .sql datoteka
  55. RegenerateMissingFiles=Generirajte datoteke koje nedostaju
  56. SpecificationFile=File of documentation
  57. LanguageFile=Datoteka za jezik
  58. ObjectProperties=Object Properties
  59. Property=Propery
  60. PropertyDesc=A property is an attribute that characterizes an object. This attribute has a code, a label and a type with several options.
  61. 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.
  62. NotNull=Nije NULL
  63. NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
  64. SearchAll=Used for 'search all'
  65. DatabaseIndex=Indeks baze podataka
  66. FileAlreadyExists=Datoteka %s već postoji
  67. TriggersFile=File for triggers code
  68. HooksFile=File for hooks code
  69. ArrayOfKeyValues=Array of key-val
  70. ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values
  71. WidgetFile=Widget file
  72. CSSFile=CSS datoteka
  73. JSFile=Javascript datoteka
  74. ReadmeFile=Readme datoteka
  75. ChangeLog=ChangeLog file
  76. TestClassFile=File for PHP Unit Test class
  77. SqlFile=SQL datoteka
  78. PageForLib=File for the common PHP library
  79. PageForObjLib=File for the PHP library dedicated to object
  80. SqlFileExtraFields=Sql file for complementary attributes
  81. SqlFileKey=Sql file for keys
  82. SqlFileKeyExtraFields=Sql file for keys of complementary attributes
  83. AnObjectAlreadyExistWithThisNameAndDiffCase=An object already exists with this name and a different case
  84. 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)
  85. IsAMeasure=Is a measure
  86. DirScanned=Directory scanned
  87. NoTrigger=No trigger
  88. NoWidget=No widget
  89. ApiExplorer=API explorer
  90. ListOfMenusEntries=Popis unosa u izborniku
  91. ListOfDictionariesEntries=List of dictionaries entries
  92. ListOfPermissionsDefined=List of defined permissions
  93. SeeExamples=Ovdje pogledajte primjere
  94. EnabledDesc=Condition to have this field active.<br><br>Examples:<br>1<br>isModEnabled('MAIN_MODULE_MYMODULE')<br>getDolGlobalString('MYMODULE_OPTION')==2
  95. 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).
  96. ItCanBeAnExpression=It can be an expression. Example:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>$user->hasRight('holiday', 'define_holiday')?1:5
  97. DisplayOnPdfDesc=Display this field on compatible PDF documents, you can manage position with "Position" field.<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
  98. DisplayOnPdf=On PDF
  99. IsAMeasureDesc=Can the value of field be cumulated to get a total into list? (Examples: 1 or 0)
  100. SearchAllDesc=Is the field used to make a search from the quick search tool? (Examples: 1 or 0)
  101. 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.
  102. LanguageDefDesc=Enter in this files, all the key and the translation for each language file.
  103. MenusDefDesc=Define here the menus provided by your module
  104. DictionariesDefDesc=Define here the dictionaries provided by your module
  105. PermissionsDefDesc=Define here the new permissions provided by your module
  106. 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.
  107. 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.
  108. 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.
  109. 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).
  110. 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).
  111. SeeIDsInUse=See IDs in use in your installation
  112. SeeReservedIDsRangeHere=See range of reserved IDs
  113. ToolkitForDevelopers=Toolkit for Dolibarr developers
  114. 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!
  115. SeeTopRightMenu=See <span class="fa fa-bug"></span> on the top right menu
  116. AddLanguageFile=Dodajte jezičnu datoteku
  117. YouCanUseTranslationKey=You can use here a key that is the translation key found into language file (see tab "Languages")
  118. DropTableIfEmpty=(Destroy table if empty)
  119. TableDoesNotExists=Tablica %s ne postoji
  120. TableDropped=Tablica %s je izbrisana
  121. InitStructureFromExistingTable=Build the structure array string of an existing table
  122. UseAboutPage=Do not generate the About page
  123. UseDocFolder=Disable the documentation folder
  124. UseSpecificReadme=Use a specific ReadMe
  125. ContentOfREADMECustomized=Note: The content of the README.md file has been replaced with the specific value defined into setup of ModuleBuilder.
  126. RealPathOfModule=Real path of module
  127. ContentCantBeEmpty=Sadržaj datoteke ne može biti prazan
  128. WidgetDesc=You can generate and edit here the widgets that will be embedded with your module.
  129. CSSDesc=You can generate and edit here a file with personalized CSS embedded with your module.
  130. JSDesc=You can generate and edit here a file with personalized Javascript embedded with your module.
  131. CLIDesc=You can generate here some command line scripts you want to provide with your module.
  132. CLIFile=CLI datoteka
  133. NoCLIFile=Nema CLI datoteka
  134. UseSpecificEditorName = Use a specific editor name
  135. UseSpecificEditorURL = Use a specific editor URL
  136. UseSpecificFamily = Use a specific family
  137. UseSpecificAuthor = Koristite određenog autora
  138. UseSpecificVersion = Koristite određenu početnu verziju
  139. IncludeRefGeneration=The reference of this object must be generated automatically by custom numbering rules
  140. IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
  141. IncludeDocGeneration=I want the feature to generate some documents (PDF, ODT) from templates for this object
  142. IncludeDocGenerationHelp=If you check this, some code will be generated to add a "Generate document" box on the record.
  143. ShowOnCombobox=Show value into combo boxes
  144. KeyForTooltip=Key for tooltip
  145. CSSClass=CSS za uređivanje/kreiranje obrasca
  146. CSSViewClass=CSS za obrazac za čitanje
  147. CSSListClass=CSS za popis
  148. NotEditable=Nije moguće uređivati
  149. ForeignKey=Foreign key
  150. ForeignKeyDesc=If the value of this field must be guaranted to exists into another table. Enter here a value matching syntax: tablename.parentfieldtocheck
  151. TypeOfFieldsHelp=Example:<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__)'
  152. TypeOfFieldsHelpIntro=This is the type of the field/attribute.
  153. AsciiToHtmlConverter=Ascii u HTML pretvarač
  154. AsciiToPdfConverter=Ascii u PDF pretvarač
  155. TableNotEmptyDropCanceled=Table not empty. Drop has been canceled.
  156. ModuleBuilderNotAllowed=Graditelj modula je dostupan, ali nije dopušten vašem korisniku.
  157. ImportExportProfiles=Uvoz i izvoz profila
  158. 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 update. Set 0 if there is no validation required.
  159. WarningDatabaseIsNotUpdated=Upozorenje: Baza podataka se ne ažurira automatski, morate uništiti tablice i onemogućiti-omogućiti modul za ponovno kreiranje tablica
  160. LinkToParentMenu=Roditeljski izbornik (fk_xxxxmenu)
  161. ListOfTabsEntries=List of tab entries
  162. TabsDefDesc=Define here the tabs provided by your module
  163. 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.
  164. BadValueForType=Bad value for type %s
  165. DefinePropertiesFromExistingTable=Define properties from an existing table
  166. DefinePropertiesFromExistingTableDesc=If a table in the database (for the object to create) already exists, you can use it to define the properties of the object.
  167. DefinePropertiesFromExistingTableDesc2=Keep empty if the table does not exist yet. The code generator will use different kinds of fields to build an example of table that you can edit later.