/home/arranoyd/magicraft/wp-content/plugins/code-snippets/languages/code-snippets.pot
# Copyright (C) 2018 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:102
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 add code snippets to your site. No need to edit to your theme's functions.php file again!"
msgstr ""

#: code-snippets.php:19
msgid "Shea Bunge"
msgstr ""

#: code-snippets.php:20
msgid "https://sheabunge.com"
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 "<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:206
msgid "Take the survey now"
msgstr ""

#: php/class-admin.php:209
msgid "Dismiss"
msgstr ""

#: php/class-contextual-help.php:40
msgid "For more information:"
msgstr ""

#: php/class-contextual-help.php:41
msgid "About Plugin"
msgstr ""

#: php/class-contextual-help.php:42
msgid "FAQ"
msgstr ""

#: php/class-contextual-help.php:43
msgid "Support Forums"
msgstr ""

#: php/class-contextual-help.php:44
msgid "Plugin Website"
msgstr ""

#: php/class-contextual-help.php:55, php/class-contextual-help.php:84, php/class-contextual-help.php:126
msgid "Overview"
msgstr ""

#: php/class-contextual-help.php:56
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. 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:61
msgid "Safe Mode"
msgstr ""

#: php/class-contextual-help.php:63
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:64
msgid "If something goes wrong with a snippet and you can't use WordPress, you can cause all snippets to stop executing by adding <code>define('CODE_SNIPPETS_SAFE_MODE', true);</code> to your <code>wp-config.php</code> file. After you have deactivated the offending snippet, you can turn off safe mode by removing this line or replacing <strong>true</strong> with <strong>false</strong>."
msgstr ""

#: php/class-contextual-help.php:69
msgid "Uninstall"
msgstr ""

#. translators: 1: snippets table name, 2: Code Snippets plugin directory
#: php/class-contextual-help.php:72
msgid "When you delete Code Snippets through the Plugins menu in WordPress it will clear up the <code>%1$s</code> table and a few other bits of data stored in the database. If you want to keep this data (ie: you are only temporally uninstalling Code Snippets) then remove the <code>%2$s</code> folder using FTP."
msgstr ""

#: php/class-contextual-help.php:73
msgid "Even if you're sure that you don't want to use Code Snippets ever again on this WordPress installation, you may want to use the export feature to back up your snippets."
msgstr ""

#: php/class-contextual-help.php:85
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. Here you can add a new snippet, or edit an existing one."
msgstr ""

#: php/class-contextual-help.php:89
msgid "WP-Snippets"
msgstr ""

#: php/class-contextual-help.php:89
msgid "http://wp-snippets.com"
msgstr ""

#: php/class-contextual-help.php:90
msgid "WP Snipp"
msgstr ""

#: php/class-contextual-help.php:90
msgid "http://wpsnipp.com"
msgstr ""

#: php/class-contextual-help.php:91
msgid "Cats Who Code"
msgstr ""

#: php/class-contextual-help.php:91
msgid "http://www.catswhocode.com/blog/snippets"
msgstr ""

#: php/class-contextual-help.php:92
msgid "WP Function Me"
msgstr ""

#: php/class-contextual-help.php:92
msgid "http://www.wpfunction.me"
msgstr ""

#: php/class-contextual-help.php:102
msgid "Finding Snippets"
msgstr ""

#: php/class-contextual-help.php:104
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:106
msgid "More places to find snippets, as well as a selection of example snippets, can be found in the <a href=\"https://github.com/sheabunge/code-snippets/wiki/Finding-snippets\">plugin documentation</a>."
msgstr ""

#: php/class-contextual-help.php:111
msgid "Adding Snippets"
msgstr ""

#: php/class-contextual-help.php:113
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:114
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:127
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. Here you can load snippets from a Code Snippets (.xml) import file into the database with your existing snippets."
msgstr ""

#: php/class-contextual-help.php:132
msgid "Importing"
msgstr ""

#: php/class-contextual-help.php:134
msgid "You can load your snippets from a code snippets (.xml) export file using this page."
msgstr ""

#. translators: %s: URL to Snippets admin menu
#: php/class-contextual-help.php:136
msgid "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\">All Snippets</a> page.</p>"
msgstr ""

#: php/class-contextual-help.php:141
msgid "Exporting"
msgstr ""

#. translators: %s: URL to Manage Snippets admin menu
#: php/class-contextual-help.php:143
msgid "You can save your snippets to a Code Snippets (.xml) export file using the <a href=\"%s\">Manage Snippets</a> page."
msgstr ""

#: php/class-list-table.php:58
msgid "Snippets per page"
msgstr ""

#: php/class-list-table.php:148
msgid "Network Active"
msgstr ""

#: php/class-list-table.php:150
msgid "Network Only"
msgstr ""

#: php/class-list-table.php:156
msgid "Edit"
msgstr ""

#: php/class-list-table.php:157, php/class-list-table.php:378
msgid "Clone"
msgstr ""

