msgid ""
msgstr ""
"Project-Id-Version: chisel 4.13.3\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-02-24T15:59:43+00:00\n"
"PO-Revision-Date: 2023-02-24T15:59:43+00:00\n"
"Language: sr_RS\n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"

#: packages/chisel/controller.php:19
msgid "Chisel"
msgstr ""

#: packages/chisel/controller.php:23
msgid "Advanced theme development tool."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop.php:13
msgid "Block"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop.php:14
msgid "Catalog"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop.php:15
msgid "Settings"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop.php:26
msgid "Page Path"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop.php:31
msgid "dashboard"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop.php:44
msgid "(Optional) Pages will be automatically created to complete the entered path."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop.php:63
msgid "Model Name"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop.php:76
msgid "A model represents a single instance of an item."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop_fields.php:19
msgid "-- Choose Type --"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop_fields.php:120
msgid "US States"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop_fields.php:221
msgid "Database Settings"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/chisel_workshop_fields.php:240
msgid "All fields below are optional."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/view.php:17
#: packages/chisel/elements/block/footer.php:8
#: packages/chisel/elements/pages/edit/footer.php:11
msgid "Expand All"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/view.php:18
#: packages/chisel/elements/block/footer.php:9
#: packages/chisel/elements/pages/edit/footer.php:12
msgid "Collapse All"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/view.php:24
msgid "Load Schema"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/view.php:45
msgid "No Available Schemas"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/workshop/view.php:63
#: packages/chisel/elements/pages/edit/footer.php:17
msgid "Save"
msgstr "Сачувај"

