This commit is contained in:
erwanlr
2021-01-30 11:32:13 +01:00
parent 9978595237
commit 44b934540e
11 changed files with 3540 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "woo-telegram",
"version": "1.0.0",
"dependencies": {
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cached": "^1.1.1",
"gulp-cssbeautify": "^3.0.0",
"gulp-livereload": "^4.0.2",
"gulp-sass": "^4.1.0"
},
"devDependencies": {}
}

View File

@@ -0,0 +1,50 @@
# Copyright (C) 2021 WP Ninjas - Jonas Tietgen, Ferry Abt
# This file is distributed under the same license as the Duplicate Pages, Posts & CPT plugin.
msgid ""
msgstr ""
"Project-Id-Version: Duplicate Pages, Posts & CPT 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/duplicate-by-wpninjas\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-01-28T11:31:53+01:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: duplicate-pages-posts\n"
#. Plugin Name of the plugin
msgid "Duplicate Pages, Posts & CPT"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wp-ninjas.de/plugins/duplicate-pages-posts/"
msgstr ""
#. Description of the plugin
msgid "Duplicate pages, posts and custom post types with all their settings and contents with a single click."
msgstr ""
#. Author of the plugin
msgid "WP Ninjas - Jonas Tietgen, Ferry Abt"
msgstr ""
#. Author URI of the plugin
msgid "https://wp-ninjas.de/"
msgstr ""
#: duplicate-pages-posts.php:43
msgctxt "list link"
msgid "Duplicate"
msgstr ""
#: duplicate-pages-posts.php:72
msgctxt "admin bar"
msgid "Duplicate"
msgstr ""
#: duplicate-pages-posts.php:98
msgctxt "post title"
msgid "Duplicate"
msgstr ""

View File

@@ -0,0 +1,49 @@
msgid ""
msgstr ""
"Project-Id-Version: xq-xe-xt-xy 1.0\n"
"POT-Creation-Date: 2018-07-11 09:44+0300\n"
"PO-Revision-Date: 2018-07-11 09:44+0300\n"
"Last-Translator: \n"
"Language-Team: Marko Maksym\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"X-Poedit-Basepath: ../includes\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/class-admin-main.php:66
msgid "Title of the page"
msgstr ""
#: admin/class-admin-main.php:66
msgid "Link Name"
msgstr ""
#: admin/class-admin-main.php:69
msgid "Submenu title"
msgstr ""
#: admin/class-admin-main.php:69
msgid "Submenu item"
msgstr ""
#: admin/templates/index.php:8
msgid "Settings Page"
msgstr ""
#: admin/templates/main_module_menu.php:10
msgid "Main page"
msgstr ""
#: admin/templates/main_module_menu.php:13 admin/templates/page1.php:8
msgid "Page 1"
msgstr ""
#: admin/templates/main_module_menu.php:16 admin/templates/page2.php:8
msgid "Page 2"
msgstr ""

View File

@@ -0,0 +1,57 @@
{
"name": "extended-simple-history-beaver-builder",
"version": "1.0.0",
"description": "Extended Simple History for Beaver Builder",
"main": "extended-simple-history-beaver-builder.php",
"scripts": {
"lint:js": "wp-scripts lint-js assets/js/src/",
"lint:css": "wp-scripts lint-style assets/css/scss/",
"build:js": "node build-scripts/js.js;",
"build:css": "node build-scripts/css.js;",
"build:i18n": "node ./node_modules/node-wp-i18n/bin/wpi18n addtextdomain && node ./node_modules/node-wp-i18n/bin/wpi18n makepot",
"watch:css": "./node_modules/watch/cli.js 'npm run build:css' assets/css/scss/ --ignoreDotFiles --wait=2",
"watch:js": "./node_modules/watch/cli.js 'npm run build:js' assets/js/src/ --ignoreDotFiles --wait=2",
"watch:i18n": "./node_modules/watch/cli.js 'npm run build:i18n' includes/ --ignoreDotFiles --wait=2",
"watch": "npm run watch:css & npm run watch:js",
"build": "npm run build:css && npm run build:js && npm run build:i18n;"
},
"repository": {
"type": "git"
},
"author": "WEBDOGS",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@wordpress/browserslist-config": "^2.7.0",
"@wordpress/scripts": "^12.6.1",
"autoprefixer": "^9.8.6",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"cssnano": "^4.1.10",
"fs": "0.0.1-security",
"node-sass": "^4.14.1",
"node-wp-i18n": "^1.2.4",
"postcss": "^7.0.35",
"postcss-preset-env": "^6.7.0",
"uglify-js": "^3.12.4",
"watch": "^1.0.2"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [
"extends @wordpress/browserslist-config"
]
}
}
]
]
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"dependencies": {}
}

