msgid ""
msgstr ""
"Project-Id-Version: shortcodes 1.0.2\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-06-21T01:23:26+00:00\n"
"PO-Revision-Date: 2022-06-21T01:23:27+00:00\n"
"Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2);\n"

#: packages/shortcodes/controller.php:22
#: packages/shortcodes/src/Shortcodes/Installer/Installer.php:27
#: packages/shortcodes/single_pages/dashboard/shortcodes/settings.php:18
#: packages/shortcodes/single_pages/dashboard/shortcodes/settings.php:24
#: packages/shortcodes/elements/dashboard/install_post.php:12
msgid "Shortcodes"
msgstr ""

#: packages/shortcodes/controller.php:27
msgid "Replaces shortcodes with text replacements."
msgstr ""

#: packages/shortcodes/src/Shortcodes/Shortcode/Resolver.php:87
msgid "PHP shortcode error: %s."
msgstr ""

#: packages/shortcodes/src/Shortcodes/Shortcode/ShortcodeRepository.php:48
msgid "This shortcode doesn't exist (anymore)."
msgstr ""

#: packages/shortcodes/src/Shortcodes/Installer/Installer.php:28
msgid "Search"
msgstr "Hledat"

#: packages/shortcodes/src/Shortcodes/Installer/Installer.php:29
msgid "Settings"
msgstr "Nastavení"

#: packages/shortcodes/src/Shortcodes/Entity/Shortcode.php:177
msgid "Depends on PHP"
msgstr ""

#: packages/shortcodes/src/Shortcodes/Entity/Shortcode.php:181
msgid "Depends on event"
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:44
#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:11
msgid "Add shortcode"
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:52
msgid "Edit shortcode"
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:85
msgid "Usage for shortcode '%s'"
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:102
msgid "Usage for the shortcode has been cleared."
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:137
msgid "You are not allowed to edit this shortcode."
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:145
msgid "This shortcode already exists! The shortcode needs to be unique."
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:149
msgid "Something went wrong: %s"
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:155
msgid "Shortcode has been saved successfully."
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:157
msgid "Shortcode has been added successfully."
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:171
msgid "Shortcode has been deleted successfully."
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:223
msgid "Text value"
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:224
msgid "The outcome of the '%s' event"
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/search.php:230
msgid "The outcome of a PHP snippet"
msgstr ""

#: packages/shortcodes/controllers/single_page/dashboard/shortcodes/settings.php:33
msgid "Your settings have been saved."
msgstr "Vaše nastavení bylo uloženo."

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:16
msgid "Delete shortcode"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:36
msgid "If inactive, the shortcode will not be replaced."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:41
#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:27
msgid "Is active"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:47
msgid "This text that will be replaced. For example you can add 'year' as shortcode and replace it with %s. We recommend to use lowercase only and to use underscores instead of spaces."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:50
#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:24
msgid "Shortcode"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:63
msgid "Choose how the shortcode should be replaced."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:66
msgid "Replace the shortcode with"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:78
msgid "The shortcode will be replaced with this value."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:81
#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:25
msgid "Value"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:95
msgid "Please note that this feature is for <strong>developers</strong> only. Changing the input below might break your website!"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:96
msgid "on_shortcode_resolve"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:96
msgid "As a rule of thumb, keep it simple; if you need a lot of PHP code, it is better to hook into the '%s' event."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:97
msgid "The PHP code is wrapped in a try / catch, so code with syntax errors will be ignored. But if, for example, a die() statement is entered, execution will stop."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:102
msgid "echo date('Y');"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:102
msgid "Do not use the PHP opening or closing tags. Output buffering is used to get the string, so you can echo the value. Example: %s"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:105
msgid "PHP script"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:119
msgid "Example PHP code to hook into the event"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:127
msgid "Cancel"
msgstr "Zrušit"

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:130
#: packages/shortcodes/single_pages/dashboard/shortcodes/settings.php:42
msgid "Save"
msgstr "Uložit"

#: packages/shortcodes/single_pages/dashboard/shortcodes/add_edit.php:130
msgid "Add"
msgstr "Přidat"

#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:18
msgid "No shortcodes have been added yet."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:30
msgid "Disabled shortcodes will not be replaced."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:38
msgid "Found on"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:41
msgid "Usage tracking can be enabled via Settings. The number of pages is based on the track history and might not be accurate."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:48
msgid "Updated at"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:51
msgid "This is the last time the shortcode was edited."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:101
#: packages/shortcodes/single_pages/dashboard/shortcodes/search.php:106
msgid "%s page"
msgid_plural "%s pages"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/settings.php:18
msgid "If disabled, %s will be completely turned off."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/settings.php:24
msgid "Enable %s"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/settings.php:30
msgid "Keep track of the pages where shortcodes have been found. This is disabled by default because it adds some overhead. We don't recommend enabling this on high traffic websites."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/settings.php:36
msgid "Track usage"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/usage.php:9
msgid "Back to overview"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/usage.php:13
msgid "Delete track records"
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/usage.php:21
msgid "This shortcode has not been tracked on any pages."
msgstr ""

#: packages/shortcodes/single_pages/dashboard/shortcodes/usage.php:27
msgid "Page"
msgstr "Stránka"

#: packages/shortcodes/single_pages/dashboard/shortcodes/usage.php:29
msgid "Found at"
msgstr ""

#: packages/shortcodes/elements/dashboard/install_post.php:7
msgid "Congratulations, the add-on has been installed!"
msgstr ""

#: packages/shortcodes/elements/dashboard/install_post.php:12
msgid "To manage your shortcodes, go to %s."
msgstr ""

#: packages/shortcodes/elements/dashboard/install_post.php:18
msgid "View shortcodes"
msgstr ""
