Adds Dfs
This commit is contained in:
54
spec/fixtures/dynamic_finders/plugin_version/editors-note/composer_file/package.json
vendored
Normal file
54
spec/fixtures/dynamic_finders/plugin_version/editors-note/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "@hamworks/editors-note",
|
||||
"version": "0.0.3",
|
||||
"author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)",
|
||||
"dependencies": {
|
||||
"@wordpress/block-editor": "^4.4.0",
|
||||
"@wordpress/icons": "^2.5.0",
|
||||
"@wordpress/rich-text": "^3.21.0",
|
||||
"moment": "^2.28.0",
|
||||
"uuid": "^8.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/browserslist-config": "2.7.0",
|
||||
"@wordpress/scripts": "^12.1.1",
|
||||
"prettier": "npm:wp-prettier@^2.0.5"
|
||||
},
|
||||
"license": "GPL-2.0+",
|
||||
"main": "build/index.js",
|
||||
"release-it": {
|
||||
"hooks": {
|
||||
"before:bump": "bash ./bin/create-release.sh editors-note ${version}",
|
||||
"after:bump": "bash ./bin/create-zip.sh editors-note",
|
||||
"after:release": "bash ./bin/cleanup.sh editors-note"
|
||||
},
|
||||
"github": {
|
||||
"release": true,
|
||||
"assets": [
|
||||
"editors-note.zip"
|
||||
]
|
||||
},
|
||||
"npm": {
|
||||
"publish": false
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"url": "git@github.com:team-hamworks/editors-note.git",
|
||||
"type": "git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production npm run build:dev",
|
||||
"build:dev": "wp-scripts build",
|
||||
"format-js": "wp-scripts format-js",
|
||||
"env": "wp-scripts env",
|
||||
"lint-js": "wp-scripts lint-js src",
|
||||
"lint-js:fix": "npm run lint-js -- --fix",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"start": "wp-scripts start"
|
||||
},
|
||||
"wp-env": {
|
||||
"plugin-dir": "editors-note",
|
||||
"plugin-name": "editors-note",
|
||||
"welcome-build-command": "npm run start"
|
||||
}
|
||||
}
|
||||
@@ -2717,6 +2717,12 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/catch-under-construction/public/js/catch-under-construction-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- categories-as-folders -->
|
||||
<link rel="stylesheet" id="categories-as-folders-bootstrap-grid-css" href="http://wp.lab/wp-content/plugins/categories-as-folders/public/css/bootstrap-grid.min.css?ver=1.0.0" media="all">
|
||||
<link rel="stylesheet" id="categories-as-folders-css" href="http://wp.lab/wp-content/plugins/categories-as-folders/public/css/categories-as-folders-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/categories-as-folders/public/js/categories-as-folders-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- category-post-slider -->
|
||||
<link rel="stylesheet" id="cps_css_style-css" href="http://wp.lab/wp-content/plugins/category-post-slider/css/cps-style.css?ver=1.1" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/category-post-slider/js/jquery.cpsslider.js?ver=1.1"></script>
|
||||
@@ -4264,6 +4270,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/donate-visa/assets/js/donate-visa-dvsmp.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- doshii -->
|
||||
<link rel="stylesheet" id="doshiistyle-css" href="http://wp.lab/wp-content/plugins/doshii/include/assets/css/doshii-style.css?ver=1.4.0" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- douban-collections -->
|
||||
<link rel="stylesheet" id="douban_collections-css" href="http://wp.lab/wp-content/plugins/douban-collections/douban-collections.css?ver=1.0.0" media="screen">
|
||||
|
||||
@@ -4912,6 +4922,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/equal-height-columns/public/js/equal-height-columns-public.js?ver=1.1.0"></script>
|
||||
|
||||
|
||||
<!-- equili -->
|
||||
<link rel="stylesheet" id="equilli-css" href="http://wp.lab/wp-content/plugins/equili/public/css/equilli-public.css?ver=2.0.6" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/equili/public/js/equilli-public.js?ver=2.0.6"></script>
|
||||
|
||||
|
||||
<!-- eroom-zoom-meetings-webinar -->
|
||||
<link rel="stylesheet" id="stm_zoom_main-css" href="http://wp.lab/wp-content/plugins/eroom-zoom-meetings-webinar//assets/css/frontend/main.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/eroom-zoom-meetings-webinar//assets/js/frontend/jquery.countdown.js?ver=1.0.0"></script>
|
||||
@@ -6760,6 +6775,11 @@
|
||||
<link rel="stylesheet" id="heateor-sc-frontend-css-css" href="http://wp.lab/wp-content/plugins/heateor-social-comments/css/front.css?ver=1.4.12" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- heateor-social-login -->
|
||||
<link rel="stylesheet" id="heateor_sl_frontend_css-css" href="http://wp.lab/wp-content/plugins/heateor-social-login/css/front.css?ver=1.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/heateor-social-login/js/front/combined.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- heimu -->
|
||||
<link rel="stylesheet" id="heimu-css" href="http://wp.lab/wp-content/plugins/heimu/heimu.css?ver=1.1.2" media="all">
|
||||
|
||||
@@ -7325,6 +7345,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/insert-post-from-front-end-with-featured-image/public/js/insert_post_from_front_end-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- insiteful -->
|
||||
<link rel="stylesheet" id="insiteful-css" href="http://wp.lab/wp-content/plugins/insiteful/public/css/insiteful-public.css?ver=1.0.0" media="all">
|
||||
|
||||
|
||||
<!-- insta-gallery -->
|
||||
<link rel="stylesheet" id="insta-gallery-css" href="http://wp.lab/wp-content/plugins/insta-gallery/assets/insta-gallery.css?ver=1.5.1" type="text/css" media="all">
|
||||
|
||||
@@ -7990,6 +8014,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/lana-widgets//assets/js/jquery.magnific-popup.min.js?ver=1.1.0"></script>
|
||||
|
||||
|
||||
<!-- last-login-time -->
|
||||
<link rel="stylesheet" id="sg-last-login-time-css" href="http://wp.lab/wp-content/plugins/last-login-time/public/css/sg-last-login-time-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/last-login-time/public/js/sg-last-login-time-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- lastweets -->
|
||||
<link rel="stylesheet" id="lastweets/theme-css" href="http://wp.lab/wp-content/plugins/lastweets/assets/css/theme.css?ver=1.0.0" type="text/css" media="all">
|
||||
|
||||
@@ -10045,6 +10074,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/notes-widget-wrapper/public/js/notes-widget-wrapper-public.js?ver=1.1.0"></script>
|
||||
|
||||
|
||||
<!-- notibar -->
|
||||
<link rel="stylesheet" id="njt-nofi-css" href="http://wp.lab/wp-content/plugins/notibar/assets/home/css/home-notification-bar.css?ver=1.2" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/notibar/assets/home/js/home-notification-bar.js?ver=1.2"></script>
|
||||
|
||||
|
||||
<!-- notification-bar-on-footer -->
|
||||
<link rel="stylesheet" id="notification-bar-on-footer-css" href="http://wp.lab/wp-content/plugins/notification-bar-on-footer/public/css/notification-bar-on-footer-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/notification-bar-on-footer/public/js/notification-bar-on-footer-public.js?ver=1.0.0"></script>
|
||||
@@ -10622,6 +10656,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/partner-manager/public/js/partner-manager-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- pasa-link-redirect -->
|
||||
<link rel="stylesheet" id="pasa-link-redirect-and-manager-css" href="http://wp.lab/wp-content/plugins/pasa-link-redirect/public/css/pasa-link-redirect-and-manager-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/pasa-link-redirect/public/js/pasa-link-redirect-and-manager-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- password-protect-page -->
|
||||
<link rel="stylesheet" id="ppw-cookie-css-css" href="http://wp.lab/wp-content/plugins/password-protect-page//public/js/dist//ppw-rc-form.css?ver=1.2.1" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/password-protect-page//public/js/dist//ppw-rc-form.bundle.js?ver=1.2.1"></script>
|
||||
@@ -11729,6 +11768,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/qr-code-composer/public/js/qrious.min.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- qreatmenu-restaurant-qr-menu-for-woocommerce -->
|
||||
<link rel="stylesheet" id="qreat-woocommerce-qr-menu-css" href="http://wp.lab/wp-content/plugins/qreatmenu-restaurant-qr-menu-for-woocommerce/public/css/qrm-woocommerce-qr-menu-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/qreatmenu-restaurant-qr-menu-for-woocommerce/public/js/qrm-woocommerce-qr-menu-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- quadmenu -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/quadmenu/assets/frontend/js/quadmenu.min.js?ver=1.1.6"></script>
|
||||
|
||||
@@ -14138,6 +14182,13 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sp-news-and-widget/assets/js/sp-news-public.js?ver=3.3.4"></script>
|
||||
|
||||
|
||||
<!-- spacento -->
|
||||
<link rel="stylesheet" id="spacento-blocks-css-css" href="http://wp.lab/wp-content/plugins/spacento/public/css/spacento-blocks.css?ver=1.0.0" media="all">
|
||||
<link rel="stylesheet" id="spacento-css" href="http://wp.lab/wp-content/plugins/spacento/public/css/spacento.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/spacento/public/js/spacento-blocks.js?ver=1.0.0"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/spacento/public/js/spacento.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- spanish-quote-of-the-day-frase-del-dia -->
|
||||
<link rel="stylesheet" id="spanish-quotes-css" href="http://wp.lab/wp-content/plugins/spanish-quote-of-the-day-frase-del-dia/css/spanish-quotes.css?ver=1.3.0.1" type="text/css" media="all">
|
||||
|
||||
@@ -15639,6 +15690,19 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ultimate-bulk-seo-noindex-nofollow/public/js/bulk-seo-noindex-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- ultimate-feed-gallery -->
|
||||
<link rel="stylesheet" id="magnific-popup-css" href="http://wp.lab/wp-content/plugins/ultimate-feed-gallery/assets/css/magnific-popup.css?ver=1.0.0" media="">
|
||||
<link rel="stylesheet" id="ultimate-instagram-front-style-css" href="http://wp.lab/wp-content/plugins/ultimate-feed-gallery/assets/css/front.css?ver=1.0.0" media="">
|
||||
<link rel="stylesheet" id="ultimate-instagram-slick-style-css" href="http://wp.lab/wp-content/plugins/ultimate-feed-gallery/assets/css/slick.css?ver=1.0.0" media="">
|
||||
<link rel="stylesheet" id="ultimate-instagram-slick-theme-style-css" href="http://wp.lab/wp-content/plugins/ultimate-feed-gallery/assets/css/slick-theme.css?ver=1.0.0" media="">
|
||||
<link rel="stylesheet" id="ultimate-instagram-justifiedGallery-style-css" href="http://wp.lab/wp-content/plugins/ultimate-feed-gallery/assets/css/justifiedGallery.min.css?ver=1.0.0" media="">
|
||||
<script src="http://wp.lab/wp-content/plugins/ultimate-feed-gallery//assets/js/library/slick.js?ver=1.0.0"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/ultimate-feed-gallery//assets/js/library/jquery.magnific-popup.min.js?ver=1.0.0"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/ultimate-feed-gallery//assets/js/library/jquery.justifiedGallery.min.js?ver=1.0.0"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/ultimate-feed-gallery//assets/js/library/imagesloaded.pkgd.min.js?ver=1.0.0"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/ultimate-feed-gallery//assets/js/front.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- ultimate-form-builder-lite -->
|
||||
<link rel="stylesheet" id="ufbl-custom-select-css-css" href="http://wp.lab/wp-content/plugins/ultimate-form-builder-lite/css/jquery.selectbox.css?ver=1.3.7" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="ufbl-front-css-css" href="http://wp.lab/wp-content/plugins/ultimate-form-builder-lite/css/frontend.css?ver=1.3.7" type="text/css" media="all">
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
# Copyright (C) 2020 CeltaByte
|
||||
# This file is distributed under the same license as the WE Show Tax plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WE Show Tax 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-show-tax\n"
|
||||
"POT-Creation-Date: 2020-08-28T17:29:47+02:00\n"
|
||||
"PO-Revision-Date: 2020-08-28 17:30+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.4.1\n"
|
||||
"X-Domain: weshowtax\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Show Tax for WooCommerce"
|
||||
msgstr "Mostrar impuestos para WooCommerce"
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "https://celtabyte.es"
|
||||
msgstr "https://celtabyte.es"
|
||||
|
||||
#. Description of the plugin
|
||||
msgid ""
|
||||
"Shortcode to display product prices including or excluding taxes in "
|
||||
"WooCommerce."
|
||||
msgstr ""
|
||||
"Shortcode que muestra un botón para mostrar los precios de los productos con "
|
||||
"o sin impuestos."
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "wooenvio"
|
||||
msgstr "wooenvio"
|
||||
|
||||
#~ msgid "WE Show Tax"
|
||||
#~ msgstr "WE Show Tax"
|
||||
|
||||
#~ msgid "Prices including tax"
|
||||
#~ msgstr "Precios con impuestos"
|
||||
|
||||
#~ msgid "Prices excluding taxes"
|
||||
#~ msgstr "Precios sin impuestos"
|
||||
|
||||
#~ msgid "http://wooenvio.es"
|
||||
#~ msgstr "http://wooenvio.es"
|
||||
4
spec/fixtures/dynamic_finders/plugin_version/wpify-mapy-cz/change_log/changelog.txt
vendored
Normal file
4
spec/fixtures/dynamic_finders/plugin_version/wpify-mapy-cz/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.0 =
|
||||
* First release
|
||||
@@ -0,0 +1,314 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mapy.cz 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpify-mapy-cz\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: 2020-09-18T19:00:16+00:00\n"
|
||||
"PO-Revision-Date: 2020-09-18 21:00+0200\n"
|
||||
"Language: cs_CZ\n"
|
||||
"X-Generator: Poedit 2.4.1\n"
|
||||
"X-Domain: mapy-cz\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: src/Admin.php:78
|
||||
#: assets/blocks/mapy-cz/backend.jsx:70
|
||||
#: build/block-mapy-cz-backend.js:2
|
||||
msgid "WPify Mapy.cz"
|
||||
msgstr "WPify Mapy.cz"
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Easily embed free mapy.cz maps on your posts / pages / Custom Post Types"
|
||||
msgstr "Přidávejte snadno a zdarma Mapy.cz do vašich článků, stránek nebo jiných vlastních post typů"
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WPify"
|
||||
msgstr "WPify"
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.wpify.io/"
|
||||
msgstr "https://www.wpify.io/"
|
||||
|
||||
#: src/Admin.php:28
|
||||
#: src/Admin.php:29
|
||||
msgid "Mapy.cz"
|
||||
msgstr "Mapy.cz"
|
||||
|
||||
#: src/Admin.php:38
|
||||
#: src/Admin.php:39
|
||||
msgid "Maps"
|
||||
msgstr "Mapy"
|
||||
|
||||
#: src/Admin.php:46
|
||||
#: src/Admin.php:47
|
||||
msgid "Markers"
|
||||
msgstr "Značky"
|
||||
|
||||
#: src/Admin.php:80
|
||||
msgid "Welcome! Plugin WPify Mapy.cz by <a href=\"%s\" target=\"_blank\">wpify.io</a> lets you add mapy.cz maps to your site easily!"
|
||||
msgstr "Vítejte! Plugin WPify Mapy.cz od <a href=\"%s\" target=\"_blank\">wpify.io</a> vám umožní snadno přidávat mapy od Mapy.cz na vaše stránky!"
|
||||
|
||||
#: src/Admin.php:87
|
||||
msgid "You can start adding <a href=\"%s\">maps</a> and <a href=\"%s\">markers</a> right away."
|
||||
msgstr "Můžete rovnou začít přidávat <a href=\"%s\">mapy</a> a <a href=\"%s\">značky</a>."
|
||||
|
||||
#: src/Admin.php:94
|
||||
msgid "How to create map and insert it to your page"
|
||||
msgstr "Jak vytvořit mapy a vložit je na vaší stránku"
|
||||
|
||||
#: src/Admin.php:97
|
||||
msgid "Add as many <a href=\"%s\">markers</a> as needed, select it's positions and publish them."
|
||||
msgstr "Přidejte <a href=\"%s\">značek</a> kolik chcete, vyberte jejich pozici a publikujte je."
|
||||
|
||||
#: src/Admin.php:102
|
||||
msgid "Add a new <a href=\"%s\">map</a>, enter the options, choose markers to display and click Publish."
|
||||
msgstr "Přidejte novou <a href=\"%s\">mapu</a>, přizpůsobte ji, vyberte značky k zobrazení a publikujte svou mapu."
|
||||
|
||||
#: src/Admin.php:110
|
||||
msgid "To insert the map into your page, you can either use <i>Mapy.cz</i> Gutenberg block, or you can use the shortcode provided in the maps <a href=\"%s\">admin listing</a>"
|
||||
msgstr "Pro přidání mapy na stránku můžete využít jak <i>Mapy.cz</i> gutenberg block, nebo můžete použít shortcode, který naleznete v <a href=\"%s\">seznamu map</a>"
|
||||
|
||||
#: src/Admin.php:123
|
||||
msgid "Shortcode"
|
||||
msgstr "Shortcode"
|
||||
|
||||
#: src/Blocks/MapEditorBlock.php:93
|
||||
msgid "Basic map"
|
||||
msgstr "Základní mapa"
|
||||
|
||||
#: src/Blocks/MapEditorBlock.php:94
|
||||
msgid "Ortho map"
|
||||
msgstr "Ortho mapa"
|
||||
|
||||
#: src/Blocks/MapEditorBlock.php:95
|
||||
msgid "Hybrid map"
|
||||
msgstr "Hybridní mapa"
|
||||
|
||||
#: src/Blocks/MapEditorBlock.php:96
|
||||
msgid "Turist map"
|
||||
msgstr "Turistická mapa"
|
||||
|
||||
#: src/Blocks/MapEditorBlock.php:97
|
||||
msgid "Winter turist map"
|
||||
msgstr "Zimní turistická mapa"
|
||||
|
||||
#: src/Cpt/MapPostType.php:24
|
||||
msgctxt "post type general name"
|
||||
msgid "Maps"
|
||||
msgstr "Mapy"
|
||||
|
||||
#: src/Cpt/MapPostType.php:25
|
||||
msgctxt "post type singular name"
|
||||
msgid "Map"
|
||||
msgstr "Mapa"
|
||||
|
||||
#: src/Cpt/MapPostType.php:26
|
||||
msgctxt "admin menu"
|
||||
msgid "Maps"
|
||||
msgstr "Mapy"
|
||||
|
||||
#: src/Cpt/MapPostType.php:27
|
||||
msgctxt "add new on admin bar"
|
||||
msgid "Map"
|
||||
msgstr "Mapa"
|
||||
|
||||
#: src/Cpt/MapPostType.php:29
|
||||
msgid "Add New Map"
|
||||
msgstr "Přidat novou mapu"
|
||||
|
||||
#: src/Cpt/MapPostType.php:30
|
||||
msgid "New Map"
|
||||
msgstr "Nová mapa"
|
||||
|
||||
#: src/Cpt/MapPostType.php:31
|
||||
msgid "Edit Map"
|
||||
msgstr "Upravit mapu"
|
||||
|
||||
#: src/Cpt/MapPostType.php:32
|
||||
msgid "View Map"
|
||||
msgstr "Zobrazit mapu"
|
||||
|
||||
#: src/Cpt/MapPostType.php:33
|
||||
msgid "All Maps"
|
||||
msgstr "Všechny mapy"
|
||||
|
||||
#: src/Cpt/MapPostType.php:34
|
||||
msgid "Search Maps"
|
||||
msgstr "Vyhledat mapu"
|
||||
|
||||
#: src/Cpt/MapPostType.php:35
|
||||
msgid "Parent Maps:"
|
||||
msgstr "Nadřízená mapa:"
|
||||
|
||||
#: src/Cpt/MapPostType.php:36
|
||||
msgid "No Maps found."
|
||||
msgstr "Žádná mapa nenalezena."
|
||||
|
||||
#: src/Cpt/MapPostType.php:37
|
||||
msgid "No Maps found in Trash."
|
||||
msgstr "V koši není žádná mapa."
|
||||
|
||||
#: src/Cpt/MapPostType.php:39
|
||||
msgid "Description of Map."
|
||||
msgstr "Popis mapy."
|
||||
|
||||
#: src/Cpt/MapPostType.php:46
|
||||
msgid "map"
|
||||
msgstr "mapa"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:17
|
||||
msgctxt "post type general name"
|
||||
msgid "Markers"
|
||||
msgstr "Značky"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:18
|
||||
msgctxt "post type singular name"
|
||||
msgid "Marker"
|
||||
msgstr "Značky"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:19
|
||||
msgctxt "admin menu"
|
||||
msgid "Markers"
|
||||
msgstr "Značky"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:20
|
||||
msgctxt "add new on admin bar"
|
||||
msgid "Marker"
|
||||
msgstr "Značka"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:22
|
||||
msgid "Add New Marker"
|
||||
msgstr "Přidat novou značku"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:23
|
||||
msgid "New Marker"
|
||||
msgstr "Nová značka"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:24
|
||||
msgid "Edit Marker"
|
||||
msgstr "Upravit značku"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:25
|
||||
msgid "View Marker"
|
||||
msgstr "Zobrazit značku"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:26
|
||||
msgid "All Markers"
|
||||
msgstr "Všechny značky"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:27
|
||||
msgid "Search Markers"
|
||||
msgstr "Vyhledat značky"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:28
|
||||
msgid "Parent Markers:"
|
||||
msgstr "Nadřízená značka:"
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:29
|
||||
msgid "No Markers found."
|
||||
msgstr "Žádná značka nebyla nalezena."
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:30
|
||||
msgid "No Markers found in Trash."
|
||||
msgstr "Žádná značka nebyla nalezena v koši."
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:32
|
||||
msgid "Description of Marker."
|
||||
msgstr "Popis značky."
|
||||
|
||||
#: src/Cpt/MarkerPostType.php:39
|
||||
msgid "marker"
|
||||
msgstr "značka"
|
||||
|
||||
#: src/Frontend.php:31
|
||||
msgid "Please add id param to the shortcode"
|
||||
msgstr "Prosím zadejte id parametr do shortcode"
|
||||
|
||||
#: src/Frontend.php:35
|
||||
#: src/Frontend.php:45
|
||||
msgid "Please provide valid ID"
|
||||
msgstr "Prosím zadejte platné ID"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:130
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Search:"
|
||||
msgstr "Vyhledat:"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:151
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Display type:"
|
||||
msgstr "Typ zobrazení:"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:168
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Description:"
|
||||
msgstr "Popis značky:"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:174
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Description..."
|
||||
msgstr "Popis značky…"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:181
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Markers:"
|
||||
msgstr "Značky:"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:197
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Set zoom and center by markers"
|
||||
msgstr "Automaticky nastavit zoom a střed podle zobrazených markerů"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:207
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Show info window"
|
||||
msgstr "Zobrazit vizitku"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:213
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Width:"
|
||||
msgstr "Šířka:"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:218
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Height:"
|
||||
msgstr "Výška:"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:231
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "WPify Map Editor"
|
||||
msgstr "Editor mapy"
|
||||
|
||||
#: assets/blocks/map-editor/backend.jsx:232
|
||||
#: build/map-editor-backend.js:2
|
||||
msgid "Editor for WPify Mapy.cz!"
|
||||
msgstr "Editor pro WPify Mapy.cz!"
|
||||
|
||||
#: assets/blocks/mapy-cz/backend.jsx:47
|
||||
#: build/block-mapy-cz-backend.js:2
|
||||
msgid "Select map"
|
||||
msgstr "Vyberte mapu"
|
||||
|
||||
#: assets/blocks/mapy-cz/backend.jsx:57
|
||||
#: build/block-mapy-cz-backend.js:2
|
||||
msgid "WPify Mapy.cz:"
|
||||
msgstr "WPify Mapy.cz:"
|
||||
|
||||
#~ msgid "Mapy.cz:"
|
||||
#~ msgstr "Mapy.cz:"
|
||||
|
||||
#~ msgid "Enter map width. Include <i>px</i> or <i>%</i>"
|
||||
#~ msgstr "Zadejte šířku mapy v <i>px</i> nebo v <i>%</i>"
|
||||
|
||||
#~ msgid "Enter map height. Include <i>px</i> or <i>%</i>"
|
||||
#~ msgstr "Zadejte výšku mapy v <i>px</i> nebo v <i>%</i>"
|
||||
|
||||
#~ msgid "Check to show Info Window"
|
||||
#~ msgstr "Zaškrtněte pro zobrazení vizitky"
|
||||
|
||||
#~ msgid "Details"
|
||||
#~ msgstr "Podrobnosti"
|
||||
Reference in New Issue
Block a user