View File

@@ -0,0 +1,141 @@
# Copyright (C) 2021 WEBDOGS
# This file is distributed under the same license as the Extended Simple History for Beaver Builder package.
msgid ""
msgstr ""
"Project-Id-Version: Extended Simple History for Beaver Builder 1.0.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/extended-simple-history-beaver-builder\n"
"POT-Creation-Date: 2021-01-25 18:06:12+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: node-wp-i18n 1.2.4\n"
#: includes/classes/simple-history/loggers/class-beaver-builder.php:79
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:79
msgid "Rendered"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:80
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:80
msgid "Settings"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:81
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:81
msgid "Position"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:111
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:111
msgid "Beaver Builder {post_type_label} \"{post_title}\" updated"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:115
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:115
msgid "Beaver Builder {post_type_label} \"{post_title}\" draft saved"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:119
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:119
msgid "Beaver Builder Global Settings Updated"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:193
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:193
#. Translators: %s is the Beaver Builder setting slug.
msgid "Global Setting %s"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:460
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:460
#. Translators: %s is the Beaver Builder setting slug.
msgid "Layout %s"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:478
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:478
#. Translators: %1$s is the Beaver Builder node type (Row, Column-group,
#. Column, or Module). %2$s is the Module type if the node type is module,
#. otherwise an empty string.
msgid "Deleted: %1$s %2$s"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:498
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:498
#. Translators: %1$s is the Beaver Builder node type (Row, Column-group,
#. Column, or Module). %2$s is the Module type if the node type is module,
#. otherwise an empty string.
msgid "%1$s %2$s"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:519
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:519
#. Translators: %1$s is the Beaver Builder node type (Row, Column-group,
#. Column, or Module). %2$s is the Module type if the node type is module,
#. otherwise an empty string.
msgid "New %1$s %2$s"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:567
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:567
msgid "Moved"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:629
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:629
#. Translators: %s is the post type.
msgid "View %s"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:639
#: includes/classes/simple-history/loggers/class-beaver-builder.php:665
#: includes/classes/simple-history/loggers/class-beaver-builder.php:668
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:639
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:665
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:668
msgid " Click to view/hide"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:665
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:665
#. Translators: %s is the diff label.
msgid "Drafted change: %s"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:668
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:668
#. Translators: %s is the diff label.
msgid "Updated: %s"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Extended Simple History for Beaver Builder"
msgstr ""
#. Description of the plugin/theme
msgid "A Simple History extension to log additional data from Beaver Builder."
msgstr ""
#. Author of the plugin/theme
msgid "WEBDOGS"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://webdogs.com"
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:99
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:99
msgctxt "Logger: Beaver Builder"
msgid "Logs more details for Beaver Builder edits."
msgstr ""
#: includes/classes/simple-history/loggers/class-beaver-builder.php:104
#: svn/trunk/includes/classes/simple-history/loggers/class-beaver-builder.php:104
msgctxt "Logger: Beaver Builder"
msgid "Using plugin Beaver Builder"
msgstr ""

