# Copyright (C) 2020 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" "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:104 msgid "Code Snippets" msgstr "" #: code-snippets.php:17 msgid "https://github.com/sheabunge/code-snippets" 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:20 msgid "https://codesnippets.pro" msgstr "" #: php/class-admin.php:68, php/class-admin.php:129, php/admin-menus/class-manage-menu.php:23, php/admin-menus/class-manage-menu.php:52, php/admin-menus/class-manage-menu.php:91, php/views/manage.php:21 msgid "Snippets" msgstr "" #: php/class-admin.php:69 msgid "Snippets » Settings" msgstr "" #: php/class-admin.php:128 msgid "Manage your existing snippets" msgstr "" #: php/class-admin.php:159 msgid "Visit the WordPress.org plugin page" msgstr "" #: php/class-admin.php:160 msgid "About" msgstr "" #: php/class-admin.php:164 msgid "Visit the support forums" msgstr "" #: php/class-admin.php:165 msgid "Support" msgstr "" #: php/class-admin.php:169 msgid "Support this plugin's development" msgstr "" #: php/class-admin.php:170 msgid "Donate" msgstr "" #: php/class-admin.php:202 msgid "Have feedback on Code Snippets? 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:206 msgid "Take the survey now" msgstr "" #: php/class-admin.php:209 msgid "Dismiss" msgstr "" #: php/class-contextual-help.php:45 msgid "For more information:" msgstr "" #: php/class-contextual-help.php:46 msgid "About Plugin" msgstr "" #: php/class-contextual-help.php:47 msgid "FAQ" msgstr "" #: php/class-contextual-help.php:48 msgid "Support Forum" msgstr "" #: php/class-contextual-help.php:49 msgid "Plugin Website" msgstr "" #: php/class-contextual-help.php:58 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:68, php/class-contextual-help.php:89, php/class-contextual-help.php:132 msgid "Overview" msgstr "" #: php/class-contextual-help.php:70 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:75 msgid "Safe Mode" msgstr "" #: php/class-contextual-help.php:77 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:78 msgid "If something goes wrong with a snippet and you can't use WordPress, you can cause all snippets to stop executing by adding define('CODE_SNIPPETS_SAFE_MODE', true); to your wp-config.php file. After you have deactivated the offending snippet, you can turn off safe mode by removing this line or replacing true with false." msgstr "" #: php/class-contextual-help.php:90 msgid " Here you can add a new snippet, or edit an existing one." msgstr "" #: php/class-contextual-help.php:94 msgid "WP Function Me" msgstr "" #: php/class-contextual-help.php:94 msgid "https://www.wpfunction.me" msgstr "" #: php/class-contextual-help.php:95 msgid "CSS-Tricks" msgstr "" #: php/class-contextual-help.php:95 msgid "https://css-tricks.com/snippets/wordpress/" msgstr "" #: php/class-contextual-help.php:96 msgid "WordPress Stack Exchange" msgstr "" #: php/class-contextual-help.php:96 msgid "https://wordpress.stackexchange.com/" msgstr "" #: php/class-contextual-help.php:97 msgid "WP Beginner" msgstr "" #: php/class-contextual-help.php:97 msgid "https://www.wpbeginner.com/category/wp-tutorials/" msgstr "" #: php/class-contextual-help.php:98 msgid "GenerateWP" msgstr "" #: php/class-contextual-help.php:98 msgid "https://generatewp.com" msgstr "" #: php/class-contextual-help.php:108 msgid "Finding Snippets" msgstr "" #: php/class-contextual-help.php:110 msgid "Here are some links to websites which host a large number of snippets that you can add to your site:" msgstr "" #: php/class-contextual-help.php:112 msgid "More places to find snippets, as well as a selection of example snippets, can be found in the plugin documentation." msgstr "" #: php/class-contextual-help.php:117 msgid "Adding Snippets" msgstr "" #: php/class-contextual-help.php:119 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:120 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:134 msgid " Here you can load snippets from a code snippets export file into the database alongside existing snippets." msgstr "" #: php/class-contextual-help.php:139 msgid "Importing" msgstr "" #: php/class-contextual-help.php:141 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:143 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 Manage Snippets page." msgstr "" #: php/class-contextual-help.php:148 msgid "Exporting" msgstr "" #. translators: %s: URL to Manage Snippets admin menu #: php/class-contextual-help.php:150 msgid "You can save your snippets to a code snippets export file using the Manage Snippets page." msgstr "" #: php/class-list-table.php:58 msgid "Snippets per page" msgstr "" #: php/class-list-table.php:153 msgid "Network Active" msgstr "" #: php/class-list-table.php:155 msgid "Network Only" msgstr "" #: php/class-list-table.php:161 msgid "Edit" msgstr "" #: php/class-list-table.php:162, php/class-list-table.php:413 msgid "Clone" msgstr "" #: php/class-list-table.php:163, php/class-list-table.php:415, php/admin-menus/class-edit-menu.php:635 msgid "Export" msgstr "" #: php/class-list-table.php:172, php/class-list-table.php:416, php/admin-menus/class-edit-menu.php:636 msgid "Delete" msgstr "" #: php/class-list-table.php:176 msgid "You are about to permanently delete the selected item." msgstr "" #: php/class-list-table.php:177, php/admin-menus/class-edit-menu.php:664 msgid "'Cancel' to stop, 'OK' to delete." msgstr "" #: php/class-list-table.php:201 msgid "Run Once" msgstr "" #: php/class-list-table.php:206, php/class-list-table.php:412 msgid "Network Deactivate" msgstr "" #: php/class-list-table.php:206, php/class-list-table.php:411 msgid "Network Activate" msgstr "" #: php/class-list-table.php:207, php/class-list-table.php:412, php/admin-menus/class-manage-menu.php:141, php/views/edit.php:104 msgid "Deactivate" msgstr "" #: php/class-list-table.php:207, php/class-list-table.php:411, php/admin-menus/class-manage-menu.php:140, php/views/edit.php:110 msgid "Activate" msgstr "" #. translators: %d: snippet identifier #: php/class-list-table.php:230 msgid "Untitled #%d" msgstr "" #: php/class-list-table.php:254 msgid "Shared on Network" msgstr "" #. translators: %s: Human-readable time difference. #: php/class-list-table.php:343 msgid "%s ago" msgstr "" #: php/class-list-table.php:345 msgid "Y/m/d" msgstr "" #. translators: 1: date format, 2: time format #: php/class-list-table.php:349 msgctxt "date and time format" msgid "%1$s \a\t %2$s" msgstr "" #: php/class-list-table.php:363, php/views/edit.php:80 msgid "Name" msgstr "" #: php/class-list-table.php:364 msgid "ID" msgstr "" #: php/class-list-table.php:365, php/admin-menus/class-edit-menu.php:336 msgid "Description" msgstr "" #: php/class-list-table.php:366, php/admin-menus/class-edit-menu.php:369 msgid "Tags" msgstr "" #: php/class-list-table.php:367 msgid "Modified" msgstr "" #: php/class-list-table.php:368, php/admin-menus/class-edit-menu.php:388 msgid "Priority" msgstr "" #: php/class-list-table.php:414, php/admin-menus/class-edit-menu.php:632 msgid "Download" msgstr "" #. translators: %s: total number of snippets #: php/class-list-table.php:458 msgid "All (%s)" msgid_plural "All (%s)" msgstr[0] "" msgstr[1] "" #. translators: %s: total number of active snippets #: php/class-list-table.php:461 msgid "Active (%s)" msgid_plural "Active (%s)" msgstr[0] "" msgstr[1] "" #. translators: %s: total number of inactive snippets #: php/class-list-table.php:464 msgid "Inactive (%s)" msgid_plural "Inactive (%s)" msgstr[0] "" msgstr[1] "" #. translators: %s: total number of recently activated snippets #: php/class-list-table.php:467 msgid "Recently Active (%s)" msgid_plural "Recently Active (%s)" msgstr[0] "" msgstr[1] "" #: php/class-list-table.php:536 msgid "Show all tags" msgstr "" #: php/class-list-table.php:550 msgid "Filter" msgstr "" #: php/class-list-table.php:558 msgid "Clear List" msgstr "" #: php/class-list-table.php:783 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:786 msgid "It looks like you don't have any snippets." msgstr "" #: php/class-list-table.php:790 msgid "Perhaps you would like to add a new one?" msgstr "" #: php/class-list-table.php:1120 msgid "Search results" msgstr "" #. translators: 1: search query, 2: line number #: php/class-list-table.php:1128 msgid " for “%1$s” on line %2$d" msgstr "" #. translators: %s: search query #: php/class-list-table.php:1135 msgid " for “%s”" msgstr "" #. translators: %s: tag name #: php/class-list-table.php:1141 msgid " in tag “%s”" msgstr "" #: php/class-list-table.php:1149 msgid "Clear Filters" msgstr "" #: php/class-upgrade.php:149 msgid "You can remove it, or edit it to add your own content." msgstr "" #: php/class-upgrade.php:154 msgid "Example HTML shortcode" msgstr "" #: php/class-upgrade.php:157 msgid "write your HTML shortcode content here" msgstr "" #: php/class-upgrade.php:159 msgid "This is an example snippet for demonstrating how to add an HTML shortcode." msgstr "" #: php/class-upgrade.php:164 msgid "Example CSS snippet" msgstr "" #: php/class-upgrade.php:167 msgid "write your CSS code here" msgstr "" #: php/class-upgrade.php:169 msgid "This is an example snippet for demonstrating how to add custom CSS code to your website." msgstr "" #: php/class-upgrade.php:175 msgid "Example JavaScript snippet" msgstr "" #: php/class-upgrade.php:178 msgid "write your JavaScript code here" msgstr "" #: php/class-upgrade.php:180 msgid "This is an example snippet for demonstrating how to add custom JavaScript code to your website." msgstr "" #: php/class-upgrade.php:186 msgid "Order snippets by name" msgstr "" #: php/class-upgrade.php:188 msgid "Order snippets by name by default in the snippets table." msgstr "" #: php/class-upgrade.php:194 msgid "Order snippets by date" msgstr "" #: php/class-upgrade.php:197 msgid "Order snippets by last modification date by default in the snippets table." msgstr "" #: php/class-validator.php:152 msgid "Parse error: syntax error, unexpected end of snippet." msgstr "" #. translators: %s: PHP function name #: php/class-validator.php:167 msgid "Cannot redeclare function %s." msgstr "" #. translators: %s: PHP class name #: php/class-validator.php:171 msgid "Cannot redeclare class %s." msgstr "" #. translators: %s: PHP interface name #: php/class-validator.php:175 msgid "Cannot redeclare interface %s." msgstr "" #. translators: %s: PHP identifier name #: php/class-validator.php:179 msgid "Cannot redeclare %s." msgstr "" #: php/class-validator.php:216 msgid "Parse error: syntax error, unexpected end of snippet" msgstr "" #: php/admin-menus/class-admin-menu.php:124 msgid "You are not authorized to access this page." msgstr "" #: php/admin-menus/class-edit-menu.php:23 msgctxt "menu label" msgid "Edit Snippet" msgstr "" #: php/admin-menus/class-edit-menu.php:24, php/views/edit.php:33 msgid "Edit Snippet" msgstr "" #: php/admin-menus/class-edit-menu.php:50 msgctxt "menu label" msgid "Add New" msgstr "" #: php/admin-menus/class-edit-menu.php:51, php/views/edit.php:39 msgid "Add New Snippet" msgstr "" #: php/admin-menus/class-edit-menu.php:187 msgid "Don't Panic" msgstr "" #. translators: %d: line where error was produced #: php/admin-menus/class-edit-menu.php:189 msgid "The code snippet you are trying to save produced a fatal error on line %d:" msgstr "" #: php/admin-menus/class-edit-menu.php:191 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:192 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:193 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:374 msgid "Enter a list of tags; separated by commas" msgstr "" #: php/admin-menus/class-edit-menu.php:387 msgid "Snippets with a lower priority number will run before those with a higher number." msgstr "" #: php/admin-menus/class-edit-menu.php:405 msgid "Run snippet everywhere" msgstr "" #: php/admin-menus/class-edit-menu.php:406 msgid "Only run in administration area" msgstr "" #: php/admin-menus/class-edit-menu.php:407 msgid "Only run on site front-end" msgstr "" #: php/admin-menus/class-edit-menu.php:408 msgid "Only run once" msgstr "" #: php/admin-menus/class-edit-menu.php:411 msgid "Scope" msgstr "" #: php/admin-menus/class-edit-menu.php:432 msgid "Sharing Settings" msgstr "" #: php/admin-menus/class-edit-menu.php:436 msgid "Allow this snippet to be activated on individual sites on the network" msgstr "" #. translators: %d: line of file where error originated #: php/admin-menus/class-edit-menu.php:503 msgid "The snippet has been deactivated due to an error on line %d:" msgstr "" #: php/admin-menus/class-edit-menu.php:508 msgid "The snippet has been deactivated due to an error in the code." msgstr "" #: php/admin-menus/class-edit-menu.php:515 msgid "An error occurred when saving the snippet." msgstr "" #: php/admin-menus/class-edit-menu.php:521 msgid "Snippet added." msgstr "" #: php/admin-menus/class-edit-menu.php:522 msgid "Snippet updated." msgstr "" #: php/admin-menus/class-edit-menu.php:523 msgid "Snippet added and activated." msgstr "" #: php/admin-menus/class-edit-menu.php:524 msgid "Snippet added and executed." msgstr "" #: php/admin-menus/class-edit-menu.php:525 msgid "Snippet updated and activated." msgstr "" #: php/admin-menus/class-edit-menu.php:526 msgid "Snippet updated and deactivated." msgstr "" #: php/admin-menus/class-edit-menu.php:608, php/views/edit.php:90 msgid "Save Changes" msgstr "" #: php/admin-menus/class-edit-menu.php:612 msgid "Save Changes and Execute Once" msgstr "" #: php/admin-menus/class-edit-menu.php:617 msgid "Save Changes and Deactivate" msgstr "" #: php/admin-menus/class-edit-menu.php:619 msgid "Save Changes and Activate" msgstr "" #: php/admin-menus/class-edit-menu.php:663 msgid "You are about to permanently delete this snippet." msgstr "" #: php/admin-menus/class-import-menu.php:15 msgctxt "menu label" msgid "Import" msgstr "" #: php/admin-menus/class-import-menu.php:16, php/views/import.php:19 msgid "Import Snippets" msgstr "" #: php/admin-menus/class-import-menu.php:105 msgid "Import snippets from a code snippets export file" msgstr "" #: php/admin-menus/class-import-menu.php:117 msgid "An error occurred when processing the import files." msgstr "" #: php/admin-menus/class-import-menu.php:127 msgid "No snippets were imported." msgstr "" #. translators: 1: amount of snippets imported, 2: link to Snippets menu #: php/admin-menus/class-import-menu.php:133 msgid "Successfully imported %1$d snippet. Have fun!" msgid_plural "Successfully imported %1$d snippets. Have fun!" msgstr[0] "" msgstr[1] "" #: php/admin-menus/class-manage-menu.php:22 msgctxt "menu label" msgid "All Snippets" msgstr "" #: php/admin-menus/class-manage-menu.php:53 msgctxt "top-level menu label" msgid "Snippets" msgstr "" #: php/admin-menus/class-manage-menu.php:92 msgctxt "tools submenu label" msgid "Snippets" msgstr "" #: php/admin-menus/class-manage-menu.php:142 msgid "An error occurred when attempting to activate" msgstr "" #: php/admin-menus/class-manage-menu.php:155 msgid "Warning: Safe mode is active and snippets will not execute! Remove the CODE_SNIPPETS_SAFE_MODE constant from wp-config.php to turn off safe mode. Help" msgstr "" #: php/admin-menus/class-manage-menu.php:161 msgid "Snippet executed." msgstr "" #: php/admin-menus/class-manage-menu.php:162 msgid "Snippet activated." msgstr "" #: php/admin-menus/class-manage-menu.php:163 msgid "Selected snippets activated." msgstr "" #: php/admin-menus/class-manage-menu.php:164 msgid "Snippet deactivated." msgstr "" #: php/admin-menus/class-manage-menu.php:165 msgid "Selected snippets deactivated." msgstr "" #: php/admin-menus/class-manage-menu.php:166 msgid "Snippet deleted." msgstr "" #: php/admin-menus/class-manage-menu.php:167 msgid "Selected snippets deleted." msgstr "" #: php/admin-menus/class-manage-menu.php:168 msgid "Snippet cloned." msgstr "" #: php/admin-menus/class-manage-menu.php:169 msgid "Selected snippets cloned." msgstr "" #: php/admin-menus/class-settings-menu.php:16 msgctxt "menu label" msgid "Settings" msgstr "" #: php/admin-menus/class-settings-menu.php:17 msgid "Snippets Settings" msgstr "" #: php/admin-menus/class-settings-menu.php:38 msgid "All settings have been reset to their defaults." msgstr "" #: php/admin-menus/class-settings-menu.php:82 msgid "Settings" msgstr "" #: php/admin-menus/class-settings-menu.php:87, php/views/edit.php:47, php/views/import.php:26 msgctxt "snippets" msgid "Manage" msgstr "" #: php/admin-menus/class-settings-menu.php:92, php/views/edit.php:36, php/views/import.php:31, php/views/manage.php:24 msgctxt "snippet" msgid "Add New" msgstr "" #: php/admin-menus/class-settings-menu.php:97, php/views/edit.php:52, php/views/manage.php:29 msgctxt "snippets" msgid "Import" msgstr "" #: php/admin-menus/class-settings-menu.php:118 msgid "Reset to Default" msgstr "" #: php/admin-menus/class-settings-menu.php:144, php/settings/settings.php:209 msgid "Settings saved." msgstr "" #: php/settings/settings-fields.php:42 msgid "Activate by Default" msgstr "" #: php/settings/settings-fields.php:44 msgid "Make the 'Save and Activate' button the default action when saving a snippet." msgstr "" #: php/settings/settings-fields.php:49 msgid "Enable Scope Selector" msgstr "" #: php/settings/settings-fields.php:51 msgid "Enable the scope selector when editing a snippet" msgstr "" #: php/settings/settings-fields.php:56 msgid "Enable Snippet Tags" msgstr "" #: php/settings/settings-fields.php:58 msgid "Show snippet tags on admin pages" msgstr "" #: php/settings/settings-fields.php:63 msgid "Enable Snippet Descriptions" msgstr "" #: php/settings/settings-fields.php:65 msgid "Show snippet descriptions on admin pages" msgstr "" #: php/settings/settings-fields.php:70 msgid "Disable Shortcode Syntax Highlighter" msgstr "" #: php/settings/settings-fields.php:72 msgid "Disable the syntax highlighting for the [code_snippet] shortcode on the front-end" msgstr "" #: php/settings/settings-fields.php:77 msgid "Complete Uninstall" msgstr "" #. translators: %s: URL for Plugins admin menu #: php/settings/settings-fields.php:81 msgid "When the plugin is deleted from the Plugins menu, also delete all snippets and plugin settings." msgstr "" #: php/settings/settings-fields.php:96 msgid "Row Height" msgstr "" #: php/settings/settings-fields.php:98 msgid "rows" msgstr "" #: php/settings/settings-fields.php:104 msgid "Use Full Editor" msgstr "" #: php/settings/settings-fields.php:106 msgid "Enable all features of the visual editor" msgstr "" #: php/settings/settings-fields.php:111 msgid "Media Buttons" msgstr "" #: php/settings/settings-fields.php:113 msgid "Enable the add media buttons" msgstr "" #: php/settings/settings-fields.php:122 msgid "Theme" msgstr "" #: php/settings/settings-fields.php:129 msgid "Indent With Tabs" msgstr "" #: php/settings/settings-fields.php:131 msgid "Use hard tabs (not spaces) for indentation." msgstr "" #: php/settings/settings-fields.php:137 msgid "Tab Size" msgstr "" #: php/settings/settings-fields.php:139 msgid "The width of a tab character." msgstr "" #: php/settings/settings-fields.php:146 msgid "Indent Unit" msgstr "" #: php/settings/settings-fields.php:148 msgid "How many spaces a block should be indented." msgstr "" #: php/settings/settings-fields.php:155 msgid "Wrap Lines" msgstr "" #: php/settings/settings-fields.php:157 msgid "Whether the editor should scroll or wrap for long lines." msgstr "" #: php/settings/settings-fields.php:163 msgid "Line Numbers" msgstr "" #: php/settings/settings-fields.php:165 msgid "Show line numbers to the left of the editor." msgstr "" #: php/settings/settings-fields.php:171 msgid "Auto Close Brackets" msgstr "" #: php/settings/settings-fields.php:173 msgid "Auto-close brackets and quotes when typed." msgstr "" #: php/settings/settings-fields.php:179 msgid "Highlight Selection Matches" msgstr "" #: php/settings/settings-fields.php:180 msgid "Highlight all instances of a currently selected word." msgstr "" #: php/settings/settings.php:92 msgid "General" msgstr "" #: php/settings/settings.php:93 msgid "Description Editor" msgstr "" #: php/settings/settings.php:94 msgid "Code Editor" msgstr "" #: php/settings/settings.php:151 msgid "Editor Preview" msgstr "" #: php/views/edit.php:59, php/views/import.php:37, php/views/manage.php:37 msgctxt "snippets" msgid "Settings" msgstr "" #: php/views/edit.php:81 msgid "Enter title here" msgstr "" #: php/views/edit.php:91 msgid "Save Snippet" msgstr "" #: php/views/edit.php:96 msgid "Execute Once" msgstr "" #: php/views/edit.php:97 msgid "Save Snippet and Execute Once" msgstr "" #: php/views/edit.php:105 msgid "Save Snippet and Deactivate" msgstr "" #: php/views/edit.php:111 msgid "Save Snippet and Activate" msgstr "" #: php/views/edit.php:127 msgid "Code" msgstr "" #: php/views/edit.php:140 msgctxt "help tooltip" msgid "?" msgstr "" #: php/views/edit.php:145 msgctxt "keyboard key" msgid "Cmd" msgstr "" #: php/views/edit.php:146 msgctxt "keyboard key" msgid "Ctrl" msgstr "" #: php/views/edit.php:147 msgctxt "keyboard key" msgid "Shift" msgstr "" #: php/views/edit.php:148 msgctxt "keyboard key" msgid "Option" msgstr "" #: php/views/edit.php:149 msgctxt "keyboard key" msgid "Alt" msgstr "" #: php/views/edit.php:150 msgctxt "keyboard key" msgid "F" msgstr "" #: php/views/edit.php:151 msgctxt "keyboard key" msgid "G" msgstr "" #: php/views/edit.php:152 msgctxt "keyboard key" msgid "R" msgstr "" #: php/views/edit.php:153 msgctxt "keyboard key" msgid "S" msgstr "" #: php/views/edit.php:161 msgid "Save changes" msgstr "" #: php/views/edit.php:168 msgid "Begin searching" msgstr "" #: php/views/edit.php:175 msgid "Find next" msgstr "" #: php/views/edit.php:181 msgid "Find previous" msgstr "" #: php/views/edit.php:187 msgid "Replace" msgstr "" #: php/views/edit.php:193 msgid "Replace all" msgstr "" #: php/views/edit.php:199 msgid "Persistent search" msgstr "" #: php/views/import.php:47 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:52 msgid "Afterwards, you will need to visit the All Snippets page to activate the imported snippets." msgstr "" #: php/views/import.php:60 msgid "Duplicate Snippets" msgstr "" #: php/views/import.php:63 msgid "What should happen if an existing snippet is found with an identical name to an imported snippet?" msgstr "" #: php/views/import.php:70 msgid "Ignore any duplicate snippets: import all snippets from the file regardless and leave all existing snippets unchanged." msgstr "" #: php/views/import.php:77 msgid "Replace any existing snippets with a newly imported snippet of the same name." msgstr "" #: php/views/import.php:84 msgid "Do not import any duplicate snippets; leave all existing snippets unchanged." msgstr "" #: php/views/import.php:89 msgid "Upload Files" msgstr "" #: php/views/import.php:92 msgid "Choose one or more Code Snippets (.xml or .json) files to upload, then click \"Upload files and import\"." msgstr "" #: php/views/import.php:97 msgid "Choose files from your computer:" msgstr "" #. translators: %s: size in bytes #: php/views/import.php:100 msgid "(Maximum size: %s)" msgstr "" #: php/views/import.php:111 msgid "Upload files and import" msgstr "" #: php/views/manage.php:50 msgid "Search Installed Snippets" msgstr ""