| Current Path : /home/digilove/public_html/administrator/language/en-GB/ |
| Current File : /home/digilove/public_html/administrator/language/en-GB/en-GB.plg_system_jch_optimize.ini |
;DESCRIPTION
JCH_HEADER_MAJOR_FEATURES="Major Features"
JCH_FEATURES_PRO_ONLY="Pro version only"
JCH_FEATURES_COMBINE_FILES="Combine and gzip CSS and javascript files respectively"
JCH_FEATURES_MINIFY_FILES="Minify combined files and HTML"
JCH_FEATURES_SPRITE_GENERATOR="Combine select background images into a sprite"
JCH_FEATURES_PRO_CDN="CDN Support"
JCH_FEATURES_PRO_LAZY_LOAD="Lazy-load images"
JCH_FEATURES_PRO_OPTIMIZE_CSS_DELIVERY="Optimize CSS Delivery"
JCH_FEATURES_PRO_OPTIMIZE_IMAGES="Optimize Images"
JCH_HEADER_SUPPORT="Support"
JCH_SUPPORT_DOCUMENTATION="First check out the <a href="_QQ_"%1$s"_QQ_" target="_QQ_"_blank"_QQ_">documentation</a> and especially the <a href="_QQ_"%2$s"_QQ_" target="_QQ_"_blank"_QQ_">tutorials</a> on the plugin's website to learn how to use and configure the plugin."
JCH_SUPPORT_PLUGIN_OPTIONS="To get a more verbose description of the plugin options go <a href="_QQ_"%s"_QQ_" target="_QQ_"_blank"_QQ_">here</a>."
JCH_SUPPORT_FAQ_GUIDE="Read <a href="_QQ_"%s"_QQ_" target="_QQ_"_blank"_QQ_">Here</a> for some troubleshooting guides to resolve some common issues users generally encounter with using the plugin."
JCH_SUPPORT_REQUESTS="You'll need a subscription to submit tickets to get premium support in configuring the plugin to resolve conflicts so <a href="_QQ_"%1$s"_QQ_" target="_QQ_"_blank"_QQ_">subscribe</a> to <em>JCH Optimize for Joomla!</em> and access your account to submit a ticket. Otherwise you can use the <a href="%2$s" target="_QQ_"_blank"_QQ_" >Forums</a> on the plugin's website to submit support requests."
JCH_HEADER_FEEDBACK="Feedback"
JCH_FEEDBACK_DESCRIPTION="If you use JCH Optimize, please post a rating and a review at the <a href="_QQ_"%s"_QQ_" target="_QQ_"_blank"_QQ_">Joomla! Extensions Directory</a>. If you're having trouble, please submit for support and give us a chance to resolve your issues before reviewing. Thanks."
;BASIC OPTIONS
JCH_BASIC_OPTIONS="Basic Options"
JCH_GROUP_COMBINE_LABEL="Combine CSS and javascript files"
JCH_GROUP_COMBINE_DESC="These settings are concerned with combining CSS and javascript files into one respectively, and the minification of the combined files and the HTML, and also determines where in the HTML the combined files are placed. Refer to the documentation for more information."
JCH_GROUP_MISC_LABEL="Miscellaneous Settings"
JCH_GROUP_MISC_DESC=""
JCH_PRO_AUTOORDER_LABEL="Utility Settings"
JCH_PRO_AUTOORDER_DESC="Hover over the label of each of these settings to read its description."
JCH_LEVERAGEBROWSERCACHE_SUCCESS="The codes for 'leverage browser caching' were added to the .htaccess file successfully."
JCH_LEVERAGEBROWSERCACHE_FAILED="The plugin failed to add the 'leverage browser caching' code to the .htaccess file."
JCH_LEVERAGEBROWSERCACHE_FILEDOESNTEXIST="An .htaccess file could not be found in the root folder of this site."
JCH_LEVERAGEBROWSERCACHE_CODEALREADYINFILE="Codes for 'leverage browser caching' already exist in the .htaccess file."
JCH_FIXFILEPERMISSIONS_SUCCESS="The permissions of all the files and folders in the plugin were successfully updated."
JCH_FIXFILEPERMISSIONS_FAIL="The plugin failed to update the file and folders permissions."
JCH_CACHECLEAN_SUCCESS="The plugin's cache files were deleted successfully"
JCH_CACHECLEAN_FAILED="An error occurred while trying to delete the plugin's cache files"
JCH_PRO_AUTOSETTINGS_LABEL="Automatic Settings"
JCH_PRO_AUTOSETTINGS_DESC="The six icons on the right represent six preconfigured settings. The level of optimization increases as you go to the right but the risks of conflicts will also increase, so try each in turn and use the highest setting that work for your site. The first, which is the safest, is the default and should work on most websites. These settings do not affect the files/extensions/images etc. you have excluded."
JCH_GROUP_AUTO_LABEL="Automatic Settings Group"
JCH_GROUP_AUTO_DESC="The settings in this group are configured automatically using the Automatic Settings, <span class="_QQ_"notranslate"_QQ_">(Minimum - Optimum)</span>. This is highly recommended to prevent conflicts. Generally you don't need to configure these fields manually unless you are troubleshooting an issue so don't change these settings yourself unless you know what you are doing."
;Automatic Basic Settings
JCH_AUTO_BASIC_LABEL="<strong><i>Automatic Basic Settings</i></strong><hr>"
CSS_LABEL="Combine CSS Files"
CSS_DESCRIPTION="This will combine all CSS files into one file and remove all the links to the individual files from the page, replacing them with a link generated by the plugin to the combined file."
JAVASCRIPT_LABEL="Combine JavaScript Files"
JAVASCRIPT_DESCRIPTION="This will combine all javascript files into one file and remove all the links to the individual files from the page, replacing them with a link generated by the plugin to the combined file."
GZIP_LABEL="GZip JavaScript and CSS"
GZIP_DESCRIPTION="The plugin will compress the combined JavaScript and CSS file respectively using gzip. This can decrease file size dramatically."
COMPRESS_CSS="Minify CSS"
COMPRESS_CSS_DESCRIPTION="The plugin will remove all unnecessary whitespaces and comments from the combined CSS file to reduce the total file size."
COMPRESS_JAVASCRIPT="Minify javascript"
COMPRESS_JAVASCRIPT_DESCRIPTION="The plugin will remove all unnecessary whitespaces and comments from the combined javascript file to reduce the total file size."
COMPRESS_HTML="Minify HTML"
COMPRESS_HTML_DESCRIPTION="The plugin will remove all unnecessary whitespaces and comments from the HTML to reduce the total size of the web page."
DEFER_JS="Defer javascript"
DEFER_JS_DESCRIPTION="This option will add a <span class="_QQ_"notranslate"_QQ_">'defer'</span> attribute to the link to the combined javascript file. This will defer the loading of the javascript until after the page is loaded to reduce render blocking. Do not configure this setting manually to avoid breaking your page."
POSITION_JS_LABEL="Manage combined files"
POSITION_JS_DESCRIPTION="Select where and how to place the links for the combined css and javascript files. Options are, 'Preserve Execution Order', that will split the combined file and place them around and between excluded files accordingly, 'Combine all files to one', that will combine all included files into one and place them just below the <span class="_QQ_"notranslate"_QQ_"><title></span> tag, and 'Place JS at bottom', that will place the combined CSS file below the <span class="_QQ_"notranslate"_QQ_"><title></span> tag but the javascript file will be just before the ending <span class="_QQ_"notranslate"_QQ_"></body></span> tag."
JCH_MAINTAIN_EXEC_ORDER="Preserve execution order"
JCH_COMBINE_ONE_FILE="Combine files in one"
JCH_JS_BOTTOM_OF_PAGE="Place javascript at bottom"
;Automatice Exclude Settings
JCH_AUTO_EXCLUDE_LABEL="<strong><i>Automatic Exclude Settings</i></strong><hr>"
EXCLUDE_ALL_EXTENSIONS_LABEL="Include all extensions"
EXCLUDE_ALL_EXTENSIONS_DESCRIPTION="By default, all files from third party extensions and external domains are excluded. If enabled, they will be included."
;Automatic Pro Settings
JCH_AUTO_PRO_LABEL="<strong><i>Automatic Pro Settings</i></strong><hr>"
JCH_DOWNLOADID_DESCRIPTION="Enter your download ID to enable automatic updates of the pro version. Log into your account on the <span class="_QQ_"notranslate"_QQ_">jch-optimize.net</span> website and access the download id from the 'My Account' -> 'My Download Id' menu item"
JCH_PRO_REPLACEIMPORTS_LABEL="Replace <span class="_QQ_"notranslate"_QQ_">@imports</span> in CSS"
JCH_PRO_REPLACEIMPORTS_DESC="The plugin will replace <span class="_QQ_"notranslate"_QQ_">@import</span> at-rules with the contents of the files they are importing. This will be done recursively."
JCH_PRO_PHPANDEXTERNAL_LABEL="Include PHP and external <br>resource files"
JCH_PRO_PHPANDEXTERNAL_DESC="Javascript and css files with <span class="_QQ_"notranslate"_QQ_">'.php'</span> file extensions, and files from external domains will be included in the combined file. This option requires that either <span class="_QQ_"notranslate"_QQ_">cURL</span> is installed on your server or your php option <span class="_QQ_"notranslate"_QQ_">'allow_url_fopen'</span> is enabled."
JCH_PRO_INLINESTYLE_LABEL="Include in-page CSS <span class="_QQ_"notranslate"_QQ_"><style></span>"
JCH_PRO_INLINESTYLE_DESC="In-page CSS inside <span class="_QQ_"notranslate"_QQ_"><style></span> tags will be included in the aggregated file in the order they appear on the page."
JCH_PRO_INLINESCRIPTS_LABEL="Include in-page javascripts"
JCH_PRO_INLINESCRIPTS_DESC="In-page javascript inside <span class="_QQ_"notranslate"_QQ_"><script></span> tags will be included in the combined file in the order they appear on the page."
JCH_PRO_SEARCHBODY_LABEL="Search <span class="_QQ_"notranslate"_QQ_"><body></span>"
JCH_PRO_SEARCHBODY_DESC="By default, the plugin only combines files found in the <span class="_QQ_"notranslate"_QQ_"><head></span> section of the HTML. This option extends the search to the <span class="_QQ_"notranslate"_QQ_"><body></span> section."
JCH_PRO_LOADASYNCHRONOUS_LABEL="Load javascript <br>asynchronously"
JCH_PRO_LOADASYNCHRONOUS_DESC="The combined javascript file will be loaded asynchronously to avoid render blocking and speed up download of the web page."
;ADVANCED OPTIONS
JCH_GROUP_ADVANCED_LABEL="Advanced Settings"
JCH_MINIFY_LEVEL_LABEL="HTML minification <br>level"
JCH_MINIFY_LEVEL_DESCRIPTION="If 'Minify HTML' is enabled, this will determine the level of minification. The incremental changes per level are as follows: Basic - Adjoining whitespaces outside of elements are reduced to one whitespace; Advanced - Remove HTML comments, whitespace around block elements and undisplayed elements, Remove unnecessary whitespaces inside of elements and around their attributes; Ultra - Remove redundant attributes, for example, <span class="_QQ_"notranslate"_QQ_">'text/javascript'</span>, and remove quotes from around selected attributes (HTML5)"
JCH_MINIFY_LEVEL_BASIC="Basic"
JCH_MINIFY_LEVEL_ADVANCED="Advanced"
JCH_MINIFY_LEVEL_ULTRA="Ultra"
HTACCESS_LABEL="Use url rewrite"
HTACCESS_DESCRIPTION="By default, the plugin will detect if mod_rewrite is enabled and will rewrite the link to the combined file to eliminate the query portion. This promotes the caching of the combined file by proxy servers and browsers. The plugin will automatically select 'Yes' or 'No' based on whether support for url rewriting is detected. You can manually select the one you want if the plugin got it wrong."
LIFETIME_LABEL="Lifetime (days)"
LIFETIME_DESCRIPTION="Lifetime of cached files, measured in days."
;Troubleshooting settings
JCH_GROUP_DEBUG_LABEL="Troubleshooting Settings"
JCH_GROUP_DEBUG_DESC="These settings are useful for debugging issues with the plugin."
JCH_OFF="Off"
JYES_WITHOUT_OPTION="Yes - (Without Options +FollowSymLinks)"
JCH_AUTO="Auto"
JCH_DEBUG_LABEL="Debug Plugin"
JCH_DEBUG_DESCRIPTION="This option will add the 'commented-out' url of the individual files inside the combined file above the contents that came from that file. This is useful when configuring the plugin. Additionally, it will add profile information on key methods to the Joomla! Profiler when debug is enabled in Global Configurations."
JCH_LOG_LABEL="Log caught exceptions"
JCH_LOG_DESCRIPTION="Error messages will be written in a file called <span class="_QQ_"notranslate"_QQ_">'plg_jch_optimize.errors.php'</span> file in the logs folder."
JCH_TRY_CATCH_LABEL="Use try-catch"
JCH_TRY_CATCH_DESCRIPTION="If you're seeing javascript errors in the console, you can try enabling this option to wrap each javascript file in a <span class="_QQ_"notranslate"_QQ_">'try-catch'</span> block to prevent the errors from one file affecting the combined file."
;EXCLUDE OPTIONS
JCH_EXCLUDE_OPTIONS_FIELDSET_LABEL="Exclude Options"
JCH_MENU_LABEL="Menu item"
JCH_MENU_DESCRIPTION="The 'multi-select exclude' settings, will populate the drop-down box with the files found on the selected page. Your home page is the default. This page will automatically refresh when you change a selection."
JCH_GROUP_EXCLUDE_LABEL="Exclude files and extensions from aggregation"
JCH_GROUP_EXCLUDE_DESC="These settings are used to exclude individual files, or files from select extensions, if they don't work well with the plugin. If you're not seeing the files or extensions you want to exclude in the drop-down list, try using the 'Menu item' setting that is above to select the page that the file is on, or manually add the files or extensions to the list. To add a file to the list manually, type the url in the textbox and click the 'Add item' button."
EXCLUDE_CSS_LABEL="Exclude CSS Files"
EXCLUDE_CSS_DESCRIPTION="Select the CSS files you want to exclude."
EXCLUDE_JS_LABEL="Exclude JavaScript Files"
EXCLUDE_JS_DESCRIPTION="Select the javascript files you want to exclude."
EXCLUDE_CSS_COMPONENTS_LABEL="Exclude CSS files from <br>these extensions"
EXCLUDE_CSS_COMPONENTS_DESCRIPTION="The plugin will exclude all CSS files from the extensions you have selected."
EXCLUDE_JS_COMPONENTS_LABEL="Exclude js files from <br>these extensions"
EXCLUDE_JS_COMPONENTS_DESCRIPTION="The plugin will exclude all javascript files from the extensions you have selected."
JCH_EXCLUDE_JS_LABEL="<strong><i>Exclude Javascript Dynamically</i></strong><hr>"
JCH_PRO_LOADFILESASYNC_LABEL="Exclude individual javascript<br>files dynamically"
JCH_PRO_LOADFILESASYNC_DESC="The links to these files will be removed from the HTML but their contents will not be placed in the combined file. Instead, they will be loaded dynamically from the combined file. You can try using this option if you want to exclude a javascript file while using a setting higher than <span class="_QQ_"notranslate"_QQ_">'Average'</span> and still preserve the original execution order of the files on the page."
JCH_GROUP_EXCLUDEINLINE_LABEL="Exclude 'in-page' CSS and javascript from aggregation"
JCH_GROUP_EXCLUDEINLINE_DESC="These settings are used to exclude 'in-page' CSS and javascript inside <span class="_QQ_"notranslate"_QQ_"><style></span> and <span class="_QQ_"notranslate"_QQ_"><script></span> tags respectively. The first few characters that appear in these tags will show in the drop-down list. To add a <span class="_QQ_"notranslate"_QQ_"><style></span> or <span class="_QQ_"notranslate"_QQ_"><script></span> manually, type a word or phrase that is unique to the <span class="_QQ_"notranslate"_QQ_"><style></span> or <span class="_QQ_"notranslate"_QQ_"><script></span> in the textbox and click the 'Add item' button."
JCH_PRO_EXCLUDE_STYLES_LABEL="Exclude 'in-page' CSS"
JCH_PRO_EXCLUDE_STYLES_DESC="Select the 'in-page' <span class="_QQ_"notranslate"_QQ_"><style></span> you want to exclude."
JCH_PRO_EXCLUDE_SCRIPT_LABEL="Exclude 'in-page' scripts"
JCH_PRO_EXCLUDE_SCRIPT_DESC="Select the 'in-page' <span class="_QQ_"notranslate"_QQ_"><script></span> you want to exclude."
JCH_GROUP_REMOVEFILES_LABEL="Remove CSS and javascript files from the page"
JCH_GROUP_REMOVEFILES_DESC="These settings will remove the css and javascript files you have selected from the page and prevent them from downloading. This is useful for removing unused and unwanted files to help prevent conflicts and further optimize the page. For eg., <span class="_QQ_"notranslate"_QQ_">Mootools</span>, or if you are loading more than one <span class="_QQ_"notranslate"_QQ_">jQuery</span> libraries"
JCH_PRO_REMOVE_CSS_LABEL="Remove CSS files."
JCH_PRO_REMOVE_CSS_DESC="Remove the CSS files that you have selected from the page."
JCH_PRO_REMOVE_JS_LABEL="Remove Javascript files."
JCH_PRO_REMOVE_JS_DESC="Remove the javascript files that you have selected from the page."
;FREE FEATURES
JCH_FREE_FEATURES_FIELDSET_LABEL="Free Features"
;Sprite generator;
SPRITE_GENERATOR_LABEL="Sprite Generator"
SPRITE_GENERATOR_DESCRIPTION="The plugin will combine selected background images into one image called a sprite to reduce http requests. PLEASE NOTE: 'Combine CSS' must be turned on in 'Basic Options' for the Sprite Generator to work."
FILE_OUTPUT_LABEL="Image file type"
FILE_OUTPUT_DESCRIPTION="Select the format of the sprite"
SPRITE_DIRECTION_LABEL="Sprite build direction"
SPRITE_DIRECTION_DESCRIPTION="Determine in which direction the images must be placed in sprite."
VERTICAL="Vertical"
HORIZONTAL="Horizontal"
WRAP_IMAGES_LABEL="Wrap images"
WRAP_IMAGES_DESCRIPTION="Will wrap images in sprite into another row or column if the length of the sprite becomes longer than <span class="_QQ_"notranslate"_QQ_">2000px</span>."
INCLUDE_IMAGES_LABEL="Include additional images <br>in sprite"
INCLUDE_IMAGES_DESCRIPTION="You can include additional images in the sprite to the ones that were selected by default. Use this option cautiously, as these files are likely to display incorrectly."
EXCLUDE_IMAGES_LABEL="Exclude images from sprite"
EXCLUDE_IMAGES_DESCRIPTION="You can exclude one or more of the images if they are displayed incorrectly."
;Add image attributes
JCH_IMAGE_ATTRIBUTES_LABEL="Add Image Attributes"
JCH_IMAGES_ATTRIBUTES_DESCRIPTION="When enabled, the plugin will add missing width and height attributes to <span class="_QQ_"notranslate"_QQ_"><img/></span> elements"
;PRO OPTIONS
JCH_PRO_FEATURES_FIELDSET_LABEL="Pro Features"
JCH_DOWNLOADID_LABEL="Download ID"
;Cookie less Domain
JCH_ENABLE="Enable"
JCH_PRO_COOKIELESSDOMAIN_LABEL="CDN/Cookieless Domain"
JCH_PRO_COOKIELESSDOMAIN_DESC="Enter your CDN or cookieless domain here. The plugin will load all static files including background images, combined javascript and CSS files, and generated sprite from this domain. This requires that this domain is already set up and points to your site root."
JCH_PRO_COOKIELESSDOMAINONE="Domain 1"
JCH_PRO_COOKIELESSDOMAINTWO="Domain 2"
JCH_PRO_COOKIELESSDOMAINTHREE="Domain 3"
JCH_PRO_COOKIELESSDOMAINFOUR="Domain 4"
JCH_PRO_CDN_SCHEME_LABEL="CDN scheme"
JCH_PRO_CDN_SCHEME_DESC="Select the scheme that you want prepended to the CDN/Cookieless domain"
JCH_HTTP="http"
JCH_HTTPS="https"
JCH_PRO_STATICFILES_LABEL="Static Files"
JCH_PRO_STATICFILES_DESC="Select the static file types that you want to be loaded over CDN/Cookieless Domain"
;Lazy load images
JCH_PRO_LAZYLOAD_LABEL="Lazy Load Images"
JCH_PRO_LAZYLOAD_DESC="Enable to delay the loading of images until they are scrolled into view. This further speeds up the loading of the page and reduces http requests."
JCH_PRO_EXCLUDE_LAZYLOAD_LABEL="Exclude these images"
JCH_PRO_EXCLUDE_LAZYLOAD_DESC="Select or manually add the urls of the images you want to exclude from lazy load."
JCH_PRO_EXCLUDE_LAZYLOADFOLDER_LABEL="Exclude these folders"
JCH_PRO_EXCLUDE_LAZYLOADFOLDER_DESC="Exclude all the images in the selected folders. "
JCH_PRO_EXCLUDE_LAZYLOADCLASS_LABEL="Exclude these classes"
JCH_PRO_EXCLUDE_LAZYLOADCLASS_DESC="Exclude all images that has these classes declared on the <span class="_QQ_"notranslate"_QQ_"><img></span> element"
;Optimize CSS Delivery
JCH_PRO_OPTIMIZECSSDELIVERY_LABEL="Optimize CSS Delivery"
JCH_PRO_OPTIMIZECSSDELIVERY_DESC="The plugin will attempt to extract the critical CSS that is required to format the page above the fold and put this in a <span class="_QQ_"notranslate"_QQ_"><style></span> element inside the <span class="_QQ_"notranslate"_QQ_"><head></span> section of the HTML to prevent 'render-blocking'. The combined CSS will then be loaded asynchronously via javascript. Select the number of HTML elements from the top of the page that you want the plugin to find the critical CSS for. The smaller the number, the faster your site but you might see some jumping of the page if the number is too small."
JCH_PRO_NUMBERELEMENTS_LABEL="Number of Elements"
;OPTIMIZE IMAGES
COM_PLUGINS_JCH_OPTIMIZE_IMAGES_FIELDSET_LABEL="Optimize Images"
JCH_GROUP_OPTIMIZE_IMAGES_LABEL="Optimize Images"
JCH_GROUP_OPTIMIZE_IMAGES_DESCRIPTION="Use our API to optimize the images on your server. Be sure to save your 'Download ID' in the plugin before trying to optimize images as that will authenticate you to access the API. Use the file tree to select the subfolders and files you want to optimize. Files will be optimized in subfolders recursively. If you want to rescale your images while optimizing, enter the new width and height."
JCH_OPTIMIZE_IMAGES_LABEL="Optimize Images"
JCH_OPTIMIZE_IMAGES_DESCRIPTION="Click through the file tree to open the directory that contains the subfolders and images you want to optimize then after selecting them, click the 'Optimize Images' button. The plugin will use our API to optimize the images in the folder and will replace the existing images with the optimized images. PLEASE NOTE: The plugin must be enabled to use this feature."
JCH_KRAKEN_BACKUP_LABEL="Backup Images"
JCH_KRAKEN_BACKUP_DESCRIPTION="The plugin will copy the original files in the <span class="_QQ_"notranslate"_QQ_">/images/jch_optimize_backup_images/</span> directory prior to optimization. The name of the image will represent its original location e.g, <span class="_QQ_"notranslate"_QQ_">images_stories_bannercradle.jpg</span> came from <span class="_QQ_"notranslate"_QQ_">/images/stories/banner_cradle.jpg</span>."
JCH_KRAKEN_BACKUP_ALL="All optimized images"
JCH_KRAKEN_BACKUP_RESIZED="Only resized images"
JCH_OPTIMIZE_IMAGE_NO_CURL_MESSAGE="You must have <span class="_QQ_"notranslate"_QQ_">cURL</span> enabled on your server for this feature to work."
JCH_OPTIMIZE_IMAGE_NO_URL_FOPEN_MESSAGE="The PHP setting <span class="_QQ_"notranslate"_QQ_">'allow_url_fopen'</span> must be enabled for this feature."
;MISCELLANEOUS
JCH_ADD_ITEM="Add item"
JCH_WIDTH="Width"
JCH_HEIGHT="Height"
JCH_LEVERAGE_BROWSER="Leverage browser caching"
JCH_USE_THIS_BUTTON_TO="Use this button to add codes to your htaccess file to leverage browser caching."
JCH_FIX_FILE_PERMISSIONS="Fix file permissions"
JCH_IF_YOUR_SITE_HAS="If your site has lost CSS formatting after enabling the plugin, the problem could be that the plugin files were installed with incorrect file permissions so the browser cannot access the cached combined file. Click here to correct the plugin's file permissions."
JCH_ORDER_PLUGIN="Order plugin"
JCH_THE_PUBLISHED_ORDER="The published order of the plugin is important! When you click on this icon, it will attempt to order the plugin correctly."
JCH_CLEAN_CACHE="Clean cache"
JCH_CLICK_THIS_BUTTON_TO="Click this button to clean the plugin's cache and page cache. If you have edited any CSS or javascript files you need to clean the cache so the changes can be visible."
JCH_OPTIMIZE_IMAGES="Optimize images"
JCH_PLEASE_SELECT_FILES="Please select files or subfolders to optimize."
JCH_PLEASE_ENTER_YOUR="Please enter your Download ID on the Pro Options tab."
JCH_FILES="Files: %s"
JCH_SIZE="Size: %s"
JCH_REFRESH_FRONT_END="Please enable the plugin then refresh the front page in order for the plugin to populate the multi-select exclude lists with the files to exclude"
JCH_REQUIRES_PHP_UPDATE="This plugin requires PHP 5.3.0 or greater to work. Your installed version is %s"
JCH_JOOMLA_VERSION_NOT_COMPATIBLE="JCH Optimize is not compatible with your version of Joomla!. The minimum version that will work with JCH Optimize is %s. Please upgrade Joomla! and try installing JCH Optimize again."
JCH_CANNOT_INSTALL_FREE_VERSION_OVER_PRO="You are trying to install the FREE version of JCH Optimize but you currently have the PRO version installed. You must uninstall the PRO version before you can install the FREE version."