# Translation of Plugins - Simple Custom CSS and JS - Development Readme (trunk) in Luganda
# This file is distributed under the same license as the Plugins - Simple Custom CSS and JS - Development Readme (trunk) package.
msgid ""
msgstr ""
"PO-Revision-Date: +0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/4.0.3\n"
"Language: lg_UG\n"
"Project-Id-Version: Plugins - Simple Custom CSS and JS - Development Readme (trunk)\n"

#. Short description.
#, gp-priority: high
msgid "Easily add Custom CSS or JS to your website with an awesome editor."
msgstr ""

#. Plugin name.
#, gp-priority: high
msgid "Simple Custom CSS and JS"
msgstr ""

#. Screenshot description.
msgid "<p>Add/Edit HTML</p>"
msgstr ""

#. Found in faq paragraph.
msgid "By default only the Administrator will be able to publish/edit/delete Custom Codes. On the plugin activation there is a role created called Web Designer. You can assign this role to a non-admin user in order to allow to publish/edit/delete Custom Codes. On the plugin's Settings page there is an option to remove this role."
msgstr ""

#. Found in faq paragraph.
msgid "The URL for the linked Codes is built just like the URL for other media (from Media Library) by using the WordPress Address option found on the WP Admin -&gt; Settings -&gt; General page, as shown in <a href=\"https://www.silkypress.com/wp-content/uploads/2016/12/ccj-siteurl.png\">this screenshot</a>. If the WordPress Address has HTTPS in the url, then the Custom Codes and all the other media will have HTTPS in the url."
msgstr ""

#. Found in faq header.
msgid "My website has HTTPS urls, but the codes are linked as HTTP"
msgstr ""

#. Found in faq paragraph.
msgid ""
"Yes. You can upload an image to your Media Library, then refer to it by its direct URL from within the CSS stylesheet. For example:\n"
"    div#content {\n"
"        background-image: url('http://example.com/wp-content/uploads/2015/12/image.jpg');\n"
"    }"
msgstr ""

#. Found in faq paragraph.
msgid "For the moment only plain CSS is supported, but you can check out the <a href=\"https://www.silkypress.com/simple-custom-css-js-pro/?utm_source=wordpress&amp;utm_campaign=ccj_free&amp;utm_medium=banner\">Pro version</a> in case you need a CSS preprocessor."
msgstr ""

#. Found in faq paragraph.
msgid "The CSS and JS are independent of the theme and they will persist through a theme change. This is particularly useful if you apply CSS and JS for modifying a plugin's output."
msgstr ""

#. Found in faq paragraph.
msgid "Yes."
msgstr ""

#. Found in faq paragraph.
msgid ""
"Try one of the following:\n"
"1. If you are using any caching plugin (like \"W3 Total Cache\" or \"WP Fastest Cache\"), then don't forget to delete the cache before seing the code printed on the website.\n"
"2. Make sure the code is in <strong>Published</strong> state (not <strong>Draft</strong> or <strong>in Trash</strong>).\n"
"3. Check if the <code>wp-content/uploads/custom-css-js</code> folder exists and is writable"
msgstr ""

#. Found in faq paragraph.
msgid "No, the code is printed exactly as in the editor. It is not modified/checked/validated in any way. You take the full responsability for what is written in there."
msgstr ""

#. Found in faq paragraph.
msgid "When you click the <code>Save</code> button the codes will be cached in files, so there are no tedious database queries."
msgstr ""

#. Found in faq paragraph.
msgid "If you write multiple codes of the same type (for example: two external CSS codes), then all of them will be printed one after another"
msgstr ""

#. Found in faq header.
msgid "Who can publish/edit/delete Custom Codes?"
msgstr ""

#. Found in faq header.
msgid "Can I use CSS rules like @import and @font-face?"
msgstr ""

#. Found in faq header.
msgid "Can I upload images for use with my CSS?"
msgstr ""

#. Found in faq header.
msgid "Can I use a CSS preprocesor like LESS or Sass?"
msgstr ""

#. Found in faq header.
msgid "What if I change the theme?"
msgstr ""

#. Found in faq header.
msgid "Does it work with a Multisite Network?"
msgstr ""

#. Found in faq header.
msgid "My code doesn't show on the website"
msgstr ""

#. Found in faq header.
msgid "Does the plugin modify the code I write in the editor?"
msgstr ""

#. Found in faq header.
msgid "Will this plugin affect the loading time?"
msgstr ""

#. Found in faq header.
msgid "What if I want to add multiple external CSS codes?"
msgstr ""

#. Found in description paragraph.
msgid "Customize your WordPress site's appearance by easily adding custom CSS and JS code without even having to modify your theme or plugin files. This is perfect for adding custom CSS tweaks to your site."
msgstr ""