View File

@@ -0,0 +1,273 @@
# Copyright (C) 2021 SomewhereWarm
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: Product Recommendations - Custom Locations 1.0.1\n"
"Report-Msgid-Bugs-To: https://woocommerce.com/my-account/create-a-ticket/\n"
"POT-Creation-Date: 2021-01-27 14:56:58+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: includes/admin/class-wc-prl-cl-admin-menus.php:58
#: includes/admin/class-wc-prl-cl-admin-menus.php:94
#: includes/class-wc-prl-cl-post-types.php:56
msgid "Custom Locations"
msgstr ""
#: includes/admin/class-wc-prl-cl-admin-menus.php:69
#: includes/class-wc-prl-cl-post-types.php:60
msgid "Add New"
msgstr ""
#: includes/admin/class-wc-prl-cl-admin-menus.php:79
#: includes/class-wc-prl-cl-post-types.php:63
msgid "Edit Location"
msgstr ""
#: includes/admin/class-wc-prl-cl-admin.php:75
msgid "N/A"
msgstr ""
#: includes/admin/class-wc-prl-cl-admin.php:168
msgid "Shortcode copied."
msgstr ""
#: includes/admin/list-tables/class-wc-prl-cl-admin-list-locations.php:113
msgid "Name"
msgstr ""
#: includes/admin/list-tables/class-wc-prl-cl-admin-list-locations.php:114
msgid "Deployments"
msgstr ""
#: includes/admin/list-tables/class-wc-prl-cl-admin-list-locations.php:115
msgid "Date"
msgstr ""
#: includes/admin/list-tables/class-wc-prl-cl-admin-list-locations.php:116
msgid "Actions"
msgstr ""
#: includes/admin/list-tables/class-wc-prl-cl-admin-list-locations.php:180
msgid "Regenerate recommendations"
msgstr ""
#: includes/admin/list-tables/class-wc-prl-cl-admin-list-locations.php:181
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-shortcode.php:64
msgid "Copy shortcode"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-location-configuration.php:43
msgid "Location Configuration"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-location-configuration.php:80
msgid "Expand all"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-location-configuration.php:81
msgid "Close all"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-location-configuration.php:113
msgid "No Engines found"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-location-configuration.php:114
msgid "You have not added Engines to this location. Deploy an Engine now?"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-location-configuration.php:121
msgid "Deploy an Engine"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-location-configuration.php:122
msgid "Save changes"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-shortcode.php:43
msgid "Shortcode"
msgstr ""
#: includes/admin/meta-boxes/class-wc-prl-cl-meta-box-shortcode.php:62
msgid ""
"To render the recommendations generated in this Custom Location, add the "
"following shortcode to any post or page:"
msgstr ""
#: includes/class-wc-prl-cl-location-shortcode.php:29
#: includes/class-wc-prl-cl-location-shortcode.php:60
msgid "Custom"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:57
msgid "Custom Location"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:58
msgid "Locations"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:61
msgid "Add custom location"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:62
msgid "Edit"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:64
msgid "New Location"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:65
msgid "View Location"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:66
msgid "View Locations"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:67
msgid "Search Locations"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:69
msgid "No Locations found in Trash"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:70
msgid "Parent Location"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:71
msgid "Filter Locations"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:72
msgid "Location navigation"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:73
msgid "Locations list"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:75
msgid ""
"Create additional Locations for your recommendation Engines and use "
"shortcodes to display them anywhere."
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:102
msgid "Create Custom Location"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:105
msgid "Need to display product recommendations using shortcodes or blocks?"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:107
msgid "Start by creating a Custom Location, and then use its shortcode anywhere."
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:109
msgid "Add Location"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:129
#: includes/class-wc-prl-cl-post-types.php:130
msgid "Location updated."
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:132
#. translators: %s: date and time of the revision
msgid "Location restored to revision from %s"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:133
msgid "Location created."
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:134
msgid "Location saved."
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:135
msgid "Location submitted."
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:136
msgid "Location draft updated."
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:153
#. translators: %s: location count
msgid "%s item permanently deleted."
msgid_plural "%s items permanently deleted."
msgstr[0] ""
msgstr[1] ""
#: includes/class-wc-prl-cl-post-types.php:155
#. translators: %s: location count
msgid "%s item moved to Trash."
msgid_plural "%s items moved to Trash."
msgstr[0] ""
msgstr[1] ""
#: includes/class-wc-prl-cl-post-types.php:157
#. translators: %s: location count
msgid "%s item restored from Trash."
msgid_plural "%s items restored from Trash."
msgstr[0] ""
msgstr[1] ""
#: product-recommendations-custom-locations.php:75
#: product-recommendations-custom-locations.php:82
msgid "Foul!"
msgstr ""
#: product-recommendations-custom-locations.php:234
msgid ""
"Product Recommendations - Custom Locations requires at least WooCommerce "
"<strong>%s</strong>."
msgstr ""
#: product-recommendations-custom-locations.php:236
msgid ""
"<strong>Product Recommendations - Custom Locations</strong> requires at "
"least <a href=\"%1$s\" target=\"_blank\">WooCommerce Product "
"Recommendations</a> version <strong>%2$s</strong>."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Product Recommendations - Custom Locations"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://woocommerce.com/products/product-recommendations/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Use shortcodes and blocks to display product recommendations in custom "
"pages and locations. Free feature plugin for the official WooCommerce "
"Product Recommendations extension."
msgstr ""
#. Author of the plugin/theme
msgid "SomewhereWarm"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://somewherewarm.com/"
msgstr ""
#: includes/class-wc-prl-cl-post-types.php:59
msgctxt "Admin menu name"
msgid "Location"
msgstr ""

