/
home
/
cabinetdhs
/
www
/
wp-content
/
plugins
/
code-snippets
/
languages
/
Upload File
HOME
# Copyright (C) 2022 Code Snippets # This file is distributed under the same license as the Code Snippets package. msgid "" msgstr "" "Project-Id-Version: Code Snippets\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2022-05-17 06:49+0000\n" "Report-Msgid-Bugs-To: https://github.com/sheabunge/code-snippets/issues\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" "X-Poedit-SourceCharset: UTF-8\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: code-snippets.php:16, php/admin-menus/class-import-menu.php:114 msgid "Code Snippets" msgstr "" #: code-snippets.php:17, code-snippets.php:20 msgid "https://codesnippets.pro" msgstr "" #: code-snippets.php:18 msgid "An easy, clean and simple way to run code snippets on your site. No need to edit to your theme's functions.php file again!" msgstr "" #: code-snippets.php:19 msgid "Code Snippets Pro" msgstr "" #: code-snippets.php:47 msgid "Another version of Code Snippets appears to be installed. Deactivating this version." msgstr "" #: code-snippets.php:83 msgid "Code Snippets requires PHP 5.6 or later." msgstr "" #. translators: %s: Update PHP URL #: code-snippets.php:90 msgid "Please <a href=\"%s\">upgrade your server to the latest version of PHP</a> to continue using Code Snippets." msgstr "" #: php/class-admin.php:77, php/class-admin.php:151, php/admin-menus/class-manage-menu.php:28, php/admin-menus/class-manage-menu.php:54, php/admin-menus/class-manage-menu.php:96, php/views/manage.php:28 msgid "Snippets" msgstr "" #: php/class-admin.php:78 msgid "Snippets » Settings" msgstr "" #: php/class-admin.php:140 msgid "Change plugin settings" msgstr "" #: php/class-admin.php:141, php/admin-menus/class-settings-menu.php:127 msgid "Settings" msgstr "" #: php/class-admin.php:150 msgid "Manage your existing snippets" msgstr "" #: php/class-admin.php:184 msgid "Find out more about Code Snippets" msgstr "" #: php/class-admin.php:185 msgid "About" msgstr "" #: php/class-admin.php:190 msgid "Find out how to get support with Code Snippets" msgstr "" #: php/class-admin.php:191 msgid "Support" msgstr "" #: php/class-admin.php:196 msgid "Upgrade to Code Snippets Pro" msgstr "" #: php/class-admin.php:197 msgid "Upgrade to Pro" msgstr "" #. translators: %s: formatted last modified date #: php/class-admin.php:234 msgid "Last modified %s" msgstr "" #: php/class-admin.php:251 msgid "Active Snippets" msgstr "" #: php/class-admin.php:300 msgid "<strong>Have feedback on Code Snippets?</strong> Please take the time to answer a short survey on how you use this plugin and what you'd like to see changed or added in the future." msgstr "" #: php/class-admin.php:307 msgid "Take the survey now" msgstr "" #: php/class-admin.php:311 msgid "Dismiss" msgstr "" #: php/class-contextual-help.php:59 msgid "About Plugin" msgstr "" #: php/class-contextual-help.php:60 msgid "FAQ" msgstr "" #: php/class-contextual-help.php:61 msgid "Support Forum" msgstr "" #: php/class-contextual-help.php:62 msgid "Plugin Website" msgstr "" #: php/class-contextual-help.php:65 msgid "For more information:" msgstr "" #: php/class-contextual-help.php:109 msgid "Snippets are similar to plugins - they both extend and expand the functionality of WordPress. Snippets are more light-weight, just a few lines of code, and do not put as much load on your server. " msgstr "" #: php/class-contextual-help.php:119, php/class-contextual-help.php:142, php/class-contextual-help.php:168 msgid "Overview" msgstr "" #: php/class-contextual-help.php:121 msgid "Here you can manage your existing snippets and perform tasks on them such as activating, deactivating, deleting and exporting." msgstr "" #: php/class-contextual-help.php:126 msgid "Safe Mode" msgstr "" #: php/class-contextual-help.php:128 msgid "Be sure to check your snippets for errors before you activate them, as a faulty snippet could bring your whole blog down. If your site starts doing strange things, deactivate all your snippets and activate them one at a time." msgstr "" #: php/class-contextual-help.php:129 msgid "If something goes wrong with a snippet, and you can't use WordPress, you can cause all snippets to stop executing by turning on <strong>safe mode</strong>." msgstr "" #: php/class-contextual-help.php:130 msgid "You can find out how to enable safe mode in the <a href=\"https://help.codesnippets.pro/article/12-safe-mode\">Code Snippets Pro Docs</a>." msgstr "" #: php/class-contextual-help.php:145 msgid "Here you can add a new snippet, or edit an existing one." msgstr "" #: php/class-contextual-help.php:146 msgid "If you're not sure about the types of snippets you can add, take a look at the <a href=\"https://help.codesnippets.pro/collection/2-adding-snippets\">Code Snippets Pro Docs</a> for inspiration." msgstr "" #: php/class-contextual-help.php:152 msgid "Adding Snippets" msgstr "" #: php/class-contextual-help.php:154 msgid "You need to fill out the name and code fields for your snippet to be added. While the description field will add more information about how your snippet works, what is does and where you found it, it is completely optional." msgstr "" #: php/class-contextual-help.php:155 msgid "Please be sure to check that your snippet is valid PHP code and will not produce errors before adding it through this page. While doing so will not become active straight away, it will help to minimise the chance of a faulty snippet becoming active on your site." msgstr "" #: php/class-contextual-help.php:170 msgid "Here you can load snippets from a code snippets export file into the database alongside existing snippets." msgstr "" #: php/class-contextual-help.php:175 msgid "Importing" msgstr "" #: php/class-contextual-help.php:176 msgid "You can load your snippets from a code snippets export file using this page." msgstr "" #. translators: %s: URL to Snippets admin menu #: php/class-contextual-help.php:178 msgid "Imported snippets will be added to the database along with your existing snippets. Regardless of whether the snippets were active on the previous site, imported snippets are always inactive until activated using the <a href=\"%s\">Manage Snippets</a> page." msgstr "" #: php/class-contextual-help.php:183 msgid "Exporting" msgstr "" #. translators: %s: URL to Manage Snippets admin menu #: php/class-contextual-help.php:185 msgid "You can save your snippets to a code snippets export file using the <a href=\"%s\">Manage Snippets</a> page." msgstr "" #: php/class-list-table.php:84 msgid "Snippets per page" msgstr "" #: php/class-list-table.php:240 msgid "Edit" msgstr "" #: php/class-list-table.php:241, php/class-list-table.php:465 msgid "Clone" msgstr "" #: php/class-list-table.php:242, php/class-list-table.php:467, php/admin-menus/class-edit-menu.php:748 msgid "Export" msgstr "" #: php/class-list-table.php:251, php/class-list-table.php:468, php/admin-menus/class-edit-menu.php:749 msgid "Delete" msgstr "" #: php/class-list-table.php:256 msgid "You are about to permanently delete the selected item." msgstr "" #: php/class-list-table.php:257, php/admin-menus/class-edit-menu.php:778 msgid "'Cancel' to stop, 'OK' to delete." msgstr "" #: php/class-list-table.php:234 msgid "Network Only" msgstr "" #: php/class-list-table.php:232 msgid "Network Active" msgstr "" #: php/class-list-table.php:287, php/class-list-table.php:464 msgid "Network Deactivate" msgstr "" #: php/class-list-table.php:287, php/class-list-table.php:463 msgid "Network Activate" msgstr "" #: php/class-list-table.php:288, php/class-list-table.php:464, php/admin-menus/class-edit-menu.php:493, php/admin-menus/class-manage-menu.php:149 msgid "Deactivate" msgstr "" #: php/class-list-table.php:288, php/class-list-table.php:463, php/admin-menus/class-edit-menu.php:499, php/admin-menus/class-manage-menu.php:148 msgid "Activate" msgstr "" #: php/class-list-table.php:282 msgid "Run Once" msgstr "" #: php/class-list-table.php:333 msgid "Shared on Network" msgstr "" #: php/class-list-table.php:409, php/views/edit.php:72 msgid "Name" msgstr "" #: php/class-list-table.php:410 msgid "Type" msgstr "" #: php/class-list-table.php:411, php/admin-menus/class-edit-menu.php:388 msgid "Description" msgstr "" #: php/class-list-table.php:412, php/admin-menus/class-edit-menu.php:417 msgid "Tags" msgstr "" #: php/class-list-table.php:413 msgid "Modified" msgstr "" #: php/class-list-table.php:414, php/admin-menus/class-edit-menu.php:440, php/settings/settings-fields.php:77 msgid "Priority" msgstr "" #: php/class-list-table.php:415 msgid "ID" msgstr "" #: php/class-list-table.php:466, php/admin-menus/class-edit-menu.php:745 msgid "Download" msgstr "" #. translators: %s: total number of snippets #: php/class-list-table.php:510 msgid "All <span class=\"count\">(%s)</span>" msgid_plural "All <span class=\"count\">(%s)</span>" msgstr[0] "" msgstr[1] "" #. translators: %s: total number of active snippets #: php/class-list-table.php:518 msgid "Active <span class=\"count\">(%s)</span>" msgid_plural "Active <span class=\"count\">(%s)</span>" msgstr[0] "" msgstr[1] "" #. translators: %s: total number of inactive snippets #: php/class-list-table.php:526 msgid "Inactive <span class=\"count\">(%s)</span>" msgid_plural "Inactive <span class=\"count\">(%s)</span>" msgstr[0] "" msgstr[1] "" #. translators: %s: total number of recently activated snippets #: php/class-list-table.php:534 msgid "Recently Active <span class=\"count\">(%s)</span>" msgid_plural "Recently Active <span class=\"count\">(%s)</span>" msgstr[0] "" msgstr[1] "" #: php/class-list-table.php:609 msgid "Show all tags" msgstr "" #: php/class-list-table.php:624 msgid "Filter" msgstr "" #: php/class-list-table.php:632 msgid "Clear List" msgstr "" #: php/class-list-table.php:871 msgid "It looks like you don't have any snippets of this type." msgstr "" #: php/class-list-table.php:869 msgid "It looks like you don't have any snippets." msgstr "" #: php/class-list-table.php:878 msgid "Perhaps you would like to add a new one?" msgstr "" #: php/class-list-table.php:863 msgid "No snippets were found matching the current search query. Please enter a new query or use the \"Clear Filters\" button above." msgstr "" #: php/class-list-table.php:1227 msgid "Search results" msgstr "" #. translators: %s: search query #: php/class-list-table.php:1244 msgid " for “%s”" msgstr "" #: php/class-list-table.php:1235 msgid " for “%1$s” on line %2$d" msgstr "" #. translators: %s: tag name #: php/class-list-table.php:1251 msgid " in tag “%s”" msgstr "" #: php/class-list-table.php:1260 msgid "Clear Filters" msgstr "" #. translators: %s: snippet title #: php/class-list-table.php:1299 msgid "%s [CLONE]" msgstr "" #: php/class-plugin.php:301, php/class-snippet.php:373 msgid "Functions" msgstr "" #: php/class-plugin.php:302, php/class-snippet.php:374, php/class-snippet.php:499 msgid "Content" msgstr "" #: php/class-plugin.php:315 msgid "Function snippets are run on your site as if there were in a plugin or theme functions.php file." msgstr "" #: php/class-plugin.php:316 msgid "Content snippets are bits of reusable PHP and HTML content that can be inserted into posts and pages." msgstr "" #: php/class-snippet.php:375 msgid "Styles" msgstr "" #: php/class-snippet.php:376 msgid "Scripts" msgstr "" #. translators: %d: snippet ID #: php/class-snippet.php:434 msgid "Untitled #%d" msgstr "" #: php/class-snippet.php:491 msgid "Global function" msgstr "" #: php/class-snippet.php:493 msgid "Admin function" msgstr "" #: php/class-snippet.php:495 msgid "Front-end function" msgstr "" #: php/class-snippet.php:497 msgid "Single-use function" msgstr "" #: php/class-snippet.php:501 msgid "Head content" msgstr "" #: php/class-snippet.php:503 msgid "Footer content" msgstr "" #: php/class-snippet.php:505 msgid "Admin styles" msgstr "" #: php/class-snippet.php:507 msgid "Front-end styles" msgstr "" #: php/class-snippet.php:509 msgid "Head styles" msgstr "" #: php/class-snippet.php:511 msgid "Footer styles" msgstr "" #: php/class-snippet.php:611 msgid "Y/m/d" msgstr "" #: php/class-snippet.php:609 msgid "%s ago" msgstr "" #. translators: 1: date format, 2: time format #: php/class-snippet.php:619 msgctxt "date and time format" msgid "%1$s \a\t %2$s" msgstr "" #: php/class-upgrade.php:175 msgid "This is a sample snippet. Feel free to use it, edit it, or remove it." msgstr "" #: php/class-upgrade.php:179 msgid "Make upload filenames lowercase" msgstr "" #: php/class-upgrade.php:181 msgid "Makes sure that image and file uploads have lowercase filenames." msgstr "" #: php/class-upgrade.php:185 msgid "Disable admin bar" msgstr "" #: php/class-upgrade.php:187 msgid "Turns off the WordPress admin bar for everyone except administrators." msgstr "" #: php/class-upgrade.php:192 msgid "Allow smilies" msgstr "" #: php/class-upgrade.php:194 msgid "Allows smiley conversion in obscure places." msgstr "" #: php/class-upgrade.php:198 msgid "Current year" msgstr "" #: php/class-upgrade.php:200 msgid "Shortcode for inserting the current year into a post or page.." msgstr "" #: php/class-validator.php:190 msgid "Parse error: syntax error, unexpected end of snippet." msgstr "" #. translators: %s: PHP function name #: php/class-validator.php:203 msgid "Cannot redeclare function %s." msgstr "" #. translators: %s: PHP class name #: php/class-validator.php:207 msgid "Cannot redeclare class %s." msgstr "" #. translators: %s: PHP interface name #: php/class-validator.php:211 msgid "Cannot redeclare interface %s." msgstr "" #. translators: %s: PHP identifier name #: php/class-validator.php:215 msgid "Cannot redeclare %s." msgstr "" #: php/class-validator.php:253 msgid "Parse error: syntax error, unexpected end of snippet" msgstr "" #: php/admin-menus/class-admin-menu.php:172 msgid "You are not authorized to access this page." msgstr "" #: php/admin-menus/class-admin-menu.php:213, php/admin-menus/class-settings-menu.php:131 msgctxt "snippets" msgid "Manage" msgstr "" #: php/admin-menus/class-admin-menu.php:216, php/admin-menus/class-settings-menu.php:132, php/views/edit.php:39 msgctxt "snippet" msgid "Add New" msgstr "" #: php/admin-menus/class-admin-menu.php:219 msgctxt "snippets" msgid "Import" msgstr "" #: php/admin-menus/class-admin-menu.php:222 msgctxt "snippets" msgid "Settings" msgstr "" #: php/admin-menus/class-edit-menu.php:27 msgctxt "menu label" msgid "Edit Snippet" msgstr "" #: php/admin-menus/class-edit-menu.php:28, php/views/edit.php:35 msgid "Edit Snippet" msgstr "" #: php/admin-menus/class-edit-menu.php:54 msgctxt "menu label" msgid "Add New" msgstr "" #: php/admin-menus/class-edit-menu.php:55, php/views/edit.php:42 msgid "Add New Snippet" msgstr "" #: php/admin-menus/class-edit-menu.php:222 msgid "Don't Panic" msgstr "" #. translators: %d: line where error was produced #: php/admin-menus/class-edit-menu.php:224 msgid "The code snippet you are trying to save produced a fatal error on line %d:" msgstr "" #: php/admin-menus/class-edit-menu.php:226 msgid "The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before." msgstr "" #: php/admin-menus/class-edit-menu.php:227 msgid "Please use the back button in your browser to return to the previous page and try to fix the code error." msgstr "" #: php/admin-menus/class-edit-menu.php:228 msgid "If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site." msgstr "" #: php/admin-menus/class-edit-menu.php:422 msgid "Enter a list of tags; separated by commas" msgstr "" #: php/admin-menus/class-edit-menu.php:439 msgid "Snippets with a lower priority number will run before those with a higher number." msgstr "" #: php/admin-menus/class-edit-menu.php:458 msgid "Sharing Settings" msgstr "" #: php/admin-menus/class-edit-menu.php:462 msgid "Allow this snippet to be activated on individual sites on the network" msgstr "" #: php/admin-menus/class-edit-menu.php:477, php/admin-menus/class-edit-menu.php:722 msgid "Save Changes" msgstr "" #: php/admin-menus/class-edit-menu.php:478 msgid "Save Snippet" msgstr "" #: php/admin-menus/class-edit-menu.php:500 msgid "Save Snippet and Activate" msgstr "" #: php/admin-menus/class-edit-menu.php:494 msgid "Save Snippet and Deactivate" msgstr "" #: php/admin-menus/class-edit-menu.php:485 msgid "Execute Once" msgstr "" #: php/admin-menus/class-edit-menu.php:486 msgid "Save Snippet and Execute Once" msgstr "" #: php/admin-menus/class-edit-menu.php:521 msgid "Code Direction" msgstr "" #: php/admin-menus/class-edit-menu.php:524 msgid "LTR" msgstr "" #: php/admin-menus/class-edit-menu.php:525 msgid "RTL" msgstr "" #: php/admin-menus/class-edit-menu.php:599 msgid "The snippet has been deactivated due to an error in the code." msgstr "" #: php/admin-menus/class-edit-menu.php:589 msgid "The snippet has been deactivated due to an error on line %d:" msgstr "" #: php/admin-menus/class-edit-menu.php:608 msgid "An error occurred when saving the snippet." msgstr "" #: php/admin-menus/class-edit-menu.php:614 msgid "Snippet <strong>added</strong>." msgstr "" #: php/admin-menus/class-edit-menu.php:615 msgid "Snippet <strong>updated</strong>." msgstr "" #: php/admin-menus/class-edit-menu.php:616 msgid "Snippet <strong>added</strong> and <strong>activated</strong>." msgstr "" #: php/admin-menus/class-edit-menu.php:617 msgid "Snippet <strong>added</strong> and <strong>executed</strong>." msgstr "" #: php/admin-menus/class-edit-menu.php:618 msgid "Snippet <strong>updated</strong> and <strong>activated</strong>." msgstr "" #: php/admin-menus/class-edit-menu.php:619 msgid "Snippet <strong>updated</strong> and <strong>deactivated</strong>." msgstr "" #: php/admin-menus/class-edit-menu.php:656 msgid "This snippet has no code or title. Continue?" msgstr "" #: php/admin-menus/class-edit-menu.php:657 msgid "This snippet has no title. Continue?" msgstr "" #: php/admin-menus/class-edit-menu.php:658 msgid "This snippet has no snippet code. Continue?" msgstr "" #: php/admin-menus/class-edit-menu.php:732 msgid "Save Changes and Activate" msgstr "" #: php/admin-menus/class-edit-menu.php:730 msgid "Save Changes and Deactivate" msgstr "" #: php/admin-menus/class-edit-menu.php:725 msgid "Save Changes and Execute Once" msgstr "" #: php/admin-menus/class-edit-menu.php:777 msgid "You are about to permanently delete this snippet." msgstr "" #: php/admin-menus/class-edit-menu.php:820 msgctxt "keyboard key" msgid "Cmd" msgstr "" #: php/admin-menus/class-edit-menu.php:821 msgctxt "keyboard key" msgid "Ctrl" msgstr "" #: php/admin-menus/class-edit-menu.php:822 msgctxt "keyboard key" msgid "Shift" msgstr "" #: php/admin-menus/class-edit-menu.php:823 msgctxt "keyboard key" msgid "Option" msgstr "" #: php/admin-menus/class-edit-menu.php:824 msgctxt "keyboard key" msgid "Alt" msgstr "" #: php/admin-menus/class-edit-menu.php:825 msgctxt "keyboard key" msgid "F" msgstr "" #: php/admin-menus/class-edit-menu.php:826 msgctxt "keyboard key" msgid "G" msgstr "" #: php/admin-menus/class-edit-menu.php:827 msgctxt "keyboard key" msgid "R" msgstr "" #: php/admin-menus/class-edit-menu.php:828 msgctxt "keyboard key" msgid "S" msgstr "" #: php/admin-menus/class-import-menu.php:19 msgctxt "menu label" msgid "Import" msgstr "" #: php/admin-menus/class-import-menu.php:20, php/views/import.php:25 msgid "Import Snippets" msgstr "" #: php/admin-menus/class-import-menu.php:115 msgid "Import snippets from a code snippets export file" msgstr "" #: php/admin-menus/class-import-menu.php:127 msgid "An error occurred when processing the import files." msgstr "" #. translators: 1: amount of snippets imported, 2: link to Snippets menu #: php/admin-menus/class-import-menu.php:141 msgid "Successfully imported <strong>%1$d</strong> snippet. <a href=\"%2$s\">Have fun!</a>" msgid_plural "Successfully imported <strong>%1$d</strong> snippets. <a href=\"%2$s\">Have fun!</a>" msgstr[0] "" msgstr[1] "" #: php/admin-menus/class-import-menu.php:137 msgid "No snippets were imported." msgstr "" #: php/admin-menus/class-manage-menu.php:27 msgctxt "menu label" msgid "All Snippets" msgstr "" #: php/admin-menus/class-manage-menu.php:55 msgctxt "top-level menu label" msgid "Snippets" msgstr "" #: php/admin-menus/class-manage-menu.php:97 msgctxt "tools submenu label" msgid "Snippets" msgstr "" #: php/admin-menus/class-manage-menu.php:150 msgid "An error occurred when attempting to activate" msgstr "" #: php/admin-menus/class-manage-menu.php:163 msgid "<strong>Warning:</strong> Safe mode is active and snippets will not execute! Remove the <code>CODE_SNIPPETS_SAFE_MODE</code> constant from <code>wp-config.php</code> to turn off safe mode. <a href=\"https://help.codesnippets.pro/article/12-safe-mode\" target=\"_blank\">Help</a>" msgstr "" #: php/admin-menus/class-manage-menu.php:169 msgid "Snippet <strong>executed</strong>." msgstr "" #: php/admin-menus/class-manage-menu.php:170 msgid "Snippet <strong>activated</strong>." msgstr "" #: php/admin-menus/class-manage-menu.php:171 msgid "Selected snippets <strong>activated</strong>." msgstr "" #: php/admin-menus/class-manage-menu.php:172 msgid "Snippet <strong>deactivated</strong>." msgstr "" #: php/admin-menus/class-manage-menu.php:173 msgid "Selected snippets <strong>deactivated</strong>." msgstr "" #: php/admin-menus/class-manage-menu.php:174 msgid "Snippet <strong>deleted</strong>." msgstr "" #: php/admin-menus/class-manage-menu.php:175 msgid "Selected snippets <strong>deleted</strong>." msgstr "" #: php/admin-menus/class-manage-menu.php:176 msgid "Snippet <strong>cloned</strong>." msgstr "" #: php/admin-menus/class-manage-menu.php:177 msgid "Selected snippets <strong>cloned</strong>." msgstr "" #: php/admin-menus/class-settings-menu.php:25 msgctxt "menu label" msgid "Settings" msgstr "" #: php/admin-menus/class-settings-menu.php:26 msgid "Snippets Settings" msgstr "" #: php/admin-menus/class-settings-menu.php:47 msgid "All settings have been reset to their defaults." msgstr "" #: php/admin-menus/class-settings-menu.php:162 msgid "Reset to Default" msgstr "" #: php/admin-menus/class-settings-menu.php:229, php/settings/settings.php:283 msgid "Settings saved." msgstr "" #. translators: %d: snippet ID #: php/front-end/class-frontend.php:137 msgid "Could not load snippet with an invalid ID: %d." msgstr "" #. translators: 1: snippet name, 2: snippet edit link #: php/front-end/class-frontend.php:182 msgid "<strong>%1$s</strong> is currently inactive. You can <a href=\"%2$s\">edit this snippet</a> to activate it and make it visible. This message will not appear in the published post." msgstr "" #: php/front-end/mce-strings.php:13 msgid "Content Snippet" msgstr "" #: php/front-end/mce-strings.php:14 msgid "Insert Content Snippet" msgstr "" #: php/front-end/mce-strings.php:15 msgid "Snippet" msgstr "" #: php/front-end/mce-strings.php:16 msgid "Run PHP code" msgstr "" #: php/front-end/mce-strings.php:17 msgid "Apply formatting" msgstr "" #: php/front-end/mce-strings.php:18 msgid "Enable shortcodes" msgstr "" #: php/front-end/mce-strings.php:20 msgid "Snippet Source Code" msgstr "" #: php/front-end/mce-strings.php:21 msgid "Insert Snippet Source" msgstr "" #: php/front-end/mce-strings.php:22 msgid "Show line numbers" msgstr "" #: php/settings/settings-fields.php:52 msgid "Activate by Default" msgstr "" #: php/settings/settings-fields.php:54 msgid "Make the 'Save and Activate' button the default action when saving a snippet." msgstr "" #: php/settings/settings-fields.php:59 msgid "Enable Snippet Tags" msgstr "" #: php/settings/settings-fields.php:61 msgid "Show snippet tags on admin pages." msgstr "" #: php/settings/settings-fields.php:66 msgid "Enable Snippet Descriptions" msgstr "" #: php/settings/settings-fields.php:68 msgid "Show snippet descriptions on admin pages." msgstr "" #: php/settings/settings-fields.php:73 msgid "Snippets List Order" msgstr "" #: php/settings/settings-fields.php:75 msgid "Default way to order snippets on the All Snippets admin menu." msgstr "" #: php/settings/settings-fields.php:78 msgid "Name (A-Z)" msgstr "" #: php/settings/settings-fields.php:79 msgid "Name (Z-A)" msgstr "" #: php/settings/settings-fields.php:80 msgid "Modified (latest first)" msgstr "" #: php/settings/settings-fields.php:81 msgid "Modified (oldest first)" msgstr "" #: php/settings/settings-fields.php:87 msgid "Disable Shortcode Syntax Highlighter" msgstr "" #: php/settings/settings-fields.php:89 msgid "Disable the syntax highlighting for the [code_snippet] shortcode on the front-end." msgstr "" #: php/settings/settings-fields.php:94 msgid "Complete Uninstall" msgstr "" #: php/settings/settings-fields.php:96 msgid "When the plugin is deleted from the Plugins menu, also delete all snippets and plugin settings." msgstr "" #: php/settings/settings-fields.php:109 msgid "Row Height" msgstr "" #: php/settings/settings-fields.php:111 msgid "rows" msgstr "" #: php/settings/settings-fields.php:117 msgid "Use Full Editor" msgstr "" #: php/settings/settings-fields.php:119 msgid "Enable all features of the visual editor." msgstr "" #: php/settings/settings-fields.php:124 msgid "Media Buttons" msgstr "" #: php/settings/settings-fields.php:126 msgid "Enable the add media buttons." msgstr "" #: php/settings/settings-fields.php:135 msgid "Theme" msgstr "" #: php/settings/settings-fields.php:143 msgid "Indent With Tabs" msgstr "" #: php/settings/settings-fields.php:145 msgid "Use hard tabs (not spaces) for indentation." msgstr "" #: php/settings/settings-fields.php:151 msgid "Tab Size" msgstr "" #: php/settings/settings-fields.php:153 msgid "The width of a tab character." msgstr "" #: php/settings/settings-fields.php:160 msgid "Indent Unit" msgstr "" #: php/settings/settings-fields.php:162 msgid "How many spaces a block should be indented." msgstr "" #: php/settings/settings-fields.php:169 msgid "Wrap Lines" msgstr "" #: php/settings/settings-fields.php:171 msgid "Whether the editor should scroll or wrap for long lines." msgstr "" #: php/settings/settings-fields.php:177 msgid "Line Numbers" msgstr "" #: php/settings/settings-fields.php:179 msgid "Show line numbers to the left of the editor." msgstr "" #: php/settings/settings-fields.php:185 msgid "Auto Close Brackets" msgstr "" #: php/settings/settings-fields.php:187 msgid "Auto-close brackets and quotes when typed." msgstr "" #: php/settings/settings-fields.php:193 msgid "Highlight Selection Matches" msgstr "" #: php/settings/settings-fields.php:194 msgid "Highlight all instances of a currently selected word." msgstr "" #: php/settings/settings-fields.php:201 msgid "Highlight Active Line" msgstr "" #: php/settings/settings-fields.php:202 msgid "Highlight the line that is currently being edited." msgstr "" #: php/settings/settings.php:143 msgid "General" msgstr "" #: php/settings/settings.php:144 msgid "Description Editor" msgstr "" #: php/settings/settings.php:145 msgid "Code Editor" msgstr "" #: php/settings/settings.php:197 msgid "Editor Preview" msgstr "" #: php/views/edit.php:75 msgid "Enter title here" msgstr "" #: php/views/edit.php:86 msgid "Code" msgstr "" #: php/views/import.php:38 msgid "Upload one or more Code Snippets export files and the snippets will be imported." msgstr "" #. translators: %s: link to snippets admin menu #: php/views/import.php:43 msgid "Afterwards, you will need to visit the <a href=\"%s\">All Snippets</a> page to activate the imported snippets." msgstr "" #: php/views/import.php:55 msgid "Duplicate Snippets" msgstr "" #: php/views/import.php:58 msgid "What should happen if an existing snippet is found with an identical name to an imported snippet?" msgstr "" #: php/views/import.php:65 msgid "Ignore any duplicate snippets: import all snippets from the file regardless and leave all existing snippets unchanged." msgstr "" #: php/views/import.php:72 msgid "Replace any existing snippets with a newly imported snippet of the same name." msgstr "" #: php/views/import.php:79 msgid "Do not import any duplicate snippets; leave all existing snippets unchanged." msgstr "" #: php/views/import.php:84 msgid "Upload Files" msgstr "" #: php/views/import.php:87 msgid "Choose one or more Code Snippets (.xml or .json) files to upload, then click \"Upload files and import\"." msgstr "" #: php/views/import.php:92 msgid "Choose files from your computer:" msgstr "" #. translators: %s: size in bytes #: php/views/import.php:95 msgid "(Maximum size: %s)" msgstr "" #: php/views/import.php:106 msgid "Upload files and import" msgstr "" #: php/views/manage.php:18 msgid "All Snippets" msgstr "" #: php/views/manage.php:59 msgid "Go <span class=\"badge\">Pro</span>" msgstr "" #: php/views/manage.php:70 msgid "function snippets" msgstr "" #: php/views/manage.php:71 msgid "content snippets" msgstr "" #: php/views/manage.php:72 msgid "style snippets" msgstr "" #: php/views/manage.php:73 msgid "javascript snippets" msgstr "" #. translators: %s: snippet type name #: php/views/manage.php:77 msgid "Learn more about %s →" msgstr "" #: php/views/manage.php:95 msgid "Search Snippets" msgstr "" #: php/views/partials/edit-scopes.php:16 msgid "Scope" msgstr "" #: php/views/partials/edit-scopes.php:23 msgid "Run snippet everywhere" msgstr "" #: php/views/partials/edit-scopes.php:24 msgid "Only run in administration area" msgstr "" #: php/views/partials/edit-scopes.php:25 msgid "Only run on site front-end" msgstr "" #: php/views/partials/edit-scopes.php:26 msgid "Only run once" msgstr "" #: php/views/partials/edit-scopes.php:38 msgid "Site front-end styles" msgstr "" #: php/views/partials/edit-scopes.php:39 msgid "Administration area styles" msgstr "" #: php/views/partials/edit-scopes.php:51 msgid "Load JS at the end of the <body> section" msgstr "" #: php/views/partials/edit-scopes.php:52 msgid "Load JS in the <head> section" msgstr "" #: php/views/partials/edit-scopes.php:66 msgid "Only display when inserted into a post or page." msgstr "" #. translators: %s: snippet shortcode tag #: php/views/partials/edit-scopes.php:75 msgid "You can use the %s shortcode to insert your content into a post or page." msgstr "" #: php/views/partials/edit-scopes.php:75 msgid "After saving, you will be able to use the %s shortcode to insert your content into a post or page." msgstr "" #: php/views/partials/edit-scopes.php:90 msgid "Shortcode Options: " msgstr "" #: php/views/partials/edit-scopes.php:94 msgid "Evaluate PHP code" msgstr "" #: php/views/partials/edit-scopes.php:98 msgid "Add paragraphs and formatting" msgstr "" #: php/views/partials/edit-scopes.php:102 msgid "Evaluate additional shortcode tags" msgstr "" #: php/views/partials/editor-shortcuts.php:17 msgctxt "help tooltip" msgid "?" msgstr "" #: php/views/partials/editor-shortcuts.php:22 msgid "Save changes" msgstr "" #: php/views/partials/editor-shortcuts.php:26 msgid "Begin searching" msgstr "" #: php/views/partials/editor-shortcuts.php:30 msgid "Find next" msgstr "" #: php/views/partials/editor-shortcuts.php:34 msgid "Find previous" msgstr "" #: php/views/partials/editor-shortcuts.php:38 msgid "Replace" msgstr "" #: php/views/partials/editor-shortcuts.php:42 msgid "Replace all" msgstr "" #: php/views/partials/editor-shortcuts.php:46 msgid "Persistent search" msgstr ""