#: packages/chisel/single_pages/dashboard/chisel/forge/view.php:8
msgid "Looking for a block icon? You've come to the right place. Simply choose a block, choose an icon and forge away!"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/forge/view.php:38
msgid "Icon"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/forge/view.php:67
msgid "Forge Icon"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:3
msgid "Creating Blocks"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:7
msgid ""
"Blocks should be a familiar concept to any Concrete5 user. Blocks are great for\n"
"\t\t\t\tediting simple content features. Concrete5 provides a great selection of default\n"
"\t\t\t\tblocks. Chisel takes blocks to the next level by allowing the creation of custom blocks."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:14
msgid ""
"Blocks can be created in the Chisel Workshop. Simply select the 'Block' type option,\n"
"\t\t\t\tgive it a name and add fields for each piece of data that should be collected."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:21
msgid "Here is an example of what an 'Employee Profile' block may look like in the workshop:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:32
msgid "Once created, adding the new block would yield an edit window like this:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:41
msgid "Block Output"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:46
msgid ""
"Chisel generates all of the files necessary to make your block functional.\n"
"\t\t\t\t\tThe files it generates will be located here: '/application/blocks/your_block'\n"
"\t\t\t\t\t"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:54
msgid ""
"In addition to the normal files required for all blocks,\n"
"\t\t\t\tChisel creates model classes for retrieveing your block's data.\n"
"\t\t\t\tThe block's model will already be instantiated in your block's\n"
"\t\t\t\tview and assigned to a variable representative of your block's\n"
"\t\t\t\tname. Methods for pulling each piece of data in your block have\n"
"\t\t\t\talso already been defined and are generated based on the label\n"
"\t\t\t\tassigned in the workshop. Below is an example of the basic 'view.php'\n"
"\t\t\t\tfile generated by Chisel that will illustrate how the models are\n"
"\t\t\t\tpulling the data. For more information on models, "
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:63
#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:67
msgid "click here"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:68
msgid "The following view.php sample was generated from the examples above."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:74
msgid "In this example, 'Empolyee Profile' is the name of our block."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:77
msgid "A variable, $employeeProfile, has already been defined as our block's model."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:80
msgid "A method has been created for pulling each piece of data, some of which contain base logic:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:92
msgid ""
"Notice the two parameters passed into the getPhoto method. Some field types methods\n"
"\t\t\t\tcome with some base logic for convenience. This image field type method is set up to return\n"
"\t\t\t\tan image object and requests the maximum image dimensions for your selected photo, in this case 600 x 600.\n"
"\t\t\t\tThere is also an optional third 'crop' parameter that is false by default."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:100
msgid "Using AJAX in your block"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:110
msgid ""
"AJAX methods must be registered in your block's controller.php file.\n"
"\t\t\t\tTo do so, add the following property with the names of each method you\n"
"\t\t\t\twish to be accessible via an AJAX call."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/blocks.php:118
msgid ""
"Once registered, you can retrieve the path by calling the following method from the\n"
"\t\t\t\tcontroller object in your view.php file."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:4
msgid "Catalog Applications"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:9
msgid ""
"Catalogs reside in the dashboard and are intended for more heavy-duty applications that need to manage large amounts of data.\n"
"\t\t\t\t\tThey allow the user to add entries as needed for each item in their catalog. Recommended uses would be storing product information,\n"
"\t\t\t\t\tproperty listings, store locations, employee rosters, etc."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:15
msgid "List View"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:19
msgid ""
"Catalogs come with a list view for managing entries. From the list view entries can be searched, reordered,\n"
"\t\t\t\t\tduplicated and deleted. This makes it easy to find and manage a specific entry."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:25
msgid "Below is an example of a catalog list view using an employee roster as an example. This example only contains 2 entries."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:32
msgid "Searching, Sorting and Filtering"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:34
msgid "There are several ways to finding a particular entry you are looking for."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:36
msgid "The search field on the upper right side of the list will search all columns for all entries."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:37
msgid "Individual columns can be filtered via the search box at the 'Filter Field' at the bottom of each column."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:40
msgid ""
"Clicking the column header will allow you to sort that particular column.\n"
"\t\t\t\t\t\t\tHolding down the Shift key and clicking a second column will allow you to sort multiple columns at once"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:48
msgid "Editing entries"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:51
msgid ""
"To edit an individual entry, click the pencil icon on the right-hand side of it's row.  This will bring you to\n"
"\t\t\t\t\tit's detail page which will contian all of the available fields to edit."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:57
msgid "Reordering Entries"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:60
msgid ""
"Entries can be reordered by entering 'Reorder Mode'. To enter 'Reorder Mode' click the 'Reorder' button in the\n"
"\t\t\t\t\ttoolbar below the list. The button will turn yellow, indicating that you are now able to reorder listings.\n"
"\t\t\t\t\tListings can be reordered by dragging and dropping OR by manually updating the 'Order' value. When reordering is complete,\n"
"\t\t\t\t\tclick the 'Reorder' button again to exit 'Reorder Mode'."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:68
msgid "Duplicating/Deleting Entries"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:71
msgid ""
"Entries can be both duplicated and deleted from the list view. To do so simply click on the listing row you want\n"
"\t\t\t\t\tto duplicat or remove.  The listing will highlight to let you know that it is selected.  Once selected, click the\n"
"\t\t\t\t\t'Duplicate Selected' or 'Delete Selected' button in the toolbar below the list. Multiple entries can be selected at\n"
"\t\t\t\t\tonce.  You can select a range of entries by selecting an entry, holding Shift and selecting another entry in the list.\n"
"\t\t\t\t\tYou may also use the Up and Down arrow keys while holding the Shift to include nearby entries. Holding the Command key\n"
"\t\t\t\t\twill allow you to toggle the selection status of entries."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:81
msgid "Modifying the list columns"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/catalogs.php:84
msgid ""
"Not all data is displayed in the list view. Some field types are excluded by default.  You can add, remove or\n"
"\t\t\t\t\trearrange the columns from the catalog's controller.  The controller will contain a $listMetaData\n"
"\t\t\t\t\tproperty that dictates what is displayed."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/field_types.php:5
msgid ""
"Field Types are the basic building blocks of Chisel elements.\n"
"\t\t\t\tWhether creating a block, catalog or settings page, field types are what give them their power.\n"
"\t\t\t\tThrough the workshop, field types can be combined to create the perfect tool for capturing data for any application.\n"
"\t\t\t\tThere are "
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/field_types.php:125
msgid "Example: A textbox contianing the value 'Product Name' would be converted to 'product_name'"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/field_types.php:136
msgid "'Product Name' will be converted to 'product_name'"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:5
msgid ""
"Chisel creates model classes to help pull data throughout your application. A model class represents a single\n"
"\t\t\t\tinstance of the data it is related to. For catalogs, the model represents a single catalog entry and for\n"
"\t\t\t\trepeatable sections a model represents one instance of that repeated item."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:13
msgid "Getter methods will be included in the model for each field that was added via the workshop."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:19
msgid "Location"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:21
msgid "Block models can be found here:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:26
msgid "Catalog and Settings Page models will be located here:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:32
#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:26
msgid "Using the data"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:34
#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:25
#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:7
msgid "Blocks"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:36
msgid "The block view will be already set up and have all of your data pulled into the view.php file by default."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:40
#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:32
msgid "Catalogs and Settings Pages"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:43
msgid ""
"Unlike blocks, there is no front-end view already asssociated with the catalog or settings\n"
"\t\t\t\tpage data. Since Chisel doesn't know how you intend to use this data, it leaves\n"
"\t\t\t\tdistributing it throughout your application up to you."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:51
msgid ""
"Models will still be generated for your catalogs and settings pages for use\n"
"\t\t\t\tthroughout your application. Your Model files will be located here."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:58
msgid "To use these models to pull your data, follow these 3 steps:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:63
msgid "Add the 'use' statement at the top of your controller."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:67
msgid "Instantiate the class."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:69
msgid "Note: for non-settings page models, the record id or the entire record itself must be passed into the constructor."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:75
msgid ""
"Call the method for the piece of data you want. A getter method will be available for every field that was\n"
"\t\t\t\tadded via the workshop."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:84
msgid "Creating a Catalog Library"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:87
msgid ""
"Catalog entries will often be pulled in groups. It is recommended but not required\n"
"\t\t\t\tto set up a library class for retrieving entries in bulk. Here are some simple\n"
"\t\t\t\tinstructions for setting up a catalog library class."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:94
msgid "Create the class file. The file should be created here:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:99
msgid "Add the following template to your file"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:127
msgid "Next, add the library's use statement in the file that entries should be pulled."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/models.php:134
msgid "Then, simply call the method for retrieving entries."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:5
msgid ""
"Settings pages are a for the most part generic admin panels.\n"
"\t\t\t\tThey live in the dashboard and are perfect for collecting data\n"
"\t\t\t\tthat doesn't make sense to be placed in a block, and doesn't need\n"
"\t\t\t\tto exist in multiple instances like catalog pages. Some examples\n"
"\t\t\t\tof what you may use a settings pages for would be - managing external\n"
"\t\t\t\tform recipient email addresses, tax rates and shipping settings for custom\n"
"\t\t\t\tshopping carts, api configuration settings, etc."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:17
msgid ""
"Below is an example of what a settings page for managing external form mail\n"
"\t\t\t\t\tsettings may look like."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:30
msgid ""
"Unlike blocks, there is no front-end view already asssociated with the settings\n"
"\t\t\t\t\tpage data. Since Chisel doesn't know how you intend to use your data, it leave\n"
"\t\t\t\t\tdistributing it throughout your application up to you."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:37
msgid ""
"Along with your settings page files, a Model is generated for using this data\n"
"\t\t\t\t\tthroughout your application. Your Model file will be located in"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:42
msgid ""
"In the mail settings example above, to pull the data into the mail settings controller - the\n"
"\t\t\t\t\tfollowing steps would need to be made."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:48
msgid "First, add a use statement to the top the controller to load in the model:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:52
msgid "Next, instantiate the Model."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/settings_pages.php:57
msgid ""
"Finally, call the getter method for the piece of data you wish to use. Getter methods have already been created for\n"
"\t\t\t\teach field that has been added to a settings page."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:5
msgid ""
"Upon uninstalling the package, all blocks and single pages generated by Chisel will be unistalled from your application. Any\n"
"\t\t\t\tdatabase tables tied to Chisel blocks will be deleted from your database. Tables created for catalogs and single pages, will\n"
"\t\t\t\tremain intact. If you decide to uninstall Chisel, it is highly recommended that you first backup your database\n"
"\t\t\t\tto ensure that any data that may be stored in these Chisel block tables isn't lost forever."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:14
msgid ""
"Files generated by Chisel will not automatically be removed upon installation. Should you reinstall the package, you will\n"
"\t\t\t\talso be able to reinstall your Chisel blocks and dashboard pages."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:20
msgid "File Locations"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:22
msgid "After uninstalling, if you wish to remove the files generated by Chisel, they can be found in the following locations:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:27
msgid "Block files that were generated can be found in this directory:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:34
msgid "Controller files will be found here:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:37
msgid "Single Page views(edit forms) will be found here:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/uninstalling.php:40
msgid "Model files will be found here:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/view.php:4
#: packages/chisel/single_pages/dashboard/chisel/view.php:5
msgid "What is Chisel?"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/view.php:8
msgid ""
"Chisel is a powerful theme development tool that provides an easy-to-use interface for the generation of custom blocks and dashboard pages.\n"
"\t\t\t\tThis allows developers to give clients the customized tools they need to properly manage their website, while substantially reducing build time."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/view.php:15
msgid ""
"Tools are designed in the Workshop. Once designed the files required to create the tools are all automatically generated. Database tables are\n"
"\t\t\t\talso automatically created to store the data captured from the tools."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/view.php:22
msgid ""
"Models will also be created to help access the captured data.  These provide a series of getters for accessing data captured by the created tools.\n"
"\t\t\t\tBase logic is generated in these models for more advanced field types.  For example, the 'Page' field stores a collection ID in the database.  The\n"
"\t\t\t\tmodel will automatically be set up to pull return the collection object."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/view.php:30
msgid ""
"Chisel was designed to make custom websites and applications quick and easy. Files created by Chisel can be manually customized after-the-fact to incorporate any\n"
"\t\t\t\tadditional functionality you may need."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/view.php:37
msgid "Learn More"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:3
msgid "Creating Tools"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:5
msgid "Chisel works by allowing field types to be combined to create powerful editing tools. There are 3 different types of tools. The first step is deciding which one most suitable for your application."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:7
msgid "Standard Concrete5 blocks."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:7
msgid "Learn More."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:8
msgid "Catalogs"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:8
msgid "Dashboard pages that support large amounts of data."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:8
#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:9
msgid "Learn more."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:9
msgid "Settings Pages"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:9
msgid "Simple admin panel for collecting miscellaneous data."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:13
msgid "Basic Settings"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:14
msgid "After deciding which tool type to use, some basic settings will need to be filled out."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:22
msgid "Page Path:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:24
msgid "This option is only available for catalogs and settings pages. This designates where in the dashboard your page will be created.  If pieces of your path do not exist, dummy pages will automatically be created to complete the path. This is handy for grouping multiple related catalog/settings pages under one section."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:28
msgid "Name:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:30
msgid "This will be the name of your block, or the name of your dashboard page."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:34
msgid "Model Name:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:36
msgid "This will be the name of the model class that is generated for pulling your data. It will autopoulate based on the name but can be customized if so desired."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:42
msgid "Adding fields"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:43
msgid ""
"Once the tool's foundation has been defined, it is time to start building the schema. Click the 'Add Field' button to\n"
"\t\tadd field rows. Each field row will have it's own set of options for defining it's functionality."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:52
msgid "Label:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:55
msgid ""
"This is what will be displayed next the field and is key in letting the user know what data to provide. The label\n"
"\t\t\t\t\t\t\twill be used to automatically generate the handle for the field (the handle can be customized if so desired)."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:61
msgid "Field Type:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:64
msgid ""
"The field type option determines what kind of data will be collected as well as the input display on the admin panel.\n"
"\t\t\t\t\t\t\tThere are many different field type options, some of which have additional options. For examples of all field types,"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:71
msgid "Required:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:73
msgid "(Optional) This determined whether the field is required to be populated in order to save the form."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:77
msgid "Field Note:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:80
msgid ""
"(Optional) Field notes are descriptive notes that will appear above your field in your admin panel.\n"
"\t\t\t\t\t\t\tUseful for explaining what the field is for."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:86
msgid "Database Options:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:89
msgid ""
"The database options panel will be automatically populated based on the field label as well as the field\n"
"\t\t\t\t\t\t\ttype that were chosen. Advanced users may choose to alter these settings."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:98
msgid ""
"Once you have completed all of the necessary fields for your application, click the 'Save' button.  This will\n"
"\t\t\t\t\tcreate all of the files necessary to build the tool as well as install it."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:105
msgid "Updating Created Tools"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:107
msgid "Schemas"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:110
msgid ""
"Many times we discover that we need to capture additional field types after the tool has already been created. Chisel\n"
"\t\t\t\t\thas a way of handling this without having to start from scratch.  Every time a tool is created, a schema file is generated.\n"
"\t\t\t\t\tThe schema is a blueprint of your tool and can be loaded into the workshop in order to make alterations."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:118
msgid ""
"In the toolbar near the bottom of the Workshop is a 'Load Schema' menu that will be populated with a list of schemas\n"
"\t\t\t\t\tthat are available. Select the tool you wish to modify and the page will reload with all of the field options set."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:124
msgid "Overwriting Files"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:127
msgid ""
"After making modifications to a loaded schema, a decision will need to be made on which files you would like to overwrite\n"
"\t\t\t\t\tduring the update process.  Chisel was designed with the idea that a developer may want to add custom code to the files it\n"
"\t\t\t\t\tgenerates (especially in a block's view file).  In order to prevent losing any custom code added, 4 overwrite options available\n"
"\t\t\t\t\tthat will let you decide which file groups to overwrite."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:135
msgid "Here is a breakdown of what files will be overwritten with each option:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:139
msgid "None Selected"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:141
msgid "Saving a loaded schema with no files being overwritten will still update the database tables associated with the tool."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:145
msgid "Edit Forms"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:148
msgid ""
"Edit forms consist of the admin panel files that contain the actual forms for filling out.  In the case of blocks, this is the edit.php file\n"
"\t\t\t\t\t\t\tas well as the files in the folder in the block's directory named after the tool.\n"
"\t\t\t\t\t\t\tIn the case of catalogs and settings pages, these are the files that reside in the single_page directory."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:155
msgid "Views"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:158
msgid ""
"Overwriting views only has an effect on blocks. This will update the view.php file that resides in the block's folder. This is the\n"
"\t\t\t\t\t\t\tfile that is most likely to have custom code added to it."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:164
msgid "Controllers:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:167
msgid ""
"In the case of blocks, this will overwrite the controller.php file in the block's directory. In the case of catalogs and\n"
"\t\t\t\t\t\t\tsingle pages, this will overwrite the files that reside in the controllers directory."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:173
msgid "Models:"
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/documentation/workshop.php:176
msgid ""
"In the case of blocks, this will overwrite the files within the models folder of your block's directory.  In the case of single pages\n"
"\t\t\t\t\t\t\tand controllers, this will overwrite the files named after your tool in the application/src/Models directory."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/view.php:8
msgid "Chisel is an advanced theme development tool that provides an easy-to-use interface for the generation of custom blocks and dashboard pages."
msgstr ""

#: packages/chisel/single_pages/dashboard/chisel/view.php:13
msgid "Get Started"
msgstr ""

#: packages/chisel/elements/pages/edit/footer.php:8
msgid "Go Back"
msgstr ""

#: packages/chisel/elements/pages/edit/footer.php:20
#: packages/chisel/elements/pages/catalog/footer.php:19
#: packages/chisel/elements/pages/catalog/header.php:8
msgid "Add New"
msgstr ""

#: packages/chisel/elements/pages/edit/footer.php:21
msgid "Delete"
msgstr "Изрбиши"

#: packages/chisel/elements/pages/catalog/footer.php:5
msgid "Drag and drop or change the 'Order' field to update a record's order. Performing a search or filtering a column will remove you from reorder mode."
msgstr ""

#: packages/chisel/elements/pages/catalog/footer.php:7
msgid "Delete Selected"
msgstr ""

#: packages/chisel/elements/pages/catalog/footer.php:10
msgid "Duplicate Selected"
msgstr ""

#: packages/chisel/elements/pages/catalog/footer.php:13
msgid "Reorder"
msgstr ""

#: packages/chisel/elements/catalog.php:36
msgid "Data feed is not configured correctly."
msgstr ""
