<?php return ['x-generator'=>'GlotPress/4.0.1','translation-revision-date'=>'2024-08-11 15:39:19+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'Plugins - SVG Support - Stable (latest release)','language'=>'en_GB','messages'=>['I\'m always happy to help out!'=>'I\'m always happy to help out!','Having Issues?'=>'Having issues?','You can also'=>'You can also','Leave a Review'=>'Leave a review','Support is handled exclusively through WordPress.org by my one man team - me.'=>'Support is handled exclusively through WordPress.org by my one man team – me.','A very small piece of code that helps with displaying SVGs on the frontend in some cases.'=>'A very small piece of code that helps with displaying SVGs on the front end in some cases.','Load frontend CSS?'=>'Load front end CSS?','Upload SVG files to the Media Library and render SVG files inline for direct styling/animation of an SVG\'s internal elements using CSS/JS.'=>'Upload SVG files to the Media Library and render SVG files inline for direct styling/animation of an SVG\'s internal elements using CSS/JS.','Thanks for your support, please consider donating.'=>'Thanks for your support, please consider donating.','If you upgrade to a paid plan, I\'ll receive a small commission... And that\'s really nice!'=>'If you upgrade to a paid plan, I\'ll receive a small commission... And that\'s really nice!','Advanced'=>'Advanced','Donate using PayPal'=>'Donate using PayPal','For help and more information, please check the help tab (top right of your screen).'=>'For help and more information, please check the help tab (top right of your screen).','<a target="_blank" href="https://wordpress.org/support/plugin/svg-support">SVG Support Forum</a>'=>'<a target="_blank" href="https://wordpress.org/support/plugin/svg-support">SVG Support Forum</a>','For more help, visit:'=>'For more help, visit:','DONATIONS'=>'DONATIONS','(You don\'t need to send me that much though, anything is appreciated!)'=>'(You don\'t need to send me that much though, anything is appreciated!)','My Coinbase referral link will get $10 USD worth of BTC for free when you spend $100.'=>'My Coinbase referral link will get $10 USD worth of BTC for free when you spend $100.','Need to buy some crypto to donate?'=>'Need to buy some crypto to donate?','ETH: 0x599695Eb51aFe2e5a0DAD60aD9c89Bc8f10B54f4'=>'ETH: 0x599695Eb51aFe2e5a0DAD60aD9c89Bc8f10B54f4','LTC: LUnQPJrSk6cVFmMqBMv5FAqweJbnzRUz4o'=>'LTC: LUnQPJrSk6cVFmMqBMv5FAqweJbnzRUz4o','BTC: 1qF8r2HkTLifND7WLGfWmvxfXc9ze55DZ'=>'BTC: 1qF8r2HkTLifND7WLGfWmvxfXc9ze55DZ','PayPal: '=>'PayPal: ','Donation Methods:'=>'Donation Methods:','Donations'=>'Donations','Then there\'s the option of animating the SVG file itself. There is a number of online tools to do this, or you can use the software of your choice. Once your SVG is animated and ready to go, you then upload it like any other image to your WordPress media library. When you embed it on a page/post, you will need to make sure to add the class to the IMG tag so SVG Support can render it inline. This will ensure your animations are displayed.'=>'Then there\'s the option of animating the SVG file itself. There is a number of online tools to do this, or you can use the software of your choice. Once your SVG is animated and ready to go, you then upload it like any other image to your WordPress media library. When you embed it on a page/post, you will need to make sure to add the class to the IMG tag so SVG Support can render it inline. This will ensure your animations are displayed.','Learn more about SVG Support on:'=>'Learn more about SVG Support on:','Visit The Support Forum'=>'Visit The Support Forum','Send Some Love'=>'Send Some Love','First, let\'s talk about using CSS or JS to target elements within your SVG.'=>'First, let\'s talk about using CSS or JS to target elements within your SVG.','There\'s a number of ways you can animate an SVG. You could use CSS or JS to target elements within your SVG or even embed the animations in the file itself. Whichever way you choose, there is always a little bit of preparation required before uploading your SVG to your media library.'=>'There\'s a number of ways you can animate an SVG. You could use CSS or JS to target elements within your SVG or even embed the animations in the file itself. Whichever way you choose, there is always a little bit of preparation required before uploading your SVG to your media library.','So you want to animate your SVG?'=>'So you want to animate your SVG?','Animation'=>'Animation','To render your featured SVG inline:'=>'To render your featured SVG inline:','You can use SVG files as featured images just like any other image format, with the addition of being able to render your featured SVG inline on a per-post basis.'=>'You can use SVG files as featured images just like any other image format, with the addition of being able to render your featured SVG inline on a per-post basis.','Before you upload your SVG, you\'re going to need some classes to target inside your SVG. To do this, open your SVG file in the code editor of choice (I use Sublime Text). You will see each element within your SVG file written in XML code. Each little part of your SVG has it\'s own bit of code, so it\'s up to you which ones you want to target. It\'s in here that you\'ll place your new classes on each element you want to target.'=>'Before you upload your SVG, you\'re going to need some classes to target inside your SVG. To do this, open your SVG file in the code editor of choice (I use Sublime Text). You will see each element within your SVG file written in XML code. Each little part of your SVG has its own bit of code, so it\'s up to you which ones you want to target. It\'s in here that you\'ll place your new classes on each element you want to target.','Your uploaded image needs to be an SVG file for this plugin to replace the img tag with the inline SVG code. It will not create SVG files for you.'=>'Your uploaded image needs to be an SVG file for this plugin to replace the img tag with the inline SVG code. It will not create SVG files for you.','You will likely need to set your own height and width in your CSS for SVG files to display correctly.'=>'You will likely need to set your own height and width in your CSS for SVG files to display correctly.','You can embed your SVG image like any standard image with the addition of adding the class <code>style-svg</code> (or your custom class) to any IMG tags that you want this plugin to swap out with your actual SVG code.'=>'You can embed your SVG image like any standard image with the addition of adding the class <code>style-svg</code> (or your custom class) to any IMG tags that you want this plugin to swap out with your actual SVG code.','Render SVG Inline'=>'Render SVG Inline','Make sure "Advanced Mode" is enabled.'=>'Make sure "Advanced Mode" is enabled.','This feature is to force all SVG files that are found in your site to be rendered inline. This can help if you aren\'t able to set a custom class on your IMG tags for some reason, usually when used in theme options or page builder elements.'=>'This feature is to force all SVG files that are found in your site to be rendered inline. This can help if you aren\'t able to set a custom class on your IMG tags for some reason, usually when used in theme options or page builder elements.','Force Inline SVG:'=>'Force Inline SVG:','When this is checked, you won\'t have to add the class to your SVG files during the embed process in the editor. When you pick your SVG, it will be placed in the editor with just the SVG Support class and others stripped. It does not change existing code, it\'s only a helper to allow you to quickly embed your SVG files and have them render inline without having to fiddle with the classes.'=>'When this is ticked, you won\'t have to add the class to your SVG files during the embed process in the editor. When you pick your SVG, it will be placed in the editor with just the SVG Support class and others stripped. It does not change existing code, it\'s only a helper to allow you to quickly embed your SVG files and have them render inline without having to fiddle with the classes.','This allows you to set your own custom class that you will use in your SVG source IMG tags that you would like rendered inline. For example, it might be easier for you to remember to add the class "inline-svg" or something, in which case you would use your desired class name in this field to be used across your site.'=>'This allows you to set your own custom class that you will use in your SVG source IMG tags that you would like rendered inline. For example, it might be easier for you to remember to add the class "inline-svg" or something, in which case you would use your desired class name in this field to be used across your site.','Add your featured SVG like you would any regular featured image format.'=>'Add your featured SVG like you would any regular featured image format.','Publish, Save Draft, or Update the post a final time to render the SVG inline.'=>'Publish, Save Draft, or Update the post a final time to render the SVG inline.','Once the screen reloads, click the new checkbox below the featured image to render your SVG inline.'=>'Once the screen reloads, click the new checkbox below the featured image to render your SVG inline.','Publish, Save Draft, or Update the post.'=>'Publish, Save Draft, or Update the post.','Featured Images'=>'Featured Images','Standard Usage'=>'Standard Usage','Automatically Insert Class:'=>'Automatically Insert Class:','This setting allows you to choose whether the SVG Support JS file is enqueued in the header or the footer of the site. Usually you would enqueue in the footer unless you need it to be loaded sooner for some reason.'=>'This setting allows you to choose whether the SVG Support JS file is enqueued in the header or the footer of the site. Usually you would enqueue in the footer unless you need it to be loaded sooner for some reason.','This setting gives you the choice of JS file that is enqueued, the full expanded version or the minified version. You would usually enqueue the minified version, but if you want to bundle the JS file using a caching or minification plugin or similar, then you might want to enqueue the expanded, non-minified version.'=>'This setting gives you the choice of JS file that is enqueued, the full expanded version or the minified version. You would usually enqueue the minified version, but if you want to bundle the JS file using a caching or minification plugin or similar, then you might want to enqueue the expanded, non-minified version.','When using SVG files like regular images just isn\'t enough ;)'=>'When using SVG files like regular images just isn\'t enough ;)','Enabling "Advanced Mode" displays options to give you more control over how you use SVG files on your site. It also includes extra JS on the front end, so leave this disabled unless you\'re actually using any of the advanced features.'=>'Enabling "Advanced Mode" displays options to give you more control over how you use SVG files on your site. It also includes extra JS on the front end, so leave this disabled unless you\'re actually using any of the advanced features.','Enable Advanced Mode:'=>'Enable Advanced Mode:','SVG files are actually XML code, so allowing regular users to upload them can pose serious security risks. Please leave this checked unless you really know what you\'re doing.'=>'SVG files are actually XML code, so allowing regular users to upload them can pose serious security risks. Please leave this ticked unless you really know what you\'re doing.','So let\'s get into some more details! Simply click the tabs to the left to get more of an understanding of how powerful SVG Support is.'=>'So let\'s get into some more details! Simply click the tabs to the left to get more of an understanding of how powerful SVG Support is.','SVG Support features an "Advanced Mode" which toggles extra features, allowing you to take more control of how your SVG files are used. By rendering SVG files inline, it opens up a huge number of possibilities including animations, embedded links within the SVG, odd shaped link areas, custom CSS targeting elements within the SVG and whole lot more!'=>'SVG Support features an "Advanced Mode" which toggles extra features, allowing you to take more control of how your SVG files are used. By rendering SVG files inline, it opens up a huge number of possibilities including animations, embedded links within the SVG, odd shaped link areas, custom CSS targeting elements within the SVG and whole lot more!','Even this most basic of usage is very powerful for modern websites, however, there\'s lots of cool stuff you can do with SVG files!'=>'Even this most basic of usage is very powerful for modern websites, however, there\'s lots of cool stuff you can do with SVG files!','At it\'s core, SVG Support allows you to upload SVG files and use them as you would any regular image with the added benefit of being scalable and looking great on any screen size, no matter what size it\'s displayed. Additionally, SVG file sizes are (more often than not) much smaller than conventional image formats.'=>'At its core, SVG Support allows you to upload SVG files and use them as you would any regular image with the added benefit of being scalable and looking great on any screen size, no matter what size it\'s displayed. Additionally, SVG file sizes are (more often than not) much smaller than conventional image formats.','CSS Class To Target:'=>'CSS Class To Target:','Use Expanded JS:'=>'Use Expanded JS:','Output JS in Footer:'=>'Output JS in Footer:','Restrict To Administrators:'=>'Restrict To Administrators:','The Settings'=>'The Settings','Overview'=>'Overview','An online tool to optimize your SVG files.'=>'An online tool to optimise your SVG files.','Animate and Optimize your SVG files using these open source projects'=>'Animate and Optimise your SVG files using these open source projects','Force all SVG files to be rendered inline'=>'Force all SVG files to be rendered inline','Upload your SVG files and use the tools provided to animate strokes.'=>'Upload your SVG files and use the tools provided to animate strokes.','Force Inline SVG?'=>'Force Inline SVG?','Use Expanded JS?'=>'Use Expanded JS?','Checking this will use the expanded JS file instead of the minified JS file. Useful if you want to minify this externally using a caching plugin or similar.'=>'Checking this will use the expanded JS file instead of the minified JS file. Useful if you want to minify this externally using a caching plugin or similar.','Compress and Optimize Images with ShortPixel'=>'Compress and Optimise Images with ShortPixel','Now that you\'ve set up SVG Support on your site, it\'s time to look at optimizing your existing images (jpg & png).'=>'Now that you\'ve set up SVG Support on your site, it\'s time to look at optimising your existing images (jpg & png).','ShortPixel improves website performance by reducing the size of your images. The results are no different in quality from the original, plus your originals are stored in a backup folder for you.'=>'ShortPixel improves website performance by reducing the size of your images. The results are no different in quality from the original, plus your originals are stored in a backup folder for you.','SVG Support Features'=>'SVG Support Features','SVG Support Settings'=>'SVG Support Settings','Try ShortPixel WordPress Plugin for FREE'=>'Try ShortPixel WordPress Plugin for FREE','A huge thanks in advance!'=>'A huge thanks in advance!','rating.'=>'rating.','Ratings & Reviews'=>'Ratings & Reviews','Render this SVG inline (advanced)'=>'Render this SVG inline (advanced)','Inline SVG featured image support'=>'Inline SVG featured image support','Use odd shapes as links'=>'Use odd shapes as links','Animate SVG using CSS or JS'=>'Animate SVG using CSS or JS','Style SVG elements using CSS'=>'Style SVG elements using CSS','Advanced Mode'=>'Advanced Mode','Basic Use'=>'Basic Use','You can simply upload SVG files to your media library like any other image. Make sure to select "Restrict to Administrators" if you only want to allow admins to upload SVG files.'=>'You can simply upload SVG files to your media library like any other image. Make sure to select "Restrict to Administrators" if you only want to allow admins to upload SVG files.','Advanced Usage'=>'Advanced Usage','Enable Advanced Mode?'=>'Enable Advanced Mode?','You don\'t need to enable this to simply use SVG files as images. Enabling this will trigger advanced options and SVG functionality such as inline rendering.'=>'You don\'t need to enable this to simply use SVG files as images. Enabling this will trigger advanced options and SVG functionality such as inline rendering.','Include multiple URLs inside single SVG'=>'Include multiple URLs inside single SVG','If you like <strong>SVG Support</strong> please leave a %1$s&#9733;&#9733;&#9733;&#9733;&#9733;%2$s rating. A huge thanks in advance!'=>'If you like <strong>SVG Support</strong>, please leave a %1$s&#9733;&#9733;&#9733;&#9733;&#9733;%2$s rating. A huge thanks in advance!','Benbodhi'=>'Benbodhi','http://wordpress.org/plugins/svg-support/'=>'http://wordpress.org/plugins/svg-support/','Need help?'=>'Need help?','The WordPress Plugin Repository'=>'The WordPress Plugin Repository','About The Plugin'=>'About The Plugin','Restrict to Administrators only'=>'Restrict to Administrators only','SVG Support for your media library'=>'SVG Support for your media library','- Your uploaded image needs to be an SVG file for this plugin to replace the img tag with the inline SVG code. It will not create SVG files for you.'=>'- Your uploaded image needs to be an SVG file for this plugin to replace the img tag with the inline SVG code. It will not create SVG files for you.','- You will need to set your own height and width in your CSS for SVG files to display correctly.'=>'- You will need to set your own height and width in your CSS for SVG files to display correctly.','Please Note:'=>'Please Note:','This allows you to target elements within your SVG using CSS.'=>'This allows you to target elements within your SVG using CSS.','The whole IMG tag element will now be dynamically replaced by the actual code of your SVG, making the inner content targetable.'=>'The whole IMG tag element will now be dynamically replaced by the actual code of your SVG, making the inner content targetable.','or'=>'or','For example:'=>'For example:','Usage'=>'Usage','Save Changes'=>'Save Changes','CSS Class to target'=>'CSS Class to target','Automatically insert class?'=>'Automatically insert class?','Output JS in Footer?'=>'Output JS in Footer?','Yes'=>'Yes','Settings'=>'Settings','Introduction'=>'Introduction','SVG Support Settings and Usage'=>'SVG Support Settings and Usage','Donate to author'=>'Donate to author','Get Support'=>'Get Support','You can\'t play with this.'=>'You can\'t play with this.','SVG Support'=>'SVG Support','https://benbodhi.com'=>'https://benbodhi.com']];