#: php/class-list-table.php:158, php/class-list-table.php:380, php/views/edit.php:155
msgid "Export"
msgstr ""

#: php/class-list-table.php:167, php/class-list-table.php:381, php/views/edit.php:168
msgid "Delete"
msgstr ""

#: php/class-list-table.php:171
msgid "You are about to permanently delete the selected item."
msgstr ""

#: php/class-list-table.php:172, php/views/edit.php:163
msgid "'Cancel' to stop, 'OK' to delete."
msgstr ""

#. translators: %d: snippet identifier
#: php/class-list-table.php:234
msgid "Untitled #%d"
msgstr ""

#: php/class-list-table.php:258
msgid "Shared on Network"
msgstr ""

#: php/class-list-table.php:335, php/views/edit.php:77
msgid "Name"
msgstr ""

#: php/class-list-table.php:336
msgid "ID"
msgstr ""

#: php/class-list-table.php:337, php/admin-menus/class-edit-menu.php:309
msgid "Description"
msgstr ""

#: php/class-list-table.php:338, php/admin-menus/class-edit-menu.php:342
msgid "Tags"
msgstr ""

#: php/class-list-table.php:339, php/admin-menus/class-edit-menu.php:361
msgid "Priority"
msgstr ""

#: php/class-list-table.php:376
msgid "Network Activate"
msgstr ""

#: php/class-list-table.php:376
msgid "Activate"
msgstr ""

#: php/class-list-table.php:377
msgid "Network Deactivate"
msgstr ""

#: php/class-list-table.php:377
msgid "Deactivate"
msgstr ""

#: php/class-list-table.php:379, php/views/edit.php:150
msgid "Download"
msgstr ""

#. translators: %s: total number of snippets
#: php/class-list-table.php:423
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:426
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:429
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:432
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:501
msgid "Show all tags"
msgstr ""

#: php/class-list-table.php:515
msgid "Filter"
msgstr ""

#: php/class-list-table.php:523
msgid "Clear List"
msgstr ""

#: php/class-list-table.php:723
msgid "It looks like you don't have any snippets."
msgstr ""

#: php/class-list-table.php:727
msgid "Perhaps you would like to add a new one?"
msgstr ""

#: php/class-list-table.php:1024
msgid "Search results"
msgstr ""

#. translators: %s: search query
#: php/class-list-table.php:1028
msgid " for &ldquo;%s&rdquo;"
msgstr ""

#. translators: %s: tag name
#: php/class-list-table.php:1033
msgid " in tag &ldquo;%s&rdquo;"
msgstr ""

#: php/class-list-table.php:1042
msgid "Clear Filters"
msgstr ""

#: php/class-upgrade.php:146
msgid "Example HTML shortcode"
msgstr ""

#: php/class-upgrade.php:149
msgid "write your HTML shortcode content here"
msgstr ""

#: php/class-upgrade.php:151
msgid "This is an example snippet for demonstrating how to add an HTML shortcode."
msgstr ""

#: php/class-upgrade.php:156
msgid "Example CSS snippet"
msgstr ""

#: php/class-upgrade.php:159
msgid "write your CSS code here"
msgstr ""

#: php/class-upgrade.php:161
msgid "This is an example snippet for demonstrating how to add custom CSS code to your website."
msgstr ""

#: php/class-upgrade.php:167
msgid "Example JavaScript snippet"
msgstr ""

#: php/class-upgrade.php:170
msgid "write your JavaScript code here"
msgstr ""

#: php/class-upgrade.php:172
msgid "This is an example snippet for demonstrating how to add custom JavaScript code to your website."
msgstr ""

#: php/class-upgrade.php:180
msgid "You can remove it, or edit it to add your own content."
msgstr ""

#: php/admin-menus/class-admin-menu.php:107
msgid "You are not authorized to access this page."
msgstr ""

#: php/admin-menus/class-edit-menu.php:13, php/admin-menus/class-edit-menu.php:14, php/views/edit.php:32
msgid "Edit Snippet"
msgstr ""

#: php/admin-menus/class-edit-menu.php:39
msgctxt "menu label"
msgid "Add New"
msgstr ""

#: php/admin-menus/class-edit-menu.php:40, php/views/edit.php:38
msgid "Add New Snippet"
msgstr ""

#: php/admin-menus/class-edit-menu.php:161
msgid "Don't Panic"
msgstr ""

#. translators: %d: line where error was produced
#: php/admin-menus/class-edit-menu.php:163
msgid "The code snippet you are trying to save produced a fatal error on line %d:"
msgstr ""

#: php/admin-menus/class-edit-menu.php:165
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:166
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:167
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:347
msgid "Enter a list of tags; separated by commas"
msgstr ""

#: php/admin-menus/class-edit-menu.php:360
msgid "Snippets with a lower priority number will run before those with a higher number."
msgstr ""

#: php/admin-menus/class-edit-menu.php:378
msgid "Run snippet everywhere"
msgstr ""

#: php/admin-menus/class-edit-menu.php:379
msgid "Only run in administration area"
msgstr ""