View File

@@ -4566,6 +4566,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/dynamic-content-for-woocommerce/public/js/cc-for-woocommerce-public.js?ver=1.0.0"></script>
<!-- dynamically-display-posts -->
<link rel="stylesheet" id="mxddp_style-css" href="http://wp.lab/wp-content/plugins/dynamically-display-posts/includes/frontend/assets/css/style.css?ver=1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/dynamically-display-posts/includes/frontend/assets/add/vue_js/vue.production.js?ver=1.0"></script>
<script src="http://wp.lab/wp-content/plugins/dynamically-display-posts/includes/frontend/assets/js/script.js?ver=1.0"></script>
<!-- dynast-admin-panel -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/dynast-admin-panel/assets/js/admin_contact.js?ver=v1.0"></script>
@@ -4801,6 +4807,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/easy-table-of-contents/assets/js/front.min.js?ver=1.3"></script>
<!-- easy-tag-and-tracking-id-inserter -->
<link rel="stylesheet" id="easy-tag-and-tracking-id-inserter-css" href="http://wp.lab/wp-content/plugins/easy-tag-and-tracking-id-inserter/public/css/easy-tag-and-tracking-id-inserter-public.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/easy-tag-and-tracking-id-inserter/public/js/easy-tag-and-tracking-id-inserter-public.js?ver=1.0.1"></script>
<!-- easy-twitter-feeds -->
<script src="http://wp.lab/wp-content/plugins/easy-twitter-feeds/public/js/widget.js?ver=1.0"></script>
@@ -7019,6 +7030,29 @@
<link rel="stylesheet" id="guardian_headlines_style-css" href="http://wp.lab/wp-content/plugins/guardian-news-headlines/guardian_headlines.css?ver=0.5.4" type="text/css" media="all">
<!-- guto-toolkit -->
<link rel="stylesheet" id="bootstrap-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/bootstrap.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="animate-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/animate.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="boxicons-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/boxicons.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="nice-select-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/nice-select.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="owl-carousel-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/owl.carousel.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="odometer-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/odometer.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="magnific-popup-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/magnific-popup.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="guto-main-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/main-style.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/popper.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/bootstrap.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/nice-select.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/magnific-popup.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/owl.carousel.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/meanmenu.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/parallax.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/jquery.appear.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/odometer.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/wow.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/jquery.ajaxchimp.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/guto-toolkit/public/js/guto-toolkit-public.js?ver=1.0.0"></script>
<!-- h5p -->
<link rel="stylesheet" id="h5p-plugin-styles-css" href="http://wp.lab/wp-content/plugins/h5p/h5p-php-library/styles/h5p.css?ver=1.10.0" type="text/css" media="all">
@@ -7404,6 +7438,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/i-search/front/js/frontend.min.js?ver=1.2.0"></script>
<!-- i2-azon -->
<link rel="stylesheet" id="i2_azon_style_css-css" href="http://wp.lab/wp-content/plugins/i2-azon/dist/css/style.css?ver=0.2.4" media="all">
<!-- ic-besocial -->
<link rel="stylesheet" id="ic-besocial-css" href="http://wp.lab/wp-content/plugins/ic-besocial/besocial.css?ver=3.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ic-besocial/besocial.js?ver=3.0"></script>
@@ -11991,6 +12029,11 @@
<script src="http://wp.lab/wp-content/plugins/private-google-calendars/lib/tippy/tippy-bundle.umd.min.js?ver=20191205"></script>
<!-- privy-crm-integration -->
<link rel="stylesheet" id="privyr-cf7-css" href="http://wp.lab/wp-content/plugins/privy-crm-integration/public/css/privyr-crm-public.css?ver=0.1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/privy-crm-integration/public/js/privyr-crm-public.js?ver=0.1.0"></script>
<!-- pro-adblock -->
<link rel="stylesheet" id="padb-style-css" href="http://wp.lab/wp-content/plugins/pro-adblock/assets/css/padb-style.css?ver=1.2.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/pro-adblock/gads.js?ver=1.2.1"></script>
@@ -12261,6 +12304,10 @@
<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>
<!-- quabads -->
<link rel="stylesheet" id="quabads-css" href="http://wp.lab/wp-content/plugins/quabads/admin/css/quabads-admin.css?ver=1.2.1" media="all">
<!-- quadmenu -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/quadmenu/assets/frontend/js/quadmenu.min.js?ver=1.1.6"></script>
@@ -13131,6 +13178,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/rw-elephant-rental-inventory/lib/assets/js/rw-elephant.min.js?ver=2.1.2"></script>
<!-- rw-recent-post -->
<link rel="stylesheet" id="rwrpt_style-css" href="http://wp.lab/wp-content/plugins/rw-recent-post/css/rwstyle.css?ver=1.1" media="all">
<!-- ryviu -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ryviu/assets/js/local-ryviu.js?ver=2.2.7"></script>
@@ -20450,6 +20501,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wpcountdown/static/js/countdown.js?ver=1.2"></script>
<!-- wpdirectorykit -->
<link rel="stylesheet" id="wpdirectorykit-css" href="http://wp.lab/wp-content/plugins/wpdirectorykit/public/css/wpdirectorykit-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/wpdirectorykit/public/js/wpdirectorykit-public.js?ver=1.0.0"></script>
<!-- wpdownload -->
<link rel="stylesheet" id="dwpl-data-css" href="http://wp.lab/wp-content/plugins/wpdownload/public/css/dwpl-data-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wpdownload/public/js/dwpl-data-public.js?ver=1.0.0"></script>

