mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
Sync transifex
This commit is contained in:
@@ -1,147 +1,185 @@
|
||||
# Dolibarr language file - Source file is en_US - loan
|
||||
ModuleBuilderDesc=This tool must be used only by experienced users or developers. It provides utilities to build or edit your own module. Documentation for alternative <a href="%s" target="_blank" rel="noopener noreferrer">manual development is here</a>.
|
||||
EnterNameOfModuleDesc=Enter name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
|
||||
EnterNameOfObjectDesc=Enter 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.
|
||||
ModuleBuilderDesc2=Path where modules are generated/edited (first directory for external modules defined into %s): <strong>%s</strong>
|
||||
ModuleBuilderDesc3=Generated/editable modules found: <strong>%s</strong>
|
||||
ModuleBuilderDesc4=A module is detected as 'editable' when the file <strong>%s</strong> exists in root of module directory
|
||||
NewModule=New module
|
||||
NewObjectInModulebuilder=New object
|
||||
ModuleKey=Module key
|
||||
ObjectKey=Object key
|
||||
ModuleInitialized=Module initialized
|
||||
FilesForObjectInitialized=Files for new object '%s' initialized
|
||||
FilesForObjectUpdated=Files for object '%s' updated (.sql files and .class.php file)
|
||||
ModuleBuilderDescdescription=Enter here all general information that describe your module.
|
||||
ModuleBuilderDescspecifications=You can enter here a detailed description of the specifications of your module that is not already structured into other tabs. So you have within easy reach all the rules to develop. Also this text content will be included into the generated documentation (see last tab). You can use Markdown format, but it is recommended to use Asciidoc format (comparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
|
||||
ModuleBuilderDescobjects=Define here the objects you want to manage with your module. A CRUD DAO class, SQL files, page to list record of objects, to create/edit/view a record and an API will be generated.
|
||||
ModuleBuilderDescmenus=This tab is dedicated to define menu entries provided by your module.
|
||||
ModuleBuilderDescpermissions=This tab is dedicated to define the new permissions you want to provide with your module.
|
||||
ModuleBuilderDesctriggers=This is the view of triggers provided by your module. To include code executed when a triggered business event is launched, just edit this file.
|
||||
ModuleBuilderDeschooks=This tab is dedicated to hooks.
|
||||
ModuleBuilderDescwidgets=This tab is dedicated to manage/build widgets.
|
||||
ModuleBuilderDescbuildpackage=You can generate here a "ready to distribute" package file (a normalized .zip file) of your module and a "ready to distribute" documentation file. Just click on button to build the package or documentation file.
|
||||
EnterNameOfModuleToDeleteDesc=You can delete your module. WARNING: All coding files of module (generated or created manually) AND structured data and documentation will be deleted!
|
||||
EnterNameOfObjectToDeleteDesc=You can delete an object. WARNING: All coding files (generated or created manually) related to object will be deleted!
|
||||
DangerZone=Danger zone
|
||||
BuildPackage=Build package
|
||||
BuildPackageDesc=You can generate a zip package of your application so your are ready to distribute it on any Dolibarr. You can also distribute it or sell it on marketplace like <a href="https://www.dolistore.com">DoliStore.com</a>.
|
||||
BuildDocumentation=Build documentation
|
||||
ModuleIsNotActive=This module is not activated yet. Go to %s to make it live or click here
|
||||
ModuleIsLive=This module has been activated. Any change may break a current live feature.
|
||||
DescriptionLong=Long description
|
||||
EditorName=Name of editor
|
||||
EditorUrl=URL of editor
|
||||
DescriptorFile=Descriptor file of module
|
||||
ClassFile=File for PHP DAO CRUD class
|
||||
ApiClassFile=File for PHP API class
|
||||
PageForList=PHP page for list of record
|
||||
PageForCreateEditView=PHP page to create/edit/view a record
|
||||
PageForAgendaTab=PHP page for event tab
|
||||
PageForDocumentTab=PHP page for document tab
|
||||
PageForNoteTab=PHP page for note tab
|
||||
PageForContactTab=PHP page for contact tab
|
||||
PathToModulePackage=Path to zip of module/application package
|
||||
PathToModuleDocumentation=Path to file of module/application documentation (%s)
|
||||
SpaceOrSpecialCharAreNotAllowed=Spaces or special characters are not allowed.
|
||||
FileNotYetGenerated=File not yet generated
|
||||
RegenerateClassAndSql=Force update of .class and .sql files
|
||||
RegenerateMissingFiles=Generate missing files
|
||||
SpecificationFile=File of documentation
|
||||
LanguageFile=File for language
|
||||
ObjectProperties=Object Properties
|
||||
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.
|
||||
NotNull=Not NULL
|
||||
NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0).
|
||||
SearchAll=Used for 'search all'
|
||||
DatabaseIndex=Database index
|
||||
FileAlreadyExists=File %s already exists
|
||||
TriggersFile=File for triggers code
|
||||
HooksFile=File for hooks code
|
||||
ArrayOfKeyValues=Array of key-val
|
||||
ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values
|
||||
WidgetFile=Widget file
|
||||
CSSFile=CSS file
|
||||
JSFile=Javascript file
|
||||
ReadmeFile=Readme file
|
||||
ChangeLog=ChangeLog file
|
||||
TestClassFile=File for PHP Unit Test class
|
||||
SqlFile=Sql file
|
||||
PageForLib=File for the common PHP library
|
||||
PageForObjLib=File for the PHP library dedicated to object
|
||||
SqlFileExtraFields=Sql file for complementary attributes
|
||||
SqlFileKey=Sql file for keys
|
||||
SqlFileKeyExtraFields=Sql file for keys of complementary attributes
|
||||
AnObjectAlreadyExistWithThisNameAndDiffCase=An object already exists with this name and a different case
|
||||
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)
|
||||
IsAMeasure=Is a measure
|
||||
DirScanned=Directory scanned
|
||||
NoTrigger=No trigger
|
||||
NoWidget=No widget
|
||||
GoToApiExplorer=API explorer
|
||||
ListOfMenusEntries=List of menu entries
|
||||
ListOfDictionariesEntries=List of dictionaries entries
|
||||
ListOfPermissionsDefined=List of defined permissions
|
||||
SeeExamples=See examples here
|
||||
EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION)
|
||||
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
|
||||
DisplayOnPdf=Display on PDF
|
||||
IsAMeasureDesc=Can the value of field be cumulated to get a total into list? (Examples: 1 or 0)
|
||||
SearchAllDesc=Is the field used to make a search from the quick search tool? (Examples: 1 or 0)
|
||||
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.
|
||||
MenusDefDesc=Define here the menus provided by your module
|
||||
DictionariesDefDesc=Define here the dictionaries provided by your module
|
||||
PermissionsDefDesc=Define here the new permissions provided by your module
|
||||
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 module re-activated), 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).
|
||||
SeeIDsInUse=See IDs in use in your installation
|
||||
SeeReservedIDsRangeHere=See range of reserved IDs
|
||||
ToolkitForDevelopers=Toolkit for Dolibarr developers
|
||||
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!
|
||||
SeeTopRightMenu=See <span class="fa fa-bug"></span> on the top right menu
|
||||
AddLanguageFile=Add language file
|
||||
YouCanUseTranslationKey=You can use here a key that is the translation key found into language file (see tab "Languages")
|
||||
DropTableIfEmpty=(Destroy table if empty)
|
||||
TableDoesNotExists=The table %s does not exists
|
||||
TableDropped=Table %s deleted
|
||||
InitStructureFromExistingTable=Build the structure array string of an existing table
|
||||
UseAboutPage=Disable the about page
|
||||
UseDocFolder=Disable the documentation folder
|
||||
UseSpecificReadme=Use a specific ReadMe
|
||||
ContentOfREADMECustomized=Note: The content of the README.md file has been replaced with the specific value defined into setup of ModuleBuilder.
|
||||
RealPathOfModule=Real path of module
|
||||
ContentCantBeEmpty=Content of file can't be empty
|
||||
WidgetDesc=You can generate and edit here the widgets that will be embedded with your module.
|
||||
CSSDesc=You can generate and edit here a file with personalized CSS embedded with your module.
|
||||
JSDesc=You can generate and edit here a file with personalized Javascript embedded with your module.
|
||||
CLIDesc=You can generate here some command line scripts you want to provide with your module.
|
||||
CLIFile=CLI File
|
||||
NoCLIFile=No CLI files
|
||||
UseSpecificEditorName = Use a specific editor name
|
||||
UseSpecificEditorURL = Use a specific editor URL
|
||||
UseSpecificFamily = Use a specific family
|
||||
UseSpecificAuthor = Use a specific author
|
||||
UseSpecificVersion = Use a specific initial version
|
||||
IncludeRefGeneration=The reference of object must be generated automatically
|
||||
IncludeRefGenerationHelp=Check this if you want to include code to manage the generation automatically of the reference
|
||||
IncludeDocGeneration=I want to generate some documents from the object
|
||||
IncludeDocGenerationHelp=If you check this, some code will be generated to add a "Generate document" box on the record.
|
||||
ShowOnCombobox=Show value into combobox
|
||||
KeyForTooltip=Key for tooltip
|
||||
CSSClass=CSS for edit/create form
|
||||
CSSViewClass=CSS for read form
|
||||
CSSListClass=CSS for list
|
||||
NotEditable=Not editable
|
||||
ForeignKey=Foreign key
|
||||
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]] ('1' means we add a + button after the combo to create the record, 'filter' can be 'status=1 AND fk_user = __USER_ID AND entity IN (__SHARED_ENTITIES__)' for example)
|
||||
AsciiToHtmlConverter=Ascii to HTML converter
|
||||
AsciiToPdfConverter=Ascii to PDF converter
|
||||
TableNotEmptyDropCanceled=Table not empty. Drop has been canceled.
|
||||
ModuleBuilderNotAllowed=The module builder is available but not allowed to your user.
|
||||
ImportExportProfiles=Import and export profiles
|
||||
ValidateModBuilderDesc=Put 1 if this field need to be validated with $this->validateField() or 0 if validation required
|
||||
IdModule= ID-ja e modulit
|
||||
ModuleBuilderDesc=Ky mjet duhet të përdoret vetëm nga përdorues ose zhvillues me përvojë. Ai ofron shërbime për të ndërtuar ose modifikuar modulin tuaj. Dokumentacioni për zhvillimin manual alternativ <a href="%s" target="_blank" rel="noopener noreferrer"> është këtu</a>.
|
||||
EnterNameOfModuleDesc=Futni emrin e modulit/aplikacionit për të krijuar pa hapësira. Përdorni shkronja të mëdha për të ndarë fjalët (Për shembull: MyModule, EcommerceForShop, SyncWithMySystem...)
|
||||
EnterNameOfObjectDesc=Futni emrin e objektit për të krijuar pa hapësira. Përdorni shkronja të mëdha për të ndarë fjalët (Për shembull: Objekti im, Student, Mësues...). Do të krijohen skedari i klasës CRUD, faqet për të renditur/shtuar/redaktuar/fshirë objektin dhe skedarët SQL.
|
||||
EnterNameOfDictionaryDesc=Futni emrin e fjalorit për të krijuar pa hapësira. Përdorni shkronja të mëdha për të ndarë fjalët (Për shembull: MyDico...). Do të gjenerohet skedari i klasës, por edhe skedari SQL.
|
||||
ModuleBuilderDesc2=Rruga ku gjenerohen/redaktohen modulet (drejtoria e parë për modulet e jashtme e përcaktuar në %s): <strong>%s</strong>
|
||||
ModuleBuilderDesc3=Module të gjeneruara/të redaktueshme u gjetën: <strong>%s<span class='notranslate'>b0a65d071f6fc9>z0
|
||||
ModuleBuilderDesc4=Një modul zbulohet si "modul për ndërtuesin e modulit" kur skedari <strong>%sb0f065 ekziston në rrënjën e drejtorisë së modulit
|
||||
NewModule=Moduli i ri
|
||||
NewObjectInModulebuilder=Objekti i ri
|
||||
NewDictionary=Fjalor i ri
|
||||
ModuleName=Emri i modulit
|
||||
ModuleKey=Tasti i modulit
|
||||
ObjectKey=Çelësi i objektit
|
||||
DicKey=Çelësi i fjalorit
|
||||
ModuleInitialized=Moduli u inicializua
|
||||
FilesForObjectInitialized=Skedarët për objektin e ri '%s' të inicializuar
|
||||
FilesForObjectUpdated=Skedarët për objektin '%s' u përditësuan (skedarët .sql dhe skedari .class.php)
|
||||
ModuleBuilderDescdescription=Vendosni këtu të gjitha informacionet e përgjithshme që përshkruajnë modulin tuaj.
|
||||
ModuleBuilderDescspecifications=Këtu mund të futni një përshkrim të detajuar të specifikimeve të modulit tuaj që nuk është strukturuar tashmë në skeda të tjera. Kështu që ju keni lehtësisht të arritshme të gjitha rregullat për të zhvilluar. Gjithashtu kjo përmbajtje teksti do të përfshihet në dokumentacionin e krijuar (shih skedën e fundit). Mund të përdorni formatin Markdown, por rekomandohet përdorimi i formatit Asciidoc (krahasimi midis .md dhe .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
|
||||
ModuleBuilderDescobjects=Përcaktoni këtu objektet që dëshironi të menaxhoni me modulin tuaj. Do të krijohet një klasë CRUD DAO, skedarë SQL, faqe për të listuar regjistrimin e objekteve, për të krijuar/redaktuar/shikuar një rekord dhe një API.
|
||||
ModuleBuilderDescmenus=Kjo skedë është e dedikuar për të përcaktuar hyrjet e menusë të ofruara nga moduli juaj.
|
||||
ModuleBuilderDescpermissions=Kjo skedë është e dedikuar për të përcaktuar lejet e reja që dëshironi të siguroni me modulin tuaj.
|
||||
ModuleBuilderDesctriggers=Kjo është pamja e nxitësve të ofruar nga moduli juaj. Për të përfshirë kodin e ekzekutuar kur hapet një ngjarje biznesi e aktivizuar, thjesht modifikoni këtë skedar.
|
||||
ModuleBuilderDeschooks=Kjo skedë është e dedikuar për grepa.
|
||||
ModuleBuilderDescwidgets=Kjo skedë është e dedikuar për të menaxhuar/ndërtuar miniaplikacione.
|
||||
ModuleBuilderDescbuildpackage=Këtu mund të gjeneroni një skedar paketë "gati për t'u shpërndarë" (një skedar .zip i normalizuar) të modulit tuaj dhe një skedar dokumentacioni "gati për t'u shpërndarë". Thjesht klikoni në butonin për të ndërtuar skedarin e paketës ose dokumentacionit.
|
||||
EnterNameOfModuleToDeleteDesc=Ju mund të fshini modulin tuaj. PARALAJMËRIM: Të gjithë skedarët e kodimit të modulit (të krijuara ose të krijuara me dorë) DHE të dhënat dhe dokumentacioni i strukturuar do të fshihen!
|
||||
EnterNameOfObjectToDeleteDesc=Ju mund të fshini një objekt. PARALAJMËRIM: Të gjithë skedarët e kodimit (të krijuara ose të krijuara manualisht) që lidhen me objektin do të fshihen!
|
||||
EnterNameOfObjectToDeleteDesc=Ju mund të fshini një objekt. PARALAJMËRIM: Të gjithë skedarët e kodimit (të krijuara ose të krijuara manualisht) që lidhen me objektin do të fshihen!
|
||||
DangerZone=Zone e rrezikshme
|
||||
BuildPackage=Ndërtoni paketën
|
||||
BuildPackageDesc=Ju mund të gjeneroni një paketë zip të aplikacionit tuaj në mënyrë që të jeni gati ta shpërndani atë në çdo Dolibarr. Mund ta shpërndani ose ta shisni gjithashtu në treg si <a href="https://www.dolistore.com">DoliStore.com</a>.
|
||||
BuildDocumentation=Ndërtoni dokumentacion
|
||||
ModuleIsNotActive=Ky modul nuk është aktivizuar ende. Shko te %s për ta bërë të drejtpërdrejtë ose kliko këtu
|
||||
ModuleIsLive=Ky modul është aktivizuar. Çdo ndryshim mund të prishë një funksion aktual të drejtpërdrejtë.
|
||||
DescriptionLong=Përshkrimi i gjatë
|
||||
EditorName=Emri i redaktorit
|
||||
EditorUrl=URL-ja e redaktorit
|
||||
DescriptorFile=Skedari përshkrues i modulit
|
||||
ClassFile=Skedari për klasën PHP DAO CRUD
|
||||
ApiClassFile=Skedari API i modulit
|
||||
PageForList=Faqe PHP për listën e të dhënave
|
||||
PageForCreateEditView=Faqe PHP për të krijuar/redaktuar/shikuar një rekord
|
||||
PageForAgendaTab=Faqja PHP për skedën e ngjarjeve
|
||||
PageForDocumentTab=Faqja PHP për skedën e dokumentit
|
||||
PageForNoteTab=Faqe PHP për skedën e shënimeve
|
||||
PageForContactTab=Faqja PHP për skedën e kontaktit
|
||||
PathToModulePackage=Rruga për në zip të paketës së modulit/aplikacionit
|
||||
PathToModuleDocumentation=Rruga drejt skedarit të dokumentacionit të modulit/aplikacionit (%s)
|
||||
SpaceOrSpecialCharAreNotAllowed=Hapësirat ose karakteret speciale nuk lejohen.
|
||||
FileNotYetGenerated=Skedari nuk është krijuar ende
|
||||
GenerateCode=Gjeneroni kodin
|
||||
RegenerateClassAndSql=Përditësimi i detyruar i skedarëve .class dhe .sql
|
||||
RegenerateMissingFiles=Gjeneroni skedarë që mungojnë
|
||||
SpecificationFile=Dosja e dokumentacionit
|
||||
LanguageFile=Skedari për gjuhën
|
||||
ObjectProperties=Vetitë e objektit
|
||||
Property=Prona
|
||||
PropertyDesc=Një veti është një atribut që karakterizon një objekt. Ky atribut ka një kod, një etiketë dhe një lloj me disa opsione.
|
||||
ConfirmDeleteProperty=Jeni i sigurt që dëshironi të fshini pronën <strong>%s<span class='notranslate'></strong></s? Kjo do të ndryshojë kodin në klasën PHP, por gjithashtu do të heqë kolonën nga përkufizimi i tabelës së objektit.
|
||||
NotNull=Jo NULL
|
||||
NotNullDesc=1=Cakto bazën e të dhënave në NOT NULL, 0=Lejo vlerat null, -1=Lejo vlerat null duke e detyruar vlerën në NULL nëse është bosh ('' ose 0)
|
||||
SearchAll=Përdoret për 'kërko të gjitha'
|
||||
DatabaseIndex=Indeksi i bazës së të dhënave
|
||||
FileAlreadyExists=Skedari %s ekziston tashmë
|
||||
TriggersFile=Skedari për kodin e nxitësve
|
||||
HooksFile=Skedari për kodin e grepave
|
||||
ArrayOfKeyValues=Vargu i çelësave-val
|
||||
ArrayOfKeyValuesDesc=Një grup çelësash dhe vlerash nëse fusha është një listë e kombinuar me vlera fikse
|
||||
WidgetFile=Skedari i miniaplikacionit
|
||||
CSSFile=skedar CSS
|
||||
JSFile=Skedari JavaScript
|
||||
ReadmeFile=Skedari Readme
|
||||
ChangeLog=Skedari ChangeLog
|
||||
TestClassFile=Skedari për klasën e testit të njësisë PHP
|
||||
SqlFile=skedar Sql
|
||||
PageForLib=Skedari për bibliotekën e përbashkët PHP
|
||||
PageForObjLib=Skedari për bibliotekën PHP kushtuar objektit
|
||||
SqlFileExtraFields=Skedar Sql për atributet plotësuese
|
||||
SqlFileKey=Skedar Sql për çelësat
|
||||
SqlFileKeyExtraFields=Skedar Sql për çelësat e atributeve plotësuese
|
||||
AnObjectAlreadyExistWithThisNameAndDiffCase=Një objekt tashmë ekziston me këtë emër dhe një rast tjetër
|
||||
UseAsciiDocFormat=Mund të përdorni formatin Markdown, por rekomandohet të përdorni formatin Asciidoc (përputhja midis .md dhe .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
|
||||
IsAMeasure=Është një masë
|
||||
DirScanned=Drejtoria u skanua
|
||||
NoTrigger=Asnjë shkas
|
||||
NoWidget=Nuk ka miniaplikacion
|
||||
ApiExplorer=API eksplorues
|
||||
ListOfMenusEntries=Lista e hyrjeve në menu
|
||||
ListOfDictionariesEntries=Lista e hyrjeve të fjalorëve
|
||||
ListOfPermissionsDefined=Lista e lejeve të përcaktuara
|
||||
SeeExamples=Shikoni shembuj këtu
|
||||
EnabledDesc=Kusht për ta pasur këtë fushë aktive.<br><br>Shembuj:b0342fccfda19>bz0</s span class='notranslate'><br>isModEnabled('anothermodule')<br>getDolGlobalString('MYMODULE_OPTION')==2
|
||||
VisibleDesc=A është fusha e dukshme? (Shembuj: 0=Asnjëherë i dukshëm, 1=I dukshëm në listë dhe krijo/përditëso/shiko formularët, 2=Duket vetëm në listë, 3=Duket vetëm në formën e krijimit/përditësimit/shikimit (jo në lista), 4=I dukshëm në lista dhe përditëso/shiko vetëm formularin (jo krijo), 5=Duket në listë dhe shiko vetëm formularin (jo krijo, jo përditësoi).<br><br> Përdorimi i një vlere negative do të thotë që fusha nuk shfaqet si parazgjedhje në listë, por mund të zgjidhet për t'u parë).
|
||||
ItCanBeAnExpression=Mund të jetë një shprehje. Shembull:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>$er ->hasRight('pushime', 'define_pushime')?1:5
|
||||
DisplayOnPdfDesc=Shfaqni këtë fushë në dokumente të përputhshme PDF, ju mund të menaxhoni pozicionin me fushën "Pozicioni".<br><strong>Për dokumentin :</strong><br>0 = nuk shfaqet <br>1 = nuk shfaq<span' class=' ><br></span>2 = shfaq vetëm nëse nuk është bosh<br><br><span class='notranslate'430</b947c span>Për linjat e dokumentit:</strong><br>0 = nuk shfaqet b0342fccfdaspan19>0 = shfaqet në një kolonë<span class='notranslate'><br>3 = shfaq në kolonën e përshkrimit të rreshtit pas përshkrimit<br>4 = shfaq në kolonën e përshkrimit pas përshkrimit vetëm nëse jo bosh
|
||||
DisplayOnPdf=Në PDF
|
||||
IsAMeasureDesc=A mund të grumbullohet vlera e fushës për të futur një total në listë? (Shembuj: 1 ose 0)
|
||||
SearchAllDesc=A përdoret fusha për të bërë një kërkim nga mjeti i kërkimit të shpejtë? (Shembuj: 1 ose 0)
|
||||
SpecDefDesc=Futni këtu të gjithë dokumentacionin që dëshironi të siguroni me modulin tuaj që nuk është përcaktuar tashmë nga skeda të tjera. Mund të përdorni .md ose më mirë, sintaksën e pasur .asciidoc.
|
||||
LanguageDefDesc=Futni në këtë skedar, të gjithë çelësin dhe përkthimin për çdo skedar gjuhësor.
|
||||
MenusDefDesc=Përcaktoni këtu menutë e ofruara nga moduli juaj
|
||||
DictionariesDefDesc=Përcaktoni këtu fjalorët e ofruar nga moduli juaj
|
||||
PermissionsDefDesc=Përcaktoni këtu lejet e reja të ofruara nga moduli juaj
|
||||
MenusDefDescTooltip=Menytë e ofruara nga moduli/aplikacioni juaj përcaktohen në grupin <strong>$this->menytë</strong> në skedarin e përshkruesit të modulit. Mund ta modifikoni manualisht këtë skedar ose të përdorni redaktuesin e integruar.<br><br>Shënim: Pasi të përcaktohet (dhe moduli të riaktivizohet) , menutë janë gjithashtu të dukshme në redaktuesin e menysë në dispozicion për përdoruesit e administratorëve në %s.
|
||||
DictionariesDefDescTooltip=Fjalorët e ofruar nga moduli/aplikacioni juaj përcaktohen në grupin <strong>$this->fjalori</strong> në skedarin e përshkruesit të modulit. Mund ta modifikoni manualisht këtë skedar ose të përdorni redaktuesin e integruar.<br><br>Shënim: Pasi të përcaktohet (dhe moduli të ri-aktivizohet), fjalorët janë gjithashtu të dukshëm në zonën e konfigurimit për përdoruesit e administratorëve në %s.
|
||||
PermissionsDefDescTooltip=Lejet e dhëna nga moduli/aplikacioni juaj përcaktohen në grupin <strong>$this->rights</strong> në skedarin e përshkruesit të modulit. Mund ta modifikoni manualisht këtë skedar ose të përdorni redaktuesin e integruar.<br><br>Shënim: Pasi të përcaktohet (dhe moduli të ri-aktivizohet), lejet janë të dukshme në konfigurimin e parazgjedhur të lejeve %s.
|
||||
HooksDefDesc=Përcaktoni në veçorinë <b>module_parts['hooks']</b>, në skedarin e përshkruesit të modulit, listën e konteksteve kur fiksoni duhet të ekzekutohet (lista e konteksteve të mundshme mund të gjendet duke kërkuar në '<b>initHooks(</b>' në kodin bazë) .<br>Më pas modifikoni skedarin me kodin e grepave me kodin e funksioneve tuaja të lidhura (lista e funksioneve të fiksuara mund të gjendet duke kërkuar në ' <b>executehooks</b>' në kodin bazë).
|
||||
TriggerDefDesc=Përcaktoni në skedarin e aktivizimit kodin që dëshironi të ekzekutoni kur ekzekutohet një ngjarje biznesi jashtë modulit tuaj (ngjarjet e shkaktuara nga module të tjera).
|
||||
SeeIDsInUse=Shikoni ID-të në përdorim në instalimin tuaj
|
||||
SeeReservedIDsRangeHere=Shikoni gamën e ID-ve të rezervuara
|
||||
ToolkitForDevelopers=Paketa e veglave për zhvilluesit e Dolibarr
|
||||
TryToUseTheModuleBuilder=Nëse keni njohuri për SQL dhe PHP, mund të përdorni magjistarin e ndërtuesit të moduleve.<br>Aktivizo modulin <strong>%s</strong> dhe përdor magjistarin duke klikuar <span class="fa fa-bug"></spannotranslate' class='notranslate' ></span> në menynë lart djathtas.<br>Kujdes: Ky është një veçori e avancuar e zhvilluesit, bëni b0aee83365837>t<0z span class='notranslate'></b> eksperiment në faqen tuaj të prodhimit!
|
||||
SeeTopRightMenu=Shiko <span class="fa fa-bug"></span> në menynë lart djathtas
|
||||
AddLanguageFile=Shto skedarin e gjuhës
|
||||
YouCanUseTranslationKey=Këtu mund të përdorni një çelës që është çelësi i përkthimit që gjendet në skedarin e gjuhës (shih skedën "Gjuhët")
|
||||
DropTableIfEmpty=(Shkatërroni tabelën nëse është bosh)
|
||||
TableDoesNotExists=Tabela %s nuk ekziston
|
||||
TableDropped=Tabela %s u fshi
|
||||
InitStructureFromExistingTable=Ndërtoni vargun e grupit të strukturës së një tabele ekzistuese
|
||||
UseAboutPage=Mos krijoni faqen Rreth
|
||||
UseDocFolder=Çaktivizoni dosjen e dokumentacionit
|
||||
UseSpecificReadme=Përdorni një ReadMe specifike
|
||||
ContentOfREADMECustomized=Shënim: Përmbajtja e skedarit README.md është zëvendësuar me vlerën specifike të përcaktuar në konfigurimin e ModuleBuilder.
|
||||
RealPathOfModule=Rruga reale e modulit
|
||||
ContentCantBeEmpty=Përmbajtja e skedarit nuk mund të jetë bosh
|
||||
WidgetDesc=Këtu mund të gjeneroni dhe modifikoni miniaplikacionet që do të futen në modulin tuaj.
|
||||
CSSDesc=Këtu mund të gjeneroni dhe modifikoni një skedar me CSS të personalizuar të ngulitur me modulin tuaj.
|
||||
JSDesc=Këtu mund të gjeneroni dhe modifikoni një skedar me JavaScript të personalizuar të ngulitur me modulin tuaj.
|
||||
CLIDesc=Këtu mund të gjeneroni disa skripta të linjës së komandës që dëshironi të siguroni me modulin tuaj.
|
||||
CLIFile=Skedari CLI
|
||||
NoCLIFile=Nuk ka skedarë CLI
|
||||
UseSpecificEditorName = Përdorni një emër specifik redaktuesi
|
||||
UseSpecificEditorURL = Përdorni një URL të veçantë të redaktuesit
|
||||
UseSpecificFamily = Përdorni një familje specifike
|
||||
UseSpecificAuthor = Përdorni një autor specifik
|
||||
UseSpecificVersion = Përdorni një version fillestar specifik
|
||||
IncludeRefGeneration=Referenca e këtij objekti duhet të gjenerohet automatikisht nga rregullat e numrave me porosi
|
||||
IncludeRefGenerationHelp=Kontrolloni këtë nëse dëshironi të përfshini kodin për të menaxhuar gjenerimin e referencës automatikisht duke përdorur rregullat e numrave të personalizuar
|
||||
IncludeDocGeneration=Unë dua që funksioni të gjenerojë disa dokumente (PDF, ODT) nga shabllonet për këtë objekt
|
||||
IncludeDocGenerationHelp=Nëse e kontrolloni këtë, do të krijohet një kod për të shtuar një kuti "Generate document" në regjistrim.
|
||||
ShowOnCombobox=Trego vlerën në kutitë e kombinuara
|
||||
KeyForTooltip=Çelësi për këshillën e veglave
|
||||
CSSClass=CSS për modifikimin/krijimin e formularit
|
||||
CSSViewClass=CSS për formularin e lexuar
|
||||
CSSListClass=CSS për listën
|
||||
NotEditable=E pa modifikueshme
|
||||
ForeignKey=Çelësi i huaj
|
||||
ForeignKeyDesc=Nëse vlera e kësaj fushe duhet të garantohet se ekziston në një tabelë tjetër. Fut këtu një sintaksë që përputhet me vlerën: emri i tabelës.parentfieldtocheck
|
||||
TypeOfFieldsHelp=Shembull:<br>varchar(99)<br>email<br>-telefon<pans0</s ='notranslate'><br>ip<br>url<br>fjalëkalimi<span class='notranslate'0342fccfda19bz0</span> span>double(24,8)<br>reale<br>tekstb0342fccfda19>b0342fccfda19>z <span class='notranslate'><br>data<br>datetime<br>class='notranslate'span <br></span>integer<br>integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]<span class='notranslate' /span><br>'1' do të thotë se ne shtojmë një buton + pas kombinimit për të krijuar rekordin<br>'filtri' është një Kushti i sintaksës së filtrit universal, shembull: '((statusi:=:1) AND (fk_user:=:__USER_ID__) AND (entiteti:IN:(__SHARED_ENTITIES__))'
|
||||
TypeOfFieldsHelpIntro=Ky është lloji i fushës/atributit.
|
||||
AsciiToHtmlConverter=Konvertuesi Ascii në HTML
|
||||
AsciiToPdfConverter=Konvertuesi Ascii në PDF
|
||||
TableNotEmptyDropCanceled=Tabela jo bosh. Dorëzimi është anuluar.
|
||||
ModuleBuilderNotAllowed=Ndërtuesi i modulit është i disponueshëm, por nuk i lejohet përdoruesit tuaj.
|
||||
ImportExportProfiles=Importi dhe eksporti i profileve
|
||||
ValidateModBuilderDesc=Vendoseni këtë në 1 nëse dëshironi që metoda $this->validateField() e objektit të thirret për të vërtetuar përmbajtjen e fushës gjatë futjes ose përditësimit. Vendosni 0 nëse nuk kërkohet vërtetim.
|
||||
WarningDatabaseIsNotUpdated=Kujdes: Baza e të dhënave nuk përditësohet automatikisht, duhet të shkatërroni tabelat dhe të çaktivizoni-aktivizoni modulin që të rikrijohen tabelat
|
||||
LinkToParentMenu=Menyja prind (fk_xxxxmenu)
|
||||
ListOfTabsEntries=Lista e hyrjeve në skedë
|
||||
TabsDefDesc=Përcaktoni këtu skedat e ofruara nga moduli juaj
|
||||
TabsDefDescTooltip=Skedat e ofruara nga moduli/aplikacioni juaj përcaktohen në grupin <strong>$this->tabs</strong> në skedarin e përshkruesit të modulit. Mund ta modifikoni manualisht këtë skedar ose të përdorni redaktuesin e integruar.
|
||||
BadValueForType=Vlera e keqe për llojin %s
|
||||
DefinePropertiesFromExistingTable=Përcaktoni fushat/vetitë nga një tabelë ekzistuese
|
||||
DefinePropertiesFromExistingTableDesc=Nëse një tabelë në bazën e të dhënave (për objektin për t'u krijuar) ekziston tashmë, ju mund ta përdorni atë për të përcaktuar vetitë e objektit.
|
||||
DefinePropertiesFromExistingTableDesc2=Mbajeni bosh nëse tabela nuk ekziston ende. Gjeneruesi i kodit do të përdorë lloje të ndryshme fushash për të ndërtuar një shembull të tabelës që mund ta modifikoni më vonë.
|
||||
GeneratePermissions=Unë dua të menaxhoj lejet për këtë objekt
|
||||
GeneratePermissionsHelp=Nëse e kontrolloni këtë, do të shtohet një kod për të menaxhuar lejet për të lexuar, shkruar dhe fshirë regjistrimin e objekteve
|
||||
PermissionDeletedSuccesfuly=Leja është hequr me sukses
|
||||
PermissionUpdatedSuccesfuly=Leja është përditësuar me sukses
|
||||
PermissionAddedSuccesfuly=Leja është shtuar me sukses
|
||||
MenuDeletedSuccessfuly=Menyja është fshirë me sukses
|
||||
MenuAddedSuccessfuly=Menyja është shtuar me sukses
|
||||
MenuUpdatedSuccessfuly=Menyja është përditësuar me sukses
|
||||
ApiObjectDeleted=API për objektin %s është fshirë me sukses
|
||||
CRUDRead=Lexoni
|
||||
CRUDCreateWrite=Krijo ose Përditëso
|
||||
FailedToAddCodeIntoDescriptor=Shtimi i kodit në përshkrues dështoi. Kontrollo që komenti i vargut "%s" është ende i pranishëm në skedar.
|
||||
DictionariesCreated=Fjalori <b>%s</b> u krijua me sukses
|
||||
DictionaryDeleted=Fjalori <b>%s</b> u hoq me sukses
|
||||
PropertyModuleUpdated=Vetia <b>%s</b> është përditësuar me sukses
|
||||
InfoForApiFile=* Kur gjeneroni skedar për herë të parë, atëherë të gjitha metodat do të krijohen <strong>për çdo objekt.</strong><br>* Kur klikoni në <strong>hiq</strong> ju thjesht hiqni të gjitha metodat e klasës ='notranslate'><strong></span>objekt i zgjedhur</strong>.
|
||||
SetupFile=Faqe për konfigurimin e modulit
|
||||
|
||||
Reference in New Issue
Block a user