#: php/admin-menus/class-edit-menu.php:380
msgid "Only run on site front-end"
msgstr ""

#: php/admin-menus/class-edit-menu.php:381
msgid "Only run once"
msgstr ""

#: php/admin-menus/class-edit-menu.php:384
msgid "Scope"
msgstr ""

#: php/admin-menus/class-edit-menu.php:405
msgid "Sharing Settings"
msgstr ""

#: php/admin-menus/class-edit-menu.php:409
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:470
msgid "The snippet has been deactivated due to an error on line %d:"
msgstr ""

#: php/admin-menus/class-edit-menu.php:475
msgid "The snippet has been deactivated due to an error in the code."
msgstr ""

#: php/admin-menus/class-edit-menu.php:482
msgid "An error occurred when saving the snippet."
msgstr ""

#: php/admin-menus/class-edit-menu.php:488
msgid "Snippet <strong>added</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:489
msgid "Snippet <strong>updated</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:490
msgid "Snippet <strong>added</strong> and <strong>activated</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:491
msgid "Snippet <strong>added</strong> and <strong>executed</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:492
msgid "Snippet <strong>updated</strong> and <strong>activated</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:493
msgid "Snippet <strong>updated</strong> and <strong>deactivated</strong>."
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:103
msgid "Import snippets from a code snippets export file"
msgstr ""

#: php/admin-menus/class-import-menu.php:115
msgid "An error occurred when processing the import files."
msgstr ""

#: php/admin-menus/class-import-menu.php:125
msgid "No snippets were imported."
msgstr ""

#. translators: 1: amount of snippets imported, 2: link to Snippets menu
#: php/admin-menus/class-import-menu.php:131
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-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:145
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://github.com/sheabunge/code-snippets/wiki/Safe-Mode\" target=\"_blank\">Help</a>"
msgstr ""

#: php/admin-menus/class-manage-menu.php:151
msgid "Snippet <strong>executed</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:152
msgid "Snippet <strong>activated</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:153
msgid "Selected snippets <strong>activated</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:154
msgid "Snippet <strong>deactivated</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:155
msgid "Selected snippets <strong>deactivated</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:156
msgid "Snippet <strong>deleted</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:157
msgid "Selected snippets <strong>deleted</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:158
msgid "Snippet <strong>cloned</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:159
msgid "Selected snippets <strong>cloned</strong>."
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:74
msgid "Settings"
msgstr ""

#: php/admin-menus/class-settings-menu.php:90
msgid "Reset to Default"
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 <a href=\"%s\">Plugins</a> 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/settings/settings.php:209
msgid "Settings saved."
msgstr ""

#: php/views/edit.php:35, php/views/import.php:31, php/views/manage.php:24
msgctxt "snippet"
msgid "Add New"
msgstr ""

#: php/views/edit.php:44, php/views/import.php:26
msgctxt "snippets"
msgid "Manage"
msgstr ""

#: php/views/edit.php:49, php/views/manage.php:29
msgctxt "snippets"
msgid "Import"
msgstr ""

#: php/views/edit.php:56, php/views/import.php:37, php/views/manage.php:35
msgctxt "snippets"
msgid "Settings"
msgstr ""

#: php/views/edit.php:78
msgid "Enter title here"
msgstr ""

#: php/views/edit.php:84
msgid "Code"
msgstr ""

#: php/views/edit.php:110
msgid "Save Changes and Execute Once"
msgstr ""

#: php/views/edit.php:119, php/views/edit.php:133
msgid "Save Changes and Activate"
msgstr ""

#: php/views/edit.php:139
msgid "Save Changes and Deactivate"
msgstr ""

#: php/views/edit.php:162
msgid "You are about to permanently delete this snippet."
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 <a href=\"%s\">All Snippets</a> page to activate the imported snippets."
msgstr ""

#: php/views/import.php:59
msgid "Duplicate Snippets"
msgstr ""

#: php/views/import.php:62
msgid "What should happen if an existing snippet is found with an identical name to an imported snippet?"
msgstr ""

#: php/views/import.php:69
msgid "Ignore any duplicate snippets: import all snippets from the file regardless and leave all existing snippets unchanged."
msgstr ""

#: php/views/import.php:76
msgid "Replace any existing snippets with a newly imported snippet of the same name."
msgstr ""

#: php/views/import.php:83
msgid "Do not import any duplicate snippets; leave all existing snippets unchanged."
msgstr ""

#: php/views/import.php:88
msgid "Upload Files"
msgstr ""

#: php/views/import.php:91
msgid "Choose one or more Code Snippets (.xml or .json) files to upload, then click \"Upload files and import\"."
msgstr ""

#: php/views/import.php:96
msgid "Choose files from your computer:"
msgstr ""

#. translators: %s: size in bytes
#: php/views/import.php:99
msgid "(Maximum size: %s)"
msgstr ""

#: php/views/import.php:110
msgid "Upload files and import"
msgstr ""

#: php/views/manage.php:48
msgid "Search Installed Snippets"
msgstr ""