View File

@@ -0,0 +1,191 @@
# Copyright (C) 2021 WPClever.net
# This file is distributed under the same license as the WPC Product FAQs for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Product FAQs for WooCommerce 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-product-faqs\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-01-28T03:51:39+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wpc-product-faqs\n"
#. Plugin Name of the plugin
msgid "WPC Product FAQs for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "Ultimate solution to manage WooCommerce product FAQs."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: wpc-product-faqs.php:79
msgctxt "Post Type General Name"
msgid "Product FAQs"
msgstr ""
#: wpc-product-faqs.php:80
msgctxt "Post Type Singular Name"
msgid "Product FAQ"
msgstr ""
#: wpc-product-faqs.php:81
msgid "Add New Product FAQ"
msgstr ""
#: wpc-product-faqs.php:82
msgid "Add New"
msgstr ""
#: wpc-product-faqs.php:83
msgid "Edit Product FAQ"
msgstr ""
#: wpc-product-faqs.php:84
msgid "Update Product FAQ"
msgstr ""
#: wpc-product-faqs.php:85
msgid "Search Product FAQ"
msgstr ""
#: wpc-product-faqs.php:89
msgid "Product FAQ"
msgstr ""
#: wpc-product-faqs.php:114
msgid "Configuration"
msgstr ""
#: wpc-product-faqs.php:129
msgid "Select which products you want to add this FAQs automatically. If \"None\" is set, you can still manually choose to add this in the \"FAQs\" tab of each individual product page."
msgstr ""
#: wpc-product-faqs.php:135
msgid "All products"
msgstr ""
#: wpc-product-faqs.php:136
#: wpc-product-faqs.php:144
msgid "Categories"
msgstr ""
#: wpc-product-faqs.php:137
#: wpc-product-faqs.php:170
msgid "Tags"
msgstr ""
#: wpc-product-faqs.php:138
msgid "None"
msgstr ""
#: wpc-product-faqs.php:152
msgid "Search for a category&hellip;"
msgstr ""
#: wpc-product-faqs.php:174
msgid "Add some tags, split by a comma..."
msgstr ""
#: wpc-product-faqs.php:227
#: wpc-product-faqs.php:399
msgid "How to use?"
msgstr ""
#: wpc-product-faqs.php:243
msgid "Support"
msgstr ""
#: wpc-product-faqs.php:253
#: wpc-product-faqs.php:382
msgid "WPC Product FAQs"
msgstr ""
#: wpc-product-faqs.php:253
msgid "Product FAQs"
msgstr ""
#: wpc-product-faqs.php:264
#: wpc-product-faqs.php:310
msgid "FAQ title"
msgstr ""
#: wpc-product-faqs.php:299
msgid "Move"
msgstr ""
#: wpc-product-faqs.php:302
msgid "Remove"
msgstr ""
#: wpc-product-faqs.php:357
msgid "Global FAQ"
msgstr ""
#: wpc-product-faqs.php:358
msgid "Custom FAQ"
msgstr ""
#: wpc-product-faqs.php:361
msgid "+ Add new FAQ"
msgstr ""
#: wpc-product-faqs.php:385
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: wpc-product-faqs.php:388
msgid "Reviews"
msgstr ""
#: wpc-product-faqs.php:390
msgid "Changelog"
msgstr ""
#: wpc-product-faqs.php:392
msgid "Discussion"
msgstr ""
#: wpc-product-faqs.php:403
msgid "Global FAQs"
msgstr ""
#: wpc-product-faqs.php:407
msgid "Essential Kit"
msgstr ""
#: wpc-product-faqs.php:415
msgid "1. Global FAQs: Switch to Global FAQs tab to add the FAQs then you can use these FAQs in each product."
msgstr ""
#: wpc-product-faqs.php:418
msgid "2. Product basis FAQs: When adding/editing the product you can choose the FAQs tab then add some global/custom FAQs as you want."
msgstr ""
#: wpc-product-faqs.php:451
#: wpc-product-faqs.php:657
msgid "FAQs"
msgstr ""
#: wpc-product-faqs.php:673
msgid "Manage Global FAQs"
msgstr ""
#: wpc-product-faqs.php:676
msgid "You can use the shortcode %s to show this product FAQs."
msgstr ""