Adds DFs
This commit is contained in:
19
spec/fixtures/dynamic_finders/plugin_version/audius-block/composer_file/package.json
vendored
Normal file
19
spec/fixtures/dynamic_finders/plugin_version/audius-block/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "audius-wp",
|
||||
"version": "1.1.0",
|
||||
"description": "Audius.co Wordpress plugin",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"start": "wp-scripts start",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "12.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"hashids": "^2.2.2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
# Copyright (C) 2021 Kan-Ru Chen
|
||||
# This file is distributed under the same license as the Auto Login with Cloudflare plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Auto Login with Cloudflare 0.9.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-login-with-cloudflare\n"
|
||||
"POT-Creation-Date: 2021-02-02T14:25:58+09:00\n"
|
||||
"PO-Revision-Date: 2021-01-31 00:43+09:00\n"
|
||||
"Last-Translator: Kan-Ru Chen <kanru@kanru.info>\n"
|
||||
"Language-Team: Kan-Ru Chen <kanru@kanru.info>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: auto-login-with-cloudflare\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: settings.php:114 settings.php:115
|
||||
msgid "Auto Login with Cloudflare"
|
||||
msgstr "用 Cloudflare 自動登入"
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/kanru/auto-login-with-cloudflare"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Allow login to Wordpress when using Cloudflare Access."
|
||||
msgstr "讓 Wordpress 可以用 Cloudflare Access 自動登入。"
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Kan-Ru Chen"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://github.com/kanru"
|
||||
msgstr ""
|
||||
|
||||
#: settings.php:18
|
||||
msgid "Application settings"
|
||||
msgstr "應用程式設定"
|
||||
|
||||
#: settings.php:25
|
||||
msgid "Auth domain"
|
||||
msgstr "認證網域"
|
||||
|
||||
#: settings.php:37
|
||||
msgid "Application audience (AUD) tag"
|
||||
msgstr "應用程式代表碼 (AUD)"
|
||||
|
||||
#: settings.php:49
|
||||
msgid "Redirect login page"
|
||||
msgstr "重新導向登入頁"
|
||||
|
||||
#: settings.php:106
|
||||
msgid "redirect to Cloudflare Access"
|
||||
msgstr "自動重新導向登入頁面到 Cloudflare Access"
|
||||
|
||||
#: settings.php:136
|
||||
msgid "Save Settings"
|
||||
msgstr "儲存設定"
|
||||
|
||||
#: auto-login-with-cloudflare.php:187
|
||||
msgid "Settings"
|
||||
msgstr "設定"
|
||||
|
||||
#: auto-login-with-cloudflare.php:188
|
||||
msgid "Buy me a coffee"
|
||||
msgstr "贊助我一杯咖啡"
|
||||
46
spec/fixtures/dynamic_finders/plugin_version/cision-modules/composer_file/composer.json
vendored
Normal file
46
spec/fixtures/dynamic_finders/plugin_version/cision-modules/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "cyclonecode/cision-modules",
|
||||
"type": "wordpress-plugin",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"cision",
|
||||
"modules",
|
||||
"ticker"
|
||||
],
|
||||
"description": "Cision client modules.",
|
||||
"require": {
|
||||
"composer/installers": "^1.6",
|
||||
"php": ">=5.4",
|
||||
"cyclonecode/plugin": "^1.0.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.5.8"
|
||||
},
|
||||
"time": "2021-01-28",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"readme": "readme.txt",
|
||||
"homepage": "https://wordpress.org/plugins/cision-modules",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Cyclonecode",
|
||||
"email": "cyclonecode@gmail.com",
|
||||
"role": "Maintainer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "cyclonecode.help@gmail.com",
|
||||
"issues": "https://wordpress.org/support/plugin/cision-modules/",
|
||||
"source": "https://plugins.trac.wordpress.org/browser/cision-modules/",
|
||||
"docs": "https://wordpress.org/plugins/cision-modules/#description",
|
||||
"rss": "https://plugins.trac.wordpress.org/log/cision-modules/?limit=100&mode=stop_on_copy&format=rss",
|
||||
"chat": "https://join.slack.com/t/cyclonecode/shared_invite/zt-6bdtbdab-n9QaMLM~exHP19zFDPN~AQ"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"CisionModules\\": [
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable"
|
||||
}
|
||||
@@ -1538,6 +1538,10 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/b-pinterest-feed/public/assets/js/pgallery.custom.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- b-testimonial -->
|
||||
<script src="http://wp.lab/wp-content/plugins/b-testimonial/assets/js/carousel.min.js?ver=1.0.0" id="bplugins-owl-carousel-js"></script>
|
||||
|
||||
|
||||
<!-- b2i-investor-tools -->
|
||||
<link rel="stylesheet" id="chartstyle-css" href="http://wp.lab/wp-content/plugins/b2i-investor-tools/css/style.css?ver=0.7.2" type="text/css" media="">
|
||||
<link rel="stylesheet" id="export-css" href="http://wp.lab/wp-content/plugins/b2i-investor-tools/css/export.css?ver=0.7.2" type="text/css" media="">
|
||||
@@ -2160,6 +2164,15 @@
|
||||
<link rel="stylesheet" id="bogo-css" href="http://wp.lab/wp-content/plugins/bogo/includes/css/style.css?ver=3.1.4" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- bold-page-builder -->
|
||||
<link rel="stylesheet" id="bt_bb_content_elements-css" href="http://wp.lab/wp-content/plugins/bold-page-builder/css/front_end/content_elements.crush.css?ver=3.0.5" media="all">
|
||||
<link rel="stylesheet" id="bt_bb_slick-css" href="http://wp.lab/wp-content/plugins/bold-page-builder/slick/slick.css?ver=3.0.5" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/bold-page-builder/slick/slick.min.js?ver=3.0.5" id="bt_bb_slick-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/bold-page-builder/content_elements_misc/js/jquery.magnific-popup.min.js?ver=3.0.5" id="bt_bb_magnific-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/bold-page-builder/content_elements_misc/js/content_elements.js?ver=3.0.5" id="bt_bb-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/bold-page-builder/script_fe.js?ver=3.0.5" id="bt_bb_fe-js"></script>
|
||||
|
||||
|
||||
<!-- boo-recipes -->
|
||||
<link rel="stylesheet" id="boorecipe-css" href="http://wp.lab/wp-content/plugins/boo-recipes/public/css/style.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/boo-recipes/public/js/boorecipe-public.js?ver=1.0.0"></script>
|
||||
@@ -3090,6 +3103,14 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/cforms2/js/cforms.js?ver=14.14"></script>
|
||||
|
||||
|
||||
<!-- chalet-montagne-com-tools -->
|
||||
<link rel="stylesheet" id="jqueryui-min.css-css" href="http://wp.lab/wp-content/plugins/chalet-montagne-com-tools/assets/css/jquery-ui.min.css?ver=2.6.2" media="all">
|
||||
<link rel="stylesheet" id="bootstrap.min.css-css" href="http://wp.lab/wp-content/plugins/chalet-montagne-com-tools/assets/css/bootstrap.min.css?ver=2.6.2" media="all">
|
||||
<link rel="stylesheet" id="chalet-montagne-front.css-css" href="http://wp.lab/wp-content/plugins/chalet-montagne-com-tools/assets/css/chalet-montagne-front.css?ver=2.6.2" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/chalet-montagne-com-tools/assets/js/jquery.ui-datepicker-fr.js?ver=2.6.2" id="jquery.ui-datepicker-fr.js-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/chalet-montagne-com-tools/assets/js/bootstrap.min.js?ver=2.6.2" id="bootstrap.min.js-js"></script>
|
||||
|
||||
|
||||
<!-- challonge -->
|
||||
<link rel="stylesheet" id="challonge.css-css" href="http://wp.lab/wp-content/plugins/challonge/challonge.css?ver=1.1.6" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/challonge/moment-with-locales.min.js?ver=1.1.6"></script>
|
||||
@@ -5795,6 +5816,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/final-tiles-grid-gallery-lite/scripts/jquery.finalTilesGallery.js?ver=3.3.27"></script>
|
||||
|
||||
|
||||
<!-- finance-calculator-with-application-form -->
|
||||
<script src="http://wp.lab/wp-content/plugins/finance-calculator-with-application-form/includes/js.finance.js?ver=2.1.6" id="wpfcs-js"></script>
|
||||
|
||||
|
||||
<!-- findusat -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/findusat/assets/js/findusat.js?ver=1.1"></script>
|
||||
|
||||
@@ -10479,6 +10504,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/nicechat/public/js/nicechat-cart-service.js?ver=0.1.2"></script>
|
||||
|
||||
|
||||
<!-- night-mode-and-font-size-kit -->
|
||||
<link rel="stylesheet" id="nmfs-styles-css" href="http://wp.lab/wp-content/plugins/night-mode-and-font-size-kit/assets/css/nmfs-styles.css?ver=2.4" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/night-mode-and-font-size-kit/assets/js/nmfs-scripts.js?ver=2.4" id="nmfs-scripts-js"></script>
|
||||
|
||||
|
||||
<!-- nimble-builder -->
|
||||
<link rel="stylesheet" id="sek-base-css" href="http://wp.lab/wp-content/plugins/nimble-builder/assets/front/css/sek-base.min.css?ver=1.0.2" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/nimble-builder/assets/front/js/sek-main.js?ver=1.0.2"></script>
|
||||
@@ -12279,6 +12309,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/q2w3-fixed-widget/js/q2w3-fixed-widget.min.js?ver=5.0.4"></script>
|
||||
|
||||
|
||||
<!-- qa-heatmap-analytics -->
|
||||
<script src="http://wp.lab/wp-content/plugins/qa-heatmap-analytics/js/load-file.js?ver=1.0.7.1" id="qahm-load-file-js"></script>
|
||||
|
||||
|
||||
<!-- qbot-question-answer -->
|
||||
<link rel="stylesheet" id="qbot-style-css" href="http://wp.lab/wp-content/plugins/qbot-question-answer/css//style.css?ver=1.0" type="text/css" media="all">
|
||||
|
||||
@@ -15467,6 +15501,18 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/tags-cloud-manager/public/js/tcm-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- tainacan-extra-view-modes -->
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-view-mode-mosaic-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/_view-mode-mosaic.css?ver=0.0.2" media="all">
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-view-mode-frame-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/_view-mode-frame.css?ver=0.0.2" media="all">
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-view-mode-exhibition-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/_view-mode-exhibition.css?ver=0.0.2" media="all">
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-view-mode-books-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/_view-mode-books.css?ver=0.0.2" media="all">
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-view-mode-polaroid-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/_view-mode-polaroid.css?ver=0.0.2" media="all">
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-view-mode-document-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/_view-mode-document.css?ver=0.0.2" media="all">
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-view-mode-albums-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/_view-mode-albums.css?ver=0.0.2" media="all">
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-view-mode-gallery-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/_view-mode-gallery.css?ver=0.0.2" media="all">
|
||||
<link rel="stylesheet" id="tainacan-extra-viewmodes-bootstrap-grid-only-css" href="http://wp.lab/wp-content/plugins/tainacan-extra-view-modes/css/bootstrap-grid-only.min.css?ver=0.0.2" media="all">
|
||||
|
||||
|
||||
<!-- tainacan-url-metadata-type -->
|
||||
<link rel="stylesheet" id="TainacanURLPluginStyle-css" href="http://wp.lab/wp-content/plugins/tainacan-url-metadata-type/metadata_type/metadata-type.css?ver=0.0.5" media="all">
|
||||
|
||||
@@ -18911,6 +18957,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-food/js/ex_s_lick/ex_s_lick.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- wp-food-manager -->
|
||||
<script src="http://wp.lab/wp-content/plugins/wp-food-manager/assets/js/common.min.js?ver=1.0.0" id="wp-food-manager-common-js"></script>
|
||||
|
||||
|
||||
<!-- wp-foundation-shortcodes -->
|
||||
<link rel="stylesheet" id="wp-foundation-shortcodes-css" href="http://wp.lab/wp-content/plugins/wp-foundation-shortcodes/stylesheets/app.css?ver=0.8.5" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-foundation-shortcodes/js/app.js?ver=0.8.5"></script>
|
||||
@@ -21078,6 +21128,10 @@
|
||||
<link rel="stylesheet" id="zerowp-social-profiles-styles-css" href="http://wp.lab/wp-content/plugins/zerowp-social-profiles/assets/css/styles.css?ver=1.1.3" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- zhu-posts-icon-carousel -->
|
||||
<script src="http://wp.lab/wp-content/plugins/zhu-posts-icon-carousel/js/zhu-pic-1.js?ver=1.0.0" id="zhu_pic_1_js-js"></script>
|
||||
|
||||
|
||||
<!-- zi-hide-price-and-add-to-cart-for-woocommerce -->
|
||||
<link rel="stylesheet" id="zi-woo-hide-price-cart-css" href="http://wp.lab/wp-content/plugins/zi-hide-price-and-add-to-cart-for-woocommerce/public/css/zi-woo-hide-price-cart-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/zi-hide-price-and-add-to-cart-for-woocommerce/public/js/zi-woo-hide-price-cart-public.js?ver=1.0.0"></script>
|
||||
|
||||
@@ -0,0 +1,520 @@
|
||||
# Copyright (C) 2021 WPClever.net
|
||||
# This file is distributed under the same license as the WPC Smart Notification for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WPC Smart Notification for WooCommerce 1.0.4\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-smart-notification\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-02-03T02:21:22+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.2.0\n"
|
||||
"X-Domain: wpc-smart-notification\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WPC Smart Notification for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpclever.net/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Increase trust, credibility, and sales with smart notifications."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WPClever.net"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpclever.net"
|
||||
msgstr ""
|
||||
|
||||
#: core/initialization.php:38
|
||||
#: core/options.php:566
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: core/initialization.php:96
|
||||
msgid "Can't save data"
|
||||
msgstr ""
|
||||
|
||||
#: core/initialization.php:134
|
||||
msgid "(%s item)"
|
||||
msgid_plural "(%s items)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: core/_ajax-processing.php:38
|
||||
msgid "Save Successful"
|
||||
msgstr ""
|
||||
|
||||
#: core/_ajax-processing.php:41
|
||||
msgid "No change"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:18
|
||||
msgid "Data Sources Settings"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:23
|
||||
msgid "Data Sources"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:24
|
||||
msgid "Select the source(s) to display the feeds."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:27
|
||||
#: core/options.php:83
|
||||
#: core/options.php:124
|
||||
msgid "New Orders"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:30
|
||||
#: core/options.php:87
|
||||
#: core/options.php:155
|
||||
msgid "Virtual Orders"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:33
|
||||
#: core/options.php:91
|
||||
#: core/options.php:205
|
||||
msgid "On Sale Products"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:36
|
||||
#: core/options.php:95
|
||||
#: core/options.php:221
|
||||
msgid "Low Stock Products"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:39
|
||||
#: core/options.php:99
|
||||
#: core/options.php:252
|
||||
msgid "Related Products"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:42
|
||||
#: core/options.php:103
|
||||
#: core/options.php:268
|
||||
msgid "Viewing"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:45
|
||||
#: core/options.php:107
|
||||
#: core/options.php:304
|
||||
#: core/options.php:529
|
||||
msgid "Cart"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:48
|
||||
#: core/options.php:111
|
||||
#: core/options.php:337
|
||||
msgid "Manual"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:51
|
||||
#: core/options.php:115
|
||||
#: core/options.php:378
|
||||
msgid "Text Editor"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:58
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:59
|
||||
msgid "The order in which messages are displayed."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:62
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:65
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:72
|
||||
msgid "Sort"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:73
|
||||
msgid "Sort the data sources."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:137
|
||||
#: core/options.php:198
|
||||
#: core/options.php:214
|
||||
#: core/options.php:234
|
||||
#: core/options.php:261
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:138
|
||||
msgid "Number of orders."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:146
|
||||
msgid "Within (hours)"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:147
|
||||
msgid "Get orders within (x) hours from the present time."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:156
|
||||
msgid "Below information will be combined randomly."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:165
|
||||
msgid "Buyer Name(s)"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:166
|
||||
msgid "Type a name and press \"Enter\" to add."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:173
|
||||
msgid "Buyer Address(s)"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:174
|
||||
msgid "Type an address and press \"Enter\" to add."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:184
|
||||
msgid "Product(s)"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:185
|
||||
msgid "Product of virtual orders. If left blank the product will be taken at random."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:192
|
||||
msgid "Within (seconds)"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:193
|
||||
msgid "The time will be generated randomly within this value (seconds) and be calculated into minutes, hours, or days."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:199
|
||||
msgid "Maximum number of orders to be generated."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:215
|
||||
#: core/options.php:235
|
||||
#: core/options.php:262
|
||||
msgid "Number of products."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:243
|
||||
msgid "Low stock Threshold"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:244
|
||||
msgid "Number of products remaining in stock."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:269
|
||||
msgid "The range of people are viewing a product."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:279
|
||||
#: core/options.php:314
|
||||
#: core/options.php:352
|
||||
msgid "Thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:289
|
||||
msgid "Minimum"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:296
|
||||
msgid "Maximum"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:319
|
||||
#: core/options.php:364
|
||||
msgid "Link"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:320
|
||||
msgid "Choose the way to open the cart. If choose \"Show the WPC Fly Cart\", you need to install plugin WPC Fly Cart."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:323
|
||||
msgid "Open cart page in same tab"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:326
|
||||
msgid "Open cart page in new tab"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:329
|
||||
msgid "Show the WPC Fly Cart"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:345
|
||||
#: core/options.php:388
|
||||
msgid "Notification(s)"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:358
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:370
|
||||
msgid "Content"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:379
|
||||
msgid "Please buy Premium Version to use this feature."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:390
|
||||
msgid "Please enter html here, with shortcode support."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:396
|
||||
msgid "Box Settings"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:405
|
||||
msgid "Show Effect"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:406
|
||||
msgid "Animation when showing item."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:409
|
||||
msgid "Bounce In"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:412
|
||||
msgid "Bounce In Up"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:415
|
||||
msgid "Bounce In Down"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:418
|
||||
msgid "Bounce In Left"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:421
|
||||
msgid "Bounce In Right"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:429
|
||||
msgid "Hide Effect"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:430
|
||||
msgid "Animation when hiding item."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:433
|
||||
msgid "Bounce Out"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:436
|
||||
msgid "Bounce Out Up"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:439
|
||||
msgid "Bounce Out Down"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:442
|
||||
msgid "Bounce Out Left"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:445
|
||||
msgid "Bounce Out Right"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:456
|
||||
msgid "Autoplay (seconds)"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:457
|
||||
msgid "Autoplay time in seconds."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:462
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:463
|
||||
msgid "Choose where to show the box on the screen."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:466
|
||||
msgid "Top Left"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:469
|
||||
msgid "Bottom Left"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:472
|
||||
msgid "Top Right"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:475
|
||||
msgid "Bottom Right"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:482
|
||||
msgid "Infinite Loop"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:485
|
||||
#: core/options.php:498
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:488
|
||||
#: core/options.php:501
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:495
|
||||
msgid "Pause On Hover"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:508
|
||||
msgid "Product Link"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:509
|
||||
msgid "Choose the way to open the product link. If choose \"Open quick view popup\", you need to install plugin WPC Smart Quick View."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:512
|
||||
msgid "Open in same tab"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:515
|
||||
msgid "Open in new tab"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:518
|
||||
msgid "Open quick view popup"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:525
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:526
|
||||
msgid "Select the where you want to disable the box."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:532
|
||||
msgid "Checkout"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:535
|
||||
msgid "Mobile"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:549
|
||||
msgid "WPC Smart Notification"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:552
|
||||
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:555
|
||||
msgid "Reviews"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:557
|
||||
msgid "Changelog"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:559
|
||||
msgid "Discussion"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:571
|
||||
msgid "Premium Version"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:575
|
||||
msgid "Essential Kit"
|
||||
msgstr ""
|
||||
|
||||
#: core/options.php:590
|
||||
msgid "Update Options"
|
||||
msgstr ""
|
||||
|
||||
#: core/notification.php:88
|
||||
msgid "Your cart: %s"
|
||||
msgstr ""
|
||||
|
||||
#: core/notification.php:121
|
||||
#: core/notification.php:211
|
||||
msgid "about %d minute ago."
|
||||
msgid_plural "about %d minutes ago."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: core/notification.php:123
|
||||
#: core/notification.php:213
|
||||
msgid "about %d hour ago."
|
||||
msgid_plural "about %d hours ago."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: core/notification.php:125
|
||||
#: core/notification.php:215
|
||||
msgid "about %d day ago."
|
||||
msgid_plural "about %d days ago."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: core/notification.php:146
|
||||
#: core/notification.php:222
|
||||
msgid "%s from %s purchased a"
|
||||
msgstr ""
|
||||
|
||||
#: core/notification.php:252
|
||||
msgid "%s is on-sale. Hurry up!"
|
||||
msgstr ""
|
||||
|
||||
#: core/notification.php:299
|
||||
msgid "%s has %d left only. Don't miss it!"
|
||||
msgstr ""
|
||||
|
||||
#: core/notification.php:372
|
||||
msgid "You may also like %s"
|
||||
msgstr ""
|
||||
|
||||
#: core/notification.php:393
|
||||
msgid "%s people are viewing this product now."
|
||||
msgstr ""
|
||||
|
||||
#: core/control/fields/image.php:4
|
||||
#: core/control/views/image.php:4
|
||||
msgid "Upload Thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: core/control/_class-form.php:250
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: core/control/_class-form.php:345
|
||||
msgid "Add more"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,181 @@
|
||||
# Copyright (C) 2021 WPClever.net
|
||||
# This file is distributed under the same license as the WPC Variations Table for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WPC Variations Table for WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-variations-table\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-02-03T23:30:15+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.2.0\n"
|
||||
"X-Domain: wpc-variations-table\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WPC Variations Table for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpclever.net/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "WPC Variations Table will replace dropdown selects with a beautiful table."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WPClever.net"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpclever.net"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:89
|
||||
#: wpc-variations-table.php:99
|
||||
msgid "WPC Variations Table"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:89
|
||||
#: wpc-variations-table.php:298
|
||||
msgid "Variations Table"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:102
|
||||
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:105
|
||||
msgid "Reviews"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:108
|
||||
msgid "Changelog"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:110
|
||||
msgid "Discussion"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:117
|
||||
#: wpc-variations-table.php:261
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:122
|
||||
#: wpc-variations-table.php:262
|
||||
msgid "Premium Version"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:126
|
||||
msgid "Essential Kit"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:129
|
||||
#: wpc-variations-table.php:278
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:148
|
||||
#: wpc-variations-table.php:316
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:152
|
||||
#: wpc-variations-table.php:164
|
||||
#: wpc-variations-table.php:185
|
||||
#: wpc-variations-table.php:196
|
||||
#: wpc-variations-table.php:207
|
||||
#: wpc-variations-table.php:218
|
||||
#: wpc-variations-table.php:325
|
||||
#: wpc-variations-table.php:357
|
||||
#: wpc-variations-table.php:368
|
||||
#: wpc-variations-table.php:379
|
||||
#: wpc-variations-table.php:390
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:153
|
||||
#: wpc-variations-table.php:165
|
||||
#: wpc-variations-table.php:186
|
||||
#: wpc-variations-table.php:197
|
||||
#: wpc-variations-table.php:208
|
||||
#: wpc-variations-table.php:219
|
||||
#: wpc-variations-table.php:328
|
||||
#: wpc-variations-table.php:358
|
||||
#: wpc-variations-table.php:369
|
||||
#: wpc-variations-table.php:380
|
||||
#: wpc-variations-table.php:391
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:155
|
||||
msgid "This is the default status, you can set status for individual product in the its settings."
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:160
|
||||
msgid "Hide unpurchasable variation"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:170
|
||||
#: wpc-variations-table.php:342
|
||||
msgid "Variation name"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:173
|
||||
#: wpc-variations-table.php:345
|
||||
msgid "Default (e.g Product A - Green, M)"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:174
|
||||
#: wpc-variations-table.php:346
|
||||
msgid "Formatted without attribute label (e.g Green, M)"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:175
|
||||
#: wpc-variations-table.php:347
|
||||
msgid "Formatted with attribute label (e.g Color: Green, Size: M)"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:181
|
||||
#: wpc-variations-table.php:353
|
||||
msgid "Show image"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:192
|
||||
#: wpc-variations-table.php:364
|
||||
msgid "Show price"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:203
|
||||
#: wpc-variations-table.php:375
|
||||
msgid "Show availability"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:214
|
||||
#: wpc-variations-table.php:386
|
||||
msgid "Show description"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:226
|
||||
msgid "Update Options"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:319
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:322
|
||||
msgid "settings"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:419
|
||||
msgid "Custom name for WPC Variations Table"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-variations-table.php:425
|
||||
msgid "Custom image for WPC Variations Table"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user