JException Object
(
    [level:protected] => 1
    [info:protected] => 
    [function:protected] => 
    [class:protected] => 
    [type:protected] => 
    [args:protected] => 
    [backtrace:protected] => Array
        (
            [0] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/legacy/error/error.php
                    [line] => 200
                    [function] => __construct
                    [class] => JException
                    [object] => JException Object
 *RECURSION*
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Article not found
                            [1] => 404
                            [2] => 1
                            [3] => 
                            [4] => 1
                        )

                )

            [1] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/legacy/error/error.php
                    [line] => 277
                    [function] => raise
                    [class] => JError
                    [type] => ::
                    [args] => Array
                        (
                            [0] => 1
                            [1] => 404
                            [2] => Article not found
                            [3] => 
                            [4] => 1
                        )

                )

            [2] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/components/com_content/models/article.php
                    [line] => 155
                    [function] => raiseError
                    [class] => JError
                    [type] => ::
                    [args] => Array
                        (
                            [0] => 404
                            [1] => Article not found
                        )

                )

            [3] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/src/MVC/View/HtmlView.php
                    [line] => 425
                    [function] => getItem
                    [class] => ContentModelArticle
                    [object] => ContentModelArticle Object
                        (
                            [_context:protected] => com_content.article
                            [_item:protected] => Array
                                (
                                )

                            [__state_set:protected] => 1
                            [_db:protected] => JDatabaseDriverMysqli Object
                                (
                                    [name] => mysqli
                                    [serverType] => mysql
                                    [connection:protected] => mysqli Object
                                        (
                                            [affected_rows] => 0
                                            [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $
                                            [client_version] => 50012
                                            [connect_errno] => 0
                                            [connect_error] => 
                                            [errno] => 0
                                            [error] => 
                                            [error_list] => Array
                                                (
                                                )

                                            [field_count] => 40
                                            [host_info] => Localhost via UNIX socket
                                            [info] => 
                                            [insert_id] => 0
                                            [server_info] => 5.7.42-0ubuntu0.18.04.1
                                            [server_version] => 50742
                                            [stat] => Uptime: 20242746  Threads: 1  Questions: 98409201  Slow queries: 0  Opens: 1171814  Flush tables: 1  Open tables: 400  Queries per second avg: 4.861
                                            [sqlstate] => 00000
                                            [protocol_version] => 10
                                            [thread_id] => 2004696
                                            [warning_count] => 0
                                        )

                                    [nameQuote:protected] => `
                                    [nullDate:protected] => 0000-00-00 00:00:00
                                    [_database:JDatabaseDriver:private] => brevettistendalto_it
                                    [count:protected] => 20
                                    [cursor:protected] => 
                                    [debug:protected] => 
                                    [limit:protected] => 0
                                    [log:protected] => Array
                                        (
                                        )

                                    [timings:protected] => Array
                                        (
                                        )

                                    [callStacks:protected] => Array
                                        (
                                        )

                                    [offset:protected] => 0
                                    [options:protected] => Array
                                        (
                                            [driver] => mysqli
                                            [host] => localhost
                                            [user] => brevettistendalt
                                            [password] => z8s7P09ihY
                                            [database] => brevettistendalto_it
                                            [prefix] => nnhf3_
                                            [select] => 1
                                            [port] => 3306
                                            [socket] => 
                                        )

                                    [sql:protected] => JDatabaseQueryMysqli Object
                                        (
                                            [offset:protected] => 0
                                            [limit:protected] => 0
                                            [db:protected] => JDatabaseDriverMysqli Object
 *RECURSION*
                                            [sql:protected] => 
                                            [type:protected] => select
                                            [element:protected] => 
                                            [select:protected] => JDatabaseQueryElement Object
                                                (
                                                    [name:protected] => SELECT
                                                    [elements:protected] => Array
                                                        (
                                                            [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference
                                                            [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access
                                                            [2] => u.name AS author
                                                            [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
                                                            [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
                                                        )

                                                    [glue:protected] => ,
                                                )

                                            [delete:protected] => 
                                            [update:protected] => 
                                            [insert:protected] => 
                                            [from:protected] => JDatabaseQueryElement Object
                                                (
                                                    [name:protected] => FROM
                                                    [elements:protected] => Array
                                                        (
                                                            [0] => #__content AS a
                                                        )

                                                    [glue:protected] => ,
                                                )

                                            [join:protected] => Array
                                                (
                                                    [0] => JDatabaseQueryElement Object
                                                        (
                                                            [name:protected] => INNER JOIN
                                                            [elements:protected] => Array
                                                                (
                                                                    [0] => #__categories AS c on c.id = a.catid
                                                                )

                                                            [glue:protected] => ,
                                                        )

                                                    [1] => JDatabaseQueryElement Object
                                                        (
                                                            [name:protected] => LEFT JOIN
                                                            [elements:protected] => Array
                                                                (
                                                                    [0] => #__users AS u on u.id = a.created_by
                                                                )

                                                            [glue:protected] => ,
                                                        )

                                                    [2] => JDatabaseQueryElement Object
                                                        (
                                                            [name:protected] => LEFT JOIN
                                                            [elements:protected] => Array
                                                                (
                                                                    [0] => #__categories as parent ON parent.id = c.parent_id
                                                                )

                                                            [glue:protected] => ,
                                                        )

                                                    [3] => JDatabaseQueryElement Object
                                                        (
                                                            [name:protected] => LEFT JOIN
                                                            [elements:protected] => Array
                                                                (
                                                                    [0] => #__content_rating AS v ON a.id = v.content_id
                                                                )

                                                            [glue:protected] => ,
                                                        )

                                                )

                                            [set:protected] => 
                                            [where:protected] => JDatabaseQueryElement Object
                                                (
                                                    [name:protected] => WHERE
                                                    [elements:protected] => Array
                                                        (
                                                            [0] => a.id = 275
                                                            [1] => c.published > 0
                                                            [2] => a.language in ('en-GB','*')
                                                            [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36')
                                                            [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36')
                                                            [5] => (a.state = 1 OR a.state =2)
                                                        )

                                                    [glue:protected] =>  AND 
                                                )

                                            [group:protected] => 
                                            [having:protected] => 
                                            [columns:protected] => 
                                            [values:protected] => 
                                            [order:protected] => 
                                            [autoIncrementField:protected] => 
                                            [call:protected] => 
                                            [exec:protected] => 
                                            [union:protected] => 
                                            [unionAll:protected] => 
                                            [selectRowNumber:protected] => 
                                        )

                                    [tablePrefix:protected] => nnhf3_
                                    [utf:protected] => 1
                                    [utf8mb4:protected] => 1
                                    [errorNum:protected] => 0
                                    [errorMsg:protected] => 
                                    [transactionDepth:protected] => 0
                                    [disconnectHandlers:protected] => Array
                                        (
                                        )

                                )

                            [name:protected] => article
                            [option:protected] => com_content
                            [state:protected] => Joomla\CMS\Object\CMSObject Object
                                (
                                    [_errors:protected] => Array
                                        (
                                        )

                                    [task] => 
                                    [parameters.menu] => Joomla\Registry\Registry Object
                                        (
                                            [data:protected] => stdClass Object
                                                (
                                                    [layout_type] => blog
                                                    [show_category_heading_title_text] => 
                                                    [show_category_title] => 
                                                    [show_description] => 
                                                    [show_description_image] => 
                                                    [maxLevel] => 
                                                    [show_empty_categories] => 
                                                    [show_no_articles] => 
                                                    [show_subcat_desc] => 
                                                    [show_cat_num_articles] => 
                                                    [show_cat_tags] => 
                                                    [page_subheading] => 
                                                    [num_leading_articles] => 
                                                    [num_intro_articles] => 
                                                    [num_columns] => 
                                                    [num_links] => 
                                                    [multi_column_order] => 
                                                    [show_subcategory_content] => 
                                                    [orderby_pri] => 
                                                    [orderby_sec] => 
                                                    [order_date] => 
                                                    [show_pagination] => 
                                                    [show_pagination_results] => 
                                                    [show_featured] => 
                                                    [show_title] => 
                                                    [link_titles] => 
                                                    [show_intro] => 
                                                    [info_block_position] => 
                                                    [info_block_show_title] => 
                                                    [show_category] => 
                                                    [link_category] => 
                                                    [show_parent_category] => 
                                                    [link_parent_category] => 
                                                    [show_author] => 
                                                    [link_author] => 
                                                    [show_create_date] => 
                                                    [show_modify_date] => 
                                                    [show_publish_date] => 1
                                                    [show_item_navigation] => 
                                                    [show_vote] => 
                                                    [show_readmore] => 
                                                    [show_readmore_title] => 
                                                    [show_icons] => 
                                                    [show_print_icon] => 
                                                    [show_email_icon] => 
                                                    [show_hits] => 
                                                    [show_tags] => 
                                                    [show_noauth] => 
                                                    [show_feed_link] => 
                                                    [feed_summary] => 
                                                    [menu-anchor_title] => 
                                                    [menu-anchor_css] => 
                                                    [menu_image] => 
                                                    [menu_text] => 1
                                                    [menu_show] => 1
                                                    [page_title] => 
                                                    [show_page_heading] => 
                                                    [page_heading] => 
                                                    [pageclass_sfx] => 
                                                    [menu-meta_description] => 
                                                    [menu-meta_keywords] => 
                                                    [robots] => 
                                                    [secure] => 0
                                                    [gk_showtitle] => 1
                                                    [gk_desc] => 
                                                    [gk_cols] => 1
                                                    [gk_group] => 0
                                                    [gk_class] => 
                                                    [gk_subcontent] => 0
                                                    [gk_subcontent_pos_positions] => menu1
                                                    [gk_rel] => 0
                                                )

                                            [initialized:protected] => 1
                                            [separator] => .
                                        )

                                    [article.id] => 275
                                    [list.offset] => 
                                    [params] => Joomla\Registry\Registry Object
                                        (
                                            [data:protected] => stdClass Object
                                                (
                                                    [article_layout] => _:default
                                                    [show_title] => 1
                                                    [link_titles] => 0
                                                    [show_intro] => 1
                                                    [info_block_position] => 0
                                                    [info_block_show_title] => 1
                                                    [show_category] => 0
                                                    [link_category] => 0
                                                    [show_parent_category] => 0
                                                    [link_parent_category] => 0
                                                    [show_associations] => 0
                                                    [flags] => 1
                                                    [show_author] => 0
                                                    [link_author] => 0
                                                    [show_create_date] => 0
                                                    [show_modify_date] => 0
                                                    [show_publish_date] => 1
                                                    [show_item_navigation] => 0
                                                    [show_vote] => 0
                                                    [show_readmore] => 1
                                                    [show_readmore_title] => 0
                                                    [readmore_limit] => 100
                                                    [show_tags] => 0
                                                    [show_icons] => 0
                                                    [show_print_icon] => 0
                                                    [show_email_icon] => 0
                                                    [show_hits] => 0
                                                    [show_noauth] => 0
                                                    [urls_position] => 0
                                                    [captcha] => 
                                                    [show_publishing_options] => 1
                                                    [show_article_options] => 1
                                                    [save_history] => 1
                                                    [history_limit] => 10
                                                    [show_urls_images_frontend] => 0
                                                    [show_urls_images_backend] => 1
                                                    [targeta] => 0
                                                    [targetb] => 0
                                                    [targetc] => 0
                                                    [float_intro] => left
                                                    [float_fulltext] => left
                                                    [category_layout] => _:blog
                                                    [show_category_heading_title_text] => 1
                                                    [show_category_title] => 1
                                                    [show_description] => 0
                                                    [show_description_image] => 0
                                                    [maxLevel] => 1
                                                    [show_empty_categories] => 0
                                                    [show_no_articles] => 1
                                                    [show_subcat_desc] => 1
                                                    [show_cat_num_articles] => 0
                                                    [show_cat_tags] => 0
                                                    [show_base_description] => 1
                                                    [maxLevelcat] => -1
                                                    [show_empty_categories_cat] => 0
                                                    [show_subcat_desc_cat] => 1
                                                    [show_cat_num_articles_cat] => 1
                                                    [num_leading_articles] => 0
                                                    [num_intro_articles] => 10
                                                    [num_columns] => 1
                                                    [num_links] => 0
                                                    [multi_column_order] => 0
                                                    [show_subcategory_content] => 0
                                                    [show_pagination_limit] => 1
                                                    [filter_field] => hide
                                                    [show_headings] => 1
                                                    [list_show_date] => 0
                                                    [date_format] => 
                                                    [list_show_hits] => 1
                                                    [list_show_author] => 1
                                                    [list_show_votes] => 0
                                                    [list_show_ratings] => 0
                                                    [orderby_pri] => order
                                                    [orderby_sec] => order
                                                    [order_date] => published
                                                    [show_pagination] => 2
                                                    [show_pagination_results] => 1
                                                    [show_featured] => show
                                                    [show_feed_link] => 1
                                                    [feed_summary] => 0
                                                    [feed_show_readmore] => 0
                                                    [custom_fields_enable] => 1
                                                    [show_page_heading] => 0
                                                    [layout_type] => blog
                                                    [menu_text] => 1
                                                    [menu_show] => 1
                                                    [secure] => 0
                                                    [gk_showtitle] => 1
                                                    [gk_cols] => 1
                                                    [gk_group] => 0
                                                    [gk_subcontent] => 0
                                                    [gk_subcontent_pos_positions] => menu1
                                                    [gk_rel] => 0
                                                    [page_title] => News
                                                    [page_description] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo.
                                                    [page_rights] => 
                                                    [robots] => 
                                                )

                                            [initialized:protected] => 1
                                            [separator] => .
                                        )

                                    [filter.published] => 1
                                    [filter.archived] => 2
                                    [filter.language] => 1
                                )

                            [event_clean_cache:protected] => onContentCleanCache
                            [factory:protected] => Joomla\CMS\MVC\Factory\LegacyFactory Object
                                (
                                )

                            [_errors:protected] => Array
                                (
                                )

                        )

                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [4] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/components/com_content/views/article/view.html.php
                    [line] => 42
                    [function] => get
                    [class] => Joomla\CMS\MVC\View\HtmlView
                    [object] => ContentViewArticle Object
                        (
                            [item:protected] => 
                            [params:protected] => 
                            [print:protected] => 
                            [state:protected] => 
                            [user:protected] => 
                            [document] => Joomla\CMS\Document\HtmlDocument Object
                                (
                                    [_links] => Array
                                        (
                                        )

                                    [_custom] => Array
                                        (
                                        )

                                    [template] => 
                                    [baseurl] => 
                                    [params] => 
                                    [_file] => 
                                    [_template:protected] => 
                                    [_template_tags:protected] => Array
                                        (
                                        )

                                    [_caching:protected] => 
                                    [_html5:Joomla\CMS\Document\HtmlDocument:private] => 
                                    [title] => News
                                    [description] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo.
                                    [link] => 
                                    [base] => https://www.brevettistendalto.it/en/news/275-welcome-to-industry-4-0
                                    [language] => it-it
                                    [direction] => ltr
                                    [_generator] => Joomla! - Open Source Content Management
                                    [_mdate] => 
                                    [_tab] => 	
                                    [_lineEnd] => 

                                    [_charset] => utf-8
                                    [_mime] => text/html
                                    [_namespace] => 
                                    [_profile] => 
                                    [_scripts] => Array
                                        (
                                            [/media/jui/js/jquery.min.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [detectDebug] => 
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                        )

                                                )

                                            [/media/jui/js/jquery-noconflict.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                            [detectDebug] => 1
                                                        )

                                                )

                                            [/media/jui/js/jquery-migrate.min.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [detectDebug] => 
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                        )

                                                )

                                            [/media/k2/assets/js/k2.frontend.js?v=2.10.3&b=20200429&sitepath=/] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [_script] => Array
                                        (
                                        )

                                    [scriptOptions:protected] => Array
                                        (
                                        )

                                    [_styleSheets] => Array
                                        (
                                            [https://cdn.jsdelivr.net/npm/simple-line-icons@2.4.1/css/simple-line-icons.css] => Array
                                                (
                                                    [type] => text/css
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [/templates/gk_technews/css/k2.css?v=2.10.3] => Array
                                                (
                                                    [type] => text/css
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [_style] => Array
                                        (
                                        )

                                    [_metaTags] => Array
                                        (
                                            [http-equiv] => Array
                                                (
                                                    [content-type] => text/html; charset=utf-8
                                                )

                                            [name] => Array
                                                (
                                                    [keywords] => cable chain, catena portacavi, Chaînes, catene portacavi, catena porta cave, power track, Chaînes porte câbles, catene plastica, catene porta cavi, catene plastica, kabelketten, energieführungsketten, schleppketten,  kabelkette, schleppkette, kabelschleppkette, schlauchkette, energieführungskette, schlauchketten, kabelschleppketten, kabelschlepper, drag chain, power chain, porte câbles
                                                    [rights] => 
                                                )

                                        )

                                    [_engine] => 
                                    [_type] => html
                                    [mediaVersion:protected] => 716db191ef3fb77021346a262d2b7998
                                )

                            [_name:protected] => article
                            [_models:protected] => Array
                                (
                                    [article] => ContentModelArticle Object
                                        (
                                            [_context:protected] => com_content.article
                                            [_item:protected] => Array
                                                (
                                                )

                                            [__state_set:protected] => 1
                                            [_db:protected] => JDatabaseDriverMysqli Object
                                                (
                                                    [name] => mysqli
                                                    [serverType] => mysql
                                                    [connection:protected] => mysqli Object
                                                        (
                                                            [affected_rows] => -1
                                                            [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $
                                                            [client_version] => 50012
                                                            [connect_errno] => 0
                                                            [connect_error] => 
                                                            [errno] => 0
                                                            [error] => 
                                                            [error_list] => Array
                                                                (
                                                                )

                                                            [field_count] => 40
                                                            [host_info] => Localhost via UNIX socket
                                                            [info] => 
                                                            [insert_id] => 0
                                                            [server_info] => 5.7.42-0ubuntu0.18.04.1
                                                            [server_version] => 50742
                                                            [stat] => Uptime: 20242746  Threads: 1  Questions: 98409202  Slow queries: 0  Opens: 1171814  Flush tables: 1  Open tables: 400  Queries per second avg: 4.861
                                                            [sqlstate] => 00000
                                                            [protocol_version] => 10
                                                            [thread_id] => 2004696
                                                            [warning_count] => 0
                                                        )

                                                    [nameQuote:protected] => `
                                                    [nullDate:protected] => 0000-00-00 00:00:00
                                                    [_database:JDatabaseDriver:private] => brevettistendalto_it
                                                    [count:protected] => 20
                                                    [cursor:protected] => 
                                                    [debug:protected] => 
                                                    [limit:protected] => 0
                                                    [log:protected] => Array
                                                        (
                                                        )

                                                    [timings:protected] => Array
                                                        (
                                                        )

                                                    [callStacks:protected] => Array
                                                        (
                                                        )

                                                    [offset:protected] => 0
                                                    [options:protected] => Array
                                                        (
                                                            [driver] => mysqli
                                                            [host] => localhost
                                                            [user] => brevettistendalt
                                                            [password] => z8s7P09ihY
                                                            [database] => brevettistendalto_it
                                                            [prefix] => nnhf3_
                                                            [select] => 1
                                                            [port] => 3306
                                                            [socket] => 
                                                        )

                                                    [sql:protected] => JDatabaseQueryMysqli Object
                                                        (
                                                            [offset:protected] => 0
                                                            [limit:protected] => 0
                                                            [db:protected] => JDatabaseDriverMysqli Object
 *RECURSION*
                                                            [sql:protected] => 
                                                            [type:protected] => select
                                                            [element:protected] => 
                                                            [select:protected] => JDatabaseQueryElement Object
                                                                (
                                                                    [name:protected] => SELECT
                                                                    [elements:protected] => Array
                                                                        (
                                                                            [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference
                                                                            [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access
                                                                            [2] => u.name AS author
                                                                            [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
                                                                            [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
                                                                        )

                                                                    [glue:protected] => ,
                                                                )

                                                            [delete:protected] => 
                                                            [update:protected] => 
                                                            [insert:protected] => 
                                                            [from:protected] => JDatabaseQueryElement Object
                                                                (
                                                                    [name:protected] => FROM
                                                                    [elements:protected] => Array
                                                                        (
                                                                            [0] => #__content AS a
                                                                        )

                                                                    [glue:protected] => ,
                                                                )

                                                            [join:protected] => Array
                                                                (
                                                                    [0] => JDatabaseQueryElement Object
                                                                        (
                                                                            [name:protected] => INNER JOIN
                                                                            [elements:protected] => Array
                                                                                (
                                                                                    [0] => #__categories AS c on c.id = a.catid
                                                                                )

                                                                            [glue:protected] => ,
                                                                        )

                                                                    [1] => JDatabaseQueryElement Object
                                                                        (
                                                                            [name:protected] => LEFT JOIN
                                                                            [elements:protected] => Array
                                                                                (
                                                                                    [0] => #__users AS u on u.id = a.created_by
                                                                                )

                                                                            [glue:protected] => ,
                                                                        )

                                                                    [2] => JDatabaseQueryElement Object
                                                                        (
                                                                            [name:protected] => LEFT JOIN
                                                                            [elements:protected] => Array
                                                                                (
                                                                                    [0] => #__categories as parent ON parent.id = c.parent_id
                                                                                )

                                                                            [glue:protected] => ,
                                                                        )

                                                                    [3] => JDatabaseQueryElement Object
                                                                        (
                                                                            [name:protected] => LEFT JOIN
                                                                            [elements:protected] => Array
                                                                                (
                                                                                    [0] => #__content_rating AS v ON a.id = v.content_id
                                                                                )

                                                                            [glue:protected] => ,
                                                                        )

                                                                )

                                                            [set:protected] => 
                                                            [where:protected] => JDatabaseQueryElement Object
                                                                (
                                                                    [name:protected] => WHERE
                                                                    [elements:protected] => Array
                                                                        (
                                                                            [0] => a.id = 275
                                                                            [1] => c.published > 0
                                                                            [2] => a.language in ('en-GB','*')
                                                                            [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36')
                                                                            [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36')
                                                                            [5] => (a.state = 1 OR a.state =2)
                                                                        )

                                                                    [glue:protected] =>  AND 
                                                                )

                                                            [group:protected] => 
                                                            [having:protected] => 
                                                            [columns:protected] => 
                                                            [values:protected] => 
                                                            [order:protected] => 
                                                            [autoIncrementField:protected] => 
                                                            [call:protected] => 
                                                            [exec:protected] => 
                                                            [union:protected] => 
                                                            [unionAll:protected] => 
                                                            [selectRowNumber:protected] => 
                                                        )

                                                    [tablePrefix:protected] => nnhf3_
                                                    [utf:protected] => 1
                                                    [utf8mb4:protected] => 1
                                                    [errorNum:protected] => 0
                                                    [errorMsg:protected] => 
                                                    [transactionDepth:protected] => 0
                                                    [disconnectHandlers:protected] => Array
                                                        (
                                                        )

                                                )

                                            [name:protected] => article
                                            [option:protected] => com_content
                                            [state:protected] => Joomla\CMS\Object\CMSObject Object
                                                (
                                                    [_errors:protected] => Array
                                                        (
                                                        )

                                                    [task] => 
                                                    [parameters.menu] => Joomla\Registry\Registry Object
                                                        (
                                                            [data:protected] => stdClass Object
                                                                (
                                                                    [layout_type] => blog
                                                                    [show_category_heading_title_text] => 
                                                                    [show_category_title] => 
                                                                    [show_description] => 
                                                                    [show_description_image] => 
                                                                    [maxLevel] => 
                                                                    [show_empty_categories] => 
                                                                    [show_no_articles] => 
                                                                    [show_subcat_desc] => 
                                                                    [show_cat_num_articles] => 
                                                                    [show_cat_tags] => 
                                                                    [page_subheading] => 
                                                                    [num_leading_articles] => 
                                                                    [num_intro_articles] => 
                                                                    [num_columns] => 
                                                                    [num_links] => 
                                                                    [multi_column_order] => 
                                                                    [show_subcategory_content] => 
                                                                    [orderby_pri] => 
                                                                    [orderby_sec] => 
                                                                    [order_date] => 
                                                                    [show_pagination] => 
                                                                    [show_pagination_results] => 
                                                                    [show_featured] => 
                                                                    [show_title] => 
                                                                    [link_titles] => 
                                                                    [show_intro] => 
                                                                    [info_block_position] => 
                                                                    [info_block_show_title] => 
                                                                    [show_category] => 
                                                                    [link_category] => 
                                                                    [show_parent_category] => 
                                                                    [link_parent_category] => 
                                                                    [show_author] => 
                                                                    [link_author] => 
                                                                    [show_create_date] => 
                                                                    [show_modify_date] => 
                                                                    [show_publish_date] => 1
                                                                    [show_item_navigation] => 
                                                                    [show_vote] => 
                                                                    [show_readmore] => 
                                                                    [show_readmore_title] => 
                                                                    [show_icons] => 
                                                                    [show_print_icon] => 
                                                                    [show_email_icon] => 
                                                                    [show_hits] => 
                                                                    [show_tags] => 
                                                                    [show_noauth] => 
                                                                    [show_feed_link] => 
                                                                    [feed_summary] => 
                                                                    [menu-anchor_title] => 
                                                                    [menu-anchor_css] => 
                                                                    [menu_image] => 
                                                                    [menu_text] => 1
                                                                    [menu_show] => 1
                                                                    [page_title] => 
                                                                    [show_page_heading] => 
                                                                    [page_heading] => 
                                                                    [pageclass_sfx] => 
                                                                    [menu-meta_description] => 
                                                                    [menu-meta_keywords] => 
                                                                    [robots] => 
                                                                    [secure] => 0
                                                                    [gk_showtitle] => 1
                                                                    [gk_desc] => 
                                                                    [gk_cols] => 1
                                                                    [gk_group] => 0
                                                                    [gk_class] => 
                                                                    [gk_subcontent] => 0
                                                                    [gk_subcontent_pos_positions] => menu1
                                                                    [gk_rel] => 0
                                                                )

                                                            [initialized:protected] => 1
                                                            [separator] => .
                                                        )

                                                    [article.id] => 275
                                                    [list.offset] => 
                                                    [params] => Joomla\Registry\Registry Object
                                                        (
                                                            [data:protected] => stdClass Object
                                                                (
                                                                    [article_layout] => _:default
                                                                    [show_title] => 1
                                                                    [link_titles] => 0
                                                                    [show_intro] => 1
                                                                    [info_block_position] => 0
                                                                    [info_block_show_title] => 1
                                                                    [show_category] => 0
                                                                    [link_category] => 0
                                                                    [show_parent_category] => 0
                                                                    [link_parent_category] => 0
                                                                    [show_associations] => 0
                                                                    [flags] => 1
                                                                    [show_author] => 0
                                                                    [link_author] => 0
                                                                    [show_create_date] => 0
                                                                    [show_modify_date] => 0
                                                                    [show_publish_date] => 1
                                                                    [show_item_navigation] => 0
                                                                    [show_vote] => 0
                                                                    [show_readmore] => 1
                                                                    [show_readmore_title] => 0
                                                                    [readmore_limit] => 100
                                                                    [show_tags] => 0
                                                                    [show_icons] => 0
                                                                    [show_print_icon] => 0
                                                                    [show_email_icon] => 0
                                                                    [show_hits] => 0
                                                                    [show_noauth] => 0
                                                                    [urls_position] => 0
                                                                    [captcha] => 
                                                                    [show_publishing_options] => 1
                                                                    [show_article_options] => 1
                                                                    [save_history] => 1
                                                                    [history_limit] => 10
                                                                    [show_urls_images_frontend] => 0
                                                                    [show_urls_images_backend] => 1
                                                                    [targeta] => 0
                                                                    [targetb] => 0
                                                                    [targetc] => 0
                                                                    [float_intro] => left
                                                                    [float_fulltext] => left
                                                                    [category_layout] => _:blog
                                                                    [show_category_heading_title_text] => 1
                                                                    [show_category_title] => 1
                                                                    [show_description] => 0
                                                                    [show_description_image] => 0
                                                                    [maxLevel] => 1
                                                                    [show_empty_categories] => 0
                                                                    [show_no_articles] => 1
                                                                    [show_subcat_desc] => 1
                                                                    [show_cat_num_articles] => 0
                                                                    [show_cat_tags] => 0
                                                                    [show_base_description] => 1
                                                                    [maxLevelcat] => -1
                                                                    [show_empty_categories_cat] => 0
                                                                    [show_subcat_desc_cat] => 1
                                                                    [show_cat_num_articles_cat] => 1
                                                                    [num_leading_articles] => 0
                                                                    [num_intro_articles] => 10
                                                                    [num_columns] => 1
                                                                    [num_links] => 0
                                                                    [multi_column_order] => 0
                                                                    [show_subcategory_content] => 0
                                                                    [show_pagination_limit] => 1
                                                                    [filter_field] => hide
                                                                    [show_headings] => 1
                                                                    [list_show_date] => 0
                                                                    [date_format] => 
                                                                    [list_show_hits] => 1
                                                                    [list_show_author] => 1
                                                                    [list_show_votes] => 0
                                                                    [list_show_ratings] => 0
                                                                    [orderby_pri] => order
                                                                    [orderby_sec] => order
                                                                    [order_date] => published
                                                                    [show_pagination] => 2
                                                                    [show_pagination_results] => 1
                                                                    [show_featured] => show
                                                                    [show_feed_link] => 1
                                                                    [feed_summary] => 0
                                                                    [feed_show_readmore] => 0
                                                                    [custom_fields_enable] => 1
                                                                    [show_page_heading] => 0
                                                                    [layout_type] => blog
                                                                    [menu_text] => 1
                                                                    [menu_show] => 1
                                                                    [secure] => 0
                                                                    [gk_showtitle] => 1
                                                                    [gk_cols] => 1
                                                                    [gk_group] => 0
                                                                    [gk_subcontent] => 0
                                                                    [gk_subcontent_pos_positions] => menu1
                                                                    [gk_rel] => 0
                                                                    [page_title] => News
                                                                    [page_description] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo.
                                                                    [page_rights] => 
                                                                    [robots] => 
                                                                )

                                                            [initialized:protected] => 1
                                                            [separator] => .
                                                        )

                                                    [filter.published] => 1
                                                    [filter.archived] => 2
                                                    [filter.language] => 1
                                                )

                                            [event_clean_cache:protected] => onContentCleanCache
                                            [factory:protected] => Joomla\CMS\MVC\Factory\LegacyFactory Object
                                                (
                                                )

                                            [_errors:protected] => Array
                                                (
                                                )

                                        )

                                )

                            [_basePath:protected] => /home/brevettistendalto.it/public_html/components/com_content
                            [_defaultModel:protected] => article
                            [_layout:protected] => default
                            [_layoutExt:protected] => php
                            [_layoutTemplate:protected] => _
                            [_path:protected] => Array
                                (
                                    [template] => Array
                                        (
                                            [0] => /home/brevettistendalto.it/public_html/templates/gk_technews/html/com_content/article/
                                            [1] => /home/brevettistendalto.it/public_html/components/com_content/views/article/tmpl/
                                        )

                                    [helper] => Array
                                        (
                                            [0] => /home/brevettistendalto.it/public_html/components/com_content/helpers/
                                        )

                                )

                            [_template:protected] => 
                            [_output:protected] => 
                            [_escape:protected] => htmlspecialchars
                            [_charset:protected] => UTF-8
                            [_errors:protected] => Array
                                (
                                )

                            [baseurl] => 
                        )

                    [type] => ->
                    [args] => Array
                        (
                            [0] => Item
                        )

                )

            [5] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/src/MVC/Controller/BaseController.php
                    [line] => 664
                    [function] => display
                    [class] => ContentViewArticle
                    [object] => ContentViewArticle Object
                        (
                            [item:protected] => 
                            [params:protected] => 
                            [print:protected] => 
                            [state:protected] => 
                            [user:protected] => 
                            [document] => Joomla\CMS\Document\HtmlDocument Object
                                (
                                    [_links] => Array
                                        (
                                        )

                                    [_custom] => Array
                                        (
                                        )

                                    [template] => 
                                    [baseurl] => 
                                    [params] => 
                                    [_file] => 
                                    [_template:protected] => 
                                    [_template_tags:protected] => Array
                                        (
                                        )

                                    [_caching:protected] => 
                                    [_html5:Joomla\CMS\Document\HtmlDocument:private] => 
                                    [title] => News
                                    [description] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo.
                                    [link] => 
                                    [base] => https://www.brevettistendalto.it/en/news/275-welcome-to-industry-4-0
                                    [language] => it-it
                                    [direction] => ltr
                                    [_generator] => Joomla! - Open Source Content Management
                                    [_mdate] => 
                                    [_tab] => 	
                                    [_lineEnd] => 

                                    [_charset] => utf-8
                                    [_mime] => text/html
                                    [_namespace] => 
                                    [_profile] => 
                                    [_scripts] => Array
                                        (
                                            [/media/jui/js/jquery.min.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [detectDebug] => 
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                        )

                                                )

                                            [/media/jui/js/jquery-noconflict.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                            [detectDebug] => 1
                                                        )

                                                )

                                            [/media/jui/js/jquery-migrate.min.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [detectDebug] => 
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                        )

                                                )

                                            [/media/k2/assets/js/k2.frontend.js?v=2.10.3&b=20200429&sitepath=/] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [_script] => Array
                                        (
                                        )

                                    [scriptOptions:protected] => Array
                                        (
                                        )

                                    [_styleSheets] => Array
                                        (
                                            [https://cdn.jsdelivr.net/npm/simple-line-icons@2.4.1/css/simple-line-icons.css] => Array
                                                (
                                                    [type] => text/css
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [/templates/gk_technews/css/k2.css?v=2.10.3] => Array
                                                (
                                                    [type] => text/css
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [_style] => Array
                                        (
                                        )

                                    [_metaTags] => Array
                                        (
                                            [http-equiv] => Array
                                                (
                                                    [content-type] => text/html; charset=utf-8
                                                )

                                            [name] => Array
                                                (
                                                    [keywords] => cable chain, catena portacavi, Chaînes, catene portacavi, catena porta cave, power track, Chaînes porte câbles, catene plastica, catene porta cavi, catene plastica, kabelketten, energieführungsketten, schleppketten,  kabelkette, schleppkette, kabelschleppkette, schlauchkette, energieführungskette, schlauchketten, kabelschleppketten, kabelschlepper, drag chain, power chain, porte câbles
                                                    [rights] => 
                                                )

                                        )

                                    [_engine] => 
                                    [_type] => html
                                    [mediaVersion:protected] => 716db191ef3fb77021346a262d2b7998
                                )

                            [_name:protected] => article
                            [_models:protected] => Array
                                (
                                    [article] => ContentModelArticle Object
                                        (
                                            [_context:protected] => com_content.article
                                            [_item:protected] => Array
                                                (
                                                )

                                            [__state_set:protected] => 1
                                            [_db:protected] => JDatabaseDriverMysqli Object
                                                (
                                                    [name] => mysqli
                                                    [serverType] => mysql
                                                    [connection:protected] => mysqli Object
                                                        (
                                                            [affected_rows] => -1
                                                            [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $
                                                            [client_version] => 50012
                                                            [connect_errno] => 0
                                                            [connect_error] => 
                                                            [errno] => 0
                                                            [error] => 
                                                            [error_list] => Array
                                                                (
                                                                )

                                                            [field_count] => 40
                                                            [host_info] => Localhost via UNIX socket
                                                            [info] => 
                                                            [insert_id] => 0
                                                            [server_info] => 5.7.42-0ubuntu0.18.04.1
                                                            [server_version] => 50742
                                                            [stat] => Uptime: 20242746  Threads: 1  Questions: 98409203  Slow queries: 0  Opens: 1171814  Flush tables: 1  Open tables: 400  Queries per second avg: 4.861
                                                            [sqlstate] => 00000
                                                            [protocol_version] => 10
                                                            [thread_id] => 2004696
                                                            [warning_count] => 0
                                                        )

                                                    [nameQuote:protected] => `
                                                    [nullDate:protected] => 0000-00-00 00:00:00
                                                    [_database:JDatabaseDriver:private] => brevettistendalto_it
                                                    [count:protected] => 20
                                                    [cursor:protected] => 
                                                    [debug:protected] => 
                                                    [limit:protected] => 0
                                                    [log:protected] => Array
                                                        (
                                                        )

                                                    [timings:protected] => Array
                                                        (
                                                        )

                                                    [callStacks:protected] => Array
                                                        (
                                                        )

                                                    [offset:protected] => 0
                                                    [options:protected] => Array
                                                        (
                                                            [driver] => mysqli
                                                            [host] => localhost
                                                            [user] => brevettistendalt
                                                            [password] => z8s7P09ihY
                                                            [database] => brevettistendalto_it
                                                            [prefix] => nnhf3_
                                                            [select] => 1
                                                            [port] => 3306
                                                            [socket] => 
                                                        )

                                                    [sql:protected] => JDatabaseQueryMysqli Object
                                                        (
                                                            [offset:protected] => 0
                                                            [limit:protected] => 0
                                                            [db:protected] => JDatabaseDriverMysqli Object
 *RECURSION*
                                                            [sql:protected] => 
                                                            [type:protected] => select
                                                            [element:protected] => 
                                                            [select:protected] => JDatabaseQueryElement Object
                                                                (
                                                                    [name:protected] => SELECT
                                                                    [elements:protected] => Array
                                                                        (
                                                                            [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference
                                                                            [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access
                                                                            [2] => u.name AS author
                                                                            [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
                                                                            [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
                                                                        )

                                                                    [glue:protected] => ,
                                                                )

                                                            [delete:protected] => 
                                                            [update:protected] => 
                                                            [insert:protected] => 
                                                            [from:protected] => JDatabaseQueryElement Object
                                                                (
                                                                    [name:protected] => FROM
                                                                    [elements:protected] => Array
                                                                        (
                                                                            [0] => #__content AS a
                                                                        )

                                                                    [glue:protected] => ,
                                                                )

                                                            [join:protected] => Array
                                                                (
                                                                    [0] => JDatabaseQueryElement Object
                                                                        (
                                                                            [name:protected] => INNER JOIN
                                                                            [elements:protected] => Array
                                                                                (
                                                                                    [0] => #__categories AS c on c.id = a.catid
                                                                                )

                                                                            [glue:protected] => ,
                                                                        )

                                                                    [1] => JDatabaseQueryElement Object
                                                                        (
                                                                            [name:protected] => LEFT JOIN
                                                                            [elements:protected] => Array
                                                                                (
                                                                                    [0] => #__users AS u on u.id = a.created_by
                                                                                )

                                                                            [glue:protected] => ,
                                                                        )

                                                                    [2] => JDatabaseQueryElement Object
                                                                        (
                                                                            [name:protected] => LEFT JOIN
                                                                            [elements:protected] => Array
                                                                                (
                                                                                    [0] => #__categories as parent ON parent.id = c.parent_id
                                                                                )

                                                                            [glue:protected] => ,
                                                                        )

                                                                    [3] => JDatabaseQueryElement Object
                                                                        (
                                                                            [name:protected] => LEFT JOIN
                                                                            [elements:protected] => Array
                                                                                (
                                                                                    [0] => #__content_rating AS v ON a.id = v.content_id
                                                                                )

                                                                            [glue:protected] => ,
                                                                        )

                                                                )

                                                            [set:protected] => 
                                                            [where:protected] => JDatabaseQueryElement Object
                                                                (
                                                                    [name:protected] => WHERE
                                                                    [elements:protected] => Array
                                                                        (
                                                                            [0] => a.id = 275
                                                                            [1] => c.published > 0
                                                                            [2] => a.language in ('en-GB','*')
                                                                            [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36')
                                                                            [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36')
                                                                            [5] => (a.state = 1 OR a.state =2)
                                                                        )

                                                                    [glue:protected] =>  AND 
                                                                )

                                                            [group:protected] => 
                                                            [having:protected] => 
                                                            [columns:protected] => 
                                                            [values:protected] => 
                                                            [order:protected] => 
                                                            [autoIncrementField:protected] => 
                                                            [call:protected] => 
                                                            [exec:protected] => 
                                                            [union:protected] => 
                                                            [unionAll:protected] => 
                                                            [selectRowNumber:protected] => 
                                                        )

                                                    [tablePrefix:protected] => nnhf3_
                                                    [utf:protected] => 1
                                                    [utf8mb4:protected] => 1
                                                    [errorNum:protected] => 0
                                                    [errorMsg:protected] => 
                                                    [transactionDepth:protected] => 0
                                                    [disconnectHandlers:protected] => Array
                                                        (
                                                        )

                                                )

                                            [name:protected] => article
                                            [option:protected] => com_content
                                            [state:protected] => Joomla\CMS\Object\CMSObject Object
                                                (
                                                    [_errors:protected] => Array
                                                        (
                                                        )

                                                    [task] => 
                                                    [parameters.menu] => Joomla\Registry\Registry Object
                                                        (
                                                            [data:protected] => stdClass Object
                                                                (
                                                                    [layout_type] => blog
                                                                    [show_category_heading_title_text] => 
                                                                    [show_category_title] => 
                                                                    [show_description] => 
                                                                    [show_description_image] => 
                                                                    [maxLevel] => 
                                                                    [show_empty_categories] => 
                                                                    [show_no_articles] => 
                                                                    [show_subcat_desc] => 
                                                                    [show_cat_num_articles] => 
                                                                    [show_cat_tags] => 
                                                                    [page_subheading] => 
                                                                    [num_leading_articles] => 
                                                                    [num_intro_articles] => 
                                                                    [num_columns] => 
                                                                    [num_links] => 
                                                                    [multi_column_order] => 
                                                                    [show_subcategory_content] => 
                                                                    [orderby_pri] => 
                                                                    [orderby_sec] => 
                                                                    [order_date] => 
                                                                    [show_pagination] => 
                                                                    [show_pagination_results] => 
                                                                    [show_featured] => 
                                                                    [show_title] => 
                                                                    [link_titles] => 
                                                                    [show_intro] => 
                                                                    [info_block_position] => 
                                                                    [info_block_show_title] => 
                                                                    [show_category] => 
                                                                    [link_category] => 
                                                                    [show_parent_category] => 
                                                                    [link_parent_category] => 
                                                                    [show_author] => 
                                                                    [link_author] => 
                                                                    [show_create_date] => 
                                                                    [show_modify_date] => 
                                                                    [show_publish_date] => 1
                                                                    [show_item_navigation] => 
                                                                    [show_vote] => 
                                                                    [show_readmore] => 
                                                                    [show_readmore_title] => 
                                                                    [show_icons] => 
                                                                    [show_print_icon] => 
                                                                    [show_email_icon] => 
                                                                    [show_hits] => 
                                                                    [show_tags] => 
                                                                    [show_noauth] => 
                                                                    [show_feed_link] => 
                                                                    [feed_summary] => 
                                                                    [menu-anchor_title] => 
                                                                    [menu-anchor_css] => 
                                                                    [menu_image] => 
                                                                    [menu_text] => 1
                                                                    [menu_show] => 1
                                                                    [page_title] => 
                                                                    [show_page_heading] => 
                                                                    [page_heading] => 
                                                                    [pageclass_sfx] => 
                                                                    [menu-meta_description] => 
                                                                    [menu-meta_keywords] => 
                                                                    [robots] => 
                                                                    [secure] => 0
                                                                    [gk_showtitle] => 1
                                                                    [gk_desc] => 
                                                                    [gk_cols] => 1
                                                                    [gk_group] => 0
                                                                    [gk_class] => 
                                                                    [gk_subcontent] => 0
                                                                    [gk_subcontent_pos_positions] => menu1
                                                                    [gk_rel] => 0
                                                                )

                                                            [initialized:protected] => 1
                                                            [separator] => .
                                                        )

                                                    [article.id] => 275
                                                    [list.offset] => 
                                                    [params] => Joomla\Registry\Registry Object
                                                        (
                                                            [data:protected] => stdClass Object
                                                                (
                                                                    [article_layout] => _:default
                                                                    [show_title] => 1
                                                                    [link_titles] => 0
                                                                    [show_intro] => 1
                                                                    [info_block_position] => 0
                                                                    [info_block_show_title] => 1
                                                                    [show_category] => 0
                                                                    [link_category] => 0
                                                                    [show_parent_category] => 0
                                                                    [link_parent_category] => 0
                                                                    [show_associations] => 0
                                                                    [flags] => 1
                                                                    [show_author] => 0
                                                                    [link_author] => 0
                                                                    [show_create_date] => 0
                                                                    [show_modify_date] => 0
                                                                    [show_publish_date] => 1
                                                                    [show_item_navigation] => 0
                                                                    [show_vote] => 0
                                                                    [show_readmore] => 1
                                                                    [show_readmore_title] => 0
                                                                    [readmore_limit] => 100
                                                                    [show_tags] => 0
                                                                    [show_icons] => 0
                                                                    [show_print_icon] => 0
                                                                    [show_email_icon] => 0
                                                                    [show_hits] => 0
                                                                    [show_noauth] => 0
                                                                    [urls_position] => 0
                                                                    [captcha] => 
                                                                    [show_publishing_options] => 1
                                                                    [show_article_options] => 1
                                                                    [save_history] => 1
                                                                    [history_limit] => 10
                                                                    [show_urls_images_frontend] => 0
                                                                    [show_urls_images_backend] => 1
                                                                    [targeta] => 0
                                                                    [targetb] => 0
                                                                    [targetc] => 0
                                                                    [float_intro] => left
                                                                    [float_fulltext] => left
                                                                    [category_layout] => _:blog
                                                                    [show_category_heading_title_text] => 1
                                                                    [show_category_title] => 1
                                                                    [show_description] => 0
                                                                    [show_description_image] => 0
                                                                    [maxLevel] => 1
                                                                    [show_empty_categories] => 0
                                                                    [show_no_articles] => 1
                                                                    [show_subcat_desc] => 1
                                                                    [show_cat_num_articles] => 0
                                                                    [show_cat_tags] => 0
                                                                    [show_base_description] => 1
                                                                    [maxLevelcat] => -1
                                                                    [show_empty_categories_cat] => 0
                                                                    [show_subcat_desc_cat] => 1
                                                                    [show_cat_num_articles_cat] => 1
                                                                    [num_leading_articles] => 0
                                                                    [num_intro_articles] => 10
                                                                    [num_columns] => 1
                                                                    [num_links] => 0
                                                                    [multi_column_order] => 0
                                                                    [show_subcategory_content] => 0
                                                                    [show_pagination_limit] => 1
                                                                    [filter_field] => hide
                                                                    [show_headings] => 1
                                                                    [list_show_date] => 0
                                                                    [date_format] => 
                                                                    [list_show_hits] => 1
                                                                    [list_show_author] => 1
                                                                    [list_show_votes] => 0
                                                                    [list_show_ratings] => 0
                                                                    [orderby_pri] => order
                                                                    [orderby_sec] => order
                                                                    [order_date] => published
                                                                    [show_pagination] => 2
                                                                    [show_pagination_results] => 1
                                                                    [show_featured] => show
                                                                    [show_feed_link] => 1
                                                                    [feed_summary] => 0
                                                                    [feed_show_readmore] => 0
                                                                    [custom_fields_enable] => 1
                                                                    [show_page_heading] => 0
                                                                    [layout_type] => blog
                                                                    [menu_text] => 1
                                                                    [menu_show] => 1
                                                                    [secure] => 0
                                                                    [gk_showtitle] => 1
                                                                    [gk_cols] => 1
                                                                    [gk_group] => 0
                                                                    [gk_subcontent] => 0
                                                                    [gk_subcontent_pos_positions] => menu1
                                                                    [gk_rel] => 0
                                                                    [page_title] => News
                                                                    [page_description] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo.
                                                                    [page_rights] => 
                                                                    [robots] => 
                                                                )

                                                            [initialized:protected] => 1
                                                            [separator] => .
                                                        )

                                                    [filter.published] => 1
                                                    [filter.archived] => 2
                                                    [filter.language] => 1
                                                )

                                            [event_clean_cache:protected] => onContentCleanCache
                                            [factory:protected] => Joomla\CMS\MVC\Factory\LegacyFactory Object
                                                (
                                                )

                                            [_errors:protected] => Array
                                                (
                                                )

                                        )

                                )

                            [_basePath:protected] => /home/brevettistendalto.it/public_html/components/com_content
                            [_defaultModel:protected] => article
                            [_layout:protected] => default
                            [_layoutExt:protected] => php
                            [_layoutTemplate:protected] => _
                            [_path:protected] => Array
                                (
                                    [template] => Array
                                        (
                                            [0] => /home/brevettistendalto.it/public_html/templates/gk_technews/html/com_content/article/
                                            [1] => /home/brevettistendalto.it/public_html/components/com_content/views/article/tmpl/
                                        )

                                    [helper] => Array
                                        (
                                            [0] => /home/brevettistendalto.it/public_html/components/com_content/helpers/
                                        )

                                )

                            [_template:protected] => 
                            [_output:protected] => 
                            [_escape:protected] => htmlspecialchars
                            [_charset:protected] => UTF-8
                            [_errors:protected] => Array
                                (
                                )

                            [baseurl] => 
                        )

                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [6] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/components/com_content/controller.php
                    [line] => 118
                    [function] => display
                    [class] => Joomla\CMS\MVC\Controller\BaseController
                    [object] => ContentController Object
                        (
                            [basePath:protected] => /home/brevettistendalto.it/public_html/components/com_content
                            [default_view:protected] => content
                            [doTask:protected] => display
                            [message:protected] => 
                            [messageType:protected] => message
                            [methods:protected] => Array
                                (
                                    [0] => display
                                )

                            [name:protected] => content
                            [model_prefix:protected] => ContentModel
                            [paths:protected] => Array
                                (
                                    [view] => Array
                                        (
                                            [0] => /home/brevettistendalto.it/public_html/components/com_content/views/
                                        )

                                )

                            [redirect:protected] => 
                            [task:protected] => 
                            [taskMap:protected] => Array
                                (
                                    [display] => display
                                    [__default] => display
                                )

                            [input:protected] => Joomla\CMS\Input\Input Object
                                (
                                    [inputs:protected] => Array
                                        (
                                            [cookie] => Joomla\CMS\Input\Cookie Object
                                                (
                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\CMS\Filter\InputFilter Object
                                                        (
                                                            [stripUSC] => 0
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                            [01d56345053b6bd7b5f41e76c5192a22] => en-GB
                                                        )

                                                )

                                            [post] => Joomla\CMS\Input\Input Object
                                                (
                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\Filter\InputFilter Object
                                                        (
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                        )

                                                )

                                            [files] => Joomla\CMS\Input\Files Object
                                                (
                                                    [decodedData:protected] => Array
                                                        (
                                                        )

                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\CMS\Filter\InputFilter Object
                                                        (
                                                            [stripUSC] => 0
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [options:protected] => Array
                                        (
                                        )

                                    [filter:protected] => Joomla\Filter\InputFilter Object
                                        (
                                            [tagsArray] => Array
                                                (
                                                )

                                            [attrArray] => Array
                                                (
                                                )

                                            [tagsMethod] => 0
                                            [attrMethod] => 0
                                            [xssAuto] => 1
                                            [tagBlacklist] => Array
                                                (
                                                    [0] => applet
                                                    [1] => body
                                                    [2] => bgsound
                                                    [3] => base
                                                    [4] => basefont
                                                    [5] => canvas
                                                    [6] => embed
                                                    [7] => frame
                                                    [8] => frameset
                                                    [9] => head
                                                    [10] => html
                                                    [11] => id
                                                    [12] => iframe
                                                    [13] => ilayer
                                                    [14] => layer
                                                    [15] => link
                                                    [16] => meta
                                                    [17] => name
                                                    [18] => object
                                                    [19] => script
                                                    [20] => style
                                                    [21] => title
                                                    [22] => xml
                                                )

                                            [attrBlacklist] => Array
                                                (
                                                    [0] => action
                                                    [1] => background
                                                    [2] => codebase
                                                    [3] => dynsrc
                                                    [4] => formaction
                                                    [5] => lowsrc
                                                )

                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                (
                                                    [0] => &tab;
                                                    [1] => &space;
                                                    [2] => :
                                                    [3] => &column;
                                                )

                                        )

                                    [data:protected] => Array
                                        (
                                            [language] => en-GB
                                            [Itemid] => 978
                                            [option] => com_content
                                            [view] => article
                                            [catid] => 8
                                            [id] => 275
                                            [lang] => en-GB
                                        )

                                )

                            [factory:protected] => Joomla\CMS\MVC\Factory\LegacyFactory Object
                                (
                                )

                            [_errors:protected] => Array
                                (
                                )

                        )

                    [type] => ->
                    [args] => Array
                        (
                            [0] => 1
                            [1] => Array
                                (
                                    [catid] => INT
                                    [id] => INT
                                    [cid] => ARRAY
                                    [year] => INT
                                    [month] => INT
                                    [limit] => UINT
                                    [limitstart] => UINT
                                    [showall] => INT
                                    [return] => BASE64
                                    [filter] => STRING
                                    [filter_order] => CMD
                                    [filter_order_Dir] => CMD
                                    [filter-search] => STRING
                                    [print] => BOOLEAN
                                    [lang] => CMD
                                    [Itemid] => INT
                                )

                        )

                )

            [7] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/src/MVC/Controller/BaseController.php
                    [line] => 702
                    [function] => display
                    [class] => ContentController
                    [object] => ContentController Object
                        (
                            [basePath:protected] => /home/brevettistendalto.it/public_html/components/com_content
                            [default_view:protected] => content
                            [doTask:protected] => display
                            [message:protected] => 
                            [messageType:protected] => message
                            [methods:protected] => Array
                                (
                                    [0] => display
                                )

                            [name:protected] => content
                            [model_prefix:protected] => ContentModel
                            [paths:protected] => Array
                                (
                                    [view] => Array
                                        (
                                            [0] => /home/brevettistendalto.it/public_html/components/com_content/views/
                                        )

                                )

                            [redirect:protected] => 
                            [task:protected] => 
                            [taskMap:protected] => Array
                                (
                                    [display] => display
                                    [__default] => display
                                )

                            [input:protected] => Joomla\CMS\Input\Input Object
                                (
                                    [inputs:protected] => Array
                                        (
                                            [cookie] => Joomla\CMS\Input\Cookie Object
                                                (
                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\CMS\Filter\InputFilter Object
                                                        (
                                                            [stripUSC] => 0
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                            [01d56345053b6bd7b5f41e76c5192a22] => en-GB
                                                        )

                                                )

                                            [post] => Joomla\CMS\Input\Input Object
                                                (
                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\Filter\InputFilter Object
                                                        (
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                        )

                                                )

                                            [files] => Joomla\CMS\Input\Files Object
                                                (
                                                    [decodedData:protected] => Array
                                                        (
                                                        )

                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\CMS\Filter\InputFilter Object
                                                        (
                                                            [stripUSC] => 0
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [options:protected] => Array
                                        (
                                        )

                                    [filter:protected] => Joomla\Filter\InputFilter Object
                                        (
                                            [tagsArray] => Array
                                                (
                                                )

                                            [attrArray] => Array
                                                (
                                                )

                                            [tagsMethod] => 0
                                            [attrMethod] => 0
                                            [xssAuto] => 1
                                            [tagBlacklist] => Array
                                                (
                                                    [0] => applet
                                                    [1] => body
                                                    [2] => bgsound
                                                    [3] => base
                                                    [4] => basefont
                                                    [5] => canvas
                                                    [6] => embed
                                                    [7] => frame
                                                    [8] => frameset
                                                    [9] => head
                                                    [10] => html
                                                    [11] => id
                                                    [12] => iframe
                                                    [13] => ilayer
                                                    [14] => layer
                                                    [15] => link
                                                    [16] => meta
                                                    [17] => name
                                                    [18] => object
                                                    [19] => script
                                                    [20] => style
                                                    [21] => title
                                                    [22] => xml
                                                )

                                            [attrBlacklist] => Array
                                                (
                                                    [0] => action
                                                    [1] => background
                                                    [2] => codebase
                                                    [3] => dynsrc
                                                    [4] => formaction
                                                    [5] => lowsrc
                                                )

                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                (
                                                    [0] => &tab;
                                                    [1] => &space;
                                                    [2] => :
                                                    [3] => &column;
                                                )

                                        )

                                    [data:protected] => Array
                                        (
                                            [language] => en-GB
                                            [Itemid] => 978
                                            [option] => com_content
                                            [view] => article
                                            [catid] => 8
                                            [id] => 275
                                            [lang] => en-GB
                                        )

                                )

                            [factory:protected] => Joomla\CMS\MVC\Factory\LegacyFactory Object
                                (
                                )

                            [_errors:protected] => Array
                                (
                                )

                        )

                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [8] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/components/com_content/content.php
                    [line] => 43
                    [function] => execute
                    [class] => Joomla\CMS\MVC\Controller\BaseController
                    [object] => ContentController Object
                        (
                            [basePath:protected] => /home/brevettistendalto.it/public_html/components/com_content
                            [default_view:protected] => content
                            [doTask:protected] => display
                            [message:protected] => 
                            [messageType:protected] => message
                            [methods:protected] => Array
                                (
                                    [0] => display
                                )

                            [name:protected] => content
                            [model_prefix:protected] => ContentModel
                            [paths:protected] => Array
                                (
                                    [view] => Array
                                        (
                                            [0] => /home/brevettistendalto.it/public_html/components/com_content/views/
                                        )

                                )

                            [redirect:protected] => 
                            [task:protected] => 
                            [taskMap:protected] => Array
                                (
                                    [display] => display
                                    [__default] => display
                                )

                            [input:protected] => Joomla\CMS\Input\Input Object
                                (
                                    [inputs:protected] => Array
                                        (
                                            [cookie] => Joomla\CMS\Input\Cookie Object
                                                (
                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\CMS\Filter\InputFilter Object
                                                        (
                                                            [stripUSC] => 0
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                            [01d56345053b6bd7b5f41e76c5192a22] => en-GB
                                                        )

                                                )

                                            [post] => Joomla\CMS\Input\Input Object
                                                (
                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\Filter\InputFilter Object
                                                        (
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                        )

                                                )

                                            [files] => Joomla\CMS\Input\Files Object
                                                (
                                                    [decodedData:protected] => Array
                                                        (
                                                        )

                                                    [inputs:protected] => Array
                                                        (
                                                        )

                                                    [options:protected] => Array
                                                        (
                                                        )

                                                    [filter:protected] => Joomla\CMS\Filter\InputFilter Object
                                                        (
                                                            [stripUSC] => 0
                                                            [tagsArray] => Array
                                                                (
                                                                )

                                                            [attrArray] => Array
                                                                (
                                                                )

                                                            [tagsMethod] => 0
                                                            [attrMethod] => 0
                                                            [xssAuto] => 1
                                                            [tagBlacklist] => Array
                                                                (
                                                                    [0] => applet
                                                                    [1] => body
                                                                    [2] => bgsound
                                                                    [3] => base
                                                                    [4] => basefont
                                                                    [5] => canvas
                                                                    [6] => embed
                                                                    [7] => frame
                                                                    [8] => frameset
                                                                    [9] => head
                                                                    [10] => html
                                                                    [11] => id
                                                                    [12] => iframe
                                                                    [13] => ilayer
                                                                    [14] => layer
                                                                    [15] => link
                                                                    [16] => meta
                                                                    [17] => name
                                                                    [18] => object
                                                                    [19] => script
                                                                    [20] => style
                                                                    [21] => title
                                                                    [22] => xml
                                                                )

                                                            [attrBlacklist] => Array
                                                                (
                                                                    [0] => action
                                                                    [1] => background
                                                                    [2] => codebase
                                                                    [3] => dynsrc
                                                                    [4] => formaction
                                                                    [5] => lowsrc
                                                                )

                                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                                (
                                                                    [0] => &tab;
                                                                    [1] => &space;
                                                                    [2] => :
                                                                    [3] => &column;
                                                                )

                                                        )

                                                    [data:protected] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [options:protected] => Array
                                        (
                                        )

                                    [filter:protected] => Joomla\Filter\InputFilter Object
                                        (
                                            [tagsArray] => Array
                                                (
                                                )

                                            [attrArray] => Array
                                                (
                                                )

                                            [tagsMethod] => 0
                                            [attrMethod] => 0
                                            [xssAuto] => 1
                                            [tagBlacklist] => Array
                                                (
                                                    [0] => applet
                                                    [1] => body
                                                    [2] => bgsound
                                                    [3] => base
                                                    [4] => basefont
                                                    [5] => canvas
                                                    [6] => embed
                                                    [7] => frame
                                                    [8] => frameset
                                                    [9] => head
                                                    [10] => html
                                                    [11] => id
                                                    [12] => iframe
                                                    [13] => ilayer
                                                    [14] => layer
                                                    [15] => link
                                                    [16] => meta
                                                    [17] => name
                                                    [18] => object
                                                    [19] => script
                                                    [20] => style
                                                    [21] => title
                                                    [22] => xml
                                                )

                                            [attrBlacklist] => Array
                                                (
                                                    [0] => action
                                                    [1] => background
                                                    [2] => codebase
                                                    [3] => dynsrc
                                                    [4] => formaction
                                                    [5] => lowsrc
                                                )

                                            [blockedChars:Joomla\Filter\InputFilter:private] => Array
                                                (
                                                    [0] => &tab;
                                                    [1] => &space;
                                                    [2] => :
                                                    [3] => &column;
                                                )

                                        )

                                    [data:protected] => Array
                                        (
                                            [language] => en-GB
                                            [Itemid] => 978
                                            [option] => com_content
                                            [view] => article
                                            [catid] => 8
                                            [id] => 275
                                            [lang] => en-GB
                                        )

                                )

                            [factory:protected] => Joomla\CMS\MVC\Factory\LegacyFactory Object
                                (
                                )

                            [_errors:protected] => Array
                                (
                                )

                        )

                    [type] => ->
                    [args] => Array
                        (
                            [0] => 
                        )

                )

            [9] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/src/Component/ComponentHelper.php
                    [line] => 402
                    [args] => Array
                        (
                            [0] => /home/brevettistendalto.it/public_html/components/com_content/content.php
                        )

                    [function] => require_once
                )

            [10] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/src/Component/ComponentHelper.php
                    [line] => 377
                    [function] => executeComponent
                    [class] => Joomla\CMS\Component\ComponentHelper
                    [type] => ::
                    [args] => Array
                        (
                            [0] => /home/brevettistendalto.it/public_html/components/com_content/content.php
                        )

                )

            [11] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/src/Application/SiteApplication.php
                    [line] => 194
                    [function] => renderComponent
                    [class] => Joomla\CMS\Component\ComponentHelper
                    [type] => ::
                    [args] => Array
                        (
                            [0] => com_content
                        )

                )

            [12] => Array
                (
                    [file] => /home/brevettistendalto.it/public_html/libraries/src/Application/SiteApplication.php
                    [line] => 233
                    [function] => dispatch
                    [class] => Joomla\CMS\Application\SiteApplication
                    [object] => Joomla\CMS\Application\SiteApplication Object
                        (
                            [_language_filter:protected] => 1
                            [_detect_browser:protected] => 
                            [docOptions:protected] => Array
                                (
                                )

                            [scope] => com_content
                            [_clientId:protected] => 0
                            [_messageQueue:protected] => Array
                                (
                                )

                            [_name:protected] => site
                            [profiler:protected] => 
                            [template:protected] => stdClass Object
                                (
                                    [id] => 9
                                    [home] => 1
                                    [template] => gk_technews
                                    [params] => Joomla\Registry\Registry Object
                                        (
                                            [data:protected] => stdClass Object
                                                (
                                                    [template_style] => main.less
                                                    [custom_override] => -1
                                                    [template_width] => 1600
                                                    [tablet_width] => 840
                                                    [tablet_small_width] => 840
                                                    [mobile_width] => 640
                                                    [sidebar_position] => right
                                                    [sidebar_width] => 30
                                                    [sidebar_width_for_pages] => 
                                                    [rwd] => 1
                                                    [font_name_group1] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto
                                                    [font_rules_group1] => body,
.childcontent,
.box.advertisement .header
                                                    [font_name_group2] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto
                                                    [font_rules_group2] => h1,h2,h3,h4,h5,h6,
#gkHeaderNav,
.btn,
button,
.button,
select,
textarea,
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
.itemTags,
k2TagCloudBlock,
.gkTab,
th,
.nspMain,
.gkNspPM,
.pagination li
                                                    [font_name_group3] => standard;Arial, Helvetica, sans-serif
                                                    [font_rules_group3] => 
                                                    [font_name_group4] => standard;Arial, Helvetica, sans-serif
                                                    [font_rules_group4] => 
                                                    [logo_type] => image
                                                    [logo_image] => images/logo.png
                                                    [logo_text] => Brevetti Stendalto
                                                    [logo_slogan] => Dynamic Cable Protection
                                                    [print_logo] => 
                                                    [print_behaviour] => nothing
                                                    [favicon_image] => images/favicon.ico
                                                    [touch_image] => 
                                                    [copyrights] => 
                                                    [webmaster_contact_type] => none
                                                    [webmaster_contact] => webmaster@gavick.com
                                                    [google_analytics] => 
                                                    [google_analytics_type] => old
                                                    [suffix_override] => 101=frontpage
125=frontpage
152=frontpage
115=frontpage
324=frontpage
325=frontpage
326=frontpage

                                                    [newsletter_display] => after_time
                                                    [newsletter_scroll] => 1000
                                                    [newsletter_time] => 10
                                                    [show_menu] => 1
                                                    [menu_type] => classic
                                                    [menu_name] => menu-principale
                                                    [startlevel] => 0
                                                    [endlevel] => -1
                                                    [moduleid_override] => 
                                                    [menu_opacity] => 1
                                                    [menu_height] => 1
                                                    [menu_width] => 0
                                                    [menu_fixed] => 0
                                                    [menu_col_width] => 290
                                                    [menu_duration] => 500
                                                    [social_api_type] => 0
                                                    [popup_fb] => 1
                                                    [popup_twitter] => 1
                                                    [popup_gplus] => 1
                                                    [popup_pinterest] => 1
                                                    [popup_linkedin] => 0
                                                    [popup_vk] => 0
                                                    [fb_api_id] => 
                                                    [fb_lang] => en_US
                                                    [fb_login] => 0
                                                    [fb_like] => 0
                                                    [fb_like_send] => 0
                                                    [fb_like_layout] => standard
                                                    [fb_like_show_faces] => true
                                                    [fb_like_width] => 500
                                                    [fb_like_action] => like
                                                    [fb_like_font] => arial
                                                    [fb_like_colorscheme] => light
                                                    [google_plus] => 1
                                                    [google_plus_count] => 1
                                                    [google_plus_size] => medium
                                                    [google_plus_lang] => en-GB
                                                    [google_plus_share] => 1
                                                    [google_plus_share_annotation] => vertical-bubble
                                                    [google_plus_share_size] => 20
                                                    [tweet_btn] => 0
                                                    [tweet_btn_data_count] => vertical
                                                    [tweet_btn_data_via] => 
                                                    [tweet_btn_data_lang] => en
                                                    [pinterest_btn] => 0
                                                    [pinterest_btn_style] => horizontal
                                                    [excluded_arts] => 
                                                    [cookie_consent] => 0
                                                    [consenttype] => explicit
                                                    [cookie_use_ssl] => 0
                                                    [banner_position] => bottom
                                                    [banner_tag_placement] => bottom-right
                                                    [refreshOnConsent] => 0
                                                    [error_page_menu_item_id] => 99999
                                                    [recompile_css] => 0
                                                    [use_gk_cache] => 0
                                                    [css_cache] => 0
                                                    [css_compression] => 0
                                                    [css_override] => 1
                                                    [css_prefixer] => 0
                                                    [js_compression] => 0
                                                    [jscss_excluded] => 
                                                    [css_custom] => #gkUser span { color: #000; width: 170px; height: 45px; overflow: hidden }

#gkUser #gkUserMenu2 {
  margin: 0 -20px;
  padding: 0 0 0px 0;
}
#gkUser #gkUserMenu2 ul {
  padding: 0;
}
#gkUser #gkUserMenu2 li {
  height: 44px;
  margin: 0;
  padding: 0;
}
#gkUser #gkUserMenu2 li a {
  color: #151515;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 14px 22px;
}
#gkUser #gkUserMenu2 li a:active,
#gkUser #gkUserMenu2 li a:focus,
#gkUser #gkUserMenu2 li a:hover {
  background: #eee;
  color: #424242;
}
#gkUser #gkUserMenu2 li a .micon {
  float: right;
  font-size: 2rem;
}

#gkUser #gkUserMenu { padding: 0px; }

#gkUser #gkUserMenu2 .menu,
#gkUser #gkUserMenu .menu{ margin: 0px; }

#gkUser #gkUserMenu2 { 
border-top: 1px solid #DEDEDE;
}

#gk-login-submenu {
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}

#gkFooter {padding:0 80px 25px 80px!important;}

#gkFooterNav {padding:30px 0 30px 0;}

.footer .header {font-size:16px !important;}

#gkFooter .footer a {padding:5px 0px;}

article.nopaddingtop { padding-top: 40px;}

article.nopaddingtop .moduletable h3 { 
display:none;
}

article.nopaddingtop .moduletable { 
    width: 300px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: absolute;
    background-color: #FFF;
    top: 90px;
    left: 530px;
}

#disegni_3d a, #scheda_tecnica a { color: #555;}
#disegni_3d a:hover #scheda_tecnica a:hover { color: #42a5f5;}

.single-page .header-wrap > img {display:none;}

div.jwts_toggleControlContainer a.jwts_toggleControl {background:#d3d3d3 !important; color:#ffea5e !important; font-size:20px; font-weight:500;}

#fancybox-content {border:none !important;}
#fancybox-outer {background:none;}
.spu_content {margin-left:20px; margin-right:20px; border:none; box-shadow:none; background:#ffef96; padding:30px 25px 10px 25px;}
#fancybox-bg-w, #fancybox-bg-nw, #fancybox-bg-sw, #fancybox-bg-s, #fancybox-bg-se, #fancybox-bg-e, #fancybox-bg-ne, #fancybox-bg-n {background:none;}
                                                    [mootools_core] => 1
                                                    [mootools_more] => 1
                                                    [jquery_noconflict] => 1
                                                    [bootstrap_js] => 1
                                                    [modal_js] => 1
                                                    [mootools_core_logged_in] => 1
                                                    [mootools_more_logged_in] => 1
                                                    [jquery_noconflict_logged_in] => 1
                                                    [bootstrap_js_logged_in] => 1
                                                    [modal_js_logged_in] => 1
                                                    [page_preloader] => 0
                                                    [page_preloader_img] => default.gif
                                                    [js_scrollreveal] => 1
                                                    [js_photoswipe] => 1
                                                    [js_progressbar] => 1
                                                )

                                            [initialized:protected] => 1
                                            [separator] => .
                                        )

                                )

                            [charSet] => utf-8
                            [mimeType] => text/html
                            [modifiedDate] => 
                            [client] => Joomla\Application\Web\WebClient Object
                                (
                                    [platform:protected] => 
                                    [mobile:protected] => 
                                    [engine:protected] => 
                                    [browser:protected] => 
                                    [browserVersion:protected] => 
                                    [languages:protected] => Array
                                        (
                                        )

                                    [encodings:protected] => Array
                                        (
                                        )

                                    [userAgent:protected] => claudebot
                                    [acceptEncoding:protected] => 
                                    [acceptLanguage:protected] => 
                                    [robot:protected] => 
                                    [detection:protected] => Array
                                        (
                                            [browser] => 1
                                        )

                                    [headers:protected] => 
                                )

                            [document:protected] => Joomla\CMS\Document\HtmlDocument Object
                                (
                                    [_links] => Array
                                        (
                                        )

                                    [_custom] => Array
                                        (
                                        )

                                    [template] => 
                                    [baseurl] => 
                                    [params] => 
                                    [_file] => 
                                    [_template:protected] => 
                                    [_template_tags:protected] => Array
                                        (
                                        )

                                    [_caching:protected] => 
                                    [_html5:Joomla\CMS\Document\HtmlDocument:private] => 
                                    [title] => News
                                    [description] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo.
                                    [link] => 
                                    [base] => https://www.brevettistendalto.it/en/news/275-welcome-to-industry-4-0
                                    [language] => it-it
                                    [direction] => ltr
                                    [_generator] => Joomla! - Open Source Content Management
                                    [_mdate] => 
                                    [_tab] => 	
                                    [_lineEnd] => 

                                    [_charset] => utf-8
                                    [_mime] => text/html
                                    [_namespace] => 
                                    [_profile] => 
                                    [_scripts] => Array
                                        (
                                            [/media/jui/js/jquery.min.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [detectDebug] => 
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                        )

                                                )

                                            [/media/jui/js/jquery-noconflict.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                            [detectDebug] => 1
                                                        )

                                                )

                                            [/media/jui/js/jquery-migrate.min.js] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                            [version] => auto
                                                            [relative] => 1
                                                            [detectDebug] => 
                                                            [framework] => 
                                                            [pathOnly] => 
                                                            [detectBrowser] => 1
                                                        )

                                                )

                                            [/media/k2/assets/js/k2.frontend.js?v=2.10.3&b=20200429&sitepath=/] => Array
                                                (
                                                    [type] => text/javascript
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [_script] => Array
                                        (
                                        )

                                    [scriptOptions:protected] => Array
                                        (
                                        )

                                    [_styleSheets] => Array
                                        (
                                            [https://cdn.jsdelivr.net/npm/simple-line-icons@2.4.1/css/simple-line-icons.css] => Array
                                                (
                                                    [type] => text/css
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [/templates/gk_technews/css/k2.css?v=2.10.3] => Array
                                                (
                                                    [type] => text/css
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                        )

                                    [_style] => Array
                                        (
                                        )

                                    [_metaTags] => Array
                                        (
                                            [http-equiv] => Array
                                                (
                                                    [content-type] => text/html; charset=utf-8
                                                )

                                            [name] => Array
                                                (
                                                    [keywords] => cable chain, catena portacavi, Chaînes, catene portacavi, catena porta cave, power track, Chaînes porte câbles, catene plastica, catene porta cavi, catene plastica, kabelketten, energieführungsketten, schleppketten,  kabelkette, schleppkette, kabelschleppkette, schlauchkette, energieführungskette, schlauchketten, kabelschleppketten, kabelschlepper, drag chain, power chain, porte câbles
                                                    [rights] => 
                                                )

                                        )

                                    [_engine] => 
                                    [_type] => html
                                    [mediaVersion:protected] => 716db191ef3fb77021346a262d2b7998
                                )

                            [language:protected] => Joomla\CMS\Language\Language Object
                                (
                                    [debug:protected] => 
                                    [default:protected] => en-GB
                                    [orphans:protected] => Array
                                        (
                                        )

                                    [metadata:protected] => Array
                                        (
                                            [name] => English (United Kingdom)
                                            [nativeName] => English (United Kingdom)
                                            [tag] => en-GB
                                            [rtl] => 0
                                            [locale] => en_GB.utf8, en_GB.UTF-8, en_GB, eng_GB, en, english, english-uk, uk, gbr, britain, england, great britain, uk, united kingdom, united-kingdom
                                            [firstDay] => 0
                                            [weekEnd] => 0,6
                                            [calendar] => gregorian
                                        )

                                    [locale:protected] => 
                                    [lang:protected] => en-GB
                                    [paths:protected] => Array
                                        (
                                            [joomla] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.ini] => 1
                                                )

                                            [lib_joomla] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.lib_joomla.ini] => 1
                                                )

                                            [plg_system_rsfpjoomlacaptcha] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_rsfpjoomlacaptcha.ini] => 1
                                                )

                                            [plg_system_logrotation] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_logrotation.ini] => 1
                                                )

                                            [plg_system_ossystem] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_ossystem.ini] => 
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/plg_system_ossystem.ini] => 
                                                    [/home/brevettistendalto.it/public_html/plugins/system/ossystem/language/en-GB/en-GB.plg_system_ossystem.ini] => 1
                                                )

                                            [plg_system_rsfpregistration] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_rsfpregistration.ini] => 1
                                                )

                                            [plg_system_updatenotification] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_updatenotification.ini] => 1
                                                )

                                            [plg_system_fields] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_fields.ini] => 1
                                                )

                                            [plg_system_logout] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_logout.ini] => 1
                                                )

                                            [com_rsform] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_rsform.ini] => 1
                                                )

                                            [com_k2] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_k2.ini] => 1
                                                )

                                            [com_k2.dates] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.com_k2.dates.ini] => 1
                                                )

                                            [tpl_gk_technews] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.tpl_gk_technews.ini] => 1
                                                )

                                            [com_content] => Array
                                                (
                                                    [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_content.ini] => 1
                                                )

                                        )

                                    [errorfiles:protected] => Array
                                        (
                                        )

                                    [strings:protected] => Array
                                        (
                                            [JERROR_PARSING_LANGUAGE_FILE] =>  : error(s) in line(s) %s
                                            [ERROR] => Error
                                            [INFO] => Info
                                            [MESSAGE] => Message
                                            [NOTICE] => Notice
                                            [WARNING] => Warning
                                            [J1] => 1
                                            [J2] => 2
                                            [J3] => 3
                                            [J4] => 4
                                            [J5] => 5
                                            [J6] => 6
                                            [J7] => 7
                                            [J8] => 8
                                            [J9] => 9
                                            [J10] => 10
                                            [J15] => 15
                                            [J20] => 20
                                            [J25] => 25
                                            [J30] => 30
                                            [J50] => 50
                                            [J100] => 100
                                            [J200] => 200
                                            [J500] => 500
                                            [JACTION_ADMIN] => Configure
                                            [JACTION_ADMIN_GLOBAL] => Super User
                                            [JACTION_COMPONENT_SETTINGS] => Component Settings
                                            [JACTION_CREATE] => Create
                                            [JACTION_DELETE] => Delete
                                            [JACTION_EDIT] => Edit
                                            [JACTION_EDITOWN] => Edit Own
                                            [JACTION_EDITSTATE] => Edit State
                                            [JACTION_LOGIN_ADMIN] => Administrator Login
                                            [JACTION_LOGIN_SITE] => Site Login
                                            [JACTION_MANAGE] => Access Administration Interface
                                            [JADMINISTRATOR] => Administrator
                                            [JALL] => All
                                            [JALL_LANGUAGE] => All
                                            [JAPPLY] => Save
                                            [JARCHIVED] => Archived
                                            [JASSOCIATIONS] => Also available:
                                            [JASSOCIATIONS_ASC] => Associations ascending
                                            [JASSOCIATIONS_DESC] => Associations descending
                                            [JAUTHOR] => Author
                                            [JAUTHOR_ASC] => Author ascending
                                            [JAUTHOR_DESC] => Author descending
                                            [JCANCEL] => Cancel
                                            [JCATEGORY] => Category
                                            [JCATEGORY_ASC] => Category ascending
                                            [JCATEGORY_DESC] => Category descending
                                            [JCLEAR] => Clear
                                            [JDATE] => Date
                                            [JDATE_ASC] => Date ascending
                                            [JDATE_DESC] => Date descending
                                            [JDAY] => Day
                                            [JDEFAULT] => Default
                                            [JDETAILS] => Details
                                            [JDISABLED] => Disabled
                                            [JEDITOR] => Editor
                                            [JENABLED] => Enabled
                                            [JEXPIRED] => Expired
                                            [JFALSE] => False
                                            [JFEATURED] => Featured
                                            [JFEATURED_ASC] => Featured ascending
                                            [JFEATURED_DESC] => Featured descending
                                            [JHIDE] => Hide
                                            [JINVALID_TOKEN] => The most recent request was denied because it had an invalid security token. Please refresh the page and try again.
                                            [JINVALID_TOKEN_NOTICE] => The security token did not match. The request was aborted to prevent any security breach. Please try again.
                                            [JLOGIN] => Log in
                                            [JLOGOUT] => Log out
                                            [JMONTH] => Month
                                            [JNEW] => New
                                            [JNEXT] => Next
                                            [JNEXT_TITLE] => Next article: %s
                                            [JNO] => No
                                            [JNONE] => None
                                            [JNOTPUBLISHEDYET] => Not published yet
                                            [JNOTICE] => Notice
                                            [JOFF] => Off
                                            [JOFFLINE_MESSAGE] => This site is down for maintenance.
Please check back again soon. [JON] => On [JOPTIONS] => Options [JPAGETITLE] => %1$s - %2$s [JPREV] => Prev [JPREVIOUS] => Previous [JPREVIOUS_TITLE] => Previous article: %s [JPUBLISHED] => Published [JREGISTER] => Register [JREQUIRED] => Required [JSAVE] => Save [JSELECT] => Select [JSHOW] => Show [JSITE] => Site [JSTATUS] => Status [JSTATUS_ASC] => Status ascending [JSTATUS_DESC] => Status descending [JSUBMIT] => Submit [JTAG] => Tags [JTAG_DESC] => Assign tags to content items. You may select a tag from the pre-defined list or enter a new tag by typing the name in the field and pressing enter. [JTAG_FIELD_SELECT_DESC] => Select the tag to use. [JTOOLBAR] => Toolbar [JTOOLBAR_VERSIONS] => Versions [JTRASH] => Trash [JTRASHED] => Trashed [JTRUE] => True [JUNPUBLISHED] => Unpublished [JUSER_TOOLS] => User tools [JYEAR] => Year [JYES] => Yes [JBROWSERTARGET_MODAL] => Modal [JBROWSERTARGET_NEW] => Open in new window [JBROWSERTARGET_PARENT] => Open in parent window [JBROWSERTARGET_POPUP] => Open in popup [JERROR_ALERTNOAUTHOR] => You are not authorised to view this resource. [JERROR_ALERTNOTEMPLATE] => The template for this display is not available. Please contact a Site administrator. [JERROR_AN_ERROR_HAS_OCCURRED] => An error has occurred. [JERROR_COULD_NOT_FIND_TEMPLATE] => Could not find template "%s". [JERROR_ERROR] => Error [JERROR_LAYOUT_AN_OUT_OF_DATE_BOOKMARK_FAVOURITE] => an out-of-date bookmark/favourite [JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST] => An error has occurred while processing your request. [JERROR_LAYOUT_GO_TO_THE_HOME_PAGE] => Go to the Home Page [JERROR_LAYOUT_HOME_PAGE] => Home Page [JERROR_LAYOUT_MIS_TYPED_ADDRESS] => a mistyped address [JERROR_LAYOUT_NOT_ABLE_TO_VISIT] => You may not be able to visit this page because of: [JERROR_LAYOUT_PAGE_NOT_FOUND] => The requested page can't be found. [JERROR_LAYOUT_PLEASE_CONTACT_THE_SYSTEM_ADMINISTRATOR] => If difficulties persist, please contact the System Administrator of this site and report the error below. [JERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOLLOWING_PAGES] => Please try one of the following pages: [JERROR_LAYOUT_PREVIOUS_ERROR] => Previous Error [JERROR_LAYOUT_REQUESTED_RESOURCE_WAS_NOT_FOUND] => The requested resource was not found. [JERROR_LAYOUT_SEARCH] => You may wish to search the site or visit the home page. [JERROR_LAYOUT_SEARCH_ENGINE_OUT_OF_DATE_LISTING] => a search engine that has an out-of-date listing for this site [JERROR_LAYOUT_SEARCH_PAGE] => Search this site [JERROR_LAYOUT_YOU_HAVE_NO_ACCESS_TO_THIS_PAGE] => you have no access to this page [JERROR_LOADING_MENUS] => Error loading Menus: %s [JERROR_LOGIN_DENIED] => You can't access the private section of this site. [JERROR_NOLOGIN_BLOCKED] => Login denied! Your account has either been blocked or you have not activated it yet. [JERROR_PAGE_NOT_FOUND] => Page not found [JERROR_SENDING_EMAIL] => Email could not be sent. [JERROR_SESSION_STARTUP] => Error starting the session. [JERROR_TABLE_BIND_FAILED] => hmm %s ... [JERROR_USERS_PROFILE_NOT_FOUND] => User profile not found [JFIELD_ACCESS_DESC] => Access level for this content. [JFIELD_ACCESS_LABEL] => Access [JFIELD_ALIAS_DESC] => The Alias will be used in the SEF URL. Leave this blank and Joomla! will fill in a default value from the title. This value will depend on the SEO settings (Global Configuration->Site).
Using Unicode will produce UTF-8 aliases. You may also enter manually any UTF-8 character. Spaces and some forbidden characters will be changed to hyphens.
When using default transliteration it will produce an alias in lower case and with dashes instead of spaces. You may enter the Alias manually. Use lowercase letters and hyphens (-). No spaces or underscores are allowed. Default value will be a date and time if the title is typed in non-latin letters . [JFIELD_ALIAS_LABEL] => Alias [JFIELD_ALIAS_PLACEHOLDER] => Auto-generate from title [JFIELD_ALT_PAGE_TITLE_LABEL] => Alternative Page Title [JFIELD_CATEGORY_DESC] => Category [JFIELD_FIELDS_CATEGORY_DESC] => Select the category that this field is assigned to. [JFIELD_LANGUAGE_DESC] => Assign a language to this article. [JFIELD_LANGUAGE_LABEL] => Language [JFIELD_META_DESCRIPTION_DESC] => Metadata description. [JFIELD_META_DESCRIPTION_LABEL] => Meta Description [JFIELD_META_KEYWORDS_DESC] => Keywords describing the content. [JFIELD_META_KEYWORDS_LABEL] => Keywords [JFIELD_META_RIGHTS_DESC] => Describe what rights others have to use this content. [JFIELD_META_RIGHTS_LABEL] => Content Rights [JFIELD_ORDERING_DESC] => Ordering of the article within the category. [JFIELD_ORDERING_LABEL] => Ordering [JFIELD_PUBLISHED_DESC] => Set publication status. [JFIELD_TITLE_DESC] => Title for the article. [JGLOBAL_ADD_CUSTOM_CATEGORY] => Add new Category [JGLOBAL_ARTICLES] => Articles [JGLOBAL_FIELDS] => Fields [JGLOBAL_AUTH_ACCESS_DENIED] => Access Denied [JGLOBAL_AUTH_ACCESS_GRANTED] => Access Granted [JGLOBAL_AUTH_BIND_FAILED] => Failed binding to LDAP server [JGLOBAL_AUTH_CANCEL] => Authentication cancelled [JGLOBAL_AUTH_CURL_NOT_INSTALLED] => Curl isn't installed. [JGLOBAL_AUTH_EMPTY_PASS_NOT_ALLOWED] => Empty password not allowed. [JGLOBAL_AUTH_FAIL] => Authentication failed [JGLOBAL_AUTH_FAILED] => Failed to authenticate: %s [JGLOBAL_AUTH_INCORRECT] => Incorrect username/password [JGLOBAL_AUTH_INVALID_PASS] => Username and password do not match or you do not have an account yet. [JGLOBAL_AUTH_INVALID_SECRETKEY] => The two factor authentication Secret Key is invalid. [JGLOBAL_AUTH_NO_BIND] => Unable to bind to LDAP [JGLOBAL_AUTH_NO_CONNECT] => Unable to connect to LDAP server [JGLOBAL_AUTH_NO_REDIRECT] => Could not redirect to server: %s [JGLOBAL_AUTH_NO_USER] => Username and password do not match or you do not have an account yet. [JGLOBAL_AUTH_NOT_CONNECT] => Unable to connect to authentication service. [JGLOBAL_AUTH_NOT_CREATE_DIR] => Could not create the FileStore folder %s. Please check the effective permissions. [JGLOBAL_AUTH_PASS_BLANK] => LDAP can't have blank password [JGLOBAL_AUTH_UNKNOWN_ACCESS_DENIED] => Result Unknown. Access Denied [JGLOBAL_AUTH_USER_BLACKLISTED] => User is blacklisted. [JGLOBAL_AUTH_USER_NOT_FOUND] => Unable to find user [JGLOBAL_AUTO] => Auto [JGLOBAL_CATEGORY_NOT_FOUND] => Category not found [JGLOBAL_CENTER] => Center [JGLOBAL_CHECK_ALL] => Check All Items [JGLOBAL_CLICK_TO_SORT_THIS_COLUMN] => Select to sort by this column [JGLOBAL_COLLAPSE_CATEGORIES] => Show less categories [JGLOBAL_CREATED_DATE_ON] => Created on %s [JGLOBAL_CUSTOM_CATEGORY] => New Categories [JGLOBAL_DESCRIPTION] => Description [JGLOBAL_DISPLAY_NUM] => Display # [JGLOBAL_EDIT] => Edit [JGLOBAL_EDIT_TITLE] => Edit article [JGLOBAL_EMAIL] => Email [JGLOBAL_EMAIL_DOMAIN_NOT_ALLOWED] => The email domain %s is not allowed. Please enter another email address. [JGLOBAL_EMAIL_TITLE] => Email this link to a friend [JGLOBAL_EXPAND_CATEGORIES] => Show more categories [JGLOBAL_FIELD_ADD] => Add [JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_DESC] => Categories that are within this category will be displayed. [JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_LABEL] => Select a Top Level Category [JGLOBAL_FIELD_CATEGORIES_DESC_DESC] => If you enter some text in this field, it will replace the Top Level Category Description, if it has one. [JGLOBAL_FIELD_CATEGORIES_DESC_LABEL] => Alternative Description [JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC] => Uses another name than the author's for display. [JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL] => Author's Alias [JGLOBAL_FIELD_CREATED_BY_DESC] => The user who created this. [JGLOBAL_FIELD_CREATED_BY_LABEL] => Created By [JGLOBAL_FIELD_CREATED_DESC] => Created Date. [JGLOBAL_FIELD_CREATED_LABEL] => Created Date [JGLOBAL_FIELD_FEATURED_DESC] => Assign the article to the featured blog layout. [JGLOBAL_FIELD_FEATURED_LABEL] => Featured [JGLOBAL_FIELD_FIELD_CACHETIME_DESC] => The number of minutes before the cache is refreshed. [JGLOBAL_FIELD_FIELD_ORDERING_DESC] => Order items will be displayed in. [JGLOBAL_FIELD_FIELD_ORDERING_LABEL] => Order [JGLOBAL_FIELD_GROUPS] => Field Groups [JGLOBAL_FIELD_ID_DESC] => Record number in the database. [JGLOBAL_FIELD_ID_LABEL] => ID [JGLOBAL_FIELD_LAYOUT_DESC] => Default layout to use for items. [JGLOBAL_FIELD_LAYOUT_LABEL] => Choose a Layout [JGLOBAL_FIELD_MODIFIED_LABEL] => Modified Date [JGLOBAL_FIELD_MODIFIED_BY_DESC] => The user who did the last modification. [JGLOBAL_FIELD_MODIFIED_BY_LABEL] => Modified By [JGLOBAL_FIELD_MOVE] => Move [JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_DESC] => Number of categories to display for each level. [JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_LABEL] => Number of Categories [JGLOBAL_FIELD_PUBLISH_DOWN_DESC] => An optional date to stop publishing. [JGLOBAL_FIELD_PUBLISH_DOWN_LABEL] => Finish Publishing [JGLOBAL_FIELD_PUBLISH_UP_DESC] => An optional date to start publishing. [JGLOBAL_FIELD_PUBLISH_UP_LABEL] => Start Publishing [JGLOBAL_FIELD_REMOVE] => Remove [JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_DESC] => Show description of the top level category or alternatively replace with the text from the description field found in the menu item. If using Root as a top level category, the description field has to be filled. [JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_LABEL] => Top Level Category Description [JGLOBAL_FIELD_VERSION_NOTE_DESC] => Enter an optional note for this version of the item. [JGLOBAL_FIELD_VERSION_NOTE_LABEL] => Version Note [JGLOBAL_FILTER_BUTTON] => Filter [JGLOBAL_FILTER_LABEL] => Filter [JGLOBAL_FULL_TEXT] => Full Text [JGLOBAL_GT] => > [JGLOBAL_HELPREFRESH_BUTTON] => Refresh [JGLOBAL_HITS] => Hits [JGLOBAL_HITS_ASC] => Hits ascending [JGLOBAL_HITS_COUNT] => Hits: %s [JGLOBAL_HITS_DESC] => Hits descending [JGLOBAL_ICON_SEP] => | [JGLOBAL_INHERIT] => Inherit [JGLOBAL_INTRO_TEXT] => Intro Text [JGLOBAL_KEEP_TYPING] => Keep typing ... [JGLOBAL_LEFT] => Left [JGLOBAL_LIST_ALIAS] => (Alias: %s) [JGLOBAL_LIST_ALIAS_NOTE] => (Alias: %s, Note: %s) [JGLOBAL_LOOKING_FOR] => Looking for [JGLOBAL_LT] => < [JGLOBAL_MAXIMUM_UPLOAD_SIZE_LIMIT] => Maximum upload size: %s [JGLOBAL_NEWITEMSLAST_DESC] => New items default to the last position. Ordering can be changed after this item has been saved. [JGLOBAL_NO_MATCHING_RESULTS] => No Matching Results [JGLOBAL_NUM] => # [JGLOBAL_OTPMETHOD_NONE] => Disable Two Factor Authentication [JGLOBAL_PASSWORD] => Password [JGLOBAL_PASSWORD_RESET_REQUIRED] => You are required to reset your password before proceeding. [JGLOBAL_PREVIEW_POSITION] => Position: %s [JGLOBAL_PREVIEW_STYLE] => Style: %s [JGLOBAL_PRINT] => Print [JGLOBAL_PRINT_TITLE] => Print article < %s > [JGLOBAL_RECORD_NUMBER] => Record ID: %d [JGLOBAL_REMEMBER_ME] => Remember me [JGLOBAL_REMEMBER_MUST_LOGIN] => For security reasons you must login before editing your personal information. [JGLOBAL_RESOURCE_NOT_FOUND] => Resource not found [JGLOBAL_RIGHT] => Right [JGLOBAL_ROOT] => Root [JGLOBAL_SECRETKEY] => Secret Key [JGLOBAL_SECRETKEY_HELP] => If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank. [JGLOBAL_SELECT_AN_OPTION] => Select an option [JGLOBAL_SELECT_NO_RESULTS_MATCH] => No results match [JGLOBAL_SELECT_SOME_OPTIONS] => Select some options [JGLOBAL_SORT_BY] => Sort Table By: [JGLOBAL_START_PUBLISH_AFTER_FINISH] => Item start publishing date must be before finish publishing date [JGLOBAL_SUBCATEGORIES] => Subcategories [JGLOBAL_SUBHEADING_DESC] => Optional text to show as a subheading. [JGLOBAL_TITLE] => Title [JGLOBAL_TITLE_ASC] => Title ascending [JGLOBAL_TITLE_DESC] => Title descending [JGLOBAL_TYPE_OR_SELECT_CATEGORY] => Type or Select a Category [JGLOBAL_TYPE_OR_SELECT_SOME_OPTIONS] => Type or select some options [JGLOBAL_TYPE_OR_SELECT_SOME_TAGS] => Type or select some tags [JGLOBAL_USE_GLOBAL] => Use Global [JGLOBAL_USE_GLOBAL_VALUE] => Use Global (%s) [JGLOBAL_USERNAME] => Username [JGLOBAL_VALIDATION_FORM_FAILED] => Invalid form [JGLOBAL_YOU_MUST_LOGIN_FIRST] => Please login first [JGRID_HEADING_ACCESS] => Access [JGRID_HEADING_ACCESS_ASC] => Access ascending [JGRID_HEADING_ACCESS_DESC] => Access descending [JGRID_HEADING_ID] => ID [JGRID_HEADING_ID_ASC] => ID ascending [JGRID_HEADING_ID_DESC] => ID descending [JGRID_HEADING_LANGUAGE] => Language [JGRID_HEADING_LANGUAGE_ASC] => Language ascending [JGRID_HEADING_LANGUAGE_DESC] => Language descending [JGRID_HEADING_ORDERING_ASC] => Ordering ascending [JGRID_HEADING_ORDERING_DESC] => Ordering descending [JLIB_DATABASE_ERROR_ADAPTER_MYSQL] => The MySQL adapter 'mysql' is not available. [JLIB_DATABASE_ERROR_ADAPTER_MYSQLI] => The MySQL adapter 'mysqli' is not available. [JLIB_DATABASE_ERROR_CONNECT_DATABASE] => Unable to connect to the Database: %s [JLIB_DATABASE_ERROR_CONNECT_MYSQL] => Could not connect to MySQL. [JLIB_DATABASE_ERROR_DATABASE_CONNECT] => Could not connect to database. [JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER] => Unable to load Database Driver: %s [JLIB_ERROR_INFINITE_LOOP] => Infinite loop detected in JError. [JOPTION_DO_NOT_USE] => - None Selected - [JOPTION_SELECT_ACCESS] => - Select Access - [JOPTION_SELECT_AUTHOR] => - Select Author - [JOPTION_SELECT_CATEGORY] => - Select Category - [JOPTION_SELECT_LANGUAGE] => - Select Language - [JOPTION_SELECT_PUBLISHED] => - Select Status - [JOPTION_SELECT_MAX_LEVELS] => - Select Max Levels - [JOPTION_SELECT_MONTH] => - Select Month - [JOPTION_SELECT_TAG] => - Select Tag - [JOPTION_USE_DEFAULT] => - Use Default - [JSEARCH_FILTER_CLEAR] => Clear [JSEARCH_FILTER_LABEL] => Filter [JSEARCH_FILTER_SUBMIT] => Search [JSEARCH_FILTER] => Search [DATE_FORMAT_LC] => l, d F Y [DATE_FORMAT_LC1] => l, d F Y [DATE_FORMAT_LC2] => l, d F Y H:i [DATE_FORMAT_LC3] => d F Y [DATE_FORMAT_LC4] => Y-m-d [DATE_FORMAT_LC5] => Y-m-d H:i [DATE_FORMAT_LC6] => Y-m-d H:i:s [DATE_FORMAT_JS1] => y-m-d [DATE_FORMAT_CALENDAR_DATE] => %Y-%m-%d [DATE_FORMAT_CALENDAR_DATETIME] => %Y-%m-%d %H:%M:%S [DATE_FORMAT_FILTER_DATE] => Y-m-d [DATE_FORMAT_FILTER_DATETIME] => Y-m-d H:i:s [JANUARY_SHORT] => Jan [JANUARY] => January [FEBRUARY_SHORT] => Feb [FEBRUARY] => February [MARCH_SHORT] => Mar [MARCH] => March [APRIL_SHORT] => Apr [APRIL] => April [MAY_SHORT] => May [MAY] => May [JUNE_SHORT] => Jun [JUNE] => June [JULY_SHORT] => Jul [JULY] => July [AUGUST_SHORT] => Aug [AUGUST] => August [SEPTEMBER_SHORT] => Sep [SEPTEMBER] => September [OCTOBER_SHORT] => Oct [OCTOBER] => October [NOVEMBER_SHORT] => Nov [NOVEMBER] => November [DECEMBER_SHORT] => Dec [DECEMBER] => December [SAT] => Sat [SATURDAY] => Saturday [SUN] => Sun [SUNDAY] => Sunday [MON] => Mon [MONDAY] => Monday [TUE] => Tue [TUESDAY] => Tuesday [WED] => Wed [WEDNESDAY] => Wednesday [THU] => Thu [THURSDAY] => Thursday [FRI] => Fri [FRIDAY] => Friday [DECIMALS_SEPARATOR] => . [THOUSANDS_SEPARATOR] => , [PHPMAILER_PROVIDE_ADDRESS] => You must provide at least one recipient email address. [PHPMAILER_MAILER_IS_NOT_SUPPORTED] => Mailer is not supported. [PHPMAILER_EXECUTE] => Could not execute: [PHPMAILER_EXTENSION_MISSING] => Extension missing: [PHPMAILER_INSTANTIATE] => Could not start mail function. [PHPMAILER_AUTHENTICATE] => SMTP Error! Could not authenticate. [PHPMAILER_FROM_FAILED] => The following from address failed: [PHPMAILER_RECIPIENTS_FAILED] => SMTP Error! The following recipients failed: [PHPMAILER_DATA_NOT_ACCEPTED] => SMTP Error! Data not accepted. [PHPMAILER_CONNECT_HOST] => SMTP Error! Could not connect to SMTP host. [PHPMAILER_FILE_ACCESS] => Could not access file: [PHPMAILER_FILE_OPEN] => File Error: Could not open file: [PHPMAILER_ENCODING] => Unknown encoding: [PHPMAILER_SIGNING_ERROR] => Signing error: [PHPMAILER_SMTP_ERROR] => SMTP server error: [PHPMAILER_EMPTY_MESSAGE] => Empty message body [PHPMAILER_INVALID_ADDRESS] => Invalid address [PHPMAILER_VARIABLE_SET] => Can't set or reset variable: [PHPMAILER_SMTP_CONNECT_FAILED] => SMTP connect failed [PHPMAILER_TLS] => Could not start TLS [MYSQL] => MySQL [MYSQLI] => MySQLi [ORACLE] => Oracle [PGSQL] => PostgreSQL (PDO) [PDOMYSQL] => MySQL (PDO) [POSTGRESQL] => PostgreSQL [SQLAZURE] => Microsoft SQL Azure [SQLITE] => SQLite [SQLSRV] => Microsoft SQL Server [JSEARCH_TOOLS] => Search Tools [JSEARCH_TOOLS_DESC] => Filter the list items. [JSEARCH_TOOLS_ORDERING] => Order by: [COM_STENDALTO_WISHLIST_INVIA_TESTO] => Stai inviando la wishlist %s [COM_STENDALTO_PROFILO] => My account [MOD_LOGIN_VALUE_USERNAME] => Email [COM_USERS_LOGIN_USERNAME_LABEL] => Email [COM_USERS_FIELD_RESET_CONFIRM_USERNAME_LABEL] => Email [TPL_GK_LANG_REGISTER_POPUP] => CREATE ACCOUNT [COM_STENDALTO_REGISTRAZIONE] => Registration [JLIB_APPLICATION_ERROR_ACCESS_FORBIDDEN] => Access forbidden. [JLIB_APPLICATION_ERROR_APPLICATION_GET_NAME] => JApplication: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_APPLICATION_LOAD] => Unable to load application: %s [JLIB_APPLICATION_ERROR_BATCH_CANNOT_CREATE] => You are not allowed to create new items in this category. [JLIB_APPLICATION_ERROR_BATCH_CANNOT_EDIT] => You are not allowed to edit one or more of these items. [JLIB_APPLICATION_ERROR_BATCH_FAILED] => Batch process failed with following error: %s [JLIB_APPLICATION_ERROR_BATCH_MOVE_CATEGORY_NOT_FOUND] => Can't find the destination category for this move. [JLIB_APPLICATION_ERROR_BATCH_MOVE_ROW_NOT_FOUND] => Can't find the item being moved. [JLIB_APPLICATION_ERROR_CHECKIN_FAILED] => Check-in failed with the following error: %s [JLIB_APPLICATION_ERROR_CHECKIN_NOT_CHECKED] => Item is not checked out. [JLIB_APPLICATION_ERROR_CHECKIN_USER_MISMATCH] => The user checking in does not match the user who checked out the item. [JLIB_APPLICATION_ERROR_CHECKOUT_FAILED] => Check-out failed with the following error: %s [JLIB_APPLICATION_ERROR_CHECKOUT_USER_MISMATCH] => The user checking out does not match the user who checked out the item. [JLIB_APPLICATION_ERROR_COMPONENT_NOT_FOUND] => Component not found. [JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING] => Error loading component: %1$s, %2$s [JLIB_APPLICATION_ERROR_CONTROLLER_GET_NAME] => JController: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_CREATE_RECORD_NOT_PERMITTED] => Create record not permitted. [JLIB_APPLICATION_ERROR_DELETE_NOT_PERMITTED] => Delete not permitted. [JLIB_APPLICATION_ERROR_EDITSTATE_NOT_PERMITTED] => Edit state is not permitted. [JLIB_APPLICATION_ERROR_EDIT_ITEM_NOT_PERMITTED] => Edit is not permitted. [JLIB_APPLICATION_ERROR_EDIT_NOT_PERMITTED] => Edit not permitted. [JLIB_APPLICATION_ERROR_HISTORY_ID_MISMATCH] => Error restoring item version from history. [JLIB_APPLICATION_ERROR_INSUFFICIENT_BATCH_INFORMATION] => Insufficient information to perform the batch operation. [JLIB_APPLICATION_ERROR_INVALID_CONTROLLER_CLASS] => Invalid controller class: %s [JLIB_APPLICATION_ERROR_INVALID_CONTROLLER] => Invalid controller: name='%s', format='%s' [JLIB_APPLICATION_ERROR_LAYOUTFILE_NOT_FOUND] => Layout %s not found. [JLIB_APPLICATION_ERROR_LIBRARY_NOT_FOUND] => Library not found. [JLIB_APPLICATION_ERROR_LIBRARY_NOT_LOADING] => Error loading library: %1$s, %2$s [JLIB_APPLICATION_ERROR_MENU_LOAD] => Error loading menu: %s [JLIB_APPLICATION_ERROR_MODEL_GET_NAME] => JModel: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_MODULE_LOAD] => Error loading module %s [JLIB_APPLICATION_ERROR_PATHWAY_LOAD] => Unable to load pathway: %s [JLIB_APPLICATION_ERROR_REORDER_FAILED] => Reorder failed. Error: %s [JLIB_APPLICATION_ERROR_ROUTER_LOAD] => Unable to load router: %s [JLIB_APPLICATION_ERROR_MODELCLASS_NOT_FOUND] => Model class %s not found in file. [JLIB_APPLICATION_ERROR_SAVE_FAILED] => Save failed with the following error: %s [JLIB_APPLICATION_ERROR_SAVE_NOT_PERMITTED] => Save not permitted. [JLIB_APPLICATION_ERROR_TABLE_NAME_NOT_SUPPORTED] => Table %s not supported. File not found. [JLIB_APPLICATION_ERROR_TASK_NOT_FOUND] => Task [%s] not found. [JLIB_APPLICATION_ERROR_UNHELD_ID] => You are not permitted to use that link to directly access that page (#%d). [JLIB_APPLICATION_ERROR_VIEW_CLASS_NOT_FOUND] => View class not found [class, file]: %1$s, %2$s [JLIB_APPLICATION_ERROR_VIEW_GET_NAME_SUBSTRING] => JView: :getName() : Your classname has the substring 'view'. This causes problems when extracting the classname from the name of your objects view. Avoid Object names with the substring 'view'. [JLIB_APPLICATION_ERROR_VIEW_GET_NAME] => JView: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_VIEW_NOT_FOUND] => View not found [name, type, prefix]: %1$s, %2$s, %3$s [JLIB_APPLICATION_SAVE_SUCCESS] => Item saved. [JLIB_APPLICATION_SUBMIT_SAVE_SUCCESS] => Item submitted. [JLIB_APPLICATION_SUCCESS_BATCH] => Batch process completed. [JLIB_APPLICATION_SUCCESS_ITEM_REORDERED] => Ordering saved. [JLIB_APPLICATION_SUCCESS_ORDERING_SAVED] => Ordering saved. [JLIB_APPLICATION_SUCCESS_LOAD_HISTORY] => Prior version restored. Saved on %s %s. [JLIB_LOGIN_AUTHENTICATE] => Username and password do not match or you do not have an account yet. [JLIB_CACHE_ERROR_CACHE_HANDLER_LOAD] => Unable to load Cache Handler: %s [JLIB_CACHE_ERROR_CACHE_STORAGE_LOAD] => Unable to load Cache Storage: %s [JLIB_CAPTCHA_ERROR_PLUGIN_NOT_FOUND] => Captcha plugin not set or not found. Please contact a site administrator. [JLIB_CLIENT_ERROR_JFTP_NO_CONNECT] => JFTP: :connect: Could not connect to host ' %1$s ' on port ' %2$s ' [JLIB_CLIENT_ERROR_JFTP_NO_CONNECT_SOCKET] => JFTP: :connect: Could not connect to host ' %1$s ' on port ' %2$s '. Socket error number: %3$s and error message: %4$s [JLIB_CLIENT_ERROR_JFTP_BAD_RESPONSE] => JFTP: :connect: Bad response. Server response: %s [Expected: 220] [JLIB_CLIENT_ERROR_JFTP_BAD_USERNAME] => JFTP: :login: Bad Username. Server response: %1$s [Expected: 331]. Username sent: %2$s [JLIB_CLIENT_ERROR_JFTP_BAD_PASSWORD] => JFTP: :login: Bad Password. Server response: %1$s [Expected: 230]. Password sent: %2$s [JLIB_CLIENT_ERROR_JFTP_PWD_BAD_RESPONSE_NATIVE] => FTP: :pwd: Bad response. [JLIB_CLIENT_ERROR_JFTP_PWD_BAD_RESPONSE] => JFTP: :pwd: Bad response. Server response: %s [Expected: 257] [JLIB_CLIENT_ERROR_JFTP_SYST_BAD_RESPONSE_NATIVE] => JFTP: :syst: Bad response. [JLIB_CLIENT_ERROR_JFTP_SYST_BAD_RESPONSE] => JFTP: :syst: Bad response. Server response: %s [Expected: 215] [JLIB_CLIENT_ERROR_JFTP_CHDIR_BAD_RESPONSE_NATIVE] => JFTP: :chdir: Bad response. [JLIB_CLIENT_ERROR_JFTP_CHDIR_BAD_RESPONSE] => JFTP: :chdir: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_REINIT_BAD_RESPONSE_NATIVE] => JFTP: :reinit: Bad response. [JLIB_CLIENT_ERROR_JFTP_REINIT_BAD_RESPONSE] => JFTP: :reinit: Bad response. Server response: %s [Expected: 220] [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_NATIVE] => JFTP: :rename: Bad response. [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_FROM] => JFTP: :rename: Bad response. Server response: %1$s [Expected: 350]. From path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_TO] => JFTP: :rename: Bad response. Server response: %1$s [Expected: 250]. To path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CHMOD_BAD_RESPONSE_NATIVE] => JFTP: :chmod: Bad response. [JLIB_CLIENT_ERROR_JFTP_CHMOD_BAD_RESPONSE] => JFTP: :chmod: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s. Mode sent: %3$s [JLIB_CLIENT_ERROR_JFTP_DELETE_BAD_RESPONSE_NATIVE] => JFTP: :delete: Bad response. [JLIB_CLIENT_ERROR_JFTP_DELETE_BAD_RESPONSE] => JFTP: :delete: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_MKDIR_BAD_RESPONSE_NATIVE] => JFTP: :mkdir: Bad response. [JLIB_CLIENT_ERROR_JFTP_MKDIR_BAD_RESPONSE] => JFTP: :mkdir: Bad response. Server response: %1$s [Expected: 257]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_RESTART_BAD_RESPONSE_NATIVE] => JFTP: :restart: Bad response. [JLIB_CLIENT_ERROR_JFTP_RESTART_BAD_RESPONSE] => JFTP: :restart: Bad response. Server response: %1$s [Expected: 350]. Restart point sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_BUFFER] => JFTP: :create: Bad response. [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_PASSIVE] => JFTP: :create: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE] => JFTP: :create: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_TRANSFER] => JFTP: :create: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_BUFFER] => JFTP: :read: Bad response. [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_PASSIVE] => JFTP: :read: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE] => JFTP: :read: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_TRANSFER] => JFTP: :read: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE] => JFTP: :get: Bad response. [JLIB_CLIENT_ERROR_JFTP_GET_PASSIVE] => JFTP: :get: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_GET_WRITING_LOCAL] => JFTP: :get: Unable to open local file for writing. Local path: %s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE_RETR] => JFTP: :get: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE_TRANSFER] => JFTP: :get: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_STORE_PASSIVE] => JFTP: :store: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE] => JFTP: :store: Bad response. [JLIB_CLIENT_ERROR_JFTP_STORE_READING_LOCAL] => JFTP: :store: Unable to open local file for reading. Local path: %s [JLIB_CLIENT_ERROR_JFTP_STORE_FIND_LOCAL] => JFTP: :store: Unable to find local file. Local path: %s [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE_STOR] => JFTP: :store: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_STORE_DATA_PORT] => JFTP: :store: Unable to write to data port socket. [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE_TRANSFER] => JFTP: :store: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_WRITE_PASSIVE] => JFTP: :write: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE] => JFTP: :write: Bad response. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE_STOR] => JFTP: :write: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_WRITE_DATA_PORT] => JFTP: :write: Unable to write to data port socket. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE_TRANSFER] => JFTP: :write: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_APPEND_PASSIVE] => JFTP: :append: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE] => JFTP: :append: Bad response [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE_APPE] => JFTP: :append: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_APPEND_DATA_PORT] => JFTP: :append: Unable to write to data port socket [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE_TRANSFER] => JFTP: :append: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_SIZE_BAD_RESPONSE] => JFTP: :size: Bad response [JLIB_CLIENT_ERROR_JFTP_SIZE_PASSIVE] => JFTP: :size: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_PASSIVE] => JFTP: :listNames: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE] => JFTP: :listNames: Bad response [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE_NLST] => JFTP: :listNames: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE_TRANSFER] => JFTP: :listNames: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE] => JFTP: :listDetails: Bad response. [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_PASSIVE] => JFTP: :listDetails: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE_LIST] => JFTP: :listDetails: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE_TRANSFER] => JFTP: :listDetails: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_UNRECOGNISED] => JFTP: :listDetails: Unrecognised folder listing format. [JLIB_CLIENT_ERROR_JFTP_PUTCMD_UNCONNECTED] => JFTP: :_putCmd: Not connected to the control port. [JLIB_CLIENT_ERROR_JFTP_PUTCMD_SEND] => JFTP: :_putCmd: Unable to send command: %s [JLIB_CLIENT_ERROR_JFTP_VERIFYRESPONSE] => JFTP: :_verifyResponse: Timeout or unrecognised response while waiting for a response from the server. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_CONNECT_PORT] => JFTP: :_passive: Not connected to the control port. [JLIB_CLIENT_ERROR_JFTP_PASSIVE_RESPONSE] => JFTP: :_passive: Timeout or unrecognised response while waiting for a response from the server. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_IP_OBTAIN] => JFTP: :_passive: Unable to obtain IP and port for data transfer. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_IP_VALID] => JFTP: :_passive: IP and port for data transfer not valid. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_CONNECT] => JFTP: :_passive: Could not connect to host %1$s on port %2$s. Socket error number: %3$s and error message: %4$s [JLIB_CLIENT_ERROR_JFTP_MODE_BINARY] => JFTP: :_mode: Bad response. Server response: %s [Expected: 200]. Mode sent: Binary. [JLIB_CLIENT_ERROR_JFTP_MODE_ASCII] => JFTP: :_mode: Bad response. Server response: %s [Expected: 200]. Mode sent: Ascii. [JLIB_CLIENT_ERROR_HELPER_SETCREDENTIALSFROMREQUEST_FAILED] => Looks like User's credentials are no good. [JLIB_CLIENT_ERROR_LDAP_ADDRESS_NOT_AVAILABLE] => Address not available. [JLIB_CMS_WARNING_PROVIDE_VALID_NAME] => Please provide a valid, non-blank title. [JLIB_DATABASE_ERROR_BIND_FAILED_INVALID_SOURCE_ARGUMENT] => %s: :bind failed. Invalid source argument. [JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIAS] => Another article from this category has the same alias (remember it may be a trashed item). [JLIB_DATABASE_ERROR_CATEGORY_UNIQUE_ALIAS] => Another category with the same parent category has the same alias (remember it may be a trashed item). [JLIB_DATABASE_ERROR_CHECK_FAILED] => %s: :check Failed - %s [JLIB_DATABASE_ERROR_CHECKIN_FAILED] => %s: :check-in failed - %s [JLIB_DATABASE_ERROR_CHECKOUT_FAILED] => %s: :check-out failed - %s [JLIB_DATABASE_ERROR_CHILD_ROWS_CHECKED_OUT] => Child rows checked out. [JLIB_DATABASE_ERROR_CLASS_DOES_NOT_SUPPORT_ORDERING] => %s does not support ordering. [JLIB_DATABASE_ERROR_CLASS_IS_MISSING_FIELD] => Missing field in the database: %s   %s. [JLIB_DATABASE_ERROR_CLASS_NOT_FOUND_IN_FILE] => Table class %s not found in file. [JLIB_DATABASE_ERROR_DATABASE_UPGRADE_FAILED] => MySQL Database Upgrade failed. Please check the Database Fixer. [JLIB_DATABASE_ERROR_DELETE_CATEGORY] => Left-Right data inconsistency. Can't delete category. [JLIB_DATABASE_ERROR_DELETE_FAILED] => %s: :delete failed - %s [JLIB_DATABASE_ERROR_DELETE_ROOT_CATEGORIES] => Root categories can't be deleted. [JLIB_DATABASE_ERROR_EMAIL_INUSE] => The email address you entered is already in use. Please enter another email address. [JLIB_DATABASE_ERROR_EMPTY_ROW_RETURNED] => The database row is empty. [JLIB_DATABASE_ERROR_FUNCTION_FAILED] => DB function failed with error number %s
%s [JLIB_DATABASE_ERROR_GET_NEXT_ORDER_FAILED] => %s: :getNextOrder failed - %s [JLIB_DATABASE_ERROR_GET_TREE_FAILED] => %s: :getTree Failed - %s [JLIB_DATABASE_ERROR_GETNODE_FAILED] => %s: :_getNode Failed - %s [JLIB_DATABASE_ERROR_GETROOTID_FAILED] => %s: :getRootId Failed - %s [JLIB_DATABASE_ERROR_HIT_FAILED] => %s: :hit failed - %s [JLIB_DATABASE_ERROR_INVALID_LOCATION] => %s: :setLocation - Invalid location. [JLIB_DATABASE_ERROR_INVALID_NODE_RECURSION] => %s: :move Failed - Can't move the node to be a child of itself. [JLIB_DATABASE_ERROR_INVALID_PARENT_ID] => Invalid parent ID. [JLIB_DATABASE_ERROR_LANGUAGE_NO_TITLE] => The language should have a title. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_IMAGE] => A content language already exists with this Image. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_LANG_CODE] => A content language already exists with this Language Tag. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_SEF] => A content language already exists with this URL Language Code. [JLIB_DATABASE_ERROR_MENUTYPE] => Some menu items or some menu modules related to this menutype are checked out by another user or the default menu item is in this menu. [JLIB_DATABASE_ERROR_MENUTYPE_CHECKOUT] => The user checking out does not match the user who checked out this menu and/or its linked menu module. [JLIB_DATABASE_ERROR_MENUTYPE_EMPTY] => Menu type empty. [JLIB_DATABASE_ERROR_MENUTYPE_EXISTS] => Menu type exists: %s [JLIB_DATABASE_ERROR_MENU_CANNOT_UNSET_DEFAULT] => The Language parameter for this menu item must be set to 'All'. At least one Default menu item must have Language set to All, even if the site is multilingual. [JLIB_DATABASE_ERROR_MENU_CANNOT_UNSET_DEFAULT_DEFAULT] => At least one menu item has to be set as Default. [JLIB_DATABASE_ERROR_MENU_UNPUBLISH_DEFAULT_HOME] => Can't unpublish default home. [JLIB_DATABASE_ERROR_MENU_DEFAULT_CHECKIN_USER_MISMATCH] => The current home menu for this language is checked out. [JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS] => The alias %1$s is already being used by %2$s menu item in the %3$s menu (remember it may be a trashed item). [JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS_ROOT] => Another menu item has the same alias in Root (remember it may be a trashed item). Root is the top level parent. [JLIB_DATABASE_ERROR_MENU_HOME_NOT_COMPONENT] => The home menu item must be a component. [JLIB_DATABASE_ERROR_MENU_HOME_NOT_UNIQUE_IN_MENU] => A menu should have only one Default home. [JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_COMPONENT] => A first level menu item alias can't be 'component'. [JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_FOLDER] => A first level menu item alias can't be '%s' because '%s' is a sub-folder of your joomla installation folder. [JLIB_DATABASE_ERROR_MOVE_FAILED] => %s: :move failed - %s [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_CATEGORY] => Category must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_EXTENSION] => Extension must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_MENUITEM] => Menu Item must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_MODULE] => Module must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_UPDATESITE] => Update site must have a title. [JLIB_DATABASE_ERROR_NEGATIVE_NOT_PERMITTED] => %s can't be negative. [JLIB_DATABASE_ERROR_NO_ROWS_SELECTED] => No rows selected. [JLIB_DATABASE_ERROR_NOT_SUPPORTED_FILE_NOT_FOUND] => Table %s not supported. File not found. [JLIB_DATABASE_ERROR_NULL_PRIMARY_KEY] => Null primary key not allowed. [JLIB_DATABASE_ERROR_ORDERDOWN_FAILED] => %s: :orderDown Failed - %s [JLIB_DATABASE_ERROR_ORDERUP_FAILED] => %s: :orderUp Failed - %s [JLIB_DATABASE_ERROR_PLEASE_ENTER_A_USER_NAME] => Please enter a username. [JLIB_DATABASE_ERROR_PLEASE_ENTER_YOUR_NAME] => Please enter your name. [JLIB_DATABASE_ERROR_PUBLISH_FAILED] => %s: :publish failed - %s [JLIB_DATABASE_ERROR_REBUILD_FAILED] => %s: :rebuild Failed - %s [JLIB_DATABASE_ERROR_REBUILDPATH_FAILED] => %s: :rebuildPath Failed - %s [JLIB_DATABASE_ERROR_REORDER_FAILED] => %s: :reorder failed - %s [JLIB_DATABASE_ERROR_REORDER_UPDATE_ROW_FAILED] => %s: :reorder update the row %s failed - %s [JLIB_DATABASE_ERROR_ROOT_NODE_NOT_FOUND] => Root node not found. [JLIB_DATABASE_ERROR_STORE_FAILED_UPDATE_ASSET_ID] => The asset_id field could not be updated. [JLIB_DATABASE_ERROR_STORE_FAILED] => %1$s: :store failed
%2$s [JLIB_DATABASE_ERROR_USERGROUP_PARENT_ID_NOT_VALID] => There has to be at least one root usergroup [JLIB_DATABASE_ERROR_USERGROUP_TITLE] => User group must have a title. [JLIB_DATABASE_ERROR_USERGROUP_TITLE_EXISTS] => User group title already exists. Title must be unique with the same parent. [JLIB_DATABASE_ERROR_USERLEVEL_NAME_EXISTS] => Level with the name "%s" already exists. [JLIB_DATABASE_ERROR_USERNAME_CANNOT_CHANGE] => Can't use this username. [JLIB_DATABASE_ERROR_USERNAME_INUSE] => Username in use. [JLIB_DATABASE_ERROR_VALID_AZ09] => Please enter a valid username. No space at beginning or end, at least %d characters, must not have the following characters: < > \ " ' % ; ( ) & and be less than 150 characters long. [JLIB_DATABASE_ERROR_VALID_MAIL] => The email address you entered is invalid. Please enter another email address. [JLIB_DATABASE_ERROR_VIEWLEVEL] => Viewlevel must have a title. [JLIB_DATABASE_FUNCTION_NOERROR] => DB function reports no errors. [JLIB_DATABASE_QUERY_FAILED] => Database query failed (error # %s): %s [JLIB_DOCUMENT_ERROR_UNABLE_LOAD_DOC_CLASS] => Unable to load document class. [JLIB_ENVIRONMENT_SESSION_EXPIRED] => Your session has expired. Please log in again. [JLIB_ENVIRONMENT_SESSION_INVALID] => Invalid session cookie. Please check that you have cookies enabled in your web browser. [JLIB_ERROR_COMPONENTS_ACL_CONFIGURATION_FILE_MISSING_OR_IMPROPERLY_STRUCTURED] => The %s component's ACL configuration file is either missing or improperly structured. [JLIB_EVENT_ERROR_DISPATCHER] => JEventDispatcher: :register: Event handler not recognised. Handler: %s [JLIB_FILESYSTEM_BZIP_NOT_SUPPORTED] => BZip2 Not Supported. [JLIB_FILESYSTEM_BZIP_UNABLE_TO_READ] => Unable to read archive (bz2). [JLIB_FILESYSTEM_BZIP_UNABLE_TO_WRITE] => Unable to write archive (bz2). [JLIB_FILESYSTEM_BZIP_UNABLE_TO_WRITE_FILE] => Unable to write file (bz2). [JLIB_FILESYSTEM_GZIP_NOT_SUPPORTED] => GZlib Not Supported. [JLIB_FILESYSTEM_GZIP_UNABLE_TO_READ] => Unable to read archive (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_WRITE] => Unable to write archive (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_WRITE_FILE] => Unable to write file (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_DECOMPRESS] => Unable to decompress data. [JLIB_FILESYSTEM_TAR_UNABLE_TO_READ] => Unable to read archive (tar). [JLIB_FILESYSTEM_TAR_UNABLE_TO_DECOMPRESS] => Unable to decompress data. [JLIB_FILESYSTEM_TAR_UNABLE_TO_CREATE_DESTINATION] => Unable to create destination. [JLIB_FILESYSTEM_TAR_UNABLE_TO_WRITE_ENTRY] => Unable to write entry. [JLIB_FILESYSTEM_ZIP_NOT_SUPPORTED] => Zlib Not Supported. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_READ] => Unable to read archive (zip). [JLIB_FILESYSTEM_ZIP_INFO_FAILED] => Get ZIP Information failed. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_CREATE_DESTINATION] => Unable to create destination. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_WRITE_ENTRY] => Unable to write entry. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_READ_ENTRY] => Unable to read entry. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_OPEN_ARCHIVE] => Unable to open archive. [JLIB_FILESYSTEM_ZIP_INVALID_ZIP_DATA] => Invalid ZIP data. [JLIB_FILESYSTEM_STREAM_FAILED] => Failed to register string stream. [JLIB_FILESYSTEM_UNKNOWNARCHIVETYPE] => Unknown Archive type. [JLIB_FILESYSTEM_UNABLE_TO_LOAD_ARCHIVE] => Unable to load archive. [JLIB_FILESYSTEM_ERROR_JFILE_FIND_COPY] => JFile: :copy: Can't find or read file: %s [JLIB_FILESYSTEM_ERROR_JFILE_STREAMS] => JFile: :copy(%1$s, %2$s): %3$s [JLIB_FILESYSTEM_ERROR_COPY_FAILED] => Copy failed. [JLIB_FILESYSTEM_ERROR_COPY_FAILED_ERR01] => Copy failed: %1$s to %2$s [JLIB_FILESYSTEM_DELETE_FAILED] => Failed deleting %s [JLIB_FILESYSTEM_CANNOT_FIND_SOURCE_FILE] => Can't find source file. [JLIB_FILESYSTEM_ERROR_JFILE_MOVE_STREAMS] => JFile: :move: %s [JLIB_FILESYSTEM_ERROR_RENAME_FILE] => Rename failed. [JLIB_FILESYSTEM_ERROR_READ_UNABLE_TO_OPEN_FILE] => JFile: :read: Unable to open file: %s [JLIB_FILESYSTEM_ERROR_WRITE_STREAMS] => JFile: :write(%1$s): %2$s [JLIB_FILESYSTEM_ERROR_UPLOAD] => JFile: :upload: %s [JLIB_FILESYSTEM_ERROR_WARNFS_ERR01] => Warning: Failed to change file permissions! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR02] => Warning: Failed to move file! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR03] => Warning: File %s not uploaded for security reasons! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR04] => Warning: Failed to move file: %1$s to %2$s [JLIB_FILESYSTEM_ERROR_FIND_SOURCE_FOLDER] => Can't find source folder. [JLIB_FILESYSTEM_ERROR_FOLDER_EXISTS] => Folder already exists. [JLIB_FILESYSTEM_ERROR_FOLDER_CREATE] => Unable to create target folder. [JLIB_FILESYSTEM_ERROR_FOLDER_OPEN] => Unable to open source folder. [JLIB_FILESYSTEM_ERROR_FOLDER_LOOP] => Infinite loop detected. [JLIB_FILESYSTEM_ERROR_FOLDER_PATH] => Path not in open_basedir paths. [JLIB_FILESYSTEM_ERROR_COULD_NOT_CREATE_DIRECTORY] => Could not create folder. [JLIB_FILESYSTEM_ERROR_DELETE_BASE_DIRECTORY] => You can't delete a base folder. [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER] => JFolder: :delete: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_FOLDER_DELETE] => JFolder: :delete: Could not delete folder. Path: %s [JLIB_FILESYSTEM_ERROR_FOLDER_RENAME] => Rename failed: %s [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FILES] => JFolder: :files: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FOLDER] => JFolder: :folder: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_STREAMS_FILE_SIZE] => Failed to get file size. This may not work for all streams! [JLIB_FILESYSTEM_ERROR_STREAMS_FILE_NOT_OPEN] => File not open. [JLIB_FILESYSTEM_ERROR_STREAMS_FILENAME] => File name not set. [JLIB_FILESYSTEM_ERROR_NO_DATA_WRITTEN] => Warning: No data written. [JLIB_FILESYSTEM_ERROR_STREAMS_FAILED_TO_OPEN_WRITER] => Failed to open writer: %s [JLIB_FILESYSTEM_ERROR_STREAMS_FAILED_TO_OPEN_READER] => Failed to open reader: %s [JLIB_FILESYSTEM_ERROR_STREAMS_NOT_UPLOADED_FILE] => Not an uploaded file! [JLIB_FILTER_PARAMS_ALNUM] => Alpha Numeric [JLIB_FILTER_PARAMS_FLOAT] => Float [JLIB_FILTER_PARAMS_INTEGER] => Integer [JLIB_FILTER_PARAMS_RAW] => Raw [JLIB_FILTER_PARAMS_SAFEHTML] => Safe HTML [JLIB_FILTER_PARAMS_TEL] => Telephone [JLIB_FILTER_PARAMS_TEXT] => Text [JLIB_FORM_BUTTON_CLEAR] => Clear [JLIB_FORM_BUTTON_SELECT] => Select [JLIB_FORM_CHANGE_IMAGE] => Change Image [JLIB_FORM_CHANGE_IMAGE_BUTTON] => Change Image Button [JLIB_FORM_CHANGE_USER] => Select User [JLIB_FORM_ERROR_FIELDS_CATEGORY_ERROR_EXTENSION_EMPTY] => Extension attribute is empty in the category field. [JLIB_FORM_ERROR_FIELDS_GROUPEDLIST_ELEMENT_NAME] => Unknown element type: %s [JLIB_FORM_ERROR_NO_DATA] => No data. [JLIB_FORM_ERROR_VALIDATE_FIELD] => Invalid xml field. [JLIB_FORM_ERROR_XML_FILE_DID_NOT_LOAD] => XML file did not load. [JLIB_FORM_FIELD_INVALID] => Invalid field:  [JLIB_FORM_INPUTMODE] => latin [JLIB_FORM_INVALID_FORM_OBJECT] => Invalid Form Object: :%s [JLIB_FORM_INVALID_FORM_RULE] => Invalid Form Rule: :%s [JLIB_FORM_MEDIA_PREVIEW_ALT] => Selected image. [JLIB_FORM_MEDIA_PREVIEW_EMPTY] => No image selected. [JLIB_FORM_MEDIA_PREVIEW_SELECTED_IMAGE] => Selected image. [JLIB_FORM_MEDIA_PREVIEW_TIP_TITLE] => Preview [JLIB_FORM_SELECT_USER] => Select a User [JLIB_FORM_VALIDATE_FIELD_INVALID] => Invalid field: %s [JLIB_FORM_VALIDATE_FIELD_REQUIRED] => Field required: %s [JLIB_FORM_VALIDATE_FIELD_RULE_MISSING] => Validation Rule missing: %s [JLIB_FORM_VALIDATE_FIELD_URL_SCHEMA_MISSING] => Invalid URL: URL schema is missing in %1$s. Please add one of the following at the beginning: %2$s. [JLIB_FORM_VALUE_CACHE_APC] => Alternative PHP Cache [JLIB_FORM_VALUE_CACHE_APCU] => APC User Cache [JLIB_FORM_VALUE_CACHE_CACHELITE] => Cache_Lite [JLIB_FORM_VALUE_CACHE_EACCELERATOR] => eAccelerator [JLIB_FORM_VALUE_CACHE_FILE] => File [JLIB_FORM_VALUE_CACHE_MEMCACHE] => Memcache [JLIB_FORM_VALUE_CACHE_MEMCACHED] => Memcached (Experimental) [JLIB_FORM_VALUE_CACHE_REDIS] => Redis [JLIB_FORM_VALUE_CACHE_WINCACHE] => Windows Cache [JLIB_FORM_VALUE_CACHE_XCACHE] => XCache [JLIB_FORM_VALUE_SESSION_APC] => Alternative PHP Cache [JLIB_FORM_VALUE_SESSION_APCU] => APC User Cache [JLIB_FORM_VALUE_SESSION_DATABASE] => Database [JLIB_FORM_VALUE_SESSION_EACCELERATOR] => eAccelerator [JLIB_FORM_VALUE_SESSION_MEMCACHE] => Memcache [JLIB_FORM_VALUE_SESSION_MEMCACHED] => Memcached (Experimental) [JLIB_FORM_VALUE_SESSION_NONE] => PHP [JLIB_FORM_VALUE_SESSION_REDIS] => Redis [JLIB_FORM_VALUE_SESSION_WINCACHE] => Windows Cache [JLIB_FORM_VALUE_SESSION_XCACHE] => XCache [JLIB_FORM_VALUE_TIMEZONE_UTC] => Universal Time, Coordinated (UTC) [JLIB_FORM_VALUE_FROM_TEMPLATE] => From Template [JLIB_FORM_VALUE_INHERITED] => Inherited [JLIB_HTML_ACCESS_MODIFY_DESC_CAPTION_ACL] => ACL [JLIB_HTML_ACCESS_MODIFY_DESC_CAPTION_TABLE] => Table [JLIB_HTML_ACCESS_SUMMARY_DESC_CAPTION] => ACL Summary Table [JLIB_HTML_ACCESS_SUMMARY_DESC] => Shown below is an overview of the permission settings for this article. Select the tabs above to customise these settings by action. [JLIB_HTML_ACCESS_SUMMARY] => Summary. [JLIB_HTML_ADD_TO_ROOT] => Add to root. [JLIB_HTML_ADD_TO_THIS_MENU] => Add to this menu. [JLIB_HTML_BATCH_ACCESS_LABEL] => Set Access Level [JLIB_HTML_BATCH_ACCESS_LABEL_DESC] => Not making a selection will keep the original access levels when processing. [JLIB_HTML_BATCH_COPY] => Copy [JLIB_HTML_BATCH_FLIPORDERING_LABEL] => Reverse the ordering of all articles in the selected categories [JLIB_HTML_BATCH_LANGUAGE_LABEL] => Set Language [JLIB_HTML_BATCH_LANGUAGE_LABEL_DESC] => Not making a selection will keep the original language when processing. [JLIB_HTML_BATCH_LANGUAGE_NOCHANGE] => - Keep original Language - [JLIB_HTML_BATCH_MENU_LABEL] => To Move or Copy your selection please select a Category. [JLIB_HTML_BATCH_MOVE] => Move [JLIB_HTML_BATCH_MOVE_QUESTION] => Do you want to move the items or make a copy of them? [JLIB_HTML_BATCH_NO_CATEGORY] => - Don't move or copy - [JLIB_HTML_BATCH_NOCHANGE] => - Keep original Access Levels - [JLIB_HTML_BATCH_TAG_LABEL] => Add Tag [JLIB_HTML_BATCH_TAG_LABEL_DESC] => Add a tag to selected items. [JLIB_HTML_BATCH_TAG_NOCHANGE] => - Keep original Tags - [JLIB_HTML_BATCH_USER_LABEL] => Set User. [JLIB_HTML_BATCH_USER_LABEL_DESC] => Not making a selection will keep the original user when processing. [JLIB_HTML_BATCH_USER_NOCHANGE] => - Keep original User - [JLIB_HTML_BATCH_USER_NOUSER] => No User. [JLIB_HTML_BEHAVIOR_ABOUT_THE_CALENDAR] => About the Calendar [JLIB_HTML_BEHAVIOR_CLOSE] => Close [JLIB_HTML_BEHAVIOR_DATE_SELECTION] => Date selection:\n [JLIB_HTML_BEHAVIOR_DISPLAY_S_FIRST] => Display %s first [JLIB_HTML_BEHAVIOR_DRAG_TO_MOVE] => Drag to move. [JLIB_HTML_BEHAVIOR_GO_TODAY] => Go to today [JLIB_HTML_BEHAVIOR_GREEN] => Green [JLIB_HTML_BEHAVIOR_HOLD_MOUSE] => - Hold mouse button on any of the buttons above for faster selection. [JLIB_HTML_BEHAVIOR_MONTH_SELECT] => - Use the < and > buttons to select month\n [JLIB_HTML_BEHAVIOR_NEXT_MONTH_HOLD_FOR_MENU] => Select to move to the next month. Select and hold for a list of the months. [JLIB_HTML_BEHAVIOR_NEXT_YEAR_HOLD_FOR_MENU] => Select to move to the next year. Select and hold for a list of years. [JLIB_HTML_BEHAVIOR_OPEN_CALENDAR] => Open the calendar [JLIB_HTML_BEHAVIOR_PREV_MONTH_HOLD_FOR_MENU] => Select to move to the previous month. Select and hold for a list of the months. [JLIB_HTML_BEHAVIOR_PREV_YEAR_HOLD_FOR_MENU] => Select to move to the previous year. Select and hold for a list of years. [JLIB_HTML_BEHAVIOR_SELECT_DATE] => Select a date. [JLIB_HTML_BEHAVIOR_SHIFT_CLICK_OR_DRAG_TO_CHANGE_VALUE] => (Shift-)Select or Drag to change the value. [JLIB_HTML_BEHAVIOR_TIME] => Time: [JLIB_HTML_BEHAVIOR_TODAY] => Today [JLIB_HTML_BEHAVIOR_TT_DATE_FORMAT] => %a, %b %e [JLIB_HTML_BEHAVIOR_WK] => wk [JLIB_HTML_BEHAVIOR_YEAR_SELECT] => - Use the « and » buttons to select year\n [JLIB_HTML_BUTTON_BASE_CLASS] => Could not load button base class. [JLIB_HTML_BUTTON_NO_LOAD] => Could not load button %s (%s); [JLIB_HTML_BUTTON_NOT_DEFINED] => Button not defined for type = %s [JLIB_HTML_CALENDAR] => Calendar [JLIB_HTML_CHECKED_OUT] => Checked out [JLIB_HTML_CHECKIN] => Check-in [JLIB_HTML_CLOAKING] => This email address is being protected from spambots. You need JavaScript enabled to view it. [JLIB_HTML_DATE_RELATIVE_DAYS] => %s days ago. [JLIB_HTML_DATE_RELATIVE_DAYS_1] => %s day ago. [JLIB_HTML_DATE_RELATIVE_DAYS_0] => %s days ago. [JLIB_HTML_DATE_RELATIVE_HOURS] => %s hours ago. [JLIB_HTML_DATE_RELATIVE_HOURS_1] => %s hour ago. [JLIB_HTML_DATE_RELATIVE_HOURS_0] => %s hours ago. [JLIB_HTML_DATE_RELATIVE_LESSTHANAMINUTE] => Less than a minute ago. [JLIB_HTML_DATE_RELATIVE_MINUTES] => %s minutes ago. [JLIB_HTML_DATE_RELATIVE_MINUTES_1] => %s minute ago. [JLIB_HTML_DATE_RELATIVE_MINUTES_0] => %s minutes ago. [JLIB_HTML_DATE_RELATIVE_WEEKS] => %s weeks ago. [JLIB_HTML_DATE_RELATIVE_WEEKS_1] => %s week ago. [JLIB_HTML_DATE_RELATIVE_WEEKS_0] => %s weeks ago. [JLIB_HTML_EDIT_MENU_ITEM] => Edit menu item. [JLIB_HTML_EDIT_MENU_ITEM_ID] => Item ID: %s [JLIB_HTML_EDIT_MODULE] => Edit module [JLIB_HTML_EDIT_MODULE_IN_POSITION] => Position: %s [JLIB_HTML_EDITOR_CANNOT_LOAD] => Can't load the editor. [JLIB_HTML_END] => End [JLIB_HTML_ERROR_FUNCTION_NOT_SUPPORTED] => Function not supported. [JLIB_HTML_ERROR_NOTFOUNDINFILE] => %s: :%s not found in file. [JLIB_HTML_ERROR_NOTSUPPORTED_NOFILE] => %s: :%s not supported. File not found. [JLIB_HTML_ERROR_NOTSUPPORTED] => %s: :%s not supported. [JLIB_HTML_GOTO_PAGE] => Go to page %s [JLIB_HTML_GOTO_POSITION] => Go to %s page [JLIB_HTML_MOVE_DOWN] => Move Down [JLIB_HTML_MOVE_UP] => Move Up [JLIB_HTML_NO_PARAMETERS_FOR_THIS_ITEM] => There are no parameters for this item. [JLIB_HTML_NO_RECORDS_FOUND] => No records found. [JLIB_HTML_PAGE_CURRENT] => Page %s [JLIB_HTML_PAGE_CURRENT_OF_TOTAL] => Page %s of %s [JLIB_HTML_PAGINATION] => Pagination [JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST] => Please first make a selection from the list. [JLIB_HTML_PUBLISH_ITEM] => Publish Item [JLIB_HTML_PUBLISHED_EXPIRED_ITEM] => Published, but has Expired. [JLIB_HTML_PUBLISHED_FINISHED] => Finish: %s [JLIB_HTML_PUBLISHED_ITEM] => Published and is Current. [JLIB_HTML_PUBLISHED_PENDING_ITEM] => Published, but is Pending. [JLIB_HTML_PUBLISHED_START] => Start: %s [JLIB_HTML_RESULTS_OF] => Results %s - %s of %s [JLIB_HTML_SAVE_ORDER] => Save Order [JLIB_HTML_SELECT_STATE] => Select State [JLIB_HTML_START] => Start [JLIB_HTML_UNPUBLISH_ITEM] => Unpublish Item [JLIB_HTML_VIEW_ALL] => View All [JLIB_HTML_SETDEFAULT_ITEM] => Set default [JLIB_HTML_UNSETDEFAULT_ITEM] => Unset default [JLIB_INSTALLER_ABORT] => Aborting language installation: %s [JLIB_INSTALLER_ABORT_ALREADYINSTALLED] => Extension is already installed. [JLIB_INSTALLER_ABORT_ALREADY_EXISTS] => Extension %1$s: Extension %2$s already exists. [JLIB_INSTALLER_ABORT_COMP_BUILDADMINMENUS_FAILED] => Error building Administrator Menus. [JLIB_INSTALLER_ABORT_COMP_COPY_MANIFEST] => Component %1$s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_COPY_SETUP] => Component %1$s: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_FAIL_ADMIN_FILES] => Component %s: Failed to copy administrator files. [JLIB_INSTALLER_ABORT_COMP_FAIL_SITE_FILES] => Component %s: Failed to copy site files. [JLIB_INSTALLER_ABORT_COMP_INSTALL_COPY_SETUP] => Component Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_CUSTOM_INSTALL_FAILURE] => Component Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_COMP_INSTALL_MANIFEST] => Component Install: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_PHP_INSTALL] => Component Install: Could not copy PHP install file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_PHP_UNINSTALL] => Component Install: Could not copy PHP uninstall file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_ROLLBACK] => Component Install: %s [JLIB_INSTALLER_ABORT_COMP_INSTALL_SQL_ERROR] => Component Install: SQL error file %s [JLIB_INSTALLER_ABORT_COMP_UPDATESITEMENUS_FAILED] => Component Install: Failed to update menu items. [JLIB_INSTALLER_ABORT_COMP_UPDATE_ADMIN_ELEMENT] => Component Update: The XML file did not have an administration element. [JLIB_INSTALLER_ABORT_COMP_UPDATE_COPY_SETUP] => Component Update: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_MANIFEST] => Component Update: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_PHP_INSTALL] => Component Update: Could not copy PHP install file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_PHP_UNINSTALL] => Component Update: Could not copy PHP uninstall file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_ROLLBACK] => Component Update: %s [JLIB_INSTALLER_ABORT_COMP_UPDATE_SQL_ERROR] => Component Update: SQL error file %s [JLIB_INSTALLER_ABORT_CREATE_DIRECTORY] => Extension %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_DEBUG] => Installation unexpectedly stopped: [JLIB_INSTALLER_ABORT_DETECTMANIFEST] => Unable to detect manifest file. [JLIB_INSTALLER_ABORT_DIRECTORY] => Extension %1$s: Another %2$s is already using the named folder: %3$s. Are you trying to install the same extension again? [JLIB_INSTALLER_ABORT_ERROR_DELETING_EXTENSIONS_RECORD] => Could not delete the extension's record from the database. [JLIB_INSTALLER_ABORT_EXTENSIONNOTVALID] => Extension is not valid. [JLIB_INSTALLER_ABORT_FILE_INSTALL_COPY_SETUP] => Files Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_FILE_INSTALL_CUSTOM_INSTALL_FAILURE] => Files Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_FILE_INSTALL_FAIL_SOURCE_DIRECTORY] => Files Install: Failed to find source folder: %s [JLIB_INSTALLER_ABORT_FILE_INSTALL_ROLLBACK] => Files Install: %s [JLIB_INSTALLER_ABORT_FILE_INSTALL_SQL_ERROR] => Files %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_FILE_ROLLBACK] => Files Install: %s [JLIB_INSTALLER_ABORT_FILE_SAME_NAME] => Files Install: Another extension with same name already exists. [JLIB_INSTALLER_ABORT_FILE_UPDATE_SQL_ERROR] => Files Update: SQL error file %s [JLIB_INSTALLER_ABORT_INSTALL_CUSTOM_INSTALL_FAILURE] => Extension %s: Custom install routine failure. [JLIB_INSTALLER_ABORT_LIB_COPY_FILES] => Library %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_LIB_INSTALL_ALREADY_INSTALLED] => Library Install: Library already installed. [JLIB_INSTALLER_ABORT_LIB_INSTALL_COPY_SETUP] => Library Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_LIB_INSTALL_CORE_FOLDER] => Library Install: Library has the same name as a core folder. [JLIB_INSTALLER_ABORT_LIB_INSTALL_FAILED_TO_CREATE_DIRECTORY] => Library Install: Failed to create folder: %s [JLIB_INSTALLER_ABORT_LIB_INSTALL_NOFILE] => Library Install: No library file specified. [JLIB_INSTALLER_ABORT_LIB_INSTALL_ROLLBACK] => Library Install: %s [JLIB_INSTALLER_ABORT_LOAD_DETAILS] => Failed to load extension details. [JLIB_INSTALLER_ABORT_MANIFEST] => Extension %1$s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_METHODNOTSUPPORTED] => Method not supported for this extension type. [JLIB_INSTALLER_ABORT_METHODNOTSUPPORTED_TYPE] => Method not supported for this extension type: %s [JLIB_INSTALLER_ABORT_MOD_COPY_FILES] => Module %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_MOD_INSTALL_COPY_SETUP] => Module Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_MOD_INSTALL_CREATE_DIRECTORY] => Module %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_MOD_INSTALL_CUSTOM_INSTALL_FAILURE] => Module Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_MOD_INSTALL_DIRECTORY] => Module %1$s: Another module is already using folder: %2$s [JLIB_INSTALLER_ABORT_MOD_INSTALL_MANIFEST] => Module Install: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_MOD_INSTALL_NOFILE] => Module %s: No module file specified. [JLIB_INSTALLER_ABORT_MOD_INSTALL_SQL_ERROR] => Module %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_MOD_ROLLBACK] => Module %1$s: %2$s [JLIB_INSTALLER_ABORT_MOD_UNINSTALL_UNKNOWN_CLIENT] => Module Uninstall: Unknown client type [%s] [JLIB_INSTALLER_ABORT_MOD_UNKNOWN_CLIENT] => Module %1$s: Unknown client type [%2$s] [JLIB_INSTALLER_ABORT_NOINSTALLPATH] => Install path does not exist. [JLIB_INSTALLER_ABORT_NOUPDATEPATH] => Update path does not exist. [JLIB_INSTALLER_ABORT_PACK_INSTALL_COPY_SETUP] => Package Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_PACK_INSTALL_CREATE_DIRECTORY] => Package Install: Failed to create folder: %s. [JLIB_INSTALLER_ABORT_PACKAGE_INSTALL_CUSTOM_INSTALL_FAILURE] => Package Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_PACKAGE_INSTALL_MANIFEST] => Installation failed: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_PACK_INSTALL_ERROR_EXTENSION] => Package %1$s: There was an error installing an extension: %2$s [JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_FILES] => Package %s: There were no files to install! [JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_PACK] => Package %s: No package file specified. [JLIB_INSTALLER_ABORT_PACK_INSTALL_ROLLBACK] => Package Install: %s [JLIB_INSTALLER_ABORT_PLG_COPY_FILES] => Plugin %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_PLG_INSTALL_ALLREADY_EXISTS] => Plugin %1$s: Plugin %2$s already exists. [JLIB_INSTALLER_ABORT_PLG_INSTALL_COPY_SETUP] => Plugin %s: Could not copy setup file. [JLIB_INSTALLER_ABORT_PLG_INSTALL_CREATE_DIRECTORY] => Plugin %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_CUSTOM_INSTALL_FAILURE] => Plugin Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_PLG_INSTALL_DIRECTORY] => Plugin %1$s: Another plugin is already using folder: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_MANIFEST] => Plugin %s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_PLG_INSTALL_NO_FILE] => Plugin %s: No plugin file specified. [JLIB_INSTALLER_ABORT_PLG_INSTALL_ROLLBACK] => Plugin %1$s: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_SQL_ERROR] => Plugin %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_PLG_UNINSTALL_SQL_ERROR] => Plugin Uninstall: SQL error file %s [JLIB_INSTALLER_ABORT_REFRESH_MANIFEST_CACHE] => Refresh Manifest Cache failed: %s Extension is not currently installed. [JLIB_INSTALLER_ABORT_REFRESH_MANIFEST_CACHE_VALID] => Refresh Manifest Cache failed: Extension is not valid. [JLIB_INSTALLER_ABORT_ROLLBACK] => Extension %1$s: %2$s [JLIB_INSTALLER_ABORT_SQL_ERROR] => Extension %1$s: SQL error processing query: %2$s [JLIB_INSTALLER_ABORT_TPL_INSTALL_ALREADY_INSTALLED] => Template Install: Template already installed. [JLIB_INSTALLER_ABORT_TPL_INSTALL_ANOTHER_TEMPLATE_USING_DIRECTORY] => Template Install: There is already a Template using the named folder: %s. Are you trying to install the same template again? [JLIB_INSTALLER_ABORT_TPL_INSTALL_COPY_FILES] => Template Install: Could not copy files from the %s source. [JLIB_INSTALLER_ABORT_TPL_INSTALL_COPY_SETUP] => Template Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_TPL_INSTALL_FAILED_CREATE_DIRECTORY] => Template Install: Failed to create folder: %s [JLIB_INSTALLER_ABORT_TPL_INSTALL_ROLLBACK] => Template Install: %s [JLIB_INSTALLER_ABORT_TPL_INSTALL_UNKNOWN_CLIENT] => Template Install: Unknown client type [%s] [JLIB_INSTALLER_AVAILABLE_UPDATE_PHP_VERSION] => For the extension %1$s version %2$s is available, but it requires at least PHP version %3$s while your system only has %4$s [JLIB_INSTALLER_AVAILABLE_UPDATE_DB_MINIMUM] => For the extension %1$s version %2$s is available, but your current database %3$s is version %4$s and is not supported. Please contact your web host to update your Database version to at least version %5$s. [JLIB_INSTALLER_AVAILABLE_UPDATE_DB_TYPE] => For the extension %1$s version %2$s is available, but your current database %3$s is not supported anymore. [JLIB_INSTALLER_PURGED_UPDATES] => Cleared updates [JLIB_INSTALLER_FAILED_TO_PURGE_UPDATES] => Failed to clear updates. [JLIB_INSTALLER_DEFAULT_STYLE] => %s - Default [JLIB_INSTALLER_DISCOVER] => Discover [JLIB_INSTALLER_DISCOVER_INSTALL] => Discover Install [JLIB_INSTALLER_ERROR_CANNOT_UNINSTALL_CHILD_OF_PACKAGE] => The %s extension is part of a package which does not allow individual extensions to be uninstalled. [JLIB_INSTALLER_ERROR_COMP_DISCOVER_STORE_DETAILS] => Component Discover install: Failed to store component details. [JLIB_INSTALLER_ERROR_COMP_FAILED_TO_CREATE_DIRECTORY] => Component %1$s: Failed to create folder: %2$s. [JLIB_INSTALLER_ERROR_COMP_INSTALL_ADMIN_ELEMENT] => Component Install: The XML file did not have an administration element. [JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_ADMIN] => Component Install: Another component is already using folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_SITE] => Component Install: Another component is already using folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DIRECTORY_ADMIN] => Component Install: Failed to create administrator folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DIRECTORY_SITE] => Component Install: Failed to create site folder: %s [JLIB_INSTALLER_ERROR_COMP_REFRESH_MANIFEST_CACHE] => Component Refresh manifest cache: Failed to store component details. [JLIB_INSTALLER_ERROR_COMP_REMOVING_ADMIN_MENUS_FAILED] => Could not delete the Administrator menus. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_CUSTOM] => Component Uninstall: Custom Uninstall script unsuccessful. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_DELETE_CATEGORIES] => Component Uninstall: Unable to delete the component categories. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_ERRORREMOVEMANUALLY] => Component Uninstall: Can't uninstall. Please remove manually. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_ERRORUNKOWNEXTENSION] => Component Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_REMOVE_DIRECTORY_ADMIN] => Component Uninstall: Unable to remove the component administrator folder. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_REMOVE_DIRECTORY_SITE] => Component Uninstall: Unable to remove the component site folder. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_NO_OPTION] => Component Uninstall: Option field empty, can't remove files. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_SQL_ERROR] => Component Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_WARNCORECOMPONENT] => Component Uninstall: Trying to uninstall a core component. [JLIB_INSTALLER_ERROR_COMP_UPDATE_FAILED_TO_CREATE_DIRECTORY_ADMIN] => Component Update: Failed to create administrator folder: %s [JLIB_INSTALLER_ERROR_COMP_UPDATE_FAILED_TO_CREATE_DIRECTORY_SITE] => Component Update: Failed to create site folder: %s [JLIB_INSTALLER_ERROR_CREATE_DIRECTORY] => JInstaller: :Install: Failed to create folder: %s [JLIB_INSTALLER_ERROR_CREATE_FOLDER_FAILED] => Failed to create folder [%s] [JLIB_INSTALLER_ERROR_DEPRECATED_FORMAT] => Deprecated install format (client="both"), use package installer in future. [JLIB_INSTALLER_ERROR_DISCOVER_INSTALL_UNSUPPORTED] => A %s extension can not be installed using the discover method. Please install this extension from Extension Manager: Install. [JLIB_INSTALLER_ERROR_DOWNGRADE] => Sorry! You cannot downgrade from version %s to %s [JLIB_INSTALLER_ERROR_DOWNLOAD_SERVER_CONNECT] => Error connecting to the server: %s [JLIB_INSTALLER_ERROR_FAIL_COPY_FILE] => JInstaller: :Install: Failed to copy file %1$s to %2$s [JLIB_INSTALLER_ERROR_FAIL_COPY_FOLDER] => JInstaller: :Install: Failed to copy folder %1$s to %2$s [JLIB_INSTALLER_ERROR_FAILED_READING_NETWORK_RESOURCES] => Failed reading network resource: %s [JLIB_INSTALLER_ERROR_FILE_EXISTS] => JInstaller: :Install: File already exists %s [JLIB_INSTALLER_ERROR_FILE_FOLDER] => Error on deleting file or folder %s [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_INVALID_MANIFEST] => Files Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Files Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_LOAD_ENTRY] => Files Uninstall: Could not load extension entry. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_LOAD_MANIFEST] => Files Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_SQL_ERROR] => Files Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_WARNCOREFILE] => File Uninstall: Trying to uninstall core files. [JLIB_INSTALLER_ERROR_FOLDER_IN_USE] => Another extension is already using folder [%s] [JLIB_INSTALLER_ERROR_LANG_DISCOVER_STORE_DETAILS] => Language Discover install: Failed to store language details. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_DEFAULT] => This language can't be uninstalled as long as it is defined as a default language. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_DIRECTORY] => Language Uninstall: Unable to remove the specified Language folder. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_ELEMENT_EMPTY] => Language Uninstall: Element is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_PATH_EMPTY] => Language Uninstall: Language path is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_PROTECTED] => This language can't be uninstalled. It is protected in the database (usually en-GB). [JLIB_INSTALLER_ERROR_LIB_DISCOVER_STORE_DETAILS] => Library Discover install: Failed to store library details. [JLIB_INSTALLER_ERROR_LIB_REFRESH_MANIFEST_CACHE] => Library Refresh manifest cache: Failed to store library details. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_INVALID_MANIFEST] => Library Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Library Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_LOAD_MANIFEST] => Library Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_WARNCORELIBRARY] => Library Uninstall: Trying to uninstall a core library. [JLIB_INSTALLER_ERROR_LOAD_XML] => JInstaller: :Install: Failed to load XML File: %s [JLIB_INSTALLER_ERROR_MOD_DISCOVER_STORE_DETAILS] => Module Discover install: Failed to store module details. [JLIB_INSTALLER_ERROR_MOD_REFRESH_MANIFEST_CACHE] => Module Refresh manifest cache: Failed to store module details. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_ERRORUNKOWNEXTENSION] => Module Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_EXCEPTION] => Module Uninstall: %s [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Module Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_SQL_ERROR] => Module Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_WARNCOREMODULE] => Module Uninstall: Trying to uninstall a core module: %s [JLIB_INSTALLER_ERROR_NO_CORE_LANGUAGE] => No core pack exists for the language [%s] [JLIB_INSTALLER_ERROR_NO_FILE] => JInstaller: :Install: File does not exist %s [JLIB_INSTALLER_ERROR_NO_LANGUAGE_TAG] => The package did not specify a language tag. Are you trying to install an old language package? [JLIB_INSTALLER_ERROR_NOTFINDJOOMLAXMLSETUPFILE] => JInstaller: :Install: Can't find Joomla XML setup file. [JLIB_INSTALLER_ERROR_NOTFINDXMLSETUPFILE] => JInstaller: :Install: Can't find XML setup file. [JLIB_INSTALLER_ERROR_PACK_REFRESH_MANIFEST_CACHE] => Package Refresh manifest cache: Failed to store package details. [JLIB_INSTALLER_ERROR_PACK_SETTING_PACKAGE_ID] => Could not record the package ID for this package's extensions. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_INVALID_MANIFEST] => Package Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Package Uninstall: Manifest file invalid or not found: %s [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_LOAD_MANIFEST] => Package Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MANIFEST_NOT_REMOVED] => Package Uninstall: Errors were detected, manifest file not removed! [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MISSINGMANIFEST] => Package Uninstall: Missing manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_NOT_PROPER] => Package Uninstall: This extension may have already been uninstalled or might not have been uninstalled properly: %s [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_WARNCOREPACK] => Package Uninstall: Trying to uninstall core package. [JLIB_INSTALLER_ERROR_PLG_DISCOVER_STORE_DETAILS] => Plugin Discover install: Failed to store plugin details. [JLIB_INSTALLER_ERROR_PLG_REFRESH_MANIFEST_CACHE] => Plugin Refresh manifest cache: Failed to store plugin details. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_ERRORUNKOWNEXTENSION] => Plugin Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_FOLDER_FIELD_EMPTY] => Plugin Uninstall: Folder field empty, can't remove files. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_INVALID_MANIFEST] => Plugin Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Plugin Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_LOAD_MANIFEST] => Plugin Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_WARNCOREPLUGIN] => Plugin Uninstall: Trying to uninstall a core plugin: %s [JLIB_INSTALLER_ERROR_SQL_ERROR] => JInstaller: :Install: Error SQL %s [JLIB_INSTALLER_ERROR_SQL_FILENOTFOUND] => JInstaller: :Install: SQL File not found %s [JLIB_INSTALLER_ERROR_SQL_READBUFFER] => JInstaller: :Install: SQL File Buffer Read Error. [JLIB_INSTALLER_ERROR_TPL_DISCOVER_STORE_DETAILS] => Template Discover install: Failed to store template details. [JLIB_INSTALLER_ERROR_TPL_REFRESH_MANIFEST_CACHE] => Template Refresh manifest cache: Failed to store template details. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_ERRORUNKOWNEXTENSION] => Template Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_INVALID_CLIENT] => Template Uninstall: Invalid client. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Template Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_DEFAULT] => Template Uninstall: Can't remove default template. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_DIRECTORY] => Template Uninstall: Folder does not exist, can't remove files. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_ID_EMPTY] => Template Uninstall: Template ID is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_WARNCORETEMPLATE] => Template Uninstall: Trying to uninstall a core template: %s [JLIB_INSTALLER_ERROR_UNKNOWN_CLIENT_TYPE] => Unknown Client Type [%s] [JLIB_INSTALLER_FILE_ERROR_MOVE] => Error on moving file %s [JLIB_INSTALLER_INCORRECT_SEQUENCE] => Downgrading from version %1$s to version %2$s is not allowed. [JLIB_INSTALLER_INSTALL] => Install [JLIB_INSTALLER_MINIMUM_JOOMLA] => You don't have the minimum Joomla version requirement of J%s [JLIB_INSTALLER_MINIMUM_PHP] => Your server doesn't meet the minimum PHP version requirement of %s [JLIB_INSTALLER_NOTICE_LANG_RESET_USERS] => Language set to Default for %d users. [JLIB_INSTALLER_NOTICE_LANG_RESET_USERS_1] => Language set to Default for %d user. [JLIB_INSTALLER_UNINSTALL] => Uninstall [JLIB_INSTALLER_UPDATE] => Update [JLIB_INSTALLER_ERROR_EXTENSION_INVALID_CLIENT_IDENTIFIER] => Invalid client identifier specified in extension manifest. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_UNKNOWN_EXTENSION] => Trying to uninstall unknown extension from package. This extension may have already been removed earlier. [JLIB_INSTALLER_NOT_ERROR] => If the error is related to the installation of TinyMCE language files it has no effect on the installation of the language(s). Some language packs created prior to Joomla! 3.2.0 may try to install separate TinyMCE language files. As these are now included in the core they no longer need to be installed. [JLIB_INSTALLER_UPDATE_LOG_QUERY] => Ran query from file %1$s. Query text: %2$s. [JLIB_INSTALLER_WARNING_UNABLE_TO_INSTALL_CONTENT_LANGUAGE] => Unable to create a content language for %s language: %s [JLIB_JS_AJAX_ERROR_CONNECTION_ABORT] => A connection abort has occurred while fetching the JSON data. [JLIB_JS_AJAX_ERROR_NO_CONTENT] => No content was returned. [JLIB_JS_AJAX_ERROR_OTHER] => An error has occurred while fetching the JSON data: HTTP %s status code. [JLIB_JS_AJAX_ERROR_PARSE] => A parse error has occurred while processing the following JSON data:
%s [JLIB_JS_AJAX_ERROR_TIMEOUT] => A timeout has occurred while fetching the JSON data. [JLIB_LANGUAGE_ERROR_CANNOT_LOAD_METAFILE] => Could not load %s language XML file from %s. [JLIB_LANGUAGE_ERROR_CANNOT_LOAD_METADATA] => Could not load %s metadata from %s. [JLIB_LOGIN_AUTHORISATION] => Your access has been authorised. [JLIB_LOGIN_DENIED] => Your access has been denied. [JLIB_LOGIN_EXPIRED] => Your authentication has expired. [JLIB_MAIL_FUNCTION_DISABLED] => The mail() function has been disabled and the mail can't be sent. [JLIB_MAIL_FUNCTION_OFFLINE] => The mail function has been disabled by an administrator. [JLIB_MAIL_INVALID_EMAIL_SENDER] => Invalid email sender: %s [JLIB_MEDIA_ERROR_UPLOAD_INPUT] => Unable to upload file. [JLIB_MEDIA_ERROR_WARNFILENAME] => File name must only have alphanumeric characters and no spaces. [JLIB_MEDIA_ERROR_WARNFILETOOLARGE] => This file is too large to upload. [JLIB_MEDIA_ERROR_WARNFILETYPE] => This file type is not supported. [JLIB_MEDIA_ERROR_WARNIEXSS] => Possible IE XSS Attack found. [JLIB_MEDIA_ERROR_WARNINVALID_IMG] => Not a valid image. [JLIB_MEDIA_ERROR_WARNINVALID_MIME] => Invalid mime type detected. [JLIB_MEDIA_ERROR_WARNINVALID_MIMETYPE] => Illegal mime type detected: %s [JLIB_MEDIA_ERROR_WARNNOTADMIN] => Uploaded file is not an image file and you do not have permission. [JLIB_MENUS_PRESET_JOOMLA] => Preset - Joomla [JLIB_MENUS_PRESET_MODERN] => Preset - Modern [JLIB_NO_EDITOR_PLUGIN_PUBLISHED] => Unable to display an editor because no editor plugin is published. [JLIB_PLUGIN_ERROR_LOADING_PLUGINS] => Error loading Plugins: %s [JLIB_REGISTRY_EXCEPTION_LOAD_FORMAT_CLASS] => Unable to load format class. [JLIB_RULES_ACTION] => Action [JLIB_RULES_ALLOWED] => Allowed [JLIB_RULES_ALLOWED_ADMIN] => Allowed (Super User) [JLIB_RULES_ALLOWED_INHERITED] => Allowed (Inherited) [JLIB_RULES_CALCULATED_SETTING] => Calculated Setting [JLIB_RULES_CONFLICT] => Conflict [JLIB_RULES_DATABASE_FAILURE] => Failed storing the data to the database. [JLIB_RULES_DENIED] => Denied [JLIB_RULES_GROUP] => %s [JLIB_RULES_GROUPS] => Groups [JLIB_RULES_INHERIT] => Inherit [JLIB_RULES_INHERITED] => Inherited [JLIB_RULES_NOT_ALLOWED] => Not Allowed [JLIB_RULES_NOT_ALLOWED_ADMIN_CONFLICT] => Conflict [JLIB_RULES_NOT_ALLOWED_DEFAULT] => Not Allowed (Default) [JLIB_RULES_NOT_ALLOWED_INHERITED] => Not Allowed (Inherited) [JLIB_RULES_NOT_ALLOWED_LOCKED] => Not Allowed (Locked) [JLIB_RULES_NOT_SET] => Not Set [JLIB_RULES_NOTICE_RECALCULATE_GROUP_PERMISSIONS] => Super User permissions changed. Save or reload to recalculate this group permissions. [JLIB_RULES_NOTICE_RECALCULATE_GROUP_CHILDS_PERMISSIONS] => Permissions changed in a group with child groups. Save or reload to recalculate the child groups permissions. [JLIB_RULES_REQUEST_FAILURE] => Failed sending the data to server. [JLIB_RULES_SAVE_BEFORE_CHANGE_PERMISSIONS] => Please save before changing permissions. [JLIB_RULES_SELECT_ALLOW_DENY_GROUP] => Allow or deny %s for users in the %s group. [JLIB_RULES_SELECT_SETTING] => Select New Setting [JLIB_RULES_SETTING_NOTES] => If you change the setting, it will apply to this and all child groups, components and content. Note that Denied will overrule any inherited setting and also the setting in any child group, component or content. In the case of a setting conflict, Deny will take precedence. Not Set is equivalent to Denied but can be changed in child groups, components and content. [JLIB_RULES_SETTING_NOTES_ITEM] => If you change the setting, it will apply to this item. Note that:
Inherited means that the permissions from global configuration, parent group and category will be used.
Denied means that no matter what the global configuration, parent group or category settings are, the group being edited can't take this action on this item.
Allowed means that the group being edited will be able to take this action for this item (but if this is in conflict with the global configuration, parent group or category it will have no impact; a conflict will be indicated by Not Allowed (Inherited) under Calculated Settings). [JLIB_RULES_SETTINGS_DESC] => Manage the permission settings for the user groups below. See notes at the bottom. [JLIB_STEMMER_INVALID_STEMMER] => Invalid stemmer type %s [JLIB_UNKNOWN] => Unknown [JLIB_UPDATER_ERROR_COLLECTION_FOPEN] => The PHP allow_url_fopen setting is disabled. This setting must be enabled for the updater to work. [JLIB_UPDATER_ERROR_COLLECTION_OPEN_URL] => Update: :Collection: Could not open %s [JLIB_UPDATER_ERROR_COLLECTION_PARSE_URL] => Update: :Collection: Could not parse %s [JLIB_UPDATER_ERROR_EXTENSION_OPEN_URL] => Update: :Extension: Could not open %s [JLIB_UPDATER_ERROR_EXTENSION_PARSE_URL] => Update: :Extension: Could not parse %s [JLIB_UPDATER_ERROR_OPEN_UPDATE_SITE] => Update: Could not open update site #%d "%s", URL: %s [JLIB_USER_ERROR_AUTHENTICATION_FAILED_LOAD_PLUGIN] => JAuthentication: :authenticate: Failed to load plugin: %s [JLIB_USER_ERROR_AUTHENTICATION_LIBRARIES] => JAuthentication: :__construct: Could not load authentication libraries. [JLIB_USER_ERROR_BIND_ARRAY] => Unable to bind array to user object. [JLIB_USER_ERROR_CANNOT_CHANGE_SUPER_USER] => A user is not allowed to change permissions of a Super User group. [JLIB_USER_ERROR_CANNOT_CHANGE_OWN_GROUPS] => A user is not allowed to change permissions of their own group(s). [JLIB_USER_ERROR_CANNOT_CHANGE_OWN_PARENT_GROUPS] => A user is not allowed to change permissions of their own group(s) parent group(s). [JLIB_USER_ERROR_CANNOT_DEMOTE_SELF] => You can't remove your own Super User permissions. [JLIB_USER_ERROR_CANNOT_REUSE_PASSWORD] => You can't reuse your current password, please enter a new password. [JLIB_USER_ERROR_ID_NOT_EXISTS] => JUser: :_load: User %s does not exist. [JLIB_USER_ERROR_NOT_SUPERADMIN] => Only users with Super User permissions can change other Super User user accounts. [JLIB_USER_ERROR_PASSWORD_NOT_MATCH] => Passwords do not match. Please re-enter password. [JLIB_USER_ERROR_UNABLE_TO_FIND_USER] => Unable to find a user with given activation string. [JLIB_USER_ERROR_UNABLE_TO_LOAD_USER] => JUser: :_load: Unable to load user with ID: %s [JLIB_USER_EXCEPTION_ACCESS_USERGROUP_INVALID] => User group does not exist. [JLIB_UTIL_ERROR_APP_INSTANTIATION] => Application Startup Error. [JLIB_UTIL_ERROR_CONNECT_DATABASE] => JDatabase: :getInstance: Could not connect to database
joomla.library: %1$s - %2$s [JLIB_UTIL_ERROR_DOMIT] => DommitDocument is deprecated. Use DomDocument instead. [JLIB_UTIL_ERROR_LOADING_FEED_DATA] => Error loading feed data. [JLIB_UTIL_ERROR_XML_LOAD] => Failed loading XML file. [PLG_SYSTEM_RSFPJOOMLACAPTCHA_DESC] => The RSForm! Pro - Captcha Plugin allows you to use any of your installed Joomla! Captcha plugins in your form. [RSFP_JOOMLA_BUILT_IN_CAPTCHA_LABEL] => Joomla! Built-in Captcha [RSFP_JOOMLA_CAPTCHA_LABEL] => Joomla! Captcha [RSFP_COMP_FIELD_CAPTCHA] => Captcha Type [RSFP_COMP_FVALUE_JOOMLA_DEFAULT_CAPTCHA] => Joomla! Default Captcha [PLG_SYSTEM_LOGROTATION] => System - Log Rotation [PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION] => This plugin periodically rotates system log files. [PLG_SYSTEM_LOGROTATION_CACHETIMEOUT_LABEL] => Log Rotation (in days) [PLG_SYSTEM_LOGROTATION_CACHETIMEOUT_DESC] => How often should the logs be rotated. [PLG_SYSTEM_LOGROTATION_LOGSTOKEEP_DESC] => The maximum number of old logs to keep. [PLG_SYSTEM_LOGROTATION_LOGSTOKEEP_LABEL] => Maximum Logs [PLG_SYSTEM_OSSYSTEM] => System - OSSystem (Don't uninstall this if you're using Alledia/Joomlashack extension) [PLG_SYSTEM_OSSYSTEM_DESCRIPTION] => A system plugin which supports Joomlashack/Alledia extensions. [JOOMLASHACK_FOOTER_LIKE_THIS_EXTENSION] => Like this extension? [JOOMLASHACK_FOOTER_GO_PRO_MORE_FEATURES] => Go Pro to access more features [JOOMLASHACK_FOOTER_LEAVE_A_REVIEW_ON_JED] => Leave a review on the JED [PLG_SYSTEM_RSFPREGISTRATION_DESC] => The Joomla! Registration Plugin allows integration between RSForm! Pro and the Joomla! registration. The integration is done silently while running in the background, so the user (form submitter) will not notice anything in the frontend. [RSFP_REG_TITLE] => Joomla! User Registration [RSFP_REG_USE_INTEGRATION] => Use Joomla! Registration Integration [RSFP_REG_SHOW_PASSWORD_STREGTH] => Show Password Strength Indicator [RSFP_REG_SHOW_PASSWORD_STREGTH_DESC] => Shows a visual representation of the strength of user's desired password as he types it, according to the parameters setup in the Joomla! Users component. [RSFP_REG_ACTION] => Action [RSFP_REG_ACTION_DESC] => Defines the action - either always register the user or register the user based on a field selection (eg. a checkbox has been checked). [RSFP_REG_ACTION_WARNING] => If you want to create the user based on a field selection, make sure the field you use has ANY of the following values set: 1 or register. Any other value provided and the registration will be ignored (i.e. no user will be created). [RSFP_REG_ALWAYS_REGISTER] => Always create the user [RSFP_REG_BASED_ON_SELECTION] => Based on another field [RSFP_REG_ACTIVATION] => New User Account Activation [RSFP_REG_ACTIVATION_DESC] => If set to Self, the User will receive an e-mail with a link to activate their account before they can log in. If set to Admin, the user will have to verify his account through a link sent to his email address, but will only be able to login after an administrator activates the account. [RSFP_REG_ACTIVATION_WARNING] => If you're using anything other than None, remember to add the {user_activation} and {admin_activation} placeholders in your emails. They will allow the user to activate their account and the administrator to approve it. [RSFP_REG_NONE] => None [RSFP_REG_SELF] => Self [RSFP_REG_ADMIN] => Admin [RSFP_REG_DEFER_ADMIN_EMAIL] => Defer Admin Email [RSFP_REG_DEFER_ADMIN_EMAIL_DESC] => Setting this to Yes will defer the sending of the Admin Email until the user clicks on the activation link. [RSFP_REG_GROUPS] => User Group [RSFP_REG_GROUPS_DESC] => The default group that will be applied when the user is created. [RSFP_REG_ACTIVATION_CB] => Confirm user in Community Builder [RSFP_REG_ACTIVATION_CB_DESC] => Confirm the newly created user in Community Builder [RSFP_REG_ITEMID] => Menu Item ID [RSFP_REG_ITEMID_DESC] => This is the Item ID that will be appended to the links received in the email. Use this if you'd like to create a SEF link pointing to another menu item than the default one the user is on. [RSFP_REG_SELECT_ITEMID] => - Default - [RSFP_REG_USER_ACTIVATION] => User Activation [RSFP_REG_ACTIVATION_ACTIONS] => Activation Actions [RSFP_REG_USER_ACTIVATION_ACTION] => User Activation Action [RSFP_REG_USER_ACTIVATION_ACTION_DESC] => This is the action that will be performed after the user validates his account by clicking on the activation link. [RSFP_REG_REDIRECT_DEFAULT] => None (Joomla! default) [RSFP_REG_REDIRECT_TO_URL] => Redirect to URL specified below [RSFP_REG_SHOW_MESSAGE] => Show message specified below [RSFP_REG_USER_ACTIVATION_URL] => URL [RSFP_REG_USER_ACTIVATION_URL_DESC] => This is the URL the user will be redirected to after activating his account. [RSFP_REG_USER_ACTIVATION_TEXT] => Message [RSFP_REG_USER_ACTIVATION_TEXT_DESC] => This is the message that will be presented to the user after activating this account. Placeholders and HTML code are permitted. [RSFP_REG_ADMIN_ACTIVATION] => Admin Activation [RSFP_REG_ADMIN_ACTIVATION_ACTION] => Admin Activation Action [RSFP_REG_ADMIN_ACTIVATION_ACTION_DESC] => This is the action that will be performed after the admin validates the account by clicking on the activation link. [RSFP_REG_ADMIN_ACTIVATION_URL] => URL [RSFP_REG_ADMIN_ACTIVATION_URL_DESC] => This is the URL the admin will be redirected to after activating the user's account. [RSFP_REG_ADMIN_ACTIVATION_TEXT] => Message [RSFP_REG_ADMIN_ACTIVATION_TEXT_DESC] => This is the message that will be presented to the admin after activating the user's account. Placeholders and HTML code are permitted. [RSFP_REG_MERGE_VARS] => Map Fields [RSFP_REG_MERGE_VARS_DESC] => On the left side you will find the fields from Joomla! registration. You can map them to RSForm! Pro fields, so that they will automatically be populated with user-supplied data. [RSFP_REG_NAME] => Name [RSFP_REG_USERNAME] => Username [RSFP_REG_EMAIL] => E-mail [RSFP_REG_EMAIL2] => Verify E-mail [RSFP_REG_PASSWORD1] => Password [RSFP_REG_PASSWORD2] => Verify Password [RSFP_REG_CONSENT] => Consent [PLG_SYSTEM_RSFPREGISTRATION_JOOMLA_FIELDS] => Map Joomla! Custom Fields [PLG_SYSTEM_RSFPREGISTRATION_IGNORE] => - IGNORE - [PLG_SYSTEM_RSFPREGISTRATION_PROFILE_FIELDS] => User - Profile Fields [PLG_SYSTEM_RSFPREGISTRATION_ADDRESS1] => Address 1 [PLG_SYSTEM_RSFPREGISTRATION_ADDRESS2] => Address 2 [PLG_SYSTEM_RSFPREGISTRATION_CITY] => City [PLG_SYSTEM_RSFPREGISTRATION_REGION] => Region [PLG_SYSTEM_RSFPREGISTRATION_COUNTRY] => Country [PLG_SYSTEM_RSFPREGISTRATION_POSTAL_CODE] => Postal Code [PLG_SYSTEM_RSFPREGISTRATION_PHONE] => Phone [PLG_SYSTEM_RSFPREGISTRATION_WEBSITE] => Website [PLG_SYSTEM_RSFPREGISTRATION_FAVORITEBOOK] => Favorite Book [PLG_SYSTEM_RSFPREGISTRATION_ABOUTME] => About Me [PLG_SYSTEM_RSFPREGISTRATION_DOB] => Date of Birth [PLG_SYSTEM_RSFPREGISTRATION_TOS] => Terms of Service [RSFP_REG_FORM_NAME_LABEL] => Registration form [RSFP_REG_FORM_NAME_DESC] => Choose which form you want to be displayed in the registration page. [RSFP_REG_DEFAULT_JOOMLA_FORM] => Default Joomla! User Registration Form [RSFP_REDIRECT_URL_LABEL] => Redirect URL [RSFP_REDIRECT_URL_DESC] => Manually enter the URL you want to be redirected to when you click on the Register link. [RSFP_REG_OR] => OR [RSFP_REG_REGISTRATION_BIND_FAILED] => Failed to bind registration data: %s [RSFP_REG_REGISTRATION_SAVE_FAILED] => Registration failed: %s [RSFP_REG_ERROR_VALID_AZ09] => Please enter a valid username. No space at beginning or end, at least 2 characters and must not contain the following characters: < > \ " ' % ; ( ) & [RSFP_REG_ERROR_USERNAME_INUSE] => Username in use [RSFP_REG_ERROR_VALID_MAIL] => Please enter a valid email address. [RSFP_REG_ERROR_EMAIL_INUSE] => This email is already registered. [RSFP_REG_EMAIL_DO_NOT_MATCH] => E-mail addresses do not match. Please re-type your e-mail address. [RSFP_REG_EMPTY_PASSWORD] => Empty passwords are not allowed. Please fill in your desired password. [RSFP_REG_ERROR_PASSWORD_NOT_MATCH] => Passwords do not match. Please re-enter password. [RSFP_REG_DATABASE_ERROR] => Error getting the user from the database: %s [RSFP_REG_ACTIVATION_TOKEN_NOT_FOUND] => Verification code not found. [RSFP_REG_MISSING_ACTIVATION_PARAMETERS] => Some parameters needed for account activation are missing from the URL. [RSFP_REG_MISSING_SUBMISSION] => The account you're trying to activate seems to be missing the provided submission. [RSFP_REG_WRONG_USER_SUBMISSION] => The account you're trying to activate doesn't seem to be tied to the provided submission. [RSFP_REG_REGISTRATION_ACTIVATION_SAVE_FAILED] => Failed to save activation data: %s [RSFP_REG_REGISTRATION_SAVE_SUCCESS] => Thank you for registering. You may now log in using the username and password you registered with. [RSFP_REG_REGISTRATION_ACTIVATE_SUCCESS] => Your Account has been successfully activated. You can now log in using the username and password you chose during the registration. [RSFP_REG_REGISTRATION_VERIFY_SUCCESS] => Your email has been verified. Once an administrator approves your account, you will be notified by email, and you can login to the site. [RSFP_REG_REGISTRATION_ADMINACTIVATE_SUCCESS] => The user's account has been successfully activated and the user has been notified about it. [RSFP_REG_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY] => Hello %s,\n\nYour account has been activated by an administrator. You can now login at %s using the username %s and the password you chose while registering. [RSFP_REG_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT] => Account activated for %s at %s [PLG_SYSTEM_UPDATENOTIFICATION] => System - Joomla! Update Notification [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_LBL] => Super User Emails [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_DESC] => A comma separated list of the email addresses which will receive the update notification emails. The addresses in the list MUST belong to existing users of your site who have the Super User privilege. If none of the listed emails belongs to Super Users, or if it's left blank, all Super Users of this site will receive the update notification email. [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT] => Joomla! Update available for [SITENAME] – [URL] [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY] => This email IS NOT sent by the Joomla! project. It is sent automatically by your own site,\n[SITENAME] - [URL] \n\n================================================================================\nUPDATE INFORMATION\n================================================================================\n\nYour site has discovered that there is an updated version of Joomla! available for download.\n\nJoomla! version currently installed: [CURVERSION]\nJoomla! version available for installation: [NEWVERSION]\n\nThis email is sent to you by your site to remind you of this fact.\nThe Joomla! project will never contact you directly about available updates of Joomla! on your site.\n\n================================================================================\nUPDATE INSTRUCTIONS\n================================================================================\n\nTo install the update on [SITENAME] please select the following link. (If the URL is not a link, copy & paste it to your browser).\n\nUpdate link: [LINK]\n\nRelease News can be found here: [RELEASENEWS]\n\n================================================================================\nWHY AM I RECEIVING THIS EMAIL?\n================================================================================\n\nThis email has been automatically sent by a plugin provided by Joomla!, the software which powers your site.\nThis plugin looks for updated versions of Joomla! and sends an email notification to its administrators.\nYou will receive several similar emails from your site until you either update the software or disable these emails.\n\nTo disable these emails, please unpublish the 'System - Joomla! Update Notification' plugin in the Plugin Manager on your site.\n\nIf you do not understand what Joomla! is and what you need to do please do not contact the Joomla! project.\nThey are NOT sending you this email and they cannot help you. Instead, please contact the person who built or manages your site.\n\nIf you are the person who built or manages your website, please note that this plugin may have been activated automatically when you installed or updated Joomla! on your site.\n\n================================================================================\nWHO SENT ME THIS EMAIL?\n================================================================================\n\nThis email is sent to you by your own site, [SITENAME] [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_LBL] => Email Language [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_DESC] => Select a language for the update notification emails. Set to Auto to send them in the site language at the time. [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_NONE] => Auto [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME] => The Joomla! Update Notification will not run in this configuration [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY] => In your Installer Configuration you have set the Option Update Cache (in Hours) to 0 this means that Joomla is not caching the Update. This means an email should be sent on every page visit but this is not possible. Please increase the value (6 is default) or confirm that the Joomla! Update Notification will never send you mails. [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION] => Set it back to the default setting (6 Hours) [PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION] => This plugin periodically checks for the availability of new Joomla! versions. When one is found it will send you an email, reminding you to update Joomla!. Pro Tip: You can customise the email message by overriding the language string keys PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT and PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY. [PLG_SYSTEM_FIELDS] => System - Fields [PLG_SYSTEM_FIELDS_XML_DESCRIPTION] => The system fields plugin that is required to display the custom fields. [PLG_SYSTEM_LOGOUT_XML_DESCRIPTION] => The system logout plugin enables Joomla to redirect the user to the home page if they choose to logout while they are on a protected access page. [PLG_SYSTEM_LOGOUT] => System - Logout [PLG_SYSTEM_LOGOUT_REDIRECT] => You have been redirected to the home page following logout. [RSFP_CALENDAR_MONTHS_SHORT_1] => Jan [RSFP_CALENDAR_MONTHS_SHORT_2] => Feb [RSFP_CALENDAR_MONTHS_SHORT_3] => Mar [RSFP_CALENDAR_MONTHS_SHORT_4] => Apr [RSFP_CALENDAR_MONTHS_SHORT_5] => May [RSFP_CALENDAR_MONTHS_SHORT_6] => Jun [RSFP_CALENDAR_MONTHS_SHORT_7] => Jul [RSFP_CALENDAR_MONTHS_SHORT_8] => Aug [RSFP_CALENDAR_MONTHS_SHORT_9] => Sep [RSFP_CALENDAR_MONTHS_SHORT_10] => Oct [RSFP_CALENDAR_MONTHS_SHORT_11] => Nov [RSFP_CALENDAR_MONTHS_SHORT_12] => Dec [RSFP_CALENDAR_MONTHS_LONG_1] => January [RSFP_CALENDAR_MONTHS_LONG_2] => February [RSFP_CALENDAR_MONTHS_LONG_3] => March [RSFP_CALENDAR_MONTHS_LONG_4] => April [RSFP_CALENDAR_MONTHS_LONG_5] => May [RSFP_CALENDAR_MONTHS_LONG_6] => June [RSFP_CALENDAR_MONTHS_LONG_7] => July [RSFP_CALENDAR_MONTHS_LONG_8] => August [RSFP_CALENDAR_MONTHS_LONG_9] => September [RSFP_CALENDAR_MONTHS_LONG_10] => October [RSFP_CALENDAR_MONTHS_LONG_11] => November [RSFP_CALENDAR_MONTHS_LONG_12] => December [RSFP_CALENDAR_WEEKDAYS_1CHAR_0] => S [RSFP_CALENDAR_WEEKDAYS_1CHAR_1] => M [RSFP_CALENDAR_WEEKDAYS_1CHAR_2] => T [RSFP_CALENDAR_WEEKDAYS_1CHAR_3] => W [RSFP_CALENDAR_WEEKDAYS_1CHAR_4] => T [RSFP_CALENDAR_WEEKDAYS_1CHAR_5] => F [RSFP_CALENDAR_WEEKDAYS_1CHAR_6] => S [RSFP_CALENDAR_WEEKDAYS_SHORT_0] => Su [RSFP_CALENDAR_WEEKDAYS_SHORT_1] => Mo [RSFP_CALENDAR_WEEKDAYS_SHORT_2] => Tu [RSFP_CALENDAR_WEEKDAYS_SHORT_3] => We [RSFP_CALENDAR_WEEKDAYS_SHORT_4] => Th [RSFP_CALENDAR_WEEKDAYS_SHORT_5] => Fr [RSFP_CALENDAR_WEEKDAYS_SHORT_6] => Sa [RSFP_CALENDAR_WEEKDAYS_MEDIUM_0] => Sun [RSFP_CALENDAR_WEEKDAYS_MEDIUM_1] => Mon [RSFP_CALENDAR_WEEKDAYS_MEDIUM_2] => Tue [RSFP_CALENDAR_WEEKDAYS_MEDIUM_3] => Wed [RSFP_CALENDAR_WEEKDAYS_MEDIUM_4] => Thu [RSFP_CALENDAR_WEEKDAYS_MEDIUM_5] => Fri [RSFP_CALENDAR_WEEKDAYS_MEDIUM_6] => Sat [RSFP_CALENDAR_WEEKDAYS_LONG_0] => Sunday [RSFP_CALENDAR_WEEKDAYS_LONG_1] => Monday [RSFP_CALENDAR_WEEKDAYS_LONG_2] => Tuesday [RSFP_CALENDAR_WEEKDAYS_LONG_3] => Wednesday [RSFP_CALENDAR_WEEKDAYS_LONG_4] => Thursday [RSFP_CALENDAR_WEEKDAYS_LONG_5] => Friday [RSFP_CALENDAR_WEEKDAYS_LONG_6] => Saturday [RSFP_CALENDAR_START_WEEKDAY] => 0 [RSFP_THANKYOU_BUTTON] => Continue [RSFP_THANKYOU_SMALL] => The form has been submitted successfully. Thank you! [PREV] => Prev [RSFP_FORM_DOES_NOT_EXIST] => The form #%d does not exist or it is not published. [RSFP_FORM_CANNOT_BE_ACCESSED] => You are not authorised to access form #%d. [RSFP_SEARCH] => Search [RSFP_GO] => Go [RSFP_RESET] => Reset [RSFP_SUBMISSION_CONFIRMED] => Your submission was confirmed. Thank you! [RSFP_SUBMISSION_CONFIRMED_ERROR] => Invalid hash! [RSFP_YES] => Yes [RSFP_NO] => No [COM_RSFORM_NO_VALUE] => - No value provided - [COM_RSFORM_CALENDAR_CHOOSE_MONTH] => Choose Month [COM_RSFORM_CALENDAR_ENTER_YEAR] => Enter Year [COM_RSFORM_CALENDAR_PLEASE_ENTER_A_VALID_YEAR] => Please enter a valid year [COM_RSFORM_CALENDAR_OK] => Ok [COM_RSFORM_CALENDAR_CANCEL] => Cancel [COM_RSFORM_INVALID_HASH] => The URL you have supplied is not valid or may be out of date. [COM_RSFORM_SUBMISSION_DELETED] => Your submission has been successfully deleted from our database. [RSFP_SUBM_DIR_DOWNLOAD_CSV] => Download selected as CSV [RSFP_SUBM_DIR_PLEASE_SELECT_AT_LEAST_ONE] => Please select at least one item by ticking the checkbox next to it before pressing the Download button! [RSFP_SUBM_DIR_VIEW] => View [RSFP_SUBM_DIR_EDIT] => Edit [RSFP_SUBM_DIR_DELETE] => Delete [RSFP_SUBM_DIR_PDF] => Download PDF [RSFP_SUBM_DIR_SAVE] => Save & close [RSFP_SUBM_DIR_APPLY] => Apply [RSFP_SUBM_DIR_BACK] => Back [RSFP_SUBM_DIR_SAVE_OK] => Your changes have been saved. [RSFP_SUBM_DIR_SAVE_ERROR] => There was an error in your form. [RSFP_SUBM_DIR_DELETE_OK] => The submission #%d has been successfully deleted from our database. [RSFP_SUBM_DIR_DELETE_SURE] => Are you sure you want to delete this? [JGRID_CHECKBOX_ROW_N] => Checkbox for row %d [RSFP_VIEW_DIRECTORY_NOT_ENABLED_FORGOT] => You are not authorized to view this page. Did you forget to set 'Enable Directory' to 'Yes' from this menu item's properties? [RSFP_VIEW_DIRECTORY_NO_VALID_FORMID] => Form #%d does not exist! [RSFP_VIEW_DIRECTORY_NOT_SAVED_YET] => This directory has not been configured & saved yet. [RSFP_VIEW_DIRECTORY_NO_CSV] => This directory has 'Enable CSV Support' set to 'No'. [COM_RSFORM_VIEW_SUBMISSION_ALT] => View #%d [COM_RSFORM_EDIT_SUBMISSION_ALT] => Edit #%d [COM_RSFORM_DELETE_SUBMISSION_ALT] => Delete #%d [COM_RSFORM_DOWNLOAD_PDF_ALT] => Download #%d in PDF format [COM_RSFORM_CLEAR] => Clear [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_EDIT] => Unfortunately, you do not have the permission to edit this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_SAVE] => Unfortunately, you do not have the permission to save this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_DELETE] => Unfortunately, you do not have the permission to delete this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_NO_SUBMISSIONS_SELECTED] => No submissions have been selected for download; please tick the box next to them and try again. [RSFP_VIEW_SUBMISSIONS_NOT_ENABLED_FORGOT] => You are not authorized to view this page. Did you forget to set 'Enable Viewing Submissions' to 'Yes' from this menu item's properties? [RSFP_VIEW_SUBMISSION] => View [RSFP_SUBMISSION_DOES_NOT_EXIST] => Submission #%d doesn't exist. [RSFP_SUBMISSION_NOT_ALLOWED] => You're not allowed to view submission #%d. [RSFP_SUBMISSION_NOT_CONFIRMED] => Submission #%d isn't confirmed yet. [COM_RSFORM_LIMIT_SUBMISSIONS_HAS_BEEN_REACHED] => Sorry, no more submissions are accepted. The limit of submissions for this form has been reached. [RSFP_FILE_HAS_NOT_BEEN_UPLOADED_DUE_TO_AN_UNKNOWN_ERROR] => The file has not been uploaded due to an unknown error. [RSFP_UPLOAD_ERR_INI_SIZE] => The uploaded file exceeds the upload_max_filesize directive in php.ini. [RSFP_UPLOAD_ERR_FORM_SIZE] => The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form. [RSFP_UPLOAD_ERR_PARTIAL] => The uploaded file was only partially uploaded. [RSFP_UPLOAD_ERR_NO_TMP_DIR] => File could not be uploaded because PHP is missing a temporary folder. [RSFP_UPLOAD_ERR_CANT_WRITE] => File could not be uploaded because the server failed to write the file to disk. [RSFP_UPLOAD_ERR_EXTENSION] => A PHP extension stopped the file upload. [COM_RSFORM_SELECT_FILE_PLACEHOLDER] => Select file [COM_RSFORM_FILE_EXCEEDS_LIMIT] => Selected file %1$s exceeds maximum allowed size of %2$s kb. [COM_RSFORM_FILE_EXTENSION_NOT_ALLOWED] => Selected file %s extension is not allowed. [COM_RSFORM_FILE_DOES_NOT_SEEM_TO_BE_AN_IMAGE] => File %s does not seem to be a valid image. Please try another file. [COM_RSFORM_MINFILES_REQUIRED] => This field requires at least %d files to be uploaded. [COM_RSFORM_MAXFILES_REQUIRED] => You have added too many files - this field allows a maximum of %d files to be uploaded. [COM_RSFORM_DIRECTORY_FILES_VALIDATION] => (%1$s) %2$s [COM_RSFORM_FILE_ADD_PLUS] => Add another file [COM_RSFORM_MINSELECTIONS_REQUIRED] => Please select at least %d items. [RSFP_PROGRESS_PAGE] => Page [RSFP_PROGRESS_OF] => of [COM_RSFORM_SEF_CONFIRM_SUBMISSION] => confirm-submission [COM_RSFORM_SEF_DIRECTORY_VIEW_SUBMISSION] => submission-view [COM_RSFORM_SEF_DIRECTORY_EDIT_SUBMISSION] => submission-edit [COM_RSFORM_SEF_DIRECTORY_DELETE_SUBMISSION] => submission-delete [COM_RSFORM_SEF_SUBMISSIONS_VIEW_FILE] => submission-view-file [COM_RSFORM_SEF_SUBMISSIONS_DIRECTORY] => submissions-directory [COM_RSFORM_SEF_SUBMISSIONS_VIEW_SUBMISSION] => view-submission [COM_RSFORM_SEF_SUBMISSIONS_VIEW_SUBMISSIONS] => view-submissions [COM_RSFORM_SEF_FORM] => form [K2_1_STAR_OUT_OF_5] => 1 star out of 5 [K2_2_STARS_OUT_OF_5] => 2 stars out of 5 [K2_3_STARS_OUT_OF_5] => 3 stars out of 5 [K2_4_STARS_OUT_OF_5] => 4 stars out of 5 [K2_5_STARS_OUT_OF_5] => 5 stars out of 5 [K2_ACCOUNT_DETAILS] => Account details [K2_ADD_A_NEW_ITEM_IN_THIS_CATEGORY] => Add a new item in this category [K2_ADDITIONAL_DETAILS] => Additional Details [K2_ADDITIONAL_INFO] => Additional Info [K2_ADMINISTRATIVE_DETAILS] => Administration Options [K2_ALERTNOTAUTH] => You are not authorized to view this resource [K2_ANTISPAM_SETTINGS_ERROR] => The anti-spam settings for this website are not yet properly configured and comments cannot yet be published.
Please notify the site administrator :) [K2_APPROVE] => Approve [K2_APRIL] => April [K2_AUGUST] => August [K2_BACK_TO_TOP] => back to top [K2_BE_THE_FIRST_TO_COMMENT] => Be the first to comment! [K2_BY] => By [K2_CATEGORY_NOT_FOUND] => Category not found [K2_CHECK_THIS_BOX_TO_DELETE_CURRENT_IMAGE_OR_JUST_UPLOAD_A_NEW_IMAGE_TO_REPLACE_THE_EXISTING_ONE] => Check this box to delete current image or just upload a new image to replace the existing one [K2_CHILDREN_CATEGORIES] => Children categories [K2_CLICK_TO_PREVIEW_IMAGE] => Click to preview image [K2_COMMENT_ADDED_AND_WAITING_FOR_APPROVAL] => Comment added and waiting for approval. [K2_COMMENT_ADDED_REFRESHING_PAGE] => Comment added! Refreshing page... [K2_COMMENT_FORM_NOTES] => Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed. [K2_COMMENT_LINK] => Comment Link [K2_COMMENT_NOT_FOUND] => Comment not found [K2_COMMENT] => comment [K2_COMMENTED_ON] => commented on [K2_COMMENTS] => comments [K2_CONFIRM_EMAIL] => Confirm email [K2_COULD_NOT_UPLOAD_YOUR_IMAGE] => Could not upload your image [K2_COULD_NOT_VERIFY_THAT_YOU_ARE_NOT_A_ROBOT] => Could not verify that you are not a robot [K2_DATE_FORMAT_LC] => l, d F Y [K2_DATE_FORMAT_LC2] => l, d F Y H:i [K2_DATE_FORMAT] => d/m/Y - H:i [K2_DATE] => Date [K2_DECEMBER] => December [K2_DECREASE_FONT_SIZE] => decrease font size [K2_DESCRIPTION] => Description [K2_DISPLAYING_ITEMS_BY_TAG] => Displaying items by tag: [K2_DOWNLOAD_ATTACHMENTS] => Download attachments: [K2_DOWNLOAD] => Download [K2_DOWNLOADS] => Downloads [K2_EDIT_ITEM] => Edit item [K2_EMAIL] => Email [K2_ENTER_THE_TWO_WORDS_YOU_SEE_BELOW] => Enter the words you see below [K2_ENTER_YOUR_EMAIL_ADDRESS] => enter your e-mail address... [K2_ENTER_YOUR_MESSAGE_HERE] => enter your message here... [K2_ENTER_YOUR_NAME] => enter your name... [K2_ENTER_YOUR_SITE_URL] => enter your site URL... [K2_FEATURED] => Featured [K2_FEBRUARY] => February [K2_FEED] => Feed [K2_FEMALE] => Female [K2_FILE_DOES_NOT_EXIST] => File does not exist [K2_FLAG_AS_SPAMMER] => Flag As Spammer [K2_FONT_SIZE] => font size [K2_FRI] => Fri [K2_FRONTEND_PERMISSIONS_NOTICE] => Please note that you may have permissions to edit content in the frontend, but you do not have publishing rights.
The admin of this site will approve your item after moderation. [K2_GALLERY_IMAGES] => Gallery images [K2_GENDER] => Gender [K2_GREEN] => green [K2_IMAGE_GALLERY] => Image Gallery [K2_IN] => in [K2_INCREASE_FONT_SIZE] => increase font size [K2_INVALID_EMAIL_ADDRESS] => Invalid Email Address! [K2_ITEM_NOT_FOUND] => Item not found [K2_ITEM_SAVED] => Item saved [K2_ITEMS_FILTERED_BY_DATE] => Items filtered by date: [K2_JANUARY] => January [K2_JULY] => July [K2_JUNE] => June [K2_LAST_MODIFIED_ON] => Last modified on [K2_LATEST_FROM] => Latest from [K2_LEAVE_A_COMMENT] => Leave a comment [K2_LOGIN_TO_POST_COMMENTS] => Login to post comments [K2_MALE] => Male [K2_MARCH] => March [K2_MAY] => May [K2_MEDIA] => Media [K2_MESSAGE] => Message [K2_MODERATE_COMMENTS_TO_MY_ITEMS] => Moderate comments to my items [K2_MON] => Mon [K2_MORE_IN_THIS_CATEGORY] => More in this category: [K2_MORE] => More... [K2_NAME] => Name [K2_NO_RESULTS_FOUND] => No results found! [K2_NOT_FOUND] => Not found [K2_NOTES] => Notes [K2_NOVEMBER] => November [K2_OCTOBER] => October [K2_PASSWORD] => Password [K2_PERSONAL_DETAILS] => Personal Details [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_DELETE] => Please make a selection from the list to delete! [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_PUBLISH] => Please make a selection from the list to publish! [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_UNPUBLISH] => Please make a selection from the list to unpublish! [K2_PLEASE_TYPE_THE_REPORT_REASON] => Please type the report reason [K2_PLEASE_TYPE_YOUR_NAME] => Please type your name [K2_POSSIBLE_SPAMMER_DETECTED_BY_STOPFORUMSPAM] => Possible spammer detected from StopForumSpam.com [K2_POST_A_NEW_ITEM] => Post a new item [K2_POSTED_BY] => posted by [K2_PRINT_THIS_PAGE] => Print this page [K2_PRINT] => Print [K2_PUBLISHED_IN] => Published in [K2_RATE_THIS_ITEM] => Rate this item [K2_READ_MORE] => Read more... [K2_READ] => Read [K2_REGISTER_REQUIRED] => Fields marked with an asterisk (*) are required. [K2_REGISTER] => Register [K2_RELATED_ITEMS_BY_TAG] => Related items [K2_RELATED_VIDEO] => Media [K2_REMOVE] => Remove [K2_REPORT_COMMENT] => Report comment [K2_REPORT_REASON] => Reason for reporting this comment? [K2_REPORT_SUBMITTED] => Report submitted! [K2_REPORT_USER_WARNING] => WARNING: This action will block the user and also unpublish all of their items and comments. Are you sure? [K2_REPORT] => Report [K2_SAT] => Sat [K2_SAVE_COMPLETED] => Save completed [K2_SAVE] => Save [K2_SEARCH_RESULTS_FOR] => Search results for: [K2_SEARCH] => Search [K2_SEND_REPORT] => Send report [K2_SEPTEMBER] => September [K2_SPAM_ATTEMPT_HAS_BEEN_DETECTED_THE_COMMENT_HAS_BEEN_REJECTED] => Spam attempt has been detected. The comment has been rejected. [K2_STOP_FORUM_SPAM_API_KEY] => StopForumSpam.com API key [K2_SUBMIT_COMMENT] => Submit comment [K2_SUBSCRIBE_TO_THIS_RSS_FEED] => Subscribe to this RSS feed [K2_SUN] => Sun [K2_TAGGED_UNDER] => Tagged under [K2_THANK_YOU_YOUR_COMMENT_WILL_BE_PUBLISHED_SHORTLY] => Thank you. Your comment will be published shortly. [K2_THANKS_FOR_RATING] => Thanks for rating! [K2_THE_NAME_OR_EMAIL_ADDRESS_YOU_TYPED_IS_ALREADY_IN_USE] => The Name or Email Address you typed is already in use! [K2_THE_WORDS_YOU_TYPED_DID_NOT_MATCH_THE_ONES_DISPLAYED_PLEASE_TRY_AGAIN] => The words you typed did not match the ones displayed. Please try again. [K2_THU] => Thu [K2_TIMES] => times [K2_TUE] => Tue [K2_UNPUBLISH_ITEM] => Unpublish Item [K2_UNPUBLISHED] => Unpublished [K2_UPLOAD_NEW_IMAGE_TO_REPLACE_THE_EXISTING_OR_CHECK_THIS_BOX_TO_DELETE_CURRENT_IMAGE] => Upload new image to replace the existing or check this box to delete current image [K2_URL] => URL [K2_USE_REMOTE_VIDEO] => Use remote video [K2_USER_BLOCKED] => User blocked [K2_USER_COMMENTS_UNPUBLISHED] => User comments unpublished [K2_USER_DATA_SUBMITTED_TO_STOPFORUMSPAM] => User data submitted to stopforumspam.com [K2_USER_IMAGE_AVATAR] => User image (avatar) [K2_USER_ITEMS_UNPUBLISHED] => User items unpublished [K2_USER_NAME] => Username [K2_USER_NOT_FOUND] => User not found [K2_VERIFY_PASSWORD] => Verify password [K2_VIEW_ITEMS] => View items... [K2_VOTE] => Vote [K2_VOTES] => votes [K2_WEBSITE_URL] => Website URL [K2_WEBSITE] => Website: [K2_WED] => Wed [K2_WRITTEN_BY_FEMALE] => Written by [K2_WRITTEN_BY_MALE] => Written by [K2_WRITTEN_BY] => Written by [K2_YOU_ARE_ALLOWED_TO] => You are allowed to: [K2_YOU_ARE_ALREADY_REGISTERED_AS_A_MEMBER] => You are already registered as a member. [K2_YOU_ARE_NOT_ALLOWED_TO_POST_TO_THIS_CATEGORY_SAVE_FAILED] => You are not allowed to post to this category. Save failed. [K2_YOU_CANNOT_REPORT_YOURSELF] => You cannot flag yourself as spammer! [K2_YOU_DONT_HAVE_THE_PERMISSION_TO_PUBLISH_ITEMS] => You don't have the permission to publish items [K2_YOU_HAVE_ALREADY_RATED_THIS_ITEM] => You have already rated this entry! [K2_YOU_NEED_TO_FILL_IN_ALL_REQUIRED_FIELDS] => You need to fill in all required fields! [K2_YOU_NEED_TO_LOGIN_FIRST] => You need to login first! [K2_YOUR_NAME] => Your name [K2_YOUR_SETTINGS_HAVE_BEEN_SAVED] => Your settings have been saved [K2_ADD_TO_DELICIOUS] => Add to Delicious [K2_ADD_TO_FACEBOOK] => Add to Facebook [K2_ADD_TO_GOOGLE_BUZZ] => Add to Google Buzz [K2_ADD_TO_MYSPACE] => Add to MySpace [K2_ADD_TO_REDDIT] => Add to Reddit [K2_ADD_TO_STUMBLEUPON] => Add to StumbleUpon [K2_ADD_TO_TECHNORATI] => Add to Technorati [K2_DIGG_THIS] => Digg this [K2_LIKE_THIS_TWEET_IT_TO_YOUR_FOLLOWERS] => Like this? Tweet it to your followers! [K2_TWEET] => Tweet [K2_DATE_FORMAT_CALENDAR] => Y-m-d H:i:s [TPL_GK_LANG_NAME] => TechNews [TPL_GK_LANG_LOGIN_POPUP] => Log in [TPL_GK_LANG_LOGOUT_POPUP] => Your account [TPL_GK_LANG_MYACCOUNT] => My Account [TPL_GK_LANG_VM3_NO_DESC] => There is no detailed description for this product [TPL_GK_LANG_VM3_FEATURED] => Featured [TPL_GK_LANG_MY_CART] => My cart [TPL_GK_LANG_EMPTY_CART] => Your cart is empty [TPL_GK_LANG_K2_MORE] => More [TPL_GK_LANG_TWITTER] => Twitter: [TPL_GK_LANG_LOGIN_FORM] => Log in [TPL_GK_LANG_OR_FORM] => or [TPL_GK_LANG_REG_FORM] => Register [TPL_GK_LANG_POSTED_BY] => Posted by [TPL_GK_LANG_BY] => by [TPL_GK_LANG_MENU] => Menu [TPL_GK_LANG_POSTED] => [TPL_GK_LANG_COMMENT_FORM_NAME] => Name [TPL_GK_LANG_COMMENT_FORM_EMAIL] => Your e-mail [TPL_GK_LANG_COMMENT_FORM_WWW] => Your website [TPL_GK_LANG_COMMENT_FORM_MESSAGE] => Your Message [TPL_GK_LANG_ITEMS_BY_TAG] => Tag: [TPL_GK_LANG_ERROR_TITLE_PRE] => An [TPL_GK_LANG_ERROR_TITLE_POST] => error occured during your request. [TPL_GK_LANG_ERROR_TITLE_404] => The page you are looking for could not be found. Please check the address and try again or use the search function. [TPL_GK_LANG_ERROR_TITLE_404_LINKS] => Useful links [TPL_GK_LANG_ERROR_CODE] => en-GB [TPL_GK_LANG_ERROR_TITLE_BACK_TO_HOMEPAGE] => Back to our homepage [TPL_GK_LANG_PUBLISHED_IN] => Published in %s [TPL_GK_LANG_PUBLISHED_AT] => Date: [TPL_GK_LANG_MODIFIED_AT] => Last modification: [TPL_GK_LANG_HITS] => Hits: %s [TPL_GK_LANG_ENABLED] => Enabled [TPL_GK_LANG_DISABLED] => Disabled [TPL_GK_LANG_ON] => On [TPL_GK_LANG_OFF] => Off [TPL_GK_LANG_FB_LOGIN_TEXT] => Log in with Facebook [COM_TEMPLATES_BASIC_SETTINGS_FIELDSET_LABEL] => Basic settings [TPL_GK_LANG_TEMPLATE_CUSTOM_OVERRIDE] => Template custom override folder [TPL_GK_LANG_TEMPLATE_STYLE] => Template style [COM_TEMPLATES_LAYOUT_SETTINGS_FIELDSET_LABEL] => Layouts [TPL_GK_LANG_LAYOUT_POSITION] => Content position [TPL_GK_LANG_LAYOUT_POSITION_DESC] => Position of the page content - can be centered or set to the left side. [TPL_GK_LANG_TEMPLATE_WIDTH] => Template width [TPL_GK_LANG_TEMPLATE_WIDTH_DESC] => Maximal width of the template in pixels [TPL_GK_LANG_TABLET_WIDTH] => Tablet width [TPL_GK_LANG_TABLET_WIDTH_DESC] => Maximal width when tablet view is used [TPL_GK_LANG_TABLET_SMALL_WIDTH] => Small tablet width [TPL_GK_LANG_TABLET_SMALL_WIDTH_DESC] => Maximal width when small tablet view is used [TPL_GK_LANG_MOBILE_WIDTH] => Mobile width [TPL_GK_LANG_MOBILE_WIDTH_DESC] => Maximal width when mobile view is used [TPL_GK_LANG_SIDEBAR_POSITION] => Sidebar position [TPL_GK_LANG_SIDEBAR_POSITION_DESC] => Position of the sidebar module position - right or left. [TPL_GK_LANG_RIGHT] => Right [TPL_GK_LANG_LEFT] => Left [TPL_GK_LANG_CENTER] => Centered [TPL_GK_LANG_HEADER_LEFT_WIDTH] => Header left width [TPL_GK_LANG_HEADER_LEFT_WIDTH_DESC] => Width of the left part of the header in percents [TPL_GK_LANG_SIDEBAR_WIDTH] => Sidebar width [TPL_GK_LANG_SIDEBAR_WIDTH_DESC] => Width of the sidebar in percents [TPL_GK_LANG_SIDEBAR_WIDTH_FOR_PAGES] => Custom sidebar width [TPL_GK_LANG_SIDEBAR_WIDTH_FOR_PAGES_DESC] => Sidebar width for different subpages [TPL_GK_LANG_ADD_RULE_WIDTH] => Width: [COM_TEMPLATES_IMAGE_SETTINGS_FIELDSET_LABEL] => Images [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT] => Featured image height (full hd) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD] => Featured image height (desktop) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_DESKTOP] => Featured image height (small desktop) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_TABLET] => Featured image height (tablet) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_SMALL_TABLET] => Featured image height (small tablet) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_MOBILE] => Featured image height (mobile) [TPL_GK_LANG_FOR_FRONTPAGE_ONLY] => For frontpage only [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT] => Frontpage image height (full hd) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_FULL_HD] => Frontpage image height (desktop) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_DESKTOP] => Frontpage image height (small desktop) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_TABLET] => Frontpage image height (tablet) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_SMALL_TABLET] => Frontpage image height (small tablet) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_MOBILE] => Frontpage image height (mobile) [TPL_GK_LANG_FOR_K2_ONLY] => For specific subpages only [TPL_GK_LANG_K2_AUTHOR_PAGE_HEADER_IMAGE] => K2 Author page header image [TPL_GK_LANG_K2_AUTHOR_PAGE_HEADER_IMAGE_DESC] => The selected image will be displayed on the K2 author listing pages [TPL_GK_LANG_SEARCH_PAGE_HEADER_IMAGE] => Search page header image [COM_TEMPLATES_FONT_SETTINGS_FIELDSET_LABEL] => Fonts [TPL_GK_LANG_GOOGLE_FONTS_URL] => Google Font Directory [TPL_GK_LANG_GOOGLE_FONTS_URL_DESC] => You can preview on linked website available fonts [TPL_GK_LANG_SQUIRREL_FONTS_URL] => Squirrel font kits [TPL_GK_LANG_SQUIRREL_FONTS_URL_DESC] => You can preview on linked website available fonts [TPL_GK_LANG_CLICK_HERE] => Click here [TPL_GK_LANG_FONT_NAME_G1] => Body - font [TPL_GK_LANG_FONT_NAME_G1_DESC] => You can specify a font for document body [TPL_GK_LANG_FONT_RULES_G1] => Body - selectors [TPL_GK_LANG_FONT_RULES_G1_DESC] => You can specify a selectors for font used in the document body [TPL_GK_LANG_FONT_NAME_G2] => Headers - font [TPL_GK_LANG_FONT_NAME_G2_DESC] => You can specify a font for document headers [TPL_GK_LANG_FONT_RULES_G2] => Headers - selectors [TPL_GK_LANG_FONT_RULES_G2_DESC] => You can specify a selectors for font used in the document headers [TPL_GK_LANG_FONT_NAME_G3] => Other I - font [TPL_GK_LANG_FONT_NAME_G3_DESC] => You can specify a font for other document elements [TPL_GK_LANG_FONT_RULES_G3] => Other I - selectors [TPL_GK_LANG_FONT_RULES_G3_DESC] => You can specify a selectors for font used in the other document elements [TPL_GK_LANG_FONT_NAME_G4] => Other II - font [TPL_GK_LANG_FONT_NAME_G4_DESC] => You can specify a font for other document elements [TPL_GK_LANG_FONT_RULES_G4] => Other II - selectors [TPL_GK_LANG_FONT_RULES_G4_DESC] => You can specify a selectors for font used in the other document elements [COM_TEMPLATES_FEATURES_SETTINGS_FIELDSET_LABEL] => Features [TPL_GK_LANG_PAGE_TITLE] => Page title block [TPL_GK_LANG_PAGE_TITLE_DESC] => Enable page title block displayed when header module is not displayed. The page title block will display the current active menu item title attribute. [TPL_GK_LANG_PAGE_TITLE_OVERRIDE] => Page title override [TPL_GK_LANG_PAGE_TITLE_OVERRIDE_DESC] => You can define where the page title will be disabled or enabled [TPL_GK_LANG_LOGIN_URL] => Login URL [TPL_GK_LANG_LOGIN_URL_DESC] => You can specify here the login url. The login link will be automatically enabled when the any module on the login position will be loaded [TPL_GK_LANG_REG_URL] => Register URL [TPL_GK_LANG_REG_URL_DESC] => You can specify here the register url [TPL_GK_LANG_LOGO_TYPE] => Logo type [TPL_GK_LANG_LOGO_TYPE_DESC] => You can select the type of the logo used on your website or disable the logo [TPL_GK_LANG_LOGO_TYPE_IMAGE] => Image [TPL_GK_LANG_LOGO_TYPE_TEXT] => Text [TPL_GK_LANG_LOGO_TYPE_NONE] => None [TPL_GK_LANG_LOGO_IMAGE] => Logo image [TPL_GK_LANG_LOGO_IMAGE_DESC] => You can select your logo image from uploaded pics or use option from CSS if you want to use standard logo.png image from the template directory. [TPL_GK_LANG_DARK_LOGO_IMAGE] => Dark logo image [TPL_GK_LANG_DARK_LOGO_IMAGE_DESC] => This logo will be used on the bright headers and in the menu bar. You can select your logo image from uploaded pics - if this field will be empty the logo switching feature won't work. [TPL_GK_LANG_MOUSE_ICON] => Display mouse icon in headers [TPL_GK_LANG_LOGO_TYPE_CSS] => From CSS [TPL_GK_LANG_PRINT_LOGO] => Print logo [TPL_GK_LANG_PRINT_LOGO_DESC] => You can specify a logo used to print [TPL_GK_LANG_FAVICON_IMAGE] => Favicon image [TPL_GK_LANG_FAVICON_IMAGE_DESC] => You can select your favicon image from uploaded pics or leave this field blank if you want to use standard favicon.ico image from the template directory. [TPL_GK_LANG_LOGO_TEXT] => Logo text [TPL_GK_LANG_LOGO_TEXT_DESC] => Main text of the logo (works only with text logo type) [TPL_GK_LANG_LOGO_SLOGAN] => Logo slogan [TPL_GK_LANG_LOGO_SLOGAN_DESC] => Slogan under the main text of the logo (works only with text logo type) [TPL_GK_LANG_TOOLS] => Font-size switcher [TPL_GK_LANG_TOOLS_DESC] => You can enable/disable font-size switcher [TPL_GK_LANG_MOOTOOLS_FOR_PAGES] => Mootools library on pages [TPL_GK_LANG_MOOTOOLS_FOR_PAGES_DESC] => You can select the pages where mootools library is disabled - you can use ItemID or option value. This option removes mootools-more.js, mootools-core.js and caption.js scripts. [TPL_GK_LANG_TOOLS_FOR_PAGES] => Font-size switcher on pages [TPL_GK_LANG_TOOLS_FOR_PAGES_DESC] => You can select the pages where font-size switcher are disabled - you can use ItemID or option value [TPL_GK_LANG_SUFFIXES_FOR_PAGES] => Suffixes for pages [TPL_GK_LANG_SUFFIXES_FOR_PAGES_DESC] => You can define suffixes for specified pages - based on ItemID or option value [TPL_GK_LANG_CHROME_FRAME_SUPPORT] => Google Chrome Frame support [TPL_GK_LANG_CHROME_FRAME_SUPPORT_DESC] => You can enable Google Chrome Frame support - it useful for IE users [TPL_GK_LANG_COPYRIGHTS] => copyright [TPL_GK_LANG_COPYRIGHTS_DESC] => You can define copyrights text which will be visible in footer of the template [TPL_GK_LANG_STYLEAREA] => Style switcher [TPL_GK_LANG_STYLEAREA_DESC] => You can enable/disable style switcher [TPL_GK_LANG_FRAMEWORK_LOGO] => Framework logo at the bottom [TPL_GK_LANG_FRAMEWORK_LOGO_DESC] => You can enable/disable showing the framework logo at bottom [TPL_GK_LANG_GOOGLE_ANALYTICS] => Google Analytics codes [TPL_GK_LANG_GOOGLE_ANALYTICS_DESC] => You can define Google Analytics codes used on your website. You can define more than one Google Analytics code if you need it [TPL_GK_LANG_GOOGLE_ANALYTICS_TYPE] => Google Analytics type [TPL_GK_LANG_GOOGLE_ANALYTICS_TYPE_DESC] => You can select a Google Analytics tracking code between old version and new Universal Analytics version. [TPL_GK_LANG_MODULE_STYLES_OVERRIDE] => Positions style override [TPL_GK_LANG_MODULE_STYLES_OVERRIDE_DESC] => You can override style of the modules positions [TPL_GK_LANG_ZOOM_SIZE] => VirtueMart zoom area size [TPL_GK_LANG_ZOOM_SIZE_DESC] => You can specify width and height for zoom block visible on VirtueMart product thumbnails [COM_TEMPLATES_FACEBOOK_AND_TWITTER_SETTINGS_FIELDSET_LABEL] => Social API [TPL_GK_LANG_SOCIAL_API_TYPE] => Social API interface [TPL_GK_LANG_SOCIAL_API_TYPE_DESC] => You can select between old social api style and popup [TPL_GK_LANG_SOCIAL_API_POPUP] => Popup [TPL_GK_LANG_SOCIAL_API_FULL] => Normal [TPL_GK_LANG_SOCIAL_API_DISABLED] => Disabled [TPL_GK_LANG_TEXT_POPUP_BTNS] => Social popup buttons [TPL_GK_LANG_POPUP_FB] => Facebook link [TPL_GK_LANG_POPUP_TWITTER] => Twitter link [TPL_GK_LANG_POPUP_GPLUS] => Google+ link [TPL_GK_LANG_POPUP_PINTEREST] => Pinterest link [TPL_GK_LANG_POPUP_LINKEDIN] => LinkedIn link [TPL_GK_LANG_POPUP_VK] => VK link [TPL_GK_LANG_FB_API_ID] => Facebook API ID [TPL_GK_LANG_FB_API_ID_DESC] => Here you have to put your website id from Facebook [TPL_GK_LANG_FB_LANG] => Facebook API language [TPL_GK_LANG_FB_LANG_DESC] => You can use locales to specify a language used in Facebook API. i.e. en_US, pl_PL [TPL_GK_LANG_FB_LOGIN] => Use Facebook login [TPL_GK_LANG_FB_LOGIN_DESC] => In order to use this option please also enable GKFacebook authenticate plugin and define the Facebook API key [TPL_GK_LANG_FB_LIKE] => 'Like' buttons in the articles [TPL_GK_LANG_FB_LIKE_DESC] => You can enable 'like' buttons in all Joomla! articles [TPL_GK_LANG_FB_LIKE_SEND] => Show 'Send' button in the articles [TPL_GK_LANG_FB_LIKE_SEND_DESC] => You can enable 'Send' buttons in all Joomla! articles [TPL_GK_LANG_FB_LIKE_LAYOUT] => Layout [TPL_GK_LANG_FB_LIKE_LAYOUT_DESC] => You can specify a layout of the 'Like' buttons [TPL_GK_LANG_FB_LIKE_SHOW_FACES] => Show faces [TPL_GK_LANG_FB_LIKE_SHOW_FACES_DESC] => You can enable showing faces of people who likes specific article [TPL_GK_LANG_FB_LIKE_WIDTH] => Width [TPL_GK_LANG_FB_LIKE_WIDTH_DESC] => You can specify width of the 'Like' button box [TPL_GK_LANG_FB_LIKE_ACTION] => Action [TPL_GK_LANG_FB_LIKE_ACTION_DESC] => You can select an action which will be triggered when button will be clicked [TPL_GK_LANG_FB_LIKE_FONT] => Font [TPL_GK_LANG_FB_LIKE_FONT_DESC] => You can specify a font used in the 'Like' button box [TPL_GK_LANG_FB_LIKE_COLORSCHEME] => Colorscheme [TPL_GK_LANG_FB_LIKE_COLORSCHEME_DESC] => You can specify a colorscheme of the 'Like' button box [TPL_GK_LANG_TWEET_BTN] => 'Tweet' buttons in the articles [TPL_GK_LANG_TWEET_BTN_DESC] => You can enable 'Tweet' buttons in all Joomla! articles [TPL_GK_LANG_TWEET_BTN_DATA_COUNT] => Count layout [TPL_GK_LANG_TWEET_BTN_DATA_COUNT_DESC] => You can specify a layout of data count [TPL_GK_LANG_TWEET_BTN_DATA_VIA] => Recommend to follow [TPL_GK_LANG_TWEET_BTN_DATA_VIA_DESC] => You can specify account which will be mentioned with '@' [TPL_GK_LANG_TWEET_BTN_DATA_LANG] => Language [TPL_GK_LANG_TWEET_BTN_DATA_LANG_DESC] => You can select a language used in button [TPL_GK_LANG_TEXT_GOOGLE_PLUS] => Google +1 button [TPL_GK_LANG_TEXT_GOOGLE_PLUS_DESC] => Settings for Google +1 button [TPL_GK_LANG_GOOGLE_PLUS] => Google +1 button [TPL_GK_LANG_GOOGLE_PLUS_DESC] => Enable/disable Google +1 button [TPL_GK_LANG_GOOGLE_PLUS_COUNT] => Show counter [TPL_GK_LANG_GOOGLE_PLUS_COUNT_DESC] => Enable/disable showing count of clicks [TPL_GK_LANG_GOOGLE_PLUS_SIZE] => Button size [TPL_GK_LANG_GOOGLE_PLUS_SIZE_DESC] => Select size of the button - small (15px), medium (20px), standard (24px) or tall (60px) [TPL_GK_LANG_GOOGLE_PLUS_LANG] => Language [TPL_GK_LANG_GOOGLE_PLUS_LANG_DESC] => Language used in the button i.e. en-GB, pl, de etc. [TPL_GK_LANG_GOOGLE_PLUS_ANNOTATION] => Annotation type [TPL_GK_LANG_GOOGLE_PLUS_ANNOTATION_DESC] => You can specify the layotu for annotation block [TPL_GK_LANG_TEXT_GOOGLE_PLUS_SHARE_LINE] => Google+ Share button [TPL_GK_LANG_TEXT_GOOGLE_PLUS_SHARE_LINE_DESC] => Google+ Share button settings [TPL_GK_LANG_GOOGLE_PLUS_SHARE] => Google+ Share button [TPL_GK_LANG_GOOGLE_PLUS_SHARE_DESC] => Enable/disable displaying G+ Share button. [TPL_GK_LANG_GOOGLE_PLUS_SHARE_SIZE] => Size [TPL_GK_LANG_GOOGLE_PLUS_SHARE_SIZE_DESC] => You can define size for Google+ Share button. Different sizes are available for all layouts apart vertical-bubble [TPL_GK_LANG_TYPO] => Use typography [TPL_GK_LANG_TYPO_DESC] => If you want to use template typography please enable this option [TPL_GK_LANG_TYPO_ICONSET] => Use typography iconset [TPL_GK_LANG_TYPO_ICONSET_DESC] => If you want to use icons from typography iconset - please enable this option [COM_TEMPLATES_MENU_SETTINGS_FIELDSET_LABEL] => Menu [TPL_GK_LANG_MENU_TYPE] => Menu type [TPL_GK_LANG_MENU_TYPE_DESC] => You can select the main menu type [TPL_GK_LANG_MENU_TYPE_OVERLAY] => Overlay menu [TPL_GK_LANG_MENU_TYPE_CLASSIC] => Classic menu [TPL_GK_LANG_MENU_NAME] => Choose mainmenu [TPL_GK_LANG_MENU_NAME_DESC] => You can select the menu used in the main menu on the page [TPL_GK_LANG_START_ITEM] => Start item level [TPL_GK_LANG_START_ITEM_DESC] => First level of showed menu items [TPL_GK_LANG_END_ITEM] => End item level [TPL_GK_LANG_END_ITEM_DESC] => End level of showed menu items. -1 means inifinite [TPL_GK_LANG_MENU_OVERRIDE] => Menu override [TPL_GK_LANG_MENU_OVERRIDE_DESC] => You can define menu type for specified menu ItemID or option values [TPL_GK_LANG_MENU_O_ANIMATION] => Menu opacity animation [TPL_GK_LANG_MENU_O_ANIMATION_DESC] => You can enable/disable menu opacity animation [TPL_GK_LANG_MENU_H_ANIMATION] => Menu height animation [TPL_GK_LANG_MENU_H_ANIMATION_DESC] => You can enable/disable menu height animation [TPL_GK_LANG_MENU_W_ANIMATION] => Menu width animation [TPL_GK_LANG_MENU_W_ANIMATION_DESC] => You can enable/disable menu width animation [TPL_GK_LANG_MENU_COL_WIDTH] => Menu column width [TPL_GK_LANG_MENU_COL_WIDTH_DESC] => Width of the columns in the menu in pixels [TPL_GK_LANG_SUBMENU_PADDING] => Submenu padding [TPL_GK_LANG_MENU_DURATION] => Menu animation speed [TPL_GK_LANG_MENU_DURATION_DESC] => Menu animation speed in miliseconds [TPL_GK_LANG_MENU_ANIMATION] => Menu animation [TPL_GK_LANG_MENU_ANIMATION_DESC] => Choose menu animation effect [TPL_GK_LANG_MENUA_NONE] => None [TPL_GK_LANG_MENUA_SLIDE] => Slide [TPL_GK_LANG_MENUA_FADE] => Fade [TPL_GK_LANG_MENUA_SLIDE_FADE] => Slide & Fade [TPL_GK_LANG_MODULE_ID_OVERRIDE] => Module ID override [TPL_GK_LANG_MODULE_ID_OVERRIDE_DESC] => You can specify an ID for the module position container for using it in the menu on the one page layout. [TPL_GK_LANG_OFF_CANVAS_MENU] => Off-canvas menu [TPL_GK_LANG_CLASSIC_MENU] => Classic menu [TPL_GK_LANG_ONLY_CLASSIC_MENU] => Options only for the classic menu style [TPL_GK_LANG_FIXED_MENU] => Fixed menu bar [COM_TEMPLATES_DEV_SETTINGS_FIELDSET_LABEL] => Advanced settings [TPL_GK_LANG_USE_GK_CACHE] => Use GK Cache [TPL_GK_LANG_USE_GK_CACHE_DESC] => If you're using System Cache plugin you should enable also GK Cache plugin running before System Cache plugin in order to get GK Parser working properly [TPL_GK_LANG_CSS_RESET_URL] => CSS reset - demo [TPL_GK_LANG_CSS_RESET_URL_DESC] => Go to the CSS reset website with the interactive demo of all available CSS reset styles [TPL_GK_LANG_CSS_CACHE] => CSS cache [TPL_GK_LANG_CSS_CACHE_DESC] => You can enable/disable cache of CSS files [TPL_GK_LANG_CSS_COMPRESSION] => CSS compression [TPL_GK_LANG_CSS_COMPRESSION_DESC] => You can enable CSS compression [TPL_GK_LANG_CSS_OVERRIDE] => CSS override [TPL_GK_LANG_CSS_OVERRIDE_DESC] => You can enable additional CSS file with override rules - override.css [TPL_GK_LANG_TEXT_FB_LOGIN] => Connect with Facebook [TPL_GK_LANG_TEXT_FB_LIKE] => Facebook 'Like it' button [TPL_GK_LANG_TEXT_FB_FACEPILE] => Facebook facepile [TPL_GK_LANG_TEXT_TWITTER] => Twitter button [TPL_GK_LANG_TEXT_DIGG] => Digg button [TPL_GK_LANG_TEXT_GOOGLE_BUZZ] => Google Buzz button [TPL_GK_LANG_TEXT_DELICIOUS] => Delicious button [TPL_GK_LANG_TEXT_INSTAPAPER] => Instapaper button [TPL_GK_LANG_TEXT_FB_LOGIN_DESC] => You can integrate your login form with Facebook authorization - if user use option 'Login with Facebook' then it will be logged in with using email from facebook. If the email from facebook doesn't exist in Joomla! then a new account will be created. [TPL_GK_LANG_TEXT_FB_LIKE_DESC] => You can enable 'Like it' buttons in your articles. [TPL_GK_LANG_TEXT_FB_FACEPILE_DESC] => You can enable facepile in your articles. Facepile is a list of people who like specified article. [TPL_GK_LANG_TEXT_TWITTER_DESC] => You can enable Twitter 'Tweet' button in your articles. Then users can publish your articles on their Twitter accounts [TPL_GK_LANG_TEXT_DIGG_DESC] => You can enable Digg button in your articles - users can publish your articles on the digg.com [TPL_GK_LANG_TEXT_GOOGLE_BUZZ_DESC] => You can enable Google Buzz button in your articles. Then users can publish your articles on their Google Buzz. [TPL_GK_LANG_TEXT_DELICIOUS_DESC] => You can enable Delicious button in your articles. Then users can save your articles in their bookmarks. [TPL_GK_LANG_TEXT_INSTAPAPER_DESC] => You can enable Instapaper button in your articles. Then users can save your articles to read it later. [TPL_GK_LANG_EXCLUDED_ARTS] => Excluded articles [TPL_GK_LANG_EXCLUDED_ARTS_DESC] => List of the articles IDs excluded from the Social API - in these articles Social API doesn't show. Please separate the articles IDs by comma i.e. 12,33,64,233 [TPL_GK_LANG_EXCLUDED_CATS] => Excluded categories [TPL_GK_LANG_EXCLUDED_CATS_DESC] => List of the categories IDs excluded from the Social API - in these categories Social API doesn't show. Please separate the categories IDs by comma i.e. 12,33,64,233 [COM_TEMPLATES_UPDATES_FIELDSET_LABEL] => Updates [TPL_GK_LANG_SPECIFIED_RULE_EXISTS] => Specified rule exists on your list [TPL_GK_LANG_FOOTER_ELEMENTS_TEXT] => Footer elements [TPL_GK_LANG_OVERRIDES_TEXT] => Template elements overrides [TPL_GK_LANG_GA_TEXT] => Google Analytics [TPL_GK_LANG_LOGOTYPES_TEXT] => Logotypes [TPL_GK_LANG_TEMPLATE_COLUMNS_TEXT] => Template columns [TPL_GK_LANG_TEMPLATE_MODULES_TEXT] => Template modules blocks [TPL_GK_LANG_ADD_RULE_LAYOUT] => Layout: [TPL_GK_LANG_ADD_RULE_SUFFIX] => Suffix: [TPL_GK_LANG_ADD_RULE_STYLE] => Style: [TPL_GK_LANG_ADD_RULE_ID] => ID: [TPL_GK_LANG_ADD_RULE_STATE] => State: [TPL_GK_LANG_ADD_RULE_GA_CODE] => Google Analytics code: [TPL_GK_LANG_ADD_RULE_MENU_TYPE] => Menu type: [TPL_GK_LANG_ADD_RULE_MOD_POS] => Module position: [TPL_GK_LANG_ADD_RULE_ITEMID_OPTION] => ItemID/Option: [TPL_GK_LANG_NO_SQUIRREL] => No squirrel fonts detected [TPL_GK_LANG_ADD_RULE] => Add rule [TPL_GK_LANG_REMOVE_RULE] => Remove [TPL_GK_LANG_TEMPLATE_FEATURES_TEXT] => Template features [TPL_GK_LANG_SOCIAL_ICONS] => Social Icons [TPL_GK_LANG_SOCIAL_ICONS_DESC] => Enable social icons at top of the page [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK] => Facebook icon [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK_URL] => Facebook icon - url [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK_TEXT] => Facebook icon - text [TPL_GK_LANG_SOCIAL_ICONS_TWITTER] => Twitter icon [TPL_GK_LANG_SOCIAL_ICONS_TWITTER_URL] => Twitter icon - url [TPL_GK_LANG_SOCIAL_ICONS_TWITTER_TEXT] => Twitter icon - text [TPL_GK_LANG_SOCIAL_ICONS_VIMEO] => Vimeo icon [TPL_GK_LANG_SOCIAL_ICONS_VIMEO_URL] => Vimeo icon - url [TPL_GK_LANG_SOCIAL_ICONS_VIMEO_TEXT] => Vimeo icon - text [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE] => Youtube icon [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE_URL] => Youtube icon - url [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE_TEXT] => Youtube icon - text [TPL_GK_LANG_SOCIAL_ICONS_LASTFM] => Last.fm icon [TPL_GK_LANG_SOCIAL_ICONS_LASTFM_URL] => Last.fm icon - url [TPL_GK_LANG_SOCIAL_ICONS_LASTFM_TEXT] => Last.fm icon - text [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE] => MobyPicture icon [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE_URL] => MobyPicture icon - url [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE_TEXT] => MobyPicture icon - text [TPL_GK_LANG_SOCIAL_ICONS_DIGG] => Digg icon [TPL_GK_LANG_SOCIAL_ICONS_DIGG_URL] => Digg icon - url [TPL_GK_LANG_SOCIAL_ICONS_DIGG_TEXT] => Digg icon - text [TPL_GK_LANG_SOCIAL_SHARE] => Share with : [TPL_GK_LANG_NEWSLETTER_TEXT] => Newsletter settings [TPL_GK_LANG_NEWSLETTER_DISPLAY] => Newsletter display [TPL_GK_LANG_NEWSLETTER_DIRECT] => Display directly [TPL_GK_LANG_NEWSLETTER_AFTER_SCROLL] => Display after scrolling [TPL_GK_LANG_NEWSLETTER_AFTER_TIME] => Display after specific time [TPL_GK_LANG_NEWSLETTER_SCROLL] => Newsletter scroll delay (px) [TPL_GK_LANG_NEWSLETTER_TIME] => Newsletter time delay (seconds) [TPL_GK_LANG_ALL_RESULTS] => View all results [TPL_GK_LANG_NO_RESULTS] => No results for specified phrase… [TPL_GK_LANG_ADVERT] => Advertisement [TPL_GK_LANG_FB_USER] => Facebook user? [TPL_GK_LANG_FB_INFO] => You can use your Facebook account to sign into our site. [TPL_GK_LANG_LOG_IN] => LOG IN [TPL_GK_LANG_OR] => or [TPL_GK_LANG_OWN_GOOGLE_FONT] => - - - Own - - - [TPL_GK_LANG_OWN_GOOGLE_FONT_LINK] => Font url: [TPL_GK_LANG_OWN_GOOGLE_FONT_FAMILY] => Font family: [TPL_GK_LANG_YOUAH] => You are here: [TPL_GK_LANG_WEBMASTER_CONTACT] => Webmaster e-mail or URL [TPL_GK_LANG_WEBMASTER_CONTACT_DESC] => E-mail or URL used on the error page [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE] => Webmaster contact type [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_DESC] => Select between URL or Email contact in error page. You can also disable webmaster contact message. [TPL_GK_LANG_CONTACT_WEBMASTER] => Contact Webmaster [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_EMAIL] => E-mail [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_URL] => URL [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_NONE] => None [TPL_GK_LANG_ERROR_INFO] => Oops, you've encountered an error [TPL_GK_LANG_ERROR_DESC] => It appears the page you were looking for doesn't exist. Sorry about that. [TPL_GK_LANG_CSS_CUSTOM] => Custom CSS code [TPL_GK_LANG_CSS_CUSTOM_DESC] => Here you can add custom CSS which will be load after override.css code [TPL_GK_LANG_TOOLS_ALL] => Always enabled [TPL_GK_LANG_TOOLS_NONE] => Always disabled [TPL_GK_LANG_TOOLS_SELECTED] => Enabled on selected pages [TPL_GK_LANG_TOOLS_SELECTED_DISABLED] => Disabled on selected pages [TPL_GK_LANG_PRINT_BEHAVIOUR] => Print behaviour [TPL_GK_LANG_PRINT_BEHAOVIUR_DESC] => You can select the print page behaviour [TPL_GK_LANG_PRINT_DEFAULT] => Default [TPL_GK_LANG_PRINT_BUTTON] => Print button [TPL_GK_LANG_PRINT_AUTO] => Print automatically [TPL_GK_LANG_PRINT_BUTTON_TEXT] => Print this page [TPL_GK_LANG_CONFIG_LOADED_AND_SAVED] => Configuration successfully loaded and saved [TPL_GK_LANG_CONFIG_SQL_ERROR] => An error occurred during saving the configuration [TPL_GK_LANG_CONFIG_SELECTED_FILE_DOESNT_EXIST] => Selected file doesn't exist [TPL_GK_LANG_CONFIG_FILE_SAVED_AS] => Configuration file saved as [TPL_GK_LANG_CONFIG_FILE_WASNT_SAVED_PLEASE_CHECK_PERM] => Configuration file wasn't saved. Please check the config directory permissions. [TPL_GK_LANG_CONFIG_LOAD] => Load configuration: [TPL_GK_LANG_CONFIG_LOAD_BTN] => Load [TPL_GK_LANG_CONFIG_SAVE] => Save configuration: [TPL_GK_LANG_CONFIG_SAVE_BTN] => Save [TPL_GK_LANG_CONFIG_YOUR_FILENAME] => Your filename [COM_USERS_CAPTCHA_LABEL] => Captcha [TPL_GK_LANG_IE_TOOLBAR] => You're using an unsupported version of Internet Explorer. Please upgrade your browser for the best user experience on our site. Thank you. [TPL_GK_LANG_TEXT_PINTEREST] => Pin It Button [TPL_GK_LANG_TEXT_PINTEREST_DESC] => Setting for Pin It button. [TPL_GK_LANG_PINTEREST_BTN] => Pinterest button [TPL_GK_LANG_PINTEREST_BTN_DESC] => Add a Pin It button to invite your readers to pin your work onto Pinterest. [TPL_GK_LANG_PINTEREST_BTN_STYLE] => Pin Count style [TPL_GK_LANG_PINTEREST_BTN_STYLE_DESC] => The Pin It button is made to look and feel like the Facebook and Twitter buttons, here you can choose counter style [TPL_GK_LANG_PINTEREST_HORIZONTAL] => Horizontal [TPL_GK_LANG_PINTEREST_VERTICAL] => Vertical [TPL_GK_LANG_PINTEREST_NONE] => No count [TPL_GK_LANG_PINIT_TITLE] => Pin It [TPL_GK_LANG_MOBILE_MENU] => Menu [TPL_GK_LANG_BLOCK_ANIMATION] => Blocks animation [TPL_GK_LANG_BLOCK_ANIMATION_DESC] => Enable/disable blocks animation on the page resize [TPL_GK_LANG_CSS_PREFIXER] => Use prefixfree [TPL_GK_LANG_CSS_PREFIXER_DESC] => Allows you to use CSS3 code without prefixes. Important! When this option is enabled checking code in some tools like Firebug can be difficult. [COM_TEMPLATES_COOKIE_SETTINGS_FIELDSET_LABEL] => Cookie Law [TPL_GK_LANG_COOKIE_CONSENT] => Use Cookie Consent plugin [TPL_GK_LANG_COOKIE_CONSENT_DESC] => Enable/disable Javascript plugin that can be used to gain consent for cookies before they are set, allowing a website to comply with the new EU cookie law. [TPL_GK_LANG_CONSENT_TYPE] => Consent mode [TPL_GK_LANG_CONSENT_TYPE_DESC] => Explicit - no cookies will be sent until a visitor consents. Implied - set cookies and allow visitor to opt out. [TPL_GK_LANG_IMPLIED] => Implied [TPL_GK_LANG_EXPLICIT] => Explicit [TPL_GK_LANG_BANNER_MODE] => Banner display mode [TPL_GK_LANG_BANNER_MODE_DESC] => Should the banner be shown on every page until consent is gained, or should the banner only show once. [TPL_GK_LANG_EVERY_PAGE] => Show the banner on every page until consent is gained [TPL_GK_LANG_FIRST_PAGE] => Only show the banner on the first page a visitor looks at [TPL_GK_LANG_COOKIE_SSL] => Use SSL [TPL_GK_LANG_COOKIE_SSL_DESC] => If any of the pages Cookie Consent appears on use SSL, you will need to select this option. [TPL_GK_LANG_BANNER_POSITION] => Banner placement [TPL_GK_LANG_BANNER_POSITION_DESC] => Choose whether the consent banner appears at the top or bottom of the screen. [TPL_GK_LANG_TOP] => Top [TPL_GK_LANG_BOTTOM] => Bottom [TPL_GK_LANG_PUSH] => Push from the top (experimental) [TPL_GK_LANG_TAG_PLACEMENT] => Tag placement [TPL_GK_LANG_TAG_PLACEMENT_DESC] => Choose where the privacy settings tag appears. [TPL_GK_LANG_BR] => Bottom right [TPL_GK_LANG_BL] => Bottom left [TPL_GK_LANG_VR] => Right side [TPL_GK_LANG_VL] => Left side [TPL_GK_LANG_REFRESH_CONSENT] => Refresh after gaining consent [TPL_GK_LANG_REFRESH_CONSENT_DESC] => If you use have a server side application that needs to be aware of the consent to cookies, setting this option to yes will cause the page to be reloaded after consent has been gained. [TPL_GK_LANG_REFRESH] => Refresh the page [TPL_GK_LANG_NOREFRESH] => Don't refresh the page [TPL_GK_LANG_COOKIE_SOCIALDEFAULTTITLE] => Social media [TPL_GK_LANG_COOKIE_SOCIALDEFAULTDESCRIPTION] => Facebook, Twitter and other social websites need to know who you are to work properly. [TPL_GK_LANG_COOKIE_ANALYTICSDEFAULTTITLE] => Analytics [TPL_GK_LANG_COOKIE_ANALYTICSDEFAULTDESCRIPTION] => We anonymously measure your use of this website to improve your experience. [TPL_GK_LANG_COOKIE_ADVERTISINGDEFAULTTITLE] => Advertising [TPL_GK_LANG_COOKIE_ADVERTISINGDEFAULTDESCRIPTION] => Adverts will be chosen for you automatically based on your past behaviour and interests. [TPL_GK_LANG_COOKIE_DEFAULTTITLE] => Default cookie title [TPL_GK_LANG_COOKIE_DEFAULTDESCRIPTION] => Default cookie description. [TPL_GK_LANG_COOKIE_LEARNMORE] => Learn more [TPL_GK_LANG_COOKIE_CLOSEWINDOW] => Close window [TPL_GK_LANG_COOKIE_NOTIFICATIONTITLE] => Your experience on this site will be improved by allowing cookies [TPL_GK_LANG_COOKIE_NOTIFICATIONTITLEIMPLICIT] => We use cookies to ensure you get the best experience on our website [TPL_GK_LANG_COOKIE_CUSTOMCOOKIE] => This website uses a custom type of cookie which needs specific approval [TPL_GK_LANG_COOKIE_SEEDETAILS] => see details [TPL_GK_LANG_COOKIE_SEEDETAILSIMPLICIT] => change your settings [TPL_GK_LANG_COOKIE_HIDEDETAILS] => hide details [TPL_GK_LANG_COOKIE_ALLOWCOOKIES] => Allow cookies [TPL_GK_LANG_COOKIE_ALLOWCOOKIESIMPLICIT] => Close [TPL_GK_LANG_COOKIE_ALLOWFORALLSITES] => Allow for all sites [TPL_GK_LANG_COOKIE_SAVEPREFERENCE] => Save preference [TPL_GK_LANG_COOKIE_SAVEFORALLSITES] => Save for all sites [TPL_GK_LANG_COOKIE_PRIVACYSETTINGS] => Privacy settings [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGTITLEA] => Privacy settings [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGTITLEB] => for this website [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGSUBTITLE] => Some features of this website need your consent to remember who you are. [TPL_GK_LANG_COOKIE_CHANGEFORALLSITESLINK] => Change settings for all websites [TPL_GK_LANG_COOKIE_PREFERENCEUSEGLOBAL] => Use global setting [TPL_GK_LANG_COOKIE_PREFERENCECONSENT] => I consent [TPL_GK_LANG_COOKIE_PREFERENCEDECLINE] => I decline [TPL_GK_LANG_COOKIE_NOTUSINGCOOKIES] => This website does not use any cookies. [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGTITLEA] => Privacy settings [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGTITLEB] => for all websites [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGSUBTITLE] => You may consent to these cookies for all websites that use this plugin. [TPL_GK_LANG_COOKIE_BACKTOSITESETTINGS] => Back to website settings [TPL_GK_LANG_COOKIE_PREFERENCEASK] => Ask me each time [TPL_GK_LANG_COOKIE_PREFERENCEALWAYS] => Always allow [TPL_GK_LANG_COOKIE_PREFERENCENEVER] => Never allow [TPL_GK_LANG_RSS_LINK] => RSS link [TPL_GK_LANG_RSS_LINK_DESC] => You can enable/disable the RSS link in the left top part of the website [TPL_GK_LANG_MAIL_LINK] => Mail link [TPL_GK_LANG_MAIL_LINK_DESC] => You can enable/disable the mail link in the left top part of the website [TPL_GK_LANG_REG_LINK] => Register link [TPL_GK_LANG_REG_LINK_DESC] => You can enable/disable the Register link in the top part of the website [TPL_GK_LANG_RSS_URL] => RSS URL [TPL_GK_LANG_RSS_URL_DESC] => You can specify here the rss url [TPL_GK_LANG_MAIL_URL] => E-Mail URL [TPL_GK_LANG_MAIL_URL_DESC] => You can specify here the e-mail url - if you want to obfuscate your e-mail please use the 'mailto:' prefix in the e-mail address [TPL_GK_LANG_CONFIG_DIRECTORY] => Config Directory: [TPL_GK_LANG_CONFIG_DELETE] => Delete Configuration: [TPL_GK_LANG_CONFIG_DELETE_BTN] => Delete [TPL_GK_LANG_CONFIG_FILE_DELETED_AS] => configuration file deleted successfully. [TPL_GK_LANG_CONFIG_FILE_WASNT_DELETED_PLEASE_CHECK_PERM] => configuration file wasn't deleted properly. Please check the config directory for file permissions. [TPL_GK_LANG_CONFIG_FILE_WASNT_DELETED_PLEASE_CHECK_FILE] => selected configuration file is not available. Please check the config directory. [TPL_GK_LANG_JS_COMPRESSION] => JavaScript compression [TPL_GK_LANG_JS_COMPRESSION_DESC] => You can enable/disable JS compression [TPL_GK_LANG_EXCLUDEJSCSS] => Excluded JS/CSS [TPL_GK_LANG_EXCLUDEJSCSS_DESC] => Here you can specify which files should be not compressed. Please separate files by comma like css/k2.css,com_k2/js/k2.js [TPL_GK_LANG_SHOW_MENU] => Show template menu [TPL_GK_LANG_SHOW_MENU_DESC] => You can enable or disable build in template menu [TPL_GK_LANG_ADOBE_EDGE_URL] => Font name [TPL_GK_LANG_BACK_TO_TOP] => Back to top [TPL_GK_LANG_RSS] => RSS [TPL_GK_LANG_MAIL] => E-Mail [TPL_GK_LANG_RWD] => Responsive Layout [TPL_GK_LANG_RWD_DESC] => You enable/disable responsive view on tablet/mobile devices. [TPL_GK_LANG_MOBILE_MENU_LABEL] => Menu: [TPL_GK_LANG_TOUCH_IMAGE] => Touch devices image [TPL_GK_LANG_TOUCH_IMAGE_DESC] => Choose icon for your website used to represent it when added to the Home screen on iOS [TPL_GK_LANG_RECOMPILE_CSS] => Recompile LESS [TPL_GK_LANG_RECOMPILE_CSS_DESC] => Run LESS recompilation on each page refresh. It is only for the development environment! [TPL_GK_LANG_ERROR_MENU_ITEM_ID] => Error page menu item ID [TPL_GK_LANG_ERROR_MENU_ITEM_ID_DESC] => You can specify here a menu item ID for your 404 error page. [COM_TEMPLATES_JS_SETTINGS_FIELDSET_LABEL] => JavaScript files settings [TPL_GK_LANG_FOR_NOT_LOGGED_IN_USERS] => For not logged in users [TPL_GK_LANG_FOR_LOGGED_IN_USERS] => For logged in users [TPL_GK_LANG_MOOTOOLS_CORE] => Use mootools core [TPL_GK_LANG_MOOTOOLS_MORE] => Use mootools more [TPL_GK_LANG_JQUERY_NOCONFLICT] => Use jQuery noconflict [TPL_GK_LANG_BOOTSTRAP_JS] => Use bootstrap.min.js [TPL_GK_LANG_MODAL_JS] => Use modal.js [TPL_GK_LANG_PHOTOSWIPE_TOGGLE_FULLSCREEN] => Toggle fullscreen [TPL_GK_LANG_PHOTOSWIPE_ZOOM] => Zoom in/out [TPL_GK_LANG_PHOTOSWIPE_SHARE] => Share [TPL_GK_LANG_PHOTOSWIPE_CLOSE] => Close (Esc) [TPL_GK_LANG_PHOTOSWIPE_PREV] => Previous (arrow left) [TPL_GK_LANG_PHOTOSWIPE_NEXT] => Next (arrow right) [TPL_GK_TECHNEWS_POSITION_BREADCRUMB] => Breadcrumb [TPL_GK_TECHNEWS_POSITION_LOGIN] => Log in [TPL_GK_TECHNEWS_POSITION_FOOTER_NAV] => Footer navigation [TPL_GK_TECHNEWS_POSITION_HEADER] => Header [TPL_GK_TECHNEWS_POSITION_SIDEBAR] => Sidebar [TPL_GK_TECHNEWS_POSITION_MAINBODY] => Mainbody [TPL_GK_TECHNEWS_POSITION_MAINBODY_TOP] => Mainbody Top [TPL_GK_TECHNEWS_POSITION_MAINBODY_BOTTOM] => Mainbody Bottom [TPL_GK_TECHNEWS_POSITION_LANG] => Lang [TPL_GK_TECHNEWS_POSITION_MENU_TOP] => Menu Top [TPL_GK_TECHNEWS_POSITION_MENU_BOTTOM] => Menu Bottom [TPL_GK_TECHNEWS_POSITION_SEARCH] => Search [TPL_GK_TECHNEWS_POSITION_FOOTER_NAV_POPUP] => Footer navigation popup [TPL_GK_TECHNEWS_POSITION_NEWSLETTER] => Newsletter [TPL_GK_TECHNEWS_POSITION_SIDEBAR_TOP] => Sidebar top [TPL_GK_TECHNEWS_POSITION_TOP1] => Top I [TPL_GK_TECHNEWS_POSITION_TOP2] => Top II [TPL_GK_TECHNEWS_POSITION_BOTTOM1] => Bottom I [TPL_GK_TECHNEWS_POSITION_BOTTOM2] => Bottom II [TPL_GK_TECHNEWS_POSITION_BOTTOM3] => Bottom III [TPL_GK_TECHNEWS_POSITION_BOTTOM4] => Bottom IV [TPL_GK_TECHNEWS_POSITION_BOTTOM5] => Bottom V [TPL_GK_TECHNEWS_POSITION_BOTTOM6] => Bottom VI [TPL_GK_TECHNEWS_POSITION_BOTTOM7] => Bottom VII [TPL_GK_TECHNEWS_POSITION_BOTTOM8] => Bottom VIII [TPL_GK_TECHNEWS_POSITION_BOTTOM9] => Bottom IX [TPL_GK_TECHNEWS_POSITION_TAB1] => Tab I [TPL_GK_TECHNEWS_POSITION_TAB2] => Tab II [TPL_GK_TECHNEWS_POSITION_TAB3] => Tab III [TPL_GK_TECHNEWS_POSITION_TAB4] => Tab IV [TPL_GK_TECHNEWS_POSITION_TAB5] => Tab V [TPL_GK_TECHNEWS_POSITION_TAB6] => Tab VI [TPL_GK_TECHNEWS_POSITION_TAB7] => Tab VII [TPL_GK_TECHNEWS_POSITION_TAB8] => Tab VIII [TPL_GK_TECHNEWS_POSITION_TAB9] => Tab IX [TPL_GK_TECHNEWS_POSITION_TAB10] => Tab X [TPL_GK_TECHNEWS_POSITION_MENU1] => Menu I [TPL_GK_TECHNEWS_POSITION_MENU2] => Menu II [TPL_GK_TECHNEWS_POSITION_MENU3] => Menu III [TPL_GK_TECHNEWS_POSITION_MENU4] => Menu IV [TPL_GK_TECHNEWS_POSITION_MENU5] => Menu V [TPL_GK_TECHNEWS_POSITION_MENU6] => Menu VI [TPL_GK_TECHNEWS_POSITION_MENU7] => Menu VII [TPL_GK_TECHNEWS_POSITION_MENU8] => Menu VIII [TPL_GK_TECHNEWS_POSITION_MENU9] => Menu IX [TPL_GK_TECHNEWS_POSITION_MENU10] => Menu X [COM_TEMPLATES_ADDITIONAL_EFFECTS_FIELDSET_LABEL] => Additional effects [TPL_GK_LANG_PAGE_PRELOADER] => Use page preloader [TPL_GK_LANG_PAGE_PRELOADER_IMG] => Page preloader image [TPL_GK_LANG_JS_PARALLAX] => Use JavaScript parallax engine [TPL_GK_LANG_JS_PARALLAX_DESC] => Use Javascript parallax engine instead of CSS effects [TPL_GK_LANG_JS_SCROLLREVEAL] => Use scrollreveal.js [TPL_GK_LANG_JS_SCROLLREVEAL_DESC] => scrollreveal.js is responsible for the animation during page scrolling [TPL_GK_LANG_JS_PHOTOSWIPE] => Use PhotoSwipe [TPL_GK_LANG_JS_PHOTOSWIPE_DESC] => PhotoSwipe can be used in the galleries [TPL_GK_LANG_JS_KALENDAE] => Use kalendae [TPL_GK_LANG_JS_KALENDAE_DESC] => Kalendae can be used to generate date picker fields in the forms [TPL_GK_LANG_JS_PROGRESSBAR] => Use progressbar.js [TPL_GK_LANG_JS_PROGRESSBAR_DESC] => Progressbar.js is used to generate circular loading effect in reviews [TPL_GK_LANG_VM3_TEXT] => Settings for VirtueMart 3 only [TPL_GK_LANG_VM3_SHOW_QUANTITY] => Show quantity fields in the product details page [TPL_GK_LANG_SR_SEARCH_CHECKIN_DATE] => Check-in [TPL_GK_LANG_SR_SEARCH_CHECKOUT_DATE] => Check-out [TPL_GK_TECHNEWS_DATE_FORMAT] => M d, Y [COM_CONTENT_ACCESS_DELETE_DESC] => Inherited state for delete actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ACCESS_EDIT_DESC] => Inherited state for edit actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ACCESS_EDITSTATE_DESC] => Inherited state for edit state actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ARTICLE_CONTENT] => Content [COM_CONTENT_ARTICLE_HITS] => Hits: %s [COM_CONTENT_ARTICLE_INFO] => Details [COM_CONTENT_ARTICLE_VOTE_FAILURE] => You already rated this article today! [COM_CONTENT_ARTICLE_VOTE_SUCCESS] => Thank you for rating this article. [COM_CONTENT_AUTHOR_FILTER_LABEL] => Author Filter [COM_CONTENT_CAPTCHA_DESC] => Please complete the security check. [COM_CONTENT_CAPTCHA_LABEL] => Captcha [COM_CONTENT_CATEGORY] => Category: %s [COM_CONTENT_CATEGORY_LIST_TABLE_CAPTION] => List of articles in category %s [COM_CONTENT_CHECKED_OUT_BY] => Checked out by %s [COM_CONTENT_CONTENT_TYPE_ARTICLE] => Article [COM_CONTENT_CONTENT_TYPE_CATEGORY] => Article Category [COM_CONTENT_CREATE_ARTICLE] => Submit new article [COM_CONTENT_CREATED_DATE] => Created Date [COM_CONTENT_CREATED_DATE_ON] => Created: %s [COM_CONTENT_EDIT_ITEM] => Edit Article [COM_CONTENT_ERROR_ARTICLE_NOT_FOUND] => Article not found [COM_CONTENT_ERROR_LOGIN_TO_VIEW_ARTICLE] => Please login to view the article [COM_CONTENT_ERROR_PARENT_CATEGORY_NOT_FOUND] => Parent category not found [COM_CONTENT_FEED_READMORE] => Read More ... [COM_CONTENT_FIELD_FULL_DESC] => Select or upload an image for the single article display. [COM_CONTENT_FIELD_FULL_LABEL] => Full Article Image [COM_CONTENT_FIELD_IMAGE_ALT_DESC] => Alternative text used for visitors without access to images. [COM_CONTENT_FIELD_IMAGE_ALT_LABEL] => Alt Text [COM_CONTENT_FIELD_IMAGE_CAPTION_DESC] => Caption attached to the image. [COM_CONTENT_FIELD_IMAGE_CAPTION_LABEL] => Caption [COM_CONTENT_FIELD_IMAGE_DESC] => The image to be displayed. [COM_CONTENT_FIELD_INTRO_DESC] => Select or upload an image for the intro text layouts such as blogs and featured. [COM_CONTENT_FIELD_INTRO_LABEL] => Intro Image [COM_CONTENT_FIELD_NOTE_DESC] => An optional note to display in the article list. [COM_CONTENT_FIELD_NOTE_LABEL] => Note [COM_CONTENT_FIELD_URL_DESC] => Link for display. [COM_CONTENT_FIELD_URL_LINK_TEXT_DESC] => Text to display for the link. [COM_CONTENT_FIELD_URL_LINK_TEXT_LABEL] => Link Text [COM_CONTENT_FIELD_URLA_LABEL] => Link A [COM_CONTENT_FIELD_URLA_LINK_TEXT_LABEL] => Link A Text [COM_CONTENT_FIELD_URLB_LABEL] => Link B [COM_CONTENT_FIELD_URLB_LINK_TEXT_LABEL] => Link B Text [COM_CONTENT_FIELD_URLC_LABEL] => Link C [COM_CONTENT_FIELD_URLC_LINK_TEXT_LABEL] => Link C Text [COM_CONTENT_FILTER_SEARCH_DESC] => Content Filter Search [COM_CONTENT_FLOAT_DESC] => Controls placement of the image. [COM_CONTENT_FLOAT_FULLTEXT_LABEL] => Full text image float. [COM_CONTENT_FLOAT_INTRO_LABEL] => Intro Image float [COM_CONTENT_FLOAT_LABEL] => Image Float [COM_CONTENT_FORM_EDIT_ARTICLE] => Edit an article [COM_CONTENT_FORM_FILTER_LEGEND] => Filters [COM_CONTENT_FORM_FILTER_SUBMIT] => Filter [COM_CONTENT_HEADING_TITLE] => Title [COM_CONTENT_HITS_FILTER_LABEL] => Hits Filter [COM_CONTENT_IMAGES_AND_URLS] => Images and Links [COM_CONTENT_INTROTEXT] => Article must have some content. [COM_CONTENT_INVALID_RATING] => Article Rating: Invalid Rating: %s [COM_CONTENT_LAST_UPDATED] => Last Updated: %s [COM_CONTENT_LEFT] => Left [COM_CONTENT_METADATA] => Metadata [COM_CONTENT_MODAL_FILTER_SEARCH_DESC] => Search in title and alias. Prefix with ID: or AUTHOR: to search for an article ID or article author. [COM_CONTENT_MODAL_FILTER_SEARCH_LABEL] => Search Articles [COM_CONTENT_MODIFIED_DATE] => Modified Date [COM_CONTENT_MONTH] => Month [COM_CONTENT_MORE_ARTICLES] => More Articles ... [COM_CONTENT_NEW_ARTICLE] => New Article [COM_CONTENT_NO_ARTICLES] => There are no articles in this category. If subcategories display on this page, they may have articles. [COM_CONTENT_NONE] => None [COM_CONTENT_NUM_ITEMS] => Article Count: [COM_CONTENT_NUM_ITEMS_TIP] => Article Count [COM_CONTENT_ON_NEW_CONTENT] => A new Article has been submitted by '%1$s' entitled '%2$s'. [COM_CONTENT_ORDERING] => Ordering:
New articles default to the first position in the Category. The ordering can be changed in Backend. [COM_CONTENT_PAGEBREAK_DOC_TITLE] => Page Break [COM_CONTENT_PAGEBREAK_INSERT_BUTTON] => Insert Page Break [COM_CONTENT_PAGEBREAK_TITLE] => Page Title: [COM_CONTENT_PAGEBREAK_TOC] => Table of Contents Alias: [COM_CONTENT_PARENT] => Parent Category: %s [COM_CONTENT_PUBLISHED_DATE] => Published Date [COM_CONTENT_PUBLISHED_DATE_ON] => Published: %s [COM_CONTENT_PUBLISHING] => Publishing [COM_CONTENT_RATINGS] => Rating [COM_CONTENT_RATINGS_COUNT] => Rating: %s [COM_CONTENT_READ_MORE] => Read more: [COM_CONTENT_READ_MORE_TITLE] => Read more ... [COM_CONTENT_REGISTER_TO_READ_MORE] => Register to read more ... [COM_CONTENT_RIGHT] => Right [COM_CONTENT_SAVE_SUCCESS] => Article saved. [COM_CONTENT_SAVE_WARNING] => Alias already existed so a number was added at the end. If you want to change the alias, please contact a site administrator [COM_CONTENT_SELECT_AN_ARTICLE] => Select an Article [COM_CONTENT_SUBMIT_SAVE_SUCCESS] => Article submitted. [COM_CONTENT_TITLE_FILTER_LABEL] => Title Filter [COM_CONTENT_VOTES] => Vote [COM_CONTENT_VOTES_COUNT] => Vote: %s [COM_CONTENT_WRITTEN_BY] => Written by %s ) [used:protected] => Array ( ) [counter:protected] => 16 [override:protected] => Array ( [COM_STENDALTO_WISHLIST_INVIA_TESTO] => Stai inviando la wishlist %s [COM_STENDALTO_PROFILO] => My account [MOD_LOGIN_VALUE_USERNAME] => Email [COM_USERS_LOGIN_USERNAME_LABEL] => Email [COM_USERS_FIELD_RESET_CONFIRM_USERNAME_LABEL] => Email [TPL_GK_LANG_REGISTER_POPUP] => CREATE ACCOUNT [COM_STENDALTO_REGISTRAZIONE] => Registration ) [transliterator:protected] => [pluralSuffixesCallback:protected] => Array ( [0] => en_GBLocalise [1] => getPluralSuffixes ) [ignoredSearchWordsCallback:protected] => Array ( [0] => en_GBLocalise [1] => getIgnoredSearchWords ) [lowerLimitSearchWordCallback:protected] => Array ( [0] => en_GBLocalise [1] => getLowerLimitSearchWord ) [upperLimitSearchWordCallback:protected] => Array ( [0] => en_GBLocalise [1] => getUpperLimitSearchWord ) [searchDisplayedCharactersNumberCallback:protected] => Array ( [0] => en_GBLocalise [1] => getSearchDisplayedCharactersNumber ) ) [session:protected] => Joomla\CMS\Session\Session Object ( [_state:protected] => active [_expire:protected] => 10800 [_store:protected] => JSessionStorageDatabase Object ( ) [_security:protected] => Array ( [0] => fix_browser ) [storeName:protected] => database [_input:Joomla\CMS\Session\Session:private] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [_dispatcher:Joomla\CMS\Session\Session:private] => JEventDispatcher Object ( [_observers:protected] => Array ( [0] => Array ( [event] => onAfterSessionStart [handler] => Array ( [0] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [1] => afterSessionStart ) ) [1] => plgSystemRsformdeletesubmissions Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsformdeletesubmissions [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [2] => plgSystemRsfpjoomlacaptcha Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpjoomlacaptcha [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [3] => PlgSystemSessionGc Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409204 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sessiongc [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [4] => PlgSystemLogrotation Object ( [autoloadLanguage:protected] => 1 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409205 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1710516898 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => logrotation [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [5] => PlgSystemOSSystem Object ( [namespace:protected] => OSSystem [extension:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => ossystem [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [6] => plgSystemAdminExile Object ( [_app:plgSystemAdminExile:private] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [_ip:plgSystemAdminExile:private] => 3.238.251.21 [_key:plgSystemAdminExile:private] => [_pass:plgSystemAdminExile:private] => 1 [_failed:plgSystemAdminExile:private] => [_logged:plgSystemAdminExile:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [key] => br3v3tt1 [twofactor] => 1 [keyvalue] => st3nd4lt0 [redirect] => HOME [fourofour] => 404 Not Found

Not Found

The requested URL {url} was not found on this server.


{serversignature} [redirecturl] => https://www.fbi.gov [frontrestrict] => 0 [maillink] => 1 [maillinkgroup] => Array ( [0] => 8 ) [faillog] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => adminexile [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_db] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409206 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) ) [7] => plgSystemStendalto Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stendalto [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [8] => PlgSystemStats Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409207 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [serverUrl:protected] => https://developer.joomla.org/stats/submit [uniqueId:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [mode] => 3 [lastrun] => [unique_id] => 8c9c62610d2ea85c6faa835fd71cbf0b9df1c600 [interval] => 12 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stats [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [9] => plgSystemRsfpregistration Object ( [sendUserEmail:plgSystemRsfpregistration:private] => [sendAdminEmail:plgSystemRsfpregistration:private] => [autoloadLanguage:protected] => 1 [json_elements:plgSystemRsfpregistration:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpregistration [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [10] => plgSystemNextendSmartslider3 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextendsmartslider3 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [11] => plgSystemNextend2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextend2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [12] => PlgSystemUpdatenotification Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1711711789 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => updatenotification [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [13] => plgSystemK2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => k2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [14] => PlgSystemFields Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => fields [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [15] => plgSystemGKExtMenu Object ( [_params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_pluginPath] => /home/brevettistendalto.it/public_html/plugins/system/gkextmenu/ [params] => [_name:protected] => [_type:protected] => [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_plugin] => stdClass Object ( [type] => system [name] => gkextmenu [params] => {} [id] => 10004 ) ) [16] => plgSystemFmAlertCookies Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [name_plugin] => fmalertcookies [version_plugin] => 1.3.3 [ajouter_jquery] => 0 [mylanguage] => it-IT [duree_cookie] => 30 [deleteCookie] => 1 [display_offline] => 0 [affichage_msg_page_cookie] => 1 [type_affichage] => 1 [num_opacity] => 100 [position] => 1 [position_contenu] => center [position_fixe] => 1 [taille_cadre] => 100% [marge_ext] => 0 [marge_int] => 10 [couleur_texte] => #666666 [couleur_fond] => #ffffff [type_bordure] => 1 [couleur_bordure] => #eeeeee [taille_bordure] => 1 [first_btn] => 1 [position_btn] => 1 [btn_more] => 1 [position_btn_more] => left [taille_btn_more] => btn-mini [couleur_btn_more] => btn-custom [couleur_btn_more_custom] => #b3b3b3 [couleur_texte_btn_more] => #ffffff [btn_close] => 1 [position_btn_close] => left [taille_btn_close] => btn-mini [couleur_btn_close] => btn-custom [couleur_btn_close_custom] => #ffe866 [couleur_texte_btn_close] => #eeeeee [user_agent] => Teoma,alexa,froogle,Gigabot,inktomi,looksmart,URL_Spider_SQL,Firefly,NationalDirectory,AskJeeves,TECNOSEEK,InfoSeek,WebFindBot,girafabot,crawler,www.galaxy.com,Googlebot,Scooter,Slurp,bing,msnbot,appie,FAST,WebBug,Spade,ZyBorg,rabaz,Baiduspider,Feedfetcher-Google,TechnoratiSnoop,Rankivabot,Mediapartners-Google,Sogouwebspider,WebAltaCrawler,TweetmemeBot,Butterfly,Twitturls,Me.dium,Twiceler [langue_activate_it_IT] => 1 [texte_alert_cookies_it_IT] => Utilizziamo cookie tecnici e di terze parti al fine di migliorare i nostri servizi. Proseguendo la navigazione accetti l'utilizzo dei cookie. Per ulteriori informazioni o per scoprire come modificare la configurazione e bloccare i Cookie, consulta la nostra informativa. [texte_readmore_it_IT] => Leggi l'informativa [link_readmore_menu_it_IT] => 108 [ancre_link_readmore_menu_it_IT] => [texte_close_it_IT] => Accetto [langue_activate_en_GB] => 1 [texte_alert_cookies_en_GB] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_en_GB] => Read the policy [link_readmore_menu_en_GB] => 1146 [ancre_link_readmore_menu_en_GB] => [texte_close_en_GB] => I Accept [langue_activate_es_ES] => 1 [texte_alert_cookies_es_ES] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_es_ES] => ì [link_readmore_menu_es_ES] => 324 [ancre_link_readmore_menu_es_ES] => [texte_close_es_ES] => [langue_activate_fr_FR] => 1 [texte_alert_cookies_fr_FR] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_fr_FR] => Read the policy [link_readmore_menu_fr_FR] => 1147 [ancre_link_readmore_menu_fr_FR] => [texte_close_fr_FR] => I Accept [langue_activate_de_DE] => 1 [texte_alert_cookies_de_DE] => Um die Webseite optimal gestalten und fortlaufend verbessern zu können, verwendet Brevetti Stendalto sowohl eigene Cookies als auch von Drittanbietern. Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu. [texte_readmore_de_DE] => Read the policy [link_readmore_menu_de_DE] => 1150 [ancre_link_readmore_menu_de_DE] => [texte_close_de_DE] => I Accept [langue_activate_zh_CN] => 1 [texte_alert_cookies_zh_CN] => 我们使用技术性Cookie和第三方Cookie来改善我们的服务。通过继续浏览,您同意使用Cookie。 有关更多信息或了解如何更改设置和阻止Cookie,请参阅我们的隐私政策。 [texte_readmore_zh_CN] => 阅读政策 [link_readmore_menu_zh_CN] => 1151 [ancre_link_readmore_menu_zh_CN] => [texte_close_zh_CN] => 同意 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => fmalertcookies [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [17] => PlgSystemLanguageFilter Object ( [mode_sef:protected] => 1 [sefs:protected] => Array ( [it] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [cn] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [lang_codes:protected] => Array ( [it-IT] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en-GB] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es-ES] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr-FR] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de-DE] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [zh-CN] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [current_lang:protected] => en-GB [default_lang:protected] => it-IT [user_lang_code:PlgSystemLanguageFilter:private] => [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [detect_browser] => 0 [automatic_change] => 1 [item_associations] => 1 [alternate_meta] => 1 [xdefault] => 1 [xdefault_language] => default [remove_default_prefix] => 0 [lang_cookie] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => languagefilter [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [18] => PlgSystemLogout Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => logout [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [19] => PlgSystemDebug Object ( [linkFormat:protected] => [debugLang:PlgSystemDebug:private] => 0 [logEntries:PlgSystemDebug:private] => Array ( ) [sqlShowProfiles:PlgSystemDebug:private] => Array ( ) [sqlShowProfileEach:PlgSystemDebug:private] => Array ( ) [explains:PlgSystemDebug:private] => Array ( ) [totalQueries:PlgSystemDebug:private] => 0 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409208 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [profile] => 1 [queries] => 1 [memory] => 1 [language_files] => 1 [language_strings] => 1 [strip-first] => 1 [strip-prefix] => [strip-suffix] => ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => debug [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [20] => PlgSystemLog Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => log [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [21] => PlgSystemHighlight Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => highlight [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [22] => PlgSystemRemember Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => remember [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [23] => PlgSystemSef Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sef [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [24] => PlgSystemLanguagecode Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => languagecode [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) ) [_state:protected] => [_methods:protected] => Array ( [onaftersessionstart] => Array ( [0] => 0 ) [onafterinitialise] => Array ( [0] => 1 [1] => 5 [2] => 6 [3] => 8 [4] => 13 [5] => 17 [6] => 22 ) [onpreprocessmenuitems] => Array ( [0] => 1 ) [onrsformbackendgetavailablecaptchas] => Array ( [0] => 2 ) [onrsformbackendaftershowcomponents] => Array ( [0] => 2 ) [onafterrespond] => Array ( [0] => 3 [1] => 19 ) [onafterrender] => Array ( [0] => 4 [1] => 5 [2] => 7 [3] => 11 [4] => 12 [5] => 13 [6] => 16 [7] => 23 [8] => 24 ) [_frontrestrict] => Array ( [0] => 6 ) [onuserafterlogin] => Array ( [0] => 7 ) [onajaxsendalways] => Array ( [0] => 8 ) [onajaxsendnever] => Array ( [0] => 8 ) [onajaxsendonce] => Array ( [0] => 8 ) [onajaxsendstats] => Array ( [0] => 8 ) [ongetstatsdata] => Array ( [0] => 8 ) [debug] => Array ( [0] => 8 ) [render] => Array ( [0] => 8 ) [onrsformformsave] => Array ( [0] => 9 ) [onrsformbackendformcopy] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabs] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabstab] => Array ( [0] => 9 ) [onrsformbackendaftercreatefrontcomponentbody] => Array ( [0] => 9 ) [onrsformfrontendbeforeformdisplay] => Array ( [0] => 9 ) [onrsformfrontendbeforeformvalidation] => Array ( [0] => 9 ) [onrsformfrontendbeforestoresubmissions] => Array ( [0] => 9 ) [onrsformaftercreateplaceholders] => Array ( [0] => 9 ) [onrsformfrontendafterformprocess] => Array ( [0] => 9 ) [onrsformbeforeuseremail] => Array ( [0] => 9 ) [onrsformbeforeadminemail] => Array ( [0] => 9 ) [onrsformbackendaftershowconfigurationtabs] => Array ( [0] => 9 ) [onrsformfrontendswitchtasks] => Array ( [0] => 9 ) [onrsformafterformbuildroute] => Array ( [0] => 9 ) [onrsformafterformparseroute] => Array ( [0] => 9 ) [onafterroute] => Array ( [0] => 9 [1] => 13 [2] => 17 ) [onrsformformdelete] => Array ( [0] => 9 ) [onrsformformbackup] => Array ( [0] => 9 ) [onrsformformrestore] => Array ( [0] => 9 ) [onrsformbackendformrestoretruncate] => Array ( [0] => 9 ) [onrsformaftercreatequickaddglobalplaceholders] => Array ( [0] => 9 ) [oninitn2library] => Array ( [0] => 10 [1] => 11 ) [onnextendbeforecompilehead] => Array ( [0] => 10 ) [prepare] => Array ( [0] => 10 ) [cleaneshop] => Array ( [0] => 10 ) [onafterdispatch] => Array ( [0] => 11 [1] => 13 [2] => 17 [3] => 19 [4] => 21 [5] => 23 ) [getsearchvalue] => Array ( [0] => 13 ) [renderoriginal] => Array ( [0] => 13 ) [rendertranslated] => Array ( [0] => 13 ) [oncontentnormaliserequestdata] => Array ( [0] => 14 ) [oncontentaftersave] => Array ( [0] => 14 ) [onuseraftersave] => Array ( [0] => 14 [1] => 17 ) [oncontentafterdelete] => Array ( [0] => 14 ) [onuserafterdelete] => Array ( [0] => 14 ) [oncontentprepareform] => Array ( [0] => 14 [1] => 15 [2] => 16 [3] => 24 ) [oncontentaftertitle] => Array ( [0] => 14 ) [oncontentbeforedisplay] => Array ( [0] => 14 ) [oncontentafterdisplay] => Array ( [0] => 14 ) [oncontentprepare] => Array ( [0] => 14 ) [onpreparefindercontent] => Array ( [0] => 14 ) [onbeforecompilehead] => Array ( [0] => 16 ) [preprocessbuildrule] => Array ( [0] => 17 ) [buildrule] => Array ( [0] => 17 ) [postprocesssefbuildrule] => Array ( [0] => 17 ) [postprocessnonsefbuildrule] => Array ( [0] => 17 ) [parserule] => Array ( [0] => 17 ) [onprivacycollectadmincapabilities] => Array ( [0] => 17 ) [onuserbeforesave] => Array ( [0] => 17 [1] => 22 ) [onuserlogin] => Array ( [0] => 17 ) [onuserlogout] => Array ( [0] => 18 [1] => 22 ) [handleerror] => Array ( [0] => 18 ) [adddisplaycallback] => Array ( [0] => 19 ) [removedisplaycallback] => Array ( [0] => 19 ) [mysqldisconnecthandler] => Array ( [0] => 19 ) [logger] => Array ( [0] => 19 ) [onuserloginfailure] => Array ( [0] => 20 ) ) [_errors:protected] => Array ( ) ) [_handler:protected] => JSessionHandlerJoomla Object ( [input] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [force_ssl:protected] => [started:JSessionHandlerNative:private] => 1 [closed:JSessionHandlerNative:private] => ) [data:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [__default] => stdClass Object ( [session] => stdClass Object ( [counter] => 1 [timer] => stdClass Object ( [start] => 1711722816 [last] => 1711722816 [now] => 1711722816 ) ) [registry] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [user] => Joomla\CMS\User\User Object ( [isRoot:protected] => [id] => 0 [name] => [username] => [email] => [password] => [password_clear] => [block] => [sendEmail] => 0 [registerDate] => [lastvisitDate] => [activation] => [params] => [groups] => Array ( [0] => 9 ) [guest] => 1 [lastResetTime] => [resetCount] => [requireReset] => [_params:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_authGroups:protected] => [_authLevels:protected] => Array ( [0] => 1 [1] => 1 [2] => 5 ) [_authActions:protected] => [_errorMsg:protected] => [userHelper:protected] => Joomla\CMS\User\UserWrapper Object ( ) [_errors:protected] => Array ( ) [aid] => 0 ) ) ) [initialized:protected] => [separator] => . ) ) [response:protected] => stdClass Object ( [cachable] => [headers] => Array ( [0] => Array ( [name] => X-Logged-In [value] => False ) [1] => Array ( [name] => X-Content-Powered-By [value] => K2 v2.10.3 (by JoomlaWorks) ) [2] => Array ( [name] => status [value] => 404 ) ) [body] => Array ( ) ) [responseMap:Joomla\CMS\Application\WebApplication:private] => Array ( [100] => HTTP/1.1 100 Continue [101] => HTTP/1.1 101 Switching Protocols [102] => HTTP/1.1 102 Processing [200] => HTTP/1.1 200 OK [201] => HTTP/1.1 201 Created [202] => HTTP/1.1 202 Accepted [203] => HTTP/1.1 203 Non-Authoritative Information [204] => HTTP/1.1 204 No Content [205] => HTTP/1.1 205 Reset Content [206] => HTTP/1.1 206 Partial Content [207] => HTTP/1.1 207 Multi-Status [208] => HTTP/1.1 208 Already Reported [226] => HTTP/1.1 226 IM Used [300] => HTTP/1.1 300 Multiple Choices [301] => HTTP/1.1 301 Moved Permanently [302] => HTTP/1.1 302 Found [303] => HTTP/1.1 303 See other [304] => HTTP/1.1 304 Not Modified [305] => HTTP/1.1 305 Use Proxy [306] => HTTP/1.1 306 (Unused) [307] => HTTP/1.1 307 Temporary Redirect [308] => HTTP/1.1 308 Permanent Redirect [400] => HTTP/1.1 400 Bad Request [401] => HTTP/1.1 401 Unauthorized [402] => HTTP/1.1 402 Payment Required [403] => HTTP/1.1 403 Forbidden [404] => HTTP/1.1 404 Not Found [405] => HTTP/1.1 405 Method Not Allowed [406] => HTTP/1.1 406 Not Acceptable [407] => HTTP/1.1 407 Proxy Authentication Required [408] => HTTP/1.1 408 Request Timeout [409] => HTTP/1.1 409 Conflict [410] => HTTP/1.1 410 Gone [411] => HTTP/1.1 411 Length Required [412] => HTTP/1.1 412 Precondition Failed [413] => HTTP/1.1 413 Payload Too Large [414] => HTTP/1.1 414 URI Too Long [415] => HTTP/1.1 415 Unsupported Media Type [416] => HTTP/1.1 416 Range Not Satisfiable [417] => HTTP/1.1 417 Expectation Failed [418] => HTTP/1.1 418 I'm a teapot [421] => HTTP/1.1 421 Misdirected Request [422] => HTTP/1.1 422 Unprocessable Entity [423] => HTTP/1.1 423 Locked [424] => HTTP/1.1 424 Failed Dependency [426] => HTTP/1.1 426 Upgrade Required [428] => HTTP/1.1 428 Precondition Required [429] => HTTP/1.1 429 Too Many Requests [431] => HTTP/1.1 431 Request Header Fields Too Large [451] => HTTP/1.1 451 Unavailable For Legal Reasons [500] => HTTP/1.1 500 Internal Server Error [501] => HTTP/1.1 501 Not Implemented [502] => HTTP/1.1 502 Bad Gateway [503] => HTTP/1.1 503 Service Unavailable [504] => HTTP/1.1 504 Gateway Timeout [505] => HTTP/1.1 505 HTTP Version Not Supported [506] => HTTP/1.1 506 Variant Also Negotiates [507] => HTTP/1.1 507 Insufficient Storage [508] => HTTP/1.1 508 Loop Detected [510] => HTTP/1.1 510 Not Extended [511] => HTTP/1.1 511 Network Authentication Required ) [singleValueResponseHeaders:Joomla\CMS\Application\WebApplication:private] => Array ( [0] => status [1] => content-length [2] => host [3] => content-type [4] => content-location [5] => date [6] => location [7] => retry-after [8] => server [9] => mime-version [10] => last-modified [11] => etag [12] => accept-ranges [13] => content-range [14] => age [15] => expires [16] => clear-site-data [17] => pragma [18] => strict-transport-security [19] => content-security-policy [20] => content-security-policy-report-only [21] => x-frame-options [22] => x-xss-protection [23] => x-content-type-options [24] => referrer-policy [25] => expect-ct [26] => feature-policy [27] => permissions-policy ) [dispatcher:protected] => JEventDispatcher Object ( [_observers:protected] => Array ( [0] => Array ( [event] => onAfterSessionStart [handler] => Array ( [0] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [1] => afterSessionStart ) ) [1] => plgSystemRsformdeletesubmissions Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsformdeletesubmissions [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [2] => plgSystemRsfpjoomlacaptcha Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpjoomlacaptcha [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [3] => PlgSystemSessionGc Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409209 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sessiongc [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [4] => PlgSystemLogrotation Object ( [autoloadLanguage:protected] => 1 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409210 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1710516898 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => logrotation [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [5] => PlgSystemOSSystem Object ( [namespace:protected] => OSSystem [extension:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => ossystem [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [6] => plgSystemAdminExile Object ( [_app:plgSystemAdminExile:private] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [_ip:plgSystemAdminExile:private] => 3.238.251.21 [_key:plgSystemAdminExile:private] => [_pass:plgSystemAdminExile:private] => 1 [_failed:plgSystemAdminExile:private] => [_logged:plgSystemAdminExile:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [key] => br3v3tt1 [twofactor] => 1 [keyvalue] => st3nd4lt0 [redirect] => HOME [fourofour] => 404 Not Found

Not Found

The requested URL {url} was not found on this server.


{serversignature} [redirecturl] => https://www.fbi.gov [frontrestrict] => 0 [maillink] => 1 [maillinkgroup] => Array ( [0] => 8 ) [faillog] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => adminexile [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_db] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409211 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) ) [7] => plgSystemStendalto Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stendalto [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [8] => PlgSystemStats Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409212 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [serverUrl:protected] => https://developer.joomla.org/stats/submit [uniqueId:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [mode] => 3 [lastrun] => [unique_id] => 8c9c62610d2ea85c6faa835fd71cbf0b9df1c600 [interval] => 12 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stats [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [9] => plgSystemRsfpregistration Object ( [sendUserEmail:plgSystemRsfpregistration:private] => [sendAdminEmail:plgSystemRsfpregistration:private] => [autoloadLanguage:protected] => 1 [json_elements:plgSystemRsfpregistration:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpregistration [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [10] => plgSystemNextendSmartslider3 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextendsmartslider3 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [11] => plgSystemNextend2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextend2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [12] => PlgSystemUpdatenotification Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1711711789 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => updatenotification [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [13] => plgSystemK2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => k2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [14] => PlgSystemFields Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => fields [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [15] => plgSystemGKExtMenu Object ( [_params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_pluginPath] => /home/brevettistendalto.it/public_html/plugins/system/gkextmenu/ [params] => [_name:protected] => [_type:protected] => [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_plugin] => stdClass Object ( [type] => system [name] => gkextmenu [params] => {} [id] => 10004 ) ) [16] => plgSystemFmAlertCookies Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [name_plugin] => fmalertcookies [version_plugin] => 1.3.3 [ajouter_jquery] => 0 [mylanguage] => it-IT [duree_cookie] => 30 [deleteCookie] => 1 [display_offline] => 0 [affichage_msg_page_cookie] => 1 [type_affichage] => 1 [num_opacity] => 100 [position] => 1 [position_contenu] => center [position_fixe] => 1 [taille_cadre] => 100% [marge_ext] => 0 [marge_int] => 10 [couleur_texte] => #666666 [couleur_fond] => #ffffff [type_bordure] => 1 [couleur_bordure] => #eeeeee [taille_bordure] => 1 [first_btn] => 1 [position_btn] => 1 [btn_more] => 1 [position_btn_more] => left [taille_btn_more] => btn-mini [couleur_btn_more] => btn-custom [couleur_btn_more_custom] => #b3b3b3 [couleur_texte_btn_more] => #ffffff [btn_close] => 1 [position_btn_close] => left [taille_btn_close] => btn-mini [couleur_btn_close] => btn-custom [couleur_btn_close_custom] => #ffe866 [couleur_texte_btn_close] => #eeeeee [user_agent] => Teoma,alexa,froogle,Gigabot,inktomi,looksmart,URL_Spider_SQL,Firefly,NationalDirectory,AskJeeves,TECNOSEEK,InfoSeek,WebFindBot,girafabot,crawler,www.galaxy.com,Googlebot,Scooter,Slurp,bing,msnbot,appie,FAST,WebBug,Spade,ZyBorg,rabaz,Baiduspider,Feedfetcher-Google,TechnoratiSnoop,Rankivabot,Mediapartners-Google,Sogouwebspider,WebAltaCrawler,TweetmemeBot,Butterfly,Twitturls,Me.dium,Twiceler [langue_activate_it_IT] => 1 [texte_alert_cookies_it_IT] => Utilizziamo cookie tecnici e di terze parti al fine di migliorare i nostri servizi. Proseguendo la navigazione accetti l'utilizzo dei cookie. Per ulteriori informazioni o per scoprire come modificare la configurazione e bloccare i Cookie, consulta la nostra informativa. [texte_readmore_it_IT] => Leggi l'informativa [link_readmore_menu_it_IT] => 108 [ancre_link_readmore_menu_it_IT] => [texte_close_it_IT] => Accetto [langue_activate_en_GB] => 1 [texte_alert_cookies_en_GB] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_en_GB] => Read the policy [link_readmore_menu_en_GB] => 1146 [ancre_link_readmore_menu_en_GB] => [texte_close_en_GB] => I Accept [langue_activate_es_ES] => 1 [texte_alert_cookies_es_ES] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_es_ES] => ì [link_readmore_menu_es_ES] => 324 [ancre_link_readmore_menu_es_ES] => [texte_close_es_ES] => [langue_activate_fr_FR] => 1 [texte_alert_cookies_fr_FR] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_fr_FR] => Read the policy [link_readmore_menu_fr_FR] => 1147 [ancre_link_readmore_menu_fr_FR] => [texte_close_fr_FR] => I Accept [langue_activate_de_DE] => 1 [texte_alert_cookies_de_DE] => Um die Webseite optimal gestalten und fortlaufend verbessern zu können, verwendet Brevetti Stendalto sowohl eigene Cookies als auch von Drittanbietern. Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu. [texte_readmore_de_DE] => Read the policy [link_readmore_menu_de_DE] => 1150 [ancre_link_readmore_menu_de_DE] => [texte_close_de_DE] => I Accept [langue_activate_zh_CN] => 1 [texte_alert_cookies_zh_CN] => 我们使用技术性Cookie和第三方Cookie来改善我们的服务。通过继续浏览,您同意使用Cookie。 有关更多信息或了解如何更改设置和阻止Cookie,请参阅我们的隐私政策。 [texte_readmore_zh_CN] => 阅读政策 [link_readmore_menu_zh_CN] => 1151 [ancre_link_readmore_menu_zh_CN] => [texte_close_zh_CN] => 同意 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => fmalertcookies [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [17] => PlgSystemLanguageFilter Object ( [mode_sef:protected] => 1 [sefs:protected] => Array ( [it] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [cn] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [lang_codes:protected] => Array ( [it-IT] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en-GB] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es-ES] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr-FR] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de-DE] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [zh-CN] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [current_lang:protected] => en-GB [default_lang:protected] => it-IT [user_lang_code:PlgSystemLanguageFilter:private] => [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [detect_browser] => 0 [automatic_change] => 1 [item_associations] => 1 [alternate_meta] => 1 [xdefault] => 1 [xdefault_language] => default [remove_default_prefix] => 0 [lang_cookie] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => languagefilter [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [18] => PlgSystemLogout Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => logout [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [19] => PlgSystemDebug Object ( [linkFormat:protected] => [debugLang:PlgSystemDebug:private] => 0 [logEntries:PlgSystemDebug:private] => Array ( ) [sqlShowProfiles:PlgSystemDebug:private] => Array ( ) [sqlShowProfileEach:PlgSystemDebug:private] => Array ( ) [explains:PlgSystemDebug:private] => Array ( ) [totalQueries:PlgSystemDebug:private] => 0 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409213 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [profile] => 1 [queries] => 1 [memory] => 1 [language_files] => 1 [language_strings] => 1 [strip-first] => 1 [strip-prefix] => [strip-suffix] => ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => debug [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [20] => PlgSystemLog Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => log [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [21] => PlgSystemHighlight Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => highlight [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [22] => PlgSystemRemember Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => remember [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [23] => PlgSystemSef Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sef [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [24] => PlgSystemLanguagecode Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => languagecode [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) ) [_state:protected] => [_methods:protected] => Array ( [onaftersessionstart] => Array ( [0] => 0 ) [onafterinitialise] => Array ( [0] => 1 [1] => 5 [2] => 6 [3] => 8 [4] => 13 [5] => 17 [6] => 22 ) [onpreprocessmenuitems] => Array ( [0] => 1 ) [onrsformbackendgetavailablecaptchas] => Array ( [0] => 2 ) [onrsformbackendaftershowcomponents] => Array ( [0] => 2 ) [onafterrespond] => Array ( [0] => 3 [1] => 19 ) [onafterrender] => Array ( [0] => 4 [1] => 5 [2] => 7 [3] => 11 [4] => 12 [5] => 13 [6] => 16 [7] => 23 [8] => 24 ) [_frontrestrict] => Array ( [0] => 6 ) [onuserafterlogin] => Array ( [0] => 7 ) [onajaxsendalways] => Array ( [0] => 8 ) [onajaxsendnever] => Array ( [0] => 8 ) [onajaxsendonce] => Array ( [0] => 8 ) [onajaxsendstats] => Array ( [0] => 8 ) [ongetstatsdata] => Array ( [0] => 8 ) [debug] => Array ( [0] => 8 ) [render] => Array ( [0] => 8 ) [onrsformformsave] => Array ( [0] => 9 ) [onrsformbackendformcopy] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabs] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabstab] => Array ( [0] => 9 ) [onrsformbackendaftercreatefrontcomponentbody] => Array ( [0] => 9 ) [onrsformfrontendbeforeformdisplay] => Array ( [0] => 9 ) [onrsformfrontendbeforeformvalidation] => Array ( [0] => 9 ) [onrsformfrontendbeforestoresubmissions] => Array ( [0] => 9 ) [onrsformaftercreateplaceholders] => Array ( [0] => 9 ) [onrsformfrontendafterformprocess] => Array ( [0] => 9 ) [onrsformbeforeuseremail] => Array ( [0] => 9 ) [onrsformbeforeadminemail] => Array ( [0] => 9 ) [onrsformbackendaftershowconfigurationtabs] => Array ( [0] => 9 ) [onrsformfrontendswitchtasks] => Array ( [0] => 9 ) [onrsformafterformbuildroute] => Array ( [0] => 9 ) [onrsformafterformparseroute] => Array ( [0] => 9 ) [onafterroute] => Array ( [0] => 9 [1] => 13 [2] => 17 ) [onrsformformdelete] => Array ( [0] => 9 ) [onrsformformbackup] => Array ( [0] => 9 ) [onrsformformrestore] => Array ( [0] => 9 ) [onrsformbackendformrestoretruncate] => Array ( [0] => 9 ) [onrsformaftercreatequickaddglobalplaceholders] => Array ( [0] => 9 ) [oninitn2library] => Array ( [0] => 10 [1] => 11 ) [onnextendbeforecompilehead] => Array ( [0] => 10 ) [prepare] => Array ( [0] => 10 ) [cleaneshop] => Array ( [0] => 10 ) [onafterdispatch] => Array ( [0] => 11 [1] => 13 [2] => 17 [3] => 19 [4] => 21 [5] => 23 ) [getsearchvalue] => Array ( [0] => 13 ) [renderoriginal] => Array ( [0] => 13 ) [rendertranslated] => Array ( [0] => 13 ) [oncontentnormaliserequestdata] => Array ( [0] => 14 ) [oncontentaftersave] => Array ( [0] => 14 ) [onuseraftersave] => Array ( [0] => 14 [1] => 17 ) [oncontentafterdelete] => Array ( [0] => 14 ) [onuserafterdelete] => Array ( [0] => 14 ) [oncontentprepareform] => Array ( [0] => 14 [1] => 15 [2] => 16 [3] => 24 ) [oncontentaftertitle] => Array ( [0] => 14 ) [oncontentbeforedisplay] => Array ( [0] => 14 ) [oncontentafterdisplay] => Array ( [0] => 14 ) [oncontentprepare] => Array ( [0] => 14 ) [onpreparefindercontent] => Array ( [0] => 14 ) [onbeforecompilehead] => Array ( [0] => 16 ) [preprocessbuildrule] => Array ( [0] => 17 ) [buildrule] => Array ( [0] => 17 ) [postprocesssefbuildrule] => Array ( [0] => 17 ) [postprocessnonsefbuildrule] => Array ( [0] => 17 ) [parserule] => Array ( [0] => 17 ) [onprivacycollectadmincapabilities] => Array ( [0] => 17 ) [onuserbeforesave] => Array ( [0] => 17 [1] => 22 ) [onuserlogin] => Array ( [0] => 17 ) [onuserlogout] => Array ( [0] => 18 [1] => 22 ) [handleerror] => Array ( [0] => 18 ) [adddisplaycallback] => Array ( [0] => 19 ) [removedisplaycallback] => Array ( [0] => 19 ) [mysqldisconnecthandler] => Array ( [0] => 19 ) [logger] => Array ( [0] => 19 ) [onuserloginfailure] => Array ( [0] => 20 ) ) [_errors:protected] => Array ( ) ) [identity:protected] => [config:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [offline] => 0 [offline_message] => Sito fuori servizio per manutenzione.
Riprovare più tardi. [display_offline_message] => 1 [offline_image] => [sitename] => Brevetti Stendalto [editor] => tinymce [captcha] => recaptcha [list_limit] => 20 [access] => 1 [debug] => 0 [debug_lang] => 0 [dbtype] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [db] => brevettistendalto_it [dbprefix] => nnhf3_ [live_site] => [secret] => XFPXX4LQbSw4BesB [gzip] => 0 [error_reporting] => none [helpurl] => https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode} [ftp_host] => [ftp_port] => [ftp_user] => [ftp_pass] => [ftp_root] => [ftp_enable] => 0 [offset] => UTC [mailonline] => 1 [mailer] => smtp [mailfrom] => info@brevettistendalto.it [fromname] => Brevetti Stendalto [sendmail] => /usr/sbin/sendmail [smtpauth] => 1 [smtpuser] => info@brevettistendalto.it [smtppass] => r5mkta!3fPz_TyJ97G-h [smtphost] => smtp.office365.com [smtpsecure] => tls [smtpport] => 587 [caching] => 0 [cache_handler] => file [cachetime] => 15 [cache_platformprefix] => 0 [MetaDesc] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo. [MetaKeys] => cable chain, catena portacavi, Chaînes, catene portacavi, catena porta cave, power track, Chaînes porte câbles, catene plastica, catene porta cavi, catene plastica, kabelketten, energieführungsketten, schleppketten, kabelkette, schleppkette, kabelschleppkette, schlauchkette, energieführungskette, schlauchketten, kabelschleppketten, kabelschlepper, drag chain, power chain, porte câbles [MetaTitle] => 1 [MetaAuthor] => 1 [MetaVersion] => 0 [robots] => [sef] => 1 [sef_rewrite] => 1 [sef_suffix] => 0 [unicodeslugs] => 0 [feed_limit] => 10 [feed_email] => none [log_path] => /home/brevettistendalto.it/logs [tmp_path] => /home/brevettistendalto.it/tmp [lifetime] => 180 [session_handler] => database [memcache_persist] => 1 [memcache_compress] => 0 [memcache_server_host] => localhost [memcache_server_port] => 11211 [memcached_persist] => 1 [memcached_compress] => 0 [memcached_server_host] => localhost [memcached_server_port] => 11211 [redis_persist] => 1 [redis_server_host] => localhost [redis_server_port] => 6379 [redis_server_auth] => [redis_server_db] => 0 [proxy_enable] => 0 [proxy_host] => [proxy_port] => [proxy_user] => [proxy_pass] => [massmailoff] => 0 [MetaRights] => [sitename_pagetitles] => 2 [force_ssl] => 0 [session_memcache_server_host] => localhost [session_memcache_server_port] => 11211 [session_memcached_server_host] => localhost [session_memcached_server_port] => 11211 [frontediting] => 0 [cookie_domain] => [cookie_path] => [asset_id] => 1 [replyto] => info@brevettistendalto.it [replytoname] => Brevetti Stendalto [shared_session] => 0 [debug_lang_const] => 1 [behind_loadbalancer] => 0 [session_redis_persist] => 1 [session_redis_server_host] => localhost [session_redis_server_port] => 6379 [session_redis_server_db] => 0 [language] => en-GB [theme] => gk_technews [themeParams] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [template_style] => main.less [custom_override] => -1 [template_width] => 1600 [tablet_width] => 840 [tablet_small_width] => 840 [mobile_width] => 640 [sidebar_position] => right [sidebar_width] => 30 [sidebar_width_for_pages] => [rwd] => 1 [font_name_group1] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group1] => body, .childcontent, .box.advertisement .header [font_name_group2] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group2] => h1,h2,h3,h4,h5,h6, #gkHeaderNav, .btn, button, .button, select, textarea, input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="url"], input[type="email"], .itemTags, k2TagCloudBlock, .gkTab, th, .nspMain, .gkNspPM, .pagination li [font_name_group3] => standard;Arial, Helvetica, sans-serif [font_rules_group3] => [font_name_group4] => standard;Arial, Helvetica, sans-serif [font_rules_group4] => [logo_type] => image [logo_image] => images/logo.png [logo_text] => Brevetti Stendalto [logo_slogan] => Dynamic Cable Protection [print_logo] => [print_behaviour] => nothing [favicon_image] => images/favicon.ico [touch_image] => [copyrights] => [webmaster_contact_type] => none [webmaster_contact] => webmaster@gavick.com [google_analytics] => [google_analytics_type] => old [suffix_override] => 101=frontpage 125=frontpage 152=frontpage 115=frontpage 324=frontpage 325=frontpage 326=frontpage [newsletter_display] => after_time [newsletter_scroll] => 1000 [newsletter_time] => 10 [show_menu] => 1 [menu_type] => classic [menu_name] => menu-principale [startlevel] => 0 [endlevel] => -1 [moduleid_override] => [menu_opacity] => 1 [menu_height] => 1 [menu_width] => 0 [menu_fixed] => 0 [menu_col_width] => 290 [menu_duration] => 500 [social_api_type] => 0 [popup_fb] => 1 [popup_twitter] => 1 [popup_gplus] => 1 [popup_pinterest] => 1 [popup_linkedin] => 0 [popup_vk] => 0 [fb_api_id] => [fb_lang] => en_US [fb_login] => 0 [fb_like] => 0 [fb_like_send] => 0 [fb_like_layout] => standard [fb_like_show_faces] => true [fb_like_width] => 500 [fb_like_action] => like [fb_like_font] => arial [fb_like_colorscheme] => light [google_plus] => 1 [google_plus_count] => 1 [google_plus_size] => medium [google_plus_lang] => en-GB [google_plus_share] => 1 [google_plus_share_annotation] => vertical-bubble [google_plus_share_size] => 20 [tweet_btn] => 0 [tweet_btn_data_count] => vertical [tweet_btn_data_via] => [tweet_btn_data_lang] => en [pinterest_btn] => 0 [pinterest_btn_style] => horizontal [excluded_arts] => [cookie_consent] => 0 [consenttype] => explicit [cookie_use_ssl] => 0 [banner_position] => bottom [banner_tag_placement] => bottom-right [refreshOnConsent] => 0 [error_page_menu_item_id] => 99999 [recompile_css] => 0 [use_gk_cache] => 0 [css_cache] => 0 [css_compression] => 0 [css_override] => 1 [css_prefixer] => 0 [js_compression] => 0 [jscss_excluded] => [css_custom] => #gkUser span { color: #000; width: 170px; height: 45px; overflow: hidden } #gkUser #gkUserMenu2 { margin: 0 -20px; padding: 0 0 0px 0; } #gkUser #gkUserMenu2 ul { padding: 0; } #gkUser #gkUserMenu2 li { height: 44px; margin: 0; padding: 0; } #gkUser #gkUserMenu2 li a { color: #151515; display: block; font-size: 1.4rem; line-height: 1.4; padding: 14px 22px; } #gkUser #gkUserMenu2 li a:active, #gkUser #gkUserMenu2 li a:focus, #gkUser #gkUserMenu2 li a:hover { background: #eee; color: #424242; } #gkUser #gkUserMenu2 li a .micon { float: right; font-size: 2rem; } #gkUser #gkUserMenu { padding: 0px; } #gkUser #gkUserMenu2 .menu, #gkUser #gkUserMenu .menu{ margin: 0px; } #gkUser #gkUserMenu2 { border-top: 1px solid #DEDEDE; } #gk-login-submenu { padding-bottom: 5px!important; padding-top: 5px!important; } #gkFooter {padding:0 80px 25px 80px!important;} #gkFooterNav {padding:30px 0 30px 0;} .footer .header {font-size:16px !important;} #gkFooter .footer a {padding:5px 0px;} article.nopaddingtop { padding-top: 40px;} article.nopaddingtop .moduletable h3 { display:none; } article.nopaddingtop .moduletable { width: 300px; border: 1px solid #DEDEDE; border-radius: 5px; padding: 10px; margin: 0 auto; margin-bottom: 10px; position: absolute; background-color: #FFF; top: 90px; left: 530px; } #disegni_3d a, #scheda_tecnica a { color: #555;} #disegni_3d a:hover #scheda_tecnica a:hover { color: #42a5f5;} .single-page .header-wrap > img {display:none;} div.jwts_toggleControlContainer a.jwts_toggleControl {background:#d3d3d3 !important; color:#ffea5e !important; font-size:20px; font-weight:500;} #fancybox-content {border:none !important;} #fancybox-outer {background:none;} .spu_content {margin-left:20px; margin-right:20px; border:none; box-shadow:none; background:#ffef96; padding:30px 25px 10px 25px;} #fancybox-bg-w, #fancybox-bg-nw, #fancybox-bg-sw, #fancybox-bg-s, #fancybox-bg-se, #fancybox-bg-e, #fancybox-bg-ne, #fancybox-bg-n {background:none;} [mootools_core] => 1 [mootools_more] => 1 [jquery_noconflict] => 1 [bootstrap_js] => 1 [modal_js] => 1 [mootools_core_logged_in] => 1 [mootools_more_logged_in] => 1 [jquery_noconflict_logged_in] => 1 [bootstrap_js_logged_in] => 1 [modal_js_logged_in] => 1 [page_preloader] => 0 [page_preloader_img] => default.gif [js_scrollreveal] => 1 [js_photoswipe] => 1 [js_progressbar] => 1 ) [initialized:protected] => 1 [separator] => . ) ) [initialized:protected] => 1 [separator] => . ) [input] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [logger:Joomla\Application\AbstractApplication:private] => Joomla\CMS\Log\DelegatingPsrLogger Object ( [logger:protected] => Joomla\CMS\Log\Log Object ( [configurations:protected] => Array ( [72a10d39e4d5c6ef173c2161ed4a6994] => Array ( [logger] => messagequeue ) ) [loggers:protected] => Array ( ) [lookup:protected] => Array ( [72a10d39e4d5c6ef173c2161ed4a6994] => stdClass Object ( [priorities] => 30719 [categories] => Array ( [0] => jerror ) [exclude] => ) ) ) [priorityMap:protected] => Array ( [emergency] => 1 [alert] => 2 [critical] => 4 [error] => 8 [warning] => 16 [notice] => 32 [info] => 64 [debug] => 128 ) ) [item_associations] => 1 ) [type] => -> [args] => Array ( ) ) [13] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/Application/CMSApplication.php [line] => 225 [function] => doExecute [class] => Joomla\CMS\Application\SiteApplication [object] => Joomla\CMS\Application\SiteApplication Object ( [_language_filter:protected] => 1 [_detect_browser:protected] => [docOptions:protected] => Array ( ) [scope] => com_content [_clientId:protected] => 0 [_messageQueue:protected] => Array ( ) [_name:protected] => site [profiler:protected] => [template:protected] => stdClass Object ( [id] => 9 [home] => 1 [template] => gk_technews [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [template_style] => main.less [custom_override] => -1 [template_width] => 1600 [tablet_width] => 840 [tablet_small_width] => 840 [mobile_width] => 640 [sidebar_position] => right [sidebar_width] => 30 [sidebar_width_for_pages] => [rwd] => 1 [font_name_group1] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group1] => body, .childcontent, .box.advertisement .header [font_name_group2] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group2] => h1,h2,h3,h4,h5,h6, #gkHeaderNav, .btn, button, .button, select, textarea, input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="url"], input[type="email"], .itemTags, k2TagCloudBlock, .gkTab, th, .nspMain, .gkNspPM, .pagination li [font_name_group3] => standard;Arial, Helvetica, sans-serif [font_rules_group3] => [font_name_group4] => standard;Arial, Helvetica, sans-serif [font_rules_group4] => [logo_type] => image [logo_image] => images/logo.png [logo_text] => Brevetti Stendalto [logo_slogan] => Dynamic Cable Protection [print_logo] => [print_behaviour] => nothing [favicon_image] => images/favicon.ico [touch_image] => [copyrights] => [webmaster_contact_type] => none [webmaster_contact] => webmaster@gavick.com [google_analytics] => [google_analytics_type] => old [suffix_override] => 101=frontpage 125=frontpage 152=frontpage 115=frontpage 324=frontpage 325=frontpage 326=frontpage [newsletter_display] => after_time [newsletter_scroll] => 1000 [newsletter_time] => 10 [show_menu] => 1 [menu_type] => classic [menu_name] => menu-principale [startlevel] => 0 [endlevel] => -1 [moduleid_override] => [menu_opacity] => 1 [menu_height] => 1 [menu_width] => 0 [menu_fixed] => 0 [menu_col_width] => 290 [menu_duration] => 500 [social_api_type] => 0 [popup_fb] => 1 [popup_twitter] => 1 [popup_gplus] => 1 [popup_pinterest] => 1 [popup_linkedin] => 0 [popup_vk] => 0 [fb_api_id] => [fb_lang] => en_US [fb_login] => 0 [fb_like] => 0 [fb_like_send] => 0 [fb_like_layout] => standard [fb_like_show_faces] => true [fb_like_width] => 500 [fb_like_action] => like [fb_like_font] => arial [fb_like_colorscheme] => light [google_plus] => 1 [google_plus_count] => 1 [google_plus_size] => medium [google_plus_lang] => en-GB [google_plus_share] => 1 [google_plus_share_annotation] => vertical-bubble [google_plus_share_size] => 20 [tweet_btn] => 0 [tweet_btn_data_count] => vertical [tweet_btn_data_via] => [tweet_btn_data_lang] => en [pinterest_btn] => 0 [pinterest_btn_style] => horizontal [excluded_arts] => [cookie_consent] => 0 [consenttype] => explicit [cookie_use_ssl] => 0 [banner_position] => bottom [banner_tag_placement] => bottom-right [refreshOnConsent] => 0 [error_page_menu_item_id] => 99999 [recompile_css] => 0 [use_gk_cache] => 0 [css_cache] => 0 [css_compression] => 0 [css_override] => 1 [css_prefixer] => 0 [js_compression] => 0 [jscss_excluded] => [css_custom] => #gkUser span { color: #000; width: 170px; height: 45px; overflow: hidden } #gkUser #gkUserMenu2 { margin: 0 -20px; padding: 0 0 0px 0; } #gkUser #gkUserMenu2 ul { padding: 0; } #gkUser #gkUserMenu2 li { height: 44px; margin: 0; padding: 0; } #gkUser #gkUserMenu2 li a { color: #151515; display: block; font-size: 1.4rem; line-height: 1.4; padding: 14px 22px; } #gkUser #gkUserMenu2 li a:active, #gkUser #gkUserMenu2 li a:focus, #gkUser #gkUserMenu2 li a:hover { background: #eee; color: #424242; } #gkUser #gkUserMenu2 li a .micon { float: right; font-size: 2rem; } #gkUser #gkUserMenu { padding: 0px; } #gkUser #gkUserMenu2 .menu, #gkUser #gkUserMenu .menu{ margin: 0px; } #gkUser #gkUserMenu2 { border-top: 1px solid #DEDEDE; } #gk-login-submenu { padding-bottom: 5px!important; padding-top: 5px!important; } #gkFooter {padding:0 80px 25px 80px!important;} #gkFooterNav {padding:30px 0 30px 0;} .footer .header {font-size:16px !important;} #gkFooter .footer a {padding:5px 0px;} article.nopaddingtop { padding-top: 40px;} article.nopaddingtop .moduletable h3 { display:none; } article.nopaddingtop .moduletable { width: 300px; border: 1px solid #DEDEDE; border-radius: 5px; padding: 10px; margin: 0 auto; margin-bottom: 10px; position: absolute; background-color: #FFF; top: 90px; left: 530px; } #disegni_3d a, #scheda_tecnica a { color: #555;} #disegni_3d a:hover #scheda_tecnica a:hover { color: #42a5f5;} .single-page .header-wrap > img {display:none;} div.jwts_toggleControlContainer a.jwts_toggleControl {background:#d3d3d3 !important; color:#ffea5e !important; font-size:20px; font-weight:500;} #fancybox-content {border:none !important;} #fancybox-outer {background:none;} .spu_content {margin-left:20px; margin-right:20px; border:none; box-shadow:none; background:#ffef96; padding:30px 25px 10px 25px;} #fancybox-bg-w, #fancybox-bg-nw, #fancybox-bg-sw, #fancybox-bg-s, #fancybox-bg-se, #fancybox-bg-e, #fancybox-bg-ne, #fancybox-bg-n {background:none;} [mootools_core] => 1 [mootools_more] => 1 [jquery_noconflict] => 1 [bootstrap_js] => 1 [modal_js] => 1 [mootools_core_logged_in] => 1 [mootools_more_logged_in] => 1 [jquery_noconflict_logged_in] => 1 [bootstrap_js_logged_in] => 1 [modal_js_logged_in] => 1 [page_preloader] => 0 [page_preloader_img] => default.gif [js_scrollreveal] => 1 [js_photoswipe] => 1 [js_progressbar] => 1 ) [initialized:protected] => 1 [separator] => . ) ) [charSet] => utf-8 [mimeType] => text/html [modifiedDate] => [client] => Joomla\Application\Web\WebClient Object ( [platform:protected] => [mobile:protected] => [engine:protected] => [browser:protected] => [browserVersion:protected] => [languages:protected] => Array ( ) [encodings:protected] => Array ( ) [userAgent:protected] => claudebot [acceptEncoding:protected] => [acceptLanguage:protected] => [robot:protected] => [detection:protected] => Array ( [browser] => 1 ) [headers:protected] => ) [document:protected] => Joomla\CMS\Document\HtmlDocument Object ( [_links] => Array ( ) [_custom] => Array ( ) [template] => [baseurl] => [params] => [_file] => [_template:protected] => [_template_tags:protected] => Array ( ) [_caching:protected] => [_html5:Joomla\CMS\Document\HtmlDocument:private] => [title] => News [description] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo. [link] => [base] => https://www.brevettistendalto.it/en/news/275-welcome-to-industry-4-0 [language] => it-it [direction] => ltr [_generator] => Joomla! - Open Source Content Management [_mdate] => [_tab] => [_lineEnd] => [_charset] => utf-8 [_mime] => text/html [_namespace] => [_profile] => [_scripts] => Array ( [/media/jui/js/jquery.min.js] => Array ( [type] => text/javascript [options] => Array ( [version] => auto [relative] => 1 [detectDebug] => [framework] => [pathOnly] => [detectBrowser] => 1 ) ) [/media/jui/js/jquery-noconflict.js] => Array ( [type] => text/javascript [options] => Array ( [version] => auto [relative] => 1 [framework] => [pathOnly] => [detectBrowser] => 1 [detectDebug] => 1 ) ) [/media/jui/js/jquery-migrate.min.js] => Array ( [type] => text/javascript [options] => Array ( [version] => auto [relative] => 1 [detectDebug] => [framework] => [pathOnly] => [detectBrowser] => 1 ) ) [/media/k2/assets/js/k2.frontend.js?v=2.10.3&b=20200429&sitepath=/] => Array ( [type] => text/javascript [options] => Array ( ) ) ) [_script] => Array ( ) [scriptOptions:protected] => Array ( ) [_styleSheets] => Array ( [https://cdn.jsdelivr.net/npm/simple-line-icons@2.4.1/css/simple-line-icons.css] => Array ( [type] => text/css [options] => Array ( ) ) [/templates/gk_technews/css/k2.css?v=2.10.3] => Array ( [type] => text/css [options] => Array ( ) ) ) [_style] => Array ( ) [_metaTags] => Array ( [http-equiv] => Array ( [content-type] => text/html; charset=utf-8 ) [name] => Array ( [keywords] => cable chain, catena portacavi, Chaînes, catene portacavi, catena porta cave, power track, Chaînes porte câbles, catene plastica, catene porta cavi, catene plastica, kabelketten, energieführungsketten, schleppketten, kabelkette, schleppkette, kabelschleppkette, schlauchkette, energieführungskette, schlauchketten, kabelschleppketten, kabelschlepper, drag chain, power chain, porte câbles [rights] => ) ) [_engine] => [_type] => html [mediaVersion:protected] => 716db191ef3fb77021346a262d2b7998 ) [language:protected] => Joomla\CMS\Language\Language Object ( [debug:protected] => [default:protected] => en-GB [orphans:protected] => Array ( ) [metadata:protected] => Array ( [name] => English (United Kingdom) [nativeName] => English (United Kingdom) [tag] => en-GB [rtl] => 0 [locale] => en_GB.utf8, en_GB.UTF-8, en_GB, eng_GB, en, english, english-uk, uk, gbr, britain, england, great britain, uk, united kingdom, united-kingdom [firstDay] => 0 [weekEnd] => 0,6 [calendar] => gregorian ) [locale:protected] => [lang:protected] => en-GB [paths:protected] => Array ( [joomla] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.ini] => 1 ) [lib_joomla] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.lib_joomla.ini] => 1 ) [plg_system_rsfpjoomlacaptcha] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_rsfpjoomlacaptcha.ini] => 1 ) [plg_system_logrotation] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_logrotation.ini] => 1 ) [plg_system_ossystem] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_ossystem.ini] => [/home/brevettistendalto.it/public_html/administrator/language/en-GB/plg_system_ossystem.ini] => [/home/brevettistendalto.it/public_html/plugins/system/ossystem/language/en-GB/en-GB.plg_system_ossystem.ini] => 1 ) [plg_system_rsfpregistration] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_rsfpregistration.ini] => 1 ) [plg_system_updatenotification] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_updatenotification.ini] => 1 ) [plg_system_fields] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_fields.ini] => 1 ) [plg_system_logout] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_logout.ini] => 1 ) [com_rsform] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_rsform.ini] => 1 ) [com_k2] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_k2.ini] => 1 ) [com_k2.dates] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.com_k2.dates.ini] => 1 ) [tpl_gk_technews] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.tpl_gk_technews.ini] => 1 ) [com_content] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_content.ini] => 1 ) ) [errorfiles:protected] => Array ( ) [strings:protected] => Array ( [JERROR_PARSING_LANGUAGE_FILE] =>  : error(s) in line(s) %s [ERROR] => Error [INFO] => Info [MESSAGE] => Message [NOTICE] => Notice [WARNING] => Warning [J1] => 1 [J2] => 2 [J3] => 3 [J4] => 4 [J5] => 5 [J6] => 6 [J7] => 7 [J8] => 8 [J9] => 9 [J10] => 10 [J15] => 15 [J20] => 20 [J25] => 25 [J30] => 30 [J50] => 50 [J100] => 100 [J200] => 200 [J500] => 500 [JACTION_ADMIN] => Configure [JACTION_ADMIN_GLOBAL] => Super User [JACTION_COMPONENT_SETTINGS] => Component Settings [JACTION_CREATE] => Create [JACTION_DELETE] => Delete [JACTION_EDIT] => Edit [JACTION_EDITOWN] => Edit Own [JACTION_EDITSTATE] => Edit State [JACTION_LOGIN_ADMIN] => Administrator Login [JACTION_LOGIN_SITE] => Site Login [JACTION_MANAGE] => Access Administration Interface [JADMINISTRATOR] => Administrator [JALL] => All [JALL_LANGUAGE] => All [JAPPLY] => Save [JARCHIVED] => Archived [JASSOCIATIONS] => Also available: [JASSOCIATIONS_ASC] => Associations ascending [JASSOCIATIONS_DESC] => Associations descending [JAUTHOR] => Author [JAUTHOR_ASC] => Author ascending [JAUTHOR_DESC] => Author descending [JCANCEL] => Cancel [JCATEGORY] => Category [JCATEGORY_ASC] => Category ascending [JCATEGORY_DESC] => Category descending [JCLEAR] => Clear [JDATE] => Date [JDATE_ASC] => Date ascending [JDATE_DESC] => Date descending [JDAY] => Day [JDEFAULT] => Default [JDETAILS] => Details [JDISABLED] => Disabled [JEDITOR] => Editor [JENABLED] => Enabled [JEXPIRED] => Expired [JFALSE] => False [JFEATURED] => Featured [JFEATURED_ASC] => Featured ascending [JFEATURED_DESC] => Featured descending [JHIDE] => Hide [JINVALID_TOKEN] => The most recent request was denied because it had an invalid security token. Please refresh the page and try again. [JINVALID_TOKEN_NOTICE] => The security token did not match. The request was aborted to prevent any security breach. Please try again. [JLOGIN] => Log in [JLOGOUT] => Log out [JMONTH] => Month [JNEW] => New [JNEXT] => Next [JNEXT_TITLE] => Next article: %s [JNO] => No [JNONE] => None [JNOTPUBLISHEDYET] => Not published yet [JNOTICE] => Notice [JOFF] => Off [JOFFLINE_MESSAGE] => This site is down for maintenance.
Please check back again soon. [JON] => On [JOPTIONS] => Options [JPAGETITLE] => %1$s - %2$s [JPREV] => Prev [JPREVIOUS] => Previous [JPREVIOUS_TITLE] => Previous article: %s [JPUBLISHED] => Published [JREGISTER] => Register [JREQUIRED] => Required [JSAVE] => Save [JSELECT] => Select [JSHOW] => Show [JSITE] => Site [JSTATUS] => Status [JSTATUS_ASC] => Status ascending [JSTATUS_DESC] => Status descending [JSUBMIT] => Submit [JTAG] => Tags [JTAG_DESC] => Assign tags to content items. You may select a tag from the pre-defined list or enter a new tag by typing the name in the field and pressing enter. [JTAG_FIELD_SELECT_DESC] => Select the tag to use. [JTOOLBAR] => Toolbar [JTOOLBAR_VERSIONS] => Versions [JTRASH] => Trash [JTRASHED] => Trashed [JTRUE] => True [JUNPUBLISHED] => Unpublished [JUSER_TOOLS] => User tools [JYEAR] => Year [JYES] => Yes [JBROWSERTARGET_MODAL] => Modal [JBROWSERTARGET_NEW] => Open in new window [JBROWSERTARGET_PARENT] => Open in parent window [JBROWSERTARGET_POPUP] => Open in popup [JERROR_ALERTNOAUTHOR] => You are not authorised to view this resource. [JERROR_ALERTNOTEMPLATE] => The template for this display is not available. Please contact a Site administrator. [JERROR_AN_ERROR_HAS_OCCURRED] => An error has occurred. [JERROR_COULD_NOT_FIND_TEMPLATE] => Could not find template "%s". [JERROR_ERROR] => Error [JERROR_LAYOUT_AN_OUT_OF_DATE_BOOKMARK_FAVOURITE] => an out-of-date bookmark/favourite [JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST] => An error has occurred while processing your request. [JERROR_LAYOUT_GO_TO_THE_HOME_PAGE] => Go to the Home Page [JERROR_LAYOUT_HOME_PAGE] => Home Page [JERROR_LAYOUT_MIS_TYPED_ADDRESS] => a mistyped address [JERROR_LAYOUT_NOT_ABLE_TO_VISIT] => You may not be able to visit this page because of: [JERROR_LAYOUT_PAGE_NOT_FOUND] => The requested page can't be found. [JERROR_LAYOUT_PLEASE_CONTACT_THE_SYSTEM_ADMINISTRATOR] => If difficulties persist, please contact the System Administrator of this site and report the error below. [JERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOLLOWING_PAGES] => Please try one of the following pages: [JERROR_LAYOUT_PREVIOUS_ERROR] => Previous Error [JERROR_LAYOUT_REQUESTED_RESOURCE_WAS_NOT_FOUND] => The requested resource was not found. [JERROR_LAYOUT_SEARCH] => You may wish to search the site or visit the home page. [JERROR_LAYOUT_SEARCH_ENGINE_OUT_OF_DATE_LISTING] => a search engine that has an out-of-date listing for this site [JERROR_LAYOUT_SEARCH_PAGE] => Search this site [JERROR_LAYOUT_YOU_HAVE_NO_ACCESS_TO_THIS_PAGE] => you have no access to this page [JERROR_LOADING_MENUS] => Error loading Menus: %s [JERROR_LOGIN_DENIED] => You can't access the private section of this site. [JERROR_NOLOGIN_BLOCKED] => Login denied! Your account has either been blocked or you have not activated it yet. [JERROR_PAGE_NOT_FOUND] => Page not found [JERROR_SENDING_EMAIL] => Email could not be sent. [JERROR_SESSION_STARTUP] => Error starting the session. [JERROR_TABLE_BIND_FAILED] => hmm %s ... [JERROR_USERS_PROFILE_NOT_FOUND] => User profile not found [JFIELD_ACCESS_DESC] => Access level for this content. [JFIELD_ACCESS_LABEL] => Access [JFIELD_ALIAS_DESC] => The Alias will be used in the SEF URL. Leave this blank and Joomla! will fill in a default value from the title. This value will depend on the SEO settings (Global Configuration->Site).
Using Unicode will produce UTF-8 aliases. You may also enter manually any UTF-8 character. Spaces and some forbidden characters will be changed to hyphens.
When using default transliteration it will produce an alias in lower case and with dashes instead of spaces. You may enter the Alias manually. Use lowercase letters and hyphens (-). No spaces or underscores are allowed. Default value will be a date and time if the title is typed in non-latin letters . [JFIELD_ALIAS_LABEL] => Alias [JFIELD_ALIAS_PLACEHOLDER] => Auto-generate from title [JFIELD_ALT_PAGE_TITLE_LABEL] => Alternative Page Title [JFIELD_CATEGORY_DESC] => Category [JFIELD_FIELDS_CATEGORY_DESC] => Select the category that this field is assigned to. [JFIELD_LANGUAGE_DESC] => Assign a language to this article. [JFIELD_LANGUAGE_LABEL] => Language [JFIELD_META_DESCRIPTION_DESC] => Metadata description. [JFIELD_META_DESCRIPTION_LABEL] => Meta Description [JFIELD_META_KEYWORDS_DESC] => Keywords describing the content. [JFIELD_META_KEYWORDS_LABEL] => Keywords [JFIELD_META_RIGHTS_DESC] => Describe what rights others have to use this content. [JFIELD_META_RIGHTS_LABEL] => Content Rights [JFIELD_ORDERING_DESC] => Ordering of the article within the category. [JFIELD_ORDERING_LABEL] => Ordering [JFIELD_PUBLISHED_DESC] => Set publication status. [JFIELD_TITLE_DESC] => Title for the article. [JGLOBAL_ADD_CUSTOM_CATEGORY] => Add new Category [JGLOBAL_ARTICLES] => Articles [JGLOBAL_FIELDS] => Fields [JGLOBAL_AUTH_ACCESS_DENIED] => Access Denied [JGLOBAL_AUTH_ACCESS_GRANTED] => Access Granted [JGLOBAL_AUTH_BIND_FAILED] => Failed binding to LDAP server [JGLOBAL_AUTH_CANCEL] => Authentication cancelled [JGLOBAL_AUTH_CURL_NOT_INSTALLED] => Curl isn't installed. [JGLOBAL_AUTH_EMPTY_PASS_NOT_ALLOWED] => Empty password not allowed. [JGLOBAL_AUTH_FAIL] => Authentication failed [JGLOBAL_AUTH_FAILED] => Failed to authenticate: %s [JGLOBAL_AUTH_INCORRECT] => Incorrect username/password [JGLOBAL_AUTH_INVALID_PASS] => Username and password do not match or you do not have an account yet. [JGLOBAL_AUTH_INVALID_SECRETKEY] => The two factor authentication Secret Key is invalid. [JGLOBAL_AUTH_NO_BIND] => Unable to bind to LDAP [JGLOBAL_AUTH_NO_CONNECT] => Unable to connect to LDAP server [JGLOBAL_AUTH_NO_REDIRECT] => Could not redirect to server: %s [JGLOBAL_AUTH_NO_USER] => Username and password do not match or you do not have an account yet. [JGLOBAL_AUTH_NOT_CONNECT] => Unable to connect to authentication service. [JGLOBAL_AUTH_NOT_CREATE_DIR] => Could not create the FileStore folder %s. Please check the effective permissions. [JGLOBAL_AUTH_PASS_BLANK] => LDAP can't have blank password [JGLOBAL_AUTH_UNKNOWN_ACCESS_DENIED] => Result Unknown. Access Denied [JGLOBAL_AUTH_USER_BLACKLISTED] => User is blacklisted. [JGLOBAL_AUTH_USER_NOT_FOUND] => Unable to find user [JGLOBAL_AUTO] => Auto [JGLOBAL_CATEGORY_NOT_FOUND] => Category not found [JGLOBAL_CENTER] => Center [JGLOBAL_CHECK_ALL] => Check All Items [JGLOBAL_CLICK_TO_SORT_THIS_COLUMN] => Select to sort by this column [JGLOBAL_COLLAPSE_CATEGORIES] => Show less categories [JGLOBAL_CREATED_DATE_ON] => Created on %s [JGLOBAL_CUSTOM_CATEGORY] => New Categories [JGLOBAL_DESCRIPTION] => Description [JGLOBAL_DISPLAY_NUM] => Display # [JGLOBAL_EDIT] => Edit [JGLOBAL_EDIT_TITLE] => Edit article [JGLOBAL_EMAIL] => Email [JGLOBAL_EMAIL_DOMAIN_NOT_ALLOWED] => The email domain %s is not allowed. Please enter another email address. [JGLOBAL_EMAIL_TITLE] => Email this link to a friend [JGLOBAL_EXPAND_CATEGORIES] => Show more categories [JGLOBAL_FIELD_ADD] => Add [JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_DESC] => Categories that are within this category will be displayed. [JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_LABEL] => Select a Top Level Category [JGLOBAL_FIELD_CATEGORIES_DESC_DESC] => If you enter some text in this field, it will replace the Top Level Category Description, if it has one. [JGLOBAL_FIELD_CATEGORIES_DESC_LABEL] => Alternative Description [JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC] => Uses another name than the author's for display. [JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL] => Author's Alias [JGLOBAL_FIELD_CREATED_BY_DESC] => The user who created this. [JGLOBAL_FIELD_CREATED_BY_LABEL] => Created By [JGLOBAL_FIELD_CREATED_DESC] => Created Date. [JGLOBAL_FIELD_CREATED_LABEL] => Created Date [JGLOBAL_FIELD_FEATURED_DESC] => Assign the article to the featured blog layout. [JGLOBAL_FIELD_FEATURED_LABEL] => Featured [JGLOBAL_FIELD_FIELD_CACHETIME_DESC] => The number of minutes before the cache is refreshed. [JGLOBAL_FIELD_FIELD_ORDERING_DESC] => Order items will be displayed in. [JGLOBAL_FIELD_FIELD_ORDERING_LABEL] => Order [JGLOBAL_FIELD_GROUPS] => Field Groups [JGLOBAL_FIELD_ID_DESC] => Record number in the database. [JGLOBAL_FIELD_ID_LABEL] => ID [JGLOBAL_FIELD_LAYOUT_DESC] => Default layout to use for items. [JGLOBAL_FIELD_LAYOUT_LABEL] => Choose a Layout [JGLOBAL_FIELD_MODIFIED_LABEL] => Modified Date [JGLOBAL_FIELD_MODIFIED_BY_DESC] => The user who did the last modification. [JGLOBAL_FIELD_MODIFIED_BY_LABEL] => Modified By [JGLOBAL_FIELD_MOVE] => Move [JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_DESC] => Number of categories to display for each level. [JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_LABEL] => Number of Categories [JGLOBAL_FIELD_PUBLISH_DOWN_DESC] => An optional date to stop publishing. [JGLOBAL_FIELD_PUBLISH_DOWN_LABEL] => Finish Publishing [JGLOBAL_FIELD_PUBLISH_UP_DESC] => An optional date to start publishing. [JGLOBAL_FIELD_PUBLISH_UP_LABEL] => Start Publishing [JGLOBAL_FIELD_REMOVE] => Remove [JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_DESC] => Show description of the top level category or alternatively replace with the text from the description field found in the menu item. If using Root as a top level category, the description field has to be filled. [JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_LABEL] => Top Level Category Description [JGLOBAL_FIELD_VERSION_NOTE_DESC] => Enter an optional note for this version of the item. [JGLOBAL_FIELD_VERSION_NOTE_LABEL] => Version Note [JGLOBAL_FILTER_BUTTON] => Filter [JGLOBAL_FILTER_LABEL] => Filter [JGLOBAL_FULL_TEXT] => Full Text [JGLOBAL_GT] => > [JGLOBAL_HELPREFRESH_BUTTON] => Refresh [JGLOBAL_HITS] => Hits [JGLOBAL_HITS_ASC] => Hits ascending [JGLOBAL_HITS_COUNT] => Hits: %s [JGLOBAL_HITS_DESC] => Hits descending [JGLOBAL_ICON_SEP] => | [JGLOBAL_INHERIT] => Inherit [JGLOBAL_INTRO_TEXT] => Intro Text [JGLOBAL_KEEP_TYPING] => Keep typing ... [JGLOBAL_LEFT] => Left [JGLOBAL_LIST_ALIAS] => (Alias: %s) [JGLOBAL_LIST_ALIAS_NOTE] => (Alias: %s, Note: %s) [JGLOBAL_LOOKING_FOR] => Looking for [JGLOBAL_LT] => < [JGLOBAL_MAXIMUM_UPLOAD_SIZE_LIMIT] => Maximum upload size: %s [JGLOBAL_NEWITEMSLAST_DESC] => New items default to the last position. Ordering can be changed after this item has been saved. [JGLOBAL_NO_MATCHING_RESULTS] => No Matching Results [JGLOBAL_NUM] => # [JGLOBAL_OTPMETHOD_NONE] => Disable Two Factor Authentication [JGLOBAL_PASSWORD] => Password [JGLOBAL_PASSWORD_RESET_REQUIRED] => You are required to reset your password before proceeding. [JGLOBAL_PREVIEW_POSITION] => Position: %s [JGLOBAL_PREVIEW_STYLE] => Style: %s [JGLOBAL_PRINT] => Print [JGLOBAL_PRINT_TITLE] => Print article < %s > [JGLOBAL_RECORD_NUMBER] => Record ID: %d [JGLOBAL_REMEMBER_ME] => Remember me [JGLOBAL_REMEMBER_MUST_LOGIN] => For security reasons you must login before editing your personal information. [JGLOBAL_RESOURCE_NOT_FOUND] => Resource not found [JGLOBAL_RIGHT] => Right [JGLOBAL_ROOT] => Root [JGLOBAL_SECRETKEY] => Secret Key [JGLOBAL_SECRETKEY_HELP] => If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank. [JGLOBAL_SELECT_AN_OPTION] => Select an option [JGLOBAL_SELECT_NO_RESULTS_MATCH] => No results match [JGLOBAL_SELECT_SOME_OPTIONS] => Select some options [JGLOBAL_SORT_BY] => Sort Table By: [JGLOBAL_START_PUBLISH_AFTER_FINISH] => Item start publishing date must be before finish publishing date [JGLOBAL_SUBCATEGORIES] => Subcategories [JGLOBAL_SUBHEADING_DESC] => Optional text to show as a subheading. [JGLOBAL_TITLE] => Title [JGLOBAL_TITLE_ASC] => Title ascending [JGLOBAL_TITLE_DESC] => Title descending [JGLOBAL_TYPE_OR_SELECT_CATEGORY] => Type or Select a Category [JGLOBAL_TYPE_OR_SELECT_SOME_OPTIONS] => Type or select some options [JGLOBAL_TYPE_OR_SELECT_SOME_TAGS] => Type or select some tags [JGLOBAL_USE_GLOBAL] => Use Global [JGLOBAL_USE_GLOBAL_VALUE] => Use Global (%s) [JGLOBAL_USERNAME] => Username [JGLOBAL_VALIDATION_FORM_FAILED] => Invalid form [JGLOBAL_YOU_MUST_LOGIN_FIRST] => Please login first [JGRID_HEADING_ACCESS] => Access [JGRID_HEADING_ACCESS_ASC] => Access ascending [JGRID_HEADING_ACCESS_DESC] => Access descending [JGRID_HEADING_ID] => ID [JGRID_HEADING_ID_ASC] => ID ascending [JGRID_HEADING_ID_DESC] => ID descending [JGRID_HEADING_LANGUAGE] => Language [JGRID_HEADING_LANGUAGE_ASC] => Language ascending [JGRID_HEADING_LANGUAGE_DESC] => Language descending [JGRID_HEADING_ORDERING_ASC] => Ordering ascending [JGRID_HEADING_ORDERING_DESC] => Ordering descending [JLIB_DATABASE_ERROR_ADAPTER_MYSQL] => The MySQL adapter 'mysql' is not available. [JLIB_DATABASE_ERROR_ADAPTER_MYSQLI] => The MySQL adapter 'mysqli' is not available. [JLIB_DATABASE_ERROR_CONNECT_DATABASE] => Unable to connect to the Database: %s [JLIB_DATABASE_ERROR_CONNECT_MYSQL] => Could not connect to MySQL. [JLIB_DATABASE_ERROR_DATABASE_CONNECT] => Could not connect to database. [JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER] => Unable to load Database Driver: %s [JLIB_ERROR_INFINITE_LOOP] => Infinite loop detected in JError. [JOPTION_DO_NOT_USE] => - None Selected - [JOPTION_SELECT_ACCESS] => - Select Access - [JOPTION_SELECT_AUTHOR] => - Select Author - [JOPTION_SELECT_CATEGORY] => - Select Category - [JOPTION_SELECT_LANGUAGE] => - Select Language - [JOPTION_SELECT_PUBLISHED] => - Select Status - [JOPTION_SELECT_MAX_LEVELS] => - Select Max Levels - [JOPTION_SELECT_MONTH] => - Select Month - [JOPTION_SELECT_TAG] => - Select Tag - [JOPTION_USE_DEFAULT] => - Use Default - [JSEARCH_FILTER_CLEAR] => Clear [JSEARCH_FILTER_LABEL] => Filter [JSEARCH_FILTER_SUBMIT] => Search [JSEARCH_FILTER] => Search [DATE_FORMAT_LC] => l, d F Y [DATE_FORMAT_LC1] => l, d F Y [DATE_FORMAT_LC2] => l, d F Y H:i [DATE_FORMAT_LC3] => d F Y [DATE_FORMAT_LC4] => Y-m-d [DATE_FORMAT_LC5] => Y-m-d H:i [DATE_FORMAT_LC6] => Y-m-d H:i:s [DATE_FORMAT_JS1] => y-m-d [DATE_FORMAT_CALENDAR_DATE] => %Y-%m-%d [DATE_FORMAT_CALENDAR_DATETIME] => %Y-%m-%d %H:%M:%S [DATE_FORMAT_FILTER_DATE] => Y-m-d [DATE_FORMAT_FILTER_DATETIME] => Y-m-d H:i:s [JANUARY_SHORT] => Jan [JANUARY] => January [FEBRUARY_SHORT] => Feb [FEBRUARY] => February [MARCH_SHORT] => Mar [MARCH] => March [APRIL_SHORT] => Apr [APRIL] => April [MAY_SHORT] => May [MAY] => May [JUNE_SHORT] => Jun [JUNE] => June [JULY_SHORT] => Jul [JULY] => July [AUGUST_SHORT] => Aug [AUGUST] => August [SEPTEMBER_SHORT] => Sep [SEPTEMBER] => September [OCTOBER_SHORT] => Oct [OCTOBER] => October [NOVEMBER_SHORT] => Nov [NOVEMBER] => November [DECEMBER_SHORT] => Dec [DECEMBER] => December [SAT] => Sat [SATURDAY] => Saturday [SUN] => Sun [SUNDAY] => Sunday [MON] => Mon [MONDAY] => Monday [TUE] => Tue [TUESDAY] => Tuesday [WED] => Wed [WEDNESDAY] => Wednesday [THU] => Thu [THURSDAY] => Thursday [FRI] => Fri [FRIDAY] => Friday [DECIMALS_SEPARATOR] => . [THOUSANDS_SEPARATOR] => , [PHPMAILER_PROVIDE_ADDRESS] => You must provide at least one recipient email address. [PHPMAILER_MAILER_IS_NOT_SUPPORTED] => Mailer is not supported. [PHPMAILER_EXECUTE] => Could not execute: [PHPMAILER_EXTENSION_MISSING] => Extension missing: [PHPMAILER_INSTANTIATE] => Could not start mail function. [PHPMAILER_AUTHENTICATE] => SMTP Error! Could not authenticate. [PHPMAILER_FROM_FAILED] => The following from address failed: [PHPMAILER_RECIPIENTS_FAILED] => SMTP Error! The following recipients failed: [PHPMAILER_DATA_NOT_ACCEPTED] => SMTP Error! Data not accepted. [PHPMAILER_CONNECT_HOST] => SMTP Error! Could not connect to SMTP host. [PHPMAILER_FILE_ACCESS] => Could not access file: [PHPMAILER_FILE_OPEN] => File Error: Could not open file: [PHPMAILER_ENCODING] => Unknown encoding: [PHPMAILER_SIGNING_ERROR] => Signing error: [PHPMAILER_SMTP_ERROR] => SMTP server error: [PHPMAILER_EMPTY_MESSAGE] => Empty message body [PHPMAILER_INVALID_ADDRESS] => Invalid address [PHPMAILER_VARIABLE_SET] => Can't set or reset variable: [PHPMAILER_SMTP_CONNECT_FAILED] => SMTP connect failed [PHPMAILER_TLS] => Could not start TLS [MYSQL] => MySQL [MYSQLI] => MySQLi [ORACLE] => Oracle [PGSQL] => PostgreSQL (PDO) [PDOMYSQL] => MySQL (PDO) [POSTGRESQL] => PostgreSQL [SQLAZURE] => Microsoft SQL Azure [SQLITE] => SQLite [SQLSRV] => Microsoft SQL Server [JSEARCH_TOOLS] => Search Tools [JSEARCH_TOOLS_DESC] => Filter the list items. [JSEARCH_TOOLS_ORDERING] => Order by: [COM_STENDALTO_WISHLIST_INVIA_TESTO] => Stai inviando la wishlist %s [COM_STENDALTO_PROFILO] => My account [MOD_LOGIN_VALUE_USERNAME] => Email [COM_USERS_LOGIN_USERNAME_LABEL] => Email [COM_USERS_FIELD_RESET_CONFIRM_USERNAME_LABEL] => Email [TPL_GK_LANG_REGISTER_POPUP] => CREATE ACCOUNT [COM_STENDALTO_REGISTRAZIONE] => Registration [JLIB_APPLICATION_ERROR_ACCESS_FORBIDDEN] => Access forbidden. [JLIB_APPLICATION_ERROR_APPLICATION_GET_NAME] => JApplication: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_APPLICATION_LOAD] => Unable to load application: %s [JLIB_APPLICATION_ERROR_BATCH_CANNOT_CREATE] => You are not allowed to create new items in this category. [JLIB_APPLICATION_ERROR_BATCH_CANNOT_EDIT] => You are not allowed to edit one or more of these items. [JLIB_APPLICATION_ERROR_BATCH_FAILED] => Batch process failed with following error: %s [JLIB_APPLICATION_ERROR_BATCH_MOVE_CATEGORY_NOT_FOUND] => Can't find the destination category for this move. [JLIB_APPLICATION_ERROR_BATCH_MOVE_ROW_NOT_FOUND] => Can't find the item being moved. [JLIB_APPLICATION_ERROR_CHECKIN_FAILED] => Check-in failed with the following error: %s [JLIB_APPLICATION_ERROR_CHECKIN_NOT_CHECKED] => Item is not checked out. [JLIB_APPLICATION_ERROR_CHECKIN_USER_MISMATCH] => The user checking in does not match the user who checked out the item. [JLIB_APPLICATION_ERROR_CHECKOUT_FAILED] => Check-out failed with the following error: %s [JLIB_APPLICATION_ERROR_CHECKOUT_USER_MISMATCH] => The user checking out does not match the user who checked out the item. [JLIB_APPLICATION_ERROR_COMPONENT_NOT_FOUND] => Component not found. [JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING] => Error loading component: %1$s, %2$s [JLIB_APPLICATION_ERROR_CONTROLLER_GET_NAME] => JController: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_CREATE_RECORD_NOT_PERMITTED] => Create record not permitted. [JLIB_APPLICATION_ERROR_DELETE_NOT_PERMITTED] => Delete not permitted. [JLIB_APPLICATION_ERROR_EDITSTATE_NOT_PERMITTED] => Edit state is not permitted. [JLIB_APPLICATION_ERROR_EDIT_ITEM_NOT_PERMITTED] => Edit is not permitted. [JLIB_APPLICATION_ERROR_EDIT_NOT_PERMITTED] => Edit not permitted. [JLIB_APPLICATION_ERROR_HISTORY_ID_MISMATCH] => Error restoring item version from history. [JLIB_APPLICATION_ERROR_INSUFFICIENT_BATCH_INFORMATION] => Insufficient information to perform the batch operation. [JLIB_APPLICATION_ERROR_INVALID_CONTROLLER_CLASS] => Invalid controller class: %s [JLIB_APPLICATION_ERROR_INVALID_CONTROLLER] => Invalid controller: name='%s', format='%s' [JLIB_APPLICATION_ERROR_LAYOUTFILE_NOT_FOUND] => Layout %s not found. [JLIB_APPLICATION_ERROR_LIBRARY_NOT_FOUND] => Library not found. [JLIB_APPLICATION_ERROR_LIBRARY_NOT_LOADING] => Error loading library: %1$s, %2$s [JLIB_APPLICATION_ERROR_MENU_LOAD] => Error loading menu: %s [JLIB_APPLICATION_ERROR_MODEL_GET_NAME] => JModel: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_MODULE_LOAD] => Error loading module %s [JLIB_APPLICATION_ERROR_PATHWAY_LOAD] => Unable to load pathway: %s [JLIB_APPLICATION_ERROR_REORDER_FAILED] => Reorder failed. Error: %s [JLIB_APPLICATION_ERROR_ROUTER_LOAD] => Unable to load router: %s [JLIB_APPLICATION_ERROR_MODELCLASS_NOT_FOUND] => Model class %s not found in file. [JLIB_APPLICATION_ERROR_SAVE_FAILED] => Save failed with the following error: %s [JLIB_APPLICATION_ERROR_SAVE_NOT_PERMITTED] => Save not permitted. [JLIB_APPLICATION_ERROR_TABLE_NAME_NOT_SUPPORTED] => Table %s not supported. File not found. [JLIB_APPLICATION_ERROR_TASK_NOT_FOUND] => Task [%s] not found. [JLIB_APPLICATION_ERROR_UNHELD_ID] => You are not permitted to use that link to directly access that page (#%d). [JLIB_APPLICATION_ERROR_VIEW_CLASS_NOT_FOUND] => View class not found [class, file]: %1$s, %2$s [JLIB_APPLICATION_ERROR_VIEW_GET_NAME_SUBSTRING] => JView: :getName() : Your classname has the substring 'view'. This causes problems when extracting the classname from the name of your objects view. Avoid Object names with the substring 'view'. [JLIB_APPLICATION_ERROR_VIEW_GET_NAME] => JView: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_VIEW_NOT_FOUND] => View not found [name, type, prefix]: %1$s, %2$s, %3$s [JLIB_APPLICATION_SAVE_SUCCESS] => Item saved. [JLIB_APPLICATION_SUBMIT_SAVE_SUCCESS] => Item submitted. [JLIB_APPLICATION_SUCCESS_BATCH] => Batch process completed. [JLIB_APPLICATION_SUCCESS_ITEM_REORDERED] => Ordering saved. [JLIB_APPLICATION_SUCCESS_ORDERING_SAVED] => Ordering saved. [JLIB_APPLICATION_SUCCESS_LOAD_HISTORY] => Prior version restored. Saved on %s %s. [JLIB_LOGIN_AUTHENTICATE] => Username and password do not match or you do not have an account yet. [JLIB_CACHE_ERROR_CACHE_HANDLER_LOAD] => Unable to load Cache Handler: %s [JLIB_CACHE_ERROR_CACHE_STORAGE_LOAD] => Unable to load Cache Storage: %s [JLIB_CAPTCHA_ERROR_PLUGIN_NOT_FOUND] => Captcha plugin not set or not found. Please contact a site administrator. [JLIB_CLIENT_ERROR_JFTP_NO_CONNECT] => JFTP: :connect: Could not connect to host ' %1$s ' on port ' %2$s ' [JLIB_CLIENT_ERROR_JFTP_NO_CONNECT_SOCKET] => JFTP: :connect: Could not connect to host ' %1$s ' on port ' %2$s '. Socket error number: %3$s and error message: %4$s [JLIB_CLIENT_ERROR_JFTP_BAD_RESPONSE] => JFTP: :connect: Bad response. Server response: %s [Expected: 220] [JLIB_CLIENT_ERROR_JFTP_BAD_USERNAME] => JFTP: :login: Bad Username. Server response: %1$s [Expected: 331]. Username sent: %2$s [JLIB_CLIENT_ERROR_JFTP_BAD_PASSWORD] => JFTP: :login: Bad Password. Server response: %1$s [Expected: 230]. Password sent: %2$s [JLIB_CLIENT_ERROR_JFTP_PWD_BAD_RESPONSE_NATIVE] => FTP: :pwd: Bad response. [JLIB_CLIENT_ERROR_JFTP_PWD_BAD_RESPONSE] => JFTP: :pwd: Bad response. Server response: %s [Expected: 257] [JLIB_CLIENT_ERROR_JFTP_SYST_BAD_RESPONSE_NATIVE] => JFTP: :syst: Bad response. [JLIB_CLIENT_ERROR_JFTP_SYST_BAD_RESPONSE] => JFTP: :syst: Bad response. Server response: %s [Expected: 215] [JLIB_CLIENT_ERROR_JFTP_CHDIR_BAD_RESPONSE_NATIVE] => JFTP: :chdir: Bad response. [JLIB_CLIENT_ERROR_JFTP_CHDIR_BAD_RESPONSE] => JFTP: :chdir: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_REINIT_BAD_RESPONSE_NATIVE] => JFTP: :reinit: Bad response. [JLIB_CLIENT_ERROR_JFTP_REINIT_BAD_RESPONSE] => JFTP: :reinit: Bad response. Server response: %s [Expected: 220] [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_NATIVE] => JFTP: :rename: Bad response. [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_FROM] => JFTP: :rename: Bad response. Server response: %1$s [Expected: 350]. From path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_TO] => JFTP: :rename: Bad response. Server response: %1$s [Expected: 250]. To path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CHMOD_BAD_RESPONSE_NATIVE] => JFTP: :chmod: Bad response. [JLIB_CLIENT_ERROR_JFTP_CHMOD_BAD_RESPONSE] => JFTP: :chmod: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s. Mode sent: %3$s [JLIB_CLIENT_ERROR_JFTP_DELETE_BAD_RESPONSE_NATIVE] => JFTP: :delete: Bad response. [JLIB_CLIENT_ERROR_JFTP_DELETE_BAD_RESPONSE] => JFTP: :delete: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_MKDIR_BAD_RESPONSE_NATIVE] => JFTP: :mkdir: Bad response. [JLIB_CLIENT_ERROR_JFTP_MKDIR_BAD_RESPONSE] => JFTP: :mkdir: Bad response. Server response: %1$s [Expected: 257]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_RESTART_BAD_RESPONSE_NATIVE] => JFTP: :restart: Bad response. [JLIB_CLIENT_ERROR_JFTP_RESTART_BAD_RESPONSE] => JFTP: :restart: Bad response. Server response: %1$s [Expected: 350]. Restart point sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_BUFFER] => JFTP: :create: Bad response. [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_PASSIVE] => JFTP: :create: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE] => JFTP: :create: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_TRANSFER] => JFTP: :create: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_BUFFER] => JFTP: :read: Bad response. [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_PASSIVE] => JFTP: :read: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE] => JFTP: :read: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_TRANSFER] => JFTP: :read: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE] => JFTP: :get: Bad response. [JLIB_CLIENT_ERROR_JFTP_GET_PASSIVE] => JFTP: :get: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_GET_WRITING_LOCAL] => JFTP: :get: Unable to open local file for writing. Local path: %s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE_RETR] => JFTP: :get: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE_TRANSFER] => JFTP: :get: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_STORE_PASSIVE] => JFTP: :store: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE] => JFTP: :store: Bad response. [JLIB_CLIENT_ERROR_JFTP_STORE_READING_LOCAL] => JFTP: :store: Unable to open local file for reading. Local path: %s [JLIB_CLIENT_ERROR_JFTP_STORE_FIND_LOCAL] => JFTP: :store: Unable to find local file. Local path: %s [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE_STOR] => JFTP: :store: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_STORE_DATA_PORT] => JFTP: :store: Unable to write to data port socket. [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE_TRANSFER] => JFTP: :store: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_WRITE_PASSIVE] => JFTP: :write: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE] => JFTP: :write: Bad response. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE_STOR] => JFTP: :write: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_WRITE_DATA_PORT] => JFTP: :write: Unable to write to data port socket. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE_TRANSFER] => JFTP: :write: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_APPEND_PASSIVE] => JFTP: :append: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE] => JFTP: :append: Bad response [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE_APPE] => JFTP: :append: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_APPEND_DATA_PORT] => JFTP: :append: Unable to write to data port socket [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE_TRANSFER] => JFTP: :append: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_SIZE_BAD_RESPONSE] => JFTP: :size: Bad response [JLIB_CLIENT_ERROR_JFTP_SIZE_PASSIVE] => JFTP: :size: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_PASSIVE] => JFTP: :listNames: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE] => JFTP: :listNames: Bad response [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE_NLST] => JFTP: :listNames: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE_TRANSFER] => JFTP: :listNames: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE] => JFTP: :listDetails: Bad response. [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_PASSIVE] => JFTP: :listDetails: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE_LIST] => JFTP: :listDetails: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE_TRANSFER] => JFTP: :listDetails: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_UNRECOGNISED] => JFTP: :listDetails: Unrecognised folder listing format. [JLIB_CLIENT_ERROR_JFTP_PUTCMD_UNCONNECTED] => JFTP: :_putCmd: Not connected to the control port. [JLIB_CLIENT_ERROR_JFTP_PUTCMD_SEND] => JFTP: :_putCmd: Unable to send command: %s [JLIB_CLIENT_ERROR_JFTP_VERIFYRESPONSE] => JFTP: :_verifyResponse: Timeout or unrecognised response while waiting for a response from the server. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_CONNECT_PORT] => JFTP: :_passive: Not connected to the control port. [JLIB_CLIENT_ERROR_JFTP_PASSIVE_RESPONSE] => JFTP: :_passive: Timeout or unrecognised response while waiting for a response from the server. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_IP_OBTAIN] => JFTP: :_passive: Unable to obtain IP and port for data transfer. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_IP_VALID] => JFTP: :_passive: IP and port for data transfer not valid. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_CONNECT] => JFTP: :_passive: Could not connect to host %1$s on port %2$s. Socket error number: %3$s and error message: %4$s [JLIB_CLIENT_ERROR_JFTP_MODE_BINARY] => JFTP: :_mode: Bad response. Server response: %s [Expected: 200]. Mode sent: Binary. [JLIB_CLIENT_ERROR_JFTP_MODE_ASCII] => JFTP: :_mode: Bad response. Server response: %s [Expected: 200]. Mode sent: Ascii. [JLIB_CLIENT_ERROR_HELPER_SETCREDENTIALSFROMREQUEST_FAILED] => Looks like User's credentials are no good. [JLIB_CLIENT_ERROR_LDAP_ADDRESS_NOT_AVAILABLE] => Address not available. [JLIB_CMS_WARNING_PROVIDE_VALID_NAME] => Please provide a valid, non-blank title. [JLIB_DATABASE_ERROR_BIND_FAILED_INVALID_SOURCE_ARGUMENT] => %s: :bind failed. Invalid source argument. [JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIAS] => Another article from this category has the same alias (remember it may be a trashed item). [JLIB_DATABASE_ERROR_CATEGORY_UNIQUE_ALIAS] => Another category with the same parent category has the same alias (remember it may be a trashed item). [JLIB_DATABASE_ERROR_CHECK_FAILED] => %s: :check Failed - %s [JLIB_DATABASE_ERROR_CHECKIN_FAILED] => %s: :check-in failed - %s [JLIB_DATABASE_ERROR_CHECKOUT_FAILED] => %s: :check-out failed - %s [JLIB_DATABASE_ERROR_CHILD_ROWS_CHECKED_OUT] => Child rows checked out. [JLIB_DATABASE_ERROR_CLASS_DOES_NOT_SUPPORT_ORDERING] => %s does not support ordering. [JLIB_DATABASE_ERROR_CLASS_IS_MISSING_FIELD] => Missing field in the database: %s   %s. [JLIB_DATABASE_ERROR_CLASS_NOT_FOUND_IN_FILE] => Table class %s not found in file. [JLIB_DATABASE_ERROR_DATABASE_UPGRADE_FAILED] => MySQL Database Upgrade failed. Please check the Database Fixer. [JLIB_DATABASE_ERROR_DELETE_CATEGORY] => Left-Right data inconsistency. Can't delete category. [JLIB_DATABASE_ERROR_DELETE_FAILED] => %s: :delete failed - %s [JLIB_DATABASE_ERROR_DELETE_ROOT_CATEGORIES] => Root categories can't be deleted. [JLIB_DATABASE_ERROR_EMAIL_INUSE] => The email address you entered is already in use. Please enter another email address. [JLIB_DATABASE_ERROR_EMPTY_ROW_RETURNED] => The database row is empty. [JLIB_DATABASE_ERROR_FUNCTION_FAILED] => DB function failed with error number %s
%s [JLIB_DATABASE_ERROR_GET_NEXT_ORDER_FAILED] => %s: :getNextOrder failed - %s [JLIB_DATABASE_ERROR_GET_TREE_FAILED] => %s: :getTree Failed - %s [JLIB_DATABASE_ERROR_GETNODE_FAILED] => %s: :_getNode Failed - %s [JLIB_DATABASE_ERROR_GETROOTID_FAILED] => %s: :getRootId Failed - %s [JLIB_DATABASE_ERROR_HIT_FAILED] => %s: :hit failed - %s [JLIB_DATABASE_ERROR_INVALID_LOCATION] => %s: :setLocation - Invalid location. [JLIB_DATABASE_ERROR_INVALID_NODE_RECURSION] => %s: :move Failed - Can't move the node to be a child of itself. [JLIB_DATABASE_ERROR_INVALID_PARENT_ID] => Invalid parent ID. [JLIB_DATABASE_ERROR_LANGUAGE_NO_TITLE] => The language should have a title. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_IMAGE] => A content language already exists with this Image. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_LANG_CODE] => A content language already exists with this Language Tag. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_SEF] => A content language already exists with this URL Language Code. [JLIB_DATABASE_ERROR_MENUTYPE] => Some menu items or some menu modules related to this menutype are checked out by another user or the default menu item is in this menu. [JLIB_DATABASE_ERROR_MENUTYPE_CHECKOUT] => The user checking out does not match the user who checked out this menu and/or its linked menu module. [JLIB_DATABASE_ERROR_MENUTYPE_EMPTY] => Menu type empty. [JLIB_DATABASE_ERROR_MENUTYPE_EXISTS] => Menu type exists: %s [JLIB_DATABASE_ERROR_MENU_CANNOT_UNSET_DEFAULT] => The Language parameter for this menu item must be set to 'All'. At least one Default menu item must have Language set to All, even if the site is multilingual. [JLIB_DATABASE_ERROR_MENU_CANNOT_UNSET_DEFAULT_DEFAULT] => At least one menu item has to be set as Default. [JLIB_DATABASE_ERROR_MENU_UNPUBLISH_DEFAULT_HOME] => Can't unpublish default home. [JLIB_DATABASE_ERROR_MENU_DEFAULT_CHECKIN_USER_MISMATCH] => The current home menu for this language is checked out. [JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS] => The alias %1$s is already being used by %2$s menu item in the %3$s menu (remember it may be a trashed item). [JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS_ROOT] => Another menu item has the same alias in Root (remember it may be a trashed item). Root is the top level parent. [JLIB_DATABASE_ERROR_MENU_HOME_NOT_COMPONENT] => The home menu item must be a component. [JLIB_DATABASE_ERROR_MENU_HOME_NOT_UNIQUE_IN_MENU] => A menu should have only one Default home. [JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_COMPONENT] => A first level menu item alias can't be 'component'. [JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_FOLDER] => A first level menu item alias can't be '%s' because '%s' is a sub-folder of your joomla installation folder. [JLIB_DATABASE_ERROR_MOVE_FAILED] => %s: :move failed - %s [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_CATEGORY] => Category must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_EXTENSION] => Extension must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_MENUITEM] => Menu Item must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_MODULE] => Module must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_UPDATESITE] => Update site must have a title. [JLIB_DATABASE_ERROR_NEGATIVE_NOT_PERMITTED] => %s can't be negative. [JLIB_DATABASE_ERROR_NO_ROWS_SELECTED] => No rows selected. [JLIB_DATABASE_ERROR_NOT_SUPPORTED_FILE_NOT_FOUND] => Table %s not supported. File not found. [JLIB_DATABASE_ERROR_NULL_PRIMARY_KEY] => Null primary key not allowed. [JLIB_DATABASE_ERROR_ORDERDOWN_FAILED] => %s: :orderDown Failed - %s [JLIB_DATABASE_ERROR_ORDERUP_FAILED] => %s: :orderUp Failed - %s [JLIB_DATABASE_ERROR_PLEASE_ENTER_A_USER_NAME] => Please enter a username. [JLIB_DATABASE_ERROR_PLEASE_ENTER_YOUR_NAME] => Please enter your name. [JLIB_DATABASE_ERROR_PUBLISH_FAILED] => %s: :publish failed - %s [JLIB_DATABASE_ERROR_REBUILD_FAILED] => %s: :rebuild Failed - %s [JLIB_DATABASE_ERROR_REBUILDPATH_FAILED] => %s: :rebuildPath Failed - %s [JLIB_DATABASE_ERROR_REORDER_FAILED] => %s: :reorder failed - %s [JLIB_DATABASE_ERROR_REORDER_UPDATE_ROW_FAILED] => %s: :reorder update the row %s failed - %s [JLIB_DATABASE_ERROR_ROOT_NODE_NOT_FOUND] => Root node not found. [JLIB_DATABASE_ERROR_STORE_FAILED_UPDATE_ASSET_ID] => The asset_id field could not be updated. [JLIB_DATABASE_ERROR_STORE_FAILED] => %1$s: :store failed
%2$s [JLIB_DATABASE_ERROR_USERGROUP_PARENT_ID_NOT_VALID] => There has to be at least one root usergroup [JLIB_DATABASE_ERROR_USERGROUP_TITLE] => User group must have a title. [JLIB_DATABASE_ERROR_USERGROUP_TITLE_EXISTS] => User group title already exists. Title must be unique with the same parent. [JLIB_DATABASE_ERROR_USERLEVEL_NAME_EXISTS] => Level with the name "%s" already exists. [JLIB_DATABASE_ERROR_USERNAME_CANNOT_CHANGE] => Can't use this username. [JLIB_DATABASE_ERROR_USERNAME_INUSE] => Username in use. [JLIB_DATABASE_ERROR_VALID_AZ09] => Please enter a valid username. No space at beginning or end, at least %d characters, must not have the following characters: < > \ " ' % ; ( ) & and be less than 150 characters long. [JLIB_DATABASE_ERROR_VALID_MAIL] => The email address you entered is invalid. Please enter another email address. [JLIB_DATABASE_ERROR_VIEWLEVEL] => Viewlevel must have a title. [JLIB_DATABASE_FUNCTION_NOERROR] => DB function reports no errors. [JLIB_DATABASE_QUERY_FAILED] => Database query failed (error # %s): %s [JLIB_DOCUMENT_ERROR_UNABLE_LOAD_DOC_CLASS] => Unable to load document class. [JLIB_ENVIRONMENT_SESSION_EXPIRED] => Your session has expired. Please log in again. [JLIB_ENVIRONMENT_SESSION_INVALID] => Invalid session cookie. Please check that you have cookies enabled in your web browser. [JLIB_ERROR_COMPONENTS_ACL_CONFIGURATION_FILE_MISSING_OR_IMPROPERLY_STRUCTURED] => The %s component's ACL configuration file is either missing or improperly structured. [JLIB_EVENT_ERROR_DISPATCHER] => JEventDispatcher: :register: Event handler not recognised. Handler: %s [JLIB_FILESYSTEM_BZIP_NOT_SUPPORTED] => BZip2 Not Supported. [JLIB_FILESYSTEM_BZIP_UNABLE_TO_READ] => Unable to read archive (bz2). [JLIB_FILESYSTEM_BZIP_UNABLE_TO_WRITE] => Unable to write archive (bz2). [JLIB_FILESYSTEM_BZIP_UNABLE_TO_WRITE_FILE] => Unable to write file (bz2). [JLIB_FILESYSTEM_GZIP_NOT_SUPPORTED] => GZlib Not Supported. [JLIB_FILESYSTEM_GZIP_UNABLE_TO_READ] => Unable to read archive (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_WRITE] => Unable to write archive (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_WRITE_FILE] => Unable to write file (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_DECOMPRESS] => Unable to decompress data. [JLIB_FILESYSTEM_TAR_UNABLE_TO_READ] => Unable to read archive (tar). [JLIB_FILESYSTEM_TAR_UNABLE_TO_DECOMPRESS] => Unable to decompress data. [JLIB_FILESYSTEM_TAR_UNABLE_TO_CREATE_DESTINATION] => Unable to create destination. [JLIB_FILESYSTEM_TAR_UNABLE_TO_WRITE_ENTRY] => Unable to write entry. [JLIB_FILESYSTEM_ZIP_NOT_SUPPORTED] => Zlib Not Supported. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_READ] => Unable to read archive (zip). [JLIB_FILESYSTEM_ZIP_INFO_FAILED] => Get ZIP Information failed. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_CREATE_DESTINATION] => Unable to create destination. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_WRITE_ENTRY] => Unable to write entry. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_READ_ENTRY] => Unable to read entry. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_OPEN_ARCHIVE] => Unable to open archive. [JLIB_FILESYSTEM_ZIP_INVALID_ZIP_DATA] => Invalid ZIP data. [JLIB_FILESYSTEM_STREAM_FAILED] => Failed to register string stream. [JLIB_FILESYSTEM_UNKNOWNARCHIVETYPE] => Unknown Archive type. [JLIB_FILESYSTEM_UNABLE_TO_LOAD_ARCHIVE] => Unable to load archive. [JLIB_FILESYSTEM_ERROR_JFILE_FIND_COPY] => JFile: :copy: Can't find or read file: %s [JLIB_FILESYSTEM_ERROR_JFILE_STREAMS] => JFile: :copy(%1$s, %2$s): %3$s [JLIB_FILESYSTEM_ERROR_COPY_FAILED] => Copy failed. [JLIB_FILESYSTEM_ERROR_COPY_FAILED_ERR01] => Copy failed: %1$s to %2$s [JLIB_FILESYSTEM_DELETE_FAILED] => Failed deleting %s [JLIB_FILESYSTEM_CANNOT_FIND_SOURCE_FILE] => Can't find source file. [JLIB_FILESYSTEM_ERROR_JFILE_MOVE_STREAMS] => JFile: :move: %s [JLIB_FILESYSTEM_ERROR_RENAME_FILE] => Rename failed. [JLIB_FILESYSTEM_ERROR_READ_UNABLE_TO_OPEN_FILE] => JFile: :read: Unable to open file: %s [JLIB_FILESYSTEM_ERROR_WRITE_STREAMS] => JFile: :write(%1$s): %2$s [JLIB_FILESYSTEM_ERROR_UPLOAD] => JFile: :upload: %s [JLIB_FILESYSTEM_ERROR_WARNFS_ERR01] => Warning: Failed to change file permissions! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR02] => Warning: Failed to move file! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR03] => Warning: File %s not uploaded for security reasons! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR04] => Warning: Failed to move file: %1$s to %2$s [JLIB_FILESYSTEM_ERROR_FIND_SOURCE_FOLDER] => Can't find source folder. [JLIB_FILESYSTEM_ERROR_FOLDER_EXISTS] => Folder already exists. [JLIB_FILESYSTEM_ERROR_FOLDER_CREATE] => Unable to create target folder. [JLIB_FILESYSTEM_ERROR_FOLDER_OPEN] => Unable to open source folder. [JLIB_FILESYSTEM_ERROR_FOLDER_LOOP] => Infinite loop detected. [JLIB_FILESYSTEM_ERROR_FOLDER_PATH] => Path not in open_basedir paths. [JLIB_FILESYSTEM_ERROR_COULD_NOT_CREATE_DIRECTORY] => Could not create folder. [JLIB_FILESYSTEM_ERROR_DELETE_BASE_DIRECTORY] => You can't delete a base folder. [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER] => JFolder: :delete: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_FOLDER_DELETE] => JFolder: :delete: Could not delete folder. Path: %s [JLIB_FILESYSTEM_ERROR_FOLDER_RENAME] => Rename failed: %s [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FILES] => JFolder: :files: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FOLDER] => JFolder: :folder: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_STREAMS_FILE_SIZE] => Failed to get file size. This may not work for all streams! [JLIB_FILESYSTEM_ERROR_STREAMS_FILE_NOT_OPEN] => File not open. [JLIB_FILESYSTEM_ERROR_STREAMS_FILENAME] => File name not set. [JLIB_FILESYSTEM_ERROR_NO_DATA_WRITTEN] => Warning: No data written. [JLIB_FILESYSTEM_ERROR_STREAMS_FAILED_TO_OPEN_WRITER] => Failed to open writer: %s [JLIB_FILESYSTEM_ERROR_STREAMS_FAILED_TO_OPEN_READER] => Failed to open reader: %s [JLIB_FILESYSTEM_ERROR_STREAMS_NOT_UPLOADED_FILE] => Not an uploaded file! [JLIB_FILTER_PARAMS_ALNUM] => Alpha Numeric [JLIB_FILTER_PARAMS_FLOAT] => Float [JLIB_FILTER_PARAMS_INTEGER] => Integer [JLIB_FILTER_PARAMS_RAW] => Raw [JLIB_FILTER_PARAMS_SAFEHTML] => Safe HTML [JLIB_FILTER_PARAMS_TEL] => Telephone [JLIB_FILTER_PARAMS_TEXT] => Text [JLIB_FORM_BUTTON_CLEAR] => Clear [JLIB_FORM_BUTTON_SELECT] => Select [JLIB_FORM_CHANGE_IMAGE] => Change Image [JLIB_FORM_CHANGE_IMAGE_BUTTON] => Change Image Button [JLIB_FORM_CHANGE_USER] => Select User [JLIB_FORM_ERROR_FIELDS_CATEGORY_ERROR_EXTENSION_EMPTY] => Extension attribute is empty in the category field. [JLIB_FORM_ERROR_FIELDS_GROUPEDLIST_ELEMENT_NAME] => Unknown element type: %s [JLIB_FORM_ERROR_NO_DATA] => No data. [JLIB_FORM_ERROR_VALIDATE_FIELD] => Invalid xml field. [JLIB_FORM_ERROR_XML_FILE_DID_NOT_LOAD] => XML file did not load. [JLIB_FORM_FIELD_INVALID] => Invalid field:  [JLIB_FORM_INPUTMODE] => latin [JLIB_FORM_INVALID_FORM_OBJECT] => Invalid Form Object: :%s [JLIB_FORM_INVALID_FORM_RULE] => Invalid Form Rule: :%s [JLIB_FORM_MEDIA_PREVIEW_ALT] => Selected image. [JLIB_FORM_MEDIA_PREVIEW_EMPTY] => No image selected. [JLIB_FORM_MEDIA_PREVIEW_SELECTED_IMAGE] => Selected image. [JLIB_FORM_MEDIA_PREVIEW_TIP_TITLE] => Preview [JLIB_FORM_SELECT_USER] => Select a User [JLIB_FORM_VALIDATE_FIELD_INVALID] => Invalid field: %s [JLIB_FORM_VALIDATE_FIELD_REQUIRED] => Field required: %s [JLIB_FORM_VALIDATE_FIELD_RULE_MISSING] => Validation Rule missing: %s [JLIB_FORM_VALIDATE_FIELD_URL_SCHEMA_MISSING] => Invalid URL: URL schema is missing in %1$s. Please add one of the following at the beginning: %2$s. [JLIB_FORM_VALUE_CACHE_APC] => Alternative PHP Cache [JLIB_FORM_VALUE_CACHE_APCU] => APC User Cache [JLIB_FORM_VALUE_CACHE_CACHELITE] => Cache_Lite [JLIB_FORM_VALUE_CACHE_EACCELERATOR] => eAccelerator [JLIB_FORM_VALUE_CACHE_FILE] => File [JLIB_FORM_VALUE_CACHE_MEMCACHE] => Memcache [JLIB_FORM_VALUE_CACHE_MEMCACHED] => Memcached (Experimental) [JLIB_FORM_VALUE_CACHE_REDIS] => Redis [JLIB_FORM_VALUE_CACHE_WINCACHE] => Windows Cache [JLIB_FORM_VALUE_CACHE_XCACHE] => XCache [JLIB_FORM_VALUE_SESSION_APC] => Alternative PHP Cache [JLIB_FORM_VALUE_SESSION_APCU] => APC User Cache [JLIB_FORM_VALUE_SESSION_DATABASE] => Database [JLIB_FORM_VALUE_SESSION_EACCELERATOR] => eAccelerator [JLIB_FORM_VALUE_SESSION_MEMCACHE] => Memcache [JLIB_FORM_VALUE_SESSION_MEMCACHED] => Memcached (Experimental) [JLIB_FORM_VALUE_SESSION_NONE] => PHP [JLIB_FORM_VALUE_SESSION_REDIS] => Redis [JLIB_FORM_VALUE_SESSION_WINCACHE] => Windows Cache [JLIB_FORM_VALUE_SESSION_XCACHE] => XCache [JLIB_FORM_VALUE_TIMEZONE_UTC] => Universal Time, Coordinated (UTC) [JLIB_FORM_VALUE_FROM_TEMPLATE] => From Template [JLIB_FORM_VALUE_INHERITED] => Inherited [JLIB_HTML_ACCESS_MODIFY_DESC_CAPTION_ACL] => ACL [JLIB_HTML_ACCESS_MODIFY_DESC_CAPTION_TABLE] => Table [JLIB_HTML_ACCESS_SUMMARY_DESC_CAPTION] => ACL Summary Table [JLIB_HTML_ACCESS_SUMMARY_DESC] => Shown below is an overview of the permission settings for this article. Select the tabs above to customise these settings by action. [JLIB_HTML_ACCESS_SUMMARY] => Summary. [JLIB_HTML_ADD_TO_ROOT] => Add to root. [JLIB_HTML_ADD_TO_THIS_MENU] => Add to this menu. [JLIB_HTML_BATCH_ACCESS_LABEL] => Set Access Level [JLIB_HTML_BATCH_ACCESS_LABEL_DESC] => Not making a selection will keep the original access levels when processing. [JLIB_HTML_BATCH_COPY] => Copy [JLIB_HTML_BATCH_FLIPORDERING_LABEL] => Reverse the ordering of all articles in the selected categories [JLIB_HTML_BATCH_LANGUAGE_LABEL] => Set Language [JLIB_HTML_BATCH_LANGUAGE_LABEL_DESC] => Not making a selection will keep the original language when processing. [JLIB_HTML_BATCH_LANGUAGE_NOCHANGE] => - Keep original Language - [JLIB_HTML_BATCH_MENU_LABEL] => To Move or Copy your selection please select a Category. [JLIB_HTML_BATCH_MOVE] => Move [JLIB_HTML_BATCH_MOVE_QUESTION] => Do you want to move the items or make a copy of them? [JLIB_HTML_BATCH_NO_CATEGORY] => - Don't move or copy - [JLIB_HTML_BATCH_NOCHANGE] => - Keep original Access Levels - [JLIB_HTML_BATCH_TAG_LABEL] => Add Tag [JLIB_HTML_BATCH_TAG_LABEL_DESC] => Add a tag to selected items. [JLIB_HTML_BATCH_TAG_NOCHANGE] => - Keep original Tags - [JLIB_HTML_BATCH_USER_LABEL] => Set User. [JLIB_HTML_BATCH_USER_LABEL_DESC] => Not making a selection will keep the original user when processing. [JLIB_HTML_BATCH_USER_NOCHANGE] => - Keep original User - [JLIB_HTML_BATCH_USER_NOUSER] => No User. [JLIB_HTML_BEHAVIOR_ABOUT_THE_CALENDAR] => About the Calendar [JLIB_HTML_BEHAVIOR_CLOSE] => Close [JLIB_HTML_BEHAVIOR_DATE_SELECTION] => Date selection:\n [JLIB_HTML_BEHAVIOR_DISPLAY_S_FIRST] => Display %s first [JLIB_HTML_BEHAVIOR_DRAG_TO_MOVE] => Drag to move. [JLIB_HTML_BEHAVIOR_GO_TODAY] => Go to today [JLIB_HTML_BEHAVIOR_GREEN] => Green [JLIB_HTML_BEHAVIOR_HOLD_MOUSE] => - Hold mouse button on any of the buttons above for faster selection. [JLIB_HTML_BEHAVIOR_MONTH_SELECT] => - Use the < and > buttons to select month\n [JLIB_HTML_BEHAVIOR_NEXT_MONTH_HOLD_FOR_MENU] => Select to move to the next month. Select and hold for a list of the months. [JLIB_HTML_BEHAVIOR_NEXT_YEAR_HOLD_FOR_MENU] => Select to move to the next year. Select and hold for a list of years. [JLIB_HTML_BEHAVIOR_OPEN_CALENDAR] => Open the calendar [JLIB_HTML_BEHAVIOR_PREV_MONTH_HOLD_FOR_MENU] => Select to move to the previous month. Select and hold for a list of the months. [JLIB_HTML_BEHAVIOR_PREV_YEAR_HOLD_FOR_MENU] => Select to move to the previous year. Select and hold for a list of years. [JLIB_HTML_BEHAVIOR_SELECT_DATE] => Select a date. [JLIB_HTML_BEHAVIOR_SHIFT_CLICK_OR_DRAG_TO_CHANGE_VALUE] => (Shift-)Select or Drag to change the value. [JLIB_HTML_BEHAVIOR_TIME] => Time: [JLIB_HTML_BEHAVIOR_TODAY] => Today [JLIB_HTML_BEHAVIOR_TT_DATE_FORMAT] => %a, %b %e [JLIB_HTML_BEHAVIOR_WK] => wk [JLIB_HTML_BEHAVIOR_YEAR_SELECT] => - Use the « and » buttons to select year\n [JLIB_HTML_BUTTON_BASE_CLASS] => Could not load button base class. [JLIB_HTML_BUTTON_NO_LOAD] => Could not load button %s (%s); [JLIB_HTML_BUTTON_NOT_DEFINED] => Button not defined for type = %s [JLIB_HTML_CALENDAR] => Calendar [JLIB_HTML_CHECKED_OUT] => Checked out [JLIB_HTML_CHECKIN] => Check-in [JLIB_HTML_CLOAKING] => This email address is being protected from spambots. You need JavaScript enabled to view it. [JLIB_HTML_DATE_RELATIVE_DAYS] => %s days ago. [JLIB_HTML_DATE_RELATIVE_DAYS_1] => %s day ago. [JLIB_HTML_DATE_RELATIVE_DAYS_0] => %s days ago. [JLIB_HTML_DATE_RELATIVE_HOURS] => %s hours ago. [JLIB_HTML_DATE_RELATIVE_HOURS_1] => %s hour ago. [JLIB_HTML_DATE_RELATIVE_HOURS_0] => %s hours ago. [JLIB_HTML_DATE_RELATIVE_LESSTHANAMINUTE] => Less than a minute ago. [JLIB_HTML_DATE_RELATIVE_MINUTES] => %s minutes ago. [JLIB_HTML_DATE_RELATIVE_MINUTES_1] => %s minute ago. [JLIB_HTML_DATE_RELATIVE_MINUTES_0] => %s minutes ago. [JLIB_HTML_DATE_RELATIVE_WEEKS] => %s weeks ago. [JLIB_HTML_DATE_RELATIVE_WEEKS_1] => %s week ago. [JLIB_HTML_DATE_RELATIVE_WEEKS_0] => %s weeks ago. [JLIB_HTML_EDIT_MENU_ITEM] => Edit menu item. [JLIB_HTML_EDIT_MENU_ITEM_ID] => Item ID: %s [JLIB_HTML_EDIT_MODULE] => Edit module [JLIB_HTML_EDIT_MODULE_IN_POSITION] => Position: %s [JLIB_HTML_EDITOR_CANNOT_LOAD] => Can't load the editor. [JLIB_HTML_END] => End [JLIB_HTML_ERROR_FUNCTION_NOT_SUPPORTED] => Function not supported. [JLIB_HTML_ERROR_NOTFOUNDINFILE] => %s: :%s not found in file. [JLIB_HTML_ERROR_NOTSUPPORTED_NOFILE] => %s: :%s not supported. File not found. [JLIB_HTML_ERROR_NOTSUPPORTED] => %s: :%s not supported. [JLIB_HTML_GOTO_PAGE] => Go to page %s [JLIB_HTML_GOTO_POSITION] => Go to %s page [JLIB_HTML_MOVE_DOWN] => Move Down [JLIB_HTML_MOVE_UP] => Move Up [JLIB_HTML_NO_PARAMETERS_FOR_THIS_ITEM] => There are no parameters for this item. [JLIB_HTML_NO_RECORDS_FOUND] => No records found. [JLIB_HTML_PAGE_CURRENT] => Page %s [JLIB_HTML_PAGE_CURRENT_OF_TOTAL] => Page %s of %s [JLIB_HTML_PAGINATION] => Pagination [JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST] => Please first make a selection from the list. [JLIB_HTML_PUBLISH_ITEM] => Publish Item [JLIB_HTML_PUBLISHED_EXPIRED_ITEM] => Published, but has Expired. [JLIB_HTML_PUBLISHED_FINISHED] => Finish: %s [JLIB_HTML_PUBLISHED_ITEM] => Published and is Current. [JLIB_HTML_PUBLISHED_PENDING_ITEM] => Published, but is Pending. [JLIB_HTML_PUBLISHED_START] => Start: %s [JLIB_HTML_RESULTS_OF] => Results %s - %s of %s [JLIB_HTML_SAVE_ORDER] => Save Order [JLIB_HTML_SELECT_STATE] => Select State [JLIB_HTML_START] => Start [JLIB_HTML_UNPUBLISH_ITEM] => Unpublish Item [JLIB_HTML_VIEW_ALL] => View All [JLIB_HTML_SETDEFAULT_ITEM] => Set default [JLIB_HTML_UNSETDEFAULT_ITEM] => Unset default [JLIB_INSTALLER_ABORT] => Aborting language installation: %s [JLIB_INSTALLER_ABORT_ALREADYINSTALLED] => Extension is already installed. [JLIB_INSTALLER_ABORT_ALREADY_EXISTS] => Extension %1$s: Extension %2$s already exists. [JLIB_INSTALLER_ABORT_COMP_BUILDADMINMENUS_FAILED] => Error building Administrator Menus. [JLIB_INSTALLER_ABORT_COMP_COPY_MANIFEST] => Component %1$s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_COPY_SETUP] => Component %1$s: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_FAIL_ADMIN_FILES] => Component %s: Failed to copy administrator files. [JLIB_INSTALLER_ABORT_COMP_FAIL_SITE_FILES] => Component %s: Failed to copy site files. [JLIB_INSTALLER_ABORT_COMP_INSTALL_COPY_SETUP] => Component Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_CUSTOM_INSTALL_FAILURE] => Component Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_COMP_INSTALL_MANIFEST] => Component Install: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_PHP_INSTALL] => Component Install: Could not copy PHP install file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_PHP_UNINSTALL] => Component Install: Could not copy PHP uninstall file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_ROLLBACK] => Component Install: %s [JLIB_INSTALLER_ABORT_COMP_INSTALL_SQL_ERROR] => Component Install: SQL error file %s [JLIB_INSTALLER_ABORT_COMP_UPDATESITEMENUS_FAILED] => Component Install: Failed to update menu items. [JLIB_INSTALLER_ABORT_COMP_UPDATE_ADMIN_ELEMENT] => Component Update: The XML file did not have an administration element. [JLIB_INSTALLER_ABORT_COMP_UPDATE_COPY_SETUP] => Component Update: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_MANIFEST] => Component Update: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_PHP_INSTALL] => Component Update: Could not copy PHP install file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_PHP_UNINSTALL] => Component Update: Could not copy PHP uninstall file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_ROLLBACK] => Component Update: %s [JLIB_INSTALLER_ABORT_COMP_UPDATE_SQL_ERROR] => Component Update: SQL error file %s [JLIB_INSTALLER_ABORT_CREATE_DIRECTORY] => Extension %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_DEBUG] => Installation unexpectedly stopped: [JLIB_INSTALLER_ABORT_DETECTMANIFEST] => Unable to detect manifest file. [JLIB_INSTALLER_ABORT_DIRECTORY] => Extension %1$s: Another %2$s is already using the named folder: %3$s. Are you trying to install the same extension again? [JLIB_INSTALLER_ABORT_ERROR_DELETING_EXTENSIONS_RECORD] => Could not delete the extension's record from the database. [JLIB_INSTALLER_ABORT_EXTENSIONNOTVALID] => Extension is not valid. [JLIB_INSTALLER_ABORT_FILE_INSTALL_COPY_SETUP] => Files Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_FILE_INSTALL_CUSTOM_INSTALL_FAILURE] => Files Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_FILE_INSTALL_FAIL_SOURCE_DIRECTORY] => Files Install: Failed to find source folder: %s [JLIB_INSTALLER_ABORT_FILE_INSTALL_ROLLBACK] => Files Install: %s [JLIB_INSTALLER_ABORT_FILE_INSTALL_SQL_ERROR] => Files %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_FILE_ROLLBACK] => Files Install: %s [JLIB_INSTALLER_ABORT_FILE_SAME_NAME] => Files Install: Another extension with same name already exists. [JLIB_INSTALLER_ABORT_FILE_UPDATE_SQL_ERROR] => Files Update: SQL error file %s [JLIB_INSTALLER_ABORT_INSTALL_CUSTOM_INSTALL_FAILURE] => Extension %s: Custom install routine failure. [JLIB_INSTALLER_ABORT_LIB_COPY_FILES] => Library %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_LIB_INSTALL_ALREADY_INSTALLED] => Library Install: Library already installed. [JLIB_INSTALLER_ABORT_LIB_INSTALL_COPY_SETUP] => Library Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_LIB_INSTALL_CORE_FOLDER] => Library Install: Library has the same name as a core folder. [JLIB_INSTALLER_ABORT_LIB_INSTALL_FAILED_TO_CREATE_DIRECTORY] => Library Install: Failed to create folder: %s [JLIB_INSTALLER_ABORT_LIB_INSTALL_NOFILE] => Library Install: No library file specified. [JLIB_INSTALLER_ABORT_LIB_INSTALL_ROLLBACK] => Library Install: %s [JLIB_INSTALLER_ABORT_LOAD_DETAILS] => Failed to load extension details. [JLIB_INSTALLER_ABORT_MANIFEST] => Extension %1$s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_METHODNOTSUPPORTED] => Method not supported for this extension type. [JLIB_INSTALLER_ABORT_METHODNOTSUPPORTED_TYPE] => Method not supported for this extension type: %s [JLIB_INSTALLER_ABORT_MOD_COPY_FILES] => Module %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_MOD_INSTALL_COPY_SETUP] => Module Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_MOD_INSTALL_CREATE_DIRECTORY] => Module %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_MOD_INSTALL_CUSTOM_INSTALL_FAILURE] => Module Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_MOD_INSTALL_DIRECTORY] => Module %1$s: Another module is already using folder: %2$s [JLIB_INSTALLER_ABORT_MOD_INSTALL_MANIFEST] => Module Install: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_MOD_INSTALL_NOFILE] => Module %s: No module file specified. [JLIB_INSTALLER_ABORT_MOD_INSTALL_SQL_ERROR] => Module %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_MOD_ROLLBACK] => Module %1$s: %2$s [JLIB_INSTALLER_ABORT_MOD_UNINSTALL_UNKNOWN_CLIENT] => Module Uninstall: Unknown client type [%s] [JLIB_INSTALLER_ABORT_MOD_UNKNOWN_CLIENT] => Module %1$s: Unknown client type [%2$s] [JLIB_INSTALLER_ABORT_NOINSTALLPATH] => Install path does not exist. [JLIB_INSTALLER_ABORT_NOUPDATEPATH] => Update path does not exist. [JLIB_INSTALLER_ABORT_PACK_INSTALL_COPY_SETUP] => Package Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_PACK_INSTALL_CREATE_DIRECTORY] => Package Install: Failed to create folder: %s. [JLIB_INSTALLER_ABORT_PACKAGE_INSTALL_CUSTOM_INSTALL_FAILURE] => Package Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_PACKAGE_INSTALL_MANIFEST] => Installation failed: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_PACK_INSTALL_ERROR_EXTENSION] => Package %1$s: There was an error installing an extension: %2$s [JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_FILES] => Package %s: There were no files to install! [JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_PACK] => Package %s: No package file specified. [JLIB_INSTALLER_ABORT_PACK_INSTALL_ROLLBACK] => Package Install: %s [JLIB_INSTALLER_ABORT_PLG_COPY_FILES] => Plugin %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_PLG_INSTALL_ALLREADY_EXISTS] => Plugin %1$s: Plugin %2$s already exists. [JLIB_INSTALLER_ABORT_PLG_INSTALL_COPY_SETUP] => Plugin %s: Could not copy setup file. [JLIB_INSTALLER_ABORT_PLG_INSTALL_CREATE_DIRECTORY] => Plugin %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_CUSTOM_INSTALL_FAILURE] => Plugin Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_PLG_INSTALL_DIRECTORY] => Plugin %1$s: Another plugin is already using folder: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_MANIFEST] => Plugin %s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_PLG_INSTALL_NO_FILE] => Plugin %s: No plugin file specified. [JLIB_INSTALLER_ABORT_PLG_INSTALL_ROLLBACK] => Plugin %1$s: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_SQL_ERROR] => Plugin %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_PLG_UNINSTALL_SQL_ERROR] => Plugin Uninstall: SQL error file %s [JLIB_INSTALLER_ABORT_REFRESH_MANIFEST_CACHE] => Refresh Manifest Cache failed: %s Extension is not currently installed. [JLIB_INSTALLER_ABORT_REFRESH_MANIFEST_CACHE_VALID] => Refresh Manifest Cache failed: Extension is not valid. [JLIB_INSTALLER_ABORT_ROLLBACK] => Extension %1$s: %2$s [JLIB_INSTALLER_ABORT_SQL_ERROR] => Extension %1$s: SQL error processing query: %2$s [JLIB_INSTALLER_ABORT_TPL_INSTALL_ALREADY_INSTALLED] => Template Install: Template already installed. [JLIB_INSTALLER_ABORT_TPL_INSTALL_ANOTHER_TEMPLATE_USING_DIRECTORY] => Template Install: There is already a Template using the named folder: %s. Are you trying to install the same template again? [JLIB_INSTALLER_ABORT_TPL_INSTALL_COPY_FILES] => Template Install: Could not copy files from the %s source. [JLIB_INSTALLER_ABORT_TPL_INSTALL_COPY_SETUP] => Template Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_TPL_INSTALL_FAILED_CREATE_DIRECTORY] => Template Install: Failed to create folder: %s [JLIB_INSTALLER_ABORT_TPL_INSTALL_ROLLBACK] => Template Install: %s [JLIB_INSTALLER_ABORT_TPL_INSTALL_UNKNOWN_CLIENT] => Template Install: Unknown client type [%s] [JLIB_INSTALLER_AVAILABLE_UPDATE_PHP_VERSION] => For the extension %1$s version %2$s is available, but it requires at least PHP version %3$s while your system only has %4$s [JLIB_INSTALLER_AVAILABLE_UPDATE_DB_MINIMUM] => For the extension %1$s version %2$s is available, but your current database %3$s is version %4$s and is not supported. Please contact your web host to update your Database version to at least version %5$s. [JLIB_INSTALLER_AVAILABLE_UPDATE_DB_TYPE] => For the extension %1$s version %2$s is available, but your current database %3$s is not supported anymore. [JLIB_INSTALLER_PURGED_UPDATES] => Cleared updates [JLIB_INSTALLER_FAILED_TO_PURGE_UPDATES] => Failed to clear updates. [JLIB_INSTALLER_DEFAULT_STYLE] => %s - Default [JLIB_INSTALLER_DISCOVER] => Discover [JLIB_INSTALLER_DISCOVER_INSTALL] => Discover Install [JLIB_INSTALLER_ERROR_CANNOT_UNINSTALL_CHILD_OF_PACKAGE] => The %s extension is part of a package which does not allow individual extensions to be uninstalled. [JLIB_INSTALLER_ERROR_COMP_DISCOVER_STORE_DETAILS] => Component Discover install: Failed to store component details. [JLIB_INSTALLER_ERROR_COMP_FAILED_TO_CREATE_DIRECTORY] => Component %1$s: Failed to create folder: %2$s. [JLIB_INSTALLER_ERROR_COMP_INSTALL_ADMIN_ELEMENT] => Component Install: The XML file did not have an administration element. [JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_ADMIN] => Component Install: Another component is already using folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_SITE] => Component Install: Another component is already using folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DIRECTORY_ADMIN] => Component Install: Failed to create administrator folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DIRECTORY_SITE] => Component Install: Failed to create site folder: %s [JLIB_INSTALLER_ERROR_COMP_REFRESH_MANIFEST_CACHE] => Component Refresh manifest cache: Failed to store component details. [JLIB_INSTALLER_ERROR_COMP_REMOVING_ADMIN_MENUS_FAILED] => Could not delete the Administrator menus. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_CUSTOM] => Component Uninstall: Custom Uninstall script unsuccessful. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_DELETE_CATEGORIES] => Component Uninstall: Unable to delete the component categories. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_ERRORREMOVEMANUALLY] => Component Uninstall: Can't uninstall. Please remove manually. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_ERRORUNKOWNEXTENSION] => Component Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_REMOVE_DIRECTORY_ADMIN] => Component Uninstall: Unable to remove the component administrator folder. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_REMOVE_DIRECTORY_SITE] => Component Uninstall: Unable to remove the component site folder. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_NO_OPTION] => Component Uninstall: Option field empty, can't remove files. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_SQL_ERROR] => Component Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_WARNCORECOMPONENT] => Component Uninstall: Trying to uninstall a core component. [JLIB_INSTALLER_ERROR_COMP_UPDATE_FAILED_TO_CREATE_DIRECTORY_ADMIN] => Component Update: Failed to create administrator folder: %s [JLIB_INSTALLER_ERROR_COMP_UPDATE_FAILED_TO_CREATE_DIRECTORY_SITE] => Component Update: Failed to create site folder: %s [JLIB_INSTALLER_ERROR_CREATE_DIRECTORY] => JInstaller: :Install: Failed to create folder: %s [JLIB_INSTALLER_ERROR_CREATE_FOLDER_FAILED] => Failed to create folder [%s] [JLIB_INSTALLER_ERROR_DEPRECATED_FORMAT] => Deprecated install format (client="both"), use package installer in future. [JLIB_INSTALLER_ERROR_DISCOVER_INSTALL_UNSUPPORTED] => A %s extension can not be installed using the discover method. Please install this extension from Extension Manager: Install. [JLIB_INSTALLER_ERROR_DOWNGRADE] => Sorry! You cannot downgrade from version %s to %s [JLIB_INSTALLER_ERROR_DOWNLOAD_SERVER_CONNECT] => Error connecting to the server: %s [JLIB_INSTALLER_ERROR_FAIL_COPY_FILE] => JInstaller: :Install: Failed to copy file %1$s to %2$s [JLIB_INSTALLER_ERROR_FAIL_COPY_FOLDER] => JInstaller: :Install: Failed to copy folder %1$s to %2$s [JLIB_INSTALLER_ERROR_FAILED_READING_NETWORK_RESOURCES] => Failed reading network resource: %s [JLIB_INSTALLER_ERROR_FILE_EXISTS] => JInstaller: :Install: File already exists %s [JLIB_INSTALLER_ERROR_FILE_FOLDER] => Error on deleting file or folder %s [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_INVALID_MANIFEST] => Files Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Files Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_LOAD_ENTRY] => Files Uninstall: Could not load extension entry. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_LOAD_MANIFEST] => Files Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_SQL_ERROR] => Files Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_WARNCOREFILE] => File Uninstall: Trying to uninstall core files. [JLIB_INSTALLER_ERROR_FOLDER_IN_USE] => Another extension is already using folder [%s] [JLIB_INSTALLER_ERROR_LANG_DISCOVER_STORE_DETAILS] => Language Discover install: Failed to store language details. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_DEFAULT] => This language can't be uninstalled as long as it is defined as a default language. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_DIRECTORY] => Language Uninstall: Unable to remove the specified Language folder. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_ELEMENT_EMPTY] => Language Uninstall: Element is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_PATH_EMPTY] => Language Uninstall: Language path is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_PROTECTED] => This language can't be uninstalled. It is protected in the database (usually en-GB). [JLIB_INSTALLER_ERROR_LIB_DISCOVER_STORE_DETAILS] => Library Discover install: Failed to store library details. [JLIB_INSTALLER_ERROR_LIB_REFRESH_MANIFEST_CACHE] => Library Refresh manifest cache: Failed to store library details. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_INVALID_MANIFEST] => Library Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Library Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_LOAD_MANIFEST] => Library Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_WARNCORELIBRARY] => Library Uninstall: Trying to uninstall a core library. [JLIB_INSTALLER_ERROR_LOAD_XML] => JInstaller: :Install: Failed to load XML File: %s [JLIB_INSTALLER_ERROR_MOD_DISCOVER_STORE_DETAILS] => Module Discover install: Failed to store module details. [JLIB_INSTALLER_ERROR_MOD_REFRESH_MANIFEST_CACHE] => Module Refresh manifest cache: Failed to store module details. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_ERRORUNKOWNEXTENSION] => Module Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_EXCEPTION] => Module Uninstall: %s [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Module Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_SQL_ERROR] => Module Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_WARNCOREMODULE] => Module Uninstall: Trying to uninstall a core module: %s [JLIB_INSTALLER_ERROR_NO_CORE_LANGUAGE] => No core pack exists for the language [%s] [JLIB_INSTALLER_ERROR_NO_FILE] => JInstaller: :Install: File does not exist %s [JLIB_INSTALLER_ERROR_NO_LANGUAGE_TAG] => The package did not specify a language tag. Are you trying to install an old language package? [JLIB_INSTALLER_ERROR_NOTFINDJOOMLAXMLSETUPFILE] => JInstaller: :Install: Can't find Joomla XML setup file. [JLIB_INSTALLER_ERROR_NOTFINDXMLSETUPFILE] => JInstaller: :Install: Can't find XML setup file. [JLIB_INSTALLER_ERROR_PACK_REFRESH_MANIFEST_CACHE] => Package Refresh manifest cache: Failed to store package details. [JLIB_INSTALLER_ERROR_PACK_SETTING_PACKAGE_ID] => Could not record the package ID for this package's extensions. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_INVALID_MANIFEST] => Package Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Package Uninstall: Manifest file invalid or not found: %s [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_LOAD_MANIFEST] => Package Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MANIFEST_NOT_REMOVED] => Package Uninstall: Errors were detected, manifest file not removed! [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MISSINGMANIFEST] => Package Uninstall: Missing manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_NOT_PROPER] => Package Uninstall: This extension may have already been uninstalled or might not have been uninstalled properly: %s [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_WARNCOREPACK] => Package Uninstall: Trying to uninstall core package. [JLIB_INSTALLER_ERROR_PLG_DISCOVER_STORE_DETAILS] => Plugin Discover install: Failed to store plugin details. [JLIB_INSTALLER_ERROR_PLG_REFRESH_MANIFEST_CACHE] => Plugin Refresh manifest cache: Failed to store plugin details. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_ERRORUNKOWNEXTENSION] => Plugin Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_FOLDER_FIELD_EMPTY] => Plugin Uninstall: Folder field empty, can't remove files. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_INVALID_MANIFEST] => Plugin Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Plugin Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_LOAD_MANIFEST] => Plugin Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_WARNCOREPLUGIN] => Plugin Uninstall: Trying to uninstall a core plugin: %s [JLIB_INSTALLER_ERROR_SQL_ERROR] => JInstaller: :Install: Error SQL %s [JLIB_INSTALLER_ERROR_SQL_FILENOTFOUND] => JInstaller: :Install: SQL File not found %s [JLIB_INSTALLER_ERROR_SQL_READBUFFER] => JInstaller: :Install: SQL File Buffer Read Error. [JLIB_INSTALLER_ERROR_TPL_DISCOVER_STORE_DETAILS] => Template Discover install: Failed to store template details. [JLIB_INSTALLER_ERROR_TPL_REFRESH_MANIFEST_CACHE] => Template Refresh manifest cache: Failed to store template details. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_ERRORUNKOWNEXTENSION] => Template Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_INVALID_CLIENT] => Template Uninstall: Invalid client. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Template Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_DEFAULT] => Template Uninstall: Can't remove default template. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_DIRECTORY] => Template Uninstall: Folder does not exist, can't remove files. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_ID_EMPTY] => Template Uninstall: Template ID is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_WARNCORETEMPLATE] => Template Uninstall: Trying to uninstall a core template: %s [JLIB_INSTALLER_ERROR_UNKNOWN_CLIENT_TYPE] => Unknown Client Type [%s] [JLIB_INSTALLER_FILE_ERROR_MOVE] => Error on moving file %s [JLIB_INSTALLER_INCORRECT_SEQUENCE] => Downgrading from version %1$s to version %2$s is not allowed. [JLIB_INSTALLER_INSTALL] => Install [JLIB_INSTALLER_MINIMUM_JOOMLA] => You don't have the minimum Joomla version requirement of J%s [JLIB_INSTALLER_MINIMUM_PHP] => Your server doesn't meet the minimum PHP version requirement of %s [JLIB_INSTALLER_NOTICE_LANG_RESET_USERS] => Language set to Default for %d users. [JLIB_INSTALLER_NOTICE_LANG_RESET_USERS_1] => Language set to Default for %d user. [JLIB_INSTALLER_UNINSTALL] => Uninstall [JLIB_INSTALLER_UPDATE] => Update [JLIB_INSTALLER_ERROR_EXTENSION_INVALID_CLIENT_IDENTIFIER] => Invalid client identifier specified in extension manifest. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_UNKNOWN_EXTENSION] => Trying to uninstall unknown extension from package. This extension may have already been removed earlier. [JLIB_INSTALLER_NOT_ERROR] => If the error is related to the installation of TinyMCE language files it has no effect on the installation of the language(s). Some language packs created prior to Joomla! 3.2.0 may try to install separate TinyMCE language files. As these are now included in the core they no longer need to be installed. [JLIB_INSTALLER_UPDATE_LOG_QUERY] => Ran query from file %1$s. Query text: %2$s. [JLIB_INSTALLER_WARNING_UNABLE_TO_INSTALL_CONTENT_LANGUAGE] => Unable to create a content language for %s language: %s [JLIB_JS_AJAX_ERROR_CONNECTION_ABORT] => A connection abort has occurred while fetching the JSON data. [JLIB_JS_AJAX_ERROR_NO_CONTENT] => No content was returned. [JLIB_JS_AJAX_ERROR_OTHER] => An error has occurred while fetching the JSON data: HTTP %s status code. [JLIB_JS_AJAX_ERROR_PARSE] => A parse error has occurred while processing the following JSON data:
%s [JLIB_JS_AJAX_ERROR_TIMEOUT] => A timeout has occurred while fetching the JSON data. [JLIB_LANGUAGE_ERROR_CANNOT_LOAD_METAFILE] => Could not load %s language XML file from %s. [JLIB_LANGUAGE_ERROR_CANNOT_LOAD_METADATA] => Could not load %s metadata from %s. [JLIB_LOGIN_AUTHORISATION] => Your access has been authorised. [JLIB_LOGIN_DENIED] => Your access has been denied. [JLIB_LOGIN_EXPIRED] => Your authentication has expired. [JLIB_MAIL_FUNCTION_DISABLED] => The mail() function has been disabled and the mail can't be sent. [JLIB_MAIL_FUNCTION_OFFLINE] => The mail function has been disabled by an administrator. [JLIB_MAIL_INVALID_EMAIL_SENDER] => Invalid email sender: %s [JLIB_MEDIA_ERROR_UPLOAD_INPUT] => Unable to upload file. [JLIB_MEDIA_ERROR_WARNFILENAME] => File name must only have alphanumeric characters and no spaces. [JLIB_MEDIA_ERROR_WARNFILETOOLARGE] => This file is too large to upload. [JLIB_MEDIA_ERROR_WARNFILETYPE] => This file type is not supported. [JLIB_MEDIA_ERROR_WARNIEXSS] => Possible IE XSS Attack found. [JLIB_MEDIA_ERROR_WARNINVALID_IMG] => Not a valid image. [JLIB_MEDIA_ERROR_WARNINVALID_MIME] => Invalid mime type detected. [JLIB_MEDIA_ERROR_WARNINVALID_MIMETYPE] => Illegal mime type detected: %s [JLIB_MEDIA_ERROR_WARNNOTADMIN] => Uploaded file is not an image file and you do not have permission. [JLIB_MENUS_PRESET_JOOMLA] => Preset - Joomla [JLIB_MENUS_PRESET_MODERN] => Preset - Modern [JLIB_NO_EDITOR_PLUGIN_PUBLISHED] => Unable to display an editor because no editor plugin is published. [JLIB_PLUGIN_ERROR_LOADING_PLUGINS] => Error loading Plugins: %s [JLIB_REGISTRY_EXCEPTION_LOAD_FORMAT_CLASS] => Unable to load format class. [JLIB_RULES_ACTION] => Action [JLIB_RULES_ALLOWED] => Allowed [JLIB_RULES_ALLOWED_ADMIN] => Allowed (Super User) [JLIB_RULES_ALLOWED_INHERITED] => Allowed (Inherited) [JLIB_RULES_CALCULATED_SETTING] => Calculated Setting [JLIB_RULES_CONFLICT] => Conflict [JLIB_RULES_DATABASE_FAILURE] => Failed storing the data to the database. [JLIB_RULES_DENIED] => Denied [JLIB_RULES_GROUP] => %s [JLIB_RULES_GROUPS] => Groups [JLIB_RULES_INHERIT] => Inherit [JLIB_RULES_INHERITED] => Inherited [JLIB_RULES_NOT_ALLOWED] => Not Allowed [JLIB_RULES_NOT_ALLOWED_ADMIN_CONFLICT] => Conflict [JLIB_RULES_NOT_ALLOWED_DEFAULT] => Not Allowed (Default) [JLIB_RULES_NOT_ALLOWED_INHERITED] => Not Allowed (Inherited) [JLIB_RULES_NOT_ALLOWED_LOCKED] => Not Allowed (Locked) [JLIB_RULES_NOT_SET] => Not Set [JLIB_RULES_NOTICE_RECALCULATE_GROUP_PERMISSIONS] => Super User permissions changed. Save or reload to recalculate this group permissions. [JLIB_RULES_NOTICE_RECALCULATE_GROUP_CHILDS_PERMISSIONS] => Permissions changed in a group with child groups. Save or reload to recalculate the child groups permissions. [JLIB_RULES_REQUEST_FAILURE] => Failed sending the data to server. [JLIB_RULES_SAVE_BEFORE_CHANGE_PERMISSIONS] => Please save before changing permissions. [JLIB_RULES_SELECT_ALLOW_DENY_GROUP] => Allow or deny %s for users in the %s group. [JLIB_RULES_SELECT_SETTING] => Select New Setting [JLIB_RULES_SETTING_NOTES] => If you change the setting, it will apply to this and all child groups, components and content. Note that Denied will overrule any inherited setting and also the setting in any child group, component or content. In the case of a setting conflict, Deny will take precedence. Not Set is equivalent to Denied but can be changed in child groups, components and content. [JLIB_RULES_SETTING_NOTES_ITEM] => If you change the setting, it will apply to this item. Note that:
Inherited means that the permissions from global configuration, parent group and category will be used.
Denied means that no matter what the global configuration, parent group or category settings are, the group being edited can't take this action on this item.
Allowed means that the group being edited will be able to take this action for this item (but if this is in conflict with the global configuration, parent group or category it will have no impact; a conflict will be indicated by Not Allowed (Inherited) under Calculated Settings). [JLIB_RULES_SETTINGS_DESC] => Manage the permission settings for the user groups below. See notes at the bottom. [JLIB_STEMMER_INVALID_STEMMER] => Invalid stemmer type %s [JLIB_UNKNOWN] => Unknown [JLIB_UPDATER_ERROR_COLLECTION_FOPEN] => The PHP allow_url_fopen setting is disabled. This setting must be enabled for the updater to work. [JLIB_UPDATER_ERROR_COLLECTION_OPEN_URL] => Update: :Collection: Could not open %s [JLIB_UPDATER_ERROR_COLLECTION_PARSE_URL] => Update: :Collection: Could not parse %s [JLIB_UPDATER_ERROR_EXTENSION_OPEN_URL] => Update: :Extension: Could not open %s [JLIB_UPDATER_ERROR_EXTENSION_PARSE_URL] => Update: :Extension: Could not parse %s [JLIB_UPDATER_ERROR_OPEN_UPDATE_SITE] => Update: Could not open update site #%d "%s", URL: %s [JLIB_USER_ERROR_AUTHENTICATION_FAILED_LOAD_PLUGIN] => JAuthentication: :authenticate: Failed to load plugin: %s [JLIB_USER_ERROR_AUTHENTICATION_LIBRARIES] => JAuthentication: :__construct: Could not load authentication libraries. [JLIB_USER_ERROR_BIND_ARRAY] => Unable to bind array to user object. [JLIB_USER_ERROR_CANNOT_CHANGE_SUPER_USER] => A user is not allowed to change permissions of a Super User group. [JLIB_USER_ERROR_CANNOT_CHANGE_OWN_GROUPS] => A user is not allowed to change permissions of their own group(s). [JLIB_USER_ERROR_CANNOT_CHANGE_OWN_PARENT_GROUPS] => A user is not allowed to change permissions of their own group(s) parent group(s). [JLIB_USER_ERROR_CANNOT_DEMOTE_SELF] => You can't remove your own Super User permissions. [JLIB_USER_ERROR_CANNOT_REUSE_PASSWORD] => You can't reuse your current password, please enter a new password. [JLIB_USER_ERROR_ID_NOT_EXISTS] => JUser: :_load: User %s does not exist. [JLIB_USER_ERROR_NOT_SUPERADMIN] => Only users with Super User permissions can change other Super User user accounts. [JLIB_USER_ERROR_PASSWORD_NOT_MATCH] => Passwords do not match. Please re-enter password. [JLIB_USER_ERROR_UNABLE_TO_FIND_USER] => Unable to find a user with given activation string. [JLIB_USER_ERROR_UNABLE_TO_LOAD_USER] => JUser: :_load: Unable to load user with ID: %s [JLIB_USER_EXCEPTION_ACCESS_USERGROUP_INVALID] => User group does not exist. [JLIB_UTIL_ERROR_APP_INSTANTIATION] => Application Startup Error. [JLIB_UTIL_ERROR_CONNECT_DATABASE] => JDatabase: :getInstance: Could not connect to database
joomla.library: %1$s - %2$s [JLIB_UTIL_ERROR_DOMIT] => DommitDocument is deprecated. Use DomDocument instead. [JLIB_UTIL_ERROR_LOADING_FEED_DATA] => Error loading feed data. [JLIB_UTIL_ERROR_XML_LOAD] => Failed loading XML file. [PLG_SYSTEM_RSFPJOOMLACAPTCHA_DESC] => The RSForm! Pro - Captcha Plugin allows you to use any of your installed Joomla! Captcha plugins in your form. [RSFP_JOOMLA_BUILT_IN_CAPTCHA_LABEL] => Joomla! Built-in Captcha [RSFP_JOOMLA_CAPTCHA_LABEL] => Joomla! Captcha [RSFP_COMP_FIELD_CAPTCHA] => Captcha Type [RSFP_COMP_FVALUE_JOOMLA_DEFAULT_CAPTCHA] => Joomla! Default Captcha [PLG_SYSTEM_LOGROTATION] => System - Log Rotation [PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION] => This plugin periodically rotates system log files. [PLG_SYSTEM_LOGROTATION_CACHETIMEOUT_LABEL] => Log Rotation (in days) [PLG_SYSTEM_LOGROTATION_CACHETIMEOUT_DESC] => How often should the logs be rotated. [PLG_SYSTEM_LOGROTATION_LOGSTOKEEP_DESC] => The maximum number of old logs to keep. [PLG_SYSTEM_LOGROTATION_LOGSTOKEEP_LABEL] => Maximum Logs [PLG_SYSTEM_OSSYSTEM] => System - OSSystem (Don't uninstall this if you're using Alledia/Joomlashack extension) [PLG_SYSTEM_OSSYSTEM_DESCRIPTION] => A system plugin which supports Joomlashack/Alledia extensions. [JOOMLASHACK_FOOTER_LIKE_THIS_EXTENSION] => Like this extension? [JOOMLASHACK_FOOTER_GO_PRO_MORE_FEATURES] => Go Pro to access more features [JOOMLASHACK_FOOTER_LEAVE_A_REVIEW_ON_JED] => Leave a review on the JED [PLG_SYSTEM_RSFPREGISTRATION_DESC] => The Joomla! Registration Plugin allows integration between RSForm! Pro and the Joomla! registration. The integration is done silently while running in the background, so the user (form submitter) will not notice anything in the frontend. [RSFP_REG_TITLE] => Joomla! User Registration [RSFP_REG_USE_INTEGRATION] => Use Joomla! Registration Integration [RSFP_REG_SHOW_PASSWORD_STREGTH] => Show Password Strength Indicator [RSFP_REG_SHOW_PASSWORD_STREGTH_DESC] => Shows a visual representation of the strength of user's desired password as he types it, according to the parameters setup in the Joomla! Users component. [RSFP_REG_ACTION] => Action [RSFP_REG_ACTION_DESC] => Defines the action - either always register the user or register the user based on a field selection (eg. a checkbox has been checked). [RSFP_REG_ACTION_WARNING] => If you want to create the user based on a field selection, make sure the field you use has ANY of the following values set: 1 or register. Any other value provided and the registration will be ignored (i.e. no user will be created). [RSFP_REG_ALWAYS_REGISTER] => Always create the user [RSFP_REG_BASED_ON_SELECTION] => Based on another field [RSFP_REG_ACTIVATION] => New User Account Activation [RSFP_REG_ACTIVATION_DESC] => If set to Self, the User will receive an e-mail with a link to activate their account before they can log in. If set to Admin, the user will have to verify his account through a link sent to his email address, but will only be able to login after an administrator activates the account. [RSFP_REG_ACTIVATION_WARNING] => If you're using anything other than None, remember to add the {user_activation} and {admin_activation} placeholders in your emails. They will allow the user to activate their account and the administrator to approve it. [RSFP_REG_NONE] => None [RSFP_REG_SELF] => Self [RSFP_REG_ADMIN] => Admin [RSFP_REG_DEFER_ADMIN_EMAIL] => Defer Admin Email [RSFP_REG_DEFER_ADMIN_EMAIL_DESC] => Setting this to Yes will defer the sending of the Admin Email until the user clicks on the activation link. [RSFP_REG_GROUPS] => User Group [RSFP_REG_GROUPS_DESC] => The default group that will be applied when the user is created. [RSFP_REG_ACTIVATION_CB] => Confirm user in Community Builder [RSFP_REG_ACTIVATION_CB_DESC] => Confirm the newly created user in Community Builder [RSFP_REG_ITEMID] => Menu Item ID [RSFP_REG_ITEMID_DESC] => This is the Item ID that will be appended to the links received in the email. Use this if you'd like to create a SEF link pointing to another menu item than the default one the user is on. [RSFP_REG_SELECT_ITEMID] => - Default - [RSFP_REG_USER_ACTIVATION] => User Activation [RSFP_REG_ACTIVATION_ACTIONS] => Activation Actions [RSFP_REG_USER_ACTIVATION_ACTION] => User Activation Action [RSFP_REG_USER_ACTIVATION_ACTION_DESC] => This is the action that will be performed after the user validates his account by clicking on the activation link. [RSFP_REG_REDIRECT_DEFAULT] => None (Joomla! default) [RSFP_REG_REDIRECT_TO_URL] => Redirect to URL specified below [RSFP_REG_SHOW_MESSAGE] => Show message specified below [RSFP_REG_USER_ACTIVATION_URL] => URL [RSFP_REG_USER_ACTIVATION_URL_DESC] => This is the URL the user will be redirected to after activating his account. [RSFP_REG_USER_ACTIVATION_TEXT] => Message [RSFP_REG_USER_ACTIVATION_TEXT_DESC] => This is the message that will be presented to the user after activating this account. Placeholders and HTML code are permitted. [RSFP_REG_ADMIN_ACTIVATION] => Admin Activation [RSFP_REG_ADMIN_ACTIVATION_ACTION] => Admin Activation Action [RSFP_REG_ADMIN_ACTIVATION_ACTION_DESC] => This is the action that will be performed after the admin validates the account by clicking on the activation link. [RSFP_REG_ADMIN_ACTIVATION_URL] => URL [RSFP_REG_ADMIN_ACTIVATION_URL_DESC] => This is the URL the admin will be redirected to after activating the user's account. [RSFP_REG_ADMIN_ACTIVATION_TEXT] => Message [RSFP_REG_ADMIN_ACTIVATION_TEXT_DESC] => This is the message that will be presented to the admin after activating the user's account. Placeholders and HTML code are permitted. [RSFP_REG_MERGE_VARS] => Map Fields [RSFP_REG_MERGE_VARS_DESC] => On the left side you will find the fields from Joomla! registration. You can map them to RSForm! Pro fields, so that they will automatically be populated with user-supplied data. [RSFP_REG_NAME] => Name [RSFP_REG_USERNAME] => Username [RSFP_REG_EMAIL] => E-mail [RSFP_REG_EMAIL2] => Verify E-mail [RSFP_REG_PASSWORD1] => Password [RSFP_REG_PASSWORD2] => Verify Password [RSFP_REG_CONSENT] => Consent [PLG_SYSTEM_RSFPREGISTRATION_JOOMLA_FIELDS] => Map Joomla! Custom Fields [PLG_SYSTEM_RSFPREGISTRATION_IGNORE] => - IGNORE - [PLG_SYSTEM_RSFPREGISTRATION_PROFILE_FIELDS] => User - Profile Fields [PLG_SYSTEM_RSFPREGISTRATION_ADDRESS1] => Address 1 [PLG_SYSTEM_RSFPREGISTRATION_ADDRESS2] => Address 2 [PLG_SYSTEM_RSFPREGISTRATION_CITY] => City [PLG_SYSTEM_RSFPREGISTRATION_REGION] => Region [PLG_SYSTEM_RSFPREGISTRATION_COUNTRY] => Country [PLG_SYSTEM_RSFPREGISTRATION_POSTAL_CODE] => Postal Code [PLG_SYSTEM_RSFPREGISTRATION_PHONE] => Phone [PLG_SYSTEM_RSFPREGISTRATION_WEBSITE] => Website [PLG_SYSTEM_RSFPREGISTRATION_FAVORITEBOOK] => Favorite Book [PLG_SYSTEM_RSFPREGISTRATION_ABOUTME] => About Me [PLG_SYSTEM_RSFPREGISTRATION_DOB] => Date of Birth [PLG_SYSTEM_RSFPREGISTRATION_TOS] => Terms of Service [RSFP_REG_FORM_NAME_LABEL] => Registration form [RSFP_REG_FORM_NAME_DESC] => Choose which form you want to be displayed in the registration page. [RSFP_REG_DEFAULT_JOOMLA_FORM] => Default Joomla! User Registration Form [RSFP_REDIRECT_URL_LABEL] => Redirect URL [RSFP_REDIRECT_URL_DESC] => Manually enter the URL you want to be redirected to when you click on the Register link. [RSFP_REG_OR] => OR [RSFP_REG_REGISTRATION_BIND_FAILED] => Failed to bind registration data: %s [RSFP_REG_REGISTRATION_SAVE_FAILED] => Registration failed: %s [RSFP_REG_ERROR_VALID_AZ09] => Please enter a valid username. No space at beginning or end, at least 2 characters and must not contain the following characters: < > \ " ' % ; ( ) & [RSFP_REG_ERROR_USERNAME_INUSE] => Username in use [RSFP_REG_ERROR_VALID_MAIL] => Please enter a valid email address. [RSFP_REG_ERROR_EMAIL_INUSE] => This email is already registered. [RSFP_REG_EMAIL_DO_NOT_MATCH] => E-mail addresses do not match. Please re-type your e-mail address. [RSFP_REG_EMPTY_PASSWORD] => Empty passwords are not allowed. Please fill in your desired password. [RSFP_REG_ERROR_PASSWORD_NOT_MATCH] => Passwords do not match. Please re-enter password. [RSFP_REG_DATABASE_ERROR] => Error getting the user from the database: %s [RSFP_REG_ACTIVATION_TOKEN_NOT_FOUND] => Verification code not found. [RSFP_REG_MISSING_ACTIVATION_PARAMETERS] => Some parameters needed for account activation are missing from the URL. [RSFP_REG_MISSING_SUBMISSION] => The account you're trying to activate seems to be missing the provided submission. [RSFP_REG_WRONG_USER_SUBMISSION] => The account you're trying to activate doesn't seem to be tied to the provided submission. [RSFP_REG_REGISTRATION_ACTIVATION_SAVE_FAILED] => Failed to save activation data: %s [RSFP_REG_REGISTRATION_SAVE_SUCCESS] => Thank you for registering. You may now log in using the username and password you registered with. [RSFP_REG_REGISTRATION_ACTIVATE_SUCCESS] => Your Account has been successfully activated. You can now log in using the username and password you chose during the registration. [RSFP_REG_REGISTRATION_VERIFY_SUCCESS] => Your email has been verified. Once an administrator approves your account, you will be notified by email, and you can login to the site. [RSFP_REG_REGISTRATION_ADMINACTIVATE_SUCCESS] => The user's account has been successfully activated and the user has been notified about it. [RSFP_REG_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY] => Hello %s,\n\nYour account has been activated by an administrator. You can now login at %s using the username %s and the password you chose while registering. [RSFP_REG_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT] => Account activated for %s at %s [PLG_SYSTEM_UPDATENOTIFICATION] => System - Joomla! Update Notification [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_LBL] => Super User Emails [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_DESC] => A comma separated list of the email addresses which will receive the update notification emails. The addresses in the list MUST belong to existing users of your site who have the Super User privilege. If none of the listed emails belongs to Super Users, or if it's left blank, all Super Users of this site will receive the update notification email. [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT] => Joomla! Update available for [SITENAME] – [URL] [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY] => This email IS NOT sent by the Joomla! project. It is sent automatically by your own site,\n[SITENAME] - [URL] \n\n================================================================================\nUPDATE INFORMATION\n================================================================================\n\nYour site has discovered that there is an updated version of Joomla! available for download.\n\nJoomla! version currently installed: [CURVERSION]\nJoomla! version available for installation: [NEWVERSION]\n\nThis email is sent to you by your site to remind you of this fact.\nThe Joomla! project will never contact you directly about available updates of Joomla! on your site.\n\n================================================================================\nUPDATE INSTRUCTIONS\n================================================================================\n\nTo install the update on [SITENAME] please select the following link. (If the URL is not a link, copy & paste it to your browser).\n\nUpdate link: [LINK]\n\nRelease News can be found here: [RELEASENEWS]\n\n================================================================================\nWHY AM I RECEIVING THIS EMAIL?\n================================================================================\n\nThis email has been automatically sent by a plugin provided by Joomla!, the software which powers your site.\nThis plugin looks for updated versions of Joomla! and sends an email notification to its administrators.\nYou will receive several similar emails from your site until you either update the software or disable these emails.\n\nTo disable these emails, please unpublish the 'System - Joomla! Update Notification' plugin in the Plugin Manager on your site.\n\nIf you do not understand what Joomla! is and what you need to do please do not contact the Joomla! project.\nThey are NOT sending you this email and they cannot help you. Instead, please contact the person who built or manages your site.\n\nIf you are the person who built or manages your website, please note that this plugin may have been activated automatically when you installed or updated Joomla! on your site.\n\n================================================================================\nWHO SENT ME THIS EMAIL?\n================================================================================\n\nThis email is sent to you by your own site, [SITENAME] [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_LBL] => Email Language [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_DESC] => Select a language for the update notification emails. Set to Auto to send them in the site language at the time. [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_NONE] => Auto [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME] => The Joomla! Update Notification will not run in this configuration [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY] => In your Installer Configuration you have set the Option Update Cache (in Hours) to 0 this means that Joomla is not caching the Update. This means an email should be sent on every page visit but this is not possible. Please increase the value (6 is default) or confirm that the Joomla! Update Notification will never send you mails. [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION] => Set it back to the default setting (6 Hours) [PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION] => This plugin periodically checks for the availability of new Joomla! versions. When one is found it will send you an email, reminding you to update Joomla!. Pro Tip: You can customise the email message by overriding the language string keys PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT and PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY. [PLG_SYSTEM_FIELDS] => System - Fields [PLG_SYSTEM_FIELDS_XML_DESCRIPTION] => The system fields plugin that is required to display the custom fields. [PLG_SYSTEM_LOGOUT_XML_DESCRIPTION] => The system logout plugin enables Joomla to redirect the user to the home page if they choose to logout while they are on a protected access page. [PLG_SYSTEM_LOGOUT] => System - Logout [PLG_SYSTEM_LOGOUT_REDIRECT] => You have been redirected to the home page following logout. [RSFP_CALENDAR_MONTHS_SHORT_1] => Jan [RSFP_CALENDAR_MONTHS_SHORT_2] => Feb [RSFP_CALENDAR_MONTHS_SHORT_3] => Mar [RSFP_CALENDAR_MONTHS_SHORT_4] => Apr [RSFP_CALENDAR_MONTHS_SHORT_5] => May [RSFP_CALENDAR_MONTHS_SHORT_6] => Jun [RSFP_CALENDAR_MONTHS_SHORT_7] => Jul [RSFP_CALENDAR_MONTHS_SHORT_8] => Aug [RSFP_CALENDAR_MONTHS_SHORT_9] => Sep [RSFP_CALENDAR_MONTHS_SHORT_10] => Oct [RSFP_CALENDAR_MONTHS_SHORT_11] => Nov [RSFP_CALENDAR_MONTHS_SHORT_12] => Dec [RSFP_CALENDAR_MONTHS_LONG_1] => January [RSFP_CALENDAR_MONTHS_LONG_2] => February [RSFP_CALENDAR_MONTHS_LONG_3] => March [RSFP_CALENDAR_MONTHS_LONG_4] => April [RSFP_CALENDAR_MONTHS_LONG_5] => May [RSFP_CALENDAR_MONTHS_LONG_6] => June [RSFP_CALENDAR_MONTHS_LONG_7] => July [RSFP_CALENDAR_MONTHS_LONG_8] => August [RSFP_CALENDAR_MONTHS_LONG_9] => September [RSFP_CALENDAR_MONTHS_LONG_10] => October [RSFP_CALENDAR_MONTHS_LONG_11] => November [RSFP_CALENDAR_MONTHS_LONG_12] => December [RSFP_CALENDAR_WEEKDAYS_1CHAR_0] => S [RSFP_CALENDAR_WEEKDAYS_1CHAR_1] => M [RSFP_CALENDAR_WEEKDAYS_1CHAR_2] => T [RSFP_CALENDAR_WEEKDAYS_1CHAR_3] => W [RSFP_CALENDAR_WEEKDAYS_1CHAR_4] => T [RSFP_CALENDAR_WEEKDAYS_1CHAR_5] => F [RSFP_CALENDAR_WEEKDAYS_1CHAR_6] => S [RSFP_CALENDAR_WEEKDAYS_SHORT_0] => Su [RSFP_CALENDAR_WEEKDAYS_SHORT_1] => Mo [RSFP_CALENDAR_WEEKDAYS_SHORT_2] => Tu [RSFP_CALENDAR_WEEKDAYS_SHORT_3] => We [RSFP_CALENDAR_WEEKDAYS_SHORT_4] => Th [RSFP_CALENDAR_WEEKDAYS_SHORT_5] => Fr [RSFP_CALENDAR_WEEKDAYS_SHORT_6] => Sa [RSFP_CALENDAR_WEEKDAYS_MEDIUM_0] => Sun [RSFP_CALENDAR_WEEKDAYS_MEDIUM_1] => Mon [RSFP_CALENDAR_WEEKDAYS_MEDIUM_2] => Tue [RSFP_CALENDAR_WEEKDAYS_MEDIUM_3] => Wed [RSFP_CALENDAR_WEEKDAYS_MEDIUM_4] => Thu [RSFP_CALENDAR_WEEKDAYS_MEDIUM_5] => Fri [RSFP_CALENDAR_WEEKDAYS_MEDIUM_6] => Sat [RSFP_CALENDAR_WEEKDAYS_LONG_0] => Sunday [RSFP_CALENDAR_WEEKDAYS_LONG_1] => Monday [RSFP_CALENDAR_WEEKDAYS_LONG_2] => Tuesday [RSFP_CALENDAR_WEEKDAYS_LONG_3] => Wednesday [RSFP_CALENDAR_WEEKDAYS_LONG_4] => Thursday [RSFP_CALENDAR_WEEKDAYS_LONG_5] => Friday [RSFP_CALENDAR_WEEKDAYS_LONG_6] => Saturday [RSFP_CALENDAR_START_WEEKDAY] => 0 [RSFP_THANKYOU_BUTTON] => Continue [RSFP_THANKYOU_SMALL] => The form has been submitted successfully. Thank you! [PREV] => Prev [RSFP_FORM_DOES_NOT_EXIST] => The form #%d does not exist or it is not published. [RSFP_FORM_CANNOT_BE_ACCESSED] => You are not authorised to access form #%d. [RSFP_SEARCH] => Search [RSFP_GO] => Go [RSFP_RESET] => Reset [RSFP_SUBMISSION_CONFIRMED] => Your submission was confirmed. Thank you! [RSFP_SUBMISSION_CONFIRMED_ERROR] => Invalid hash! [RSFP_YES] => Yes [RSFP_NO] => No [COM_RSFORM_NO_VALUE] => - No value provided - [COM_RSFORM_CALENDAR_CHOOSE_MONTH] => Choose Month [COM_RSFORM_CALENDAR_ENTER_YEAR] => Enter Year [COM_RSFORM_CALENDAR_PLEASE_ENTER_A_VALID_YEAR] => Please enter a valid year [COM_RSFORM_CALENDAR_OK] => Ok [COM_RSFORM_CALENDAR_CANCEL] => Cancel [COM_RSFORM_INVALID_HASH] => The URL you have supplied is not valid or may be out of date. [COM_RSFORM_SUBMISSION_DELETED] => Your submission has been successfully deleted from our database. [RSFP_SUBM_DIR_DOWNLOAD_CSV] => Download selected as CSV [RSFP_SUBM_DIR_PLEASE_SELECT_AT_LEAST_ONE] => Please select at least one item by ticking the checkbox next to it before pressing the Download button! [RSFP_SUBM_DIR_VIEW] => View [RSFP_SUBM_DIR_EDIT] => Edit [RSFP_SUBM_DIR_DELETE] => Delete [RSFP_SUBM_DIR_PDF] => Download PDF [RSFP_SUBM_DIR_SAVE] => Save & close [RSFP_SUBM_DIR_APPLY] => Apply [RSFP_SUBM_DIR_BACK] => Back [RSFP_SUBM_DIR_SAVE_OK] => Your changes have been saved. [RSFP_SUBM_DIR_SAVE_ERROR] => There was an error in your form. [RSFP_SUBM_DIR_DELETE_OK] => The submission #%d has been successfully deleted from our database. [RSFP_SUBM_DIR_DELETE_SURE] => Are you sure you want to delete this? [JGRID_CHECKBOX_ROW_N] => Checkbox for row %d [RSFP_VIEW_DIRECTORY_NOT_ENABLED_FORGOT] => You are not authorized to view this page. Did you forget to set 'Enable Directory' to 'Yes' from this menu item's properties? [RSFP_VIEW_DIRECTORY_NO_VALID_FORMID] => Form #%d does not exist! [RSFP_VIEW_DIRECTORY_NOT_SAVED_YET] => This directory has not been configured & saved yet. [RSFP_VIEW_DIRECTORY_NO_CSV] => This directory has 'Enable CSV Support' set to 'No'. [COM_RSFORM_VIEW_SUBMISSION_ALT] => View #%d [COM_RSFORM_EDIT_SUBMISSION_ALT] => Edit #%d [COM_RSFORM_DELETE_SUBMISSION_ALT] => Delete #%d [COM_RSFORM_DOWNLOAD_PDF_ALT] => Download #%d in PDF format [COM_RSFORM_CLEAR] => Clear [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_EDIT] => Unfortunately, you do not have the permission to edit this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_SAVE] => Unfortunately, you do not have the permission to save this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_DELETE] => Unfortunately, you do not have the permission to delete this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_NO_SUBMISSIONS_SELECTED] => No submissions have been selected for download; please tick the box next to them and try again. [RSFP_VIEW_SUBMISSIONS_NOT_ENABLED_FORGOT] => You are not authorized to view this page. Did you forget to set 'Enable Viewing Submissions' to 'Yes' from this menu item's properties? [RSFP_VIEW_SUBMISSION] => View [RSFP_SUBMISSION_DOES_NOT_EXIST] => Submission #%d doesn't exist. [RSFP_SUBMISSION_NOT_ALLOWED] => You're not allowed to view submission #%d. [RSFP_SUBMISSION_NOT_CONFIRMED] => Submission #%d isn't confirmed yet. [COM_RSFORM_LIMIT_SUBMISSIONS_HAS_BEEN_REACHED] => Sorry, no more submissions are accepted. The limit of submissions for this form has been reached. [RSFP_FILE_HAS_NOT_BEEN_UPLOADED_DUE_TO_AN_UNKNOWN_ERROR] => The file has not been uploaded due to an unknown error. [RSFP_UPLOAD_ERR_INI_SIZE] => The uploaded file exceeds the upload_max_filesize directive in php.ini. [RSFP_UPLOAD_ERR_FORM_SIZE] => The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form. [RSFP_UPLOAD_ERR_PARTIAL] => The uploaded file was only partially uploaded. [RSFP_UPLOAD_ERR_NO_TMP_DIR] => File could not be uploaded because PHP is missing a temporary folder. [RSFP_UPLOAD_ERR_CANT_WRITE] => File could not be uploaded because the server failed to write the file to disk. [RSFP_UPLOAD_ERR_EXTENSION] => A PHP extension stopped the file upload. [COM_RSFORM_SELECT_FILE_PLACEHOLDER] => Select file [COM_RSFORM_FILE_EXCEEDS_LIMIT] => Selected file %1$s exceeds maximum allowed size of %2$s kb. [COM_RSFORM_FILE_EXTENSION_NOT_ALLOWED] => Selected file %s extension is not allowed. [COM_RSFORM_FILE_DOES_NOT_SEEM_TO_BE_AN_IMAGE] => File %s does not seem to be a valid image. Please try another file. [COM_RSFORM_MINFILES_REQUIRED] => This field requires at least %d files to be uploaded. [COM_RSFORM_MAXFILES_REQUIRED] => You have added too many files - this field allows a maximum of %d files to be uploaded. [COM_RSFORM_DIRECTORY_FILES_VALIDATION] => (%1$s) %2$s [COM_RSFORM_FILE_ADD_PLUS] => Add another file [COM_RSFORM_MINSELECTIONS_REQUIRED] => Please select at least %d items. [RSFP_PROGRESS_PAGE] => Page [RSFP_PROGRESS_OF] => of [COM_RSFORM_SEF_CONFIRM_SUBMISSION] => confirm-submission [COM_RSFORM_SEF_DIRECTORY_VIEW_SUBMISSION] => submission-view [COM_RSFORM_SEF_DIRECTORY_EDIT_SUBMISSION] => submission-edit [COM_RSFORM_SEF_DIRECTORY_DELETE_SUBMISSION] => submission-delete [COM_RSFORM_SEF_SUBMISSIONS_VIEW_FILE] => submission-view-file [COM_RSFORM_SEF_SUBMISSIONS_DIRECTORY] => submissions-directory [COM_RSFORM_SEF_SUBMISSIONS_VIEW_SUBMISSION] => view-submission [COM_RSFORM_SEF_SUBMISSIONS_VIEW_SUBMISSIONS] => view-submissions [COM_RSFORM_SEF_FORM] => form [K2_1_STAR_OUT_OF_5] => 1 star out of 5 [K2_2_STARS_OUT_OF_5] => 2 stars out of 5 [K2_3_STARS_OUT_OF_5] => 3 stars out of 5 [K2_4_STARS_OUT_OF_5] => 4 stars out of 5 [K2_5_STARS_OUT_OF_5] => 5 stars out of 5 [K2_ACCOUNT_DETAILS] => Account details [K2_ADD_A_NEW_ITEM_IN_THIS_CATEGORY] => Add a new item in this category [K2_ADDITIONAL_DETAILS] => Additional Details [K2_ADDITIONAL_INFO] => Additional Info [K2_ADMINISTRATIVE_DETAILS] => Administration Options [K2_ALERTNOTAUTH] => You are not authorized to view this resource [K2_ANTISPAM_SETTINGS_ERROR] => The anti-spam settings for this website are not yet properly configured and comments cannot yet be published.
Please notify the site administrator :) [K2_APPROVE] => Approve [K2_APRIL] => April [K2_AUGUST] => August [K2_BACK_TO_TOP] => back to top [K2_BE_THE_FIRST_TO_COMMENT] => Be the first to comment! [K2_BY] => By [K2_CATEGORY_NOT_FOUND] => Category not found [K2_CHECK_THIS_BOX_TO_DELETE_CURRENT_IMAGE_OR_JUST_UPLOAD_A_NEW_IMAGE_TO_REPLACE_THE_EXISTING_ONE] => Check this box to delete current image or just upload a new image to replace the existing one [K2_CHILDREN_CATEGORIES] => Children categories [K2_CLICK_TO_PREVIEW_IMAGE] => Click to preview image [K2_COMMENT_ADDED_AND_WAITING_FOR_APPROVAL] => Comment added and waiting for approval. [K2_COMMENT_ADDED_REFRESHING_PAGE] => Comment added! Refreshing page... [K2_COMMENT_FORM_NOTES] => Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed. [K2_COMMENT_LINK] => Comment Link [K2_COMMENT_NOT_FOUND] => Comment not found [K2_COMMENT] => comment [K2_COMMENTED_ON] => commented on [K2_COMMENTS] => comments [K2_CONFIRM_EMAIL] => Confirm email [K2_COULD_NOT_UPLOAD_YOUR_IMAGE] => Could not upload your image [K2_COULD_NOT_VERIFY_THAT_YOU_ARE_NOT_A_ROBOT] => Could not verify that you are not a robot [K2_DATE_FORMAT_LC] => l, d F Y [K2_DATE_FORMAT_LC2] => l, d F Y H:i [K2_DATE_FORMAT] => d/m/Y - H:i [K2_DATE] => Date [K2_DECEMBER] => December [K2_DECREASE_FONT_SIZE] => decrease font size [K2_DESCRIPTION] => Description [K2_DISPLAYING_ITEMS_BY_TAG] => Displaying items by tag: [K2_DOWNLOAD_ATTACHMENTS] => Download attachments: [K2_DOWNLOAD] => Download [K2_DOWNLOADS] => Downloads [K2_EDIT_ITEM] => Edit item [K2_EMAIL] => Email [K2_ENTER_THE_TWO_WORDS_YOU_SEE_BELOW] => Enter the words you see below [K2_ENTER_YOUR_EMAIL_ADDRESS] => enter your e-mail address... [K2_ENTER_YOUR_MESSAGE_HERE] => enter your message here... [K2_ENTER_YOUR_NAME] => enter your name... [K2_ENTER_YOUR_SITE_URL] => enter your site URL... [K2_FEATURED] => Featured [K2_FEBRUARY] => February [K2_FEED] => Feed [K2_FEMALE] => Female [K2_FILE_DOES_NOT_EXIST] => File does not exist [K2_FLAG_AS_SPAMMER] => Flag As Spammer [K2_FONT_SIZE] => font size [K2_FRI] => Fri [K2_FRONTEND_PERMISSIONS_NOTICE] => Please note that you may have permissions to edit content in the frontend, but you do not have publishing rights.
The admin of this site will approve your item after moderation. [K2_GALLERY_IMAGES] => Gallery images [K2_GENDER] => Gender [K2_GREEN] => green [K2_IMAGE_GALLERY] => Image Gallery [K2_IN] => in [K2_INCREASE_FONT_SIZE] => increase font size [K2_INVALID_EMAIL_ADDRESS] => Invalid Email Address! [K2_ITEM_NOT_FOUND] => Item not found [K2_ITEM_SAVED] => Item saved [K2_ITEMS_FILTERED_BY_DATE] => Items filtered by date: [K2_JANUARY] => January [K2_JULY] => July [K2_JUNE] => June [K2_LAST_MODIFIED_ON] => Last modified on [K2_LATEST_FROM] => Latest from [K2_LEAVE_A_COMMENT] => Leave a comment [K2_LOGIN_TO_POST_COMMENTS] => Login to post comments [K2_MALE] => Male [K2_MARCH] => March [K2_MAY] => May [K2_MEDIA] => Media [K2_MESSAGE] => Message [K2_MODERATE_COMMENTS_TO_MY_ITEMS] => Moderate comments to my items [K2_MON] => Mon [K2_MORE_IN_THIS_CATEGORY] => More in this category: [K2_MORE] => More... [K2_NAME] => Name [K2_NO_RESULTS_FOUND] => No results found! [K2_NOT_FOUND] => Not found [K2_NOTES] => Notes [K2_NOVEMBER] => November [K2_OCTOBER] => October [K2_PASSWORD] => Password [K2_PERSONAL_DETAILS] => Personal Details [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_DELETE] => Please make a selection from the list to delete! [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_PUBLISH] => Please make a selection from the list to publish! [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_UNPUBLISH] => Please make a selection from the list to unpublish! [K2_PLEASE_TYPE_THE_REPORT_REASON] => Please type the report reason [K2_PLEASE_TYPE_YOUR_NAME] => Please type your name [K2_POSSIBLE_SPAMMER_DETECTED_BY_STOPFORUMSPAM] => Possible spammer detected from StopForumSpam.com [K2_POST_A_NEW_ITEM] => Post a new item [K2_POSTED_BY] => posted by [K2_PRINT_THIS_PAGE] => Print this page [K2_PRINT] => Print [K2_PUBLISHED_IN] => Published in [K2_RATE_THIS_ITEM] => Rate this item [K2_READ_MORE] => Read more... [K2_READ] => Read [K2_REGISTER_REQUIRED] => Fields marked with an asterisk (*) are required. [K2_REGISTER] => Register [K2_RELATED_ITEMS_BY_TAG] => Related items [K2_RELATED_VIDEO] => Media [K2_REMOVE] => Remove [K2_REPORT_COMMENT] => Report comment [K2_REPORT_REASON] => Reason for reporting this comment? [K2_REPORT_SUBMITTED] => Report submitted! [K2_REPORT_USER_WARNING] => WARNING: This action will block the user and also unpublish all of their items and comments. Are you sure? [K2_REPORT] => Report [K2_SAT] => Sat [K2_SAVE_COMPLETED] => Save completed [K2_SAVE] => Save [K2_SEARCH_RESULTS_FOR] => Search results for: [K2_SEARCH] => Search [K2_SEND_REPORT] => Send report [K2_SEPTEMBER] => September [K2_SPAM_ATTEMPT_HAS_BEEN_DETECTED_THE_COMMENT_HAS_BEEN_REJECTED] => Spam attempt has been detected. The comment has been rejected. [K2_STOP_FORUM_SPAM_API_KEY] => StopForumSpam.com API key [K2_SUBMIT_COMMENT] => Submit comment [K2_SUBSCRIBE_TO_THIS_RSS_FEED] => Subscribe to this RSS feed [K2_SUN] => Sun [K2_TAGGED_UNDER] => Tagged under [K2_THANK_YOU_YOUR_COMMENT_WILL_BE_PUBLISHED_SHORTLY] => Thank you. Your comment will be published shortly. [K2_THANKS_FOR_RATING] => Thanks for rating! [K2_THE_NAME_OR_EMAIL_ADDRESS_YOU_TYPED_IS_ALREADY_IN_USE] => The Name or Email Address you typed is already in use! [K2_THE_WORDS_YOU_TYPED_DID_NOT_MATCH_THE_ONES_DISPLAYED_PLEASE_TRY_AGAIN] => The words you typed did not match the ones displayed. Please try again. [K2_THU] => Thu [K2_TIMES] => times [K2_TUE] => Tue [K2_UNPUBLISH_ITEM] => Unpublish Item [K2_UNPUBLISHED] => Unpublished [K2_UPLOAD_NEW_IMAGE_TO_REPLACE_THE_EXISTING_OR_CHECK_THIS_BOX_TO_DELETE_CURRENT_IMAGE] => Upload new image to replace the existing or check this box to delete current image [K2_URL] => URL [K2_USE_REMOTE_VIDEO] => Use remote video [K2_USER_BLOCKED] => User blocked [K2_USER_COMMENTS_UNPUBLISHED] => User comments unpublished [K2_USER_DATA_SUBMITTED_TO_STOPFORUMSPAM] => User data submitted to stopforumspam.com [K2_USER_IMAGE_AVATAR] => User image (avatar) [K2_USER_ITEMS_UNPUBLISHED] => User items unpublished [K2_USER_NAME] => Username [K2_USER_NOT_FOUND] => User not found [K2_VERIFY_PASSWORD] => Verify password [K2_VIEW_ITEMS] => View items... [K2_VOTE] => Vote [K2_VOTES] => votes [K2_WEBSITE_URL] => Website URL [K2_WEBSITE] => Website: [K2_WED] => Wed [K2_WRITTEN_BY_FEMALE] => Written by [K2_WRITTEN_BY_MALE] => Written by [K2_WRITTEN_BY] => Written by [K2_YOU_ARE_ALLOWED_TO] => You are allowed to: [K2_YOU_ARE_ALREADY_REGISTERED_AS_A_MEMBER] => You are already registered as a member. [K2_YOU_ARE_NOT_ALLOWED_TO_POST_TO_THIS_CATEGORY_SAVE_FAILED] => You are not allowed to post to this category. Save failed. [K2_YOU_CANNOT_REPORT_YOURSELF] => You cannot flag yourself as spammer! [K2_YOU_DONT_HAVE_THE_PERMISSION_TO_PUBLISH_ITEMS] => You don't have the permission to publish items [K2_YOU_HAVE_ALREADY_RATED_THIS_ITEM] => You have already rated this entry! [K2_YOU_NEED_TO_FILL_IN_ALL_REQUIRED_FIELDS] => You need to fill in all required fields! [K2_YOU_NEED_TO_LOGIN_FIRST] => You need to login first! [K2_YOUR_NAME] => Your name [K2_YOUR_SETTINGS_HAVE_BEEN_SAVED] => Your settings have been saved [K2_ADD_TO_DELICIOUS] => Add to Delicious [K2_ADD_TO_FACEBOOK] => Add to Facebook [K2_ADD_TO_GOOGLE_BUZZ] => Add to Google Buzz [K2_ADD_TO_MYSPACE] => Add to MySpace [K2_ADD_TO_REDDIT] => Add to Reddit [K2_ADD_TO_STUMBLEUPON] => Add to StumbleUpon [K2_ADD_TO_TECHNORATI] => Add to Technorati [K2_DIGG_THIS] => Digg this [K2_LIKE_THIS_TWEET_IT_TO_YOUR_FOLLOWERS] => Like this? Tweet it to your followers! [K2_TWEET] => Tweet [K2_DATE_FORMAT_CALENDAR] => Y-m-d H:i:s [TPL_GK_LANG_NAME] => TechNews [TPL_GK_LANG_LOGIN_POPUP] => Log in [TPL_GK_LANG_LOGOUT_POPUP] => Your account [TPL_GK_LANG_MYACCOUNT] => My Account [TPL_GK_LANG_VM3_NO_DESC] => There is no detailed description for this product [TPL_GK_LANG_VM3_FEATURED] => Featured [TPL_GK_LANG_MY_CART] => My cart [TPL_GK_LANG_EMPTY_CART] => Your cart is empty [TPL_GK_LANG_K2_MORE] => More [TPL_GK_LANG_TWITTER] => Twitter: [TPL_GK_LANG_LOGIN_FORM] => Log in [TPL_GK_LANG_OR_FORM] => or [TPL_GK_LANG_REG_FORM] => Register [TPL_GK_LANG_POSTED_BY] => Posted by [TPL_GK_LANG_BY] => by [TPL_GK_LANG_MENU] => Menu [TPL_GK_LANG_POSTED] => [TPL_GK_LANG_COMMENT_FORM_NAME] => Name [TPL_GK_LANG_COMMENT_FORM_EMAIL] => Your e-mail [TPL_GK_LANG_COMMENT_FORM_WWW] => Your website [TPL_GK_LANG_COMMENT_FORM_MESSAGE] => Your Message [TPL_GK_LANG_ITEMS_BY_TAG] => Tag: [TPL_GK_LANG_ERROR_TITLE_PRE] => An [TPL_GK_LANG_ERROR_TITLE_POST] => error occured during your request. [TPL_GK_LANG_ERROR_TITLE_404] => The page you are looking for could not be found. Please check the address and try again or use the search function. [TPL_GK_LANG_ERROR_TITLE_404_LINKS] => Useful links [TPL_GK_LANG_ERROR_CODE] => en-GB [TPL_GK_LANG_ERROR_TITLE_BACK_TO_HOMEPAGE] => Back to our homepage [TPL_GK_LANG_PUBLISHED_IN] => Published in %s [TPL_GK_LANG_PUBLISHED_AT] => Date: [TPL_GK_LANG_MODIFIED_AT] => Last modification: [TPL_GK_LANG_HITS] => Hits: %s [TPL_GK_LANG_ENABLED] => Enabled [TPL_GK_LANG_DISABLED] => Disabled [TPL_GK_LANG_ON] => On [TPL_GK_LANG_OFF] => Off [TPL_GK_LANG_FB_LOGIN_TEXT] => Log in with Facebook [COM_TEMPLATES_BASIC_SETTINGS_FIELDSET_LABEL] => Basic settings [TPL_GK_LANG_TEMPLATE_CUSTOM_OVERRIDE] => Template custom override folder [TPL_GK_LANG_TEMPLATE_STYLE] => Template style [COM_TEMPLATES_LAYOUT_SETTINGS_FIELDSET_LABEL] => Layouts [TPL_GK_LANG_LAYOUT_POSITION] => Content position [TPL_GK_LANG_LAYOUT_POSITION_DESC] => Position of the page content - can be centered or set to the left side. [TPL_GK_LANG_TEMPLATE_WIDTH] => Template width [TPL_GK_LANG_TEMPLATE_WIDTH_DESC] => Maximal width of the template in pixels [TPL_GK_LANG_TABLET_WIDTH] => Tablet width [TPL_GK_LANG_TABLET_WIDTH_DESC] => Maximal width when tablet view is used [TPL_GK_LANG_TABLET_SMALL_WIDTH] => Small tablet width [TPL_GK_LANG_TABLET_SMALL_WIDTH_DESC] => Maximal width when small tablet view is used [TPL_GK_LANG_MOBILE_WIDTH] => Mobile width [TPL_GK_LANG_MOBILE_WIDTH_DESC] => Maximal width when mobile view is used [TPL_GK_LANG_SIDEBAR_POSITION] => Sidebar position [TPL_GK_LANG_SIDEBAR_POSITION_DESC] => Position of the sidebar module position - right or left. [TPL_GK_LANG_RIGHT] => Right [TPL_GK_LANG_LEFT] => Left [TPL_GK_LANG_CENTER] => Centered [TPL_GK_LANG_HEADER_LEFT_WIDTH] => Header left width [TPL_GK_LANG_HEADER_LEFT_WIDTH_DESC] => Width of the left part of the header in percents [TPL_GK_LANG_SIDEBAR_WIDTH] => Sidebar width [TPL_GK_LANG_SIDEBAR_WIDTH_DESC] => Width of the sidebar in percents [TPL_GK_LANG_SIDEBAR_WIDTH_FOR_PAGES] => Custom sidebar width [TPL_GK_LANG_SIDEBAR_WIDTH_FOR_PAGES_DESC] => Sidebar width for different subpages [TPL_GK_LANG_ADD_RULE_WIDTH] => Width: [COM_TEMPLATES_IMAGE_SETTINGS_FIELDSET_LABEL] => Images [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT] => Featured image height (full hd) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD] => Featured image height (desktop) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_DESKTOP] => Featured image height (small desktop) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_TABLET] => Featured image height (tablet) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_SMALL_TABLET] => Featured image height (small tablet) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_MOBILE] => Featured image height (mobile) [TPL_GK_LANG_FOR_FRONTPAGE_ONLY] => For frontpage only [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT] => Frontpage image height (full hd) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_FULL_HD] => Frontpage image height (desktop) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_DESKTOP] => Frontpage image height (small desktop) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_TABLET] => Frontpage image height (tablet) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_SMALL_TABLET] => Frontpage image height (small tablet) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_MOBILE] => Frontpage image height (mobile) [TPL_GK_LANG_FOR_K2_ONLY] => For specific subpages only [TPL_GK_LANG_K2_AUTHOR_PAGE_HEADER_IMAGE] => K2 Author page header image [TPL_GK_LANG_K2_AUTHOR_PAGE_HEADER_IMAGE_DESC] => The selected image will be displayed on the K2 author listing pages [TPL_GK_LANG_SEARCH_PAGE_HEADER_IMAGE] => Search page header image [COM_TEMPLATES_FONT_SETTINGS_FIELDSET_LABEL] => Fonts [TPL_GK_LANG_GOOGLE_FONTS_URL] => Google Font Directory [TPL_GK_LANG_GOOGLE_FONTS_URL_DESC] => You can preview on linked website available fonts [TPL_GK_LANG_SQUIRREL_FONTS_URL] => Squirrel font kits [TPL_GK_LANG_SQUIRREL_FONTS_URL_DESC] => You can preview on linked website available fonts [TPL_GK_LANG_CLICK_HERE] => Click here [TPL_GK_LANG_FONT_NAME_G1] => Body - font [TPL_GK_LANG_FONT_NAME_G1_DESC] => You can specify a font for document body [TPL_GK_LANG_FONT_RULES_G1] => Body - selectors [TPL_GK_LANG_FONT_RULES_G1_DESC] => You can specify a selectors for font used in the document body [TPL_GK_LANG_FONT_NAME_G2] => Headers - font [TPL_GK_LANG_FONT_NAME_G2_DESC] => You can specify a font for document headers [TPL_GK_LANG_FONT_RULES_G2] => Headers - selectors [TPL_GK_LANG_FONT_RULES_G2_DESC] => You can specify a selectors for font used in the document headers [TPL_GK_LANG_FONT_NAME_G3] => Other I - font [TPL_GK_LANG_FONT_NAME_G3_DESC] => You can specify a font for other document elements [TPL_GK_LANG_FONT_RULES_G3] => Other I - selectors [TPL_GK_LANG_FONT_RULES_G3_DESC] => You can specify a selectors for font used in the other document elements [TPL_GK_LANG_FONT_NAME_G4] => Other II - font [TPL_GK_LANG_FONT_NAME_G4_DESC] => You can specify a font for other document elements [TPL_GK_LANG_FONT_RULES_G4] => Other II - selectors [TPL_GK_LANG_FONT_RULES_G4_DESC] => You can specify a selectors for font used in the other document elements [COM_TEMPLATES_FEATURES_SETTINGS_FIELDSET_LABEL] => Features [TPL_GK_LANG_PAGE_TITLE] => Page title block [TPL_GK_LANG_PAGE_TITLE_DESC] => Enable page title block displayed when header module is not displayed. The page title block will display the current active menu item title attribute. [TPL_GK_LANG_PAGE_TITLE_OVERRIDE] => Page title override [TPL_GK_LANG_PAGE_TITLE_OVERRIDE_DESC] => You can define where the page title will be disabled or enabled [TPL_GK_LANG_LOGIN_URL] => Login URL [TPL_GK_LANG_LOGIN_URL_DESC] => You can specify here the login url. The login link will be automatically enabled when the any module on the login position will be loaded [TPL_GK_LANG_REG_URL] => Register URL [TPL_GK_LANG_REG_URL_DESC] => You can specify here the register url [TPL_GK_LANG_LOGO_TYPE] => Logo type [TPL_GK_LANG_LOGO_TYPE_DESC] => You can select the type of the logo used on your website or disable the logo [TPL_GK_LANG_LOGO_TYPE_IMAGE] => Image [TPL_GK_LANG_LOGO_TYPE_TEXT] => Text [TPL_GK_LANG_LOGO_TYPE_NONE] => None [TPL_GK_LANG_LOGO_IMAGE] => Logo image [TPL_GK_LANG_LOGO_IMAGE_DESC] => You can select your logo image from uploaded pics or use option from CSS if you want to use standard logo.png image from the template directory. [TPL_GK_LANG_DARK_LOGO_IMAGE] => Dark logo image [TPL_GK_LANG_DARK_LOGO_IMAGE_DESC] => This logo will be used on the bright headers and in the menu bar. You can select your logo image from uploaded pics - if this field will be empty the logo switching feature won't work. [TPL_GK_LANG_MOUSE_ICON] => Display mouse icon in headers [TPL_GK_LANG_LOGO_TYPE_CSS] => From CSS [TPL_GK_LANG_PRINT_LOGO] => Print logo [TPL_GK_LANG_PRINT_LOGO_DESC] => You can specify a logo used to print [TPL_GK_LANG_FAVICON_IMAGE] => Favicon image [TPL_GK_LANG_FAVICON_IMAGE_DESC] => You can select your favicon image from uploaded pics or leave this field blank if you want to use standard favicon.ico image from the template directory. [TPL_GK_LANG_LOGO_TEXT] => Logo text [TPL_GK_LANG_LOGO_TEXT_DESC] => Main text of the logo (works only with text logo type) [TPL_GK_LANG_LOGO_SLOGAN] => Logo slogan [TPL_GK_LANG_LOGO_SLOGAN_DESC] => Slogan under the main text of the logo (works only with text logo type) [TPL_GK_LANG_TOOLS] => Font-size switcher [TPL_GK_LANG_TOOLS_DESC] => You can enable/disable font-size switcher [TPL_GK_LANG_MOOTOOLS_FOR_PAGES] => Mootools library on pages [TPL_GK_LANG_MOOTOOLS_FOR_PAGES_DESC] => You can select the pages where mootools library is disabled - you can use ItemID or option value. This option removes mootools-more.js, mootools-core.js and caption.js scripts. [TPL_GK_LANG_TOOLS_FOR_PAGES] => Font-size switcher on pages [TPL_GK_LANG_TOOLS_FOR_PAGES_DESC] => You can select the pages where font-size switcher are disabled - you can use ItemID or option value [TPL_GK_LANG_SUFFIXES_FOR_PAGES] => Suffixes for pages [TPL_GK_LANG_SUFFIXES_FOR_PAGES_DESC] => You can define suffixes for specified pages - based on ItemID or option value [TPL_GK_LANG_CHROME_FRAME_SUPPORT] => Google Chrome Frame support [TPL_GK_LANG_CHROME_FRAME_SUPPORT_DESC] => You can enable Google Chrome Frame support - it useful for IE users [TPL_GK_LANG_COPYRIGHTS] => copyright [TPL_GK_LANG_COPYRIGHTS_DESC] => You can define copyrights text which will be visible in footer of the template [TPL_GK_LANG_STYLEAREA] => Style switcher [TPL_GK_LANG_STYLEAREA_DESC] => You can enable/disable style switcher [TPL_GK_LANG_FRAMEWORK_LOGO] => Framework logo at the bottom [TPL_GK_LANG_FRAMEWORK_LOGO_DESC] => You can enable/disable showing the framework logo at bottom [TPL_GK_LANG_GOOGLE_ANALYTICS] => Google Analytics codes [TPL_GK_LANG_GOOGLE_ANALYTICS_DESC] => You can define Google Analytics codes used on your website. You can define more than one Google Analytics code if you need it [TPL_GK_LANG_GOOGLE_ANALYTICS_TYPE] => Google Analytics type [TPL_GK_LANG_GOOGLE_ANALYTICS_TYPE_DESC] => You can select a Google Analytics tracking code between old version and new Universal Analytics version. [TPL_GK_LANG_MODULE_STYLES_OVERRIDE] => Positions style override [TPL_GK_LANG_MODULE_STYLES_OVERRIDE_DESC] => You can override style of the modules positions [TPL_GK_LANG_ZOOM_SIZE] => VirtueMart zoom area size [TPL_GK_LANG_ZOOM_SIZE_DESC] => You can specify width and height for zoom block visible on VirtueMart product thumbnails [COM_TEMPLATES_FACEBOOK_AND_TWITTER_SETTINGS_FIELDSET_LABEL] => Social API [TPL_GK_LANG_SOCIAL_API_TYPE] => Social API interface [TPL_GK_LANG_SOCIAL_API_TYPE_DESC] => You can select between old social api style and popup [TPL_GK_LANG_SOCIAL_API_POPUP] => Popup [TPL_GK_LANG_SOCIAL_API_FULL] => Normal [TPL_GK_LANG_SOCIAL_API_DISABLED] => Disabled [TPL_GK_LANG_TEXT_POPUP_BTNS] => Social popup buttons [TPL_GK_LANG_POPUP_FB] => Facebook link [TPL_GK_LANG_POPUP_TWITTER] => Twitter link [TPL_GK_LANG_POPUP_GPLUS] => Google+ link [TPL_GK_LANG_POPUP_PINTEREST] => Pinterest link [TPL_GK_LANG_POPUP_LINKEDIN] => LinkedIn link [TPL_GK_LANG_POPUP_VK] => VK link [TPL_GK_LANG_FB_API_ID] => Facebook API ID [TPL_GK_LANG_FB_API_ID_DESC] => Here you have to put your website id from Facebook [TPL_GK_LANG_FB_LANG] => Facebook API language [TPL_GK_LANG_FB_LANG_DESC] => You can use locales to specify a language used in Facebook API. i.e. en_US, pl_PL [TPL_GK_LANG_FB_LOGIN] => Use Facebook login [TPL_GK_LANG_FB_LOGIN_DESC] => In order to use this option please also enable GKFacebook authenticate plugin and define the Facebook API key [TPL_GK_LANG_FB_LIKE] => 'Like' buttons in the articles [TPL_GK_LANG_FB_LIKE_DESC] => You can enable 'like' buttons in all Joomla! articles [TPL_GK_LANG_FB_LIKE_SEND] => Show 'Send' button in the articles [TPL_GK_LANG_FB_LIKE_SEND_DESC] => You can enable 'Send' buttons in all Joomla! articles [TPL_GK_LANG_FB_LIKE_LAYOUT] => Layout [TPL_GK_LANG_FB_LIKE_LAYOUT_DESC] => You can specify a layout of the 'Like' buttons [TPL_GK_LANG_FB_LIKE_SHOW_FACES] => Show faces [TPL_GK_LANG_FB_LIKE_SHOW_FACES_DESC] => You can enable showing faces of people who likes specific article [TPL_GK_LANG_FB_LIKE_WIDTH] => Width [TPL_GK_LANG_FB_LIKE_WIDTH_DESC] => You can specify width of the 'Like' button box [TPL_GK_LANG_FB_LIKE_ACTION] => Action [TPL_GK_LANG_FB_LIKE_ACTION_DESC] => You can select an action which will be triggered when button will be clicked [TPL_GK_LANG_FB_LIKE_FONT] => Font [TPL_GK_LANG_FB_LIKE_FONT_DESC] => You can specify a font used in the 'Like' button box [TPL_GK_LANG_FB_LIKE_COLORSCHEME] => Colorscheme [TPL_GK_LANG_FB_LIKE_COLORSCHEME_DESC] => You can specify a colorscheme of the 'Like' button box [TPL_GK_LANG_TWEET_BTN] => 'Tweet' buttons in the articles [TPL_GK_LANG_TWEET_BTN_DESC] => You can enable 'Tweet' buttons in all Joomla! articles [TPL_GK_LANG_TWEET_BTN_DATA_COUNT] => Count layout [TPL_GK_LANG_TWEET_BTN_DATA_COUNT_DESC] => You can specify a layout of data count [TPL_GK_LANG_TWEET_BTN_DATA_VIA] => Recommend to follow [TPL_GK_LANG_TWEET_BTN_DATA_VIA_DESC] => You can specify account which will be mentioned with '@' [TPL_GK_LANG_TWEET_BTN_DATA_LANG] => Language [TPL_GK_LANG_TWEET_BTN_DATA_LANG_DESC] => You can select a language used in button [TPL_GK_LANG_TEXT_GOOGLE_PLUS] => Google +1 button [TPL_GK_LANG_TEXT_GOOGLE_PLUS_DESC] => Settings for Google +1 button [TPL_GK_LANG_GOOGLE_PLUS] => Google +1 button [TPL_GK_LANG_GOOGLE_PLUS_DESC] => Enable/disable Google +1 button [TPL_GK_LANG_GOOGLE_PLUS_COUNT] => Show counter [TPL_GK_LANG_GOOGLE_PLUS_COUNT_DESC] => Enable/disable showing count of clicks [TPL_GK_LANG_GOOGLE_PLUS_SIZE] => Button size [TPL_GK_LANG_GOOGLE_PLUS_SIZE_DESC] => Select size of the button - small (15px), medium (20px), standard (24px) or tall (60px) [TPL_GK_LANG_GOOGLE_PLUS_LANG] => Language [TPL_GK_LANG_GOOGLE_PLUS_LANG_DESC] => Language used in the button i.e. en-GB, pl, de etc. [TPL_GK_LANG_GOOGLE_PLUS_ANNOTATION] => Annotation type [TPL_GK_LANG_GOOGLE_PLUS_ANNOTATION_DESC] => You can specify the layotu for annotation block [TPL_GK_LANG_TEXT_GOOGLE_PLUS_SHARE_LINE] => Google+ Share button [TPL_GK_LANG_TEXT_GOOGLE_PLUS_SHARE_LINE_DESC] => Google+ Share button settings [TPL_GK_LANG_GOOGLE_PLUS_SHARE] => Google+ Share button [TPL_GK_LANG_GOOGLE_PLUS_SHARE_DESC] => Enable/disable displaying G+ Share button. [TPL_GK_LANG_GOOGLE_PLUS_SHARE_SIZE] => Size [TPL_GK_LANG_GOOGLE_PLUS_SHARE_SIZE_DESC] => You can define size for Google+ Share button. Different sizes are available for all layouts apart vertical-bubble [TPL_GK_LANG_TYPO] => Use typography [TPL_GK_LANG_TYPO_DESC] => If you want to use template typography please enable this option [TPL_GK_LANG_TYPO_ICONSET] => Use typography iconset [TPL_GK_LANG_TYPO_ICONSET_DESC] => If you want to use icons from typography iconset - please enable this option [COM_TEMPLATES_MENU_SETTINGS_FIELDSET_LABEL] => Menu [TPL_GK_LANG_MENU_TYPE] => Menu type [TPL_GK_LANG_MENU_TYPE_DESC] => You can select the main menu type [TPL_GK_LANG_MENU_TYPE_OVERLAY] => Overlay menu [TPL_GK_LANG_MENU_TYPE_CLASSIC] => Classic menu [TPL_GK_LANG_MENU_NAME] => Choose mainmenu [TPL_GK_LANG_MENU_NAME_DESC] => You can select the menu used in the main menu on the page [TPL_GK_LANG_START_ITEM] => Start item level [TPL_GK_LANG_START_ITEM_DESC] => First level of showed menu items [TPL_GK_LANG_END_ITEM] => End item level [TPL_GK_LANG_END_ITEM_DESC] => End level of showed menu items. -1 means inifinite [TPL_GK_LANG_MENU_OVERRIDE] => Menu override [TPL_GK_LANG_MENU_OVERRIDE_DESC] => You can define menu type for specified menu ItemID or option values [TPL_GK_LANG_MENU_O_ANIMATION] => Menu opacity animation [TPL_GK_LANG_MENU_O_ANIMATION_DESC] => You can enable/disable menu opacity animation [TPL_GK_LANG_MENU_H_ANIMATION] => Menu height animation [TPL_GK_LANG_MENU_H_ANIMATION_DESC] => You can enable/disable menu height animation [TPL_GK_LANG_MENU_W_ANIMATION] => Menu width animation [TPL_GK_LANG_MENU_W_ANIMATION_DESC] => You can enable/disable menu width animation [TPL_GK_LANG_MENU_COL_WIDTH] => Menu column width [TPL_GK_LANG_MENU_COL_WIDTH_DESC] => Width of the columns in the menu in pixels [TPL_GK_LANG_SUBMENU_PADDING] => Submenu padding [TPL_GK_LANG_MENU_DURATION] => Menu animation speed [TPL_GK_LANG_MENU_DURATION_DESC] => Menu animation speed in miliseconds [TPL_GK_LANG_MENU_ANIMATION] => Menu animation [TPL_GK_LANG_MENU_ANIMATION_DESC] => Choose menu animation effect [TPL_GK_LANG_MENUA_NONE] => None [TPL_GK_LANG_MENUA_SLIDE] => Slide [TPL_GK_LANG_MENUA_FADE] => Fade [TPL_GK_LANG_MENUA_SLIDE_FADE] => Slide & Fade [TPL_GK_LANG_MODULE_ID_OVERRIDE] => Module ID override [TPL_GK_LANG_MODULE_ID_OVERRIDE_DESC] => You can specify an ID for the module position container for using it in the menu on the one page layout. [TPL_GK_LANG_OFF_CANVAS_MENU] => Off-canvas menu [TPL_GK_LANG_CLASSIC_MENU] => Classic menu [TPL_GK_LANG_ONLY_CLASSIC_MENU] => Options only for the classic menu style [TPL_GK_LANG_FIXED_MENU] => Fixed menu bar [COM_TEMPLATES_DEV_SETTINGS_FIELDSET_LABEL] => Advanced settings [TPL_GK_LANG_USE_GK_CACHE] => Use GK Cache [TPL_GK_LANG_USE_GK_CACHE_DESC] => If you're using System Cache plugin you should enable also GK Cache plugin running before System Cache plugin in order to get GK Parser working properly [TPL_GK_LANG_CSS_RESET_URL] => CSS reset - demo [TPL_GK_LANG_CSS_RESET_URL_DESC] => Go to the CSS reset website with the interactive demo of all available CSS reset styles [TPL_GK_LANG_CSS_CACHE] => CSS cache [TPL_GK_LANG_CSS_CACHE_DESC] => You can enable/disable cache of CSS files [TPL_GK_LANG_CSS_COMPRESSION] => CSS compression [TPL_GK_LANG_CSS_COMPRESSION_DESC] => You can enable CSS compression [TPL_GK_LANG_CSS_OVERRIDE] => CSS override [TPL_GK_LANG_CSS_OVERRIDE_DESC] => You can enable additional CSS file with override rules - override.css [TPL_GK_LANG_TEXT_FB_LOGIN] => Connect with Facebook [TPL_GK_LANG_TEXT_FB_LIKE] => Facebook 'Like it' button [TPL_GK_LANG_TEXT_FB_FACEPILE] => Facebook facepile [TPL_GK_LANG_TEXT_TWITTER] => Twitter button [TPL_GK_LANG_TEXT_DIGG] => Digg button [TPL_GK_LANG_TEXT_GOOGLE_BUZZ] => Google Buzz button [TPL_GK_LANG_TEXT_DELICIOUS] => Delicious button [TPL_GK_LANG_TEXT_INSTAPAPER] => Instapaper button [TPL_GK_LANG_TEXT_FB_LOGIN_DESC] => You can integrate your login form with Facebook authorization - if user use option 'Login with Facebook' then it will be logged in with using email from facebook. If the email from facebook doesn't exist in Joomla! then a new account will be created. [TPL_GK_LANG_TEXT_FB_LIKE_DESC] => You can enable 'Like it' buttons in your articles. [TPL_GK_LANG_TEXT_FB_FACEPILE_DESC] => You can enable facepile in your articles. Facepile is a list of people who like specified article. [TPL_GK_LANG_TEXT_TWITTER_DESC] => You can enable Twitter 'Tweet' button in your articles. Then users can publish your articles on their Twitter accounts [TPL_GK_LANG_TEXT_DIGG_DESC] => You can enable Digg button in your articles - users can publish your articles on the digg.com [TPL_GK_LANG_TEXT_GOOGLE_BUZZ_DESC] => You can enable Google Buzz button in your articles. Then users can publish your articles on their Google Buzz. [TPL_GK_LANG_TEXT_DELICIOUS_DESC] => You can enable Delicious button in your articles. Then users can save your articles in their bookmarks. [TPL_GK_LANG_TEXT_INSTAPAPER_DESC] => You can enable Instapaper button in your articles. Then users can save your articles to read it later. [TPL_GK_LANG_EXCLUDED_ARTS] => Excluded articles [TPL_GK_LANG_EXCLUDED_ARTS_DESC] => List of the articles IDs excluded from the Social API - in these articles Social API doesn't show. Please separate the articles IDs by comma i.e. 12,33,64,233 [TPL_GK_LANG_EXCLUDED_CATS] => Excluded categories [TPL_GK_LANG_EXCLUDED_CATS_DESC] => List of the categories IDs excluded from the Social API - in these categories Social API doesn't show. Please separate the categories IDs by comma i.e. 12,33,64,233 [COM_TEMPLATES_UPDATES_FIELDSET_LABEL] => Updates [TPL_GK_LANG_SPECIFIED_RULE_EXISTS] => Specified rule exists on your list [TPL_GK_LANG_FOOTER_ELEMENTS_TEXT] => Footer elements [TPL_GK_LANG_OVERRIDES_TEXT] => Template elements overrides [TPL_GK_LANG_GA_TEXT] => Google Analytics [TPL_GK_LANG_LOGOTYPES_TEXT] => Logotypes [TPL_GK_LANG_TEMPLATE_COLUMNS_TEXT] => Template columns [TPL_GK_LANG_TEMPLATE_MODULES_TEXT] => Template modules blocks [TPL_GK_LANG_ADD_RULE_LAYOUT] => Layout: [TPL_GK_LANG_ADD_RULE_SUFFIX] => Suffix: [TPL_GK_LANG_ADD_RULE_STYLE] => Style: [TPL_GK_LANG_ADD_RULE_ID] => ID: [TPL_GK_LANG_ADD_RULE_STATE] => State: [TPL_GK_LANG_ADD_RULE_GA_CODE] => Google Analytics code: [TPL_GK_LANG_ADD_RULE_MENU_TYPE] => Menu type: [TPL_GK_LANG_ADD_RULE_MOD_POS] => Module position: [TPL_GK_LANG_ADD_RULE_ITEMID_OPTION] => ItemID/Option: [TPL_GK_LANG_NO_SQUIRREL] => No squirrel fonts detected [TPL_GK_LANG_ADD_RULE] => Add rule [TPL_GK_LANG_REMOVE_RULE] => Remove [TPL_GK_LANG_TEMPLATE_FEATURES_TEXT] => Template features [TPL_GK_LANG_SOCIAL_ICONS] => Social Icons [TPL_GK_LANG_SOCIAL_ICONS_DESC] => Enable social icons at top of the page [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK] => Facebook icon [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK_URL] => Facebook icon - url [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK_TEXT] => Facebook icon - text [TPL_GK_LANG_SOCIAL_ICONS_TWITTER] => Twitter icon [TPL_GK_LANG_SOCIAL_ICONS_TWITTER_URL] => Twitter icon - url [TPL_GK_LANG_SOCIAL_ICONS_TWITTER_TEXT] => Twitter icon - text [TPL_GK_LANG_SOCIAL_ICONS_VIMEO] => Vimeo icon [TPL_GK_LANG_SOCIAL_ICONS_VIMEO_URL] => Vimeo icon - url [TPL_GK_LANG_SOCIAL_ICONS_VIMEO_TEXT] => Vimeo icon - text [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE] => Youtube icon [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE_URL] => Youtube icon - url [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE_TEXT] => Youtube icon - text [TPL_GK_LANG_SOCIAL_ICONS_LASTFM] => Last.fm icon [TPL_GK_LANG_SOCIAL_ICONS_LASTFM_URL] => Last.fm icon - url [TPL_GK_LANG_SOCIAL_ICONS_LASTFM_TEXT] => Last.fm icon - text [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE] => MobyPicture icon [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE_URL] => MobyPicture icon - url [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE_TEXT] => MobyPicture icon - text [TPL_GK_LANG_SOCIAL_ICONS_DIGG] => Digg icon [TPL_GK_LANG_SOCIAL_ICONS_DIGG_URL] => Digg icon - url [TPL_GK_LANG_SOCIAL_ICONS_DIGG_TEXT] => Digg icon - text [TPL_GK_LANG_SOCIAL_SHARE] => Share with : [TPL_GK_LANG_NEWSLETTER_TEXT] => Newsletter settings [TPL_GK_LANG_NEWSLETTER_DISPLAY] => Newsletter display [TPL_GK_LANG_NEWSLETTER_DIRECT] => Display directly [TPL_GK_LANG_NEWSLETTER_AFTER_SCROLL] => Display after scrolling [TPL_GK_LANG_NEWSLETTER_AFTER_TIME] => Display after specific time [TPL_GK_LANG_NEWSLETTER_SCROLL] => Newsletter scroll delay (px) [TPL_GK_LANG_NEWSLETTER_TIME] => Newsletter time delay (seconds) [TPL_GK_LANG_ALL_RESULTS] => View all results [TPL_GK_LANG_NO_RESULTS] => No results for specified phrase… [TPL_GK_LANG_ADVERT] => Advertisement [TPL_GK_LANG_FB_USER] => Facebook user? [TPL_GK_LANG_FB_INFO] => You can use your Facebook account to sign into our site. [TPL_GK_LANG_LOG_IN] => LOG IN [TPL_GK_LANG_OR] => or [TPL_GK_LANG_OWN_GOOGLE_FONT] => - - - Own - - - [TPL_GK_LANG_OWN_GOOGLE_FONT_LINK] => Font url: [TPL_GK_LANG_OWN_GOOGLE_FONT_FAMILY] => Font family: [TPL_GK_LANG_YOUAH] => You are here: [TPL_GK_LANG_WEBMASTER_CONTACT] => Webmaster e-mail or URL [TPL_GK_LANG_WEBMASTER_CONTACT_DESC] => E-mail or URL used on the error page [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE] => Webmaster contact type [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_DESC] => Select between URL or Email contact in error page. You can also disable webmaster contact message. [TPL_GK_LANG_CONTACT_WEBMASTER] => Contact Webmaster [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_EMAIL] => E-mail [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_URL] => URL [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_NONE] => None [TPL_GK_LANG_ERROR_INFO] => Oops, you've encountered an error [TPL_GK_LANG_ERROR_DESC] => It appears the page you were looking for doesn't exist. Sorry about that. [TPL_GK_LANG_CSS_CUSTOM] => Custom CSS code [TPL_GK_LANG_CSS_CUSTOM_DESC] => Here you can add custom CSS which will be load after override.css code [TPL_GK_LANG_TOOLS_ALL] => Always enabled [TPL_GK_LANG_TOOLS_NONE] => Always disabled [TPL_GK_LANG_TOOLS_SELECTED] => Enabled on selected pages [TPL_GK_LANG_TOOLS_SELECTED_DISABLED] => Disabled on selected pages [TPL_GK_LANG_PRINT_BEHAVIOUR] => Print behaviour [TPL_GK_LANG_PRINT_BEHAOVIUR_DESC] => You can select the print page behaviour [TPL_GK_LANG_PRINT_DEFAULT] => Default [TPL_GK_LANG_PRINT_BUTTON] => Print button [TPL_GK_LANG_PRINT_AUTO] => Print automatically [TPL_GK_LANG_PRINT_BUTTON_TEXT] => Print this page [TPL_GK_LANG_CONFIG_LOADED_AND_SAVED] => Configuration successfully loaded and saved [TPL_GK_LANG_CONFIG_SQL_ERROR] => An error occurred during saving the configuration [TPL_GK_LANG_CONFIG_SELECTED_FILE_DOESNT_EXIST] => Selected file doesn't exist [TPL_GK_LANG_CONFIG_FILE_SAVED_AS] => Configuration file saved as [TPL_GK_LANG_CONFIG_FILE_WASNT_SAVED_PLEASE_CHECK_PERM] => Configuration file wasn't saved. Please check the config directory permissions. [TPL_GK_LANG_CONFIG_LOAD] => Load configuration: [TPL_GK_LANG_CONFIG_LOAD_BTN] => Load [TPL_GK_LANG_CONFIG_SAVE] => Save configuration: [TPL_GK_LANG_CONFIG_SAVE_BTN] => Save [TPL_GK_LANG_CONFIG_YOUR_FILENAME] => Your filename [COM_USERS_CAPTCHA_LABEL] => Captcha [TPL_GK_LANG_IE_TOOLBAR] => You're using an unsupported version of Internet Explorer. Please upgrade your browser for the best user experience on our site. Thank you. [TPL_GK_LANG_TEXT_PINTEREST] => Pin It Button [TPL_GK_LANG_TEXT_PINTEREST_DESC] => Setting for Pin It button. [TPL_GK_LANG_PINTEREST_BTN] => Pinterest button [TPL_GK_LANG_PINTEREST_BTN_DESC] => Add a Pin It button to invite your readers to pin your work onto Pinterest. [TPL_GK_LANG_PINTEREST_BTN_STYLE] => Pin Count style [TPL_GK_LANG_PINTEREST_BTN_STYLE_DESC] => The Pin It button is made to look and feel like the Facebook and Twitter buttons, here you can choose counter style [TPL_GK_LANG_PINTEREST_HORIZONTAL] => Horizontal [TPL_GK_LANG_PINTEREST_VERTICAL] => Vertical [TPL_GK_LANG_PINTEREST_NONE] => No count [TPL_GK_LANG_PINIT_TITLE] => Pin It [TPL_GK_LANG_MOBILE_MENU] => Menu [TPL_GK_LANG_BLOCK_ANIMATION] => Blocks animation [TPL_GK_LANG_BLOCK_ANIMATION_DESC] => Enable/disable blocks animation on the page resize [TPL_GK_LANG_CSS_PREFIXER] => Use prefixfree [TPL_GK_LANG_CSS_PREFIXER_DESC] => Allows you to use CSS3 code without prefixes. Important! When this option is enabled checking code in some tools like Firebug can be difficult. [COM_TEMPLATES_COOKIE_SETTINGS_FIELDSET_LABEL] => Cookie Law [TPL_GK_LANG_COOKIE_CONSENT] => Use Cookie Consent plugin [TPL_GK_LANG_COOKIE_CONSENT_DESC] => Enable/disable Javascript plugin that can be used to gain consent for cookies before they are set, allowing a website to comply with the new EU cookie law. [TPL_GK_LANG_CONSENT_TYPE] => Consent mode [TPL_GK_LANG_CONSENT_TYPE_DESC] => Explicit - no cookies will be sent until a visitor consents. Implied - set cookies and allow visitor to opt out. [TPL_GK_LANG_IMPLIED] => Implied [TPL_GK_LANG_EXPLICIT] => Explicit [TPL_GK_LANG_BANNER_MODE] => Banner display mode [TPL_GK_LANG_BANNER_MODE_DESC] => Should the banner be shown on every page until consent is gained, or should the banner only show once. [TPL_GK_LANG_EVERY_PAGE] => Show the banner on every page until consent is gained [TPL_GK_LANG_FIRST_PAGE] => Only show the banner on the first page a visitor looks at [TPL_GK_LANG_COOKIE_SSL] => Use SSL [TPL_GK_LANG_COOKIE_SSL_DESC] => If any of the pages Cookie Consent appears on use SSL, you will need to select this option. [TPL_GK_LANG_BANNER_POSITION] => Banner placement [TPL_GK_LANG_BANNER_POSITION_DESC] => Choose whether the consent banner appears at the top or bottom of the screen. [TPL_GK_LANG_TOP] => Top [TPL_GK_LANG_BOTTOM] => Bottom [TPL_GK_LANG_PUSH] => Push from the top (experimental) [TPL_GK_LANG_TAG_PLACEMENT] => Tag placement [TPL_GK_LANG_TAG_PLACEMENT_DESC] => Choose where the privacy settings tag appears. [TPL_GK_LANG_BR] => Bottom right [TPL_GK_LANG_BL] => Bottom left [TPL_GK_LANG_VR] => Right side [TPL_GK_LANG_VL] => Left side [TPL_GK_LANG_REFRESH_CONSENT] => Refresh after gaining consent [TPL_GK_LANG_REFRESH_CONSENT_DESC] => If you use have a server side application that needs to be aware of the consent to cookies, setting this option to yes will cause the page to be reloaded after consent has been gained. [TPL_GK_LANG_REFRESH] => Refresh the page [TPL_GK_LANG_NOREFRESH] => Don't refresh the page [TPL_GK_LANG_COOKIE_SOCIALDEFAULTTITLE] => Social media [TPL_GK_LANG_COOKIE_SOCIALDEFAULTDESCRIPTION] => Facebook, Twitter and other social websites need to know who you are to work properly. [TPL_GK_LANG_COOKIE_ANALYTICSDEFAULTTITLE] => Analytics [TPL_GK_LANG_COOKIE_ANALYTICSDEFAULTDESCRIPTION] => We anonymously measure your use of this website to improve your experience. [TPL_GK_LANG_COOKIE_ADVERTISINGDEFAULTTITLE] => Advertising [TPL_GK_LANG_COOKIE_ADVERTISINGDEFAULTDESCRIPTION] => Adverts will be chosen for you automatically based on your past behaviour and interests. [TPL_GK_LANG_COOKIE_DEFAULTTITLE] => Default cookie title [TPL_GK_LANG_COOKIE_DEFAULTDESCRIPTION] => Default cookie description. [TPL_GK_LANG_COOKIE_LEARNMORE] => Learn more [TPL_GK_LANG_COOKIE_CLOSEWINDOW] => Close window [TPL_GK_LANG_COOKIE_NOTIFICATIONTITLE] => Your experience on this site will be improved by allowing cookies [TPL_GK_LANG_COOKIE_NOTIFICATIONTITLEIMPLICIT] => We use cookies to ensure you get the best experience on our website [TPL_GK_LANG_COOKIE_CUSTOMCOOKIE] => This website uses a custom type of cookie which needs specific approval [TPL_GK_LANG_COOKIE_SEEDETAILS] => see details [TPL_GK_LANG_COOKIE_SEEDETAILSIMPLICIT] => change your settings [TPL_GK_LANG_COOKIE_HIDEDETAILS] => hide details [TPL_GK_LANG_COOKIE_ALLOWCOOKIES] => Allow cookies [TPL_GK_LANG_COOKIE_ALLOWCOOKIESIMPLICIT] => Close [TPL_GK_LANG_COOKIE_ALLOWFORALLSITES] => Allow for all sites [TPL_GK_LANG_COOKIE_SAVEPREFERENCE] => Save preference [TPL_GK_LANG_COOKIE_SAVEFORALLSITES] => Save for all sites [TPL_GK_LANG_COOKIE_PRIVACYSETTINGS] => Privacy settings [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGTITLEA] => Privacy settings [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGTITLEB] => for this website [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGSUBTITLE] => Some features of this website need your consent to remember who you are. [TPL_GK_LANG_COOKIE_CHANGEFORALLSITESLINK] => Change settings for all websites [TPL_GK_LANG_COOKIE_PREFERENCEUSEGLOBAL] => Use global setting [TPL_GK_LANG_COOKIE_PREFERENCECONSENT] => I consent [TPL_GK_LANG_COOKIE_PREFERENCEDECLINE] => I decline [TPL_GK_LANG_COOKIE_NOTUSINGCOOKIES] => This website does not use any cookies. [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGTITLEA] => Privacy settings [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGTITLEB] => for all websites [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGSUBTITLE] => You may consent to these cookies for all websites that use this plugin. [TPL_GK_LANG_COOKIE_BACKTOSITESETTINGS] => Back to website settings [TPL_GK_LANG_COOKIE_PREFERENCEASK] => Ask me each time [TPL_GK_LANG_COOKIE_PREFERENCEALWAYS] => Always allow [TPL_GK_LANG_COOKIE_PREFERENCENEVER] => Never allow [TPL_GK_LANG_RSS_LINK] => RSS link [TPL_GK_LANG_RSS_LINK_DESC] => You can enable/disable the RSS link in the left top part of the website [TPL_GK_LANG_MAIL_LINK] => Mail link [TPL_GK_LANG_MAIL_LINK_DESC] => You can enable/disable the mail link in the left top part of the website [TPL_GK_LANG_REG_LINK] => Register link [TPL_GK_LANG_REG_LINK_DESC] => You can enable/disable the Register link in the top part of the website [TPL_GK_LANG_RSS_URL] => RSS URL [TPL_GK_LANG_RSS_URL_DESC] => You can specify here the rss url [TPL_GK_LANG_MAIL_URL] => E-Mail URL [TPL_GK_LANG_MAIL_URL_DESC] => You can specify here the e-mail url - if you want to obfuscate your e-mail please use the 'mailto:' prefix in the e-mail address [TPL_GK_LANG_CONFIG_DIRECTORY] => Config Directory: [TPL_GK_LANG_CONFIG_DELETE] => Delete Configuration: [TPL_GK_LANG_CONFIG_DELETE_BTN] => Delete [TPL_GK_LANG_CONFIG_FILE_DELETED_AS] => configuration file deleted successfully. [TPL_GK_LANG_CONFIG_FILE_WASNT_DELETED_PLEASE_CHECK_PERM] => configuration file wasn't deleted properly. Please check the config directory for file permissions. [TPL_GK_LANG_CONFIG_FILE_WASNT_DELETED_PLEASE_CHECK_FILE] => selected configuration file is not available. Please check the config directory. [TPL_GK_LANG_JS_COMPRESSION] => JavaScript compression [TPL_GK_LANG_JS_COMPRESSION_DESC] => You can enable/disable JS compression [TPL_GK_LANG_EXCLUDEJSCSS] => Excluded JS/CSS [TPL_GK_LANG_EXCLUDEJSCSS_DESC] => Here you can specify which files should be not compressed. Please separate files by comma like css/k2.css,com_k2/js/k2.js [TPL_GK_LANG_SHOW_MENU] => Show template menu [TPL_GK_LANG_SHOW_MENU_DESC] => You can enable or disable build in template menu [TPL_GK_LANG_ADOBE_EDGE_URL] => Font name [TPL_GK_LANG_BACK_TO_TOP] => Back to top [TPL_GK_LANG_RSS] => RSS [TPL_GK_LANG_MAIL] => E-Mail [TPL_GK_LANG_RWD] => Responsive Layout [TPL_GK_LANG_RWD_DESC] => You enable/disable responsive view on tablet/mobile devices. [TPL_GK_LANG_MOBILE_MENU_LABEL] => Menu: [TPL_GK_LANG_TOUCH_IMAGE] => Touch devices image [TPL_GK_LANG_TOUCH_IMAGE_DESC] => Choose icon for your website used to represent it when added to the Home screen on iOS [TPL_GK_LANG_RECOMPILE_CSS] => Recompile LESS [TPL_GK_LANG_RECOMPILE_CSS_DESC] => Run LESS recompilation on each page refresh. It is only for the development environment! [TPL_GK_LANG_ERROR_MENU_ITEM_ID] => Error page menu item ID [TPL_GK_LANG_ERROR_MENU_ITEM_ID_DESC] => You can specify here a menu item ID for your 404 error page. [COM_TEMPLATES_JS_SETTINGS_FIELDSET_LABEL] => JavaScript files settings [TPL_GK_LANG_FOR_NOT_LOGGED_IN_USERS] => For not logged in users [TPL_GK_LANG_FOR_LOGGED_IN_USERS] => For logged in users [TPL_GK_LANG_MOOTOOLS_CORE] => Use mootools core [TPL_GK_LANG_MOOTOOLS_MORE] => Use mootools more [TPL_GK_LANG_JQUERY_NOCONFLICT] => Use jQuery noconflict [TPL_GK_LANG_BOOTSTRAP_JS] => Use bootstrap.min.js [TPL_GK_LANG_MODAL_JS] => Use modal.js [TPL_GK_LANG_PHOTOSWIPE_TOGGLE_FULLSCREEN] => Toggle fullscreen [TPL_GK_LANG_PHOTOSWIPE_ZOOM] => Zoom in/out [TPL_GK_LANG_PHOTOSWIPE_SHARE] => Share [TPL_GK_LANG_PHOTOSWIPE_CLOSE] => Close (Esc) [TPL_GK_LANG_PHOTOSWIPE_PREV] => Previous (arrow left) [TPL_GK_LANG_PHOTOSWIPE_NEXT] => Next (arrow right) [TPL_GK_TECHNEWS_POSITION_BREADCRUMB] => Breadcrumb [TPL_GK_TECHNEWS_POSITION_LOGIN] => Log in [TPL_GK_TECHNEWS_POSITION_FOOTER_NAV] => Footer navigation [TPL_GK_TECHNEWS_POSITION_HEADER] => Header [TPL_GK_TECHNEWS_POSITION_SIDEBAR] => Sidebar [TPL_GK_TECHNEWS_POSITION_MAINBODY] => Mainbody [TPL_GK_TECHNEWS_POSITION_MAINBODY_TOP] => Mainbody Top [TPL_GK_TECHNEWS_POSITION_MAINBODY_BOTTOM] => Mainbody Bottom [TPL_GK_TECHNEWS_POSITION_LANG] => Lang [TPL_GK_TECHNEWS_POSITION_MENU_TOP] => Menu Top [TPL_GK_TECHNEWS_POSITION_MENU_BOTTOM] => Menu Bottom [TPL_GK_TECHNEWS_POSITION_SEARCH] => Search [TPL_GK_TECHNEWS_POSITION_FOOTER_NAV_POPUP] => Footer navigation popup [TPL_GK_TECHNEWS_POSITION_NEWSLETTER] => Newsletter [TPL_GK_TECHNEWS_POSITION_SIDEBAR_TOP] => Sidebar top [TPL_GK_TECHNEWS_POSITION_TOP1] => Top I [TPL_GK_TECHNEWS_POSITION_TOP2] => Top II [TPL_GK_TECHNEWS_POSITION_BOTTOM1] => Bottom I [TPL_GK_TECHNEWS_POSITION_BOTTOM2] => Bottom II [TPL_GK_TECHNEWS_POSITION_BOTTOM3] => Bottom III [TPL_GK_TECHNEWS_POSITION_BOTTOM4] => Bottom IV [TPL_GK_TECHNEWS_POSITION_BOTTOM5] => Bottom V [TPL_GK_TECHNEWS_POSITION_BOTTOM6] => Bottom VI [TPL_GK_TECHNEWS_POSITION_BOTTOM7] => Bottom VII [TPL_GK_TECHNEWS_POSITION_BOTTOM8] => Bottom VIII [TPL_GK_TECHNEWS_POSITION_BOTTOM9] => Bottom IX [TPL_GK_TECHNEWS_POSITION_TAB1] => Tab I [TPL_GK_TECHNEWS_POSITION_TAB2] => Tab II [TPL_GK_TECHNEWS_POSITION_TAB3] => Tab III [TPL_GK_TECHNEWS_POSITION_TAB4] => Tab IV [TPL_GK_TECHNEWS_POSITION_TAB5] => Tab V [TPL_GK_TECHNEWS_POSITION_TAB6] => Tab VI [TPL_GK_TECHNEWS_POSITION_TAB7] => Tab VII [TPL_GK_TECHNEWS_POSITION_TAB8] => Tab VIII [TPL_GK_TECHNEWS_POSITION_TAB9] => Tab IX [TPL_GK_TECHNEWS_POSITION_TAB10] => Tab X [TPL_GK_TECHNEWS_POSITION_MENU1] => Menu I [TPL_GK_TECHNEWS_POSITION_MENU2] => Menu II [TPL_GK_TECHNEWS_POSITION_MENU3] => Menu III [TPL_GK_TECHNEWS_POSITION_MENU4] => Menu IV [TPL_GK_TECHNEWS_POSITION_MENU5] => Menu V [TPL_GK_TECHNEWS_POSITION_MENU6] => Menu VI [TPL_GK_TECHNEWS_POSITION_MENU7] => Menu VII [TPL_GK_TECHNEWS_POSITION_MENU8] => Menu VIII [TPL_GK_TECHNEWS_POSITION_MENU9] => Menu IX [TPL_GK_TECHNEWS_POSITION_MENU10] => Menu X [COM_TEMPLATES_ADDITIONAL_EFFECTS_FIELDSET_LABEL] => Additional effects [TPL_GK_LANG_PAGE_PRELOADER] => Use page preloader [TPL_GK_LANG_PAGE_PRELOADER_IMG] => Page preloader image [TPL_GK_LANG_JS_PARALLAX] => Use JavaScript parallax engine [TPL_GK_LANG_JS_PARALLAX_DESC] => Use Javascript parallax engine instead of CSS effects [TPL_GK_LANG_JS_SCROLLREVEAL] => Use scrollreveal.js [TPL_GK_LANG_JS_SCROLLREVEAL_DESC] => scrollreveal.js is responsible for the animation during page scrolling [TPL_GK_LANG_JS_PHOTOSWIPE] => Use PhotoSwipe [TPL_GK_LANG_JS_PHOTOSWIPE_DESC] => PhotoSwipe can be used in the galleries [TPL_GK_LANG_JS_KALENDAE] => Use kalendae [TPL_GK_LANG_JS_KALENDAE_DESC] => Kalendae can be used to generate date picker fields in the forms [TPL_GK_LANG_JS_PROGRESSBAR] => Use progressbar.js [TPL_GK_LANG_JS_PROGRESSBAR_DESC] => Progressbar.js is used to generate circular loading effect in reviews [TPL_GK_LANG_VM3_TEXT] => Settings for VirtueMart 3 only [TPL_GK_LANG_VM3_SHOW_QUANTITY] => Show quantity fields in the product details page [TPL_GK_LANG_SR_SEARCH_CHECKIN_DATE] => Check-in [TPL_GK_LANG_SR_SEARCH_CHECKOUT_DATE] => Check-out [TPL_GK_TECHNEWS_DATE_FORMAT] => M d, Y [COM_CONTENT_ACCESS_DELETE_DESC] => Inherited state for delete actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ACCESS_EDIT_DESC] => Inherited state for edit actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ACCESS_EDITSTATE_DESC] => Inherited state for edit state actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ARTICLE_CONTENT] => Content [COM_CONTENT_ARTICLE_HITS] => Hits: %s [COM_CONTENT_ARTICLE_INFO] => Details [COM_CONTENT_ARTICLE_VOTE_FAILURE] => You already rated this article today! [COM_CONTENT_ARTICLE_VOTE_SUCCESS] => Thank you for rating this article. [COM_CONTENT_AUTHOR_FILTER_LABEL] => Author Filter [COM_CONTENT_CAPTCHA_DESC] => Please complete the security check. [COM_CONTENT_CAPTCHA_LABEL] => Captcha [COM_CONTENT_CATEGORY] => Category: %s [COM_CONTENT_CATEGORY_LIST_TABLE_CAPTION] => List of articles in category %s [COM_CONTENT_CHECKED_OUT_BY] => Checked out by %s [COM_CONTENT_CONTENT_TYPE_ARTICLE] => Article [COM_CONTENT_CONTENT_TYPE_CATEGORY] => Article Category [COM_CONTENT_CREATE_ARTICLE] => Submit new article [COM_CONTENT_CREATED_DATE] => Created Date [COM_CONTENT_CREATED_DATE_ON] => Created: %s [COM_CONTENT_EDIT_ITEM] => Edit Article [COM_CONTENT_ERROR_ARTICLE_NOT_FOUND] => Article not found [COM_CONTENT_ERROR_LOGIN_TO_VIEW_ARTICLE] => Please login to view the article [COM_CONTENT_ERROR_PARENT_CATEGORY_NOT_FOUND] => Parent category not found [COM_CONTENT_FEED_READMORE] => Read More ... [COM_CONTENT_FIELD_FULL_DESC] => Select or upload an image for the single article display. [COM_CONTENT_FIELD_FULL_LABEL] => Full Article Image [COM_CONTENT_FIELD_IMAGE_ALT_DESC] => Alternative text used for visitors without access to images. [COM_CONTENT_FIELD_IMAGE_ALT_LABEL] => Alt Text [COM_CONTENT_FIELD_IMAGE_CAPTION_DESC] => Caption attached to the image. [COM_CONTENT_FIELD_IMAGE_CAPTION_LABEL] => Caption [COM_CONTENT_FIELD_IMAGE_DESC] => The image to be displayed. [COM_CONTENT_FIELD_INTRO_DESC] => Select or upload an image for the intro text layouts such as blogs and featured. [COM_CONTENT_FIELD_INTRO_LABEL] => Intro Image [COM_CONTENT_FIELD_NOTE_DESC] => An optional note to display in the article list. [COM_CONTENT_FIELD_NOTE_LABEL] => Note [COM_CONTENT_FIELD_URL_DESC] => Link for display. [COM_CONTENT_FIELD_URL_LINK_TEXT_DESC] => Text to display for the link. [COM_CONTENT_FIELD_URL_LINK_TEXT_LABEL] => Link Text [COM_CONTENT_FIELD_URLA_LABEL] => Link A [COM_CONTENT_FIELD_URLA_LINK_TEXT_LABEL] => Link A Text [COM_CONTENT_FIELD_URLB_LABEL] => Link B [COM_CONTENT_FIELD_URLB_LINK_TEXT_LABEL] => Link B Text [COM_CONTENT_FIELD_URLC_LABEL] => Link C [COM_CONTENT_FIELD_URLC_LINK_TEXT_LABEL] => Link C Text [COM_CONTENT_FILTER_SEARCH_DESC] => Content Filter Search [COM_CONTENT_FLOAT_DESC] => Controls placement of the image. [COM_CONTENT_FLOAT_FULLTEXT_LABEL] => Full text image float. [COM_CONTENT_FLOAT_INTRO_LABEL] => Intro Image float [COM_CONTENT_FLOAT_LABEL] => Image Float [COM_CONTENT_FORM_EDIT_ARTICLE] => Edit an article [COM_CONTENT_FORM_FILTER_LEGEND] => Filters [COM_CONTENT_FORM_FILTER_SUBMIT] => Filter [COM_CONTENT_HEADING_TITLE] => Title [COM_CONTENT_HITS_FILTER_LABEL] => Hits Filter [COM_CONTENT_IMAGES_AND_URLS] => Images and Links [COM_CONTENT_INTROTEXT] => Article must have some content. [COM_CONTENT_INVALID_RATING] => Article Rating: Invalid Rating: %s [COM_CONTENT_LAST_UPDATED] => Last Updated: %s [COM_CONTENT_LEFT] => Left [COM_CONTENT_METADATA] => Metadata [COM_CONTENT_MODAL_FILTER_SEARCH_DESC] => Search in title and alias. Prefix with ID: or AUTHOR: to search for an article ID or article author. [COM_CONTENT_MODAL_FILTER_SEARCH_LABEL] => Search Articles [COM_CONTENT_MODIFIED_DATE] => Modified Date [COM_CONTENT_MONTH] => Month [COM_CONTENT_MORE_ARTICLES] => More Articles ... [COM_CONTENT_NEW_ARTICLE] => New Article [COM_CONTENT_NO_ARTICLES] => There are no articles in this category. If subcategories display on this page, they may have articles. [COM_CONTENT_NONE] => None [COM_CONTENT_NUM_ITEMS] => Article Count: [COM_CONTENT_NUM_ITEMS_TIP] => Article Count [COM_CONTENT_ON_NEW_CONTENT] => A new Article has been submitted by '%1$s' entitled '%2$s'. [COM_CONTENT_ORDERING] => Ordering:
New articles default to the first position in the Category. The ordering can be changed in Backend. [COM_CONTENT_PAGEBREAK_DOC_TITLE] => Page Break [COM_CONTENT_PAGEBREAK_INSERT_BUTTON] => Insert Page Break [COM_CONTENT_PAGEBREAK_TITLE] => Page Title: [COM_CONTENT_PAGEBREAK_TOC] => Table of Contents Alias: [COM_CONTENT_PARENT] => Parent Category: %s [COM_CONTENT_PUBLISHED_DATE] => Published Date [COM_CONTENT_PUBLISHED_DATE_ON] => Published: %s [COM_CONTENT_PUBLISHING] => Publishing [COM_CONTENT_RATINGS] => Rating [COM_CONTENT_RATINGS_COUNT] => Rating: %s [COM_CONTENT_READ_MORE] => Read more: [COM_CONTENT_READ_MORE_TITLE] => Read more ... [COM_CONTENT_REGISTER_TO_READ_MORE] => Register to read more ... [COM_CONTENT_RIGHT] => Right [COM_CONTENT_SAVE_SUCCESS] => Article saved. [COM_CONTENT_SAVE_WARNING] => Alias already existed so a number was added at the end. If you want to change the alias, please contact a site administrator [COM_CONTENT_SELECT_AN_ARTICLE] => Select an Article [COM_CONTENT_SUBMIT_SAVE_SUCCESS] => Article submitted. [COM_CONTENT_TITLE_FILTER_LABEL] => Title Filter [COM_CONTENT_VOTES] => Vote [COM_CONTENT_VOTES_COUNT] => Vote: %s [COM_CONTENT_WRITTEN_BY] => Written by %s ) [used:protected] => Array ( ) [counter:protected] => 16 [override:protected] => Array ( [COM_STENDALTO_WISHLIST_INVIA_TESTO] => Stai inviando la wishlist %s [COM_STENDALTO_PROFILO] => My account [MOD_LOGIN_VALUE_USERNAME] => Email [COM_USERS_LOGIN_USERNAME_LABEL] => Email [COM_USERS_FIELD_RESET_CONFIRM_USERNAME_LABEL] => Email [TPL_GK_LANG_REGISTER_POPUP] => CREATE ACCOUNT [COM_STENDALTO_REGISTRAZIONE] => Registration ) [transliterator:protected] => [pluralSuffixesCallback:protected] => Array ( [0] => en_GBLocalise [1] => getPluralSuffixes ) [ignoredSearchWordsCallback:protected] => Array ( [0] => en_GBLocalise [1] => getIgnoredSearchWords ) [lowerLimitSearchWordCallback:protected] => Array ( [0] => en_GBLocalise [1] => getLowerLimitSearchWord ) [upperLimitSearchWordCallback:protected] => Array ( [0] => en_GBLocalise [1] => getUpperLimitSearchWord ) [searchDisplayedCharactersNumberCallback:protected] => Array ( [0] => en_GBLocalise [1] => getSearchDisplayedCharactersNumber ) ) [session:protected] => Joomla\CMS\Session\Session Object ( [_state:protected] => active [_expire:protected] => 10800 [_store:protected] => JSessionStorageDatabase Object ( ) [_security:protected] => Array ( [0] => fix_browser ) [storeName:protected] => database [_input:Joomla\CMS\Session\Session:private] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [_dispatcher:Joomla\CMS\Session\Session:private] => JEventDispatcher Object ( [_observers:protected] => Array ( [0] => Array ( [event] => onAfterSessionStart [handler] => Array ( [0] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [1] => afterSessionStart ) ) [1] => plgSystemRsformdeletesubmissions Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsformdeletesubmissions [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [2] => plgSystemRsfpjoomlacaptcha Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpjoomlacaptcha [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [3] => PlgSystemSessionGc Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409214 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sessiongc [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [4] => PlgSystemLogrotation Object ( [autoloadLanguage:protected] => 1 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409215 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1710516898 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => logrotation [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [5] => PlgSystemOSSystem Object ( [namespace:protected] => OSSystem [extension:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => ossystem [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [6] => plgSystemAdminExile Object ( [_app:plgSystemAdminExile:private] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [_ip:plgSystemAdminExile:private] => 3.238.251.21 [_key:plgSystemAdminExile:private] => [_pass:plgSystemAdminExile:private] => 1 [_failed:plgSystemAdminExile:private] => [_logged:plgSystemAdminExile:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [key] => br3v3tt1 [twofactor] => 1 [keyvalue] => st3nd4lt0 [redirect] => HOME [fourofour] => 404 Not Found

Not Found

The requested URL {url} was not found on this server.


{serversignature} [redirecturl] => https://www.fbi.gov [frontrestrict] => 0 [maillink] => 1 [maillinkgroup] => Array ( [0] => 8 ) [faillog] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => adminexile [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_db] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409216 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) ) [7] => plgSystemStendalto Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stendalto [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [8] => PlgSystemStats Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409217 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [serverUrl:protected] => https://developer.joomla.org/stats/submit [uniqueId:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [mode] => 3 [lastrun] => [unique_id] => 8c9c62610d2ea85c6faa835fd71cbf0b9df1c600 [interval] => 12 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stats [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [9] => plgSystemRsfpregistration Object ( [sendUserEmail:plgSystemRsfpregistration:private] => [sendAdminEmail:plgSystemRsfpregistration:private] => [autoloadLanguage:protected] => 1 [json_elements:plgSystemRsfpregistration:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpregistration [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [10] => plgSystemNextendSmartslider3 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextendsmartslider3 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [11] => plgSystemNextend2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextend2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [12] => PlgSystemUpdatenotification Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1711711789 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => updatenotification [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [13] => plgSystemK2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => k2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [14] => PlgSystemFields Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => fields [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [15] => plgSystemGKExtMenu Object ( [_params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_pluginPath] => /home/brevettistendalto.it/public_html/plugins/system/gkextmenu/ [params] => [_name:protected] => [_type:protected] => [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_plugin] => stdClass Object ( [type] => system [name] => gkextmenu [params] => {} [id] => 10004 ) ) [16] => plgSystemFmAlertCookies Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [name_plugin] => fmalertcookies [version_plugin] => 1.3.3 [ajouter_jquery] => 0 [mylanguage] => it-IT [duree_cookie] => 30 [deleteCookie] => 1 [display_offline] => 0 [affichage_msg_page_cookie] => 1 [type_affichage] => 1 [num_opacity] => 100 [position] => 1 [position_contenu] => center [position_fixe] => 1 [taille_cadre] => 100% [marge_ext] => 0 [marge_int] => 10 [couleur_texte] => #666666 [couleur_fond] => #ffffff [type_bordure] => 1 [couleur_bordure] => #eeeeee [taille_bordure] => 1 [first_btn] => 1 [position_btn] => 1 [btn_more] => 1 [position_btn_more] => left [taille_btn_more] => btn-mini [couleur_btn_more] => btn-custom [couleur_btn_more_custom] => #b3b3b3 [couleur_texte_btn_more] => #ffffff [btn_close] => 1 [position_btn_close] => left [taille_btn_close] => btn-mini [couleur_btn_close] => btn-custom [couleur_btn_close_custom] => #ffe866 [couleur_texte_btn_close] => #eeeeee [user_agent] => Teoma,alexa,froogle,Gigabot,inktomi,looksmart,URL_Spider_SQL,Firefly,NationalDirectory,AskJeeves,TECNOSEEK,InfoSeek,WebFindBot,girafabot,crawler,www.galaxy.com,Googlebot,Scooter,Slurp,bing,msnbot,appie,FAST,WebBug,Spade,ZyBorg,rabaz,Baiduspider,Feedfetcher-Google,TechnoratiSnoop,Rankivabot,Mediapartners-Google,Sogouwebspider,WebAltaCrawler,TweetmemeBot,Butterfly,Twitturls,Me.dium,Twiceler [langue_activate_it_IT] => 1 [texte_alert_cookies_it_IT] => Utilizziamo cookie tecnici e di terze parti al fine di migliorare i nostri servizi. Proseguendo la navigazione accetti l'utilizzo dei cookie. Per ulteriori informazioni o per scoprire come modificare la configurazione e bloccare i Cookie, consulta la nostra informativa. [texte_readmore_it_IT] => Leggi l'informativa [link_readmore_menu_it_IT] => 108 [ancre_link_readmore_menu_it_IT] => [texte_close_it_IT] => Accetto [langue_activate_en_GB] => 1 [texte_alert_cookies_en_GB] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_en_GB] => Read the policy [link_readmore_menu_en_GB] => 1146 [ancre_link_readmore_menu_en_GB] => [texte_close_en_GB] => I Accept [langue_activate_es_ES] => 1 [texte_alert_cookies_es_ES] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_es_ES] => ì [link_readmore_menu_es_ES] => 324 [ancre_link_readmore_menu_es_ES] => [texte_close_es_ES] => [langue_activate_fr_FR] => 1 [texte_alert_cookies_fr_FR] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_fr_FR] => Read the policy [link_readmore_menu_fr_FR] => 1147 [ancre_link_readmore_menu_fr_FR] => [texte_close_fr_FR] => I Accept [langue_activate_de_DE] => 1 [texte_alert_cookies_de_DE] => Um die Webseite optimal gestalten und fortlaufend verbessern zu können, verwendet Brevetti Stendalto sowohl eigene Cookies als auch von Drittanbietern. Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu. [texte_readmore_de_DE] => Read the policy [link_readmore_menu_de_DE] => 1150 [ancre_link_readmore_menu_de_DE] => [texte_close_de_DE] => I Accept [langue_activate_zh_CN] => 1 [texte_alert_cookies_zh_CN] => 我们使用技术性Cookie和第三方Cookie来改善我们的服务。通过继续浏览,您同意使用Cookie。 有关更多信息或了解如何更改设置和阻止Cookie,请参阅我们的隐私政策。 [texte_readmore_zh_CN] => 阅读政策 [link_readmore_menu_zh_CN] => 1151 [ancre_link_readmore_menu_zh_CN] => [texte_close_zh_CN] => 同意 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => fmalertcookies [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [17] => PlgSystemLanguageFilter Object ( [mode_sef:protected] => 1 [sefs:protected] => Array ( [it] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [cn] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [lang_codes:protected] => Array ( [it-IT] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en-GB] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es-ES] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr-FR] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de-DE] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [zh-CN] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [current_lang:protected] => en-GB [default_lang:protected] => it-IT [user_lang_code:PlgSystemLanguageFilter:private] => [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [detect_browser] => 0 [automatic_change] => 1 [item_associations] => 1 [alternate_meta] => 1 [xdefault] => 1 [xdefault_language] => default [remove_default_prefix] => 0 [lang_cookie] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => languagefilter [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [18] => PlgSystemLogout Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => logout [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [19] => PlgSystemDebug Object ( [linkFormat:protected] => [debugLang:PlgSystemDebug:private] => 0 [logEntries:PlgSystemDebug:private] => Array ( ) [sqlShowProfiles:PlgSystemDebug:private] => Array ( ) [sqlShowProfileEach:PlgSystemDebug:private] => Array ( ) [explains:PlgSystemDebug:private] => Array ( ) [totalQueries:PlgSystemDebug:private] => 0 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409218 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [profile] => 1 [queries] => 1 [memory] => 1 [language_files] => 1 [language_strings] => 1 [strip-first] => 1 [strip-prefix] => [strip-suffix] => ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => debug [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [20] => PlgSystemLog Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => log [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [21] => PlgSystemHighlight Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => highlight [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [22] => PlgSystemRemember Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => remember [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [23] => PlgSystemSef Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sef [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [24] => PlgSystemLanguagecode Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => languagecode [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) ) [_state:protected] => [_methods:protected] => Array ( [onaftersessionstart] => Array ( [0] => 0 ) [onafterinitialise] => Array ( [0] => 1 [1] => 5 [2] => 6 [3] => 8 [4] => 13 [5] => 17 [6] => 22 ) [onpreprocessmenuitems] => Array ( [0] => 1 ) [onrsformbackendgetavailablecaptchas] => Array ( [0] => 2 ) [onrsformbackendaftershowcomponents] => Array ( [0] => 2 ) [onafterrespond] => Array ( [0] => 3 [1] => 19 ) [onafterrender] => Array ( [0] => 4 [1] => 5 [2] => 7 [3] => 11 [4] => 12 [5] => 13 [6] => 16 [7] => 23 [8] => 24 ) [_frontrestrict] => Array ( [0] => 6 ) [onuserafterlogin] => Array ( [0] => 7 ) [onajaxsendalways] => Array ( [0] => 8 ) [onajaxsendnever] => Array ( [0] => 8 ) [onajaxsendonce] => Array ( [0] => 8 ) [onajaxsendstats] => Array ( [0] => 8 ) [ongetstatsdata] => Array ( [0] => 8 ) [debug] => Array ( [0] => 8 ) [render] => Array ( [0] => 8 ) [onrsformformsave] => Array ( [0] => 9 ) [onrsformbackendformcopy] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabs] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabstab] => Array ( [0] => 9 ) [onrsformbackendaftercreatefrontcomponentbody] => Array ( [0] => 9 ) [onrsformfrontendbeforeformdisplay] => Array ( [0] => 9 ) [onrsformfrontendbeforeformvalidation] => Array ( [0] => 9 ) [onrsformfrontendbeforestoresubmissions] => Array ( [0] => 9 ) [onrsformaftercreateplaceholders] => Array ( [0] => 9 ) [onrsformfrontendafterformprocess] => Array ( [0] => 9 ) [onrsformbeforeuseremail] => Array ( [0] => 9 ) [onrsformbeforeadminemail] => Array ( [0] => 9 ) [onrsformbackendaftershowconfigurationtabs] => Array ( [0] => 9 ) [onrsformfrontendswitchtasks] => Array ( [0] => 9 ) [onrsformafterformbuildroute] => Array ( [0] => 9 ) [onrsformafterformparseroute] => Array ( [0] => 9 ) [onafterroute] => Array ( [0] => 9 [1] => 13 [2] => 17 ) [onrsformformdelete] => Array ( [0] => 9 ) [onrsformformbackup] => Array ( [0] => 9 ) [onrsformformrestore] => Array ( [0] => 9 ) [onrsformbackendformrestoretruncate] => Array ( [0] => 9 ) [onrsformaftercreatequickaddglobalplaceholders] => Array ( [0] => 9 ) [oninitn2library] => Array ( [0] => 10 [1] => 11 ) [onnextendbeforecompilehead] => Array ( [0] => 10 ) [prepare] => Array ( [0] => 10 ) [cleaneshop] => Array ( [0] => 10 ) [onafterdispatch] => Array ( [0] => 11 [1] => 13 [2] => 17 [3] => 19 [4] => 21 [5] => 23 ) [getsearchvalue] => Array ( [0] => 13 ) [renderoriginal] => Array ( [0] => 13 ) [rendertranslated] => Array ( [0] => 13 ) [oncontentnormaliserequestdata] => Array ( [0] => 14 ) [oncontentaftersave] => Array ( [0] => 14 ) [onuseraftersave] => Array ( [0] => 14 [1] => 17 ) [oncontentafterdelete] => Array ( [0] => 14 ) [onuserafterdelete] => Array ( [0] => 14 ) [oncontentprepareform] => Array ( [0] => 14 [1] => 15 [2] => 16 [3] => 24 ) [oncontentaftertitle] => Array ( [0] => 14 ) [oncontentbeforedisplay] => Array ( [0] => 14 ) [oncontentafterdisplay] => Array ( [0] => 14 ) [oncontentprepare] => Array ( [0] => 14 ) [onpreparefindercontent] => Array ( [0] => 14 ) [onbeforecompilehead] => Array ( [0] => 16 ) [preprocessbuildrule] => Array ( [0] => 17 ) [buildrule] => Array ( [0] => 17 ) [postprocesssefbuildrule] => Array ( [0] => 17 ) [postprocessnonsefbuildrule] => Array ( [0] => 17 ) [parserule] => Array ( [0] => 17 ) [onprivacycollectadmincapabilities] => Array ( [0] => 17 ) [onuserbeforesave] => Array ( [0] => 17 [1] => 22 ) [onuserlogin] => Array ( [0] => 17 ) [onuserlogout] => Array ( [0] => 18 [1] => 22 ) [handleerror] => Array ( [0] => 18 ) [adddisplaycallback] => Array ( [0] => 19 ) [removedisplaycallback] => Array ( [0] => 19 ) [mysqldisconnecthandler] => Array ( [0] => 19 ) [logger] => Array ( [0] => 19 ) [onuserloginfailure] => Array ( [0] => 20 ) ) [_errors:protected] => Array ( ) ) [_handler:protected] => JSessionHandlerJoomla Object ( [input] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [force_ssl:protected] => [started:JSessionHandlerNative:private] => 1 [closed:JSessionHandlerNative:private] => ) [data:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [__default] => stdClass Object ( [session] => stdClass Object ( [counter] => 1 [timer] => stdClass Object ( [start] => 1711722816 [last] => 1711722816 [now] => 1711722816 ) ) [registry] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [user] => Joomla\CMS\User\User Object ( [isRoot:protected] => [id] => 0 [name] => [username] => [email] => [password] => [password_clear] => [block] => [sendEmail] => 0 [registerDate] => [lastvisitDate] => [activation] => [params] => [groups] => Array ( [0] => 9 ) [guest] => 1 [lastResetTime] => [resetCount] => [requireReset] => [_params:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_authGroups:protected] => [_authLevels:protected] => Array ( [0] => 1 [1] => 1 [2] => 5 ) [_authActions:protected] => [_errorMsg:protected] => [userHelper:protected] => Joomla\CMS\User\UserWrapper Object ( ) [_errors:protected] => Array ( ) [aid] => 0 ) ) ) [initialized:protected] => [separator] => . ) ) [response:protected] => stdClass Object ( [cachable] => [headers] => Array ( [0] => Array ( [name] => X-Logged-In [value] => False ) [1] => Array ( [name] => X-Content-Powered-By [value] => K2 v2.10.3 (by JoomlaWorks) ) [2] => Array ( [name] => status [value] => 404 ) ) [body] => Array ( ) ) [responseMap:Joomla\CMS\Application\WebApplication:private] => Array ( [100] => HTTP/1.1 100 Continue [101] => HTTP/1.1 101 Switching Protocols [102] => HTTP/1.1 102 Processing [200] => HTTP/1.1 200 OK [201] => HTTP/1.1 201 Created [202] => HTTP/1.1 202 Accepted [203] => HTTP/1.1 203 Non-Authoritative Information [204] => HTTP/1.1 204 No Content [205] => HTTP/1.1 205 Reset Content [206] => HTTP/1.1 206 Partial Content [207] => HTTP/1.1 207 Multi-Status [208] => HTTP/1.1 208 Already Reported [226] => HTTP/1.1 226 IM Used [300] => HTTP/1.1 300 Multiple Choices [301] => HTTP/1.1 301 Moved Permanently [302] => HTTP/1.1 302 Found [303] => HTTP/1.1 303 See other [304] => HTTP/1.1 304 Not Modified [305] => HTTP/1.1 305 Use Proxy [306] => HTTP/1.1 306 (Unused) [307] => HTTP/1.1 307 Temporary Redirect [308] => HTTP/1.1 308 Permanent Redirect [400] => HTTP/1.1 400 Bad Request [401] => HTTP/1.1 401 Unauthorized [402] => HTTP/1.1 402 Payment Required [403] => HTTP/1.1 403 Forbidden [404] => HTTP/1.1 404 Not Found [405] => HTTP/1.1 405 Method Not Allowed [406] => HTTP/1.1 406 Not Acceptable [407] => HTTP/1.1 407 Proxy Authentication Required [408] => HTTP/1.1 408 Request Timeout [409] => HTTP/1.1 409 Conflict [410] => HTTP/1.1 410 Gone [411] => HTTP/1.1 411 Length Required [412] => HTTP/1.1 412 Precondition Failed [413] => HTTP/1.1 413 Payload Too Large [414] => HTTP/1.1 414 URI Too Long [415] => HTTP/1.1 415 Unsupported Media Type [416] => HTTP/1.1 416 Range Not Satisfiable [417] => HTTP/1.1 417 Expectation Failed [418] => HTTP/1.1 418 I'm a teapot [421] => HTTP/1.1 421 Misdirected Request [422] => HTTP/1.1 422 Unprocessable Entity [423] => HTTP/1.1 423 Locked [424] => HTTP/1.1 424 Failed Dependency [426] => HTTP/1.1 426 Upgrade Required [428] => HTTP/1.1 428 Precondition Required [429] => HTTP/1.1 429 Too Many Requests [431] => HTTP/1.1 431 Request Header Fields Too Large [451] => HTTP/1.1 451 Unavailable For Legal Reasons [500] => HTTP/1.1 500 Internal Server Error [501] => HTTP/1.1 501 Not Implemented [502] => HTTP/1.1 502 Bad Gateway [503] => HTTP/1.1 503 Service Unavailable [504] => HTTP/1.1 504 Gateway Timeout [505] => HTTP/1.1 505 HTTP Version Not Supported [506] => HTTP/1.1 506 Variant Also Negotiates [507] => HTTP/1.1 507 Insufficient Storage [508] => HTTP/1.1 508 Loop Detected [510] => HTTP/1.1 510 Not Extended [511] => HTTP/1.1 511 Network Authentication Required ) [singleValueResponseHeaders:Joomla\CMS\Application\WebApplication:private] => Array ( [0] => status [1] => content-length [2] => host [3] => content-type [4] => content-location [5] => date [6] => location [7] => retry-after [8] => server [9] => mime-version [10] => last-modified [11] => etag [12] => accept-ranges [13] => content-range [14] => age [15] => expires [16] => clear-site-data [17] => pragma [18] => strict-transport-security [19] => content-security-policy [20] => content-security-policy-report-only [21] => x-frame-options [22] => x-xss-protection [23] => x-content-type-options [24] => referrer-policy [25] => expect-ct [26] => feature-policy [27] => permissions-policy ) [dispatcher:protected] => JEventDispatcher Object ( [_observers:protected] => Array ( [0] => Array ( [event] => onAfterSessionStart [handler] => Array ( [0] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [1] => afterSessionStart ) ) [1] => plgSystemRsformdeletesubmissions Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsformdeletesubmissions [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [2] => plgSystemRsfpjoomlacaptcha Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpjoomlacaptcha [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [3] => PlgSystemSessionGc Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409219 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sessiongc [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [4] => PlgSystemLogrotation Object ( [autoloadLanguage:protected] => 1 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409220 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1710516898 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => logrotation [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [5] => PlgSystemOSSystem Object ( [namespace:protected] => OSSystem [extension:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => ossystem [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [6] => plgSystemAdminExile Object ( [_app:plgSystemAdminExile:private] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [_ip:plgSystemAdminExile:private] => 3.238.251.21 [_key:plgSystemAdminExile:private] => [_pass:plgSystemAdminExile:private] => 1 [_failed:plgSystemAdminExile:private] => [_logged:plgSystemAdminExile:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [key] => br3v3tt1 [twofactor] => 1 [keyvalue] => st3nd4lt0 [redirect] => HOME [fourofour] => 404 Not Found

Not Found

The requested URL {url} was not found on this server.


{serversignature} [redirecturl] => https://www.fbi.gov [frontrestrict] => 0 [maillink] => 1 [maillinkgroup] => Array ( [0] => 8 ) [faillog] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => adminexile [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_db] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409221 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) ) [7] => plgSystemStendalto Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stendalto [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [8] => PlgSystemStats Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409222 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [serverUrl:protected] => https://developer.joomla.org/stats/submit [uniqueId:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [mode] => 3 [lastrun] => [unique_id] => 8c9c62610d2ea85c6faa835fd71cbf0b9df1c600 [interval] => 12 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stats [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [9] => plgSystemRsfpregistration Object ( [sendUserEmail:plgSystemRsfpregistration:private] => [sendAdminEmail:plgSystemRsfpregistration:private] => [autoloadLanguage:protected] => 1 [json_elements:plgSystemRsfpregistration:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpregistration [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [10] => plgSystemNextendSmartslider3 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextendsmartslider3 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [11] => plgSystemNextend2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextend2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [12] => PlgSystemUpdatenotification Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1711711789 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => updatenotification [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [13] => plgSystemK2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => k2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [14] => PlgSystemFields Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => fields [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [15] => plgSystemGKExtMenu Object ( [_params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_pluginPath] => /home/brevettistendalto.it/public_html/plugins/system/gkextmenu/ [params] => [_name:protected] => [_type:protected] => [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_plugin] => stdClass Object ( [type] => system [name] => gkextmenu [params] => {} [id] => 10004 ) ) [16] => plgSystemFmAlertCookies Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [name_plugin] => fmalertcookies [version_plugin] => 1.3.3 [ajouter_jquery] => 0 [mylanguage] => it-IT [duree_cookie] => 30 [deleteCookie] => 1 [display_offline] => 0 [affichage_msg_page_cookie] => 1 [type_affichage] => 1 [num_opacity] => 100 [position] => 1 [position_contenu] => center [position_fixe] => 1 [taille_cadre] => 100% [marge_ext] => 0 [marge_int] => 10 [couleur_texte] => #666666 [couleur_fond] => #ffffff [type_bordure] => 1 [couleur_bordure] => #eeeeee [taille_bordure] => 1 [first_btn] => 1 [position_btn] => 1 [btn_more] => 1 [position_btn_more] => left [taille_btn_more] => btn-mini [couleur_btn_more] => btn-custom [couleur_btn_more_custom] => #b3b3b3 [couleur_texte_btn_more] => #ffffff [btn_close] => 1 [position_btn_close] => left [taille_btn_close] => btn-mini [couleur_btn_close] => btn-custom [couleur_btn_close_custom] => #ffe866 [couleur_texte_btn_close] => #eeeeee [user_agent] => Teoma,alexa,froogle,Gigabot,inktomi,looksmart,URL_Spider_SQL,Firefly,NationalDirectory,AskJeeves,TECNOSEEK,InfoSeek,WebFindBot,girafabot,crawler,www.galaxy.com,Googlebot,Scooter,Slurp,bing,msnbot,appie,FAST,WebBug,Spade,ZyBorg,rabaz,Baiduspider,Feedfetcher-Google,TechnoratiSnoop,Rankivabot,Mediapartners-Google,Sogouwebspider,WebAltaCrawler,TweetmemeBot,Butterfly,Twitturls,Me.dium,Twiceler [langue_activate_it_IT] => 1 [texte_alert_cookies_it_IT] => Utilizziamo cookie tecnici e di terze parti al fine di migliorare i nostri servizi. Proseguendo la navigazione accetti l'utilizzo dei cookie. Per ulteriori informazioni o per scoprire come modificare la configurazione e bloccare i Cookie, consulta la nostra informativa. [texte_readmore_it_IT] => Leggi l'informativa [link_readmore_menu_it_IT] => 108 [ancre_link_readmore_menu_it_IT] => [texte_close_it_IT] => Accetto [langue_activate_en_GB] => 1 [texte_alert_cookies_en_GB] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_en_GB] => Read the policy [link_readmore_menu_en_GB] => 1146 [ancre_link_readmore_menu_en_GB] => [texte_close_en_GB] => I Accept [langue_activate_es_ES] => 1 [texte_alert_cookies_es_ES] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_es_ES] => ì [link_readmore_menu_es_ES] => 324 [ancre_link_readmore_menu_es_ES] => [texte_close_es_ES] => [langue_activate_fr_FR] => 1 [texte_alert_cookies_fr_FR] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_fr_FR] => Read the policy [link_readmore_menu_fr_FR] => 1147 [ancre_link_readmore_menu_fr_FR] => [texte_close_fr_FR] => I Accept [langue_activate_de_DE] => 1 [texte_alert_cookies_de_DE] => Um die Webseite optimal gestalten und fortlaufend verbessern zu können, verwendet Brevetti Stendalto sowohl eigene Cookies als auch von Drittanbietern. Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu. [texte_readmore_de_DE] => Read the policy [link_readmore_menu_de_DE] => 1150 [ancre_link_readmore_menu_de_DE] => [texte_close_de_DE] => I Accept [langue_activate_zh_CN] => 1 [texte_alert_cookies_zh_CN] => 我们使用技术性Cookie和第三方Cookie来改善我们的服务。通过继续浏览,您同意使用Cookie。 有关更多信息或了解如何更改设置和阻止Cookie,请参阅我们的隐私政策。 [texte_readmore_zh_CN] => 阅读政策 [link_readmore_menu_zh_CN] => 1151 [ancre_link_readmore_menu_zh_CN] => [texte_close_zh_CN] => 同意 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => fmalertcookies [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [17] => PlgSystemLanguageFilter Object ( [mode_sef:protected] => 1 [sefs:protected] => Array ( [it] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [cn] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [lang_codes:protected] => Array ( [it-IT] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en-GB] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es-ES] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr-FR] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de-DE] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [zh-CN] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [current_lang:protected] => en-GB [default_lang:protected] => it-IT [user_lang_code:PlgSystemLanguageFilter:private] => [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [detect_browser] => 0 [automatic_change] => 1 [item_associations] => 1 [alternate_meta] => 1 [xdefault] => 1 [xdefault_language] => default [remove_default_prefix] => 0 [lang_cookie] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => languagefilter [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [18] => PlgSystemLogout Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => logout [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [19] => PlgSystemDebug Object ( [linkFormat:protected] => [debugLang:PlgSystemDebug:private] => 0 [logEntries:PlgSystemDebug:private] => Array ( ) [sqlShowProfiles:PlgSystemDebug:private] => Array ( ) [sqlShowProfileEach:PlgSystemDebug:private] => Array ( ) [explains:PlgSystemDebug:private] => Array ( ) [totalQueries:PlgSystemDebug:private] => 0 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409223 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [profile] => 1 [queries] => 1 [memory] => 1 [language_files] => 1 [language_strings] => 1 [strip-first] => 1 [strip-prefix] => [strip-suffix] => ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => debug [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [20] => PlgSystemLog Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => log [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [21] => PlgSystemHighlight Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => highlight [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [22] => PlgSystemRemember Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => remember [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [23] => PlgSystemSef Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sef [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [24] => PlgSystemLanguagecode Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => languagecode [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) ) [_state:protected] => [_methods:protected] => Array ( [onaftersessionstart] => Array ( [0] => 0 ) [onafterinitialise] => Array ( [0] => 1 [1] => 5 [2] => 6 [3] => 8 [4] => 13 [5] => 17 [6] => 22 ) [onpreprocessmenuitems] => Array ( [0] => 1 ) [onrsformbackendgetavailablecaptchas] => Array ( [0] => 2 ) [onrsformbackendaftershowcomponents] => Array ( [0] => 2 ) [onafterrespond] => Array ( [0] => 3 [1] => 19 ) [onafterrender] => Array ( [0] => 4 [1] => 5 [2] => 7 [3] => 11 [4] => 12 [5] => 13 [6] => 16 [7] => 23 [8] => 24 ) [_frontrestrict] => Array ( [0] => 6 ) [onuserafterlogin] => Array ( [0] => 7 ) [onajaxsendalways] => Array ( [0] => 8 ) [onajaxsendnever] => Array ( [0] => 8 ) [onajaxsendonce] => Array ( [0] => 8 ) [onajaxsendstats] => Array ( [0] => 8 ) [ongetstatsdata] => Array ( [0] => 8 ) [debug] => Array ( [0] => 8 ) [render] => Array ( [0] => 8 ) [onrsformformsave] => Array ( [0] => 9 ) [onrsformbackendformcopy] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabs] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabstab] => Array ( [0] => 9 ) [onrsformbackendaftercreatefrontcomponentbody] => Array ( [0] => 9 ) [onrsformfrontendbeforeformdisplay] => Array ( [0] => 9 ) [onrsformfrontendbeforeformvalidation] => Array ( [0] => 9 ) [onrsformfrontendbeforestoresubmissions] => Array ( [0] => 9 ) [onrsformaftercreateplaceholders] => Array ( [0] => 9 ) [onrsformfrontendafterformprocess] => Array ( [0] => 9 ) [onrsformbeforeuseremail] => Array ( [0] => 9 ) [onrsformbeforeadminemail] => Array ( [0] => 9 ) [onrsformbackendaftershowconfigurationtabs] => Array ( [0] => 9 ) [onrsformfrontendswitchtasks] => Array ( [0] => 9 ) [onrsformafterformbuildroute] => Array ( [0] => 9 ) [onrsformafterformparseroute] => Array ( [0] => 9 ) [onafterroute] => Array ( [0] => 9 [1] => 13 [2] => 17 ) [onrsformformdelete] => Array ( [0] => 9 ) [onrsformformbackup] => Array ( [0] => 9 ) [onrsformformrestore] => Array ( [0] => 9 ) [onrsformbackendformrestoretruncate] => Array ( [0] => 9 ) [onrsformaftercreatequickaddglobalplaceholders] => Array ( [0] => 9 ) [oninitn2library] => Array ( [0] => 10 [1] => 11 ) [onnextendbeforecompilehead] => Array ( [0] => 10 ) [prepare] => Array ( [0] => 10 ) [cleaneshop] => Array ( [0] => 10 ) [onafterdispatch] => Array ( [0] => 11 [1] => 13 [2] => 17 [3] => 19 [4] => 21 [5] => 23 ) [getsearchvalue] => Array ( [0] => 13 ) [renderoriginal] => Array ( [0] => 13 ) [rendertranslated] => Array ( [0] => 13 ) [oncontentnormaliserequestdata] => Array ( [0] => 14 ) [oncontentaftersave] => Array ( [0] => 14 ) [onuseraftersave] => Array ( [0] => 14 [1] => 17 ) [oncontentafterdelete] => Array ( [0] => 14 ) [onuserafterdelete] => Array ( [0] => 14 ) [oncontentprepareform] => Array ( [0] => 14 [1] => 15 [2] => 16 [3] => 24 ) [oncontentaftertitle] => Array ( [0] => 14 ) [oncontentbeforedisplay] => Array ( [0] => 14 ) [oncontentafterdisplay] => Array ( [0] => 14 ) [oncontentprepare] => Array ( [0] => 14 ) [onpreparefindercontent] => Array ( [0] => 14 ) [onbeforecompilehead] => Array ( [0] => 16 ) [preprocessbuildrule] => Array ( [0] => 17 ) [buildrule] => Array ( [0] => 17 ) [postprocesssefbuildrule] => Array ( [0] => 17 ) [postprocessnonsefbuildrule] => Array ( [0] => 17 ) [parserule] => Array ( [0] => 17 ) [onprivacycollectadmincapabilities] => Array ( [0] => 17 ) [onuserbeforesave] => Array ( [0] => 17 [1] => 22 ) [onuserlogin] => Array ( [0] => 17 ) [onuserlogout] => Array ( [0] => 18 [1] => 22 ) [handleerror] => Array ( [0] => 18 ) [adddisplaycallback] => Array ( [0] => 19 ) [removedisplaycallback] => Array ( [0] => 19 ) [mysqldisconnecthandler] => Array ( [0] => 19 ) [logger] => Array ( [0] => 19 ) [onuserloginfailure] => Array ( [0] => 20 ) ) [_errors:protected] => Array ( ) ) [identity:protected] => [config:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [offline] => 0 [offline_message] => Sito fuori servizio per manutenzione.
Riprovare più tardi. [display_offline_message] => 1 [offline_image] => [sitename] => Brevetti Stendalto [editor] => tinymce [captcha] => recaptcha [list_limit] => 20 [access] => 1 [debug] => 0 [debug_lang] => 0 [dbtype] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [db] => brevettistendalto_it [dbprefix] => nnhf3_ [live_site] => [secret] => XFPXX4LQbSw4BesB [gzip] => 0 [error_reporting] => none [helpurl] => https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode} [ftp_host] => [ftp_port] => [ftp_user] => [ftp_pass] => [ftp_root] => [ftp_enable] => 0 [offset] => UTC [mailonline] => 1 [mailer] => smtp [mailfrom] => info@brevettistendalto.it [fromname] => Brevetti Stendalto [sendmail] => /usr/sbin/sendmail [smtpauth] => 1 [smtpuser] => info@brevettistendalto.it [smtppass] => r5mkta!3fPz_TyJ97G-h [smtphost] => smtp.office365.com [smtpsecure] => tls [smtpport] => 587 [caching] => 0 [cache_handler] => file [cachetime] => 15 [cache_platformprefix] => 0 [MetaDesc] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo. [MetaKeys] => cable chain, catena portacavi, Chaînes, catene portacavi, catena porta cave, power track, Chaînes porte câbles, catene plastica, catene porta cavi, catene plastica, kabelketten, energieführungsketten, schleppketten, kabelkette, schleppkette, kabelschleppkette, schlauchkette, energieführungskette, schlauchketten, kabelschleppketten, kabelschlepper, drag chain, power chain, porte câbles [MetaTitle] => 1 [MetaAuthor] => 1 [MetaVersion] => 0 [robots] => [sef] => 1 [sef_rewrite] => 1 [sef_suffix] => 0 [unicodeslugs] => 0 [feed_limit] => 10 [feed_email] => none [log_path] => /home/brevettistendalto.it/logs [tmp_path] => /home/brevettistendalto.it/tmp [lifetime] => 180 [session_handler] => database [memcache_persist] => 1 [memcache_compress] => 0 [memcache_server_host] => localhost [memcache_server_port] => 11211 [memcached_persist] => 1 [memcached_compress] => 0 [memcached_server_host] => localhost [memcached_server_port] => 11211 [redis_persist] => 1 [redis_server_host] => localhost [redis_server_port] => 6379 [redis_server_auth] => [redis_server_db] => 0 [proxy_enable] => 0 [proxy_host] => [proxy_port] => [proxy_user] => [proxy_pass] => [massmailoff] => 0 [MetaRights] => [sitename_pagetitles] => 2 [force_ssl] => 0 [session_memcache_server_host] => localhost [session_memcache_server_port] => 11211 [session_memcached_server_host] => localhost [session_memcached_server_port] => 11211 [frontediting] => 0 [cookie_domain] => [cookie_path] => [asset_id] => 1 [replyto] => info@brevettistendalto.it [replytoname] => Brevetti Stendalto [shared_session] => 0 [debug_lang_const] => 1 [behind_loadbalancer] => 0 [session_redis_persist] => 1 [session_redis_server_host] => localhost [session_redis_server_port] => 6379 [session_redis_server_db] => 0 [language] => en-GB [theme] => gk_technews [themeParams] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [template_style] => main.less [custom_override] => -1 [template_width] => 1600 [tablet_width] => 840 [tablet_small_width] => 840 [mobile_width] => 640 [sidebar_position] => right [sidebar_width] => 30 [sidebar_width_for_pages] => [rwd] => 1 [font_name_group1] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group1] => body, .childcontent, .box.advertisement .header [font_name_group2] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group2] => h1,h2,h3,h4,h5,h6, #gkHeaderNav, .btn, button, .button, select, textarea, input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="url"], input[type="email"], .itemTags, k2TagCloudBlock, .gkTab, th, .nspMain, .gkNspPM, .pagination li [font_name_group3] => standard;Arial, Helvetica, sans-serif [font_rules_group3] => [font_name_group4] => standard;Arial, Helvetica, sans-serif [font_rules_group4] => [logo_type] => image [logo_image] => images/logo.png [logo_text] => Brevetti Stendalto [logo_slogan] => Dynamic Cable Protection [print_logo] => [print_behaviour] => nothing [favicon_image] => images/favicon.ico [touch_image] => [copyrights] => [webmaster_contact_type] => none [webmaster_contact] => webmaster@gavick.com [google_analytics] => [google_analytics_type] => old [suffix_override] => 101=frontpage 125=frontpage 152=frontpage 115=frontpage 324=frontpage 325=frontpage 326=frontpage [newsletter_display] => after_time [newsletter_scroll] => 1000 [newsletter_time] => 10 [show_menu] => 1 [menu_type] => classic [menu_name] => menu-principale [startlevel] => 0 [endlevel] => -1 [moduleid_override] => [menu_opacity] => 1 [menu_height] => 1 [menu_width] => 0 [menu_fixed] => 0 [menu_col_width] => 290 [menu_duration] => 500 [social_api_type] => 0 [popup_fb] => 1 [popup_twitter] => 1 [popup_gplus] => 1 [popup_pinterest] => 1 [popup_linkedin] => 0 [popup_vk] => 0 [fb_api_id] => [fb_lang] => en_US [fb_login] => 0 [fb_like] => 0 [fb_like_send] => 0 [fb_like_layout] => standard [fb_like_show_faces] => true [fb_like_width] => 500 [fb_like_action] => like [fb_like_font] => arial [fb_like_colorscheme] => light [google_plus] => 1 [google_plus_count] => 1 [google_plus_size] => medium [google_plus_lang] => en-GB [google_plus_share] => 1 [google_plus_share_annotation] => vertical-bubble [google_plus_share_size] => 20 [tweet_btn] => 0 [tweet_btn_data_count] => vertical [tweet_btn_data_via] => [tweet_btn_data_lang] => en [pinterest_btn] => 0 [pinterest_btn_style] => horizontal [excluded_arts] => [cookie_consent] => 0 [consenttype] => explicit [cookie_use_ssl] => 0 [banner_position] => bottom [banner_tag_placement] => bottom-right [refreshOnConsent] => 0 [error_page_menu_item_id] => 99999 [recompile_css] => 0 [use_gk_cache] => 0 [css_cache] => 0 [css_compression] => 0 [css_override] => 1 [css_prefixer] => 0 [js_compression] => 0 [jscss_excluded] => [css_custom] => #gkUser span { color: #000; width: 170px; height: 45px; overflow: hidden } #gkUser #gkUserMenu2 { margin: 0 -20px; padding: 0 0 0px 0; } #gkUser #gkUserMenu2 ul { padding: 0; } #gkUser #gkUserMenu2 li { height: 44px; margin: 0; padding: 0; } #gkUser #gkUserMenu2 li a { color: #151515; display: block; font-size: 1.4rem; line-height: 1.4; padding: 14px 22px; } #gkUser #gkUserMenu2 li a:active, #gkUser #gkUserMenu2 li a:focus, #gkUser #gkUserMenu2 li a:hover { background: #eee; color: #424242; } #gkUser #gkUserMenu2 li a .micon { float: right; font-size: 2rem; } #gkUser #gkUserMenu { padding: 0px; } #gkUser #gkUserMenu2 .menu, #gkUser #gkUserMenu .menu{ margin: 0px; } #gkUser #gkUserMenu2 { border-top: 1px solid #DEDEDE; } #gk-login-submenu { padding-bottom: 5px!important; padding-top: 5px!important; } #gkFooter {padding:0 80px 25px 80px!important;} #gkFooterNav {padding:30px 0 30px 0;} .footer .header {font-size:16px !important;} #gkFooter .footer a {padding:5px 0px;} article.nopaddingtop { padding-top: 40px;} article.nopaddingtop .moduletable h3 { display:none; } article.nopaddingtop .moduletable { width: 300px; border: 1px solid #DEDEDE; border-radius: 5px; padding: 10px; margin: 0 auto; margin-bottom: 10px; position: absolute; background-color: #FFF; top: 90px; left: 530px; } #disegni_3d a, #scheda_tecnica a { color: #555;} #disegni_3d a:hover #scheda_tecnica a:hover { color: #42a5f5;} .single-page .header-wrap > img {display:none;} div.jwts_toggleControlContainer a.jwts_toggleControl {background:#d3d3d3 !important; color:#ffea5e !important; font-size:20px; font-weight:500;} #fancybox-content {border:none !important;} #fancybox-outer {background:none;} .spu_content {margin-left:20px; margin-right:20px; border:none; box-shadow:none; background:#ffef96; padding:30px 25px 10px 25px;} #fancybox-bg-w, #fancybox-bg-nw, #fancybox-bg-sw, #fancybox-bg-s, #fancybox-bg-se, #fancybox-bg-e, #fancybox-bg-ne, #fancybox-bg-n {background:none;} [mootools_core] => 1 [mootools_more] => 1 [jquery_noconflict] => 1 [bootstrap_js] => 1 [modal_js] => 1 [mootools_core_logged_in] => 1 [mootools_more_logged_in] => 1 [jquery_noconflict_logged_in] => 1 [bootstrap_js_logged_in] => 1 [modal_js_logged_in] => 1 [page_preloader] => 0 [page_preloader_img] => default.gif [js_scrollreveal] => 1 [js_photoswipe] => 1 [js_progressbar] => 1 ) [initialized:protected] => 1 [separator] => . ) ) [initialized:protected] => 1 [separator] => . ) [input] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [logger:Joomla\Application\AbstractApplication:private] => Joomla\CMS\Log\DelegatingPsrLogger Object ( [logger:protected] => Joomla\CMS\Log\Log Object ( [configurations:protected] => Array ( [72a10d39e4d5c6ef173c2161ed4a6994] => Array ( [logger] => messagequeue ) ) [loggers:protected] => Array ( ) [lookup:protected] => Array ( [72a10d39e4d5c6ef173c2161ed4a6994] => stdClass Object ( [priorities] => 30719 [categories] => Array ( [0] => jerror ) [exclude] => ) ) ) [priorityMap:protected] => Array ( [emergency] => 1 [alert] => 2 [critical] => 4 [error] => 8 [warning] => 16 [notice] => 32 [info] => 64 [debug] => 128 ) ) [item_associations] => 1 ) [type] => -> [args] => Array ( ) ) [14] => Array ( [file] => /home/brevettistendalto.it/public_html/index.php [line] => 49 [function] => execute [class] => Joomla\CMS\Application\CMSApplication [object] => Joomla\CMS\Application\SiteApplication Object ( [_language_filter:protected] => 1 [_detect_browser:protected] => [docOptions:protected] => Array ( ) [scope] => com_content [_clientId:protected] => 0 [_messageQueue:protected] => Array ( ) [_name:protected] => site [profiler:protected] => [template:protected] => stdClass Object ( [id] => 9 [home] => 1 [template] => gk_technews [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [template_style] => main.less [custom_override] => -1 [template_width] => 1600 [tablet_width] => 840 [tablet_small_width] => 840 [mobile_width] => 640 [sidebar_position] => right [sidebar_width] => 30 [sidebar_width_for_pages] => [rwd] => 1 [font_name_group1] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group1] => body, .childcontent, .box.advertisement .header [font_name_group2] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group2] => h1,h2,h3,h4,h5,h6, #gkHeaderNav, .btn, button, .button, select, textarea, input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="url"], input[type="email"], .itemTags, k2TagCloudBlock, .gkTab, th, .nspMain, .gkNspPM, .pagination li [font_name_group3] => standard;Arial, Helvetica, sans-serif [font_rules_group3] => [font_name_group4] => standard;Arial, Helvetica, sans-serif [font_rules_group4] => [logo_type] => image [logo_image] => images/logo.png [logo_text] => Brevetti Stendalto [logo_slogan] => Dynamic Cable Protection [print_logo] => [print_behaviour] => nothing [favicon_image] => images/favicon.ico [touch_image] => [copyrights] => [webmaster_contact_type] => none [webmaster_contact] => webmaster@gavick.com [google_analytics] => [google_analytics_type] => old [suffix_override] => 101=frontpage 125=frontpage 152=frontpage 115=frontpage 324=frontpage 325=frontpage 326=frontpage [newsletter_display] => after_time [newsletter_scroll] => 1000 [newsletter_time] => 10 [show_menu] => 1 [menu_type] => classic [menu_name] => menu-principale [startlevel] => 0 [endlevel] => -1 [moduleid_override] => [menu_opacity] => 1 [menu_height] => 1 [menu_width] => 0 [menu_fixed] => 0 [menu_col_width] => 290 [menu_duration] => 500 [social_api_type] => 0 [popup_fb] => 1 [popup_twitter] => 1 [popup_gplus] => 1 [popup_pinterest] => 1 [popup_linkedin] => 0 [popup_vk] => 0 [fb_api_id] => [fb_lang] => en_US [fb_login] => 0 [fb_like] => 0 [fb_like_send] => 0 [fb_like_layout] => standard [fb_like_show_faces] => true [fb_like_width] => 500 [fb_like_action] => like [fb_like_font] => arial [fb_like_colorscheme] => light [google_plus] => 1 [google_plus_count] => 1 [google_plus_size] => medium [google_plus_lang] => en-GB [google_plus_share] => 1 [google_plus_share_annotation] => vertical-bubble [google_plus_share_size] => 20 [tweet_btn] => 0 [tweet_btn_data_count] => vertical [tweet_btn_data_via] => [tweet_btn_data_lang] => en [pinterest_btn] => 0 [pinterest_btn_style] => horizontal [excluded_arts] => [cookie_consent] => 0 [consenttype] => explicit [cookie_use_ssl] => 0 [banner_position] => bottom [banner_tag_placement] => bottom-right [refreshOnConsent] => 0 [error_page_menu_item_id] => 99999 [recompile_css] => 0 [use_gk_cache] => 0 [css_cache] => 0 [css_compression] => 0 [css_override] => 1 [css_prefixer] => 0 [js_compression] => 0 [jscss_excluded] => [css_custom] => #gkUser span { color: #000; width: 170px; height: 45px; overflow: hidden } #gkUser #gkUserMenu2 { margin: 0 -20px; padding: 0 0 0px 0; } #gkUser #gkUserMenu2 ul { padding: 0; } #gkUser #gkUserMenu2 li { height: 44px; margin: 0; padding: 0; } #gkUser #gkUserMenu2 li a { color: #151515; display: block; font-size: 1.4rem; line-height: 1.4; padding: 14px 22px; } #gkUser #gkUserMenu2 li a:active, #gkUser #gkUserMenu2 li a:focus, #gkUser #gkUserMenu2 li a:hover { background: #eee; color: #424242; } #gkUser #gkUserMenu2 li a .micon { float: right; font-size: 2rem; } #gkUser #gkUserMenu { padding: 0px; } #gkUser #gkUserMenu2 .menu, #gkUser #gkUserMenu .menu{ margin: 0px; } #gkUser #gkUserMenu2 { border-top: 1px solid #DEDEDE; } #gk-login-submenu { padding-bottom: 5px!important; padding-top: 5px!important; } #gkFooter {padding:0 80px 25px 80px!important;} #gkFooterNav {padding:30px 0 30px 0;} .footer .header {font-size:16px !important;} #gkFooter .footer a {padding:5px 0px;} article.nopaddingtop { padding-top: 40px;} article.nopaddingtop .moduletable h3 { display:none; } article.nopaddingtop .moduletable { width: 300px; border: 1px solid #DEDEDE; border-radius: 5px; padding: 10px; margin: 0 auto; margin-bottom: 10px; position: absolute; background-color: #FFF; top: 90px; left: 530px; } #disegni_3d a, #scheda_tecnica a { color: #555;} #disegni_3d a:hover #scheda_tecnica a:hover { color: #42a5f5;} .single-page .header-wrap > img {display:none;} div.jwts_toggleControlContainer a.jwts_toggleControl {background:#d3d3d3 !important; color:#ffea5e !important; font-size:20px; font-weight:500;} #fancybox-content {border:none !important;} #fancybox-outer {background:none;} .spu_content {margin-left:20px; margin-right:20px; border:none; box-shadow:none; background:#ffef96; padding:30px 25px 10px 25px;} #fancybox-bg-w, #fancybox-bg-nw, #fancybox-bg-sw, #fancybox-bg-s, #fancybox-bg-se, #fancybox-bg-e, #fancybox-bg-ne, #fancybox-bg-n {background:none;} [mootools_core] => 1 [mootools_more] => 1 [jquery_noconflict] => 1 [bootstrap_js] => 1 [modal_js] => 1 [mootools_core_logged_in] => 1 [mootools_more_logged_in] => 1 [jquery_noconflict_logged_in] => 1 [bootstrap_js_logged_in] => 1 [modal_js_logged_in] => 1 [page_preloader] => 0 [page_preloader_img] => default.gif [js_scrollreveal] => 1 [js_photoswipe] => 1 [js_progressbar] => 1 ) [initialized:protected] => 1 [separator] => . ) ) [charSet] => utf-8 [mimeType] => text/html [modifiedDate] => [client] => Joomla\Application\Web\WebClient Object ( [platform:protected] => [mobile:protected] => [engine:protected] => [browser:protected] => [browserVersion:protected] => [languages:protected] => Array ( ) [encodings:protected] => Array ( ) [userAgent:protected] => claudebot [acceptEncoding:protected] => [acceptLanguage:protected] => [robot:protected] => [detection:protected] => Array ( [browser] => 1 ) [headers:protected] => ) [document:protected] => Joomla\CMS\Document\HtmlDocument Object ( [_links] => Array ( ) [_custom] => Array ( ) [template] => [baseurl] => [params] => [_file] => [_template:protected] => [_template_tags:protected] => Array ( ) [_caching:protected] => [_html5:Joomla\CMS\Document\HtmlDocument:private] => [title] => News [description] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo. [link] => [base] => https://www.brevettistendalto.it/en/news/275-welcome-to-industry-4-0 [language] => it-it [direction] => ltr [_generator] => Joomla! - Open Source Content Management [_mdate] => [_tab] => [_lineEnd] => [_charset] => utf-8 [_mime] => text/html [_namespace] => [_profile] => [_scripts] => Array ( [/media/jui/js/jquery.min.js] => Array ( [type] => text/javascript [options] => Array ( [version] => auto [relative] => 1 [detectDebug] => [framework] => [pathOnly] => [detectBrowser] => 1 ) ) [/media/jui/js/jquery-noconflict.js] => Array ( [type] => text/javascript [options] => Array ( [version] => auto [relative] => 1 [framework] => [pathOnly] => [detectBrowser] => 1 [detectDebug] => 1 ) ) [/media/jui/js/jquery-migrate.min.js] => Array ( [type] => text/javascript [options] => Array ( [version] => auto [relative] => 1 [detectDebug] => [framework] => [pathOnly] => [detectBrowser] => 1 ) ) [/media/k2/assets/js/k2.frontend.js?v=2.10.3&b=20200429&sitepath=/] => Array ( [type] => text/javascript [options] => Array ( ) ) ) [_script] => Array ( ) [scriptOptions:protected] => Array ( ) [_styleSheets] => Array ( [https://cdn.jsdelivr.net/npm/simple-line-icons@2.4.1/css/simple-line-icons.css] => Array ( [type] => text/css [options] => Array ( ) ) [/templates/gk_technews/css/k2.css?v=2.10.3] => Array ( [type] => text/css [options] => Array ( ) ) ) [_style] => Array ( ) [_metaTags] => Array ( [http-equiv] => Array ( [content-type] => text/html; charset=utf-8 ) [name] => Array ( [keywords] => cable chain, catena portacavi, Chaînes, catene portacavi, catena porta cave, power track, Chaînes porte câbles, catene plastica, catene porta cavi, catene plastica, kabelketten, energieführungsketten, schleppketten, kabelkette, schleppkette, kabelschleppkette, schlauchkette, energieführungskette, schlauchketten, kabelschleppketten, kabelschlepper, drag chain, power chain, porte câbles [rights] => ) ) [_engine] => [_type] => html [mediaVersion:protected] => 716db191ef3fb77021346a262d2b7998 ) [language:protected] => Joomla\CMS\Language\Language Object ( [debug:protected] => [default:protected] => en-GB [orphans:protected] => Array ( ) [metadata:protected] => Array ( [name] => English (United Kingdom) [nativeName] => English (United Kingdom) [tag] => en-GB [rtl] => 0 [locale] => en_GB.utf8, en_GB.UTF-8, en_GB, eng_GB, en, english, english-uk, uk, gbr, britain, england, great britain, uk, united kingdom, united-kingdom [firstDay] => 0 [weekEnd] => 0,6 [calendar] => gregorian ) [locale:protected] => [lang:protected] => en-GB [paths:protected] => Array ( [joomla] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.ini] => 1 ) [lib_joomla] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.lib_joomla.ini] => 1 ) [plg_system_rsfpjoomlacaptcha] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_rsfpjoomlacaptcha.ini] => 1 ) [plg_system_logrotation] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_logrotation.ini] => 1 ) [plg_system_ossystem] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_ossystem.ini] => [/home/brevettistendalto.it/public_html/administrator/language/en-GB/plg_system_ossystem.ini] => [/home/brevettistendalto.it/public_html/plugins/system/ossystem/language/en-GB/en-GB.plg_system_ossystem.ini] => 1 ) [plg_system_rsfpregistration] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_rsfpregistration.ini] => 1 ) [plg_system_updatenotification] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_updatenotification.ini] => 1 ) [plg_system_fields] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_fields.ini] => 1 ) [plg_system_logout] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.plg_system_logout.ini] => 1 ) [com_rsform] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_rsform.ini] => 1 ) [com_k2] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_k2.ini] => 1 ) [com_k2.dates] => Array ( [/home/brevettistendalto.it/public_html/administrator/language/en-GB/en-GB.com_k2.dates.ini] => 1 ) [tpl_gk_technews] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.tpl_gk_technews.ini] => 1 ) [com_content] => Array ( [/home/brevettistendalto.it/public_html/language/en-GB/en-GB.com_content.ini] => 1 ) ) [errorfiles:protected] => Array ( ) [strings:protected] => Array ( [JERROR_PARSING_LANGUAGE_FILE] =>  : error(s) in line(s) %s [ERROR] => Error [INFO] => Info [MESSAGE] => Message [NOTICE] => Notice [WARNING] => Warning [J1] => 1 [J2] => 2 [J3] => 3 [J4] => 4 [J5] => 5 [J6] => 6 [J7] => 7 [J8] => 8 [J9] => 9 [J10] => 10 [J15] => 15 [J20] => 20 [J25] => 25 [J30] => 30 [J50] => 50 [J100] => 100 [J200] => 200 [J500] => 500 [JACTION_ADMIN] => Configure [JACTION_ADMIN_GLOBAL] => Super User [JACTION_COMPONENT_SETTINGS] => Component Settings [JACTION_CREATE] => Create [JACTION_DELETE] => Delete [JACTION_EDIT] => Edit [JACTION_EDITOWN] => Edit Own [JACTION_EDITSTATE] => Edit State [JACTION_LOGIN_ADMIN] => Administrator Login [JACTION_LOGIN_SITE] => Site Login [JACTION_MANAGE] => Access Administration Interface [JADMINISTRATOR] => Administrator [JALL] => All [JALL_LANGUAGE] => All [JAPPLY] => Save [JARCHIVED] => Archived [JASSOCIATIONS] => Also available: [JASSOCIATIONS_ASC] => Associations ascending [JASSOCIATIONS_DESC] => Associations descending [JAUTHOR] => Author [JAUTHOR_ASC] => Author ascending [JAUTHOR_DESC] => Author descending [JCANCEL] => Cancel [JCATEGORY] => Category [JCATEGORY_ASC] => Category ascending [JCATEGORY_DESC] => Category descending [JCLEAR] => Clear [JDATE] => Date [JDATE_ASC] => Date ascending [JDATE_DESC] => Date descending [JDAY] => Day [JDEFAULT] => Default [JDETAILS] => Details [JDISABLED] => Disabled [JEDITOR] => Editor [JENABLED] => Enabled [JEXPIRED] => Expired [JFALSE] => False [JFEATURED] => Featured [JFEATURED_ASC] => Featured ascending [JFEATURED_DESC] => Featured descending [JHIDE] => Hide [JINVALID_TOKEN] => The most recent request was denied because it had an invalid security token. Please refresh the page and try again. [JINVALID_TOKEN_NOTICE] => The security token did not match. The request was aborted to prevent any security breach. Please try again. [JLOGIN] => Log in [JLOGOUT] => Log out [JMONTH] => Month [JNEW] => New [JNEXT] => Next [JNEXT_TITLE] => Next article: %s [JNO] => No [JNONE] => None [JNOTPUBLISHEDYET] => Not published yet [JNOTICE] => Notice [JOFF] => Off [JOFFLINE_MESSAGE] => This site is down for maintenance.
Please check back again soon. [JON] => On [JOPTIONS] => Options [JPAGETITLE] => %1$s - %2$s [JPREV] => Prev [JPREVIOUS] => Previous [JPREVIOUS_TITLE] => Previous article: %s [JPUBLISHED] => Published [JREGISTER] => Register [JREQUIRED] => Required [JSAVE] => Save [JSELECT] => Select [JSHOW] => Show [JSITE] => Site [JSTATUS] => Status [JSTATUS_ASC] => Status ascending [JSTATUS_DESC] => Status descending [JSUBMIT] => Submit [JTAG] => Tags [JTAG_DESC] => Assign tags to content items. You may select a tag from the pre-defined list or enter a new tag by typing the name in the field and pressing enter. [JTAG_FIELD_SELECT_DESC] => Select the tag to use. [JTOOLBAR] => Toolbar [JTOOLBAR_VERSIONS] => Versions [JTRASH] => Trash [JTRASHED] => Trashed [JTRUE] => True [JUNPUBLISHED] => Unpublished [JUSER_TOOLS] => User tools [JYEAR] => Year [JYES] => Yes [JBROWSERTARGET_MODAL] => Modal [JBROWSERTARGET_NEW] => Open in new window [JBROWSERTARGET_PARENT] => Open in parent window [JBROWSERTARGET_POPUP] => Open in popup [JERROR_ALERTNOAUTHOR] => You are not authorised to view this resource. [JERROR_ALERTNOTEMPLATE] => The template for this display is not available. Please contact a Site administrator. [JERROR_AN_ERROR_HAS_OCCURRED] => An error has occurred. [JERROR_COULD_NOT_FIND_TEMPLATE] => Could not find template "%s". [JERROR_ERROR] => Error [JERROR_LAYOUT_AN_OUT_OF_DATE_BOOKMARK_FAVOURITE] => an out-of-date bookmark/favourite [JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST] => An error has occurred while processing your request. [JERROR_LAYOUT_GO_TO_THE_HOME_PAGE] => Go to the Home Page [JERROR_LAYOUT_HOME_PAGE] => Home Page [JERROR_LAYOUT_MIS_TYPED_ADDRESS] => a mistyped address [JERROR_LAYOUT_NOT_ABLE_TO_VISIT] => You may not be able to visit this page because of: [JERROR_LAYOUT_PAGE_NOT_FOUND] => The requested page can't be found. [JERROR_LAYOUT_PLEASE_CONTACT_THE_SYSTEM_ADMINISTRATOR] => If difficulties persist, please contact the System Administrator of this site and report the error below. [JERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOLLOWING_PAGES] => Please try one of the following pages: [JERROR_LAYOUT_PREVIOUS_ERROR] => Previous Error [JERROR_LAYOUT_REQUESTED_RESOURCE_WAS_NOT_FOUND] => The requested resource was not found. [JERROR_LAYOUT_SEARCH] => You may wish to search the site or visit the home page. [JERROR_LAYOUT_SEARCH_ENGINE_OUT_OF_DATE_LISTING] => a search engine that has an out-of-date listing for this site [JERROR_LAYOUT_SEARCH_PAGE] => Search this site [JERROR_LAYOUT_YOU_HAVE_NO_ACCESS_TO_THIS_PAGE] => you have no access to this page [JERROR_LOADING_MENUS] => Error loading Menus: %s [JERROR_LOGIN_DENIED] => You can't access the private section of this site. [JERROR_NOLOGIN_BLOCKED] => Login denied! Your account has either been blocked or you have not activated it yet. [JERROR_PAGE_NOT_FOUND] => Page not found [JERROR_SENDING_EMAIL] => Email could not be sent. [JERROR_SESSION_STARTUP] => Error starting the session. [JERROR_TABLE_BIND_FAILED] => hmm %s ... [JERROR_USERS_PROFILE_NOT_FOUND] => User profile not found [JFIELD_ACCESS_DESC] => Access level for this content. [JFIELD_ACCESS_LABEL] => Access [JFIELD_ALIAS_DESC] => The Alias will be used in the SEF URL. Leave this blank and Joomla! will fill in a default value from the title. This value will depend on the SEO settings (Global Configuration->Site).
Using Unicode will produce UTF-8 aliases. You may also enter manually any UTF-8 character. Spaces and some forbidden characters will be changed to hyphens.
When using default transliteration it will produce an alias in lower case and with dashes instead of spaces. You may enter the Alias manually. Use lowercase letters and hyphens (-). No spaces or underscores are allowed. Default value will be a date and time if the title is typed in non-latin letters . [JFIELD_ALIAS_LABEL] => Alias [JFIELD_ALIAS_PLACEHOLDER] => Auto-generate from title [JFIELD_ALT_PAGE_TITLE_LABEL] => Alternative Page Title [JFIELD_CATEGORY_DESC] => Category [JFIELD_FIELDS_CATEGORY_DESC] => Select the category that this field is assigned to. [JFIELD_LANGUAGE_DESC] => Assign a language to this article. [JFIELD_LANGUAGE_LABEL] => Language [JFIELD_META_DESCRIPTION_DESC] => Metadata description. [JFIELD_META_DESCRIPTION_LABEL] => Meta Description [JFIELD_META_KEYWORDS_DESC] => Keywords describing the content. [JFIELD_META_KEYWORDS_LABEL] => Keywords [JFIELD_META_RIGHTS_DESC] => Describe what rights others have to use this content. [JFIELD_META_RIGHTS_LABEL] => Content Rights [JFIELD_ORDERING_DESC] => Ordering of the article within the category. [JFIELD_ORDERING_LABEL] => Ordering [JFIELD_PUBLISHED_DESC] => Set publication status. [JFIELD_TITLE_DESC] => Title for the article. [JGLOBAL_ADD_CUSTOM_CATEGORY] => Add new Category [JGLOBAL_ARTICLES] => Articles [JGLOBAL_FIELDS] => Fields [JGLOBAL_AUTH_ACCESS_DENIED] => Access Denied [JGLOBAL_AUTH_ACCESS_GRANTED] => Access Granted [JGLOBAL_AUTH_BIND_FAILED] => Failed binding to LDAP server [JGLOBAL_AUTH_CANCEL] => Authentication cancelled [JGLOBAL_AUTH_CURL_NOT_INSTALLED] => Curl isn't installed. [JGLOBAL_AUTH_EMPTY_PASS_NOT_ALLOWED] => Empty password not allowed. [JGLOBAL_AUTH_FAIL] => Authentication failed [JGLOBAL_AUTH_FAILED] => Failed to authenticate: %s [JGLOBAL_AUTH_INCORRECT] => Incorrect username/password [JGLOBAL_AUTH_INVALID_PASS] => Username and password do not match or you do not have an account yet. [JGLOBAL_AUTH_INVALID_SECRETKEY] => The two factor authentication Secret Key is invalid. [JGLOBAL_AUTH_NO_BIND] => Unable to bind to LDAP [JGLOBAL_AUTH_NO_CONNECT] => Unable to connect to LDAP server [JGLOBAL_AUTH_NO_REDIRECT] => Could not redirect to server: %s [JGLOBAL_AUTH_NO_USER] => Username and password do not match or you do not have an account yet. [JGLOBAL_AUTH_NOT_CONNECT] => Unable to connect to authentication service. [JGLOBAL_AUTH_NOT_CREATE_DIR] => Could not create the FileStore folder %s. Please check the effective permissions. [JGLOBAL_AUTH_PASS_BLANK] => LDAP can't have blank password [JGLOBAL_AUTH_UNKNOWN_ACCESS_DENIED] => Result Unknown. Access Denied [JGLOBAL_AUTH_USER_BLACKLISTED] => User is blacklisted. [JGLOBAL_AUTH_USER_NOT_FOUND] => Unable to find user [JGLOBAL_AUTO] => Auto [JGLOBAL_CATEGORY_NOT_FOUND] => Category not found [JGLOBAL_CENTER] => Center [JGLOBAL_CHECK_ALL] => Check All Items [JGLOBAL_CLICK_TO_SORT_THIS_COLUMN] => Select to sort by this column [JGLOBAL_COLLAPSE_CATEGORIES] => Show less categories [JGLOBAL_CREATED_DATE_ON] => Created on %s [JGLOBAL_CUSTOM_CATEGORY] => New Categories [JGLOBAL_DESCRIPTION] => Description [JGLOBAL_DISPLAY_NUM] => Display # [JGLOBAL_EDIT] => Edit [JGLOBAL_EDIT_TITLE] => Edit article [JGLOBAL_EMAIL] => Email [JGLOBAL_EMAIL_DOMAIN_NOT_ALLOWED] => The email domain %s is not allowed. Please enter another email address. [JGLOBAL_EMAIL_TITLE] => Email this link to a friend [JGLOBAL_EXPAND_CATEGORIES] => Show more categories [JGLOBAL_FIELD_ADD] => Add [JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_DESC] => Categories that are within this category will be displayed. [JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_LABEL] => Select a Top Level Category [JGLOBAL_FIELD_CATEGORIES_DESC_DESC] => If you enter some text in this field, it will replace the Top Level Category Description, if it has one. [JGLOBAL_FIELD_CATEGORIES_DESC_LABEL] => Alternative Description [JGLOBAL_FIELD_CREATED_BY_ALIAS_DESC] => Uses another name than the author's for display. [JGLOBAL_FIELD_CREATED_BY_ALIAS_LABEL] => Author's Alias [JGLOBAL_FIELD_CREATED_BY_DESC] => The user who created this. [JGLOBAL_FIELD_CREATED_BY_LABEL] => Created By [JGLOBAL_FIELD_CREATED_DESC] => Created Date. [JGLOBAL_FIELD_CREATED_LABEL] => Created Date [JGLOBAL_FIELD_FEATURED_DESC] => Assign the article to the featured blog layout. [JGLOBAL_FIELD_FEATURED_LABEL] => Featured [JGLOBAL_FIELD_FIELD_CACHETIME_DESC] => The number of minutes before the cache is refreshed. [JGLOBAL_FIELD_FIELD_ORDERING_DESC] => Order items will be displayed in. [JGLOBAL_FIELD_FIELD_ORDERING_LABEL] => Order [JGLOBAL_FIELD_GROUPS] => Field Groups [JGLOBAL_FIELD_ID_DESC] => Record number in the database. [JGLOBAL_FIELD_ID_LABEL] => ID [JGLOBAL_FIELD_LAYOUT_DESC] => Default layout to use for items. [JGLOBAL_FIELD_LAYOUT_LABEL] => Choose a Layout [JGLOBAL_FIELD_MODIFIED_LABEL] => Modified Date [JGLOBAL_FIELD_MODIFIED_BY_DESC] => The user who did the last modification. [JGLOBAL_FIELD_MODIFIED_BY_LABEL] => Modified By [JGLOBAL_FIELD_MOVE] => Move [JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_DESC] => Number of categories to display for each level. [JGLOBAL_FIELD_NUM_CATEGORY_ITEMS_LABEL] => Number of Categories [JGLOBAL_FIELD_PUBLISH_DOWN_DESC] => An optional date to stop publishing. [JGLOBAL_FIELD_PUBLISH_DOWN_LABEL] => Finish Publishing [JGLOBAL_FIELD_PUBLISH_UP_DESC] => An optional date to start publishing. [JGLOBAL_FIELD_PUBLISH_UP_LABEL] => Start Publishing [JGLOBAL_FIELD_REMOVE] => Remove [JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_DESC] => Show description of the top level category or alternatively replace with the text from the description field found in the menu item. If using Root as a top level category, the description field has to be filled. [JGLOBAL_FIELD_SHOW_BASE_DESCRIPTION_LABEL] => Top Level Category Description [JGLOBAL_FIELD_VERSION_NOTE_DESC] => Enter an optional note for this version of the item. [JGLOBAL_FIELD_VERSION_NOTE_LABEL] => Version Note [JGLOBAL_FILTER_BUTTON] => Filter [JGLOBAL_FILTER_LABEL] => Filter [JGLOBAL_FULL_TEXT] => Full Text [JGLOBAL_GT] => > [JGLOBAL_HELPREFRESH_BUTTON] => Refresh [JGLOBAL_HITS] => Hits [JGLOBAL_HITS_ASC] => Hits ascending [JGLOBAL_HITS_COUNT] => Hits: %s [JGLOBAL_HITS_DESC] => Hits descending [JGLOBAL_ICON_SEP] => | [JGLOBAL_INHERIT] => Inherit [JGLOBAL_INTRO_TEXT] => Intro Text [JGLOBAL_KEEP_TYPING] => Keep typing ... [JGLOBAL_LEFT] => Left [JGLOBAL_LIST_ALIAS] => (Alias: %s) [JGLOBAL_LIST_ALIAS_NOTE] => (Alias: %s, Note: %s) [JGLOBAL_LOOKING_FOR] => Looking for [JGLOBAL_LT] => < [JGLOBAL_MAXIMUM_UPLOAD_SIZE_LIMIT] => Maximum upload size: %s [JGLOBAL_NEWITEMSLAST_DESC] => New items default to the last position. Ordering can be changed after this item has been saved. [JGLOBAL_NO_MATCHING_RESULTS] => No Matching Results [JGLOBAL_NUM] => # [JGLOBAL_OTPMETHOD_NONE] => Disable Two Factor Authentication [JGLOBAL_PASSWORD] => Password [JGLOBAL_PASSWORD_RESET_REQUIRED] => You are required to reset your password before proceeding. [JGLOBAL_PREVIEW_POSITION] => Position: %s [JGLOBAL_PREVIEW_STYLE] => Style: %s [JGLOBAL_PRINT] => Print [JGLOBAL_PRINT_TITLE] => Print article < %s > [JGLOBAL_RECORD_NUMBER] => Record ID: %d [JGLOBAL_REMEMBER_ME] => Remember me [JGLOBAL_REMEMBER_MUST_LOGIN] => For security reasons you must login before editing your personal information. [JGLOBAL_RESOURCE_NOT_FOUND] => Resource not found [JGLOBAL_RIGHT] => Right [JGLOBAL_ROOT] => Root [JGLOBAL_SECRETKEY] => Secret Key [JGLOBAL_SECRETKEY_HELP] => If you have enabled two factor authentication in your user account please enter your secret key. If you do not know what this means, you can leave this field blank. [JGLOBAL_SELECT_AN_OPTION] => Select an option [JGLOBAL_SELECT_NO_RESULTS_MATCH] => No results match [JGLOBAL_SELECT_SOME_OPTIONS] => Select some options [JGLOBAL_SORT_BY] => Sort Table By: [JGLOBAL_START_PUBLISH_AFTER_FINISH] => Item start publishing date must be before finish publishing date [JGLOBAL_SUBCATEGORIES] => Subcategories [JGLOBAL_SUBHEADING_DESC] => Optional text to show as a subheading. [JGLOBAL_TITLE] => Title [JGLOBAL_TITLE_ASC] => Title ascending [JGLOBAL_TITLE_DESC] => Title descending [JGLOBAL_TYPE_OR_SELECT_CATEGORY] => Type or Select a Category [JGLOBAL_TYPE_OR_SELECT_SOME_OPTIONS] => Type or select some options [JGLOBAL_TYPE_OR_SELECT_SOME_TAGS] => Type or select some tags [JGLOBAL_USE_GLOBAL] => Use Global [JGLOBAL_USE_GLOBAL_VALUE] => Use Global (%s) [JGLOBAL_USERNAME] => Username [JGLOBAL_VALIDATION_FORM_FAILED] => Invalid form [JGLOBAL_YOU_MUST_LOGIN_FIRST] => Please login first [JGRID_HEADING_ACCESS] => Access [JGRID_HEADING_ACCESS_ASC] => Access ascending [JGRID_HEADING_ACCESS_DESC] => Access descending [JGRID_HEADING_ID] => ID [JGRID_HEADING_ID_ASC] => ID ascending [JGRID_HEADING_ID_DESC] => ID descending [JGRID_HEADING_LANGUAGE] => Language [JGRID_HEADING_LANGUAGE_ASC] => Language ascending [JGRID_HEADING_LANGUAGE_DESC] => Language descending [JGRID_HEADING_ORDERING_ASC] => Ordering ascending [JGRID_HEADING_ORDERING_DESC] => Ordering descending [JLIB_DATABASE_ERROR_ADAPTER_MYSQL] => The MySQL adapter 'mysql' is not available. [JLIB_DATABASE_ERROR_ADAPTER_MYSQLI] => The MySQL adapter 'mysqli' is not available. [JLIB_DATABASE_ERROR_CONNECT_DATABASE] => Unable to connect to the Database: %s [JLIB_DATABASE_ERROR_CONNECT_MYSQL] => Could not connect to MySQL. [JLIB_DATABASE_ERROR_DATABASE_CONNECT] => Could not connect to database. [JLIB_DATABASE_ERROR_LOAD_DATABASE_DRIVER] => Unable to load Database Driver: %s [JLIB_ERROR_INFINITE_LOOP] => Infinite loop detected in JError. [JOPTION_DO_NOT_USE] => - None Selected - [JOPTION_SELECT_ACCESS] => - Select Access - [JOPTION_SELECT_AUTHOR] => - Select Author - [JOPTION_SELECT_CATEGORY] => - Select Category - [JOPTION_SELECT_LANGUAGE] => - Select Language - [JOPTION_SELECT_PUBLISHED] => - Select Status - [JOPTION_SELECT_MAX_LEVELS] => - Select Max Levels - [JOPTION_SELECT_MONTH] => - Select Month - [JOPTION_SELECT_TAG] => - Select Tag - [JOPTION_USE_DEFAULT] => - Use Default - [JSEARCH_FILTER_CLEAR] => Clear [JSEARCH_FILTER_LABEL] => Filter [JSEARCH_FILTER_SUBMIT] => Search [JSEARCH_FILTER] => Search [DATE_FORMAT_LC] => l, d F Y [DATE_FORMAT_LC1] => l, d F Y [DATE_FORMAT_LC2] => l, d F Y H:i [DATE_FORMAT_LC3] => d F Y [DATE_FORMAT_LC4] => Y-m-d [DATE_FORMAT_LC5] => Y-m-d H:i [DATE_FORMAT_LC6] => Y-m-d H:i:s [DATE_FORMAT_JS1] => y-m-d [DATE_FORMAT_CALENDAR_DATE] => %Y-%m-%d [DATE_FORMAT_CALENDAR_DATETIME] => %Y-%m-%d %H:%M:%S [DATE_FORMAT_FILTER_DATE] => Y-m-d [DATE_FORMAT_FILTER_DATETIME] => Y-m-d H:i:s [JANUARY_SHORT] => Jan [JANUARY] => January [FEBRUARY_SHORT] => Feb [FEBRUARY] => February [MARCH_SHORT] => Mar [MARCH] => March [APRIL_SHORT] => Apr [APRIL] => April [MAY_SHORT] => May [MAY] => May [JUNE_SHORT] => Jun [JUNE] => June [JULY_SHORT] => Jul [JULY] => July [AUGUST_SHORT] => Aug [AUGUST] => August [SEPTEMBER_SHORT] => Sep [SEPTEMBER] => September [OCTOBER_SHORT] => Oct [OCTOBER] => October [NOVEMBER_SHORT] => Nov [NOVEMBER] => November [DECEMBER_SHORT] => Dec [DECEMBER] => December [SAT] => Sat [SATURDAY] => Saturday [SUN] => Sun [SUNDAY] => Sunday [MON] => Mon [MONDAY] => Monday [TUE] => Tue [TUESDAY] => Tuesday [WED] => Wed [WEDNESDAY] => Wednesday [THU] => Thu [THURSDAY] => Thursday [FRI] => Fri [FRIDAY] => Friday [DECIMALS_SEPARATOR] => . [THOUSANDS_SEPARATOR] => , [PHPMAILER_PROVIDE_ADDRESS] => You must provide at least one recipient email address. [PHPMAILER_MAILER_IS_NOT_SUPPORTED] => Mailer is not supported. [PHPMAILER_EXECUTE] => Could not execute: [PHPMAILER_EXTENSION_MISSING] => Extension missing: [PHPMAILER_INSTANTIATE] => Could not start mail function. [PHPMAILER_AUTHENTICATE] => SMTP Error! Could not authenticate. [PHPMAILER_FROM_FAILED] => The following from address failed: [PHPMAILER_RECIPIENTS_FAILED] => SMTP Error! The following recipients failed: [PHPMAILER_DATA_NOT_ACCEPTED] => SMTP Error! Data not accepted. [PHPMAILER_CONNECT_HOST] => SMTP Error! Could not connect to SMTP host. [PHPMAILER_FILE_ACCESS] => Could not access file: [PHPMAILER_FILE_OPEN] => File Error: Could not open file: [PHPMAILER_ENCODING] => Unknown encoding: [PHPMAILER_SIGNING_ERROR] => Signing error: [PHPMAILER_SMTP_ERROR] => SMTP server error: [PHPMAILER_EMPTY_MESSAGE] => Empty message body [PHPMAILER_INVALID_ADDRESS] => Invalid address [PHPMAILER_VARIABLE_SET] => Can't set or reset variable: [PHPMAILER_SMTP_CONNECT_FAILED] => SMTP connect failed [PHPMAILER_TLS] => Could not start TLS [MYSQL] => MySQL [MYSQLI] => MySQLi [ORACLE] => Oracle [PGSQL] => PostgreSQL (PDO) [PDOMYSQL] => MySQL (PDO) [POSTGRESQL] => PostgreSQL [SQLAZURE] => Microsoft SQL Azure [SQLITE] => SQLite [SQLSRV] => Microsoft SQL Server [JSEARCH_TOOLS] => Search Tools [JSEARCH_TOOLS_DESC] => Filter the list items. [JSEARCH_TOOLS_ORDERING] => Order by: [COM_STENDALTO_WISHLIST_INVIA_TESTO] => Stai inviando la wishlist %s [COM_STENDALTO_PROFILO] => My account [MOD_LOGIN_VALUE_USERNAME] => Email [COM_USERS_LOGIN_USERNAME_LABEL] => Email [COM_USERS_FIELD_RESET_CONFIRM_USERNAME_LABEL] => Email [TPL_GK_LANG_REGISTER_POPUP] => CREATE ACCOUNT [COM_STENDALTO_REGISTRAZIONE] => Registration [JLIB_APPLICATION_ERROR_ACCESS_FORBIDDEN] => Access forbidden. [JLIB_APPLICATION_ERROR_APPLICATION_GET_NAME] => JApplication: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_APPLICATION_LOAD] => Unable to load application: %s [JLIB_APPLICATION_ERROR_BATCH_CANNOT_CREATE] => You are not allowed to create new items in this category. [JLIB_APPLICATION_ERROR_BATCH_CANNOT_EDIT] => You are not allowed to edit one or more of these items. [JLIB_APPLICATION_ERROR_BATCH_FAILED] => Batch process failed with following error: %s [JLIB_APPLICATION_ERROR_BATCH_MOVE_CATEGORY_NOT_FOUND] => Can't find the destination category for this move. [JLIB_APPLICATION_ERROR_BATCH_MOVE_ROW_NOT_FOUND] => Can't find the item being moved. [JLIB_APPLICATION_ERROR_CHECKIN_FAILED] => Check-in failed with the following error: %s [JLIB_APPLICATION_ERROR_CHECKIN_NOT_CHECKED] => Item is not checked out. [JLIB_APPLICATION_ERROR_CHECKIN_USER_MISMATCH] => The user checking in does not match the user who checked out the item. [JLIB_APPLICATION_ERROR_CHECKOUT_FAILED] => Check-out failed with the following error: %s [JLIB_APPLICATION_ERROR_CHECKOUT_USER_MISMATCH] => The user checking out does not match the user who checked out the item. [JLIB_APPLICATION_ERROR_COMPONENT_NOT_FOUND] => Component not found. [JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING] => Error loading component: %1$s, %2$s [JLIB_APPLICATION_ERROR_CONTROLLER_GET_NAME] => JController: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_CREATE_RECORD_NOT_PERMITTED] => Create record not permitted. [JLIB_APPLICATION_ERROR_DELETE_NOT_PERMITTED] => Delete not permitted. [JLIB_APPLICATION_ERROR_EDITSTATE_NOT_PERMITTED] => Edit state is not permitted. [JLIB_APPLICATION_ERROR_EDIT_ITEM_NOT_PERMITTED] => Edit is not permitted. [JLIB_APPLICATION_ERROR_EDIT_NOT_PERMITTED] => Edit not permitted. [JLIB_APPLICATION_ERROR_HISTORY_ID_MISMATCH] => Error restoring item version from history. [JLIB_APPLICATION_ERROR_INSUFFICIENT_BATCH_INFORMATION] => Insufficient information to perform the batch operation. [JLIB_APPLICATION_ERROR_INVALID_CONTROLLER_CLASS] => Invalid controller class: %s [JLIB_APPLICATION_ERROR_INVALID_CONTROLLER] => Invalid controller: name='%s', format='%s' [JLIB_APPLICATION_ERROR_LAYOUTFILE_NOT_FOUND] => Layout %s not found. [JLIB_APPLICATION_ERROR_LIBRARY_NOT_FOUND] => Library not found. [JLIB_APPLICATION_ERROR_LIBRARY_NOT_LOADING] => Error loading library: %1$s, %2$s [JLIB_APPLICATION_ERROR_MENU_LOAD] => Error loading menu: %s [JLIB_APPLICATION_ERROR_MODEL_GET_NAME] => JModel: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_MODULE_LOAD] => Error loading module %s [JLIB_APPLICATION_ERROR_PATHWAY_LOAD] => Unable to load pathway: %s [JLIB_APPLICATION_ERROR_REORDER_FAILED] => Reorder failed. Error: %s [JLIB_APPLICATION_ERROR_ROUTER_LOAD] => Unable to load router: %s [JLIB_APPLICATION_ERROR_MODELCLASS_NOT_FOUND] => Model class %s not found in file. [JLIB_APPLICATION_ERROR_SAVE_FAILED] => Save failed with the following error: %s [JLIB_APPLICATION_ERROR_SAVE_NOT_PERMITTED] => Save not permitted. [JLIB_APPLICATION_ERROR_TABLE_NAME_NOT_SUPPORTED] => Table %s not supported. File not found. [JLIB_APPLICATION_ERROR_TASK_NOT_FOUND] => Task [%s] not found. [JLIB_APPLICATION_ERROR_UNHELD_ID] => You are not permitted to use that link to directly access that page (#%d). [JLIB_APPLICATION_ERROR_VIEW_CLASS_NOT_FOUND] => View class not found [class, file]: %1$s, %2$s [JLIB_APPLICATION_ERROR_VIEW_GET_NAME_SUBSTRING] => JView: :getName() : Your classname has the substring 'view'. This causes problems when extracting the classname from the name of your objects view. Avoid Object names with the substring 'view'. [JLIB_APPLICATION_ERROR_VIEW_GET_NAME] => JView: :getName() : Can't get or parse class name. [JLIB_APPLICATION_ERROR_VIEW_NOT_FOUND] => View not found [name, type, prefix]: %1$s, %2$s, %3$s [JLIB_APPLICATION_SAVE_SUCCESS] => Item saved. [JLIB_APPLICATION_SUBMIT_SAVE_SUCCESS] => Item submitted. [JLIB_APPLICATION_SUCCESS_BATCH] => Batch process completed. [JLIB_APPLICATION_SUCCESS_ITEM_REORDERED] => Ordering saved. [JLIB_APPLICATION_SUCCESS_ORDERING_SAVED] => Ordering saved. [JLIB_APPLICATION_SUCCESS_LOAD_HISTORY] => Prior version restored. Saved on %s %s. [JLIB_LOGIN_AUTHENTICATE] => Username and password do not match or you do not have an account yet. [JLIB_CACHE_ERROR_CACHE_HANDLER_LOAD] => Unable to load Cache Handler: %s [JLIB_CACHE_ERROR_CACHE_STORAGE_LOAD] => Unable to load Cache Storage: %s [JLIB_CAPTCHA_ERROR_PLUGIN_NOT_FOUND] => Captcha plugin not set or not found. Please contact a site administrator. [JLIB_CLIENT_ERROR_JFTP_NO_CONNECT] => JFTP: :connect: Could not connect to host ' %1$s ' on port ' %2$s ' [JLIB_CLIENT_ERROR_JFTP_NO_CONNECT_SOCKET] => JFTP: :connect: Could not connect to host ' %1$s ' on port ' %2$s '. Socket error number: %3$s and error message: %4$s [JLIB_CLIENT_ERROR_JFTP_BAD_RESPONSE] => JFTP: :connect: Bad response. Server response: %s [Expected: 220] [JLIB_CLIENT_ERROR_JFTP_BAD_USERNAME] => JFTP: :login: Bad Username. Server response: %1$s [Expected: 331]. Username sent: %2$s [JLIB_CLIENT_ERROR_JFTP_BAD_PASSWORD] => JFTP: :login: Bad Password. Server response: %1$s [Expected: 230]. Password sent: %2$s [JLIB_CLIENT_ERROR_JFTP_PWD_BAD_RESPONSE_NATIVE] => FTP: :pwd: Bad response. [JLIB_CLIENT_ERROR_JFTP_PWD_BAD_RESPONSE] => JFTP: :pwd: Bad response. Server response: %s [Expected: 257] [JLIB_CLIENT_ERROR_JFTP_SYST_BAD_RESPONSE_NATIVE] => JFTP: :syst: Bad response. [JLIB_CLIENT_ERROR_JFTP_SYST_BAD_RESPONSE] => JFTP: :syst: Bad response. Server response: %s [Expected: 215] [JLIB_CLIENT_ERROR_JFTP_CHDIR_BAD_RESPONSE_NATIVE] => JFTP: :chdir: Bad response. [JLIB_CLIENT_ERROR_JFTP_CHDIR_BAD_RESPONSE] => JFTP: :chdir: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_REINIT_BAD_RESPONSE_NATIVE] => JFTP: :reinit: Bad response. [JLIB_CLIENT_ERROR_JFTP_REINIT_BAD_RESPONSE] => JFTP: :reinit: Bad response. Server response: %s [Expected: 220] [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_NATIVE] => JFTP: :rename: Bad response. [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_FROM] => JFTP: :rename: Bad response. Server response: %1$s [Expected: 350]. From path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_RENAME_BAD_RESPONSE_TO] => JFTP: :rename: Bad response. Server response: %1$s [Expected: 250]. To path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CHMOD_BAD_RESPONSE_NATIVE] => JFTP: :chmod: Bad response. [JLIB_CLIENT_ERROR_JFTP_CHMOD_BAD_RESPONSE] => JFTP: :chmod: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s. Mode sent: %3$s [JLIB_CLIENT_ERROR_JFTP_DELETE_BAD_RESPONSE_NATIVE] => JFTP: :delete: Bad response. [JLIB_CLIENT_ERROR_JFTP_DELETE_BAD_RESPONSE] => JFTP: :delete: Bad response. Server response: %1$s [Expected: 250]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_MKDIR_BAD_RESPONSE_NATIVE] => JFTP: :mkdir: Bad response. [JLIB_CLIENT_ERROR_JFTP_MKDIR_BAD_RESPONSE] => JFTP: :mkdir: Bad response. Server response: %1$s [Expected: 257]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_RESTART_BAD_RESPONSE_NATIVE] => JFTP: :restart: Bad response. [JLIB_CLIENT_ERROR_JFTP_RESTART_BAD_RESPONSE] => JFTP: :restart: Bad response. Server response: %1$s [Expected: 350]. Restart point sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_BUFFER] => JFTP: :create: Bad response. [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_PASSIVE] => JFTP: :create: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE] => JFTP: :create: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_CREATE_BAD_RESPONSE_TRANSFER] => JFTP: :create: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_BUFFER] => JFTP: :read: Bad response. [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_PASSIVE] => JFTP: :read: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE] => JFTP: :read: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_READ_BAD_RESPONSE_TRANSFER] => JFTP: :read: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE] => JFTP: :get: Bad response. [JLIB_CLIENT_ERROR_JFTP_GET_PASSIVE] => JFTP: :get: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_GET_WRITING_LOCAL] => JFTP: :get: Unable to open local file for writing. Local path: %s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE_RETR] => JFTP: :get: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_GET_BAD_RESPONSE_TRANSFER] => JFTP: :get: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_STORE_PASSIVE] => JFTP: :store: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE] => JFTP: :store: Bad response. [JLIB_CLIENT_ERROR_JFTP_STORE_READING_LOCAL] => JFTP: :store: Unable to open local file for reading. Local path: %s [JLIB_CLIENT_ERROR_JFTP_STORE_FIND_LOCAL] => JFTP: :store: Unable to find local file. Local path: %s [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE_STOR] => JFTP: :store: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_STORE_DATA_PORT] => JFTP: :store: Unable to write to data port socket. [JLIB_CLIENT_ERROR_JFTP_STORE_BAD_RESPONSE_TRANSFER] => JFTP: :store: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_WRITE_PASSIVE] => JFTP: :write: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE] => JFTP: :write: Bad response. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE_STOR] => JFTP: :write: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_WRITE_DATA_PORT] => JFTP: :write: Unable to write to data port socket. [JLIB_CLIENT_ERROR_JFTP_WRITE_BAD_RESPONSE_TRANSFER] => JFTP: :write: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_APPEND_PASSIVE] => JFTP: :append: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE] => JFTP: :append: Bad response [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE_APPE] => JFTP: :append: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_APPEND_DATA_PORT] => JFTP: :append: Unable to write to data port socket [JLIB_CLIENT_ERROR_JFTP_APPEND_BAD_RESPONSE_TRANSFER] => JFTP: :append: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_SIZE_BAD_RESPONSE] => JFTP: :size: Bad response [JLIB_CLIENT_ERROR_JFTP_SIZE_PASSIVE] => JFTP: :size: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_PASSIVE] => JFTP: :listNames: Unable to use passive mode [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE] => JFTP: :listNames: Bad response [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE_NLST] => JFTP: :listNames: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTNAMES_BAD_RESPONSE_TRANSFER] => JFTP: :listNames: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE] => JFTP: :listDetails: Bad response. [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_PASSIVE] => JFTP: :listDetails: Unable to use passive mode. [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE_LIST] => JFTP: :listDetails: Bad response. Server response: %1$s [Expected: 150 or 125]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_BAD_RESPONSE_TRANSFER] => JFTP: :listDetails: Transfer Failed. Server response: %1$s [Expected: 226]. Path sent: %2$s [JLIB_CLIENT_ERROR_JFTP_LISTDETAILS_UNRECOGNISED] => JFTP: :listDetails: Unrecognised folder listing format. [JLIB_CLIENT_ERROR_JFTP_PUTCMD_UNCONNECTED] => JFTP: :_putCmd: Not connected to the control port. [JLIB_CLIENT_ERROR_JFTP_PUTCMD_SEND] => JFTP: :_putCmd: Unable to send command: %s [JLIB_CLIENT_ERROR_JFTP_VERIFYRESPONSE] => JFTP: :_verifyResponse: Timeout or unrecognised response while waiting for a response from the server. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_CONNECT_PORT] => JFTP: :_passive: Not connected to the control port. [JLIB_CLIENT_ERROR_JFTP_PASSIVE_RESPONSE] => JFTP: :_passive: Timeout or unrecognised response while waiting for a response from the server. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_IP_OBTAIN] => JFTP: :_passive: Unable to obtain IP and port for data transfer. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_IP_VALID] => JFTP: :_passive: IP and port for data transfer not valid. Server response: %s [JLIB_CLIENT_ERROR_JFTP_PASSIVE_CONNECT] => JFTP: :_passive: Could not connect to host %1$s on port %2$s. Socket error number: %3$s and error message: %4$s [JLIB_CLIENT_ERROR_JFTP_MODE_BINARY] => JFTP: :_mode: Bad response. Server response: %s [Expected: 200]. Mode sent: Binary. [JLIB_CLIENT_ERROR_JFTP_MODE_ASCII] => JFTP: :_mode: Bad response. Server response: %s [Expected: 200]. Mode sent: Ascii. [JLIB_CLIENT_ERROR_HELPER_SETCREDENTIALSFROMREQUEST_FAILED] => Looks like User's credentials are no good. [JLIB_CLIENT_ERROR_LDAP_ADDRESS_NOT_AVAILABLE] => Address not available. [JLIB_CMS_WARNING_PROVIDE_VALID_NAME] => Please provide a valid, non-blank title. [JLIB_DATABASE_ERROR_BIND_FAILED_INVALID_SOURCE_ARGUMENT] => %s: :bind failed. Invalid source argument. [JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIAS] => Another article from this category has the same alias (remember it may be a trashed item). [JLIB_DATABASE_ERROR_CATEGORY_UNIQUE_ALIAS] => Another category with the same parent category has the same alias (remember it may be a trashed item). [JLIB_DATABASE_ERROR_CHECK_FAILED] => %s: :check Failed - %s [JLIB_DATABASE_ERROR_CHECKIN_FAILED] => %s: :check-in failed - %s [JLIB_DATABASE_ERROR_CHECKOUT_FAILED] => %s: :check-out failed - %s [JLIB_DATABASE_ERROR_CHILD_ROWS_CHECKED_OUT] => Child rows checked out. [JLIB_DATABASE_ERROR_CLASS_DOES_NOT_SUPPORT_ORDERING] => %s does not support ordering. [JLIB_DATABASE_ERROR_CLASS_IS_MISSING_FIELD] => Missing field in the database: %s   %s. [JLIB_DATABASE_ERROR_CLASS_NOT_FOUND_IN_FILE] => Table class %s not found in file. [JLIB_DATABASE_ERROR_DATABASE_UPGRADE_FAILED] => MySQL Database Upgrade failed. Please check the Database Fixer. [JLIB_DATABASE_ERROR_DELETE_CATEGORY] => Left-Right data inconsistency. Can't delete category. [JLIB_DATABASE_ERROR_DELETE_FAILED] => %s: :delete failed - %s [JLIB_DATABASE_ERROR_DELETE_ROOT_CATEGORIES] => Root categories can't be deleted. [JLIB_DATABASE_ERROR_EMAIL_INUSE] => The email address you entered is already in use. Please enter another email address. [JLIB_DATABASE_ERROR_EMPTY_ROW_RETURNED] => The database row is empty. [JLIB_DATABASE_ERROR_FUNCTION_FAILED] => DB function failed with error number %s
%s [JLIB_DATABASE_ERROR_GET_NEXT_ORDER_FAILED] => %s: :getNextOrder failed - %s [JLIB_DATABASE_ERROR_GET_TREE_FAILED] => %s: :getTree Failed - %s [JLIB_DATABASE_ERROR_GETNODE_FAILED] => %s: :_getNode Failed - %s [JLIB_DATABASE_ERROR_GETROOTID_FAILED] => %s: :getRootId Failed - %s [JLIB_DATABASE_ERROR_HIT_FAILED] => %s: :hit failed - %s [JLIB_DATABASE_ERROR_INVALID_LOCATION] => %s: :setLocation - Invalid location. [JLIB_DATABASE_ERROR_INVALID_NODE_RECURSION] => %s: :move Failed - Can't move the node to be a child of itself. [JLIB_DATABASE_ERROR_INVALID_PARENT_ID] => Invalid parent ID. [JLIB_DATABASE_ERROR_LANGUAGE_NO_TITLE] => The language should have a title. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_IMAGE] => A content language already exists with this Image. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_LANG_CODE] => A content language already exists with this Language Tag. [JLIB_DATABASE_ERROR_LANGUAGE_UNIQUE_SEF] => A content language already exists with this URL Language Code. [JLIB_DATABASE_ERROR_MENUTYPE] => Some menu items or some menu modules related to this menutype are checked out by another user or the default menu item is in this menu. [JLIB_DATABASE_ERROR_MENUTYPE_CHECKOUT] => The user checking out does not match the user who checked out this menu and/or its linked menu module. [JLIB_DATABASE_ERROR_MENUTYPE_EMPTY] => Menu type empty. [JLIB_DATABASE_ERROR_MENUTYPE_EXISTS] => Menu type exists: %s [JLIB_DATABASE_ERROR_MENU_CANNOT_UNSET_DEFAULT] => The Language parameter for this menu item must be set to 'All'. At least one Default menu item must have Language set to All, even if the site is multilingual. [JLIB_DATABASE_ERROR_MENU_CANNOT_UNSET_DEFAULT_DEFAULT] => At least one menu item has to be set as Default. [JLIB_DATABASE_ERROR_MENU_UNPUBLISH_DEFAULT_HOME] => Can't unpublish default home. [JLIB_DATABASE_ERROR_MENU_DEFAULT_CHECKIN_USER_MISMATCH] => The current home menu for this language is checked out. [JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS] => The alias %1$s is already being used by %2$s menu item in the %3$s menu (remember it may be a trashed item). [JLIB_DATABASE_ERROR_MENU_UNIQUE_ALIAS_ROOT] => Another menu item has the same alias in Root (remember it may be a trashed item). Root is the top level parent. [JLIB_DATABASE_ERROR_MENU_HOME_NOT_COMPONENT] => The home menu item must be a component. [JLIB_DATABASE_ERROR_MENU_HOME_NOT_UNIQUE_IN_MENU] => A menu should have only one Default home. [JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_COMPONENT] => A first level menu item alias can't be 'component'. [JLIB_DATABASE_ERROR_MENU_ROOT_ALIAS_FOLDER] => A first level menu item alias can't be '%s' because '%s' is a sub-folder of your joomla installation folder. [JLIB_DATABASE_ERROR_MOVE_FAILED] => %s: :move failed - %s [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_CATEGORY] => Category must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_EXTENSION] => Extension must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_MENUITEM] => Menu Item must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_MODULE] => Module must have a title. [JLIB_DATABASE_ERROR_MUSTCONTAIN_A_TITLE_UPDATESITE] => Update site must have a title. [JLIB_DATABASE_ERROR_NEGATIVE_NOT_PERMITTED] => %s can't be negative. [JLIB_DATABASE_ERROR_NO_ROWS_SELECTED] => No rows selected. [JLIB_DATABASE_ERROR_NOT_SUPPORTED_FILE_NOT_FOUND] => Table %s not supported. File not found. [JLIB_DATABASE_ERROR_NULL_PRIMARY_KEY] => Null primary key not allowed. [JLIB_DATABASE_ERROR_ORDERDOWN_FAILED] => %s: :orderDown Failed - %s [JLIB_DATABASE_ERROR_ORDERUP_FAILED] => %s: :orderUp Failed - %s [JLIB_DATABASE_ERROR_PLEASE_ENTER_A_USER_NAME] => Please enter a username. [JLIB_DATABASE_ERROR_PLEASE_ENTER_YOUR_NAME] => Please enter your name. [JLIB_DATABASE_ERROR_PUBLISH_FAILED] => %s: :publish failed - %s [JLIB_DATABASE_ERROR_REBUILD_FAILED] => %s: :rebuild Failed - %s [JLIB_DATABASE_ERROR_REBUILDPATH_FAILED] => %s: :rebuildPath Failed - %s [JLIB_DATABASE_ERROR_REORDER_FAILED] => %s: :reorder failed - %s [JLIB_DATABASE_ERROR_REORDER_UPDATE_ROW_FAILED] => %s: :reorder update the row %s failed - %s [JLIB_DATABASE_ERROR_ROOT_NODE_NOT_FOUND] => Root node not found. [JLIB_DATABASE_ERROR_STORE_FAILED_UPDATE_ASSET_ID] => The asset_id field could not be updated. [JLIB_DATABASE_ERROR_STORE_FAILED] => %1$s: :store failed
%2$s [JLIB_DATABASE_ERROR_USERGROUP_PARENT_ID_NOT_VALID] => There has to be at least one root usergroup [JLIB_DATABASE_ERROR_USERGROUP_TITLE] => User group must have a title. [JLIB_DATABASE_ERROR_USERGROUP_TITLE_EXISTS] => User group title already exists. Title must be unique with the same parent. [JLIB_DATABASE_ERROR_USERLEVEL_NAME_EXISTS] => Level with the name "%s" already exists. [JLIB_DATABASE_ERROR_USERNAME_CANNOT_CHANGE] => Can't use this username. [JLIB_DATABASE_ERROR_USERNAME_INUSE] => Username in use. [JLIB_DATABASE_ERROR_VALID_AZ09] => Please enter a valid username. No space at beginning or end, at least %d characters, must not have the following characters: < > \ " ' % ; ( ) & and be less than 150 characters long. [JLIB_DATABASE_ERROR_VALID_MAIL] => The email address you entered is invalid. Please enter another email address. [JLIB_DATABASE_ERROR_VIEWLEVEL] => Viewlevel must have a title. [JLIB_DATABASE_FUNCTION_NOERROR] => DB function reports no errors. [JLIB_DATABASE_QUERY_FAILED] => Database query failed (error # %s): %s [JLIB_DOCUMENT_ERROR_UNABLE_LOAD_DOC_CLASS] => Unable to load document class. [JLIB_ENVIRONMENT_SESSION_EXPIRED] => Your session has expired. Please log in again. [JLIB_ENVIRONMENT_SESSION_INVALID] => Invalid session cookie. Please check that you have cookies enabled in your web browser. [JLIB_ERROR_COMPONENTS_ACL_CONFIGURATION_FILE_MISSING_OR_IMPROPERLY_STRUCTURED] => The %s component's ACL configuration file is either missing or improperly structured. [JLIB_EVENT_ERROR_DISPATCHER] => JEventDispatcher: :register: Event handler not recognised. Handler: %s [JLIB_FILESYSTEM_BZIP_NOT_SUPPORTED] => BZip2 Not Supported. [JLIB_FILESYSTEM_BZIP_UNABLE_TO_READ] => Unable to read archive (bz2). [JLIB_FILESYSTEM_BZIP_UNABLE_TO_WRITE] => Unable to write archive (bz2). [JLIB_FILESYSTEM_BZIP_UNABLE_TO_WRITE_FILE] => Unable to write file (bz2). [JLIB_FILESYSTEM_GZIP_NOT_SUPPORTED] => GZlib Not Supported. [JLIB_FILESYSTEM_GZIP_UNABLE_TO_READ] => Unable to read archive (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_WRITE] => Unable to write archive (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_WRITE_FILE] => Unable to write file (gz). [JLIB_FILESYSTEM_GZIP_UNABLE_TO_DECOMPRESS] => Unable to decompress data. [JLIB_FILESYSTEM_TAR_UNABLE_TO_READ] => Unable to read archive (tar). [JLIB_FILESYSTEM_TAR_UNABLE_TO_DECOMPRESS] => Unable to decompress data. [JLIB_FILESYSTEM_TAR_UNABLE_TO_CREATE_DESTINATION] => Unable to create destination. [JLIB_FILESYSTEM_TAR_UNABLE_TO_WRITE_ENTRY] => Unable to write entry. [JLIB_FILESYSTEM_ZIP_NOT_SUPPORTED] => Zlib Not Supported. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_READ] => Unable to read archive (zip). [JLIB_FILESYSTEM_ZIP_INFO_FAILED] => Get ZIP Information failed. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_CREATE_DESTINATION] => Unable to create destination. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_WRITE_ENTRY] => Unable to write entry. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_READ_ENTRY] => Unable to read entry. [JLIB_FILESYSTEM_ZIP_UNABLE_TO_OPEN_ARCHIVE] => Unable to open archive. [JLIB_FILESYSTEM_ZIP_INVALID_ZIP_DATA] => Invalid ZIP data. [JLIB_FILESYSTEM_STREAM_FAILED] => Failed to register string stream. [JLIB_FILESYSTEM_UNKNOWNARCHIVETYPE] => Unknown Archive type. [JLIB_FILESYSTEM_UNABLE_TO_LOAD_ARCHIVE] => Unable to load archive. [JLIB_FILESYSTEM_ERROR_JFILE_FIND_COPY] => JFile: :copy: Can't find or read file: %s [JLIB_FILESYSTEM_ERROR_JFILE_STREAMS] => JFile: :copy(%1$s, %2$s): %3$s [JLIB_FILESYSTEM_ERROR_COPY_FAILED] => Copy failed. [JLIB_FILESYSTEM_ERROR_COPY_FAILED_ERR01] => Copy failed: %1$s to %2$s [JLIB_FILESYSTEM_DELETE_FAILED] => Failed deleting %s [JLIB_FILESYSTEM_CANNOT_FIND_SOURCE_FILE] => Can't find source file. [JLIB_FILESYSTEM_ERROR_JFILE_MOVE_STREAMS] => JFile: :move: %s [JLIB_FILESYSTEM_ERROR_RENAME_FILE] => Rename failed. [JLIB_FILESYSTEM_ERROR_READ_UNABLE_TO_OPEN_FILE] => JFile: :read: Unable to open file: %s [JLIB_FILESYSTEM_ERROR_WRITE_STREAMS] => JFile: :write(%1$s): %2$s [JLIB_FILESYSTEM_ERROR_UPLOAD] => JFile: :upload: %s [JLIB_FILESYSTEM_ERROR_WARNFS_ERR01] => Warning: Failed to change file permissions! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR02] => Warning: Failed to move file! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR03] => Warning: File %s not uploaded for security reasons! [JLIB_FILESYSTEM_ERROR_WARNFS_ERR04] => Warning: Failed to move file: %1$s to %2$s [JLIB_FILESYSTEM_ERROR_FIND_SOURCE_FOLDER] => Can't find source folder. [JLIB_FILESYSTEM_ERROR_FOLDER_EXISTS] => Folder already exists. [JLIB_FILESYSTEM_ERROR_FOLDER_CREATE] => Unable to create target folder. [JLIB_FILESYSTEM_ERROR_FOLDER_OPEN] => Unable to open source folder. [JLIB_FILESYSTEM_ERROR_FOLDER_LOOP] => Infinite loop detected. [JLIB_FILESYSTEM_ERROR_FOLDER_PATH] => Path not in open_basedir paths. [JLIB_FILESYSTEM_ERROR_COULD_NOT_CREATE_DIRECTORY] => Could not create folder. [JLIB_FILESYSTEM_ERROR_DELETE_BASE_DIRECTORY] => You can't delete a base folder. [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER] => JFolder: :delete: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_FOLDER_DELETE] => JFolder: :delete: Could not delete folder. Path: %s [JLIB_FILESYSTEM_ERROR_FOLDER_RENAME] => Rename failed: %s [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FILES] => JFolder: :files: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_PATH_IS_NOT_A_FOLDER_FOLDER] => JFolder: :folder: Path is not a folder. Path: %s [JLIB_FILESYSTEM_ERROR_STREAMS_FILE_SIZE] => Failed to get file size. This may not work for all streams! [JLIB_FILESYSTEM_ERROR_STREAMS_FILE_NOT_OPEN] => File not open. [JLIB_FILESYSTEM_ERROR_STREAMS_FILENAME] => File name not set. [JLIB_FILESYSTEM_ERROR_NO_DATA_WRITTEN] => Warning: No data written. [JLIB_FILESYSTEM_ERROR_STREAMS_FAILED_TO_OPEN_WRITER] => Failed to open writer: %s [JLIB_FILESYSTEM_ERROR_STREAMS_FAILED_TO_OPEN_READER] => Failed to open reader: %s [JLIB_FILESYSTEM_ERROR_STREAMS_NOT_UPLOADED_FILE] => Not an uploaded file! [JLIB_FILTER_PARAMS_ALNUM] => Alpha Numeric [JLIB_FILTER_PARAMS_FLOAT] => Float [JLIB_FILTER_PARAMS_INTEGER] => Integer [JLIB_FILTER_PARAMS_RAW] => Raw [JLIB_FILTER_PARAMS_SAFEHTML] => Safe HTML [JLIB_FILTER_PARAMS_TEL] => Telephone [JLIB_FILTER_PARAMS_TEXT] => Text [JLIB_FORM_BUTTON_CLEAR] => Clear [JLIB_FORM_BUTTON_SELECT] => Select [JLIB_FORM_CHANGE_IMAGE] => Change Image [JLIB_FORM_CHANGE_IMAGE_BUTTON] => Change Image Button [JLIB_FORM_CHANGE_USER] => Select User [JLIB_FORM_ERROR_FIELDS_CATEGORY_ERROR_EXTENSION_EMPTY] => Extension attribute is empty in the category field. [JLIB_FORM_ERROR_FIELDS_GROUPEDLIST_ELEMENT_NAME] => Unknown element type: %s [JLIB_FORM_ERROR_NO_DATA] => No data. [JLIB_FORM_ERROR_VALIDATE_FIELD] => Invalid xml field. [JLIB_FORM_ERROR_XML_FILE_DID_NOT_LOAD] => XML file did not load. [JLIB_FORM_FIELD_INVALID] => Invalid field:  [JLIB_FORM_INPUTMODE] => latin [JLIB_FORM_INVALID_FORM_OBJECT] => Invalid Form Object: :%s [JLIB_FORM_INVALID_FORM_RULE] => Invalid Form Rule: :%s [JLIB_FORM_MEDIA_PREVIEW_ALT] => Selected image. [JLIB_FORM_MEDIA_PREVIEW_EMPTY] => No image selected. [JLIB_FORM_MEDIA_PREVIEW_SELECTED_IMAGE] => Selected image. [JLIB_FORM_MEDIA_PREVIEW_TIP_TITLE] => Preview [JLIB_FORM_SELECT_USER] => Select a User [JLIB_FORM_VALIDATE_FIELD_INVALID] => Invalid field: %s [JLIB_FORM_VALIDATE_FIELD_REQUIRED] => Field required: %s [JLIB_FORM_VALIDATE_FIELD_RULE_MISSING] => Validation Rule missing: %s [JLIB_FORM_VALIDATE_FIELD_URL_SCHEMA_MISSING] => Invalid URL: URL schema is missing in %1$s. Please add one of the following at the beginning: %2$s. [JLIB_FORM_VALUE_CACHE_APC] => Alternative PHP Cache [JLIB_FORM_VALUE_CACHE_APCU] => APC User Cache [JLIB_FORM_VALUE_CACHE_CACHELITE] => Cache_Lite [JLIB_FORM_VALUE_CACHE_EACCELERATOR] => eAccelerator [JLIB_FORM_VALUE_CACHE_FILE] => File [JLIB_FORM_VALUE_CACHE_MEMCACHE] => Memcache [JLIB_FORM_VALUE_CACHE_MEMCACHED] => Memcached (Experimental) [JLIB_FORM_VALUE_CACHE_REDIS] => Redis [JLIB_FORM_VALUE_CACHE_WINCACHE] => Windows Cache [JLIB_FORM_VALUE_CACHE_XCACHE] => XCache [JLIB_FORM_VALUE_SESSION_APC] => Alternative PHP Cache [JLIB_FORM_VALUE_SESSION_APCU] => APC User Cache [JLIB_FORM_VALUE_SESSION_DATABASE] => Database [JLIB_FORM_VALUE_SESSION_EACCELERATOR] => eAccelerator [JLIB_FORM_VALUE_SESSION_MEMCACHE] => Memcache [JLIB_FORM_VALUE_SESSION_MEMCACHED] => Memcached (Experimental) [JLIB_FORM_VALUE_SESSION_NONE] => PHP [JLIB_FORM_VALUE_SESSION_REDIS] => Redis [JLIB_FORM_VALUE_SESSION_WINCACHE] => Windows Cache [JLIB_FORM_VALUE_SESSION_XCACHE] => XCache [JLIB_FORM_VALUE_TIMEZONE_UTC] => Universal Time, Coordinated (UTC) [JLIB_FORM_VALUE_FROM_TEMPLATE] => From Template [JLIB_FORM_VALUE_INHERITED] => Inherited [JLIB_HTML_ACCESS_MODIFY_DESC_CAPTION_ACL] => ACL [JLIB_HTML_ACCESS_MODIFY_DESC_CAPTION_TABLE] => Table [JLIB_HTML_ACCESS_SUMMARY_DESC_CAPTION] => ACL Summary Table [JLIB_HTML_ACCESS_SUMMARY_DESC] => Shown below is an overview of the permission settings for this article. Select the tabs above to customise these settings by action. [JLIB_HTML_ACCESS_SUMMARY] => Summary. [JLIB_HTML_ADD_TO_ROOT] => Add to root. [JLIB_HTML_ADD_TO_THIS_MENU] => Add to this menu. [JLIB_HTML_BATCH_ACCESS_LABEL] => Set Access Level [JLIB_HTML_BATCH_ACCESS_LABEL_DESC] => Not making a selection will keep the original access levels when processing. [JLIB_HTML_BATCH_COPY] => Copy [JLIB_HTML_BATCH_FLIPORDERING_LABEL] => Reverse the ordering of all articles in the selected categories [JLIB_HTML_BATCH_LANGUAGE_LABEL] => Set Language [JLIB_HTML_BATCH_LANGUAGE_LABEL_DESC] => Not making a selection will keep the original language when processing. [JLIB_HTML_BATCH_LANGUAGE_NOCHANGE] => - Keep original Language - [JLIB_HTML_BATCH_MENU_LABEL] => To Move or Copy your selection please select a Category. [JLIB_HTML_BATCH_MOVE] => Move [JLIB_HTML_BATCH_MOVE_QUESTION] => Do you want to move the items or make a copy of them? [JLIB_HTML_BATCH_NO_CATEGORY] => - Don't move or copy - [JLIB_HTML_BATCH_NOCHANGE] => - Keep original Access Levels - [JLIB_HTML_BATCH_TAG_LABEL] => Add Tag [JLIB_HTML_BATCH_TAG_LABEL_DESC] => Add a tag to selected items. [JLIB_HTML_BATCH_TAG_NOCHANGE] => - Keep original Tags - [JLIB_HTML_BATCH_USER_LABEL] => Set User. [JLIB_HTML_BATCH_USER_LABEL_DESC] => Not making a selection will keep the original user when processing. [JLIB_HTML_BATCH_USER_NOCHANGE] => - Keep original User - [JLIB_HTML_BATCH_USER_NOUSER] => No User. [JLIB_HTML_BEHAVIOR_ABOUT_THE_CALENDAR] => About the Calendar [JLIB_HTML_BEHAVIOR_CLOSE] => Close [JLIB_HTML_BEHAVIOR_DATE_SELECTION] => Date selection:\n [JLIB_HTML_BEHAVIOR_DISPLAY_S_FIRST] => Display %s first [JLIB_HTML_BEHAVIOR_DRAG_TO_MOVE] => Drag to move. [JLIB_HTML_BEHAVIOR_GO_TODAY] => Go to today [JLIB_HTML_BEHAVIOR_GREEN] => Green [JLIB_HTML_BEHAVIOR_HOLD_MOUSE] => - Hold mouse button on any of the buttons above for faster selection. [JLIB_HTML_BEHAVIOR_MONTH_SELECT] => - Use the < and > buttons to select month\n [JLIB_HTML_BEHAVIOR_NEXT_MONTH_HOLD_FOR_MENU] => Select to move to the next month. Select and hold for a list of the months. [JLIB_HTML_BEHAVIOR_NEXT_YEAR_HOLD_FOR_MENU] => Select to move to the next year. Select and hold for a list of years. [JLIB_HTML_BEHAVIOR_OPEN_CALENDAR] => Open the calendar [JLIB_HTML_BEHAVIOR_PREV_MONTH_HOLD_FOR_MENU] => Select to move to the previous month. Select and hold for a list of the months. [JLIB_HTML_BEHAVIOR_PREV_YEAR_HOLD_FOR_MENU] => Select to move to the previous year. Select and hold for a list of years. [JLIB_HTML_BEHAVIOR_SELECT_DATE] => Select a date. [JLIB_HTML_BEHAVIOR_SHIFT_CLICK_OR_DRAG_TO_CHANGE_VALUE] => (Shift-)Select or Drag to change the value. [JLIB_HTML_BEHAVIOR_TIME] => Time: [JLIB_HTML_BEHAVIOR_TODAY] => Today [JLIB_HTML_BEHAVIOR_TT_DATE_FORMAT] => %a, %b %e [JLIB_HTML_BEHAVIOR_WK] => wk [JLIB_HTML_BEHAVIOR_YEAR_SELECT] => - Use the « and » buttons to select year\n [JLIB_HTML_BUTTON_BASE_CLASS] => Could not load button base class. [JLIB_HTML_BUTTON_NO_LOAD] => Could not load button %s (%s); [JLIB_HTML_BUTTON_NOT_DEFINED] => Button not defined for type = %s [JLIB_HTML_CALENDAR] => Calendar [JLIB_HTML_CHECKED_OUT] => Checked out [JLIB_HTML_CHECKIN] => Check-in [JLIB_HTML_CLOAKING] => This email address is being protected from spambots. You need JavaScript enabled to view it. [JLIB_HTML_DATE_RELATIVE_DAYS] => %s days ago. [JLIB_HTML_DATE_RELATIVE_DAYS_1] => %s day ago. [JLIB_HTML_DATE_RELATIVE_DAYS_0] => %s days ago. [JLIB_HTML_DATE_RELATIVE_HOURS] => %s hours ago. [JLIB_HTML_DATE_RELATIVE_HOURS_1] => %s hour ago. [JLIB_HTML_DATE_RELATIVE_HOURS_0] => %s hours ago. [JLIB_HTML_DATE_RELATIVE_LESSTHANAMINUTE] => Less than a minute ago. [JLIB_HTML_DATE_RELATIVE_MINUTES] => %s minutes ago. [JLIB_HTML_DATE_RELATIVE_MINUTES_1] => %s minute ago. [JLIB_HTML_DATE_RELATIVE_MINUTES_0] => %s minutes ago. [JLIB_HTML_DATE_RELATIVE_WEEKS] => %s weeks ago. [JLIB_HTML_DATE_RELATIVE_WEEKS_1] => %s week ago. [JLIB_HTML_DATE_RELATIVE_WEEKS_0] => %s weeks ago. [JLIB_HTML_EDIT_MENU_ITEM] => Edit menu item. [JLIB_HTML_EDIT_MENU_ITEM_ID] => Item ID: %s [JLIB_HTML_EDIT_MODULE] => Edit module [JLIB_HTML_EDIT_MODULE_IN_POSITION] => Position: %s [JLIB_HTML_EDITOR_CANNOT_LOAD] => Can't load the editor. [JLIB_HTML_END] => End [JLIB_HTML_ERROR_FUNCTION_NOT_SUPPORTED] => Function not supported. [JLIB_HTML_ERROR_NOTFOUNDINFILE] => %s: :%s not found in file. [JLIB_HTML_ERROR_NOTSUPPORTED_NOFILE] => %s: :%s not supported. File not found. [JLIB_HTML_ERROR_NOTSUPPORTED] => %s: :%s not supported. [JLIB_HTML_GOTO_PAGE] => Go to page %s [JLIB_HTML_GOTO_POSITION] => Go to %s page [JLIB_HTML_MOVE_DOWN] => Move Down [JLIB_HTML_MOVE_UP] => Move Up [JLIB_HTML_NO_PARAMETERS_FOR_THIS_ITEM] => There are no parameters for this item. [JLIB_HTML_NO_RECORDS_FOUND] => No records found. [JLIB_HTML_PAGE_CURRENT] => Page %s [JLIB_HTML_PAGE_CURRENT_OF_TOTAL] => Page %s of %s [JLIB_HTML_PAGINATION] => Pagination [JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST] => Please first make a selection from the list. [JLIB_HTML_PUBLISH_ITEM] => Publish Item [JLIB_HTML_PUBLISHED_EXPIRED_ITEM] => Published, but has Expired. [JLIB_HTML_PUBLISHED_FINISHED] => Finish: %s [JLIB_HTML_PUBLISHED_ITEM] => Published and is Current. [JLIB_HTML_PUBLISHED_PENDING_ITEM] => Published, but is Pending. [JLIB_HTML_PUBLISHED_START] => Start: %s [JLIB_HTML_RESULTS_OF] => Results %s - %s of %s [JLIB_HTML_SAVE_ORDER] => Save Order [JLIB_HTML_SELECT_STATE] => Select State [JLIB_HTML_START] => Start [JLIB_HTML_UNPUBLISH_ITEM] => Unpublish Item [JLIB_HTML_VIEW_ALL] => View All [JLIB_HTML_SETDEFAULT_ITEM] => Set default [JLIB_HTML_UNSETDEFAULT_ITEM] => Unset default [JLIB_INSTALLER_ABORT] => Aborting language installation: %s [JLIB_INSTALLER_ABORT_ALREADYINSTALLED] => Extension is already installed. [JLIB_INSTALLER_ABORT_ALREADY_EXISTS] => Extension %1$s: Extension %2$s already exists. [JLIB_INSTALLER_ABORT_COMP_BUILDADMINMENUS_FAILED] => Error building Administrator Menus. [JLIB_INSTALLER_ABORT_COMP_COPY_MANIFEST] => Component %1$s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_COPY_SETUP] => Component %1$s: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_FAIL_ADMIN_FILES] => Component %s: Failed to copy administrator files. [JLIB_INSTALLER_ABORT_COMP_FAIL_SITE_FILES] => Component %s: Failed to copy site files. [JLIB_INSTALLER_ABORT_COMP_INSTALL_COPY_SETUP] => Component Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_CUSTOM_INSTALL_FAILURE] => Component Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_COMP_INSTALL_MANIFEST] => Component Install: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_PHP_INSTALL] => Component Install: Could not copy PHP install file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_PHP_UNINSTALL] => Component Install: Could not copy PHP uninstall file. [JLIB_INSTALLER_ABORT_COMP_INSTALL_ROLLBACK] => Component Install: %s [JLIB_INSTALLER_ABORT_COMP_INSTALL_SQL_ERROR] => Component Install: SQL error file %s [JLIB_INSTALLER_ABORT_COMP_UPDATESITEMENUS_FAILED] => Component Install: Failed to update menu items. [JLIB_INSTALLER_ABORT_COMP_UPDATE_ADMIN_ELEMENT] => Component Update: The XML file did not have an administration element. [JLIB_INSTALLER_ABORT_COMP_UPDATE_COPY_SETUP] => Component Update: Could not copy setup file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_MANIFEST] => Component Update: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_PHP_INSTALL] => Component Update: Could not copy PHP install file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_PHP_UNINSTALL] => Component Update: Could not copy PHP uninstall file. [JLIB_INSTALLER_ABORT_COMP_UPDATE_ROLLBACK] => Component Update: %s [JLIB_INSTALLER_ABORT_COMP_UPDATE_SQL_ERROR] => Component Update: SQL error file %s [JLIB_INSTALLER_ABORT_CREATE_DIRECTORY] => Extension %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_DEBUG] => Installation unexpectedly stopped: [JLIB_INSTALLER_ABORT_DETECTMANIFEST] => Unable to detect manifest file. [JLIB_INSTALLER_ABORT_DIRECTORY] => Extension %1$s: Another %2$s is already using the named folder: %3$s. Are you trying to install the same extension again? [JLIB_INSTALLER_ABORT_ERROR_DELETING_EXTENSIONS_RECORD] => Could not delete the extension's record from the database. [JLIB_INSTALLER_ABORT_EXTENSIONNOTVALID] => Extension is not valid. [JLIB_INSTALLER_ABORT_FILE_INSTALL_COPY_SETUP] => Files Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_FILE_INSTALL_CUSTOM_INSTALL_FAILURE] => Files Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_FILE_INSTALL_FAIL_SOURCE_DIRECTORY] => Files Install: Failed to find source folder: %s [JLIB_INSTALLER_ABORT_FILE_INSTALL_ROLLBACK] => Files Install: %s [JLIB_INSTALLER_ABORT_FILE_INSTALL_SQL_ERROR] => Files %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_FILE_ROLLBACK] => Files Install: %s [JLIB_INSTALLER_ABORT_FILE_SAME_NAME] => Files Install: Another extension with same name already exists. [JLIB_INSTALLER_ABORT_FILE_UPDATE_SQL_ERROR] => Files Update: SQL error file %s [JLIB_INSTALLER_ABORT_INSTALL_CUSTOM_INSTALL_FAILURE] => Extension %s: Custom install routine failure. [JLIB_INSTALLER_ABORT_LIB_COPY_FILES] => Library %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_LIB_INSTALL_ALREADY_INSTALLED] => Library Install: Library already installed. [JLIB_INSTALLER_ABORT_LIB_INSTALL_COPY_SETUP] => Library Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_LIB_INSTALL_CORE_FOLDER] => Library Install: Library has the same name as a core folder. [JLIB_INSTALLER_ABORT_LIB_INSTALL_FAILED_TO_CREATE_DIRECTORY] => Library Install: Failed to create folder: %s [JLIB_INSTALLER_ABORT_LIB_INSTALL_NOFILE] => Library Install: No library file specified. [JLIB_INSTALLER_ABORT_LIB_INSTALL_ROLLBACK] => Library Install: %s [JLIB_INSTALLER_ABORT_LOAD_DETAILS] => Failed to load extension details. [JLIB_INSTALLER_ABORT_MANIFEST] => Extension %1$s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_METHODNOTSUPPORTED] => Method not supported for this extension type. [JLIB_INSTALLER_ABORT_METHODNOTSUPPORTED_TYPE] => Method not supported for this extension type: %s [JLIB_INSTALLER_ABORT_MOD_COPY_FILES] => Module %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_MOD_INSTALL_COPY_SETUP] => Module Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_MOD_INSTALL_CREATE_DIRECTORY] => Module %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_MOD_INSTALL_CUSTOM_INSTALL_FAILURE] => Module Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_MOD_INSTALL_DIRECTORY] => Module %1$s: Another module is already using folder: %2$s [JLIB_INSTALLER_ABORT_MOD_INSTALL_MANIFEST] => Module Install: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_MOD_INSTALL_NOFILE] => Module %s: No module file specified. [JLIB_INSTALLER_ABORT_MOD_INSTALL_SQL_ERROR] => Module %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_MOD_ROLLBACK] => Module %1$s: %2$s [JLIB_INSTALLER_ABORT_MOD_UNINSTALL_UNKNOWN_CLIENT] => Module Uninstall: Unknown client type [%s] [JLIB_INSTALLER_ABORT_MOD_UNKNOWN_CLIENT] => Module %1$s: Unknown client type [%2$s] [JLIB_INSTALLER_ABORT_NOINSTALLPATH] => Install path does not exist. [JLIB_INSTALLER_ABORT_NOUPDATEPATH] => Update path does not exist. [JLIB_INSTALLER_ABORT_PACK_INSTALL_COPY_SETUP] => Package Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_PACK_INSTALL_CREATE_DIRECTORY] => Package Install: Failed to create folder: %s. [JLIB_INSTALLER_ABORT_PACKAGE_INSTALL_CUSTOM_INSTALL_FAILURE] => Package Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_PACKAGE_INSTALL_MANIFEST] => Installation failed: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_PACK_INSTALL_ERROR_EXTENSION] => Package %1$s: There was an error installing an extension: %2$s [JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_FILES] => Package %s: There were no files to install! [JLIB_INSTALLER_ABORT_PACK_INSTALL_NO_PACK] => Package %s: No package file specified. [JLIB_INSTALLER_ABORT_PACK_INSTALL_ROLLBACK] => Package Install: %s [JLIB_INSTALLER_ABORT_PLG_COPY_FILES] => Plugin %s: Could not copy files from the source. [JLIB_INSTALLER_ABORT_PLG_INSTALL_ALLREADY_EXISTS] => Plugin %1$s: Plugin %2$s already exists. [JLIB_INSTALLER_ABORT_PLG_INSTALL_COPY_SETUP] => Plugin %s: Could not copy setup file. [JLIB_INSTALLER_ABORT_PLG_INSTALL_CREATE_DIRECTORY] => Plugin %1$s: Failed to create folder: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_CUSTOM_INSTALL_FAILURE] => Plugin Install: Custom install routine failure. [JLIB_INSTALLER_ABORT_PLG_INSTALL_DIRECTORY] => Plugin %1$s: Another plugin is already using folder: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_MANIFEST] => Plugin %s: Could not copy PHP manifest file. [JLIB_INSTALLER_ABORT_PLG_INSTALL_NO_FILE] => Plugin %s: No plugin file specified. [JLIB_INSTALLER_ABORT_PLG_INSTALL_ROLLBACK] => Plugin %1$s: %2$s [JLIB_INSTALLER_ABORT_PLG_INSTALL_SQL_ERROR] => Plugin %1$s: SQL error file %2$s [JLIB_INSTALLER_ABORT_PLG_UNINSTALL_SQL_ERROR] => Plugin Uninstall: SQL error file %s [JLIB_INSTALLER_ABORT_REFRESH_MANIFEST_CACHE] => Refresh Manifest Cache failed: %s Extension is not currently installed. [JLIB_INSTALLER_ABORT_REFRESH_MANIFEST_CACHE_VALID] => Refresh Manifest Cache failed: Extension is not valid. [JLIB_INSTALLER_ABORT_ROLLBACK] => Extension %1$s: %2$s [JLIB_INSTALLER_ABORT_SQL_ERROR] => Extension %1$s: SQL error processing query: %2$s [JLIB_INSTALLER_ABORT_TPL_INSTALL_ALREADY_INSTALLED] => Template Install: Template already installed. [JLIB_INSTALLER_ABORT_TPL_INSTALL_ANOTHER_TEMPLATE_USING_DIRECTORY] => Template Install: There is already a Template using the named folder: %s. Are you trying to install the same template again? [JLIB_INSTALLER_ABORT_TPL_INSTALL_COPY_FILES] => Template Install: Could not copy files from the %s source. [JLIB_INSTALLER_ABORT_TPL_INSTALL_COPY_SETUP] => Template Install: Could not copy setup file. [JLIB_INSTALLER_ABORT_TPL_INSTALL_FAILED_CREATE_DIRECTORY] => Template Install: Failed to create folder: %s [JLIB_INSTALLER_ABORT_TPL_INSTALL_ROLLBACK] => Template Install: %s [JLIB_INSTALLER_ABORT_TPL_INSTALL_UNKNOWN_CLIENT] => Template Install: Unknown client type [%s] [JLIB_INSTALLER_AVAILABLE_UPDATE_PHP_VERSION] => For the extension %1$s version %2$s is available, but it requires at least PHP version %3$s while your system only has %4$s [JLIB_INSTALLER_AVAILABLE_UPDATE_DB_MINIMUM] => For the extension %1$s version %2$s is available, but your current database %3$s is version %4$s and is not supported. Please contact your web host to update your Database version to at least version %5$s. [JLIB_INSTALLER_AVAILABLE_UPDATE_DB_TYPE] => For the extension %1$s version %2$s is available, but your current database %3$s is not supported anymore. [JLIB_INSTALLER_PURGED_UPDATES] => Cleared updates [JLIB_INSTALLER_FAILED_TO_PURGE_UPDATES] => Failed to clear updates. [JLIB_INSTALLER_DEFAULT_STYLE] => %s - Default [JLIB_INSTALLER_DISCOVER] => Discover [JLIB_INSTALLER_DISCOVER_INSTALL] => Discover Install [JLIB_INSTALLER_ERROR_CANNOT_UNINSTALL_CHILD_OF_PACKAGE] => The %s extension is part of a package which does not allow individual extensions to be uninstalled. [JLIB_INSTALLER_ERROR_COMP_DISCOVER_STORE_DETAILS] => Component Discover install: Failed to store component details. [JLIB_INSTALLER_ERROR_COMP_FAILED_TO_CREATE_DIRECTORY] => Component %1$s: Failed to create folder: %2$s. [JLIB_INSTALLER_ERROR_COMP_INSTALL_ADMIN_ELEMENT] => Component Install: The XML file did not have an administration element. [JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_ADMIN] => Component Install: Another component is already using folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_DIR_SITE] => Component Install: Another component is already using folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DIRECTORY_ADMIN] => Component Install: Failed to create administrator folder: %s [JLIB_INSTALLER_ERROR_COMP_INSTALL_FAILED_TO_CREATE_DIRECTORY_SITE] => Component Install: Failed to create site folder: %s [JLIB_INSTALLER_ERROR_COMP_REFRESH_MANIFEST_CACHE] => Component Refresh manifest cache: Failed to store component details. [JLIB_INSTALLER_ERROR_COMP_REMOVING_ADMIN_MENUS_FAILED] => Could not delete the Administrator menus. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_CUSTOM] => Component Uninstall: Custom Uninstall script unsuccessful. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_DELETE_CATEGORIES] => Component Uninstall: Unable to delete the component categories. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_ERRORREMOVEMANUALLY] => Component Uninstall: Can't uninstall. Please remove manually. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_ERRORUNKOWNEXTENSION] => Component Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_REMOVE_DIRECTORY_ADMIN] => Component Uninstall: Unable to remove the component administrator folder. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_FAILED_REMOVE_DIRECTORY_SITE] => Component Uninstall: Unable to remove the component site folder. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_NO_OPTION] => Component Uninstall: Option field empty, can't remove files. [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_SQL_ERROR] => Component Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_COMP_UNINSTALL_WARNCORECOMPONENT] => Component Uninstall: Trying to uninstall a core component. [JLIB_INSTALLER_ERROR_COMP_UPDATE_FAILED_TO_CREATE_DIRECTORY_ADMIN] => Component Update: Failed to create administrator folder: %s [JLIB_INSTALLER_ERROR_COMP_UPDATE_FAILED_TO_CREATE_DIRECTORY_SITE] => Component Update: Failed to create site folder: %s [JLIB_INSTALLER_ERROR_CREATE_DIRECTORY] => JInstaller: :Install: Failed to create folder: %s [JLIB_INSTALLER_ERROR_CREATE_FOLDER_FAILED] => Failed to create folder [%s] [JLIB_INSTALLER_ERROR_DEPRECATED_FORMAT] => Deprecated install format (client="both"), use package installer in future. [JLIB_INSTALLER_ERROR_DISCOVER_INSTALL_UNSUPPORTED] => A %s extension can not be installed using the discover method. Please install this extension from Extension Manager: Install. [JLIB_INSTALLER_ERROR_DOWNGRADE] => Sorry! You cannot downgrade from version %s to %s [JLIB_INSTALLER_ERROR_DOWNLOAD_SERVER_CONNECT] => Error connecting to the server: %s [JLIB_INSTALLER_ERROR_FAIL_COPY_FILE] => JInstaller: :Install: Failed to copy file %1$s to %2$s [JLIB_INSTALLER_ERROR_FAIL_COPY_FOLDER] => JInstaller: :Install: Failed to copy folder %1$s to %2$s [JLIB_INSTALLER_ERROR_FAILED_READING_NETWORK_RESOURCES] => Failed reading network resource: %s [JLIB_INSTALLER_ERROR_FILE_EXISTS] => JInstaller: :Install: File already exists %s [JLIB_INSTALLER_ERROR_FILE_FOLDER] => Error on deleting file or folder %s [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_INVALID_MANIFEST] => Files Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Files Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_LOAD_ENTRY] => Files Uninstall: Could not load extension entry. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_LOAD_MANIFEST] => Files Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_SQL_ERROR] => Files Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_FILE_UNINSTALL_WARNCOREFILE] => File Uninstall: Trying to uninstall core files. [JLIB_INSTALLER_ERROR_FOLDER_IN_USE] => Another extension is already using folder [%s] [JLIB_INSTALLER_ERROR_LANG_DISCOVER_STORE_DETAILS] => Language Discover install: Failed to store language details. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_DEFAULT] => This language can't be uninstalled as long as it is defined as a default language. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_DIRECTORY] => Language Uninstall: Unable to remove the specified Language folder. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_ELEMENT_EMPTY] => Language Uninstall: Element is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_PATH_EMPTY] => Language Uninstall: Language path is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_LANG_UNINSTALL_PROTECTED] => This language can't be uninstalled. It is protected in the database (usually en-GB). [JLIB_INSTALLER_ERROR_LIB_DISCOVER_STORE_DETAILS] => Library Discover install: Failed to store library details. [JLIB_INSTALLER_ERROR_LIB_REFRESH_MANIFEST_CACHE] => Library Refresh manifest cache: Failed to store library details. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_INVALID_MANIFEST] => Library Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Library Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_LOAD_MANIFEST] => Library Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_LIB_UNINSTALL_WARNCORELIBRARY] => Library Uninstall: Trying to uninstall a core library. [JLIB_INSTALLER_ERROR_LOAD_XML] => JInstaller: :Install: Failed to load XML File: %s [JLIB_INSTALLER_ERROR_MOD_DISCOVER_STORE_DETAILS] => Module Discover install: Failed to store module details. [JLIB_INSTALLER_ERROR_MOD_REFRESH_MANIFEST_CACHE] => Module Refresh manifest cache: Failed to store module details. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_ERRORUNKOWNEXTENSION] => Module Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_EXCEPTION] => Module Uninstall: %s [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Module Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_SQL_ERROR] => Module Uninstall: SQL error file %s [JLIB_INSTALLER_ERROR_MOD_UNINSTALL_WARNCOREMODULE] => Module Uninstall: Trying to uninstall a core module: %s [JLIB_INSTALLER_ERROR_NO_CORE_LANGUAGE] => No core pack exists for the language [%s] [JLIB_INSTALLER_ERROR_NO_FILE] => JInstaller: :Install: File does not exist %s [JLIB_INSTALLER_ERROR_NO_LANGUAGE_TAG] => The package did not specify a language tag. Are you trying to install an old language package? [JLIB_INSTALLER_ERROR_NOTFINDJOOMLAXMLSETUPFILE] => JInstaller: :Install: Can't find Joomla XML setup file. [JLIB_INSTALLER_ERROR_NOTFINDXMLSETUPFILE] => JInstaller: :Install: Can't find XML setup file. [JLIB_INSTALLER_ERROR_PACK_REFRESH_MANIFEST_CACHE] => Package Refresh manifest cache: Failed to store package details. [JLIB_INSTALLER_ERROR_PACK_SETTING_PACKAGE_ID] => Could not record the package ID for this package's extensions. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_INVALID_MANIFEST] => Package Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Package Uninstall: Manifest file invalid or not found: %s [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_LOAD_MANIFEST] => Package Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MANIFEST_NOT_REMOVED] => Package Uninstall: Errors were detected, manifest file not removed! [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_MISSINGMANIFEST] => Package Uninstall: Missing manifest file. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_NOT_PROPER] => Package Uninstall: This extension may have already been uninstalled or might not have been uninstalled properly: %s [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_WARNCOREPACK] => Package Uninstall: Trying to uninstall core package. [JLIB_INSTALLER_ERROR_PLG_DISCOVER_STORE_DETAILS] => Plugin Discover install: Failed to store plugin details. [JLIB_INSTALLER_ERROR_PLG_REFRESH_MANIFEST_CACHE] => Plugin Refresh manifest cache: Failed to store plugin details. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_ERRORUNKOWNEXTENSION] => Plugin Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_FOLDER_FIELD_EMPTY] => Plugin Uninstall: Folder field empty, can't remove files. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_INVALID_MANIFEST] => Plugin Uninstall: Invalid manifest file. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Plugin Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_LOAD_MANIFEST] => Plugin Uninstall: Could not load manifest file. [JLIB_INSTALLER_ERROR_PLG_UNINSTALL_WARNCOREPLUGIN] => Plugin Uninstall: Trying to uninstall a core plugin: %s [JLIB_INSTALLER_ERROR_SQL_ERROR] => JInstaller: :Install: Error SQL %s [JLIB_INSTALLER_ERROR_SQL_FILENOTFOUND] => JInstaller: :Install: SQL File not found %s [JLIB_INSTALLER_ERROR_SQL_READBUFFER] => JInstaller: :Install: SQL File Buffer Read Error. [JLIB_INSTALLER_ERROR_TPL_DISCOVER_STORE_DETAILS] => Template Discover install: Failed to store template details. [JLIB_INSTALLER_ERROR_TPL_REFRESH_MANIFEST_CACHE] => Template Refresh manifest cache: Failed to store template details. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_ERRORUNKOWNEXTENSION] => Template Uninstall: Unknown Extension. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_INVALID_CLIENT] => Template Uninstall: Invalid client. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_INVALID_NOTFOUND_MANIFEST] => Template Uninstall: Manifest file invalid or not found. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_DEFAULT] => Template Uninstall: Can't remove default template. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_DIRECTORY] => Template Uninstall: Folder does not exist, can't remove files. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_TEMPLATE_ID_EMPTY] => Template Uninstall: Template ID is empty, can't uninstall files. [JLIB_INSTALLER_ERROR_TPL_UNINSTALL_WARNCORETEMPLATE] => Template Uninstall: Trying to uninstall a core template: %s [JLIB_INSTALLER_ERROR_UNKNOWN_CLIENT_TYPE] => Unknown Client Type [%s] [JLIB_INSTALLER_FILE_ERROR_MOVE] => Error on moving file %s [JLIB_INSTALLER_INCORRECT_SEQUENCE] => Downgrading from version %1$s to version %2$s is not allowed. [JLIB_INSTALLER_INSTALL] => Install [JLIB_INSTALLER_MINIMUM_JOOMLA] => You don't have the minimum Joomla version requirement of J%s [JLIB_INSTALLER_MINIMUM_PHP] => Your server doesn't meet the minimum PHP version requirement of %s [JLIB_INSTALLER_NOTICE_LANG_RESET_USERS] => Language set to Default for %d users. [JLIB_INSTALLER_NOTICE_LANG_RESET_USERS_1] => Language set to Default for %d user. [JLIB_INSTALLER_UNINSTALL] => Uninstall [JLIB_INSTALLER_UPDATE] => Update [JLIB_INSTALLER_ERROR_EXTENSION_INVALID_CLIENT_IDENTIFIER] => Invalid client identifier specified in extension manifest. [JLIB_INSTALLER_ERROR_PACK_UNINSTALL_UNKNOWN_EXTENSION] => Trying to uninstall unknown extension from package. This extension may have already been removed earlier. [JLIB_INSTALLER_NOT_ERROR] => If the error is related to the installation of TinyMCE language files it has no effect on the installation of the language(s). Some language packs created prior to Joomla! 3.2.0 may try to install separate TinyMCE language files. As these are now included in the core they no longer need to be installed. [JLIB_INSTALLER_UPDATE_LOG_QUERY] => Ran query from file %1$s. Query text: %2$s. [JLIB_INSTALLER_WARNING_UNABLE_TO_INSTALL_CONTENT_LANGUAGE] => Unable to create a content language for %s language: %s [JLIB_JS_AJAX_ERROR_CONNECTION_ABORT] => A connection abort has occurred while fetching the JSON data. [JLIB_JS_AJAX_ERROR_NO_CONTENT] => No content was returned. [JLIB_JS_AJAX_ERROR_OTHER] => An error has occurred while fetching the JSON data: HTTP %s status code. [JLIB_JS_AJAX_ERROR_PARSE] => A parse error has occurred while processing the following JSON data:
%s [JLIB_JS_AJAX_ERROR_TIMEOUT] => A timeout has occurred while fetching the JSON data. [JLIB_LANGUAGE_ERROR_CANNOT_LOAD_METAFILE] => Could not load %s language XML file from %s. [JLIB_LANGUAGE_ERROR_CANNOT_LOAD_METADATA] => Could not load %s metadata from %s. [JLIB_LOGIN_AUTHORISATION] => Your access has been authorised. [JLIB_LOGIN_DENIED] => Your access has been denied. [JLIB_LOGIN_EXPIRED] => Your authentication has expired. [JLIB_MAIL_FUNCTION_DISABLED] => The mail() function has been disabled and the mail can't be sent. [JLIB_MAIL_FUNCTION_OFFLINE] => The mail function has been disabled by an administrator. [JLIB_MAIL_INVALID_EMAIL_SENDER] => Invalid email sender: %s [JLIB_MEDIA_ERROR_UPLOAD_INPUT] => Unable to upload file. [JLIB_MEDIA_ERROR_WARNFILENAME] => File name must only have alphanumeric characters and no spaces. [JLIB_MEDIA_ERROR_WARNFILETOOLARGE] => This file is too large to upload. [JLIB_MEDIA_ERROR_WARNFILETYPE] => This file type is not supported. [JLIB_MEDIA_ERROR_WARNIEXSS] => Possible IE XSS Attack found. [JLIB_MEDIA_ERROR_WARNINVALID_IMG] => Not a valid image. [JLIB_MEDIA_ERROR_WARNINVALID_MIME] => Invalid mime type detected. [JLIB_MEDIA_ERROR_WARNINVALID_MIMETYPE] => Illegal mime type detected: %s [JLIB_MEDIA_ERROR_WARNNOTADMIN] => Uploaded file is not an image file and you do not have permission. [JLIB_MENUS_PRESET_JOOMLA] => Preset - Joomla [JLIB_MENUS_PRESET_MODERN] => Preset - Modern [JLIB_NO_EDITOR_PLUGIN_PUBLISHED] => Unable to display an editor because no editor plugin is published. [JLIB_PLUGIN_ERROR_LOADING_PLUGINS] => Error loading Plugins: %s [JLIB_REGISTRY_EXCEPTION_LOAD_FORMAT_CLASS] => Unable to load format class. [JLIB_RULES_ACTION] => Action [JLIB_RULES_ALLOWED] => Allowed [JLIB_RULES_ALLOWED_ADMIN] => Allowed (Super User) [JLIB_RULES_ALLOWED_INHERITED] => Allowed (Inherited) [JLIB_RULES_CALCULATED_SETTING] => Calculated Setting [JLIB_RULES_CONFLICT] => Conflict [JLIB_RULES_DATABASE_FAILURE] => Failed storing the data to the database. [JLIB_RULES_DENIED] => Denied [JLIB_RULES_GROUP] => %s [JLIB_RULES_GROUPS] => Groups [JLIB_RULES_INHERIT] => Inherit [JLIB_RULES_INHERITED] => Inherited [JLIB_RULES_NOT_ALLOWED] => Not Allowed [JLIB_RULES_NOT_ALLOWED_ADMIN_CONFLICT] => Conflict [JLIB_RULES_NOT_ALLOWED_DEFAULT] => Not Allowed (Default) [JLIB_RULES_NOT_ALLOWED_INHERITED] => Not Allowed (Inherited) [JLIB_RULES_NOT_ALLOWED_LOCKED] => Not Allowed (Locked) [JLIB_RULES_NOT_SET] => Not Set [JLIB_RULES_NOTICE_RECALCULATE_GROUP_PERMISSIONS] => Super User permissions changed. Save or reload to recalculate this group permissions. [JLIB_RULES_NOTICE_RECALCULATE_GROUP_CHILDS_PERMISSIONS] => Permissions changed in a group with child groups. Save or reload to recalculate the child groups permissions. [JLIB_RULES_REQUEST_FAILURE] => Failed sending the data to server. [JLIB_RULES_SAVE_BEFORE_CHANGE_PERMISSIONS] => Please save before changing permissions. [JLIB_RULES_SELECT_ALLOW_DENY_GROUP] => Allow or deny %s for users in the %s group. [JLIB_RULES_SELECT_SETTING] => Select New Setting [JLIB_RULES_SETTING_NOTES] => If you change the setting, it will apply to this and all child groups, components and content. Note that Denied will overrule any inherited setting and also the setting in any child group, component or content. In the case of a setting conflict, Deny will take precedence. Not Set is equivalent to Denied but can be changed in child groups, components and content. [JLIB_RULES_SETTING_NOTES_ITEM] => If you change the setting, it will apply to this item. Note that:
Inherited means that the permissions from global configuration, parent group and category will be used.
Denied means that no matter what the global configuration, parent group or category settings are, the group being edited can't take this action on this item.
Allowed means that the group being edited will be able to take this action for this item (but if this is in conflict with the global configuration, parent group or category it will have no impact; a conflict will be indicated by Not Allowed (Inherited) under Calculated Settings). [JLIB_RULES_SETTINGS_DESC] => Manage the permission settings for the user groups below. See notes at the bottom. [JLIB_STEMMER_INVALID_STEMMER] => Invalid stemmer type %s [JLIB_UNKNOWN] => Unknown [JLIB_UPDATER_ERROR_COLLECTION_FOPEN] => The PHP allow_url_fopen setting is disabled. This setting must be enabled for the updater to work. [JLIB_UPDATER_ERROR_COLLECTION_OPEN_URL] => Update: :Collection: Could not open %s [JLIB_UPDATER_ERROR_COLLECTION_PARSE_URL] => Update: :Collection: Could not parse %s [JLIB_UPDATER_ERROR_EXTENSION_OPEN_URL] => Update: :Extension: Could not open %s [JLIB_UPDATER_ERROR_EXTENSION_PARSE_URL] => Update: :Extension: Could not parse %s [JLIB_UPDATER_ERROR_OPEN_UPDATE_SITE] => Update: Could not open update site #%d "%s", URL: %s [JLIB_USER_ERROR_AUTHENTICATION_FAILED_LOAD_PLUGIN] => JAuthentication: :authenticate: Failed to load plugin: %s [JLIB_USER_ERROR_AUTHENTICATION_LIBRARIES] => JAuthentication: :__construct: Could not load authentication libraries. [JLIB_USER_ERROR_BIND_ARRAY] => Unable to bind array to user object. [JLIB_USER_ERROR_CANNOT_CHANGE_SUPER_USER] => A user is not allowed to change permissions of a Super User group. [JLIB_USER_ERROR_CANNOT_CHANGE_OWN_GROUPS] => A user is not allowed to change permissions of their own group(s). [JLIB_USER_ERROR_CANNOT_CHANGE_OWN_PARENT_GROUPS] => A user is not allowed to change permissions of their own group(s) parent group(s). [JLIB_USER_ERROR_CANNOT_DEMOTE_SELF] => You can't remove your own Super User permissions. [JLIB_USER_ERROR_CANNOT_REUSE_PASSWORD] => You can't reuse your current password, please enter a new password. [JLIB_USER_ERROR_ID_NOT_EXISTS] => JUser: :_load: User %s does not exist. [JLIB_USER_ERROR_NOT_SUPERADMIN] => Only users with Super User permissions can change other Super User user accounts. [JLIB_USER_ERROR_PASSWORD_NOT_MATCH] => Passwords do not match. Please re-enter password. [JLIB_USER_ERROR_UNABLE_TO_FIND_USER] => Unable to find a user with given activation string. [JLIB_USER_ERROR_UNABLE_TO_LOAD_USER] => JUser: :_load: Unable to load user with ID: %s [JLIB_USER_EXCEPTION_ACCESS_USERGROUP_INVALID] => User group does not exist. [JLIB_UTIL_ERROR_APP_INSTANTIATION] => Application Startup Error. [JLIB_UTIL_ERROR_CONNECT_DATABASE] => JDatabase: :getInstance: Could not connect to database
joomla.library: %1$s - %2$s [JLIB_UTIL_ERROR_DOMIT] => DommitDocument is deprecated. Use DomDocument instead. [JLIB_UTIL_ERROR_LOADING_FEED_DATA] => Error loading feed data. [JLIB_UTIL_ERROR_XML_LOAD] => Failed loading XML file. [PLG_SYSTEM_RSFPJOOMLACAPTCHA_DESC] => The RSForm! Pro - Captcha Plugin allows you to use any of your installed Joomla! Captcha plugins in your form. [RSFP_JOOMLA_BUILT_IN_CAPTCHA_LABEL] => Joomla! Built-in Captcha [RSFP_JOOMLA_CAPTCHA_LABEL] => Joomla! Captcha [RSFP_COMP_FIELD_CAPTCHA] => Captcha Type [RSFP_COMP_FVALUE_JOOMLA_DEFAULT_CAPTCHA] => Joomla! Default Captcha [PLG_SYSTEM_LOGROTATION] => System - Log Rotation [PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION] => This plugin periodically rotates system log files. [PLG_SYSTEM_LOGROTATION_CACHETIMEOUT_LABEL] => Log Rotation (in days) [PLG_SYSTEM_LOGROTATION_CACHETIMEOUT_DESC] => How often should the logs be rotated. [PLG_SYSTEM_LOGROTATION_LOGSTOKEEP_DESC] => The maximum number of old logs to keep. [PLG_SYSTEM_LOGROTATION_LOGSTOKEEP_LABEL] => Maximum Logs [PLG_SYSTEM_OSSYSTEM] => System - OSSystem (Don't uninstall this if you're using Alledia/Joomlashack extension) [PLG_SYSTEM_OSSYSTEM_DESCRIPTION] => A system plugin which supports Joomlashack/Alledia extensions. [JOOMLASHACK_FOOTER_LIKE_THIS_EXTENSION] => Like this extension? [JOOMLASHACK_FOOTER_GO_PRO_MORE_FEATURES] => Go Pro to access more features [JOOMLASHACK_FOOTER_LEAVE_A_REVIEW_ON_JED] => Leave a review on the JED [PLG_SYSTEM_RSFPREGISTRATION_DESC] => The Joomla! Registration Plugin allows integration between RSForm! Pro and the Joomla! registration. The integration is done silently while running in the background, so the user (form submitter) will not notice anything in the frontend. [RSFP_REG_TITLE] => Joomla! User Registration [RSFP_REG_USE_INTEGRATION] => Use Joomla! Registration Integration [RSFP_REG_SHOW_PASSWORD_STREGTH] => Show Password Strength Indicator [RSFP_REG_SHOW_PASSWORD_STREGTH_DESC] => Shows a visual representation of the strength of user's desired password as he types it, according to the parameters setup in the Joomla! Users component. [RSFP_REG_ACTION] => Action [RSFP_REG_ACTION_DESC] => Defines the action - either always register the user or register the user based on a field selection (eg. a checkbox has been checked). [RSFP_REG_ACTION_WARNING] => If you want to create the user based on a field selection, make sure the field you use has ANY of the following values set: 1 or register. Any other value provided and the registration will be ignored (i.e. no user will be created). [RSFP_REG_ALWAYS_REGISTER] => Always create the user [RSFP_REG_BASED_ON_SELECTION] => Based on another field [RSFP_REG_ACTIVATION] => New User Account Activation [RSFP_REG_ACTIVATION_DESC] => If set to Self, the User will receive an e-mail with a link to activate their account before they can log in. If set to Admin, the user will have to verify his account through a link sent to his email address, but will only be able to login after an administrator activates the account. [RSFP_REG_ACTIVATION_WARNING] => If you're using anything other than None, remember to add the {user_activation} and {admin_activation} placeholders in your emails. They will allow the user to activate their account and the administrator to approve it. [RSFP_REG_NONE] => None [RSFP_REG_SELF] => Self [RSFP_REG_ADMIN] => Admin [RSFP_REG_DEFER_ADMIN_EMAIL] => Defer Admin Email [RSFP_REG_DEFER_ADMIN_EMAIL_DESC] => Setting this to Yes will defer the sending of the Admin Email until the user clicks on the activation link. [RSFP_REG_GROUPS] => User Group [RSFP_REG_GROUPS_DESC] => The default group that will be applied when the user is created. [RSFP_REG_ACTIVATION_CB] => Confirm user in Community Builder [RSFP_REG_ACTIVATION_CB_DESC] => Confirm the newly created user in Community Builder [RSFP_REG_ITEMID] => Menu Item ID [RSFP_REG_ITEMID_DESC] => This is the Item ID that will be appended to the links received in the email. Use this if you'd like to create a SEF link pointing to another menu item than the default one the user is on. [RSFP_REG_SELECT_ITEMID] => - Default - [RSFP_REG_USER_ACTIVATION] => User Activation [RSFP_REG_ACTIVATION_ACTIONS] => Activation Actions [RSFP_REG_USER_ACTIVATION_ACTION] => User Activation Action [RSFP_REG_USER_ACTIVATION_ACTION_DESC] => This is the action that will be performed after the user validates his account by clicking on the activation link. [RSFP_REG_REDIRECT_DEFAULT] => None (Joomla! default) [RSFP_REG_REDIRECT_TO_URL] => Redirect to URL specified below [RSFP_REG_SHOW_MESSAGE] => Show message specified below [RSFP_REG_USER_ACTIVATION_URL] => URL [RSFP_REG_USER_ACTIVATION_URL_DESC] => This is the URL the user will be redirected to after activating his account. [RSFP_REG_USER_ACTIVATION_TEXT] => Message [RSFP_REG_USER_ACTIVATION_TEXT_DESC] => This is the message that will be presented to the user after activating this account. Placeholders and HTML code are permitted. [RSFP_REG_ADMIN_ACTIVATION] => Admin Activation [RSFP_REG_ADMIN_ACTIVATION_ACTION] => Admin Activation Action [RSFP_REG_ADMIN_ACTIVATION_ACTION_DESC] => This is the action that will be performed after the admin validates the account by clicking on the activation link. [RSFP_REG_ADMIN_ACTIVATION_URL] => URL [RSFP_REG_ADMIN_ACTIVATION_URL_DESC] => This is the URL the admin will be redirected to after activating the user's account. [RSFP_REG_ADMIN_ACTIVATION_TEXT] => Message [RSFP_REG_ADMIN_ACTIVATION_TEXT_DESC] => This is the message that will be presented to the admin after activating the user's account. Placeholders and HTML code are permitted. [RSFP_REG_MERGE_VARS] => Map Fields [RSFP_REG_MERGE_VARS_DESC] => On the left side you will find the fields from Joomla! registration. You can map them to RSForm! Pro fields, so that they will automatically be populated with user-supplied data. [RSFP_REG_NAME] => Name [RSFP_REG_USERNAME] => Username [RSFP_REG_EMAIL] => E-mail [RSFP_REG_EMAIL2] => Verify E-mail [RSFP_REG_PASSWORD1] => Password [RSFP_REG_PASSWORD2] => Verify Password [RSFP_REG_CONSENT] => Consent [PLG_SYSTEM_RSFPREGISTRATION_JOOMLA_FIELDS] => Map Joomla! Custom Fields [PLG_SYSTEM_RSFPREGISTRATION_IGNORE] => - IGNORE - [PLG_SYSTEM_RSFPREGISTRATION_PROFILE_FIELDS] => User - Profile Fields [PLG_SYSTEM_RSFPREGISTRATION_ADDRESS1] => Address 1 [PLG_SYSTEM_RSFPREGISTRATION_ADDRESS2] => Address 2 [PLG_SYSTEM_RSFPREGISTRATION_CITY] => City [PLG_SYSTEM_RSFPREGISTRATION_REGION] => Region [PLG_SYSTEM_RSFPREGISTRATION_COUNTRY] => Country [PLG_SYSTEM_RSFPREGISTRATION_POSTAL_CODE] => Postal Code [PLG_SYSTEM_RSFPREGISTRATION_PHONE] => Phone [PLG_SYSTEM_RSFPREGISTRATION_WEBSITE] => Website [PLG_SYSTEM_RSFPREGISTRATION_FAVORITEBOOK] => Favorite Book [PLG_SYSTEM_RSFPREGISTRATION_ABOUTME] => About Me [PLG_SYSTEM_RSFPREGISTRATION_DOB] => Date of Birth [PLG_SYSTEM_RSFPREGISTRATION_TOS] => Terms of Service [RSFP_REG_FORM_NAME_LABEL] => Registration form [RSFP_REG_FORM_NAME_DESC] => Choose which form you want to be displayed in the registration page. [RSFP_REG_DEFAULT_JOOMLA_FORM] => Default Joomla! User Registration Form [RSFP_REDIRECT_URL_LABEL] => Redirect URL [RSFP_REDIRECT_URL_DESC] => Manually enter the URL you want to be redirected to when you click on the Register link. [RSFP_REG_OR] => OR [RSFP_REG_REGISTRATION_BIND_FAILED] => Failed to bind registration data: %s [RSFP_REG_REGISTRATION_SAVE_FAILED] => Registration failed: %s [RSFP_REG_ERROR_VALID_AZ09] => Please enter a valid username. No space at beginning or end, at least 2 characters and must not contain the following characters: < > \ " ' % ; ( ) & [RSFP_REG_ERROR_USERNAME_INUSE] => Username in use [RSFP_REG_ERROR_VALID_MAIL] => Please enter a valid email address. [RSFP_REG_ERROR_EMAIL_INUSE] => This email is already registered. [RSFP_REG_EMAIL_DO_NOT_MATCH] => E-mail addresses do not match. Please re-type your e-mail address. [RSFP_REG_EMPTY_PASSWORD] => Empty passwords are not allowed. Please fill in your desired password. [RSFP_REG_ERROR_PASSWORD_NOT_MATCH] => Passwords do not match. Please re-enter password. [RSFP_REG_DATABASE_ERROR] => Error getting the user from the database: %s [RSFP_REG_ACTIVATION_TOKEN_NOT_FOUND] => Verification code not found. [RSFP_REG_MISSING_ACTIVATION_PARAMETERS] => Some parameters needed for account activation are missing from the URL. [RSFP_REG_MISSING_SUBMISSION] => The account you're trying to activate seems to be missing the provided submission. [RSFP_REG_WRONG_USER_SUBMISSION] => The account you're trying to activate doesn't seem to be tied to the provided submission. [RSFP_REG_REGISTRATION_ACTIVATION_SAVE_FAILED] => Failed to save activation data: %s [RSFP_REG_REGISTRATION_SAVE_SUCCESS] => Thank you for registering. You may now log in using the username and password you registered with. [RSFP_REG_REGISTRATION_ACTIVATE_SUCCESS] => Your Account has been successfully activated. You can now log in using the username and password you chose during the registration. [RSFP_REG_REGISTRATION_VERIFY_SUCCESS] => Your email has been verified. Once an administrator approves your account, you will be notified by email, and you can login to the site. [RSFP_REG_REGISTRATION_ADMINACTIVATE_SUCCESS] => The user's account has been successfully activated and the user has been notified about it. [RSFP_REG_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY] => Hello %s,\n\nYour account has been activated by an administrator. You can now login at %s using the username %s and the password you chose while registering. [RSFP_REG_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT] => Account activated for %s at %s [PLG_SYSTEM_UPDATENOTIFICATION] => System - Joomla! Update Notification [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_LBL] => Super User Emails [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_DESC] => A comma separated list of the email addresses which will receive the update notification emails. The addresses in the list MUST belong to existing users of your site who have the Super User privilege. If none of the listed emails belongs to Super Users, or if it's left blank, all Super Users of this site will receive the update notification email. [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT] => Joomla! Update available for [SITENAME] – [URL] [PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY] => This email IS NOT sent by the Joomla! project. It is sent automatically by your own site,\n[SITENAME] - [URL] \n\n================================================================================\nUPDATE INFORMATION\n================================================================================\n\nYour site has discovered that there is an updated version of Joomla! available for download.\n\nJoomla! version currently installed: [CURVERSION]\nJoomla! version available for installation: [NEWVERSION]\n\nThis email is sent to you by your site to remind you of this fact.\nThe Joomla! project will never contact you directly about available updates of Joomla! on your site.\n\n================================================================================\nUPDATE INSTRUCTIONS\n================================================================================\n\nTo install the update on [SITENAME] please select the following link. (If the URL is not a link, copy & paste it to your browser).\n\nUpdate link: [LINK]\n\nRelease News can be found here: [RELEASENEWS]\n\n================================================================================\nWHY AM I RECEIVING THIS EMAIL?\n================================================================================\n\nThis email has been automatically sent by a plugin provided by Joomla!, the software which powers your site.\nThis plugin looks for updated versions of Joomla! and sends an email notification to its administrators.\nYou will receive several similar emails from your site until you either update the software or disable these emails.\n\nTo disable these emails, please unpublish the 'System - Joomla! Update Notification' plugin in the Plugin Manager on your site.\n\nIf you do not understand what Joomla! is and what you need to do please do not contact the Joomla! project.\nThey are NOT sending you this email and they cannot help you. Instead, please contact the person who built or manages your site.\n\nIf you are the person who built or manages your website, please note that this plugin may have been activated automatically when you installed or updated Joomla! on your site.\n\n================================================================================\nWHO SENT ME THIS EMAIL?\n================================================================================\n\nThis email is sent to you by your own site, [SITENAME] [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_LBL] => Email Language [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_DESC] => Select a language for the update notification emails. Set to Auto to send them in the site language at the time. [PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_NONE] => Auto [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME] => The Joomla! Update Notification will not run in this configuration [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY] => In your Installer Configuration you have set the Option Update Cache (in Hours) to 0 this means that Joomla is not caching the Update. This means an email should be sent on every page visit but this is not possible. Please increase the value (6 is default) or confirm that the Joomla! Update Notification will never send you mails. [PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION] => Set it back to the default setting (6 Hours) [PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION] => This plugin periodically checks for the availability of new Joomla! versions. When one is found it will send you an email, reminding you to update Joomla!. Pro Tip: You can customise the email message by overriding the language string keys PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT and PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY. [PLG_SYSTEM_FIELDS] => System - Fields [PLG_SYSTEM_FIELDS_XML_DESCRIPTION] => The system fields plugin that is required to display the custom fields. [PLG_SYSTEM_LOGOUT_XML_DESCRIPTION] => The system logout plugin enables Joomla to redirect the user to the home page if they choose to logout while they are on a protected access page. [PLG_SYSTEM_LOGOUT] => System - Logout [PLG_SYSTEM_LOGOUT_REDIRECT] => You have been redirected to the home page following logout. [RSFP_CALENDAR_MONTHS_SHORT_1] => Jan [RSFP_CALENDAR_MONTHS_SHORT_2] => Feb [RSFP_CALENDAR_MONTHS_SHORT_3] => Mar [RSFP_CALENDAR_MONTHS_SHORT_4] => Apr [RSFP_CALENDAR_MONTHS_SHORT_5] => May [RSFP_CALENDAR_MONTHS_SHORT_6] => Jun [RSFP_CALENDAR_MONTHS_SHORT_7] => Jul [RSFP_CALENDAR_MONTHS_SHORT_8] => Aug [RSFP_CALENDAR_MONTHS_SHORT_9] => Sep [RSFP_CALENDAR_MONTHS_SHORT_10] => Oct [RSFP_CALENDAR_MONTHS_SHORT_11] => Nov [RSFP_CALENDAR_MONTHS_SHORT_12] => Dec [RSFP_CALENDAR_MONTHS_LONG_1] => January [RSFP_CALENDAR_MONTHS_LONG_2] => February [RSFP_CALENDAR_MONTHS_LONG_3] => March [RSFP_CALENDAR_MONTHS_LONG_4] => April [RSFP_CALENDAR_MONTHS_LONG_5] => May [RSFP_CALENDAR_MONTHS_LONG_6] => June [RSFP_CALENDAR_MONTHS_LONG_7] => July [RSFP_CALENDAR_MONTHS_LONG_8] => August [RSFP_CALENDAR_MONTHS_LONG_9] => September [RSFP_CALENDAR_MONTHS_LONG_10] => October [RSFP_CALENDAR_MONTHS_LONG_11] => November [RSFP_CALENDAR_MONTHS_LONG_12] => December [RSFP_CALENDAR_WEEKDAYS_1CHAR_0] => S [RSFP_CALENDAR_WEEKDAYS_1CHAR_1] => M [RSFP_CALENDAR_WEEKDAYS_1CHAR_2] => T [RSFP_CALENDAR_WEEKDAYS_1CHAR_3] => W [RSFP_CALENDAR_WEEKDAYS_1CHAR_4] => T [RSFP_CALENDAR_WEEKDAYS_1CHAR_5] => F [RSFP_CALENDAR_WEEKDAYS_1CHAR_6] => S [RSFP_CALENDAR_WEEKDAYS_SHORT_0] => Su [RSFP_CALENDAR_WEEKDAYS_SHORT_1] => Mo [RSFP_CALENDAR_WEEKDAYS_SHORT_2] => Tu [RSFP_CALENDAR_WEEKDAYS_SHORT_3] => We [RSFP_CALENDAR_WEEKDAYS_SHORT_4] => Th [RSFP_CALENDAR_WEEKDAYS_SHORT_5] => Fr [RSFP_CALENDAR_WEEKDAYS_SHORT_6] => Sa [RSFP_CALENDAR_WEEKDAYS_MEDIUM_0] => Sun [RSFP_CALENDAR_WEEKDAYS_MEDIUM_1] => Mon [RSFP_CALENDAR_WEEKDAYS_MEDIUM_2] => Tue [RSFP_CALENDAR_WEEKDAYS_MEDIUM_3] => Wed [RSFP_CALENDAR_WEEKDAYS_MEDIUM_4] => Thu [RSFP_CALENDAR_WEEKDAYS_MEDIUM_5] => Fri [RSFP_CALENDAR_WEEKDAYS_MEDIUM_6] => Sat [RSFP_CALENDAR_WEEKDAYS_LONG_0] => Sunday [RSFP_CALENDAR_WEEKDAYS_LONG_1] => Monday [RSFP_CALENDAR_WEEKDAYS_LONG_2] => Tuesday [RSFP_CALENDAR_WEEKDAYS_LONG_3] => Wednesday [RSFP_CALENDAR_WEEKDAYS_LONG_4] => Thursday [RSFP_CALENDAR_WEEKDAYS_LONG_5] => Friday [RSFP_CALENDAR_WEEKDAYS_LONG_6] => Saturday [RSFP_CALENDAR_START_WEEKDAY] => 0 [RSFP_THANKYOU_BUTTON] => Continue [RSFP_THANKYOU_SMALL] => The form has been submitted successfully. Thank you! [PREV] => Prev [RSFP_FORM_DOES_NOT_EXIST] => The form #%d does not exist or it is not published. [RSFP_FORM_CANNOT_BE_ACCESSED] => You are not authorised to access form #%d. [RSFP_SEARCH] => Search [RSFP_GO] => Go [RSFP_RESET] => Reset [RSFP_SUBMISSION_CONFIRMED] => Your submission was confirmed. Thank you! [RSFP_SUBMISSION_CONFIRMED_ERROR] => Invalid hash! [RSFP_YES] => Yes [RSFP_NO] => No [COM_RSFORM_NO_VALUE] => - No value provided - [COM_RSFORM_CALENDAR_CHOOSE_MONTH] => Choose Month [COM_RSFORM_CALENDAR_ENTER_YEAR] => Enter Year [COM_RSFORM_CALENDAR_PLEASE_ENTER_A_VALID_YEAR] => Please enter a valid year [COM_RSFORM_CALENDAR_OK] => Ok [COM_RSFORM_CALENDAR_CANCEL] => Cancel [COM_RSFORM_INVALID_HASH] => The URL you have supplied is not valid or may be out of date. [COM_RSFORM_SUBMISSION_DELETED] => Your submission has been successfully deleted from our database. [RSFP_SUBM_DIR_DOWNLOAD_CSV] => Download selected as CSV [RSFP_SUBM_DIR_PLEASE_SELECT_AT_LEAST_ONE] => Please select at least one item by ticking the checkbox next to it before pressing the Download button! [RSFP_SUBM_DIR_VIEW] => View [RSFP_SUBM_DIR_EDIT] => Edit [RSFP_SUBM_DIR_DELETE] => Delete [RSFP_SUBM_DIR_PDF] => Download PDF [RSFP_SUBM_DIR_SAVE] => Save & close [RSFP_SUBM_DIR_APPLY] => Apply [RSFP_SUBM_DIR_BACK] => Back [RSFP_SUBM_DIR_SAVE_OK] => Your changes have been saved. [RSFP_SUBM_DIR_SAVE_ERROR] => There was an error in your form. [RSFP_SUBM_DIR_DELETE_OK] => The submission #%d has been successfully deleted from our database. [RSFP_SUBM_DIR_DELETE_SURE] => Are you sure you want to delete this? [JGRID_CHECKBOX_ROW_N] => Checkbox for row %d [RSFP_VIEW_DIRECTORY_NOT_ENABLED_FORGOT] => You are not authorized to view this page. Did you forget to set 'Enable Directory' to 'Yes' from this menu item's properties? [RSFP_VIEW_DIRECTORY_NO_VALID_FORMID] => Form #%d does not exist! [RSFP_VIEW_DIRECTORY_NOT_SAVED_YET] => This directory has not been configured & saved yet. [RSFP_VIEW_DIRECTORY_NO_CSV] => This directory has 'Enable CSV Support' set to 'No'. [COM_RSFORM_VIEW_SUBMISSION_ALT] => View #%d [COM_RSFORM_EDIT_SUBMISSION_ALT] => Edit #%d [COM_RSFORM_DELETE_SUBMISSION_ALT] => Delete #%d [COM_RSFORM_DOWNLOAD_PDF_ALT] => Download #%d in PDF format [COM_RSFORM_CLEAR] => Clear [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_EDIT] => Unfortunately, you do not have the permission to edit this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_SAVE] => Unfortunately, you do not have the permission to save this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_CANNOT_DELETE] => Unfortunately, you do not have the permission to delete this submission. [COM_RSFORM_SUBMISSIONS_DIRECTORY_NO_SUBMISSIONS_SELECTED] => No submissions have been selected for download; please tick the box next to them and try again. [RSFP_VIEW_SUBMISSIONS_NOT_ENABLED_FORGOT] => You are not authorized to view this page. Did you forget to set 'Enable Viewing Submissions' to 'Yes' from this menu item's properties? [RSFP_VIEW_SUBMISSION] => View [RSFP_SUBMISSION_DOES_NOT_EXIST] => Submission #%d doesn't exist. [RSFP_SUBMISSION_NOT_ALLOWED] => You're not allowed to view submission #%d. [RSFP_SUBMISSION_NOT_CONFIRMED] => Submission #%d isn't confirmed yet. [COM_RSFORM_LIMIT_SUBMISSIONS_HAS_BEEN_REACHED] => Sorry, no more submissions are accepted. The limit of submissions for this form has been reached. [RSFP_FILE_HAS_NOT_BEEN_UPLOADED_DUE_TO_AN_UNKNOWN_ERROR] => The file has not been uploaded due to an unknown error. [RSFP_UPLOAD_ERR_INI_SIZE] => The uploaded file exceeds the upload_max_filesize directive in php.ini. [RSFP_UPLOAD_ERR_FORM_SIZE] => The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form. [RSFP_UPLOAD_ERR_PARTIAL] => The uploaded file was only partially uploaded. [RSFP_UPLOAD_ERR_NO_TMP_DIR] => File could not be uploaded because PHP is missing a temporary folder. [RSFP_UPLOAD_ERR_CANT_WRITE] => File could not be uploaded because the server failed to write the file to disk. [RSFP_UPLOAD_ERR_EXTENSION] => A PHP extension stopped the file upload. [COM_RSFORM_SELECT_FILE_PLACEHOLDER] => Select file [COM_RSFORM_FILE_EXCEEDS_LIMIT] => Selected file %1$s exceeds maximum allowed size of %2$s kb. [COM_RSFORM_FILE_EXTENSION_NOT_ALLOWED] => Selected file %s extension is not allowed. [COM_RSFORM_FILE_DOES_NOT_SEEM_TO_BE_AN_IMAGE] => File %s does not seem to be a valid image. Please try another file. [COM_RSFORM_MINFILES_REQUIRED] => This field requires at least %d files to be uploaded. [COM_RSFORM_MAXFILES_REQUIRED] => You have added too many files - this field allows a maximum of %d files to be uploaded. [COM_RSFORM_DIRECTORY_FILES_VALIDATION] => (%1$s) %2$s [COM_RSFORM_FILE_ADD_PLUS] => Add another file [COM_RSFORM_MINSELECTIONS_REQUIRED] => Please select at least %d items. [RSFP_PROGRESS_PAGE] => Page [RSFP_PROGRESS_OF] => of [COM_RSFORM_SEF_CONFIRM_SUBMISSION] => confirm-submission [COM_RSFORM_SEF_DIRECTORY_VIEW_SUBMISSION] => submission-view [COM_RSFORM_SEF_DIRECTORY_EDIT_SUBMISSION] => submission-edit [COM_RSFORM_SEF_DIRECTORY_DELETE_SUBMISSION] => submission-delete [COM_RSFORM_SEF_SUBMISSIONS_VIEW_FILE] => submission-view-file [COM_RSFORM_SEF_SUBMISSIONS_DIRECTORY] => submissions-directory [COM_RSFORM_SEF_SUBMISSIONS_VIEW_SUBMISSION] => view-submission [COM_RSFORM_SEF_SUBMISSIONS_VIEW_SUBMISSIONS] => view-submissions [COM_RSFORM_SEF_FORM] => form [K2_1_STAR_OUT_OF_5] => 1 star out of 5 [K2_2_STARS_OUT_OF_5] => 2 stars out of 5 [K2_3_STARS_OUT_OF_5] => 3 stars out of 5 [K2_4_STARS_OUT_OF_5] => 4 stars out of 5 [K2_5_STARS_OUT_OF_5] => 5 stars out of 5 [K2_ACCOUNT_DETAILS] => Account details [K2_ADD_A_NEW_ITEM_IN_THIS_CATEGORY] => Add a new item in this category [K2_ADDITIONAL_DETAILS] => Additional Details [K2_ADDITIONAL_INFO] => Additional Info [K2_ADMINISTRATIVE_DETAILS] => Administration Options [K2_ALERTNOTAUTH] => You are not authorized to view this resource [K2_ANTISPAM_SETTINGS_ERROR] => The anti-spam settings for this website are not yet properly configured and comments cannot yet be published.
Please notify the site administrator :) [K2_APPROVE] => Approve [K2_APRIL] => April [K2_AUGUST] => August [K2_BACK_TO_TOP] => back to top [K2_BE_THE_FIRST_TO_COMMENT] => Be the first to comment! [K2_BY] => By [K2_CATEGORY_NOT_FOUND] => Category not found [K2_CHECK_THIS_BOX_TO_DELETE_CURRENT_IMAGE_OR_JUST_UPLOAD_A_NEW_IMAGE_TO_REPLACE_THE_EXISTING_ONE] => Check this box to delete current image or just upload a new image to replace the existing one [K2_CHILDREN_CATEGORIES] => Children categories [K2_CLICK_TO_PREVIEW_IMAGE] => Click to preview image [K2_COMMENT_ADDED_AND_WAITING_FOR_APPROVAL] => Comment added and waiting for approval. [K2_COMMENT_ADDED_REFRESHING_PAGE] => Comment added! Refreshing page... [K2_COMMENT_FORM_NOTES] => Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed. [K2_COMMENT_LINK] => Comment Link [K2_COMMENT_NOT_FOUND] => Comment not found [K2_COMMENT] => comment [K2_COMMENTED_ON] => commented on [K2_COMMENTS] => comments [K2_CONFIRM_EMAIL] => Confirm email [K2_COULD_NOT_UPLOAD_YOUR_IMAGE] => Could not upload your image [K2_COULD_NOT_VERIFY_THAT_YOU_ARE_NOT_A_ROBOT] => Could not verify that you are not a robot [K2_DATE_FORMAT_LC] => l, d F Y [K2_DATE_FORMAT_LC2] => l, d F Y H:i [K2_DATE_FORMAT] => d/m/Y - H:i [K2_DATE] => Date [K2_DECEMBER] => December [K2_DECREASE_FONT_SIZE] => decrease font size [K2_DESCRIPTION] => Description [K2_DISPLAYING_ITEMS_BY_TAG] => Displaying items by tag: [K2_DOWNLOAD_ATTACHMENTS] => Download attachments: [K2_DOWNLOAD] => Download [K2_DOWNLOADS] => Downloads [K2_EDIT_ITEM] => Edit item [K2_EMAIL] => Email [K2_ENTER_THE_TWO_WORDS_YOU_SEE_BELOW] => Enter the words you see below [K2_ENTER_YOUR_EMAIL_ADDRESS] => enter your e-mail address... [K2_ENTER_YOUR_MESSAGE_HERE] => enter your message here... [K2_ENTER_YOUR_NAME] => enter your name... [K2_ENTER_YOUR_SITE_URL] => enter your site URL... [K2_FEATURED] => Featured [K2_FEBRUARY] => February [K2_FEED] => Feed [K2_FEMALE] => Female [K2_FILE_DOES_NOT_EXIST] => File does not exist [K2_FLAG_AS_SPAMMER] => Flag As Spammer [K2_FONT_SIZE] => font size [K2_FRI] => Fri [K2_FRONTEND_PERMISSIONS_NOTICE] => Please note that you may have permissions to edit content in the frontend, but you do not have publishing rights.
The admin of this site will approve your item after moderation. [K2_GALLERY_IMAGES] => Gallery images [K2_GENDER] => Gender [K2_GREEN] => green [K2_IMAGE_GALLERY] => Image Gallery [K2_IN] => in [K2_INCREASE_FONT_SIZE] => increase font size [K2_INVALID_EMAIL_ADDRESS] => Invalid Email Address! [K2_ITEM_NOT_FOUND] => Item not found [K2_ITEM_SAVED] => Item saved [K2_ITEMS_FILTERED_BY_DATE] => Items filtered by date: [K2_JANUARY] => January [K2_JULY] => July [K2_JUNE] => June [K2_LAST_MODIFIED_ON] => Last modified on [K2_LATEST_FROM] => Latest from [K2_LEAVE_A_COMMENT] => Leave a comment [K2_LOGIN_TO_POST_COMMENTS] => Login to post comments [K2_MALE] => Male [K2_MARCH] => March [K2_MAY] => May [K2_MEDIA] => Media [K2_MESSAGE] => Message [K2_MODERATE_COMMENTS_TO_MY_ITEMS] => Moderate comments to my items [K2_MON] => Mon [K2_MORE_IN_THIS_CATEGORY] => More in this category: [K2_MORE] => More... [K2_NAME] => Name [K2_NO_RESULTS_FOUND] => No results found! [K2_NOT_FOUND] => Not found [K2_NOTES] => Notes [K2_NOVEMBER] => November [K2_OCTOBER] => October [K2_PASSWORD] => Password [K2_PERSONAL_DETAILS] => Personal Details [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_DELETE] => Please make a selection from the list to delete! [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_PUBLISH] => Please make a selection from the list to publish! [K2_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST_TO_UNPUBLISH] => Please make a selection from the list to unpublish! [K2_PLEASE_TYPE_THE_REPORT_REASON] => Please type the report reason [K2_PLEASE_TYPE_YOUR_NAME] => Please type your name [K2_POSSIBLE_SPAMMER_DETECTED_BY_STOPFORUMSPAM] => Possible spammer detected from StopForumSpam.com [K2_POST_A_NEW_ITEM] => Post a new item [K2_POSTED_BY] => posted by [K2_PRINT_THIS_PAGE] => Print this page [K2_PRINT] => Print [K2_PUBLISHED_IN] => Published in [K2_RATE_THIS_ITEM] => Rate this item [K2_READ_MORE] => Read more... [K2_READ] => Read [K2_REGISTER_REQUIRED] => Fields marked with an asterisk (*) are required. [K2_REGISTER] => Register [K2_RELATED_ITEMS_BY_TAG] => Related items [K2_RELATED_VIDEO] => Media [K2_REMOVE] => Remove [K2_REPORT_COMMENT] => Report comment [K2_REPORT_REASON] => Reason for reporting this comment? [K2_REPORT_SUBMITTED] => Report submitted! [K2_REPORT_USER_WARNING] => WARNING: This action will block the user and also unpublish all of their items and comments. Are you sure? [K2_REPORT] => Report [K2_SAT] => Sat [K2_SAVE_COMPLETED] => Save completed [K2_SAVE] => Save [K2_SEARCH_RESULTS_FOR] => Search results for: [K2_SEARCH] => Search [K2_SEND_REPORT] => Send report [K2_SEPTEMBER] => September [K2_SPAM_ATTEMPT_HAS_BEEN_DETECTED_THE_COMMENT_HAS_BEEN_REJECTED] => Spam attempt has been detected. The comment has been rejected. [K2_STOP_FORUM_SPAM_API_KEY] => StopForumSpam.com API key [K2_SUBMIT_COMMENT] => Submit comment [K2_SUBSCRIBE_TO_THIS_RSS_FEED] => Subscribe to this RSS feed [K2_SUN] => Sun [K2_TAGGED_UNDER] => Tagged under [K2_THANK_YOU_YOUR_COMMENT_WILL_BE_PUBLISHED_SHORTLY] => Thank you. Your comment will be published shortly. [K2_THANKS_FOR_RATING] => Thanks for rating! [K2_THE_NAME_OR_EMAIL_ADDRESS_YOU_TYPED_IS_ALREADY_IN_USE] => The Name or Email Address you typed is already in use! [K2_THE_WORDS_YOU_TYPED_DID_NOT_MATCH_THE_ONES_DISPLAYED_PLEASE_TRY_AGAIN] => The words you typed did not match the ones displayed. Please try again. [K2_THU] => Thu [K2_TIMES] => times [K2_TUE] => Tue [K2_UNPUBLISH_ITEM] => Unpublish Item [K2_UNPUBLISHED] => Unpublished [K2_UPLOAD_NEW_IMAGE_TO_REPLACE_THE_EXISTING_OR_CHECK_THIS_BOX_TO_DELETE_CURRENT_IMAGE] => Upload new image to replace the existing or check this box to delete current image [K2_URL] => URL [K2_USE_REMOTE_VIDEO] => Use remote video [K2_USER_BLOCKED] => User blocked [K2_USER_COMMENTS_UNPUBLISHED] => User comments unpublished [K2_USER_DATA_SUBMITTED_TO_STOPFORUMSPAM] => User data submitted to stopforumspam.com [K2_USER_IMAGE_AVATAR] => User image (avatar) [K2_USER_ITEMS_UNPUBLISHED] => User items unpublished [K2_USER_NAME] => Username [K2_USER_NOT_FOUND] => User not found [K2_VERIFY_PASSWORD] => Verify password [K2_VIEW_ITEMS] => View items... [K2_VOTE] => Vote [K2_VOTES] => votes [K2_WEBSITE_URL] => Website URL [K2_WEBSITE] => Website: [K2_WED] => Wed [K2_WRITTEN_BY_FEMALE] => Written by [K2_WRITTEN_BY_MALE] => Written by [K2_WRITTEN_BY] => Written by [K2_YOU_ARE_ALLOWED_TO] => You are allowed to: [K2_YOU_ARE_ALREADY_REGISTERED_AS_A_MEMBER] => You are already registered as a member. [K2_YOU_ARE_NOT_ALLOWED_TO_POST_TO_THIS_CATEGORY_SAVE_FAILED] => You are not allowed to post to this category. Save failed. [K2_YOU_CANNOT_REPORT_YOURSELF] => You cannot flag yourself as spammer! [K2_YOU_DONT_HAVE_THE_PERMISSION_TO_PUBLISH_ITEMS] => You don't have the permission to publish items [K2_YOU_HAVE_ALREADY_RATED_THIS_ITEM] => You have already rated this entry! [K2_YOU_NEED_TO_FILL_IN_ALL_REQUIRED_FIELDS] => You need to fill in all required fields! [K2_YOU_NEED_TO_LOGIN_FIRST] => You need to login first! [K2_YOUR_NAME] => Your name [K2_YOUR_SETTINGS_HAVE_BEEN_SAVED] => Your settings have been saved [K2_ADD_TO_DELICIOUS] => Add to Delicious [K2_ADD_TO_FACEBOOK] => Add to Facebook [K2_ADD_TO_GOOGLE_BUZZ] => Add to Google Buzz [K2_ADD_TO_MYSPACE] => Add to MySpace [K2_ADD_TO_REDDIT] => Add to Reddit [K2_ADD_TO_STUMBLEUPON] => Add to StumbleUpon [K2_ADD_TO_TECHNORATI] => Add to Technorati [K2_DIGG_THIS] => Digg this [K2_LIKE_THIS_TWEET_IT_TO_YOUR_FOLLOWERS] => Like this? Tweet it to your followers! [K2_TWEET] => Tweet [K2_DATE_FORMAT_CALENDAR] => Y-m-d H:i:s [TPL_GK_LANG_NAME] => TechNews [TPL_GK_LANG_LOGIN_POPUP] => Log in [TPL_GK_LANG_LOGOUT_POPUP] => Your account [TPL_GK_LANG_MYACCOUNT] => My Account [TPL_GK_LANG_VM3_NO_DESC] => There is no detailed description for this product [TPL_GK_LANG_VM3_FEATURED] => Featured [TPL_GK_LANG_MY_CART] => My cart [TPL_GK_LANG_EMPTY_CART] => Your cart is empty [TPL_GK_LANG_K2_MORE] => More [TPL_GK_LANG_TWITTER] => Twitter: [TPL_GK_LANG_LOGIN_FORM] => Log in [TPL_GK_LANG_OR_FORM] => or [TPL_GK_LANG_REG_FORM] => Register [TPL_GK_LANG_POSTED_BY] => Posted by [TPL_GK_LANG_BY] => by [TPL_GK_LANG_MENU] => Menu [TPL_GK_LANG_POSTED] => [TPL_GK_LANG_COMMENT_FORM_NAME] => Name [TPL_GK_LANG_COMMENT_FORM_EMAIL] => Your e-mail [TPL_GK_LANG_COMMENT_FORM_WWW] => Your website [TPL_GK_LANG_COMMENT_FORM_MESSAGE] => Your Message [TPL_GK_LANG_ITEMS_BY_TAG] => Tag: [TPL_GK_LANG_ERROR_TITLE_PRE] => An [TPL_GK_LANG_ERROR_TITLE_POST] => error occured during your request. [TPL_GK_LANG_ERROR_TITLE_404] => The page you are looking for could not be found. Please check the address and try again or use the search function. [TPL_GK_LANG_ERROR_TITLE_404_LINKS] => Useful links [TPL_GK_LANG_ERROR_CODE] => en-GB [TPL_GK_LANG_ERROR_TITLE_BACK_TO_HOMEPAGE] => Back to our homepage [TPL_GK_LANG_PUBLISHED_IN] => Published in %s [TPL_GK_LANG_PUBLISHED_AT] => Date: [TPL_GK_LANG_MODIFIED_AT] => Last modification: [TPL_GK_LANG_HITS] => Hits: %s [TPL_GK_LANG_ENABLED] => Enabled [TPL_GK_LANG_DISABLED] => Disabled [TPL_GK_LANG_ON] => On [TPL_GK_LANG_OFF] => Off [TPL_GK_LANG_FB_LOGIN_TEXT] => Log in with Facebook [COM_TEMPLATES_BASIC_SETTINGS_FIELDSET_LABEL] => Basic settings [TPL_GK_LANG_TEMPLATE_CUSTOM_OVERRIDE] => Template custom override folder [TPL_GK_LANG_TEMPLATE_STYLE] => Template style [COM_TEMPLATES_LAYOUT_SETTINGS_FIELDSET_LABEL] => Layouts [TPL_GK_LANG_LAYOUT_POSITION] => Content position [TPL_GK_LANG_LAYOUT_POSITION_DESC] => Position of the page content - can be centered or set to the left side. [TPL_GK_LANG_TEMPLATE_WIDTH] => Template width [TPL_GK_LANG_TEMPLATE_WIDTH_DESC] => Maximal width of the template in pixels [TPL_GK_LANG_TABLET_WIDTH] => Tablet width [TPL_GK_LANG_TABLET_WIDTH_DESC] => Maximal width when tablet view is used [TPL_GK_LANG_TABLET_SMALL_WIDTH] => Small tablet width [TPL_GK_LANG_TABLET_SMALL_WIDTH_DESC] => Maximal width when small tablet view is used [TPL_GK_LANG_MOBILE_WIDTH] => Mobile width [TPL_GK_LANG_MOBILE_WIDTH_DESC] => Maximal width when mobile view is used [TPL_GK_LANG_SIDEBAR_POSITION] => Sidebar position [TPL_GK_LANG_SIDEBAR_POSITION_DESC] => Position of the sidebar module position - right or left. [TPL_GK_LANG_RIGHT] => Right [TPL_GK_LANG_LEFT] => Left [TPL_GK_LANG_CENTER] => Centered [TPL_GK_LANG_HEADER_LEFT_WIDTH] => Header left width [TPL_GK_LANG_HEADER_LEFT_WIDTH_DESC] => Width of the left part of the header in percents [TPL_GK_LANG_SIDEBAR_WIDTH] => Sidebar width [TPL_GK_LANG_SIDEBAR_WIDTH_DESC] => Width of the sidebar in percents [TPL_GK_LANG_SIDEBAR_WIDTH_FOR_PAGES] => Custom sidebar width [TPL_GK_LANG_SIDEBAR_WIDTH_FOR_PAGES_DESC] => Sidebar width for different subpages [TPL_GK_LANG_ADD_RULE_WIDTH] => Width: [COM_TEMPLATES_IMAGE_SETTINGS_FIELDSET_LABEL] => Images [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT] => Featured image height (full hd) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD] => Featured image height (desktop) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_DESKTOP] => Featured image height (small desktop) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_TABLET] => Featured image height (tablet) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_SMALL_TABLET] => Featured image height (small tablet) [TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_MOBILE] => Featured image height (mobile) [TPL_GK_LANG_FOR_FRONTPAGE_ONLY] => For frontpage only [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT] => Frontpage image height (full hd) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_FULL_HD] => Frontpage image height (desktop) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_DESKTOP] => Frontpage image height (small desktop) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_TABLET] => Frontpage image height (tablet) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_SMALL_TABLET] => Frontpage image height (small tablet) [TPL_GK_LANG_FRONTPAGE_IMAGE_HEIGHT_MOBILE] => Frontpage image height (mobile) [TPL_GK_LANG_FOR_K2_ONLY] => For specific subpages only [TPL_GK_LANG_K2_AUTHOR_PAGE_HEADER_IMAGE] => K2 Author page header image [TPL_GK_LANG_K2_AUTHOR_PAGE_HEADER_IMAGE_DESC] => The selected image will be displayed on the K2 author listing pages [TPL_GK_LANG_SEARCH_PAGE_HEADER_IMAGE] => Search page header image [COM_TEMPLATES_FONT_SETTINGS_FIELDSET_LABEL] => Fonts [TPL_GK_LANG_GOOGLE_FONTS_URL] => Google Font Directory [TPL_GK_LANG_GOOGLE_FONTS_URL_DESC] => You can preview on linked website available fonts [TPL_GK_LANG_SQUIRREL_FONTS_URL] => Squirrel font kits [TPL_GK_LANG_SQUIRREL_FONTS_URL_DESC] => You can preview on linked website available fonts [TPL_GK_LANG_CLICK_HERE] => Click here [TPL_GK_LANG_FONT_NAME_G1] => Body - font [TPL_GK_LANG_FONT_NAME_G1_DESC] => You can specify a font for document body [TPL_GK_LANG_FONT_RULES_G1] => Body - selectors [TPL_GK_LANG_FONT_RULES_G1_DESC] => You can specify a selectors for font used in the document body [TPL_GK_LANG_FONT_NAME_G2] => Headers - font [TPL_GK_LANG_FONT_NAME_G2_DESC] => You can specify a font for document headers [TPL_GK_LANG_FONT_RULES_G2] => Headers - selectors [TPL_GK_LANG_FONT_RULES_G2_DESC] => You can specify a selectors for font used in the document headers [TPL_GK_LANG_FONT_NAME_G3] => Other I - font [TPL_GK_LANG_FONT_NAME_G3_DESC] => You can specify a font for other document elements [TPL_GK_LANG_FONT_RULES_G3] => Other I - selectors [TPL_GK_LANG_FONT_RULES_G3_DESC] => You can specify a selectors for font used in the other document elements [TPL_GK_LANG_FONT_NAME_G4] => Other II - font [TPL_GK_LANG_FONT_NAME_G4_DESC] => You can specify a font for other document elements [TPL_GK_LANG_FONT_RULES_G4] => Other II - selectors [TPL_GK_LANG_FONT_RULES_G4_DESC] => You can specify a selectors for font used in the other document elements [COM_TEMPLATES_FEATURES_SETTINGS_FIELDSET_LABEL] => Features [TPL_GK_LANG_PAGE_TITLE] => Page title block [TPL_GK_LANG_PAGE_TITLE_DESC] => Enable page title block displayed when header module is not displayed. The page title block will display the current active menu item title attribute. [TPL_GK_LANG_PAGE_TITLE_OVERRIDE] => Page title override [TPL_GK_LANG_PAGE_TITLE_OVERRIDE_DESC] => You can define where the page title will be disabled or enabled [TPL_GK_LANG_LOGIN_URL] => Login URL [TPL_GK_LANG_LOGIN_URL_DESC] => You can specify here the login url. The login link will be automatically enabled when the any module on the login position will be loaded [TPL_GK_LANG_REG_URL] => Register URL [TPL_GK_LANG_REG_URL_DESC] => You can specify here the register url [TPL_GK_LANG_LOGO_TYPE] => Logo type [TPL_GK_LANG_LOGO_TYPE_DESC] => You can select the type of the logo used on your website or disable the logo [TPL_GK_LANG_LOGO_TYPE_IMAGE] => Image [TPL_GK_LANG_LOGO_TYPE_TEXT] => Text [TPL_GK_LANG_LOGO_TYPE_NONE] => None [TPL_GK_LANG_LOGO_IMAGE] => Logo image [TPL_GK_LANG_LOGO_IMAGE_DESC] => You can select your logo image from uploaded pics or use option from CSS if you want to use standard logo.png image from the template directory. [TPL_GK_LANG_DARK_LOGO_IMAGE] => Dark logo image [TPL_GK_LANG_DARK_LOGO_IMAGE_DESC] => This logo will be used on the bright headers and in the menu bar. You can select your logo image from uploaded pics - if this field will be empty the logo switching feature won't work. [TPL_GK_LANG_MOUSE_ICON] => Display mouse icon in headers [TPL_GK_LANG_LOGO_TYPE_CSS] => From CSS [TPL_GK_LANG_PRINT_LOGO] => Print logo [TPL_GK_LANG_PRINT_LOGO_DESC] => You can specify a logo used to print [TPL_GK_LANG_FAVICON_IMAGE] => Favicon image [TPL_GK_LANG_FAVICON_IMAGE_DESC] => You can select your favicon image from uploaded pics or leave this field blank if you want to use standard favicon.ico image from the template directory. [TPL_GK_LANG_LOGO_TEXT] => Logo text [TPL_GK_LANG_LOGO_TEXT_DESC] => Main text of the logo (works only with text logo type) [TPL_GK_LANG_LOGO_SLOGAN] => Logo slogan [TPL_GK_LANG_LOGO_SLOGAN_DESC] => Slogan under the main text of the logo (works only with text logo type) [TPL_GK_LANG_TOOLS] => Font-size switcher [TPL_GK_LANG_TOOLS_DESC] => You can enable/disable font-size switcher [TPL_GK_LANG_MOOTOOLS_FOR_PAGES] => Mootools library on pages [TPL_GK_LANG_MOOTOOLS_FOR_PAGES_DESC] => You can select the pages where mootools library is disabled - you can use ItemID or option value. This option removes mootools-more.js, mootools-core.js and caption.js scripts. [TPL_GK_LANG_TOOLS_FOR_PAGES] => Font-size switcher on pages [TPL_GK_LANG_TOOLS_FOR_PAGES_DESC] => You can select the pages where font-size switcher are disabled - you can use ItemID or option value [TPL_GK_LANG_SUFFIXES_FOR_PAGES] => Suffixes for pages [TPL_GK_LANG_SUFFIXES_FOR_PAGES_DESC] => You can define suffixes for specified pages - based on ItemID or option value [TPL_GK_LANG_CHROME_FRAME_SUPPORT] => Google Chrome Frame support [TPL_GK_LANG_CHROME_FRAME_SUPPORT_DESC] => You can enable Google Chrome Frame support - it useful for IE users [TPL_GK_LANG_COPYRIGHTS] => copyright [TPL_GK_LANG_COPYRIGHTS_DESC] => You can define copyrights text which will be visible in footer of the template [TPL_GK_LANG_STYLEAREA] => Style switcher [TPL_GK_LANG_STYLEAREA_DESC] => You can enable/disable style switcher [TPL_GK_LANG_FRAMEWORK_LOGO] => Framework logo at the bottom [TPL_GK_LANG_FRAMEWORK_LOGO_DESC] => You can enable/disable showing the framework logo at bottom [TPL_GK_LANG_GOOGLE_ANALYTICS] => Google Analytics codes [TPL_GK_LANG_GOOGLE_ANALYTICS_DESC] => You can define Google Analytics codes used on your website. You can define more than one Google Analytics code if you need it [TPL_GK_LANG_GOOGLE_ANALYTICS_TYPE] => Google Analytics type [TPL_GK_LANG_GOOGLE_ANALYTICS_TYPE_DESC] => You can select a Google Analytics tracking code between old version and new Universal Analytics version. [TPL_GK_LANG_MODULE_STYLES_OVERRIDE] => Positions style override [TPL_GK_LANG_MODULE_STYLES_OVERRIDE_DESC] => You can override style of the modules positions [TPL_GK_LANG_ZOOM_SIZE] => VirtueMart zoom area size [TPL_GK_LANG_ZOOM_SIZE_DESC] => You can specify width and height for zoom block visible on VirtueMart product thumbnails [COM_TEMPLATES_FACEBOOK_AND_TWITTER_SETTINGS_FIELDSET_LABEL] => Social API [TPL_GK_LANG_SOCIAL_API_TYPE] => Social API interface [TPL_GK_LANG_SOCIAL_API_TYPE_DESC] => You can select between old social api style and popup [TPL_GK_LANG_SOCIAL_API_POPUP] => Popup [TPL_GK_LANG_SOCIAL_API_FULL] => Normal [TPL_GK_LANG_SOCIAL_API_DISABLED] => Disabled [TPL_GK_LANG_TEXT_POPUP_BTNS] => Social popup buttons [TPL_GK_LANG_POPUP_FB] => Facebook link [TPL_GK_LANG_POPUP_TWITTER] => Twitter link [TPL_GK_LANG_POPUP_GPLUS] => Google+ link [TPL_GK_LANG_POPUP_PINTEREST] => Pinterest link [TPL_GK_LANG_POPUP_LINKEDIN] => LinkedIn link [TPL_GK_LANG_POPUP_VK] => VK link [TPL_GK_LANG_FB_API_ID] => Facebook API ID [TPL_GK_LANG_FB_API_ID_DESC] => Here you have to put your website id from Facebook [TPL_GK_LANG_FB_LANG] => Facebook API language [TPL_GK_LANG_FB_LANG_DESC] => You can use locales to specify a language used in Facebook API. i.e. en_US, pl_PL [TPL_GK_LANG_FB_LOGIN] => Use Facebook login [TPL_GK_LANG_FB_LOGIN_DESC] => In order to use this option please also enable GKFacebook authenticate plugin and define the Facebook API key [TPL_GK_LANG_FB_LIKE] => 'Like' buttons in the articles [TPL_GK_LANG_FB_LIKE_DESC] => You can enable 'like' buttons in all Joomla! articles [TPL_GK_LANG_FB_LIKE_SEND] => Show 'Send' button in the articles [TPL_GK_LANG_FB_LIKE_SEND_DESC] => You can enable 'Send' buttons in all Joomla! articles [TPL_GK_LANG_FB_LIKE_LAYOUT] => Layout [TPL_GK_LANG_FB_LIKE_LAYOUT_DESC] => You can specify a layout of the 'Like' buttons [TPL_GK_LANG_FB_LIKE_SHOW_FACES] => Show faces [TPL_GK_LANG_FB_LIKE_SHOW_FACES_DESC] => You can enable showing faces of people who likes specific article [TPL_GK_LANG_FB_LIKE_WIDTH] => Width [TPL_GK_LANG_FB_LIKE_WIDTH_DESC] => You can specify width of the 'Like' button box [TPL_GK_LANG_FB_LIKE_ACTION] => Action [TPL_GK_LANG_FB_LIKE_ACTION_DESC] => You can select an action which will be triggered when button will be clicked [TPL_GK_LANG_FB_LIKE_FONT] => Font [TPL_GK_LANG_FB_LIKE_FONT_DESC] => You can specify a font used in the 'Like' button box [TPL_GK_LANG_FB_LIKE_COLORSCHEME] => Colorscheme [TPL_GK_LANG_FB_LIKE_COLORSCHEME_DESC] => You can specify a colorscheme of the 'Like' button box [TPL_GK_LANG_TWEET_BTN] => 'Tweet' buttons in the articles [TPL_GK_LANG_TWEET_BTN_DESC] => You can enable 'Tweet' buttons in all Joomla! articles [TPL_GK_LANG_TWEET_BTN_DATA_COUNT] => Count layout [TPL_GK_LANG_TWEET_BTN_DATA_COUNT_DESC] => You can specify a layout of data count [TPL_GK_LANG_TWEET_BTN_DATA_VIA] => Recommend to follow [TPL_GK_LANG_TWEET_BTN_DATA_VIA_DESC] => You can specify account which will be mentioned with '@' [TPL_GK_LANG_TWEET_BTN_DATA_LANG] => Language [TPL_GK_LANG_TWEET_BTN_DATA_LANG_DESC] => You can select a language used in button [TPL_GK_LANG_TEXT_GOOGLE_PLUS] => Google +1 button [TPL_GK_LANG_TEXT_GOOGLE_PLUS_DESC] => Settings for Google +1 button [TPL_GK_LANG_GOOGLE_PLUS] => Google +1 button [TPL_GK_LANG_GOOGLE_PLUS_DESC] => Enable/disable Google +1 button [TPL_GK_LANG_GOOGLE_PLUS_COUNT] => Show counter [TPL_GK_LANG_GOOGLE_PLUS_COUNT_DESC] => Enable/disable showing count of clicks [TPL_GK_LANG_GOOGLE_PLUS_SIZE] => Button size [TPL_GK_LANG_GOOGLE_PLUS_SIZE_DESC] => Select size of the button - small (15px), medium (20px), standard (24px) or tall (60px) [TPL_GK_LANG_GOOGLE_PLUS_LANG] => Language [TPL_GK_LANG_GOOGLE_PLUS_LANG_DESC] => Language used in the button i.e. en-GB, pl, de etc. [TPL_GK_LANG_GOOGLE_PLUS_ANNOTATION] => Annotation type [TPL_GK_LANG_GOOGLE_PLUS_ANNOTATION_DESC] => You can specify the layotu for annotation block [TPL_GK_LANG_TEXT_GOOGLE_PLUS_SHARE_LINE] => Google+ Share button [TPL_GK_LANG_TEXT_GOOGLE_PLUS_SHARE_LINE_DESC] => Google+ Share button settings [TPL_GK_LANG_GOOGLE_PLUS_SHARE] => Google+ Share button [TPL_GK_LANG_GOOGLE_PLUS_SHARE_DESC] => Enable/disable displaying G+ Share button. [TPL_GK_LANG_GOOGLE_PLUS_SHARE_SIZE] => Size [TPL_GK_LANG_GOOGLE_PLUS_SHARE_SIZE_DESC] => You can define size for Google+ Share button. Different sizes are available for all layouts apart vertical-bubble [TPL_GK_LANG_TYPO] => Use typography [TPL_GK_LANG_TYPO_DESC] => If you want to use template typography please enable this option [TPL_GK_LANG_TYPO_ICONSET] => Use typography iconset [TPL_GK_LANG_TYPO_ICONSET_DESC] => If you want to use icons from typography iconset - please enable this option [COM_TEMPLATES_MENU_SETTINGS_FIELDSET_LABEL] => Menu [TPL_GK_LANG_MENU_TYPE] => Menu type [TPL_GK_LANG_MENU_TYPE_DESC] => You can select the main menu type [TPL_GK_LANG_MENU_TYPE_OVERLAY] => Overlay menu [TPL_GK_LANG_MENU_TYPE_CLASSIC] => Classic menu [TPL_GK_LANG_MENU_NAME] => Choose mainmenu [TPL_GK_LANG_MENU_NAME_DESC] => You can select the menu used in the main menu on the page [TPL_GK_LANG_START_ITEM] => Start item level [TPL_GK_LANG_START_ITEM_DESC] => First level of showed menu items [TPL_GK_LANG_END_ITEM] => End item level [TPL_GK_LANG_END_ITEM_DESC] => End level of showed menu items. -1 means inifinite [TPL_GK_LANG_MENU_OVERRIDE] => Menu override [TPL_GK_LANG_MENU_OVERRIDE_DESC] => You can define menu type for specified menu ItemID or option values [TPL_GK_LANG_MENU_O_ANIMATION] => Menu opacity animation [TPL_GK_LANG_MENU_O_ANIMATION_DESC] => You can enable/disable menu opacity animation [TPL_GK_LANG_MENU_H_ANIMATION] => Menu height animation [TPL_GK_LANG_MENU_H_ANIMATION_DESC] => You can enable/disable menu height animation [TPL_GK_LANG_MENU_W_ANIMATION] => Menu width animation [TPL_GK_LANG_MENU_W_ANIMATION_DESC] => You can enable/disable menu width animation [TPL_GK_LANG_MENU_COL_WIDTH] => Menu column width [TPL_GK_LANG_MENU_COL_WIDTH_DESC] => Width of the columns in the menu in pixels [TPL_GK_LANG_SUBMENU_PADDING] => Submenu padding [TPL_GK_LANG_MENU_DURATION] => Menu animation speed [TPL_GK_LANG_MENU_DURATION_DESC] => Menu animation speed in miliseconds [TPL_GK_LANG_MENU_ANIMATION] => Menu animation [TPL_GK_LANG_MENU_ANIMATION_DESC] => Choose menu animation effect [TPL_GK_LANG_MENUA_NONE] => None [TPL_GK_LANG_MENUA_SLIDE] => Slide [TPL_GK_LANG_MENUA_FADE] => Fade [TPL_GK_LANG_MENUA_SLIDE_FADE] => Slide & Fade [TPL_GK_LANG_MODULE_ID_OVERRIDE] => Module ID override [TPL_GK_LANG_MODULE_ID_OVERRIDE_DESC] => You can specify an ID for the module position container for using it in the menu on the one page layout. [TPL_GK_LANG_OFF_CANVAS_MENU] => Off-canvas menu [TPL_GK_LANG_CLASSIC_MENU] => Classic menu [TPL_GK_LANG_ONLY_CLASSIC_MENU] => Options only for the classic menu style [TPL_GK_LANG_FIXED_MENU] => Fixed menu bar [COM_TEMPLATES_DEV_SETTINGS_FIELDSET_LABEL] => Advanced settings [TPL_GK_LANG_USE_GK_CACHE] => Use GK Cache [TPL_GK_LANG_USE_GK_CACHE_DESC] => If you're using System Cache plugin you should enable also GK Cache plugin running before System Cache plugin in order to get GK Parser working properly [TPL_GK_LANG_CSS_RESET_URL] => CSS reset - demo [TPL_GK_LANG_CSS_RESET_URL_DESC] => Go to the CSS reset website with the interactive demo of all available CSS reset styles [TPL_GK_LANG_CSS_CACHE] => CSS cache [TPL_GK_LANG_CSS_CACHE_DESC] => You can enable/disable cache of CSS files [TPL_GK_LANG_CSS_COMPRESSION] => CSS compression [TPL_GK_LANG_CSS_COMPRESSION_DESC] => You can enable CSS compression [TPL_GK_LANG_CSS_OVERRIDE] => CSS override [TPL_GK_LANG_CSS_OVERRIDE_DESC] => You can enable additional CSS file with override rules - override.css [TPL_GK_LANG_TEXT_FB_LOGIN] => Connect with Facebook [TPL_GK_LANG_TEXT_FB_LIKE] => Facebook 'Like it' button [TPL_GK_LANG_TEXT_FB_FACEPILE] => Facebook facepile [TPL_GK_LANG_TEXT_TWITTER] => Twitter button [TPL_GK_LANG_TEXT_DIGG] => Digg button [TPL_GK_LANG_TEXT_GOOGLE_BUZZ] => Google Buzz button [TPL_GK_LANG_TEXT_DELICIOUS] => Delicious button [TPL_GK_LANG_TEXT_INSTAPAPER] => Instapaper button [TPL_GK_LANG_TEXT_FB_LOGIN_DESC] => You can integrate your login form with Facebook authorization - if user use option 'Login with Facebook' then it will be logged in with using email from facebook. If the email from facebook doesn't exist in Joomla! then a new account will be created. [TPL_GK_LANG_TEXT_FB_LIKE_DESC] => You can enable 'Like it' buttons in your articles. [TPL_GK_LANG_TEXT_FB_FACEPILE_DESC] => You can enable facepile in your articles. Facepile is a list of people who like specified article. [TPL_GK_LANG_TEXT_TWITTER_DESC] => You can enable Twitter 'Tweet' button in your articles. Then users can publish your articles on their Twitter accounts [TPL_GK_LANG_TEXT_DIGG_DESC] => You can enable Digg button in your articles - users can publish your articles on the digg.com [TPL_GK_LANG_TEXT_GOOGLE_BUZZ_DESC] => You can enable Google Buzz button in your articles. Then users can publish your articles on their Google Buzz. [TPL_GK_LANG_TEXT_DELICIOUS_DESC] => You can enable Delicious button in your articles. Then users can save your articles in their bookmarks. [TPL_GK_LANG_TEXT_INSTAPAPER_DESC] => You can enable Instapaper button in your articles. Then users can save your articles to read it later. [TPL_GK_LANG_EXCLUDED_ARTS] => Excluded articles [TPL_GK_LANG_EXCLUDED_ARTS_DESC] => List of the articles IDs excluded from the Social API - in these articles Social API doesn't show. Please separate the articles IDs by comma i.e. 12,33,64,233 [TPL_GK_LANG_EXCLUDED_CATS] => Excluded categories [TPL_GK_LANG_EXCLUDED_CATS_DESC] => List of the categories IDs excluded from the Social API - in these categories Social API doesn't show. Please separate the categories IDs by comma i.e. 12,33,64,233 [COM_TEMPLATES_UPDATES_FIELDSET_LABEL] => Updates [TPL_GK_LANG_SPECIFIED_RULE_EXISTS] => Specified rule exists on your list [TPL_GK_LANG_FOOTER_ELEMENTS_TEXT] => Footer elements [TPL_GK_LANG_OVERRIDES_TEXT] => Template elements overrides [TPL_GK_LANG_GA_TEXT] => Google Analytics [TPL_GK_LANG_LOGOTYPES_TEXT] => Logotypes [TPL_GK_LANG_TEMPLATE_COLUMNS_TEXT] => Template columns [TPL_GK_LANG_TEMPLATE_MODULES_TEXT] => Template modules blocks [TPL_GK_LANG_ADD_RULE_LAYOUT] => Layout: [TPL_GK_LANG_ADD_RULE_SUFFIX] => Suffix: [TPL_GK_LANG_ADD_RULE_STYLE] => Style: [TPL_GK_LANG_ADD_RULE_ID] => ID: [TPL_GK_LANG_ADD_RULE_STATE] => State: [TPL_GK_LANG_ADD_RULE_GA_CODE] => Google Analytics code: [TPL_GK_LANG_ADD_RULE_MENU_TYPE] => Menu type: [TPL_GK_LANG_ADD_RULE_MOD_POS] => Module position: [TPL_GK_LANG_ADD_RULE_ITEMID_OPTION] => ItemID/Option: [TPL_GK_LANG_NO_SQUIRREL] => No squirrel fonts detected [TPL_GK_LANG_ADD_RULE] => Add rule [TPL_GK_LANG_REMOVE_RULE] => Remove [TPL_GK_LANG_TEMPLATE_FEATURES_TEXT] => Template features [TPL_GK_LANG_SOCIAL_ICONS] => Social Icons [TPL_GK_LANG_SOCIAL_ICONS_DESC] => Enable social icons at top of the page [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK] => Facebook icon [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK_URL] => Facebook icon - url [TPL_GK_LANG_SOCIAL_ICONS_FACEBOOK_TEXT] => Facebook icon - text [TPL_GK_LANG_SOCIAL_ICONS_TWITTER] => Twitter icon [TPL_GK_LANG_SOCIAL_ICONS_TWITTER_URL] => Twitter icon - url [TPL_GK_LANG_SOCIAL_ICONS_TWITTER_TEXT] => Twitter icon - text [TPL_GK_LANG_SOCIAL_ICONS_VIMEO] => Vimeo icon [TPL_GK_LANG_SOCIAL_ICONS_VIMEO_URL] => Vimeo icon - url [TPL_GK_LANG_SOCIAL_ICONS_VIMEO_TEXT] => Vimeo icon - text [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE] => Youtube icon [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE_URL] => Youtube icon - url [TPL_GK_LANG_SOCIAL_ICONS_YOUTUBE_TEXT] => Youtube icon - text [TPL_GK_LANG_SOCIAL_ICONS_LASTFM] => Last.fm icon [TPL_GK_LANG_SOCIAL_ICONS_LASTFM_URL] => Last.fm icon - url [TPL_GK_LANG_SOCIAL_ICONS_LASTFM_TEXT] => Last.fm icon - text [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE] => MobyPicture icon [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE_URL] => MobyPicture icon - url [TPL_GK_LANG_SOCIAL_ICONS_MOBYPICTURE_TEXT] => MobyPicture icon - text [TPL_GK_LANG_SOCIAL_ICONS_DIGG] => Digg icon [TPL_GK_LANG_SOCIAL_ICONS_DIGG_URL] => Digg icon - url [TPL_GK_LANG_SOCIAL_ICONS_DIGG_TEXT] => Digg icon - text [TPL_GK_LANG_SOCIAL_SHARE] => Share with : [TPL_GK_LANG_NEWSLETTER_TEXT] => Newsletter settings [TPL_GK_LANG_NEWSLETTER_DISPLAY] => Newsletter display [TPL_GK_LANG_NEWSLETTER_DIRECT] => Display directly [TPL_GK_LANG_NEWSLETTER_AFTER_SCROLL] => Display after scrolling [TPL_GK_LANG_NEWSLETTER_AFTER_TIME] => Display after specific time [TPL_GK_LANG_NEWSLETTER_SCROLL] => Newsletter scroll delay (px) [TPL_GK_LANG_NEWSLETTER_TIME] => Newsletter time delay (seconds) [TPL_GK_LANG_ALL_RESULTS] => View all results [TPL_GK_LANG_NO_RESULTS] => No results for specified phrase… [TPL_GK_LANG_ADVERT] => Advertisement [TPL_GK_LANG_FB_USER] => Facebook user? [TPL_GK_LANG_FB_INFO] => You can use your Facebook account to sign into our site. [TPL_GK_LANG_LOG_IN] => LOG IN [TPL_GK_LANG_OR] => or [TPL_GK_LANG_OWN_GOOGLE_FONT] => - - - Own - - - [TPL_GK_LANG_OWN_GOOGLE_FONT_LINK] => Font url: [TPL_GK_LANG_OWN_GOOGLE_FONT_FAMILY] => Font family: [TPL_GK_LANG_YOUAH] => You are here: [TPL_GK_LANG_WEBMASTER_CONTACT] => Webmaster e-mail or URL [TPL_GK_LANG_WEBMASTER_CONTACT_DESC] => E-mail or URL used on the error page [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE] => Webmaster contact type [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_DESC] => Select between URL or Email contact in error page. You can also disable webmaster contact message. [TPL_GK_LANG_CONTACT_WEBMASTER] => Contact Webmaster [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_EMAIL] => E-mail [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_URL] => URL [TPL_GK_LANG_WEBMASTER_CONTACT_TYPE_NONE] => None [TPL_GK_LANG_ERROR_INFO] => Oops, you've encountered an error [TPL_GK_LANG_ERROR_DESC] => It appears the page you were looking for doesn't exist. Sorry about that. [TPL_GK_LANG_CSS_CUSTOM] => Custom CSS code [TPL_GK_LANG_CSS_CUSTOM_DESC] => Here you can add custom CSS which will be load after override.css code [TPL_GK_LANG_TOOLS_ALL] => Always enabled [TPL_GK_LANG_TOOLS_NONE] => Always disabled [TPL_GK_LANG_TOOLS_SELECTED] => Enabled on selected pages [TPL_GK_LANG_TOOLS_SELECTED_DISABLED] => Disabled on selected pages [TPL_GK_LANG_PRINT_BEHAVIOUR] => Print behaviour [TPL_GK_LANG_PRINT_BEHAOVIUR_DESC] => You can select the print page behaviour [TPL_GK_LANG_PRINT_DEFAULT] => Default [TPL_GK_LANG_PRINT_BUTTON] => Print button [TPL_GK_LANG_PRINT_AUTO] => Print automatically [TPL_GK_LANG_PRINT_BUTTON_TEXT] => Print this page [TPL_GK_LANG_CONFIG_LOADED_AND_SAVED] => Configuration successfully loaded and saved [TPL_GK_LANG_CONFIG_SQL_ERROR] => An error occurred during saving the configuration [TPL_GK_LANG_CONFIG_SELECTED_FILE_DOESNT_EXIST] => Selected file doesn't exist [TPL_GK_LANG_CONFIG_FILE_SAVED_AS] => Configuration file saved as [TPL_GK_LANG_CONFIG_FILE_WASNT_SAVED_PLEASE_CHECK_PERM] => Configuration file wasn't saved. Please check the config directory permissions. [TPL_GK_LANG_CONFIG_LOAD] => Load configuration: [TPL_GK_LANG_CONFIG_LOAD_BTN] => Load [TPL_GK_LANG_CONFIG_SAVE] => Save configuration: [TPL_GK_LANG_CONFIG_SAVE_BTN] => Save [TPL_GK_LANG_CONFIG_YOUR_FILENAME] => Your filename [COM_USERS_CAPTCHA_LABEL] => Captcha [TPL_GK_LANG_IE_TOOLBAR] => You're using an unsupported version of Internet Explorer. Please upgrade your browser for the best user experience on our site. Thank you. [TPL_GK_LANG_TEXT_PINTEREST] => Pin It Button [TPL_GK_LANG_TEXT_PINTEREST_DESC] => Setting for Pin It button. [TPL_GK_LANG_PINTEREST_BTN] => Pinterest button [TPL_GK_LANG_PINTEREST_BTN_DESC] => Add a Pin It button to invite your readers to pin your work onto Pinterest. [TPL_GK_LANG_PINTEREST_BTN_STYLE] => Pin Count style [TPL_GK_LANG_PINTEREST_BTN_STYLE_DESC] => The Pin It button is made to look and feel like the Facebook and Twitter buttons, here you can choose counter style [TPL_GK_LANG_PINTEREST_HORIZONTAL] => Horizontal [TPL_GK_LANG_PINTEREST_VERTICAL] => Vertical [TPL_GK_LANG_PINTEREST_NONE] => No count [TPL_GK_LANG_PINIT_TITLE] => Pin It [TPL_GK_LANG_MOBILE_MENU] => Menu [TPL_GK_LANG_BLOCK_ANIMATION] => Blocks animation [TPL_GK_LANG_BLOCK_ANIMATION_DESC] => Enable/disable blocks animation on the page resize [TPL_GK_LANG_CSS_PREFIXER] => Use prefixfree [TPL_GK_LANG_CSS_PREFIXER_DESC] => Allows you to use CSS3 code without prefixes. Important! When this option is enabled checking code in some tools like Firebug can be difficult. [COM_TEMPLATES_COOKIE_SETTINGS_FIELDSET_LABEL] => Cookie Law [TPL_GK_LANG_COOKIE_CONSENT] => Use Cookie Consent plugin [TPL_GK_LANG_COOKIE_CONSENT_DESC] => Enable/disable Javascript plugin that can be used to gain consent for cookies before they are set, allowing a website to comply with the new EU cookie law. [TPL_GK_LANG_CONSENT_TYPE] => Consent mode [TPL_GK_LANG_CONSENT_TYPE_DESC] => Explicit - no cookies will be sent until a visitor consents. Implied - set cookies and allow visitor to opt out. [TPL_GK_LANG_IMPLIED] => Implied [TPL_GK_LANG_EXPLICIT] => Explicit [TPL_GK_LANG_BANNER_MODE] => Banner display mode [TPL_GK_LANG_BANNER_MODE_DESC] => Should the banner be shown on every page until consent is gained, or should the banner only show once. [TPL_GK_LANG_EVERY_PAGE] => Show the banner on every page until consent is gained [TPL_GK_LANG_FIRST_PAGE] => Only show the banner on the first page a visitor looks at [TPL_GK_LANG_COOKIE_SSL] => Use SSL [TPL_GK_LANG_COOKIE_SSL_DESC] => If any of the pages Cookie Consent appears on use SSL, you will need to select this option. [TPL_GK_LANG_BANNER_POSITION] => Banner placement [TPL_GK_LANG_BANNER_POSITION_DESC] => Choose whether the consent banner appears at the top or bottom of the screen. [TPL_GK_LANG_TOP] => Top [TPL_GK_LANG_BOTTOM] => Bottom [TPL_GK_LANG_PUSH] => Push from the top (experimental) [TPL_GK_LANG_TAG_PLACEMENT] => Tag placement [TPL_GK_LANG_TAG_PLACEMENT_DESC] => Choose where the privacy settings tag appears. [TPL_GK_LANG_BR] => Bottom right [TPL_GK_LANG_BL] => Bottom left [TPL_GK_LANG_VR] => Right side [TPL_GK_LANG_VL] => Left side [TPL_GK_LANG_REFRESH_CONSENT] => Refresh after gaining consent [TPL_GK_LANG_REFRESH_CONSENT_DESC] => If you use have a server side application that needs to be aware of the consent to cookies, setting this option to yes will cause the page to be reloaded after consent has been gained. [TPL_GK_LANG_REFRESH] => Refresh the page [TPL_GK_LANG_NOREFRESH] => Don't refresh the page [TPL_GK_LANG_COOKIE_SOCIALDEFAULTTITLE] => Social media [TPL_GK_LANG_COOKIE_SOCIALDEFAULTDESCRIPTION] => Facebook, Twitter and other social websites need to know who you are to work properly. [TPL_GK_LANG_COOKIE_ANALYTICSDEFAULTTITLE] => Analytics [TPL_GK_LANG_COOKIE_ANALYTICSDEFAULTDESCRIPTION] => We anonymously measure your use of this website to improve your experience. [TPL_GK_LANG_COOKIE_ADVERTISINGDEFAULTTITLE] => Advertising [TPL_GK_LANG_COOKIE_ADVERTISINGDEFAULTDESCRIPTION] => Adverts will be chosen for you automatically based on your past behaviour and interests. [TPL_GK_LANG_COOKIE_DEFAULTTITLE] => Default cookie title [TPL_GK_LANG_COOKIE_DEFAULTDESCRIPTION] => Default cookie description. [TPL_GK_LANG_COOKIE_LEARNMORE] => Learn more [TPL_GK_LANG_COOKIE_CLOSEWINDOW] => Close window [TPL_GK_LANG_COOKIE_NOTIFICATIONTITLE] => Your experience on this site will be improved by allowing cookies [TPL_GK_LANG_COOKIE_NOTIFICATIONTITLEIMPLICIT] => We use cookies to ensure you get the best experience on our website [TPL_GK_LANG_COOKIE_CUSTOMCOOKIE] => This website uses a custom type of cookie which needs specific approval [TPL_GK_LANG_COOKIE_SEEDETAILS] => see details [TPL_GK_LANG_COOKIE_SEEDETAILSIMPLICIT] => change your settings [TPL_GK_LANG_COOKIE_HIDEDETAILS] => hide details [TPL_GK_LANG_COOKIE_ALLOWCOOKIES] => Allow cookies [TPL_GK_LANG_COOKIE_ALLOWCOOKIESIMPLICIT] => Close [TPL_GK_LANG_COOKIE_ALLOWFORALLSITES] => Allow for all sites [TPL_GK_LANG_COOKIE_SAVEPREFERENCE] => Save preference [TPL_GK_LANG_COOKIE_SAVEFORALLSITES] => Save for all sites [TPL_GK_LANG_COOKIE_PRIVACYSETTINGS] => Privacy settings [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGTITLEA] => Privacy settings [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGTITLEB] => for this website [TPL_GK_LANG_COOKIE_PRIVACYSETTINGSDIALOGSUBTITLE] => Some features of this website need your consent to remember who you are. [TPL_GK_LANG_COOKIE_CHANGEFORALLSITESLINK] => Change settings for all websites [TPL_GK_LANG_COOKIE_PREFERENCEUSEGLOBAL] => Use global setting [TPL_GK_LANG_COOKIE_PREFERENCECONSENT] => I consent [TPL_GK_LANG_COOKIE_PREFERENCEDECLINE] => I decline [TPL_GK_LANG_COOKIE_NOTUSINGCOOKIES] => This website does not use any cookies. [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGTITLEA] => Privacy settings [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGTITLEB] => for all websites [TPL_GK_LANG_COOKIE_ALLSITESSETTINGSDIALOGSUBTITLE] => You may consent to these cookies for all websites that use this plugin. [TPL_GK_LANG_COOKIE_BACKTOSITESETTINGS] => Back to website settings [TPL_GK_LANG_COOKIE_PREFERENCEASK] => Ask me each time [TPL_GK_LANG_COOKIE_PREFERENCEALWAYS] => Always allow [TPL_GK_LANG_COOKIE_PREFERENCENEVER] => Never allow [TPL_GK_LANG_RSS_LINK] => RSS link [TPL_GK_LANG_RSS_LINK_DESC] => You can enable/disable the RSS link in the left top part of the website [TPL_GK_LANG_MAIL_LINK] => Mail link [TPL_GK_LANG_MAIL_LINK_DESC] => You can enable/disable the mail link in the left top part of the website [TPL_GK_LANG_REG_LINK] => Register link [TPL_GK_LANG_REG_LINK_DESC] => You can enable/disable the Register link in the top part of the website [TPL_GK_LANG_RSS_URL] => RSS URL [TPL_GK_LANG_RSS_URL_DESC] => You can specify here the rss url [TPL_GK_LANG_MAIL_URL] => E-Mail URL [TPL_GK_LANG_MAIL_URL_DESC] => You can specify here the e-mail url - if you want to obfuscate your e-mail please use the 'mailto:' prefix in the e-mail address [TPL_GK_LANG_CONFIG_DIRECTORY] => Config Directory: [TPL_GK_LANG_CONFIG_DELETE] => Delete Configuration: [TPL_GK_LANG_CONFIG_DELETE_BTN] => Delete [TPL_GK_LANG_CONFIG_FILE_DELETED_AS] => configuration file deleted successfully. [TPL_GK_LANG_CONFIG_FILE_WASNT_DELETED_PLEASE_CHECK_PERM] => configuration file wasn't deleted properly. Please check the config directory for file permissions. [TPL_GK_LANG_CONFIG_FILE_WASNT_DELETED_PLEASE_CHECK_FILE] => selected configuration file is not available. Please check the config directory. [TPL_GK_LANG_JS_COMPRESSION] => JavaScript compression [TPL_GK_LANG_JS_COMPRESSION_DESC] => You can enable/disable JS compression [TPL_GK_LANG_EXCLUDEJSCSS] => Excluded JS/CSS [TPL_GK_LANG_EXCLUDEJSCSS_DESC] => Here you can specify which files should be not compressed. Please separate files by comma like css/k2.css,com_k2/js/k2.js [TPL_GK_LANG_SHOW_MENU] => Show template menu [TPL_GK_LANG_SHOW_MENU_DESC] => You can enable or disable build in template menu [TPL_GK_LANG_ADOBE_EDGE_URL] => Font name [TPL_GK_LANG_BACK_TO_TOP] => Back to top [TPL_GK_LANG_RSS] => RSS [TPL_GK_LANG_MAIL] => E-Mail [TPL_GK_LANG_RWD] => Responsive Layout [TPL_GK_LANG_RWD_DESC] => You enable/disable responsive view on tablet/mobile devices. [TPL_GK_LANG_MOBILE_MENU_LABEL] => Menu: [TPL_GK_LANG_TOUCH_IMAGE] => Touch devices image [TPL_GK_LANG_TOUCH_IMAGE_DESC] => Choose icon for your website used to represent it when added to the Home screen on iOS [TPL_GK_LANG_RECOMPILE_CSS] => Recompile LESS [TPL_GK_LANG_RECOMPILE_CSS_DESC] => Run LESS recompilation on each page refresh. It is only for the development environment! [TPL_GK_LANG_ERROR_MENU_ITEM_ID] => Error page menu item ID [TPL_GK_LANG_ERROR_MENU_ITEM_ID_DESC] => You can specify here a menu item ID for your 404 error page. [COM_TEMPLATES_JS_SETTINGS_FIELDSET_LABEL] => JavaScript files settings [TPL_GK_LANG_FOR_NOT_LOGGED_IN_USERS] => For not logged in users [TPL_GK_LANG_FOR_LOGGED_IN_USERS] => For logged in users [TPL_GK_LANG_MOOTOOLS_CORE] => Use mootools core [TPL_GK_LANG_MOOTOOLS_MORE] => Use mootools more [TPL_GK_LANG_JQUERY_NOCONFLICT] => Use jQuery noconflict [TPL_GK_LANG_BOOTSTRAP_JS] => Use bootstrap.min.js [TPL_GK_LANG_MODAL_JS] => Use modal.js [TPL_GK_LANG_PHOTOSWIPE_TOGGLE_FULLSCREEN] => Toggle fullscreen [TPL_GK_LANG_PHOTOSWIPE_ZOOM] => Zoom in/out [TPL_GK_LANG_PHOTOSWIPE_SHARE] => Share [TPL_GK_LANG_PHOTOSWIPE_CLOSE] => Close (Esc) [TPL_GK_LANG_PHOTOSWIPE_PREV] => Previous (arrow left) [TPL_GK_LANG_PHOTOSWIPE_NEXT] => Next (arrow right) [TPL_GK_TECHNEWS_POSITION_BREADCRUMB] => Breadcrumb [TPL_GK_TECHNEWS_POSITION_LOGIN] => Log in [TPL_GK_TECHNEWS_POSITION_FOOTER_NAV] => Footer navigation [TPL_GK_TECHNEWS_POSITION_HEADER] => Header [TPL_GK_TECHNEWS_POSITION_SIDEBAR] => Sidebar [TPL_GK_TECHNEWS_POSITION_MAINBODY] => Mainbody [TPL_GK_TECHNEWS_POSITION_MAINBODY_TOP] => Mainbody Top [TPL_GK_TECHNEWS_POSITION_MAINBODY_BOTTOM] => Mainbody Bottom [TPL_GK_TECHNEWS_POSITION_LANG] => Lang [TPL_GK_TECHNEWS_POSITION_MENU_TOP] => Menu Top [TPL_GK_TECHNEWS_POSITION_MENU_BOTTOM] => Menu Bottom [TPL_GK_TECHNEWS_POSITION_SEARCH] => Search [TPL_GK_TECHNEWS_POSITION_FOOTER_NAV_POPUP] => Footer navigation popup [TPL_GK_TECHNEWS_POSITION_NEWSLETTER] => Newsletter [TPL_GK_TECHNEWS_POSITION_SIDEBAR_TOP] => Sidebar top [TPL_GK_TECHNEWS_POSITION_TOP1] => Top I [TPL_GK_TECHNEWS_POSITION_TOP2] => Top II [TPL_GK_TECHNEWS_POSITION_BOTTOM1] => Bottom I [TPL_GK_TECHNEWS_POSITION_BOTTOM2] => Bottom II [TPL_GK_TECHNEWS_POSITION_BOTTOM3] => Bottom III [TPL_GK_TECHNEWS_POSITION_BOTTOM4] => Bottom IV [TPL_GK_TECHNEWS_POSITION_BOTTOM5] => Bottom V [TPL_GK_TECHNEWS_POSITION_BOTTOM6] => Bottom VI [TPL_GK_TECHNEWS_POSITION_BOTTOM7] => Bottom VII [TPL_GK_TECHNEWS_POSITION_BOTTOM8] => Bottom VIII [TPL_GK_TECHNEWS_POSITION_BOTTOM9] => Bottom IX [TPL_GK_TECHNEWS_POSITION_TAB1] => Tab I [TPL_GK_TECHNEWS_POSITION_TAB2] => Tab II [TPL_GK_TECHNEWS_POSITION_TAB3] => Tab III [TPL_GK_TECHNEWS_POSITION_TAB4] => Tab IV [TPL_GK_TECHNEWS_POSITION_TAB5] => Tab V [TPL_GK_TECHNEWS_POSITION_TAB6] => Tab VI [TPL_GK_TECHNEWS_POSITION_TAB7] => Tab VII [TPL_GK_TECHNEWS_POSITION_TAB8] => Tab VIII [TPL_GK_TECHNEWS_POSITION_TAB9] => Tab IX [TPL_GK_TECHNEWS_POSITION_TAB10] => Tab X [TPL_GK_TECHNEWS_POSITION_MENU1] => Menu I [TPL_GK_TECHNEWS_POSITION_MENU2] => Menu II [TPL_GK_TECHNEWS_POSITION_MENU3] => Menu III [TPL_GK_TECHNEWS_POSITION_MENU4] => Menu IV [TPL_GK_TECHNEWS_POSITION_MENU5] => Menu V [TPL_GK_TECHNEWS_POSITION_MENU6] => Menu VI [TPL_GK_TECHNEWS_POSITION_MENU7] => Menu VII [TPL_GK_TECHNEWS_POSITION_MENU8] => Menu VIII [TPL_GK_TECHNEWS_POSITION_MENU9] => Menu IX [TPL_GK_TECHNEWS_POSITION_MENU10] => Menu X [COM_TEMPLATES_ADDITIONAL_EFFECTS_FIELDSET_LABEL] => Additional effects [TPL_GK_LANG_PAGE_PRELOADER] => Use page preloader [TPL_GK_LANG_PAGE_PRELOADER_IMG] => Page preloader image [TPL_GK_LANG_JS_PARALLAX] => Use JavaScript parallax engine [TPL_GK_LANG_JS_PARALLAX_DESC] => Use Javascript parallax engine instead of CSS effects [TPL_GK_LANG_JS_SCROLLREVEAL] => Use scrollreveal.js [TPL_GK_LANG_JS_SCROLLREVEAL_DESC] => scrollreveal.js is responsible for the animation during page scrolling [TPL_GK_LANG_JS_PHOTOSWIPE] => Use PhotoSwipe [TPL_GK_LANG_JS_PHOTOSWIPE_DESC] => PhotoSwipe can be used in the galleries [TPL_GK_LANG_JS_KALENDAE] => Use kalendae [TPL_GK_LANG_JS_KALENDAE_DESC] => Kalendae can be used to generate date picker fields in the forms [TPL_GK_LANG_JS_PROGRESSBAR] => Use progressbar.js [TPL_GK_LANG_JS_PROGRESSBAR_DESC] => Progressbar.js is used to generate circular loading effect in reviews [TPL_GK_LANG_VM3_TEXT] => Settings for VirtueMart 3 only [TPL_GK_LANG_VM3_SHOW_QUANTITY] => Show quantity fields in the product details page [TPL_GK_LANG_SR_SEARCH_CHECKIN_DATE] => Check-in [TPL_GK_LANG_SR_SEARCH_CHECKOUT_DATE] => Check-out [TPL_GK_TECHNEWS_DATE_FORMAT] => M d, Y [COM_CONTENT_ACCESS_DELETE_DESC] => Inherited state for delete actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ACCESS_EDIT_DESC] => Inherited state for edit actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ACCESS_EDITSTATE_DESC] => Inherited state for edit state actions on this article and the calculated state based on the menu selection. [COM_CONTENT_ARTICLE_CONTENT] => Content [COM_CONTENT_ARTICLE_HITS] => Hits: %s [COM_CONTENT_ARTICLE_INFO] => Details [COM_CONTENT_ARTICLE_VOTE_FAILURE] => You already rated this article today! [COM_CONTENT_ARTICLE_VOTE_SUCCESS] => Thank you for rating this article. [COM_CONTENT_AUTHOR_FILTER_LABEL] => Author Filter [COM_CONTENT_CAPTCHA_DESC] => Please complete the security check. [COM_CONTENT_CAPTCHA_LABEL] => Captcha [COM_CONTENT_CATEGORY] => Category: %s [COM_CONTENT_CATEGORY_LIST_TABLE_CAPTION] => List of articles in category %s [COM_CONTENT_CHECKED_OUT_BY] => Checked out by %s [COM_CONTENT_CONTENT_TYPE_ARTICLE] => Article [COM_CONTENT_CONTENT_TYPE_CATEGORY] => Article Category [COM_CONTENT_CREATE_ARTICLE] => Submit new article [COM_CONTENT_CREATED_DATE] => Created Date [COM_CONTENT_CREATED_DATE_ON] => Created: %s [COM_CONTENT_EDIT_ITEM] => Edit Article [COM_CONTENT_ERROR_ARTICLE_NOT_FOUND] => Article not found [COM_CONTENT_ERROR_LOGIN_TO_VIEW_ARTICLE] => Please login to view the article [COM_CONTENT_ERROR_PARENT_CATEGORY_NOT_FOUND] => Parent category not found [COM_CONTENT_FEED_READMORE] => Read More ... [COM_CONTENT_FIELD_FULL_DESC] => Select or upload an image for the single article display. [COM_CONTENT_FIELD_FULL_LABEL] => Full Article Image [COM_CONTENT_FIELD_IMAGE_ALT_DESC] => Alternative text used for visitors without access to images. [COM_CONTENT_FIELD_IMAGE_ALT_LABEL] => Alt Text [COM_CONTENT_FIELD_IMAGE_CAPTION_DESC] => Caption attached to the image. [COM_CONTENT_FIELD_IMAGE_CAPTION_LABEL] => Caption [COM_CONTENT_FIELD_IMAGE_DESC] => The image to be displayed. [COM_CONTENT_FIELD_INTRO_DESC] => Select or upload an image for the intro text layouts such as blogs and featured. [COM_CONTENT_FIELD_INTRO_LABEL] => Intro Image [COM_CONTENT_FIELD_NOTE_DESC] => An optional note to display in the article list. [COM_CONTENT_FIELD_NOTE_LABEL] => Note [COM_CONTENT_FIELD_URL_DESC] => Link for display. [COM_CONTENT_FIELD_URL_LINK_TEXT_DESC] => Text to display for the link. [COM_CONTENT_FIELD_URL_LINK_TEXT_LABEL] => Link Text [COM_CONTENT_FIELD_URLA_LABEL] => Link A [COM_CONTENT_FIELD_URLA_LINK_TEXT_LABEL] => Link A Text [COM_CONTENT_FIELD_URLB_LABEL] => Link B [COM_CONTENT_FIELD_URLB_LINK_TEXT_LABEL] => Link B Text [COM_CONTENT_FIELD_URLC_LABEL] => Link C [COM_CONTENT_FIELD_URLC_LINK_TEXT_LABEL] => Link C Text [COM_CONTENT_FILTER_SEARCH_DESC] => Content Filter Search [COM_CONTENT_FLOAT_DESC] => Controls placement of the image. [COM_CONTENT_FLOAT_FULLTEXT_LABEL] => Full text image float. [COM_CONTENT_FLOAT_INTRO_LABEL] => Intro Image float [COM_CONTENT_FLOAT_LABEL] => Image Float [COM_CONTENT_FORM_EDIT_ARTICLE] => Edit an article [COM_CONTENT_FORM_FILTER_LEGEND] => Filters [COM_CONTENT_FORM_FILTER_SUBMIT] => Filter [COM_CONTENT_HEADING_TITLE] => Title [COM_CONTENT_HITS_FILTER_LABEL] => Hits Filter [COM_CONTENT_IMAGES_AND_URLS] => Images and Links [COM_CONTENT_INTROTEXT] => Article must have some content. [COM_CONTENT_INVALID_RATING] => Article Rating: Invalid Rating: %s [COM_CONTENT_LAST_UPDATED] => Last Updated: %s [COM_CONTENT_LEFT] => Left [COM_CONTENT_METADATA] => Metadata [COM_CONTENT_MODAL_FILTER_SEARCH_DESC] => Search in title and alias. Prefix with ID: or AUTHOR: to search for an article ID or article author. [COM_CONTENT_MODAL_FILTER_SEARCH_LABEL] => Search Articles [COM_CONTENT_MODIFIED_DATE] => Modified Date [COM_CONTENT_MONTH] => Month [COM_CONTENT_MORE_ARTICLES] => More Articles ... [COM_CONTENT_NEW_ARTICLE] => New Article [COM_CONTENT_NO_ARTICLES] => There are no articles in this category. If subcategories display on this page, they may have articles. [COM_CONTENT_NONE] => None [COM_CONTENT_NUM_ITEMS] => Article Count: [COM_CONTENT_NUM_ITEMS_TIP] => Article Count [COM_CONTENT_ON_NEW_CONTENT] => A new Article has been submitted by '%1$s' entitled '%2$s'. [COM_CONTENT_ORDERING] => Ordering:
New articles default to the first position in the Category. The ordering can be changed in Backend. [COM_CONTENT_PAGEBREAK_DOC_TITLE] => Page Break [COM_CONTENT_PAGEBREAK_INSERT_BUTTON] => Insert Page Break [COM_CONTENT_PAGEBREAK_TITLE] => Page Title: [COM_CONTENT_PAGEBREAK_TOC] => Table of Contents Alias: [COM_CONTENT_PARENT] => Parent Category: %s [COM_CONTENT_PUBLISHED_DATE] => Published Date [COM_CONTENT_PUBLISHED_DATE_ON] => Published: %s [COM_CONTENT_PUBLISHING] => Publishing [COM_CONTENT_RATINGS] => Rating [COM_CONTENT_RATINGS_COUNT] => Rating: %s [COM_CONTENT_READ_MORE] => Read more: [COM_CONTENT_READ_MORE_TITLE] => Read more ... [COM_CONTENT_REGISTER_TO_READ_MORE] => Register to read more ... [COM_CONTENT_RIGHT] => Right [COM_CONTENT_SAVE_SUCCESS] => Article saved. [COM_CONTENT_SAVE_WARNING] => Alias already existed so a number was added at the end. If you want to change the alias, please contact a site administrator [COM_CONTENT_SELECT_AN_ARTICLE] => Select an Article [COM_CONTENT_SUBMIT_SAVE_SUCCESS] => Article submitted. [COM_CONTENT_TITLE_FILTER_LABEL] => Title Filter [COM_CONTENT_VOTES] => Vote [COM_CONTENT_VOTES_COUNT] => Vote: %s [COM_CONTENT_WRITTEN_BY] => Written by %s ) [used:protected] => Array ( ) [counter:protected] => 16 [override:protected] => Array ( [COM_STENDALTO_WISHLIST_INVIA_TESTO] => Stai inviando la wishlist %s [COM_STENDALTO_PROFILO] => My account [MOD_LOGIN_VALUE_USERNAME] => Email [COM_USERS_LOGIN_USERNAME_LABEL] => Email [COM_USERS_FIELD_RESET_CONFIRM_USERNAME_LABEL] => Email [TPL_GK_LANG_REGISTER_POPUP] => CREATE ACCOUNT [COM_STENDALTO_REGISTRAZIONE] => Registration ) [transliterator:protected] => [pluralSuffixesCallback:protected] => Array ( [0] => en_GBLocalise [1] => getPluralSuffixes ) [ignoredSearchWordsCallback:protected] => Array ( [0] => en_GBLocalise [1] => getIgnoredSearchWords ) [lowerLimitSearchWordCallback:protected] => Array ( [0] => en_GBLocalise [1] => getLowerLimitSearchWord ) [upperLimitSearchWordCallback:protected] => Array ( [0] => en_GBLocalise [1] => getUpperLimitSearchWord ) [searchDisplayedCharactersNumberCallback:protected] => Array ( [0] => en_GBLocalise [1] => getSearchDisplayedCharactersNumber ) ) [session:protected] => Joomla\CMS\Session\Session Object ( [_state:protected] => active [_expire:protected] => 10800 [_store:protected] => JSessionStorageDatabase Object ( ) [_security:protected] => Array ( [0] => fix_browser ) [storeName:protected] => database [_input:Joomla\CMS\Session\Session:private] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [_dispatcher:Joomla\CMS\Session\Session:private] => JEventDispatcher Object ( [_observers:protected] => Array ( [0] => Array ( [event] => onAfterSessionStart [handler] => Array ( [0] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [1] => afterSessionStart ) ) [1] => plgSystemRsformdeletesubmissions Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsformdeletesubmissions [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [2] => plgSystemRsfpjoomlacaptcha Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpjoomlacaptcha [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [3] => PlgSystemSessionGc Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409224 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sessiongc [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [4] => PlgSystemLogrotation Object ( [autoloadLanguage:protected] => 1 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409225 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1710516898 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => logrotation [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [5] => PlgSystemOSSystem Object ( [namespace:protected] => OSSystem [extension:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => ossystem [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [6] => plgSystemAdminExile Object ( [_app:plgSystemAdminExile:private] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [_ip:plgSystemAdminExile:private] => 3.238.251.21 [_key:plgSystemAdminExile:private] => [_pass:plgSystemAdminExile:private] => 1 [_failed:plgSystemAdminExile:private] => [_logged:plgSystemAdminExile:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [key] => br3v3tt1 [twofactor] => 1 [keyvalue] => st3nd4lt0 [redirect] => HOME [fourofour] => 404 Not Found

Not Found

The requested URL {url} was not found on this server.


{serversignature} [redirecturl] => https://www.fbi.gov [frontrestrict] => 0 [maillink] => 1 [maillinkgroup] => Array ( [0] => 8 ) [faillog] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => adminexile [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_db] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409226 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) ) [7] => plgSystemStendalto Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stendalto [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [8] => PlgSystemStats Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409227 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [serverUrl:protected] => https://developer.joomla.org/stats/submit [uniqueId:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [mode] => 3 [lastrun] => [unique_id] => 8c9c62610d2ea85c6faa835fd71cbf0b9df1c600 [interval] => 12 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stats [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [9] => plgSystemRsfpregistration Object ( [sendUserEmail:plgSystemRsfpregistration:private] => [sendAdminEmail:plgSystemRsfpregistration:private] => [autoloadLanguage:protected] => 1 [json_elements:plgSystemRsfpregistration:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpregistration [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [10] => plgSystemNextendSmartslider3 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextendsmartslider3 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [11] => plgSystemNextend2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextend2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [12] => PlgSystemUpdatenotification Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1711711789 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => updatenotification [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [13] => plgSystemK2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => k2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [14] => PlgSystemFields Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => fields [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [15] => plgSystemGKExtMenu Object ( [_params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_pluginPath] => /home/brevettistendalto.it/public_html/plugins/system/gkextmenu/ [params] => [_name:protected] => [_type:protected] => [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_plugin] => stdClass Object ( [type] => system [name] => gkextmenu [params] => {} [id] => 10004 ) ) [16] => plgSystemFmAlertCookies Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [name_plugin] => fmalertcookies [version_plugin] => 1.3.3 [ajouter_jquery] => 0 [mylanguage] => it-IT [duree_cookie] => 30 [deleteCookie] => 1 [display_offline] => 0 [affichage_msg_page_cookie] => 1 [type_affichage] => 1 [num_opacity] => 100 [position] => 1 [position_contenu] => center [position_fixe] => 1 [taille_cadre] => 100% [marge_ext] => 0 [marge_int] => 10 [couleur_texte] => #666666 [couleur_fond] => #ffffff [type_bordure] => 1 [couleur_bordure] => #eeeeee [taille_bordure] => 1 [first_btn] => 1 [position_btn] => 1 [btn_more] => 1 [position_btn_more] => left [taille_btn_more] => btn-mini [couleur_btn_more] => btn-custom [couleur_btn_more_custom] => #b3b3b3 [couleur_texte_btn_more] => #ffffff [btn_close] => 1 [position_btn_close] => left [taille_btn_close] => btn-mini [couleur_btn_close] => btn-custom [couleur_btn_close_custom] => #ffe866 [couleur_texte_btn_close] => #eeeeee [user_agent] => Teoma,alexa,froogle,Gigabot,inktomi,looksmart,URL_Spider_SQL,Firefly,NationalDirectory,AskJeeves,TECNOSEEK,InfoSeek,WebFindBot,girafabot,crawler,www.galaxy.com,Googlebot,Scooter,Slurp,bing,msnbot,appie,FAST,WebBug,Spade,ZyBorg,rabaz,Baiduspider,Feedfetcher-Google,TechnoratiSnoop,Rankivabot,Mediapartners-Google,Sogouwebspider,WebAltaCrawler,TweetmemeBot,Butterfly,Twitturls,Me.dium,Twiceler [langue_activate_it_IT] => 1 [texte_alert_cookies_it_IT] => Utilizziamo cookie tecnici e di terze parti al fine di migliorare i nostri servizi. Proseguendo la navigazione accetti l'utilizzo dei cookie. Per ulteriori informazioni o per scoprire come modificare la configurazione e bloccare i Cookie, consulta la nostra informativa. [texte_readmore_it_IT] => Leggi l'informativa [link_readmore_menu_it_IT] => 108 [ancre_link_readmore_menu_it_IT] => [texte_close_it_IT] => Accetto [langue_activate_en_GB] => 1 [texte_alert_cookies_en_GB] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_en_GB] => Read the policy [link_readmore_menu_en_GB] => 1146 [ancre_link_readmore_menu_en_GB] => [texte_close_en_GB] => I Accept [langue_activate_es_ES] => 1 [texte_alert_cookies_es_ES] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_es_ES] => ì [link_readmore_menu_es_ES] => 324 [ancre_link_readmore_menu_es_ES] => [texte_close_es_ES] => [langue_activate_fr_FR] => 1 [texte_alert_cookies_fr_FR] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_fr_FR] => Read the policy [link_readmore_menu_fr_FR] => 1147 [ancre_link_readmore_menu_fr_FR] => [texte_close_fr_FR] => I Accept [langue_activate_de_DE] => 1 [texte_alert_cookies_de_DE] => Um die Webseite optimal gestalten und fortlaufend verbessern zu können, verwendet Brevetti Stendalto sowohl eigene Cookies als auch von Drittanbietern. Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu. [texte_readmore_de_DE] => Read the policy [link_readmore_menu_de_DE] => 1150 [ancre_link_readmore_menu_de_DE] => [texte_close_de_DE] => I Accept [langue_activate_zh_CN] => 1 [texte_alert_cookies_zh_CN] => 我们使用技术性Cookie和第三方Cookie来改善我们的服务。通过继续浏览,您同意使用Cookie。 有关更多信息或了解如何更改设置和阻止Cookie,请参阅我们的隐私政策。 [texte_readmore_zh_CN] => 阅读政策 [link_readmore_menu_zh_CN] => 1151 [ancre_link_readmore_menu_zh_CN] => [texte_close_zh_CN] => 同意 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => fmalertcookies [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [17] => PlgSystemLanguageFilter Object ( [mode_sef:protected] => 1 [sefs:protected] => Array ( [it] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [cn] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [lang_codes:protected] => Array ( [it-IT] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en-GB] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es-ES] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr-FR] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de-DE] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [zh-CN] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [current_lang:protected] => en-GB [default_lang:protected] => it-IT [user_lang_code:PlgSystemLanguageFilter:private] => [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [detect_browser] => 0 [automatic_change] => 1 [item_associations] => 1 [alternate_meta] => 1 [xdefault] => 1 [xdefault_language] => default [remove_default_prefix] => 0 [lang_cookie] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => languagefilter [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [18] => PlgSystemLogout Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => logout [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [19] => PlgSystemDebug Object ( [linkFormat:protected] => [debugLang:PlgSystemDebug:private] => 0 [logEntries:PlgSystemDebug:private] => Array ( ) [sqlShowProfiles:PlgSystemDebug:private] => Array ( ) [sqlShowProfileEach:PlgSystemDebug:private] => Array ( ) [explains:PlgSystemDebug:private] => Array ( ) [totalQueries:PlgSystemDebug:private] => 0 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409228 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [profile] => 1 [queries] => 1 [memory] => 1 [language_files] => 1 [language_strings] => 1 [strip-first] => 1 [strip-prefix] => [strip-suffix] => ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => debug [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [20] => PlgSystemLog Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => log [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [21] => PlgSystemHighlight Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => highlight [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [22] => PlgSystemRemember Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => remember [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [23] => PlgSystemSef Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sef [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [24] => PlgSystemLanguagecode Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => languagecode [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) ) [_state:protected] => [_methods:protected] => Array ( [onaftersessionstart] => Array ( [0] => 0 ) [onafterinitialise] => Array ( [0] => 1 [1] => 5 [2] => 6 [3] => 8 [4] => 13 [5] => 17 [6] => 22 ) [onpreprocessmenuitems] => Array ( [0] => 1 ) [onrsformbackendgetavailablecaptchas] => Array ( [0] => 2 ) [onrsformbackendaftershowcomponents] => Array ( [0] => 2 ) [onafterrespond] => Array ( [0] => 3 [1] => 19 ) [onafterrender] => Array ( [0] => 4 [1] => 5 [2] => 7 [3] => 11 [4] => 12 [5] => 13 [6] => 16 [7] => 23 [8] => 24 ) [_frontrestrict] => Array ( [0] => 6 ) [onuserafterlogin] => Array ( [0] => 7 ) [onajaxsendalways] => Array ( [0] => 8 ) [onajaxsendnever] => Array ( [0] => 8 ) [onajaxsendonce] => Array ( [0] => 8 ) [onajaxsendstats] => Array ( [0] => 8 ) [ongetstatsdata] => Array ( [0] => 8 ) [debug] => Array ( [0] => 8 ) [render] => Array ( [0] => 8 ) [onrsformformsave] => Array ( [0] => 9 ) [onrsformbackendformcopy] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabs] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabstab] => Array ( [0] => 9 ) [onrsformbackendaftercreatefrontcomponentbody] => Array ( [0] => 9 ) [onrsformfrontendbeforeformdisplay] => Array ( [0] => 9 ) [onrsformfrontendbeforeformvalidation] => Array ( [0] => 9 ) [onrsformfrontendbeforestoresubmissions] => Array ( [0] => 9 ) [onrsformaftercreateplaceholders] => Array ( [0] => 9 ) [onrsformfrontendafterformprocess] => Array ( [0] => 9 ) [onrsformbeforeuseremail] => Array ( [0] => 9 ) [onrsformbeforeadminemail] => Array ( [0] => 9 ) [onrsformbackendaftershowconfigurationtabs] => Array ( [0] => 9 ) [onrsformfrontendswitchtasks] => Array ( [0] => 9 ) [onrsformafterformbuildroute] => Array ( [0] => 9 ) [onrsformafterformparseroute] => Array ( [0] => 9 ) [onafterroute] => Array ( [0] => 9 [1] => 13 [2] => 17 ) [onrsformformdelete] => Array ( [0] => 9 ) [onrsformformbackup] => Array ( [0] => 9 ) [onrsformformrestore] => Array ( [0] => 9 ) [onrsformbackendformrestoretruncate] => Array ( [0] => 9 ) [onrsformaftercreatequickaddglobalplaceholders] => Array ( [0] => 9 ) [oninitn2library] => Array ( [0] => 10 [1] => 11 ) [onnextendbeforecompilehead] => Array ( [0] => 10 ) [prepare] => Array ( [0] => 10 ) [cleaneshop] => Array ( [0] => 10 ) [onafterdispatch] => Array ( [0] => 11 [1] => 13 [2] => 17 [3] => 19 [4] => 21 [5] => 23 ) [getsearchvalue] => Array ( [0] => 13 ) [renderoriginal] => Array ( [0] => 13 ) [rendertranslated] => Array ( [0] => 13 ) [oncontentnormaliserequestdata] => Array ( [0] => 14 ) [oncontentaftersave] => Array ( [0] => 14 ) [onuseraftersave] => Array ( [0] => 14 [1] => 17 ) [oncontentafterdelete] => Array ( [0] => 14 ) [onuserafterdelete] => Array ( [0] => 14 ) [oncontentprepareform] => Array ( [0] => 14 [1] => 15 [2] => 16 [3] => 24 ) [oncontentaftertitle] => Array ( [0] => 14 ) [oncontentbeforedisplay] => Array ( [0] => 14 ) [oncontentafterdisplay] => Array ( [0] => 14 ) [oncontentprepare] => Array ( [0] => 14 ) [onpreparefindercontent] => Array ( [0] => 14 ) [onbeforecompilehead] => Array ( [0] => 16 ) [preprocessbuildrule] => Array ( [0] => 17 ) [buildrule] => Array ( [0] => 17 ) [postprocesssefbuildrule] => Array ( [0] => 17 ) [postprocessnonsefbuildrule] => Array ( [0] => 17 ) [parserule] => Array ( [0] => 17 ) [onprivacycollectadmincapabilities] => Array ( [0] => 17 ) [onuserbeforesave] => Array ( [0] => 17 [1] => 22 ) [onuserlogin] => Array ( [0] => 17 ) [onuserlogout] => Array ( [0] => 18 [1] => 22 ) [handleerror] => Array ( [0] => 18 ) [adddisplaycallback] => Array ( [0] => 19 ) [removedisplaycallback] => Array ( [0] => 19 ) [mysqldisconnecthandler] => Array ( [0] => 19 ) [logger] => Array ( [0] => 19 ) [onuserloginfailure] => Array ( [0] => 20 ) ) [_errors:protected] => Array ( ) ) [_handler:protected] => JSessionHandlerJoomla Object ( [input] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [force_ssl:protected] => [started:JSessionHandlerNative:private] => 1 [closed:JSessionHandlerNative:private] => ) [data:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [__default] => stdClass Object ( [session] => stdClass Object ( [counter] => 1 [timer] => stdClass Object ( [start] => 1711722816 [last] => 1711722816 [now] => 1711722816 ) ) [registry] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [user] => Joomla\CMS\User\User Object ( [isRoot:protected] => [id] => 0 [name] => [username] => [email] => [password] => [password_clear] => [block] => [sendEmail] => 0 [registerDate] => [lastvisitDate] => [activation] => [params] => [groups] => Array ( [0] => 9 ) [guest] => 1 [lastResetTime] => [resetCount] => [requireReset] => [_params:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_authGroups:protected] => [_authLevels:protected] => Array ( [0] => 1 [1] => 1 [2] => 5 ) [_authActions:protected] => [_errorMsg:protected] => [userHelper:protected] => Joomla\CMS\User\UserWrapper Object ( ) [_errors:protected] => Array ( ) [aid] => 0 ) ) ) [initialized:protected] => [separator] => . ) ) [response:protected] => stdClass Object ( [cachable] => [headers] => Array ( [0] => Array ( [name] => X-Logged-In [value] => False ) [1] => Array ( [name] => X-Content-Powered-By [value] => K2 v2.10.3 (by JoomlaWorks) ) [2] => Array ( [name] => status [value] => 404 ) ) [body] => Array ( ) ) [responseMap:Joomla\CMS\Application\WebApplication:private] => Array ( [100] => HTTP/1.1 100 Continue [101] => HTTP/1.1 101 Switching Protocols [102] => HTTP/1.1 102 Processing [200] => HTTP/1.1 200 OK [201] => HTTP/1.1 201 Created [202] => HTTP/1.1 202 Accepted [203] => HTTP/1.1 203 Non-Authoritative Information [204] => HTTP/1.1 204 No Content [205] => HTTP/1.1 205 Reset Content [206] => HTTP/1.1 206 Partial Content [207] => HTTP/1.1 207 Multi-Status [208] => HTTP/1.1 208 Already Reported [226] => HTTP/1.1 226 IM Used [300] => HTTP/1.1 300 Multiple Choices [301] => HTTP/1.1 301 Moved Permanently [302] => HTTP/1.1 302 Found [303] => HTTP/1.1 303 See other [304] => HTTP/1.1 304 Not Modified [305] => HTTP/1.1 305 Use Proxy [306] => HTTP/1.1 306 (Unused) [307] => HTTP/1.1 307 Temporary Redirect [308] => HTTP/1.1 308 Permanent Redirect [400] => HTTP/1.1 400 Bad Request [401] => HTTP/1.1 401 Unauthorized [402] => HTTP/1.1 402 Payment Required [403] => HTTP/1.1 403 Forbidden [404] => HTTP/1.1 404 Not Found [405] => HTTP/1.1 405 Method Not Allowed [406] => HTTP/1.1 406 Not Acceptable [407] => HTTP/1.1 407 Proxy Authentication Required [408] => HTTP/1.1 408 Request Timeout [409] => HTTP/1.1 409 Conflict [410] => HTTP/1.1 410 Gone [411] => HTTP/1.1 411 Length Required [412] => HTTP/1.1 412 Precondition Failed [413] => HTTP/1.1 413 Payload Too Large [414] => HTTP/1.1 414 URI Too Long [415] => HTTP/1.1 415 Unsupported Media Type [416] => HTTP/1.1 416 Range Not Satisfiable [417] => HTTP/1.1 417 Expectation Failed [418] => HTTP/1.1 418 I'm a teapot [421] => HTTP/1.1 421 Misdirected Request [422] => HTTP/1.1 422 Unprocessable Entity [423] => HTTP/1.1 423 Locked [424] => HTTP/1.1 424 Failed Dependency [426] => HTTP/1.1 426 Upgrade Required [428] => HTTP/1.1 428 Precondition Required [429] => HTTP/1.1 429 Too Many Requests [431] => HTTP/1.1 431 Request Header Fields Too Large [451] => HTTP/1.1 451 Unavailable For Legal Reasons [500] => HTTP/1.1 500 Internal Server Error [501] => HTTP/1.1 501 Not Implemented [502] => HTTP/1.1 502 Bad Gateway [503] => HTTP/1.1 503 Service Unavailable [504] => HTTP/1.1 504 Gateway Timeout [505] => HTTP/1.1 505 HTTP Version Not Supported [506] => HTTP/1.1 506 Variant Also Negotiates [507] => HTTP/1.1 507 Insufficient Storage [508] => HTTP/1.1 508 Loop Detected [510] => HTTP/1.1 510 Not Extended [511] => HTTP/1.1 511 Network Authentication Required ) [singleValueResponseHeaders:Joomla\CMS\Application\WebApplication:private] => Array ( [0] => status [1] => content-length [2] => host [3] => content-type [4] => content-location [5] => date [6] => location [7] => retry-after [8] => server [9] => mime-version [10] => last-modified [11] => etag [12] => accept-ranges [13] => content-range [14] => age [15] => expires [16] => clear-site-data [17] => pragma [18] => strict-transport-security [19] => content-security-policy [20] => content-security-policy-report-only [21] => x-frame-options [22] => x-xss-protection [23] => x-content-type-options [24] => referrer-policy [25] => expect-ct [26] => feature-policy [27] => permissions-policy ) [dispatcher:protected] => JEventDispatcher Object ( [_observers:protected] => Array ( [0] => Array ( [event] => onAfterSessionStart [handler] => Array ( [0] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [1] => afterSessionStart ) ) [1] => plgSystemRsformdeletesubmissions Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsformdeletesubmissions [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [2] => plgSystemRsfpjoomlacaptcha Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpjoomlacaptcha [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [3] => PlgSystemSessionGc Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409229 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sessiongc [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [4] => PlgSystemLogrotation Object ( [autoloadLanguage:protected] => 1 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409230 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1710516898 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => logrotation [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [5] => PlgSystemOSSystem Object ( [namespace:protected] => OSSystem [extension:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => ossystem [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [6] => plgSystemAdminExile Object ( [_app:plgSystemAdminExile:private] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [_ip:plgSystemAdminExile:private] => 3.238.251.21 [_key:plgSystemAdminExile:private] => [_pass:plgSystemAdminExile:private] => 1 [_failed:plgSystemAdminExile:private] => [_logged:plgSystemAdminExile:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [key] => br3v3tt1 [twofactor] => 1 [keyvalue] => st3nd4lt0 [redirect] => HOME [fourofour] => 404 Not Found

Not Found

The requested URL {url} was not found on this server.


{serversignature} [redirecturl] => https://www.fbi.gov [frontrestrict] => 0 [maillink] => 1 [maillinkgroup] => Array ( [0] => 8 ) [faillog] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => adminexile [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_db] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409231 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) ) [7] => plgSystemStendalto Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stendalto [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [8] => PlgSystemStats Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409232 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [serverUrl:protected] => https://developer.joomla.org/stats/submit [uniqueId:protected] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [mode] => 3 [lastrun] => [unique_id] => 8c9c62610d2ea85c6faa835fd71cbf0b9df1c600 [interval] => 12 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => stats [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [9] => plgSystemRsfpregistration Object ( [sendUserEmail:plgSystemRsfpregistration:private] => [sendAdminEmail:plgSystemRsfpregistration:private] => [autoloadLanguage:protected] => 1 [json_elements:plgSystemRsfpregistration:private] => [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => rsfpregistration [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [10] => plgSystemNextendSmartslider3 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextendsmartslider3 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [11] => plgSystemNextend2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => nextend2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [12] => PlgSystemUpdatenotification Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [lastrun] => 1711711789 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => updatenotification [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [13] => plgSystemK2 Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => k2 [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [14] => PlgSystemFields Object ( [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => fields [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [15] => plgSystemGKExtMenu Object ( [_params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => 1 [separator] => . ) [_pluginPath] => /home/brevettistendalto.it/public_html/plugins/system/gkextmenu/ [params] => [_name:protected] => [_type:protected] => [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) [_plugin] => stdClass Object ( [type] => system [name] => gkextmenu [params] => {} [id] => 10004 ) ) [16] => plgSystemFmAlertCookies Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [name_plugin] => fmalertcookies [version_plugin] => 1.3.3 [ajouter_jquery] => 0 [mylanguage] => it-IT [duree_cookie] => 30 [deleteCookie] => 1 [display_offline] => 0 [affichage_msg_page_cookie] => 1 [type_affichage] => 1 [num_opacity] => 100 [position] => 1 [position_contenu] => center [position_fixe] => 1 [taille_cadre] => 100% [marge_ext] => 0 [marge_int] => 10 [couleur_texte] => #666666 [couleur_fond] => #ffffff [type_bordure] => 1 [couleur_bordure] => #eeeeee [taille_bordure] => 1 [first_btn] => 1 [position_btn] => 1 [btn_more] => 1 [position_btn_more] => left [taille_btn_more] => btn-mini [couleur_btn_more] => btn-custom [couleur_btn_more_custom] => #b3b3b3 [couleur_texte_btn_more] => #ffffff [btn_close] => 1 [position_btn_close] => left [taille_btn_close] => btn-mini [couleur_btn_close] => btn-custom [couleur_btn_close_custom] => #ffe866 [couleur_texte_btn_close] => #eeeeee [user_agent] => Teoma,alexa,froogle,Gigabot,inktomi,looksmart,URL_Spider_SQL,Firefly,NationalDirectory,AskJeeves,TECNOSEEK,InfoSeek,WebFindBot,girafabot,crawler,www.galaxy.com,Googlebot,Scooter,Slurp,bing,msnbot,appie,FAST,WebBug,Spade,ZyBorg,rabaz,Baiduspider,Feedfetcher-Google,TechnoratiSnoop,Rankivabot,Mediapartners-Google,Sogouwebspider,WebAltaCrawler,TweetmemeBot,Butterfly,Twitturls,Me.dium,Twiceler [langue_activate_it_IT] => 1 [texte_alert_cookies_it_IT] => Utilizziamo cookie tecnici e di terze parti al fine di migliorare i nostri servizi. Proseguendo la navigazione accetti l'utilizzo dei cookie. Per ulteriori informazioni o per scoprire come modificare la configurazione e bloccare i Cookie, consulta la nostra informativa. [texte_readmore_it_IT] => Leggi l'informativa [link_readmore_menu_it_IT] => 108 [ancre_link_readmore_menu_it_IT] => [texte_close_it_IT] => Accetto [langue_activate_en_GB] => 1 [texte_alert_cookies_en_GB] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_en_GB] => Read the policy [link_readmore_menu_en_GB] => 1146 [ancre_link_readmore_menu_en_GB] => [texte_close_en_GB] => I Accept [langue_activate_es_ES] => 1 [texte_alert_cookies_es_ES] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_es_ES] => ì [link_readmore_menu_es_ES] => 324 [ancre_link_readmore_menu_es_ES] => [texte_close_es_ES] => [langue_activate_fr_FR] => 1 [texte_alert_cookies_fr_FR] => We use technical cookies and third party cookies to improve our services. By continuing to browse, you agree to the use of cookies. For further information or to find out how to change your settings and block cookies, please see our privacy policy. [texte_readmore_fr_FR] => Read the policy [link_readmore_menu_fr_FR] => 1147 [ancre_link_readmore_menu_fr_FR] => [texte_close_fr_FR] => I Accept [langue_activate_de_DE] => 1 [texte_alert_cookies_de_DE] => Um die Webseite optimal gestalten und fortlaufend verbessern zu können, verwendet Brevetti Stendalto sowohl eigene Cookies als auch von Drittanbietern. Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu. [texte_readmore_de_DE] => Read the policy [link_readmore_menu_de_DE] => 1150 [ancre_link_readmore_menu_de_DE] => [texte_close_de_DE] => I Accept [langue_activate_zh_CN] => 1 [texte_alert_cookies_zh_CN] => 我们使用技术性Cookie和第三方Cookie来改善我们的服务。通过继续浏览,您同意使用Cookie。 有关更多信息或了解如何更改设置和阻止Cookie,请参阅我们的隐私政策。 [texte_readmore_zh_CN] => 阅读政策 [link_readmore_menu_zh_CN] => 1151 [ancre_link_readmore_menu_zh_CN] => [texte_close_zh_CN] => 同意 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => fmalertcookies [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [17] => PlgSystemLanguageFilter Object ( [mode_sef:protected] => 1 [sefs:protected] => Array ( [it] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [cn] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [lang_codes:protected] => Array ( [it-IT] => stdClass Object ( [lang_id] => 2 [asset_id] => 0 [lang_code] => it-IT [title] => Italiano (IT) [title_native] => IT [sef] => it [image] => it [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -2 ) [en-GB] => stdClass Object ( [lang_id] => 1 [asset_id] => 0 [lang_code] => en-GB [title] => English (UK) [title_native] => EN [sef] => en [image] => en [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => -1 ) [es-ES] => stdClass Object ( [lang_id] => 7 [asset_id] => 413 [lang_code] => es-ES [title] => Spanish (español) [title_native] => ES [sef] => es [image] => es_es [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 1 ) [fr-FR] => stdClass Object ( [lang_id] => 4 [asset_id] => 0 [lang_code] => fr-FR [title] => Français (FR) [title_native] => FR [sef] => fr [image] => fr [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 2 ) [de-DE] => stdClass Object ( [lang_id] => 3 [asset_id] => 0 [lang_code] => de-DE [title] => Deutsch (DE) [title_native] => DE [sef] => de [image] => de [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 3 ) [zh-CN] => stdClass Object ( [lang_id] => 6 [asset_id] => 0 [lang_code] => zh-CN [title] => Chinese (CN) [title_native] => CN [sef] => cn [image] => zh [description] => [metakey] => [metadesc] => [sitename] => [published] => 1 [access] => 1 [ordering] => 5 ) ) [current_lang:protected] => en-GB [default_lang:protected] => it-IT [user_lang_code:PlgSystemLanguageFilter:private] => [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [detect_browser] => 0 [automatic_change] => 1 [item_associations] => 1 [alternate_meta] => 1 [xdefault] => 1 [xdefault_language] => default [remove_default_prefix] => 0 [lang_cookie] => 1 ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => languagefilter [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [18] => PlgSystemLogout Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [autoloadLanguage:protected] => 1 [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => logout [_type:protected] => system [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [19] => PlgSystemDebug Object ( [linkFormat:protected] => [debugLang:PlgSystemDebug:private] => 0 [logEntries:PlgSystemDebug:private] => Array ( ) [sqlShowProfiles:PlgSystemDebug:private] => Array ( ) [sqlShowProfileEach:PlgSystemDebug:private] => Array ( ) [explains:PlgSystemDebug:private] => Array ( ) [totalQueries:PlgSystemDebug:private] => 0 [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [db:protected] => JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql [connection:protected] => mysqli Object ( [affected_rows] => -1 [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ [client_version] => 50012 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [error_list] => Array ( ) [field_count] => 40 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.7.42-0ubuntu0.18.04.1 [server_version] => 50742 [stat] => Uptime: 20242746 Threads: 1 Questions: 98409233 Slow queries: 0 Opens: 1171814 Flush tables: 1 Open tables: 400 Queries per second avg: 4.861 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 2004696 [warning_count] => 0 ) [nameQuote:protected] => ` [nullDate:protected] => 0000-00-00 00:00:00 [_database:JDatabaseDriver:private] => brevettistendalto_it [count:protected] => 20 [cursor:protected] => [debug:protected] => [limit:protected] => 0 [log:protected] => Array ( ) [timings:protected] => Array ( ) [callStacks:protected] => Array ( ) [offset:protected] => 0 [options:protected] => Array ( [driver] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [database] => brevettistendalto_it [prefix] => nnhf3_ [select] => 1 [port] => 3306 [socket] => ) [sql:protected] => JDatabaseQueryMysqli Object ( [offset:protected] => 0 [limit:protected] => 0 [db:protected] => JDatabaseDriverMysqli Object *RECURSION* [sql:protected] => [type:protected] => select [element:protected] => [select:protected] => JDatabaseQueryElement Object ( [name:protected] => SELECT [elements:protected] => Array ( [0] => a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference [1] => c.title AS category_title, c.alias AS category_alias, c.access AS category_access [2] => u.name AS author [3] => parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias [4] => ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count ) [glue:protected] => , ) [delete:protected] => [update:protected] => [insert:protected] => [from:protected] => JDatabaseQueryElement Object ( [name:protected] => FROM [elements:protected] => Array ( [0] => #__content AS a ) [glue:protected] => , ) [join:protected] => Array ( [0] => JDatabaseQueryElement Object ( [name:protected] => INNER JOIN [elements:protected] => Array ( [0] => #__categories AS c on c.id = a.catid ) [glue:protected] => , ) [1] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__users AS u on u.id = a.created_by ) [glue:protected] => , ) [2] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__categories as parent ON parent.id = c.parent_id ) [glue:protected] => , ) [3] => JDatabaseQueryElement Object ( [name:protected] => LEFT JOIN [elements:protected] => Array ( [0] => #__content_rating AS v ON a.id = v.content_id ) [glue:protected] => , ) ) [set:protected] => [where:protected] => JDatabaseQueryElement Object ( [name:protected] => WHERE [elements:protected] => Array ( [0] => a.id = 275 [1] => c.published > 0 [2] => a.language in ('en-GB','*') [3] => (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-03-29 14:33:36') [4] => (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-03-29 14:33:36') [5] => (a.state = 1 OR a.state =2) ) [glue:protected] => AND ) [group:protected] => [having:protected] => [columns:protected] => [values:protected] => [order:protected] => [autoIncrementField:protected] => [call:protected] => [exec:protected] => [union:protected] => [unionAll:protected] => [selectRowNumber:protected] => ) [tablePrefix:protected] => nnhf3_ [utf:protected] => 1 [utf8mb4:protected] => 1 [errorNum:protected] => 0 [errorMsg:protected] => [transactionDepth:protected] => 0 [disconnectHandlers:protected] => Array ( ) ) [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [profile] => 1 [queries] => 1 [memory] => 1 [language_files] => 1 [language_strings] => 1 [strip-first] => 1 [strip-prefix] => [strip-suffix] => ) [initialized:protected] => 1 [separator] => . ) [_name:protected] => debug [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [20] => PlgSystemLog Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => log [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [21] => PlgSystemHighlight Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => highlight [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [22] => PlgSystemRemember Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => remember [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [23] => PlgSystemSef Object ( [app:protected] => Joomla\CMS\Application\SiteApplication Object *RECURSION* [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => sef [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) [24] => PlgSystemLanguagecode Object ( [params] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( ) [initialized:protected] => [separator] => . ) [_name:protected] => languagecode [_type:protected] => system [autoloadLanguage:protected] => [_subject:protected] => JEventDispatcher Object *RECURSION* [_errors:protected] => Array ( ) ) ) [_state:protected] => [_methods:protected] => Array ( [onaftersessionstart] => Array ( [0] => 0 ) [onafterinitialise] => Array ( [0] => 1 [1] => 5 [2] => 6 [3] => 8 [4] => 13 [5] => 17 [6] => 22 ) [onpreprocessmenuitems] => Array ( [0] => 1 ) [onrsformbackendgetavailablecaptchas] => Array ( [0] => 2 ) [onrsformbackendaftershowcomponents] => Array ( [0] => 2 ) [onafterrespond] => Array ( [0] => 3 [1] => 19 ) [onafterrender] => Array ( [0] => 4 [1] => 5 [2] => 7 [3] => 11 [4] => 12 [5] => 13 [6] => 16 [7] => 23 [8] => 24 ) [_frontrestrict] => Array ( [0] => 6 ) [onuserafterlogin] => Array ( [0] => 7 ) [onajaxsendalways] => Array ( [0] => 8 ) [onajaxsendnever] => Array ( [0] => 8 ) [onajaxsendonce] => Array ( [0] => 8 ) [onajaxsendstats] => Array ( [0] => 8 ) [ongetstatsdata] => Array ( [0] => 8 ) [debug] => Array ( [0] => 8 ) [render] => Array ( [0] => 8 ) [onrsformformsave] => Array ( [0] => 9 ) [onrsformbackendformcopy] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabs] => Array ( [0] => 9 ) [onrsformbackendaftershowformedittabstab] => Array ( [0] => 9 ) [onrsformbackendaftercreatefrontcomponentbody] => Array ( [0] => 9 ) [onrsformfrontendbeforeformdisplay] => Array ( [0] => 9 ) [onrsformfrontendbeforeformvalidation] => Array ( [0] => 9 ) [onrsformfrontendbeforestoresubmissions] => Array ( [0] => 9 ) [onrsformaftercreateplaceholders] => Array ( [0] => 9 ) [onrsformfrontendafterformprocess] => Array ( [0] => 9 ) [onrsformbeforeuseremail] => Array ( [0] => 9 ) [onrsformbeforeadminemail] => Array ( [0] => 9 ) [onrsformbackendaftershowconfigurationtabs] => Array ( [0] => 9 ) [onrsformfrontendswitchtasks] => Array ( [0] => 9 ) [onrsformafterformbuildroute] => Array ( [0] => 9 ) [onrsformafterformparseroute] => Array ( [0] => 9 ) [onafterroute] => Array ( [0] => 9 [1] => 13 [2] => 17 ) [onrsformformdelete] => Array ( [0] => 9 ) [onrsformformbackup] => Array ( [0] => 9 ) [onrsformformrestore] => Array ( [0] => 9 ) [onrsformbackendformrestoretruncate] => Array ( [0] => 9 ) [onrsformaftercreatequickaddglobalplaceholders] => Array ( [0] => 9 ) [oninitn2library] => Array ( [0] => 10 [1] => 11 ) [onnextendbeforecompilehead] => Array ( [0] => 10 ) [prepare] => Array ( [0] => 10 ) [cleaneshop] => Array ( [0] => 10 ) [onafterdispatch] => Array ( [0] => 11 [1] => 13 [2] => 17 [3] => 19 [4] => 21 [5] => 23 ) [getsearchvalue] => Array ( [0] => 13 ) [renderoriginal] => Array ( [0] => 13 ) [rendertranslated] => Array ( [0] => 13 ) [oncontentnormaliserequestdata] => Array ( [0] => 14 ) [oncontentaftersave] => Array ( [0] => 14 ) [onuseraftersave] => Array ( [0] => 14 [1] => 17 ) [oncontentafterdelete] => Array ( [0] => 14 ) [onuserafterdelete] => Array ( [0] => 14 ) [oncontentprepareform] => Array ( [0] => 14 [1] => 15 [2] => 16 [3] => 24 ) [oncontentaftertitle] => Array ( [0] => 14 ) [oncontentbeforedisplay] => Array ( [0] => 14 ) [oncontentafterdisplay] => Array ( [0] => 14 ) [oncontentprepare] => Array ( [0] => 14 ) [onpreparefindercontent] => Array ( [0] => 14 ) [onbeforecompilehead] => Array ( [0] => 16 ) [preprocessbuildrule] => Array ( [0] => 17 ) [buildrule] => Array ( [0] => 17 ) [postprocesssefbuildrule] => Array ( [0] => 17 ) [postprocessnonsefbuildrule] => Array ( [0] => 17 ) [parserule] => Array ( [0] => 17 ) [onprivacycollectadmincapabilities] => Array ( [0] => 17 ) [onuserbeforesave] => Array ( [0] => 17 [1] => 22 ) [onuserlogin] => Array ( [0] => 17 ) [onuserlogout] => Array ( [0] => 18 [1] => 22 ) [handleerror] => Array ( [0] => 18 ) [adddisplaycallback] => Array ( [0] => 19 ) [removedisplaycallback] => Array ( [0] => 19 ) [mysqldisconnecthandler] => Array ( [0] => 19 ) [logger] => Array ( [0] => 19 ) [onuserloginfailure] => Array ( [0] => 20 ) ) [_errors:protected] => Array ( ) ) [identity:protected] => [config:protected] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [offline] => 0 [offline_message] => Sito fuori servizio per manutenzione.
Riprovare più tardi. [display_offline_message] => 1 [offline_image] => [sitename] => Brevetti Stendalto [editor] => tinymce [captcha] => recaptcha [list_limit] => 20 [access] => 1 [debug] => 0 [debug_lang] => 0 [dbtype] => mysqli [host] => localhost [user] => brevettistendalt [password] => z8s7P09ihY [db] => brevettistendalto_it [dbprefix] => nnhf3_ [live_site] => [secret] => XFPXX4LQbSw4BesB [gzip] => 0 [error_reporting] => none [helpurl] => https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode} [ftp_host] => [ftp_port] => [ftp_user] => [ftp_pass] => [ftp_root] => [ftp_enable] => 0 [offset] => UTC [mailonline] => 1 [mailer] => smtp [mailfrom] => info@brevettistendalto.it [fromname] => Brevetti Stendalto [sendmail] => /usr/sbin/sendmail [smtpauth] => 1 [smtpuser] => info@brevettistendalto.it [smtppass] => r5mkta!3fPz_TyJ97G-h [smtphost] => smtp.office365.com [smtpsecure] => tls [smtpport] => 587 [caching] => 0 [cache_handler] => file [cachetime] => 15 [cache_platformprefix] => 0 [MetaDesc] => Brevetti Stendalto produce e commercializza catene portacavi in nylon e acciaio, cavi flessibili, catene Total Chain preassemblate con cavi e connettori, guaine e raccordi. Oggi Brevetti Stendalto è altresì impegnata ad operare in settori altamente tecnologici e tecnicamente impegnativi come le applicazioni nel settore delle piattaforme petrolifere ed in quello della movimentazione merci nei più grandi porti del mondo. [MetaKeys] => cable chain, catena portacavi, Chaînes, catene portacavi, catena porta cave, power track, Chaînes porte câbles, catene plastica, catene porta cavi, catene plastica, kabelketten, energieführungsketten, schleppketten, kabelkette, schleppkette, kabelschleppkette, schlauchkette, energieführungskette, schlauchketten, kabelschleppketten, kabelschlepper, drag chain, power chain, porte câbles [MetaTitle] => 1 [MetaAuthor] => 1 [MetaVersion] => 0 [robots] => [sef] => 1 [sef_rewrite] => 1 [sef_suffix] => 0 [unicodeslugs] => 0 [feed_limit] => 10 [feed_email] => none [log_path] => /home/brevettistendalto.it/logs [tmp_path] => /home/brevettistendalto.it/tmp [lifetime] => 180 [session_handler] => database [memcache_persist] => 1 [memcache_compress] => 0 [memcache_server_host] => localhost [memcache_server_port] => 11211 [memcached_persist] => 1 [memcached_compress] => 0 [memcached_server_host] => localhost [memcached_server_port] => 11211 [redis_persist] => 1 [redis_server_host] => localhost [redis_server_port] => 6379 [redis_server_auth] => [redis_server_db] => 0 [proxy_enable] => 0 [proxy_host] => [proxy_port] => [proxy_user] => [proxy_pass] => [massmailoff] => 0 [MetaRights] => [sitename_pagetitles] => 2 [force_ssl] => 0 [session_memcache_server_host] => localhost [session_memcache_server_port] => 11211 [session_memcached_server_host] => localhost [session_memcached_server_port] => 11211 [frontediting] => 0 [cookie_domain] => [cookie_path] => [asset_id] => 1 [replyto] => info@brevettistendalto.it [replytoname] => Brevetti Stendalto [shared_session] => 0 [debug_lang_const] => 1 [behind_loadbalancer] => 0 [session_redis_persist] => 1 [session_redis_server_host] => localhost [session_redis_server_port] => 6379 [session_redis_server_db] => 0 [language] => en-GB [theme] => gk_technews [themeParams] => Joomla\Registry\Registry Object ( [data:protected] => stdClass Object ( [template_style] => main.less [custom_override] => -1 [template_width] => 1600 [tablet_width] => 840 [tablet_small_width] => 840 [mobile_width] => 640 [sidebar_position] => right [sidebar_width] => 30 [sidebar_width_for_pages] => [rwd] => 1 [font_name_group1] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group1] => body, .childcontent, .box.advertisement .header [font_name_group2] => google;own;//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700;Roboto [font_rules_group2] => h1,h2,h3,h4,h5,h6, #gkHeaderNav, .btn, button, .button, select, textarea, input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="url"], input[type="email"], .itemTags, k2TagCloudBlock, .gkTab, th, .nspMain, .gkNspPM, .pagination li [font_name_group3] => standard;Arial, Helvetica, sans-serif [font_rules_group3] => [font_name_group4] => standard;Arial, Helvetica, sans-serif [font_rules_group4] => [logo_type] => image [logo_image] => images/logo.png [logo_text] => Brevetti Stendalto [logo_slogan] => Dynamic Cable Protection [print_logo] => [print_behaviour] => nothing [favicon_image] => images/favicon.ico [touch_image] => [copyrights] => [webmaster_contact_type] => none [webmaster_contact] => webmaster@gavick.com [google_analytics] => [google_analytics_type] => old [suffix_override] => 101=frontpage 125=frontpage 152=frontpage 115=frontpage 324=frontpage 325=frontpage 326=frontpage [newsletter_display] => after_time [newsletter_scroll] => 1000 [newsletter_time] => 10 [show_menu] => 1 [menu_type] => classic [menu_name] => menu-principale [startlevel] => 0 [endlevel] => -1 [moduleid_override] => [menu_opacity] => 1 [menu_height] => 1 [menu_width] => 0 [menu_fixed] => 0 [menu_col_width] => 290 [menu_duration] => 500 [social_api_type] => 0 [popup_fb] => 1 [popup_twitter] => 1 [popup_gplus] => 1 [popup_pinterest] => 1 [popup_linkedin] => 0 [popup_vk] => 0 [fb_api_id] => [fb_lang] => en_US [fb_login] => 0 [fb_like] => 0 [fb_like_send] => 0 [fb_like_layout] => standard [fb_like_show_faces] => true [fb_like_width] => 500 [fb_like_action] => like [fb_like_font] => arial [fb_like_colorscheme] => light [google_plus] => 1 [google_plus_count] => 1 [google_plus_size] => medium [google_plus_lang] => en-GB [google_plus_share] => 1 [google_plus_share_annotation] => vertical-bubble [google_plus_share_size] => 20 [tweet_btn] => 0 [tweet_btn_data_count] => vertical [tweet_btn_data_via] => [tweet_btn_data_lang] => en [pinterest_btn] => 0 [pinterest_btn_style] => horizontal [excluded_arts] => [cookie_consent] => 0 [consenttype] => explicit [cookie_use_ssl] => 0 [banner_position] => bottom [banner_tag_placement] => bottom-right [refreshOnConsent] => 0 [error_page_menu_item_id] => 99999 [recompile_css] => 0 [use_gk_cache] => 0 [css_cache] => 0 [css_compression] => 0 [css_override] => 1 [css_prefixer] => 0 [js_compression] => 0 [jscss_excluded] => [css_custom] => #gkUser span { color: #000; width: 170px; height: 45px; overflow: hidden } #gkUser #gkUserMenu2 { margin: 0 -20px; padding: 0 0 0px 0; } #gkUser #gkUserMenu2 ul { padding: 0; } #gkUser #gkUserMenu2 li { height: 44px; margin: 0; padding: 0; } #gkUser #gkUserMenu2 li a { color: #151515; display: block; font-size: 1.4rem; line-height: 1.4; padding: 14px 22px; } #gkUser #gkUserMenu2 li a:active, #gkUser #gkUserMenu2 li a:focus, #gkUser #gkUserMenu2 li a:hover { background: #eee; color: #424242; } #gkUser #gkUserMenu2 li a .micon { float: right; font-size: 2rem; } #gkUser #gkUserMenu { padding: 0px; } #gkUser #gkUserMenu2 .menu, #gkUser #gkUserMenu .menu{ margin: 0px; } #gkUser #gkUserMenu2 { border-top: 1px solid #DEDEDE; } #gk-login-submenu { padding-bottom: 5px!important; padding-top: 5px!important; } #gkFooter {padding:0 80px 25px 80px!important;} #gkFooterNav {padding:30px 0 30px 0;} .footer .header {font-size:16px !important;} #gkFooter .footer a {padding:5px 0px;} article.nopaddingtop { padding-top: 40px;} article.nopaddingtop .moduletable h3 { display:none; } article.nopaddingtop .moduletable { width: 300px; border: 1px solid #DEDEDE; border-radius: 5px; padding: 10px; margin: 0 auto; margin-bottom: 10px; position: absolute; background-color: #FFF; top: 90px; left: 530px; } #disegni_3d a, #scheda_tecnica a { color: #555;} #disegni_3d a:hover #scheda_tecnica a:hover { color: #42a5f5;} .single-page .header-wrap > img {display:none;} div.jwts_toggleControlContainer a.jwts_toggleControl {background:#d3d3d3 !important; color:#ffea5e !important; font-size:20px; font-weight:500;} #fancybox-content {border:none !important;} #fancybox-outer {background:none;} .spu_content {margin-left:20px; margin-right:20px; border:none; box-shadow:none; background:#ffef96; padding:30px 25px 10px 25px;} #fancybox-bg-w, #fancybox-bg-nw, #fancybox-bg-sw, #fancybox-bg-s, #fancybox-bg-se, #fancybox-bg-e, #fancybox-bg-ne, #fancybox-bg-n {background:none;} [mootools_core] => 1 [mootools_more] => 1 [jquery_noconflict] => 1 [bootstrap_js] => 1 [modal_js] => 1 [mootools_core_logged_in] => 1 [mootools_more_logged_in] => 1 [jquery_noconflict_logged_in] => 1 [bootstrap_js_logged_in] => 1 [modal_js_logged_in] => 1 [page_preloader] => 0 [page_preloader_img] => default.gif [js_scrollreveal] => 1 [js_photoswipe] => 1 [js_progressbar] => 1 ) [initialized:protected] => 1 [separator] => . ) ) [initialized:protected] => 1 [separator] => . ) [input] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( [cookie] => Joomla\CMS\Input\Cookie Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [01d56345053b6bd7b5f41e76c5192a22] => en-GB ) ) [post] => Joomla\CMS\Input\Input Object ( [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) [files] => Joomla\CMS\Input\Files Object ( [decodedData:protected] => Array ( ) [inputs:protected] => Array ( ) [options:protected] => Array ( ) [filter:protected] => Joomla\CMS\Filter\InputFilter Object ( [stripUSC] => 0 [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( ) ) ) [options:protected] => Array ( ) [filter:protected] => Joomla\Filter\InputFilter Object ( [tagsArray] => Array ( ) [attrArray] => Array ( ) [tagsMethod] => 0 [attrMethod] => 0 [xssAuto] => 1 [tagBlacklist] => Array ( [0] => applet [1] => body [2] => bgsound [3] => base [4] => basefont [5] => canvas [6] => embed [7] => frame [8] => frameset [9] => head [10] => html [11] => id [12] => iframe [13] => ilayer [14] => layer [15] => link [16] => meta [17] => name [18] => object [19] => script [20] => style [21] => title [22] => xml ) [attrBlacklist] => Array ( [0] => action [1] => background [2] => codebase [3] => dynsrc [4] => formaction [5] => lowsrc ) [blockedChars:Joomla\Filter\InputFilter:private] => Array ( [0] => &tab; [1] => &space; [2] => : [3] => &column; ) ) [data:protected] => Array ( [language] => en-GB [Itemid] => 978 [option] => com_content [view] => article [catid] => 8 [id] => 275 [lang] => en-GB ) ) [logger:Joomla\Application\AbstractApplication:private] => Joomla\CMS\Log\DelegatingPsrLogger Object ( [logger:protected] => Joomla\CMS\Log\Log Object ( [configurations:protected] => Array ( [72a10d39e4d5c6ef173c2161ed4a6994] => Array ( [logger] => messagequeue ) ) [loggers:protected] => Array ( ) [lookup:protected] => Array ( [72a10d39e4d5c6ef173c2161ed4a6994] => stdClass Object ( [priorities] => 30719 [categories] => Array ( [0] => jerror ) [exclude] => ) ) ) [priorityMap:protected] => Array ( [emergency] => 1 [alert] => 2 [critical] => 4 [error] => 8 [warning] => 16 [notice] => 32 [info] => 64 [debug] => 128 ) ) [item_associations] => 1 ) [type] => -> [args] => Array ( ) ) ) [_errors:protected] => Array ( ) [message:protected] => Article not found [string:Exception:private] => [code:protected] => 404 [file:protected] => /home/brevettistendalto.it/public_html/libraries/legacy/error/error.php [line:protected] => 200 [trace:Exception:private] => Array ( [0] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/legacy/error/error.php [line] => 277 [function] => raise [class] => JError [type] => :: [args] => Array ( [0] => 1 [1] => 404 [2] => Article not found [3] => [4] => 1 ) ) [1] => Array ( [file] => /home/brevettistendalto.it/public_html/components/com_content/models/article.php [line] => 155 [function] => raiseError [class] => JError [type] => :: [args] => Array ( [0] => 404 [1] => Article not found ) ) [2] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/MVC/View/HtmlView.php [line] => 425 [function] => getItem [class] => ContentModelArticle [type] => -> [args] => Array ( ) ) [3] => Array ( [file] => /home/brevettistendalto.it/public_html/components/com_content/views/article/view.html.php [line] => 42 [function] => get [class] => Joomla\CMS\MVC\View\HtmlView [type] => -> [args] => Array ( [0] => Item ) ) [4] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/MVC/Controller/BaseController.php [line] => 664 [function] => display [class] => ContentViewArticle [type] => -> [args] => Array ( ) ) [5] => Array ( [file] => /home/brevettistendalto.it/public_html/components/com_content/controller.php [line] => 118 [function] => display [class] => Joomla\CMS\MVC\Controller\BaseController [type] => -> [args] => Array ( [0] => 1 [1] => Array ( [catid] => INT [id] => INT [cid] => ARRAY [year] => INT [month] => INT [limit] => UINT [limitstart] => UINT [showall] => INT [return] => BASE64 [filter] => STRING [filter_order] => CMD [filter_order_Dir] => CMD [filter-search] => STRING [print] => BOOLEAN [lang] => CMD [Itemid] => INT ) ) ) [6] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/MVC/Controller/BaseController.php [line] => 702 [function] => display [class] => ContentController [type] => -> [args] => Array ( ) ) [7] => Array ( [file] => /home/brevettistendalto.it/public_html/components/com_content/content.php [line] => 43 [function] => execute [class] => Joomla\CMS\MVC\Controller\BaseController [type] => -> [args] => Array ( [0] => ) ) [8] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/Component/ComponentHelper.php [line] => 402 [args] => Array ( [0] => /home/brevettistendalto.it/public_html/components/com_content/content.php ) [function] => require_once ) [9] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/Component/ComponentHelper.php [line] => 377 [function] => executeComponent [class] => Joomla\CMS\Component\ComponentHelper [type] => :: [args] => Array ( [0] => /home/brevettistendalto.it/public_html/components/com_content/content.php ) ) [10] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/Application/SiteApplication.php [line] => 194 [function] => renderComponent [class] => Joomla\CMS\Component\ComponentHelper [type] => :: [args] => Array ( [0] => com_content ) ) [11] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/Application/SiteApplication.php [line] => 233 [function] => dispatch [class] => Joomla\CMS\Application\SiteApplication [type] => -> [args] => Array ( ) ) [12] => Array ( [file] => /home/brevettistendalto.it/public_html/libraries/src/Application/CMSApplication.php [line] => 225 [function] => doExecute [class] => Joomla\CMS\Application\SiteApplication [type] => -> [args] => Array ( ) ) [13] => Array ( [file] => /home/brevettistendalto.it/public_html/index.php [line] => 49 [function] => execute [class] => Joomla\CMS\Application\CMSApplication [type] => -> [args] => Array ( ) ) ) [previous:Exception:private] => )