#. Found in description list item.
msgid "Add CSS or JS to the <strong>frontend</strong> or the <strong>admin side</strong>"
msgstr ""

#. Found in installation paragraph.
msgid "OR..."
msgstr ""

#. Found in installation list item.
msgid "Open the WP admin panel.. click the \"Plugins\" page.. and click \"Activate\" under the newly added \"Simple Custom CSS and JS\" plugin."
msgstr ""

#. Found in installation list item.
msgid "Upload the extracted <code>custom-css-js</code> folder to this directory location."
msgstr ""

#. Found in installation list item.
msgid "Browse to the <code>wp-content/plugins</code> directory."
msgstr ""

#. Found in installation list item.
msgid "Use either FTP or your hosts cPanel to gain access to your website file directories."
msgstr ""

#. Found in installation list item.
msgid "Extract the .zip file to a location on your computer."
msgstr ""

#. Found in installation list item.
msgid "Click \"Install\".. and then \"Activate plugin\"."
msgstr ""

#. Found in installation list item.
msgid "Click \"upload\".. then browse to the .zip file downloaded from this page."
msgstr ""

#. Found in installation list item.
msgid "Open the WP admin panel, and click \"Plugins\" -&gt; \"Add new\"."
msgstr ""

#. Found in installation list item.
msgid "Save the .zip file to a location on your computer."
msgstr ""

#. Found in installation list item.
msgid "Download the plugin from this page."
msgstr ""

#. Found in installation list item.
msgid "Activate the plugin."
msgstr ""

#. Found in installation list item.
msgid "Select the \"Simple Custom CSS and JS\" plugin and click \"Install\"."
msgstr ""

#. Found in installation list item.
msgid "In the browser input box, type \"Simple Custom CSS and JS\"."
msgstr ""

#. Found in installation list item.
msgid "From the WP admin panel, click \"Plugins\" -&gt; \"Add new\"."
msgstr ""

#. Found in description list item.
msgid "Keep your changes also when you change the theme"
msgstr ""

#. Found in description list item.
msgid "Add as many codes as you want"
msgstr ""

#. Found in description list item.
msgid "Print the code in the <strong>header</strong> or the <strong>footer</strong>"
msgstr ""

#. Found in description list item.
msgid "Print the code <strong>inline</strong> or included into an <strong>external file</strong>"
msgstr ""

#. Found in description list item.
msgid "<strong>Text editor</strong> with syntax highlighting"
msgstr ""

#. Found in description header.
msgid "Features"
msgstr ""

#. Screenshot description.
msgid "<p>Add/Edit CSS</p>"
msgstr ""

#. Screenshot description.
msgid "<p>Add/Edit Javascript</p>"
msgstr ""

#. Screenshot description.
msgid "<p>Manage Custom Codes</p>"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: the \"list_table_primary_column\" filter should affect only the Custom Code table"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Add option \"Remove comment from externally linked custom codes\""
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: don't load block_css.css or block_js.js on the frontend"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix https://wordpress.org/support/topic/recent-update-crashes-admin-panel/"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Tweak: use <code>wp_delete_file</code> function, which allows a filter before deleting a file"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Tweak: add translators' notes to translatable strings"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Compatibility WP6.9"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: the syntax highlighting was missing for HTML custom codes due to an array id overridding"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: add the drag icon that makes the editor expandable"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: change the loading method in the Block editor to the recommended \"enqueue_block_assets\""
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Tweak: update the CodeMirror library to the 5.65.20 version"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "09/06/2025"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: don't show the code excerpts in the list table, if the \"Extended View\" option is enabled for posts or pages"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: the editor doesn't show up under certain conditions"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "02/17/2025"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: add nuance for the \"in Block editor\" option for websites with WP before v6.6 and after"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "11/13/2024"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Feature: add JS/CSS custom codes to the Block editor"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "09/24/2024"
msgstr ""

#. Found in changelog paragraph.
#, gp-priority: low
msgid "<a href=\"https://plugins.svn.wordpress.org/custom-css-js/trunk/changelog.txt\">See changelog for all versions</a>."
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Fix: use the GMT time for showing when a custom code was published or modified"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "05/27/2024"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Tweak: remove the qTranslate-x warning. The qTranslate-x plugin was removed from wp.org since Aug 2021"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "01/31/2024"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "05/20/2026"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "Tweak: update the Bootstrap and jQuery library links"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "12/21/2025"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "03/06/2026"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "01/09/2026"
msgstr ""

#. Found in changelog list item.
#, gp-priority: low
msgid "10/14/2025"
msgstr ""