Compare commits

...

20 Commits

Author SHA1 Message Date
erwanlr
1b68bdb36c Bumps version 2020-02-09 13:31:40 +00:00
erwanlr
fb82538441 Fixes #1451 2020-02-09 12:40:48 +00:00
erwanlr
2709d0869a Adds DFs 2020-02-08 10:28:19 +00:00
erwanlr
343f87bbe7 Adds DFs 2020-02-01 10:02:38 +00:00
erwanlr
ecbfc6004c Adds DFs 2020-01-25 12:28:16 +00:00
erwanlr
c57eecc81b Adds DF 2020-01-23 12:30:27 +00:00
erwanlr
7ea14dc03f Adds DF 2020-01-23 11:15:28 +00:00
erwanlr
4340d27258 Bumps version 2020-01-21 16:14:26 +00:00
erwanlr
e911be8f14 Removes ruby 2.7.0 from failure matrix 2020-01-21 16:12:38 +00:00
erwanlr
a4c650cdff Fixes incorrect RDF URLs detection 2020-01-21 15:06:29 +00:00
erwanlr
31a58f8a8f Fixes rare crash 2020-01-21 14:47:17 +00:00
erwanlr
ba4f15f111 Adds DFs 2020-01-18 11:20:43 +00:00
Erwan
206a913eb9 Merge pull request #1447 from wpscanteam/dependabot/bundler/webmock-tw-3.8.0
Update webmock requirement from ~> 3.7.0 to ~> 3.8.0
2020-01-16 10:17:09 +01:00
dependabot-preview[bot]
21ba490073 Update webmock requirement from ~> 3.7.0 to ~> 3.8.0
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.7.0...v3.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-16 05:23:09 +00:00
erwanlr
2a29e2ed95 Adds DFs 2020-01-11 19:54:12 +00:00
Erwan
9517d14fd3 Fixes rubocop offence 2020-01-10 20:06:33 +01:00
Erwan
3deaa896df Fix rubocop typo 2020-01-10 19:28:01 +01:00
Erwan
c117007dc0 Merge pull request #1445 from wpscanteam/dependabot/bundler/rubocop-tw-0.79.0
Update rubocop requirement from ~> 0.78.0 to ~> 0.79.0
2020-01-07 08:53:56 +01:00
dependabot-preview[bot]
50baa238b9 Update rubocop requirement from ~> 0.78.0 to ~> 0.79.0
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.78.0...v0.79.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 05:21:29 +00:00
erwanlr
0e2d771660 Adds DFs 2020-01-04 12:17:51 +00:00
79 changed files with 32749 additions and 25 deletions

View File

@@ -6,9 +6,6 @@ rvm:
- 2.5.7
- 2.6.5
- 2.7.0
matrix:
allow_failures:
- rvm: 2.7.0
script:
- bundle exec rubocop
- bundle exec rspec

View File

@@ -28,7 +28,7 @@ module WPScan
end
def passive_urls_xpath
'//a[contains(@href, "rdf")]/@href'
'//a[contains(@href, "/rdf")]/@href'
end
def aggressive_urls(_opts = {})

View File

@@ -21,6 +21,7 @@ module WPScan
# @return [ Hash ]
def self.get(path, params = {})
return {} unless token
return {} if path.end_with?('/latest') # Remove this when api/v4 is up
res = Browser.get(uri.join(path), params.merge(request_params))
@@ -69,6 +70,7 @@ module WPScan
headers: {
'Host' => uri.host, # Reset in case user provided a --vhost for the target
'Referer' => nil, # Removes referer set by the cmsscanner to the target url
'CF-Connecting-IP' => nil, # Removes in case user provided one for the target
'User-Agent' => Browser.instance.default_user_agent,
'Authorization' => "Token token=#{token}"
}

View File

@@ -2,5 +2,5 @@
# Version
module WPScan
VERSION = '3.7.6'
VERSION = '3.7.8'
end

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
# Changelog
All notable changes to **APCu Manager** are documented in this *changelog*.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **APCu Manager** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2020-01-09
### Initial release

View File

@@ -0,0 +1,479 @@
# Copyright (C) 2020 Mewz
# This file is distributed under the same license as the Attribute Stock for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: Attribute Stock for WooCommerce 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/attribute-stock-for-woocommerce\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: 2020-01-07T12:52:16+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: attribute-stock-for-woocommerce\n"
#. Plugin Name of the plugin
msgid "Attribute Stock for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/attribute-stock-for-woocommerce/"
msgstr ""
#. Description of the plugin
msgid "Take control of your product stock with flexible attribute-based stock. Easily track product addons, parts, ingredients, combos, and much more!"
msgstr ""
#. Author of the plugin
msgid "Mewz"
msgstr ""
#. Author URI of the plugin
msgid "https://mewz.dev/"
msgstr ""
#: src/Actions/Admin/AttributeList.php:45
#: src/Actions/Admin/AttributeTermList.php:62
msgid "Edit stock"
msgstr ""
#: src/Actions/Admin/AttributeList.php:51
#: src/Actions/Admin/AttributeTermList.php:76
msgid "List stock items"
msgstr ""
#: src/Actions/Admin/AttributeTermList.php:31
#: src/Actions/Admin/AttributeTermList.php:34
#: src/Actions/Admin/StockList.php:29
#: src/Components/StockReport.php:16
#: templates/admin/attributes/edit-associated.php:25
msgid "Stock"
msgstr ""
#: src/Actions/Admin/AttributeTermList.php:62
msgid "Edit attribute-level stock"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:17
#: src/Actions/Admin/PluginSupport.php:54
#: src/Actions/Admin/PluginSupport.php:56
msgid "Documentation"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:20
msgid "Unlock PRO"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:41
#: src/Actions/Admin/PluginSupport.php:43
msgid "Help & Support"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:44
msgid "Need assistance setting up your attribute stock? Found a bug and want to report it? Just feel like chatting? Get in touch!"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:46
msgid "Priority support"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:47
msgid "Community forum"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:57
msgid "Want to learn more about Attribute Stock for WooCommerce? Check out the official online documentation."
msgstr ""
#: src/Actions/Admin/PluginSupport.php:59
msgid "Online documentation"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:66
#: src/Actions/Admin/PluginSupport.php:68
msgid "Manage License"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:69
msgid "View your PRO license, migrate a license, update payment information or cancel your subscription."
msgstr ""
#: src/Actions/Admin/PluginSupport.php:71
msgid "Member dashboard"
msgstr ""
#: src/Actions/Admin/ReportStock.php:22
msgid "Attribute Stock"
msgstr ""
#: src/Actions/Admin/ReportStockPro.php:19
#: src/Actions/Admin/StockList.php:28
#: templates/admin/attributes/edit-associated.php:24
#: templates/admin/stock/panel-inventory.php:7
msgid "SKU"
msgstr ""
#: src/Actions/Admin/ReportStockPro.php:21
#: src/Actions/Admin/StockList.php:27
msgid "Actions"
msgstr ""
#: src/Actions/Admin/ReportStockPro.php:34
msgid "Edit attribute stock"
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:26
msgid "Enable"
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:30
msgid "Disable"
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:73
msgid "%d attribute stock enabled."
msgid_plural "%d attribute stocks enabled."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:75
msgid "%d attribute stock disabled."
msgid_plural "%d attribute stocks disabled."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:81
msgid "No disabled attribute stocks to enable."
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:83
msgid "No enabled attribute stocks to disable."
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:93
msgid "%d attribute stock updated."
msgid_plural "%d attribute stocks updated."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:94
msgid "%d attribute stock not updated, somebody is editing it."
msgid_plural "%d attribute stocks not updated, somebody is editing them."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:95
msgid "%d attribute stock permanently deleted."
msgid_plural "%d attribute stocks permanently deleted."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:96
msgid "%d attribute stock moved to the Trash."
msgid_plural "%d attribute stocks moved to the Trash."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:97
msgid "%d attribute stock restored from the Trash."
msgid_plural "%d attribute stocks restored from the Trash."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockEdit.php:45
msgid "Status"
msgstr ""
#: src/Actions/Admin/StockEdit.php:46
msgid "Stock details"
msgstr ""
#: src/Actions/Admin/StockEdit.php:64
msgid "Inventory"
msgstr ""
#: src/Actions/Admin/StockEdit.php:65
msgid "Attributes"
msgstr ""
#: src/Actions/Admin/StockEdit.php:66
msgid "Settings"
msgstr ""
#: src/Actions/Admin/StockEdit.php:122
#: src/Actions/Admin/StockEdit.php:125
#: src/Actions/Admin/StockEdit.php:127
#: src/Actions/Admin/StockEdit.php:135
msgid "Attribute stock updated."
msgstr ""
#: src/Actions/Admin/StockEdit.php:123
msgid "Attribute stock field updated."
msgstr ""
#: src/Actions/Admin/StockEdit.php:124
msgid "Attribute stock field deleted."
msgstr ""
#: src/Actions/Admin/StockEdit.php:126
msgid "Revision restored."
msgstr ""
#: src/Actions/Admin/StockEdit.php:128
msgid "Attribute stock saved."
msgstr ""
#: src/Actions/Admin/StockEdit.php:129
msgid "Attribute stock submitted."
msgstr ""
#. translators: %s: date
#: src/Actions/Admin/StockEdit.php:132
msgid "Attribute stock scheduled for: %s."
msgstr ""
#: src/Actions/Admin/StockEdit.php:151
#: src/Actions/Admin/StockEdit.php:177
msgid "Back to attribute stock"
msgstr ""
#: src/Actions/Admin/StockEdit.php:155
msgid "Back to \"%s\" attribute term"
msgstr ""
#: src/Actions/Admin/StockEdit.php:157
msgid "Back to attribute term"
msgstr ""
#: src/Actions/Admin/StockEdit.php:162
msgid "Back to \"%s\" attribute terms"
msgstr ""
#: src/Actions/Admin/StockEdit.php:164
msgid "Back to attribute terms"
msgstr ""
#: src/Actions/Admin/StockEdit.php:169
msgid "Back to \"%s\" attribute"
msgstr ""
#: src/Actions/Admin/StockEdit.php:171
msgid "Back to attribute"
msgstr ""
#: src/Actions/Admin/StockList.php:30
#: templates/admin/stock/panel-inventory.php:29
msgid "Notes"
msgstr ""
#: src/Actions/Admin/StockList.php:31
#: templates/admin/stock/metabox-status.php:21
msgid "Created"
msgstr ""
#: src/Actions/Admin/StockList.php:105
#: src/Actions/Admin/StockListFilters.php:22
#: templates/admin/attributes/edit-associated.php:39
msgid "Disabled"
msgstr ""
#: src/Actions/Admin/StockListActions.php:40
msgid "Duplicate"
msgstr ""
#: src/Actions/Admin/StockListActions.php:91
msgid "Sorry, this attribute stock item does not exist. Perhaps it was deleted?"
msgstr ""
#: src/Actions/Admin/StockListActions.php:95
msgid "Sorry, you are not allowed to do that."
msgstr ""
#: src/Actions/Admin/StockListFilters.php:21
#: templates/admin/stock/metabox-status.php:10
msgid "Enabled"
msgstr ""
#: src/Actions/Admin/StockListFilters.php:112
msgid "\"Any\""
msgstr ""
#: src/Actions/StockNotifications.php:45
msgid "Attribute out of stock"
msgstr ""
#: src/Actions/StockNotifications.php:46
#: src/Actions/StockNotificationsPro.php:18
msgid "%s is out of stock."
msgstr ""
#: src/Actions/StockNotifications.php:62
msgid "Attribute low in stock"
msgstr ""
#: src/Actions/StockNotifications.php:63
#: src/Actions/StockNotificationsPro.php:27
msgid "%s is low in stock. There is %d left."
msgid_plural "%s is low in stock. There are %d left."
msgstr[0] ""
msgstr[1] ""
#: src/Components/StockReport.php:15
#: templates/admin/attributes/edit-associated.php:23
msgid "Title"
msgstr ""
#: src/Components/StockReport.php:90
msgid "No low in stock attributes found."
msgstr ""
#: src/Components/StockReport.php:94
msgid "No out of stock attributes found."
msgstr ""
#: src/Components/StockReport.php:98
msgid "No most stocked attributes found."
msgstr ""
#: src/Plugin/Loader.php:34
#: src/Plugin/LoaderPro.php:32
msgid "WooCommerce attribute stock items."
msgstr ""
#: src/Plugin/Loader.php:36
#: src/Plugin/LoaderPro.php:34
msgctxt "post type general name"
msgid "Attribute Stock"
msgstr ""
#: src/Plugin/Loader.php:37
#: src/Plugin/LoaderPro.php:35
msgctxt "post type singular name"
msgid "Attribute Stock"
msgstr ""
#: src/Plugin/Loader.php:38
#: src/Plugin/LoaderPro.php:36
msgctxt "mewz_attribute_stock"
msgid "Add New"
msgstr ""
#: templates/admin/attributes/add-fields.php:13
#: templates/admin/attributes/edit-associated.php:60
#: templates/admin/attributes/edit-fields.php:26
msgid "Unlock Pro"
msgstr ""
#: templates/admin/attributes/add-fields.php:18
#: templates/admin/attributes/edit-fields.php:32
msgid "Enable stock management at the attribute level."
msgstr ""
#: templates/admin/attributes/add-fields.php:20
#: templates/admin/attributes/edit-fields.php:34
msgid "Enable stock management at the attribute term level."
msgstr ""
#: templates/admin/attributes/add-fields.php:33
#: templates/admin/attributes/edit-fields.php:51
msgid "Current stock quantity of this attribute."
msgstr ""
#: templates/admin/attributes/add-fields.php:35
#: templates/admin/attributes/edit-fields.php:53
msgid "Current stock quantity of this attribute term."
msgstr ""
#: templates/admin/attributes/edit-associated.php:16
msgid "Associated stock"
msgstr ""
#: templates/admin/attributes/edit-fields.php:24
msgid "Configure"
msgstr ""
#: templates/admin/stock/metabox-status.php:34
msgid "Update Stock"
msgstr ""
#: templates/admin/stock/metabox-status.php:34
msgid "Create Stock"
msgstr ""
#: templates/admin/stock/panel-inventory.php:10
msgid "Unique identifier for stock keeping. Optional."
msgstr ""
#: templates/admin/stock/panel-inventory.php:16
msgid "Stock quantity"
msgstr ""
#: templates/admin/stock/panel-inventory.php:23
msgid "Current stock quantity of this attribute stock item."
msgstr ""
#: templates/admin/stock/panel-inventory.php:33
msgid "Internal notes about this attribute stock item."
msgstr ""
#: templates/admin/stock/panel-settings.php:14
msgid "All product types"
msgstr ""
#: templates/admin/stock/panel-settings.php:15
msgid "Product type(s) to match against. All other product types will be ignored by this attribute stock. Leave blank to match all valid product types."
msgstr ""
#: templates/admin/stock/panel-settings.php:29
msgid "When stock reaches this amount or less, you will be notified by email (if enabled)."
msgstr ""
#: templates/admin/stock/panel-settings.php:38
msgid "Limits available stock quantity of associated products."
msgstr ""
#: templates/admin/stock/panel-settings.php:38
msgid "Learn more"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Add match"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Drag to re-order"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Remove match set"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Attribute..."
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Any %s"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Term..."
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Remove attribute"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Add attribute"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Quantity multiplier"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Set how much stock is reduced when a matching product is purchased. Decimal values are also allowed."
msgstr ""

View File

@@ -0,0 +1,5 @@
# Changelog
All notable changes to the plugin will be documented in this file.
## 1.0.0 - 2019-10-10
### Initial release

View File

@@ -0,0 +1,46 @@
{
"title": "Best Restaurant Menu by PriceListo",
"name": "best-restaurant-menu",
"version": "1.0.0",
"description": "",
"main": "best-restaurant-menu.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/MahmoudBasiony/best-restaurant-menu.git"
},
"keywords": [
"wordpress",
"menu",
"restaurant",
"food",
"services"
],
"author": "PriceListo",
"license": "GPL-3.0-or-later",
"homepage": "https://bitbucket.org/MahmoudBasiony/best-restaurant-menu#readme.md",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cleave.js": "^1.5.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.9",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.2.0",
"jshint": "^2.9.5"
},
"dependencies": {
"font-awesome": "^4.7.0",
"select2": "^4.0.10",
"sweetalert2": "^8.17.1"
}
}

View File

@@ -0,0 +1,3 @@
== Changelog ==
= 1.0 =
. Initial release

View File

@@ -0,0 +1,161 @@
# Copyright (C) 2020 WPplugins.Tech
# This file is distributed under the same license as the Category Tag Tidy plugin.
msgid ""
msgstr ""
"Project-Id-Version: Category Tag Tidy 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/category-tag-"
"tidy\n"
"POT-Creation-Date: 2020-01-02T03:27:50+01:00\n"
"PO-Revision-Date: 2020-01-02 13:33+1100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
"X-Domain: category-tag-tidy\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Plugin Name of the plugin
#: admin/class-category-tag-tidy-admin.php:84
#: admin/class-category-tag-tidy-admin.php:85
#: admin/class-category-tag-tidy-admin.php:99
#: admin/class-category-tag-tidy-admin.php:100
#: admin/class-category-tag-tidy-admin.php:117
msgid "Category Tag Tidy"
msgstr "Category Tag Tidy"
#. Plugin URI of the plugin
msgid "https://github.com/wpplugins-tech/category-tag-tidy"
msgstr "https://github.com/wpplugins-tech/category-tag-tidy"
#. Description of the plugin
msgid ""
"Allows easy deletion of unused categories and tags - maintains existing "
"category structure."
msgstr ""
"Allows easy deletion of unused categories and tags - maintains existing "
"category structure."
#. Author of the plugin
msgid "WPplugins.Tech"
msgstr "WPplugins.Tech"
#. Author URI of the plugin
msgid "http://www.wpplugins.tech"
msgstr "http://www.wpplugins.tech"
#: admin/class-category-tag-tidy-admin.php:150
msgid "Category and Tag Tidy"
msgstr "Category and Tag Tidy"
#: admin/class-category-tag-tidy-admin.php:153
msgid "Clear all unused Tags or Categories for all Blogs on this Network"
msgstr "Clear all unused Tags or Categories for all Blogs on this Network"
#: admin/class-category-tag-tidy-admin.php:154
msgid "across ALL blogs on this network"
msgstr "across ALL blogs on this network"
#: admin/class-category-tag-tidy-admin.php:156
msgid "Clear all unused Tags or Categories from blog"
msgstr "Clear all unused Tags or Categories from blog"
#: admin/class-category-tag-tidy-admin.php:169
msgid "Select Taxonomies to Tidy"
msgstr "Select Taxonomies to Tidy"
#: admin/class-category-tag-tidy-admin.php:173
msgid "Categories"
msgstr "Categories"
#: admin/class-category-tag-tidy-admin.php:177
msgid "Post Tags"
msgstr "Post Tags"
#: admin/class-category-tag-tidy-admin.php:180
#| msgid ""
#| "How it works: In order to maintain your categories structure - unused "
#| "parent categories will not be deleted if they have a child category which "
#| "is in use."
msgid ""
"How it works: In order to maintain your categories structure - unused parent "
"categories will not be deleted if they have a child category still in use."
msgstr ""
"How it works: In order to maintain your categories structure - unused parent "
"categories will not be deleted if they have a child category still in use."
#: admin/class-category-tag-tidy-admin.php:181
msgid "Tags are not hierarchical so all non-used tags will be deleted."
msgstr "Tags are not hierarchical so all non-used tags will be deleted."
#: admin/class-category-tag-tidy-admin.php:182
msgid ""
"Categories or Tags linked with content in the trash will not be deleted."
msgstr ""
"Categories or Tags linked with content in the trash will not be deleted."
#: admin/class-category-tag-tidy-admin.php:183
msgid "Note: you will be asked to confirm on the next screen"
msgstr "Note: you will be asked to confirm on the next screen"
#: admin/class-category-tag-tidy-admin.php:187
msgid "Run Tag Tidy"
msgstr "Run Tag Tidy"
#: admin/class-category-tag-tidy-admin.php:201
msgid "This process will clear all unused <b>tags</b> and <b>categories</b>"
msgstr "This process will clear all unused <b>tags</b> and <b>categories</b>"
#: admin/class-category-tag-tidy-admin.php:203
msgid "This process will clear all unused <b>tags</b>"
msgstr "This process will clear all unused <b>tags</b>"
#: admin/class-category-tag-tidy-admin.php:205
msgid "This process will clear all unused <b>categories</b>"
msgstr "This process will clear all unused <b>categories</b>"
#. translators: %s is replaced with the back link
#: admin/class-category-tag-tidy-admin.php:213
msgid "Please go <a href=\"%s\">back</a> and select a taxonomy"
msgstr "Please go <a href=\"%s\">back</a> and select a taxonomy"
#: admin/class-category-tag-tidy-admin.php:221
msgid "Are you sure you wish to proceed?"
msgstr "Are you sure you wish to proceed?"
#: admin/class-category-tag-tidy-admin.php:222
msgid "<b>Note:</b> This action is <i>not</i> reversible"
msgstr "<b>Note:</b> This action is <i>not</i> reversible"
#: admin/class-category-tag-tidy-admin.php:227
msgid "Let's Do it!"
msgstr "Let's Do it!"
#: admin/class-category-tag-tidy-admin.php:254
msgid "Processing post categories: "
msgstr "Processing post categories: "
#. translators: %d is replaced with the number 1 (for one term deleted)
#: admin/class-category-tag-tidy-admin.php:258
#: admin/class-category-tag-tidy-admin.php:270
msgid "%d term deleted"
msgstr "%d term deleted"
#. translators: %d is replaced with number of deleted terms
#: admin/class-category-tag-tidy-admin.php:261
#: admin/class-category-tag-tidy-admin.php:272
msgid "%d terms deleted"
msgstr "%d terms deleted"
#: admin/class-category-tag-tidy-admin.php:267
msgid "Processing post tags: "
msgstr "Processing post tags: "
#~ msgid ""
#~ "This is a short description of what the plugin does. It's displayed in "
#~ "the WordPress admin area."
#~ msgstr ""
#~ "This is a short description of what the plugin does. It's displayed in "
#~ "the WordPress admin area."

View File

@@ -0,0 +1,13 @@
{
"name": "codepen-embed-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.22.0"
}
}

View File

@@ -1169,4 +1169,10 @@ s0.parentNode.insertBefore(s1,s0);
<!-- This website uses Linkable Title Html And Php Widget v1.2.6 Wordpress plugin developed by PepLamb (PepLamb.com) -->
<!-- age-okay -->
<!--[if lt IE 10]>
<link rel='stylesheet' id='age_okay_ie9_css-css' href='http://wp.local/wp-content/plugins/age-okay/public/css/age-okay-public-ie9-min.css?ver=1.0.0-F' media='all' />
<![endif]-->

View File

@@ -0,0 +1,7 @@
# Changelog
All notable changes to **Device Detector** are documented in this *changelog*.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Device Detector** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2020-01-22
### Initial release

View File

@@ -0,0 +1,170 @@
# Copyright (C) 2020 DoDebug
# This file is distributed under the same license as the DoDebug package.
msgid ""
msgstr ""
"Project-Id-Version: DoDebug 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/dodebug\n"
"POT-Creation-Date: 2020-01-22 20:55:35+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: src/admin.cls.php:65
msgid "Settings"
msgstr ""
#: src/f.cls.php:111
msgid "Folder does not exist: %s"
msgstr ""
#: src/f.cls.php:118
msgid "Can not create folder: %1$s. Error: %2$s"
msgstr ""
#: src/f.cls.php:124
msgid "Folder is not writable: %s."
msgstr ""
#: src/f.cls.php:130 src/f.cls.php:134
msgid "File %s is not writable."
msgstr ""
#: src/f.cls.php:141
msgid "Failed to write to %s."
msgstr ""
#: src/lang.cls.php:37
msgid "Test."
msgstr ""
#: src/util.cls.php:216
msgid "just now"
msgstr ""
#: src/util.cls.php:216
msgid "right now"
msgstr ""
#: src/util.cls.php:218
msgid " %s ago"
msgstr ""
#: tpl/settings.tpl.php:32
msgid "DoDebug Settings"
msgstr ""
#: tpl/settings.tpl.php:44
msgid "Debug"
msgstr ""
#: tpl/settings.tpl.php:46 tpl/settings.tpl.php:104
msgid "Enable"
msgstr ""
#: tpl/settings.tpl.php:48
msgid "Turn this on to start logging."
msgstr ""
#: tpl/settings.tpl.php:51
msgid "Advanced Level"
msgstr ""
#: tpl/settings.tpl.php:53
msgid "Advanced level is for the usuage of function %s."
msgstr ""
#: tpl/settings.tpl.php:56
msgid "Log Cookies"
msgstr ""
#: tpl/settings.tpl.php:61
msgid "Log Filesize Limit"
msgstr ""
#: tpl/settings.tpl.php:66
msgid "Specify the maximum size of the log file."
msgstr ""
#: tpl/settings.tpl.php:72
msgid "URI Includes"
msgstr ""
#: tpl/settings.tpl.php:79
msgid ""
"Only log listed pages. The URLs will be compared to the REQUEST_URI server "
"variable."
msgstr ""
#: tpl/settings.tpl.php:80 tpl/settings.tpl.php:95 tpl/settings.tpl.php:121
#: tpl/settings.tpl.php:136
msgid "One per line."
msgstr ""
#: tpl/settings.tpl.php:87
msgid "URI Excludes"
msgstr ""
#: tpl/settings.tpl.php:94
msgid ""
"Prevent any log of listed pages. The URLs will be compared to the "
"REQUEST_URI server variable."
msgstr ""
#: tpl/settings.tpl.php:102
msgid "Log Filters"
msgstr ""
#: tpl/settings.tpl.php:106
msgid "Log all WordPress filter hooks."
msgstr ""
#: tpl/settings.tpl.php:107
msgid "Enabling this option will cause log file size to grow quickly."
msgstr ""
#: tpl/settings.tpl.php:113
msgid "Filter Excludes"
msgstr ""
#: tpl/settings.tpl.php:120
msgid "Listed filters will not be logged."
msgstr ""
#: tpl/settings.tpl.php:128
msgid "Filter Partial Excludes"
msgstr ""
#: tpl/settings.tpl.php:135
msgid "Filters containing these strings will not be logged."
msgstr ""
#: tpl/settings.tpl.php:143
msgid "Admin IPs"
msgstr ""
#: tpl/settings.tpl.php:150
msgid "Only log the requests from these IPs."
msgstr ""
#: tpl/settings.tpl.php:151
msgid "Your IP is %s."
msgstr ""
#: tpl/settings.tpl.php:166
msgid "APIs"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "DoDebug"
msgstr ""
#. Description of the plugin/theme
msgid "Just a debug tool for theme/plugin developers."
msgstr ""
#. Author of the plugin/theme
msgid "WPDO"
msgstr ""

View File

@@ -0,0 +1,59 @@
msgid ""
msgstr ""
"Project-Id-Version: dynamic-coupons-with-zendesk-for-woocommerce-v1.0.0\n"
"POT-Creation-Date: 2019-12-04 15:19+0530\n"
"PO-Revision-Date: 2019-12-04 15:19+0530\n"
"Last-Translator: \n"
"Language-Team: MakeWebBetter\n"
"Language: en_US\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: .\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;esc_html;esc_html__;esc_html_e\n"
"X-Poedit-SearchPath-0: .\n"
#: Library/class-mwb-zencoupon-manager.php:194
#: Library/class-mwb-zencoupon-manager.php:210
msgid "No coupons found"
msgstr ""
#: Library/class-mwb-zencoupon-manager.php:204
#: Library/class-mwb-zencoupon-manager.php:272
msgid "Wrong Store URL"
msgstr ""
#: zendesk-dynamic-coupons.php:139
msgid "Mail Sent Successfully."
msgstr ""
#: zendesk-dynamic-coupons.php:140
msgid "Mail not sent"
msgstr ""
#: zendesk-dynamic-coupons.php:141
msgid "Mail already sent"
msgstr ""
#: zendesk-dynamic-coupons.php:160
#, php-format
msgid ""
"Support the %1$1s%2$2s%3$3s plugin development by sending us tracking "
"data( we just want your Email Address and Name that too only once )."
msgstr ""
#: zendesk-dynamic-coupons.php:165
#, php-format
msgid ""
"Your %1$1s%4$4s%3$3s key is %1$1s%2$2s%3$3s. Enter this key while installing "
"the app."
msgstr ""
#: zendesk-dynamic-coupons.php:183
msgid ""
"Woocommerce is not activated, please activate woocommerce first to install "
"and use zendesk woocommerce plugin."
msgstr ""

View File

@@ -0,0 +1,736 @@
# Copyright (C) 2020 EASY FlipBook
# This file is distributed under the same license as the EASY FlipBook package.
msgid ""
msgstr ""
"Project-Id-Version: EASY FlipBook 2.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-flipbook-i-widget\n"
"POT-Creation-Date: 2020-01-05 14:44:48+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: inc/dictionary.php:26
msgid "auto"
msgstr ""
#: inc/dictionary.php:27 inc/dictionary.php:154
msgid "Sorry something went wrong with the server please try again"
msgstr ""
#: inc/dictionary.php:28 inc/dictionary.php:151
msgid "General"
msgstr ""
#: inc/dictionary.php:29
msgid "Pages"
msgstr ""
#: inc/dictionary.php:30
msgid "Book properties"
msgstr ""
#: inc/dictionary.php:31
msgid "Sheet properties"
msgstr ""
#: inc/dictionary.php:32
msgid "Cover properties"
msgstr ""
#: inc/dictionary.php:33
msgid "Page properties"
msgstr ""
#: inc/dictionary.php:34
msgid "Source"
msgstr ""
#: inc/dictionary.php:35
msgid "PDF file"
msgstr ""
#: inc/dictionary.php:36
msgid "Images, HTMLs files"
msgstr ""
#: inc/dictionary.php:37
msgid "interactive"
msgstr ""
#: inc/dictionary.php:38
msgid "Page number"
msgstr ""
#: inc/dictionary.php:39
msgid "Remove"
msgstr ""
#: inc/dictionary.php:40
msgid "CSS Layer"
msgstr ""
#: inc/dictionary.php:41
msgid "CSS"
msgstr ""
#: inc/dictionary.php:42
msgid "HTML"
msgstr ""
#: inc/dictionary.php:43
msgid "Java Script"
msgstr ""
#: inc/dictionary.php:44 inc/dictionary.php:86
msgid "Title"
msgstr ""
#: inc/dictionary.php:45
msgid "Select files"
msgstr ""
#: inc/dictionary.php:46
msgid "Open"
msgstr ""
#: inc/dictionary.php:47
msgid "Add image pages"
msgstr ""
#: inc/dictionary.php:48
msgid "Add HTML pages"
msgstr ""
#: inc/dictionary.php:49
msgid "Add PDF page"
msgstr ""
#: inc/dictionary.php:50
msgid "Remove all pages"
msgstr ""
#: inc/dictionary.php:51
msgid "items per page"
msgstr ""
#: inc/dictionary.php:52
msgid "All"
msgstr ""
#: inc/dictionary.php:53
msgid "None"
msgstr ""
#: inc/dictionary.php:54
msgid "Next"
msgstr ""
#: inc/dictionary.php:55
msgid "Previous"
msgstr ""
#: inc/dictionary.php:56
msgid "PDF page number"
msgstr ""
#: inc/dictionary.php:57
msgid "Select image"
msgstr ""
#: inc/dictionary.php:58
msgid "Change image"
msgstr ""
#: inc/dictionary.php:59
msgid "Auto thumbnail"
msgstr ""
#: inc/dictionary.php:60
msgid "book height"
msgstr ""
#: inc/dictionary.php:61
msgid "book width"
msgstr ""
#: inc/dictionary.php:62
msgid "gravity constant"
msgstr ""
#: inc/dictionary.php:63
msgid "amount of rendered cached pages"
msgstr ""
#: inc/dictionary.php:64
msgid "render loaded hidden pages in the background"
msgstr ""
#: inc/dictionary.php:65
msgid "render pages while they are flipping, it can slow down animation"
msgstr ""
#: inc/dictionary.php:66
msgid "amount of loaded by user pages that are used for predicting user behaviour"
msgstr ""
#: inc/dictionary.php:67
msgid "quantity of predicted pages for automatic loading"
msgstr ""
#: inc/dictionary.php:68
msgid "initial flipping velocity, it should be enough to overcome the gravity"
msgstr ""
#: inc/dictionary.php:69
msgid "max corner (flexible part of the sheet) deviation from the whole sheet"
msgstr ""
#: inc/dictionary.php:70
msgid "sheet flexibility"
msgstr ""
#: inc/dictionary.php:71
msgid "part of the sheet that can be flexed, should be in range (0, 1)"
msgstr ""
#: inc/dictionary.php:72
msgid "speed of changing bending angle of the flexible corner"
msgstr ""
#: inc/dictionary.php:73
msgid "curvature of open sheet, 0 is for flat sheet"
msgstr ""
#: inc/dictionary.php:74
msgid "width texture resolution"
msgstr ""
#: inc/dictionary.php:75
msgid "height texture resolution"
msgstr ""
#: inc/dictionary.php:76
msgid "sheet color"
msgstr ""
#: inc/dictionary.php:77
msgid "sheet thickness"
msgstr ""
#: inc/dictionary.php:78
msgid "sheet weight"
msgstr ""
#: inc/dictionary.php:79
msgid "cover height is more on 2*padding and cover width more on 1*padding than page ones, so you can set different sizes for typical pages and cover like for real book"
msgstr ""
#: inc/dictionary.php:80
msgid "binder texture"
msgstr ""
#: inc/dictionary.php:81
msgid "Deep linking URL parameter name"
msgstr ""
#: inc/dictionary.php:82
msgid "items pre page"
msgstr ""
#: inc/dictionary.php:83
msgid "EASY FlipBook"
msgstr ""
#: inc/dictionary.php:84
msgid "View mode"
msgstr ""
#: inc/dictionary.php:85
msgid "Advanced"
msgstr ""
#: inc/dictionary.php:87
msgid "Thumbnail"
msgstr ""
#: inc/dictionary.php:88
msgid "Thumbnail and Lightbox"
msgstr ""
#: inc/dictionary.php:89
msgid "Lightbox activation link"
msgstr ""
#: inc/dictionary.php:90
msgid "Fullscreen"
msgstr ""
#: inc/dictionary.php:91
msgid "Select skin"
msgstr ""
#: inc/dictionary.php:92
msgid "EASY FlipBook container CSS classes"
msgstr ""
#: inc/dictionary.php:93
msgid "Lightbox theme"
msgstr ""
#: inc/dictionary.php:94
msgid "Light"
msgstr ""
#: inc/dictionary.php:95
msgid "Dark"
msgstr ""
#: inc/dictionary.php:96
msgid "default value"
msgstr ""
#: inc/dictionary.php:97
msgid "minimum value"
msgstr ""
#: inc/dictionary.php:98
msgid "maximum value"
msgstr ""
#: inc/dictionary.php:99
msgid "amount of zoom levels"
msgstr ""
#: inc/dictionary.php:100
msgid "amount of lighting levels"
msgstr ""
#: inc/dictionary.php:101
msgid "pan step for comands cmdPanLeft, cmdPanRight, cmdPanUp, cmdPanDown"
msgstr ""
#: inc/dictionary.php:102
msgid "zoom in"
msgstr ""
#: inc/dictionary.php:103
msgid "zoom out"
msgstr ""
#: inc/dictionary.php:104
msgid "set default zoom"
msgstr ""
#: inc/dictionary.php:105
msgid "show bookmarks"
msgstr ""
#: inc/dictionary.php:106
msgid "turn 10 pages backward"
msgstr ""
#: inc/dictionary.php:107
msgid "turn a page backward"
msgstr ""
#: inc/dictionary.php:108
msgid "turn a page forward"
msgstr ""
#: inc/dictionary.php:109
msgid "turn 10 pages forward"
msgstr ""
#: inc/dictionary.php:110
msgid "download"
msgstr ""
#: inc/dictionary.php:111
msgid "print"
msgstr ""
#: inc/dictionary.php:112
msgid "toggle fulscreen mode"
msgstr ""
#: inc/dictionary.php:113
msgid "show/hide the settings toolbar button"
msgstr ""
#: inc/dictionary.php:114
msgid "toggle the smart pan mode"
msgstr ""
#: inc/dictionary.php:115
msgid "toggle single page mode"
msgstr ""
#: inc/dictionary.php:116
msgid "toggle sound effects"
msgstr ""
#: inc/dictionary.php:117
msgid "toggle statistics monitor"
msgstr ""
#: inc/dictionary.php:118
msgid "increase lighting"
msgstr ""
#: inc/dictionary.php:119
msgid "reduce lighting"
msgstr ""
#: inc/dictionary.php:120
msgid "move pan to the left"
msgstr ""
#: inc/dictionary.php:121
msgid "move pan to the right"
msgstr ""
#: inc/dictionary.php:122
msgid "move pan to the up"
msgstr ""
#: inc/dictionary.php:123
msgid "move pan to the down"
msgstr ""
#: inc/dictionary.php:124
msgid "rotate the book by means mouse drag operation"
msgstr ""
#: inc/dictionary.php:125
msgid "zoom by means mouse drag operation"
msgstr ""
#: inc/dictionary.php:126
msgid "pan by means mouse drag operation"
msgstr ""
#: inc/dictionary.php:127
msgid "zoom by means mouse wheel operation"
msgstr ""
#: inc/dictionary.php:128
msgid "rotate the book by means touch drag operation"
msgstr ""
#: inc/dictionary.php:129
msgid "zoom by means touch drag operation"
msgstr ""
#: inc/dictionary.php:130
msgid "pan by means touch drag operation"
msgstr ""
#: inc/dictionary.php:131
msgid "Ctrl, Shift, Alt, or their combination like Ctrl+Shift"
msgstr ""
#: inc/dictionary.php:132
msgid "modificator"
msgstr ""
#: inc/dictionary.php:133
msgid "keyboard key"
msgstr ""
#: inc/dictionary.php:134
msgid "key"
msgstr ""
#: inc/dictionary.php:135
msgid "mouse button"
msgstr ""
#: inc/dictionary.php:136
msgid "button"
msgstr ""
#: inc/dictionary.php:137
msgid "amount of touches"
msgstr ""
#: inc/dictionary.php:138
msgid "touches"
msgstr ""
#: inc/dictionary.php:139
msgid "event that activates the action"
msgstr ""
#: inc/dictionary.php:140
msgid "event"
msgstr ""
#: inc/dictionary.php:141
msgid "is action enabled"
msgstr ""
#: inc/dictionary.php:142
msgid "enabled"
msgstr ""
#: inc/dictionary.php:143
msgid "is active by default"
msgstr ""
#: inc/dictionary.php:144
msgid "active"
msgstr ""
#: inc/dictionary.php:145
msgid "is active for mobile devices by default"
msgstr ""
#: inc/dictionary.php:146
msgid "activeForMobile"
msgstr ""
#: inc/dictionary.php:147
msgid "Zoom"
msgstr ""
#: inc/dictionary.php:148
msgid "Lighting"
msgstr ""
#: inc/dictionary.php:149
msgid "Pan"
msgstr ""
#: inc/dictionary.php:150 inc/settings.php:7
msgid "EASY FlipBook - Settings"
msgstr ""
#: inc/dictionary.php:152
msgid "Actions"
msgstr ""
#: inc/dictionary.php:153
msgid "Update"
msgstr ""
#: inc/dictionary.php:155
msgid "Settings saved successfully"
msgstr ""
#: inc/dictionary.php:156
msgid "One"
msgstr ""
#: inc/dictionary.php:157
msgid "Two"
msgstr ""
#: inc/dictionary.php:158
msgid "Three"
msgstr ""
#: inc/dictionary.php:159
msgid "Left"
msgstr ""
#: inc/dictionary.php:160
msgid "Middle"
msgstr ""
#: inc/dictionary.php:161
msgid "Right"
msgstr ""
#: inc/dictionary.php:162
msgid "Mouse button down"
msgstr ""
#: inc/dictionary.php:163
msgid "Mouse move"
msgstr ""
#: inc/dictionary.php:164
msgid "Mouse button up"
msgstr ""
#: inc/dictionary.php:165
msgid "Click"
msgstr ""
#: inc/dictionary.php:166
msgid "Double click"
msgstr ""
#: inc/dictionary.php:167
msgid "Touch start"
msgstr ""
#: inc/dictionary.php:168
msgid "Touch move"
msgstr ""
#: inc/dictionary.php:169
msgid "Touch end"
msgstr ""
#: inc/dictionary.php:170
msgid "Key down"
msgstr ""
#: inc/dictionary.php:171
msgid "Key press"
msgstr ""
#: inc/dictionary.php:172
msgid "Key up"
msgstr ""
#: inc/dictionary.php:173
msgid "rtl is a right-to-left, top-to-bottom script, writing starts from the right of the page and continues to the left"
msgstr ""
#: inc/dictionary.php:174
msgid "Please wait... the Application is Loading"
msgstr ""
#: inc/dictionary.php:175
msgid "PDF is Loading:"
msgstr ""
#: inc/dictionary.php:176
msgid "Previous page"
msgstr ""
#: inc/dictionary.php:177
msgid "Next page"
msgstr ""
#: inc/dictionary.php:178
msgid "Table of contents"
msgstr ""
#: inc/dictionary.php:179
msgid "Close"
msgstr ""
#: inc/dictionary.php:180
msgid "Bookmarks"
msgstr ""
#: inc/dictionary.php:181
msgid "Thumbnails"
msgstr ""
#: inc/dictionary.php:182
msgid "Search"
msgstr ""
#: inc/dictionary.php:183
msgid "Zoom in"
msgstr ""
#: inc/dictionary.php:184
msgid "Zoom out"
msgstr ""
#: inc/dictionary.php:185
msgid "Fit view"
msgstr ""
#: inc/dictionary.php:186
msgid "10 pages backward"
msgstr ""
#: inc/dictionary.php:187
msgid "10 pages forward"
msgstr ""
#: inc/dictionary.php:188
msgid "Download"
msgstr ""
#: inc/dictionary.php:189
msgid "Print"
msgstr ""
#: inc/dictionary.php:190
msgid "Full screen"
msgstr ""
#: inc/dictionary.php:191 inc/settings.php:8
msgid "Settings"
msgstr ""
#: inc/dictionary.php:192
msgid "Smart pan"
msgstr ""
#: inc/dictionary.php:193
msgid "Single page"
msgstr ""
#: inc/dictionary.php:194
msgid "Sounds"
msgstr ""
#: inc/dictionary.php:195
msgid "Stats"
msgstr ""
#: inc/dictionary.php:196
msgid "Increase lighting"
msgstr ""
#: inc/dictionary.php:197
msgid "Reduce lighting"
msgstr ""
#: inc/dictionary.php:198
msgid "Loading..."
msgstr ""
#: inc/edit.php:12
msgid "Details"
msgstr ""
#: inc/post.php:7 inc/templates.php:87
msgid "EASY FlipBook"
msgstr ""
#: inc/post.php:9
msgid "All Books"
msgstr ""
#: inc/shortcode-generator.php:7 inc/shortcode-generator.php:23
msgid "EASY FlipBook - Shortcode Generator"
msgstr ""
#: inc/shortcode-generator.php:8
msgid "Shortcode Generator"
msgstr ""
#: inc/taxonomy.php:7
msgid "Categories"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "EASY FlipBook"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://fb.inogst.com"
msgstr ""
#. Description of the plugin/theme
msgid "Interactive realistic EASY FlipBook I Widget WordPress Plugin"
msgstr ""
#. Author of the plugin/theme
msgid "inogst.com"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://inogst.com"
msgstr ""

View File

@@ -0,0 +1,12 @@
01/01/2020
version 0.3
[Fix] Fix some bugs on sections adding.
31/12/2019
version 0.2
[Update] Added template compatability with different themes.
30/12/2019
version 0.1
[New] Added Admin control section for elementor.

View File

@@ -0,0 +1,11 @@
== Changelog ==
= 1.0.1 =
* Docs: Add installation instructions and changelog to README
* Docs: Added Parameters and HTTPS warning to README
* Cleanup: Remove unsupported `allowtransparency` tag from parameters
* Bugfix: Allow both ID & Classes in same_height_as
* Improvements: Increase default height to 800px
= 1.0.0 =
* Initial Release

View File

@@ -0,0 +1,235 @@
# Copyright (C) 2019 Nexty Platform
# This file is distributed under the same license as the WooCommerce Ezdefi Payment Gateway plugin.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Ezdefi Payment Gateway 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-ezdefi\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: 2019-12-25T02:26:50+01:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.3.0\n"
"X-Domain: woocommerce-gateway-ezdefi\n"
#. Plugin Name of the plugin
msgid "WooCommerce Ezdefi Payment Gateway"
msgstr ""
#. Plugin URI of the plugin
msgid "https://ezdefi.io/"
msgstr ""
#. Description of the plugin
msgid "Ezdefi Gateway integration for Woocommerce"
msgstr ""
#. Author of the plugin
msgid "Nexty Platform"
msgstr ""
#. Author URI of the plugin
msgid "https://nexty.io/"
msgstr ""
#: includes/admin/class-wc-ezdefi-admin-notices.php:49
msgid "Ezdefi is almost ready. To get started, <a href=\"%s\">set your gateway api url</a>."
msgstr ""
#: includes/admin/class-wc-ezdefi-admin-notices.php:53
msgid "Ezdefi is almost ready. To get started, <a href=\"%s\">set your gateway api key</a>."
msgstr ""
#: includes/admin/class-wc-ezdefi-admin-notices.php:62
msgid "Ezdefi is almost ready. To get started, <a href=\"%s\">set accepted currency</a>."
msgstr ""
#: includes/admin/class-wc-ezdefi-exception-page.php:23
msgid "ezDeFi Exception Management"
msgstr ""
#: includes/admin/class-wc-ezdefi-exception-page.php:23
msgid "ezDeFi Exception"
msgstr ""
#: includes/admin/ezdefi-settings.php:11
msgid "Enable/Disable"
msgstr ""
#: includes/admin/ezdefi-settings.php:12
msgid "Enable ezDeFi"
msgstr ""
#: includes/admin/ezdefi-settings.php:18
msgid "Title"
msgstr ""
#: includes/admin/ezdefi-settings.php:25
#: includes/admin/ezdefi-settings.php:60
msgid "Description"
msgstr ""
#: includes/admin/ezdefi-settings.php:32
msgid "Gateway API Url"
msgstr ""
#: includes/admin/ezdefi-settings.php:39
msgid "Gateway API Key"
msgstr ""
#: includes/admin/ezdefi-settings.php:45
msgid "Payment Method"
msgstr ""
#: includes/admin/ezdefi-settings.php:51
msgid "Acceptable price variation"
msgstr ""
#: includes/admin/ezdefi-settings.php:58
msgid "Accepted Currency"
msgstr ""
#: includes/admin/views/html-admin-page-ezdefi-exception.php:63
msgid "Received Amount"
msgstr ""
#: includes/admin/views/html-admin-page-ezdefi-exception.php:64
msgid "Currency"
msgstr ""
#: includes/admin/views/html-admin-page-ezdefi-exception.php:65
msgid "Order"
msgstr ""
#: includes/admin/views/html-admin-page-ezdefi-exception.php:66
msgid "Action"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:68
msgid "Can not get currency"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:83
#: includes/class-wc-ezdefi-ajax.php:106
#: includes/class-wc-ezdefi-ajax.php:131
#: includes/class-wc-ezdefi-ajax.php:133
#: includes/class-wc-ezdefi-ajax.php:219
msgid "Can not create payment"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:186
#: includes/class-wc-ezdefi-ajax.php:198
#: includes/class-wc-ezdefi-ajax.php:286
msgid "Can not get payment"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:301
msgid "You have"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:301
msgid "to scan this QR Code"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:309
msgid "Address"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:316
msgid "Amount"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:324
msgid "You have to pay exact amount so that your order can be handle property."
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:327
msgid "If you have difficulty for sending exact amount, try to use"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:62
msgid "ezDeFi"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:63
msgid "Using BTC, ETH or any kinds of cryptocurrency. Handle by ezDeFi"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:181
#: includes/class-wc-gateway-ezdefi.php:680
msgid "Pay with any crypto wallet"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:182
msgid "This method will adjust payment amount of each order by an acceptable number to help payment gateway identifying the uniqueness of that order."
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:186
#: includes/class-wc-gateway-ezdefi.php:683
msgid "Pay with ezDeFi wallet"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:187
msgid "This method is more powerful when amount uniqueness above method reaches allowable limit. Users just need to install ezDeFi wallet then import their private key to pay using qrCode."
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:242
msgid "Name"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:243
msgid "Discount"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:244
msgid "Expiration (seconds)"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:245
msgid "Wallet Address"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:246
msgid "Block Confirmation"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:247
msgid "Decimal"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:269
#: includes/class-wc-gateway-ezdefi.php:410
msgid "Edit"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:271
#: includes/class-wc-gateway-ezdefi.php:412
msgid "Delete"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:281
#: includes/class-wc-gateway-ezdefi.php:420
msgid "Cancel"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:466
msgid "Add Currency"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:565
msgid "Please select currency"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:582
msgid "Awaiting ezdefi payment"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:680
msgid "Any crypto wallet"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:683
msgid "ezDeFi wallet"
msgstr ""

View File

@@ -0,0 +1,155 @@
# Copyright (C) 2020 Web & App Easy B.V.
# This file is distributed under the same license as the Gravity Forms hCaptcha plugin.
msgid ""
msgstr ""
"Project-Id-Version: Gravity Forms hCaptcha 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gf-hcaptcha\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: 2020-01-20T12:33:40+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: gf-hcaptcha\n"
#. Plugin Name of the plugin
msgid "Gravity Forms hCaptcha"
msgstr ""
#. Description of the plugin
msgid "A new way to monetize your site traffic with the hCaptcha addon for Gravity Forms."
msgstr ""
#. Author of the plugin
msgid "Web & App Easy B.V."
msgstr ""
#. Author URI of the plugin
msgid "https://www.webandappeasy.com"
msgstr ""
#: class-hcaptchaaddon.php:25
msgid "Don't have a account?"
msgstr ""
#: class-hcaptchaaddon.php:25
msgid "Register"
msgstr ""
#: class-hcaptchaaddon.php:25
msgid "first on the hCaptcha website."
msgstr ""
#: class-hcaptchaaddon.php:29
msgid "Secret key hCaptcha"
msgstr ""
#: class-hcaptchaaddon.php:29
#: class-hcaptchaaddon.php:60
msgid "Please insert your"
msgstr ""
#: class-hcaptchaaddon.php:29
#: class-hcaptchaaddon.php:60
#: includes/hcaptcha-field.php:16
msgid "hCaptcha"
msgstr ""
#: class-hcaptchaaddon.php:29
msgid "secret key here. You can find this in your"
msgstr ""
#: class-hcaptchaaddon.php:29
#: class-hcaptchaaddon.php:60
msgid "dashboard under the tab"
msgstr ""
#: class-hcaptchaaddon.php:29
msgid "settings"
msgstr ""
#: class-hcaptchaaddon.php:30
msgid "Secret key"
msgstr ""
#: class-hcaptchaaddon.php:58
msgid "Theme hCaptcha"
msgstr ""
#: class-hcaptchaaddon.php:58
msgid "Choose for the light or the dark theme."
msgstr ""
#: class-hcaptchaaddon.php:59
msgid "Size hCaptcha"
msgstr ""
#: class-hcaptchaaddon.php:59
msgid "Choose for the standard or the compact size."
msgstr ""
#: class-hcaptchaaddon.php:60
msgid "Site key hCaptcha"
msgstr ""
#: class-hcaptchaaddon.php:60
msgid "site key here. You can find this in your"
msgstr ""
#: class-hcaptchaaddon.php:60
msgid "sites"
msgstr ""
#: class-hcaptchaaddon.php:61
msgid "Mode hCaptcha"
msgstr ""
#: class-hcaptchaaddon.php:61
msgid "Choose for the visible or the invisible hCaptcha."
msgstr ""
#: class-hcaptchaaddon.php:73
msgid "Choose theme"
msgstr ""
#: class-hcaptchaaddon.php:78
msgid "Light"
msgstr ""
#: class-hcaptchaaddon.php:81
msgid "Dark"
msgstr ""
#: class-hcaptchaaddon.php:87
msgid "Choose size"
msgstr ""
#: class-hcaptchaaddon.php:92
msgid "Standard"
msgstr ""
#: class-hcaptchaaddon.php:95
msgid "Compact"
msgstr ""
#: class-hcaptchaaddon.php:108
msgid "Site key"
msgstr ""
#: class-hcaptchaaddon.php:116
msgid "Choose mode"
msgstr ""
#: class-hcaptchaaddon.php:121
msgid "Visible"
msgstr ""
#: class-hcaptchaaddon.php:124
msgid "Invisible"
msgstr ""
#: includes/hcaptcha-field.php:160
msgid "The hCaptcha is invalid. Please try again."
msgstr ""

View File

@@ -0,0 +1,150 @@
# Copyright (C) 2020 HeroThemes
# This file is distributed under the same license as the Heroic Glossary plugin.
msgid ""
msgstr ""
"Project-Id-Version: Heroic Glossary 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ht-glossary\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: 2020-01-24T15:58:46+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: ht-glossary\n"
#. Plugin Name of the plugin
#: dist/blocks.build.js:1
#: src/block/block.js:51
msgid "Heroic Glossary"
msgstr ""
#. Plugin URI of the plugin
msgid "https://herothemes.com/heroic-glossary"
msgstr ""
#. Description of the plugin
msgid "Glossary plugin for WordPress"
msgstr ""
#. Author of the plugin
msgid "HeroThemes"
msgstr ""
#. Author URI of the plugin
msgid "http://www.herothemes.com/"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/block.js:57
msgid "glossary"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/block.js:57
msgid "heroic glossary"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/block.js:57
msgid "heroic"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/save.js:57
msgid "Search the Glossary..."
msgstr ""
#: dist/blocks.build.js:1
#: src/block/inspector.js:15
msgid "Glossary Settings"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:194
#: src/block/glossary.js:183
#: src/block/toolbar.js:27
msgid "Cancel"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/glossary.js:183
#: src/block/toolbar.js:27
msgid "Add Glossary Item"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/toolbar.js:35
msgid "Import sample content"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/glossary.js:182
msgid "Click"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/glossary.js:188
msgid "to add a new Glossary Item"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/glossary.js:195
msgid "Delete Glossary Item?"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/glossary.js:204
msgid "Delete Item"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/searchBox.js:12
msgid "Search the Glossary"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:123
msgid "Glossary Item Added"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:134
msgid "Glossary Item Updated"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:146
msgid "Title"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:151
msgid "Enter Title here..."
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:163
msgid "Description"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:164
msgid "Enter Description here.."
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:113
msgid "Update"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:115
msgid "Insert"
msgstr ""
#: dist/blocks.build.js:1
#: src/block/addEntry.js:186
msgid "Insert and add another"
msgstr ""

View File

@@ -450,6 +450,14 @@ var shiftnav_data = {"shift_body":"off","shift_body_wrapper":"","lock_body":"on"
</script>
<!-- shortpixel-adaptive-images -->
<script type='text/javascript'>
/* <![CDATA[ */
var spai_settings = {"api_url":"https:\/\/cdn.shortpixel.ai\/spai\/w_%WIDTH%+q_lossless+ret_img","method":"src","crop":"","debug":"","site_url":"https:\/\/wp.lab","plugin_url":"https:\/\/wp.lab\/wp-content\/plugins\/shortpixel-adaptive-images","version":"1.7.0","excluded_selectors":[],"eager_selectors":["img.fl-logo-img",".fl-logo-img",".fl-page-header-logo"],"noresize_selectors":[],"excluded_paths":["regex:\/\\\/\\\/([^\\\/]*\\.|)gravatar.com\\\/\/"],"active_integrations":{"nextgen":false,"modula":false,"elementor":false,"elementor-addons":false,"viba-portfolio":false,"envira":false,"everest":false,"wp-bakery":false,"woocommerce":false,"foo":false,"oxygen":false,"slider-revolution":false,"smart-slider":false,"wp-grid-builder":false,"wp-rocket":{"lazyload":false,"css-filter":false,"minify-css":false},"theme":"Beaver Builder Child Theme"},"parse_css_files":"","backgrounds_max_width":"","sep":"+","webp":"1","sniper":"https:\/\/wp.lab\/wp-content\/plugins\/shortpixel-adaptive-images\/img\/target.cur","affected_tags":"{\"link\":1}"};
/* ]]> */
</script>
<!-- slidedeck3 -->
<script type="text/javascript">
window.slideDeck2Version = "4.5.2";

View File

@@ -0,0 +1,56 @@
# Copyright (C) 2020 JSM's Show Post Metadata
# This file is distributed under the same license as the JSM's Show Post Metadata package.
msgid ""
msgstr ""
"Project-Id-Version: JSM's Show Post Metadata 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-show-post-"
"meta\n"
"POT-Creation-Date: 2020-MO-DA HO:MI+ZONE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: jsm-show-post-meta.php:82
msgid "%1$s requires %2$s version %3$s or higher and has been deactivated."
msgstr ""
#: jsm-show-post-meta.php:84
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin."
msgstr ""
#: jsm-show-post-meta.php:104
msgid "Post Metadata"
msgstr ""
#: jsm-show-post-meta.php:156
msgid "Key"
msgstr ""
#: jsm-show-post-meta.php:157
msgid "Value"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "JSM's Show Post Metadata"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://surniaulula.com/extend/plugins/jsm-show-post-meta/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Show all post meta (aka custom fields) keys and their unserialized values in "
"a metabox on post editing pages."
msgstr ""
#. Author of the plugin/theme
msgid "JS Morisset"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://surniaulula.com/"
msgstr ""

View File

@@ -0,0 +1,59 @@
msgid ""
msgstr ""
"Project-Id-Version: JSM's Show Term Meta 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-show-term-meta\n"
"POT-Creation-Date: 2020-01-16 08:34-0800\n"
"PO-Revision-Date: 2020-01-16 08:34-0800\n"
"Last-Translator: JS Morisset <jsm@surniaulula.com>\n"
"Language-Team: \n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: jsm-show-term-meta.php:90
msgid "%1$s requires %2$s version %3$s or higher and has been deactivated."
msgstr "%1$s nécessite %2$s version %3$s ou supérieure et a été désactivé."
#: jsm-show-term-meta.php:92
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin."
msgstr "Veuillez mettre à jour %1$s avant d'essayer de réactiver l'extension %2$s."
#: jsm-show-term-meta.php:112
msgid "Term Metadata"
msgstr "Métadata de terme"
#: jsm-show-term-meta.php:124
msgid "Show Term Metadata"
msgstr "Show Term Metadata"
#: jsm-show-term-meta.php:171
msgid "Key"
msgstr "Clé"
#: jsm-show-term-meta.php:172
msgid "Value"
msgstr "Valeur"
#. Plugin Name of the plugin/theme
msgid "JSM's Show Term Metadata"
msgstr "JSM's Show Term Metadata"
#. Plugin URI of the plugin/theme
msgid "https://surniaulula.com/extend/plugins/jsm-show-term-meta/"
msgstr "https://surniaulula.com/extend/plugins/jsm-show-term-meta/"
#. Description of the plugin/theme
msgid "Show all term meta (aka custom fields) keys and their unserialized values in a metabox on term editing pages."
msgstr "Afficher les clés et valeurs des métas de terme (aka champs personnalisés) dans un metabox sur les pages d'édition."
#. Author of the plugin/theme
msgid "JS Morisset"
msgstr "JS Morisset"
#. Author URI of the plugin/theme
msgid "https://surniaulula.com/"
msgstr "https://surniaulula.com/"

View File

@@ -0,0 +1,59 @@
msgid ""
msgstr ""
"Project-Id-Version: JSM's Show User Meta 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-show-user-meta\n"
"POT-Creation-Date: 2020-01-16 08:34-0800\n"
"PO-Revision-Date: 2020-01-16 08:34-0800\n"
"Last-Translator: JS Morisset <jsm@surniaulula.com>\n"
"Language-Team: \n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: jsm-show-user-meta.php:84
msgid "%1$s requires %2$s version %3$s or higher and has been deactivated."
msgstr "%1$s nécessite %2$s version %3$s ou supérieure et a été désactivé."
#: jsm-show-user-meta.php:86
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin."
msgstr "Veuillez mettre à jour %1$s avant d'essayer de réactiver l'extension %2$s."
#: jsm-show-user-meta.php:108
msgid "User Metadata"
msgstr "Métadata d'utilisateur"
#: jsm-show-user-meta.php:120
msgid "Show User Metadata"
msgstr "Show User Metadata"
#: jsm-show-user-meta.php:173
msgid "Key"
msgstr "Clé"
#: jsm-show-user-meta.php:174
msgid "Value"
msgstr "Valeur"
#. Plugin Name of the plugin/theme
msgid "JSM's Show User Metadata"
msgstr "JSM's Show User Metadata"
#. Plugin URI of the plugin/theme
msgid "https://surniaulula.com/extend/plugins/jsm-show-user-meta/"
msgstr "https://surniaulula.com/extend/plugins/jsm-show-user-meta/"
#. Description of the plugin/theme
msgid "Show all user meta (aka custom fields) keys and their unserialized values in a metabox on user profile editing pages."
msgstr "Afficher les clés et valeurs des métas d'usager (aka champs personnalisés) dans un metabox sur les pages d'édition."
#. Author of the plugin/theme
msgid "JS Morisset"
msgstr "JS Morisset"
#. Author URI of the plugin/theme
msgid "https://surniaulula.com/"
msgstr "https://surniaulula.com/"

View File

@@ -0,0 +1,105 @@
{
"name": "json-configuration-editor",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@sphinxxxx/color-conversion": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz",
"integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw=="
},
"ace-builds": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.8.tgz",
"integrity": "sha512-8ZVAxwyCGAxQX8mOp9imSXH0hoSPkGfy8igJy+WO/7axL30saRhKgg1XPACSmxxPA7nfHVwM+ShWXT+vKsNuFg=="
},
"ajv": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz",
"integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==",
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
},
"fast-deep-equal": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz",
"integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA=="
},
"fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
},
"javascript-natural-sort": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
"integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k="
},
"jmespath": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
"integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc="
},
"json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
},
"json-source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz",
"integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg=="
},
"jsoneditor": {
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-8.4.1.tgz",
"integrity": "sha512-vjeoXBusXLHpTlUmBw+0r4hRgmn/t8C+6WHy6a9ziF7vAxu8Ohtiu/WQ2JCkn1BgrIl6ERkXIIa+T0H+xDO2mQ==",
"requires": {
"ace-builds": "^1.4.8",
"ajv": "^6.11.0",
"javascript-natural-sort": "^0.7.1",
"jmespath": "^0.15.0",
"json-source-map": "^0.6.1",
"mobius1-selectr": "^2.4.13",
"picomodal": "^3.0.0",
"vanilla-picker": "^2.10.1"
}
},
"mobius1-selectr": {
"version": "2.4.13",
"resolved": "https://registry.npmjs.org/mobius1-selectr/-/mobius1-selectr-2.4.13.tgz",
"integrity": "sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw=="
},
"picomodal": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/picomodal/-/picomodal-3.0.0.tgz",
"integrity": "sha1-+s0w9PvzSoCcHgTqUl8ATzmcC4I="
},
"punycode": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"uri-js": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",
"integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==",
"requires": {
"punycode": "^2.1.0"
}
},
"vanilla-picker": {
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/vanilla-picker/-/vanilla-picker-2.10.1.tgz",
"integrity": "sha512-Bo4HOKkSorcQoRB08HwDMb8X2jt3SsZw7gzFlbzXbhnaxdUVJBm3LOUudr7M1SCVwPCo8d3nq8ajiAg8lAoqPg==",
"requires": {
"@sphinxxxx/color-conversion": "^2.2.2"
}
}
}
}

View File

@@ -0,0 +1,27 @@
{
"name": "mason",
"version": "1.0.0",
"description": "Mason Block Builder Plugin by Joinery",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^2.0.0",
"grunt-shell": "^2.1.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

View File

@@ -0,0 +1,12 @@
{
"name": "material-design-icons-for-elementor",
"version": "1.0.0",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0"
}
}

View File

@@ -0,0 +1,278 @@
# Copyright (C) 2020 Tree Star Marketing LLC
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Module for Gravity Forms in Divi Builder 1.00\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/module-for-"
"gravity-forms-in-divi-builder\n"
"POT-Creation-Date: 2020-01-22 00:09:02+00:00\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
"esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n1.0.2\n"
#: includes/modules/GravityForm/GravityForm.php:15
msgid "Gravity Form"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:21
msgid "Admin Label"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:26
msgid "Form ID"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:31
msgid "Select the gravity form"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:35
msgid "Show Title"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:38
#: includes/modules/GravityForm/GravityForm.php:50
#: includes/modules/GravityForm/GravityForm.php:62
msgid "Off"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:39
#: includes/modules/GravityForm/GravityForm.php:51
#: includes/modules/GravityForm/GravityForm.php:63
msgid "On"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:43
msgid "Select `Yes` to show title"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:47
msgid "Show Description"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:55
msgid "Select `Yes` to show description"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:59
msgid "Enable Ajax"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:67
msgid "Select `Yes` to submit form via ajax"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:71
msgid "Tab Index"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:80
msgid "Specify the starting tab index for the fields of this form."
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:86
msgid "Field Values"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:90
msgid ""
"Specify the default field values. Example: field_values=check=First Choice,"
"Second Choice."
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:573
#: includes/modules/GravityForm/GravityForm.php:668
msgid "Form Title"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:577
#: includes/modules/GravityForm/GravityForm.php:669
msgid "Form Description"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:581
#: includes/modules/GravityForm/GravityForm.php:671
msgid "Label"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:585
#: includes/modules/GravityForm/GravityForm.php:672
msgid "Sub Label"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:589
#: includes/modules/GravityForm/GravityForm.php:673
msgid "Field Description"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:593
msgid "Text Field"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:597
msgid "Textarea Field"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:601
msgid "Select Field"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:605
msgid "Checkbox/Radio Field"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:609
msgid "Checkbox Radio Options Text"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:613
msgid "Consent Checkbox Label"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:617
#: includes/modules/GravityForm/GravityForm.php:684
msgid "Consent Description"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:621
#: includes/modules/GravityForm/GravityForm.php:685
msgid "Validation Error Heading"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:625
msgid "Field Validation Message"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:629
msgid "Next Button"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:633
msgid "Previous Button"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:637
msgid "Submit Button"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:641
msgid "Submitted Form Confirmation Wrapper"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:645
msgid "Submitted Form Confirmation Message"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:649
#: includes/modules/GravityForm/GravityForm.php:688
msgid "Progress Bar Title"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:653
msgid "Progress Bar Percentage"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:663
msgid "Shortcode Parameters"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:670
msgid "Field Wrapper"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:674
msgid "Input Wrapper"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:675
msgid "Input General"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:676
msgid "Text/Textarea"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:677
msgid "Select"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:678
msgid "Checkbox/Radio"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:679
msgid "Input Placeholder Text"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:680
msgid "Section Field Wrapper"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:681
msgid "Section Field Title"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:682
msgid "Section Field Description"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:683
msgid "Consent Checkbox"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:686
msgid "Field Validation Error"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:687
msgid "Footer"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:689
msgid "Progress Bar"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:690
msgid "Validation Error Field"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:691
msgid "Button"
msgstr ""
#: includes/modules/GravityForm/GravityForm.php:692
msgid "Confirmation Message"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Module for Gravity Forms in Divi Builder"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Module for Gravity Forms in Divi Builder allows you to use and style Gravity "
"Forms in the Divi Visual Builder."
msgstr ""
#. Author of the plugin/theme
msgid "Tree Star Marketing LLC"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://treestarmarketing.com/"
msgstr ""

View File

@@ -0,0 +1,354 @@
# Release Notes - WooCommerce 3.4.0 (Jan 6th, 2020) #
### Added
+ PLGWOOS-287: Add maximum amount restriction for credit cards
+ PLGWOOS-321: Add Ohmygood Cadeaukaart
### Changed
+ PLGWOOS-115: Make suitable for WordPress.org Plugin Directory
+ PLGWOOS-260: Change VVV Bon to VVV Cadeaukaart
### Fixed
+ PLGWOOS-319: Disable payment fields when payment description is empty
# Release Notes - WooCommerce 3.3.0 (Dec 13th, 2019) #
### Added
+ PLGWOOS-291: Add IP validation when WooCommerce returns multiple IP addresses
+ PLGWOOS-203: Add compatibility with WPML
### Changed
+ PLGWOOS-245: Change Klarna from direct to redirect
+ PLGWOOS-275: Improve Dutch translation for 'Activate'
+ PLGWOOS-263: Correct ING Home'Pay spelling
### Removed
+ PLGWOOS-208: Remove the send invoice option from the backend
### Fixed
+ PLGWOOS-285: Fix the fatal error "Cannot redeclare error_curl_not_installed"
+ PLGWOOS-102: Prevent the Notification URL from executing when not initialized by MultiSafepay
+ PLGWOOS-266: Prevent errors from appearing in logs for notifications of pre-transactions
+ PLGWOOS-290: Resolve DivisionByZeroError bug occurring with fees
+ Fix PHP notice incorrect use of reset in function parseIpAddress
+ Fix PHP notice undefined property when order set to shipped
# Release Notes - Woo-Commerce 3.2.0 (Jul 6th, 2018) #
## Improvements ##
PLGWOOS-232: Add TrustPay payment method
PLGWOOS-213: Add support for external fee plugin(s)
## Fixes ##
PLGWOOS-176: Restrict autoload to load only MultiSafepay classes
PLGWOOS-191: Refactor the way an order and transaction are retrieved
PLGWOOS-241: Remove status request on setting to shipped
PLGWOOS-195: Update Klarna Invoice link
PLGWOOS-231: Update Klarna payment method logo
PLGWOOS-197: Correct MultiFactor Terms and Condition link
PLGWOOS-242: Remove terms and conditions for Einvoicing
PLGWOOS-244: Shipment name now used on payment page instead of type
PLGWOOS-243: Payment page shopping cart reorganized
PLGWOOS-253: FastCheckout load correct first and last name
PLGWOOS-235: Rename KBC/CBC to KBC
PLGWOOS-236: Rename ING-Homepay to ING HomePay
PLGWOOS-247: Notice message 'Undefined variable' for E-Invoice, Pay After Delivery and Klarna
PLGWOOS-249: Remove whitespace at file headers
PLGWOOS-259: Direct E-Invoice returns unnecessary message 'Missing gender'
# Release Notes - Woo-Commerce 3.1.0 (Jun 15th, 2018) #
## Improvements ##
PLGWOOS-215 Add support for Santander Betaalplan
PLGWOOS-214 Add support for Afterpay
PLGWOOS-216 Add support for Trustly
## Fixes ##
PLGWOOS-221: Do not add Klarna invoice link when setting to Completed
PLGWOOS-218: Undefined property in error logs when cancelling order
PLGWOOS-226: getTimeActive didn't respect seconds
# Release Notes - Woo-Commerce 3.0.4 (Feb 2nd, 2018) #
## Improvements ##
+ PLGWOOS-169 Support direct transactions for Alipay/ING/Belfius/KBC
+ PLGWOOS-174 Remove usage of deprecated functions
+ PLGWOOS-175 Remove unnecessary use of file_exists
+ PLGWOOS-178 Order status is only changed to 'expired' in case the current status is 'pending' or 'on-hold'.
+ PLGWOOS-179 Add text domain for ideal issuer error message
+ PLGWOOS-182 Add Alipay as payment method
+ PLGWOOS-186 Add dynamic retrieve of shipping methods during Fast Checkout
+ PLGWOOS-187 Do not allow refund when amount is zero or less
+ PLGWOOS-192 Check/add all translations
## Fixes ##
+ PLGWOOS-173 Fix deprecated notice getRealPaymentMethod
+ PLGWOOS-180 Incorrect order-id used to load the order for updating
+ PLGWOOS-181 function getGatewayCode not implemented for FastCheckout
+ PLGWOOS-183 Update version number of plug-in failed
+ PLGWOOS-184 Incorrect check if field is empty
+ PLGWOOS-193 Fix deprecated notice FastCheckout
+ PLGWOOS-194 Refund function checks wrong variable to determine if refund was succesfull
+ PLGWOOS-199 Correct wc_get_cart_url and wc_get_checkout_url
+ PLGWOOS-200 FastCheckout doesn't redirect to order-confirmation screen
+ PLGWOOS-202:Payment method updated for Second Chance on Processing
## Changes ##
+ PLGWOOS-189 Update version number to 3.0.4
+ PLGWOOS-198 Update ING gateway to INGHOME
# Release Notes - Woo-Commerce 3.0.3 (Okt 10nd, 2017) #
## Fixes ##
+ Menu's are able to edit again.
+ In some cases the customer was redirected to the cancel-url after a succesful iDEAL transaction.
# Release Notes - Woo-Commerce 3.0.2 (Okt 10nd, 2017) #
## Improvements ##
+ Add ING Home'Pay as payment method.
+ Add Belfius as payment method.
+ Add KBC/CBC as payment method.
+ Add configuration option for Google-Analytic code.
+ Add shopping-cart information to the transaction.
+ Update payment method in order, in case a customer pays the second change with an other payment method.
+ Update the dutch translations.
## Fixes ##
+ Fixed issue to prevent a warning message when the title of a gateway wasn't filled in the config.
+ Fixed issue with retrieve the correct external transaction ID.
+ Fixed issue on error 1027 (Invalid cart amount) caused by an invalid shipping-tax.
+ Fixed issue in function to set order-status to shipped for PAD, Klarna and E-Invoiced.
+ Fixed warning issue on function setToShipped.
+ Fixed issue on not accepting PAD orders caused by an divide by zero error.
## Changes ##
+ Remove (beta)functionality to determine if there is a new version available.
+ Restrict use of the plug-in to WooCommerce 2.2 and above.
# Release Notes - Woo-Commerce 3.0.0 (April 5nd, 2017) #
## Improvements ##
+ Compatible with PHP-7
+ Installation by standard Wordpress method
+ Added Dutch language file
+ Added configuration option Karna Merchant-EID (for future use.)
+ Added Terms and Conditions for Klarna, Pay After Delivery and E-Invoicing.
+ Improve the way errors are logged.
+ Added PaySafeCard as payment method.
+ Added Nationale bioscoopbon as a giftcard.
+ Added option to the global MultiSafepay settings to enable/disable the giftcards as payment method.
## Fixes ##
+ Better algoritm to split address into street, housenumber
+ After complete FastCheckout transaction no order confirmation page was showed
## Changes ##
+ General plugin settings moved to the general checkout-options
+ Remove BabyGiftcard as payment method
# Release Notes - Woo-Commerce 2.2.7 (November 2nd, 2016) #
## Improvements ##
+ Added EPS and FerBuy as payment methods
+ Added support for E-invoicing
+ Added an extra payment method gateway called "Creditcards"; grouping creditcard payment methods as a single dropdown option.
## Fixes ##
+ Resolved an issue resulting in not being able to pay using Direct iDEAL.
+ Resolved an issue where expiring payment sessions result in orders being marked as new after 30 days.
##Changes ##
+ Changed banktransfer to direct banktransfer
# Release Notes - Woo-Commerce 2.2.6 (July 14th, 2016) #
## Improvements ##
+ Added support for WooCommerce version 2.6.2.
## Fixes ##
+ Resolved an issue resulting in not being able to pay using Direct iDEAL.
# Release Notes - Woo-Commerce 2.2.5 (June 24th, 2016) #
## Improvements ##
+ Added support for partial refunds for orders paid using Klarna and Pay After Delivery.
+ Added support for Fast Checkout order refunds.
+ Improvements were made to the iDEAL banklist selector, and a notice will be shown if no bank was selected.
## Fixes ##
+ Updated the Bancontact logo
## Fixes ##
+ Resolved issues occuring with Pay After Delivery and Klarna when using discounts.
+ Made compatible with WooCommerce version 2.6.
# Release Notes - Woo-Commerce 2.2.4 (March 8th, 2016) #
## Improvements ##
+ Pay After Delivery is now only visible for orders placed in The Netherlands.
+ Textual improvements for the option "Send the order confirmation".
+ Orders started with banktransfer are now set to On Hold, rather than "Pending Payment".
+ Uncleared orders are now set to On Hold, rather than "Pending Payment".
+ Improved the iDEAL description shown when no iDEAL issuer/bank has been selected.
## Fixes ##
+ Resolved a bug causing Error 1035 when refunding.
+ Changed the way coupons are applied, which previously resulted in a paid totals mismatch.
# Release Notes - Woo-Commerce 2.2.3 (Feb 18, 2016) #
## Improvements ##
+ Added dotpay as a payment method
+ Klarna and Pay After Delivery transactions are now set to Shipped, if enabled and the order is set to Completed.
+ Pay After Delivery is now only available as a payment method if the selected country is "The Netherlands".
+ Multistores in WooCommerce are now supported.
+ Added Bunq as a supported iDEAL issuer
## Fixes ##
+ Refunds from within WooCommerce now also work when using the WooCommerce Sequential Order Numbers plugin.
+ Issues with Gateway restrictions based on minimum and maximum amount are resolved for Klarna and Pay After Delivery.
+ Fixed a bug causing the postalcode not to be added to the order when using Fast Checkout.
+ Removed WooCommerce mailer functions in the plug-in, which was added to avoid mailing issues.
# Release Notes - Woo-Commerce 2.2.2 (Dec 14, 2015) #
## Improvements ##
+ Added Klarna reservationcode and link to the invoice in the order comments.
+ For KLARNA and PAD the orderstatus is set to shipped when order status is set to completed and this option is enabled in the configuration.
+ Added Goodcard as giftcard.
## Fixes ##
+ Fixed performance issue due to our plugin loaded the iDEAL issuers on every page..
+ Fixed housenumber is now correct parsed when using both address fields.
+ Fixed issue with wrong processing of some orderstatusses.
+ Fixed The FastCheckout button was not completly visable with latest updates of woocommerce default template.
# Release Notes - Woo-Commerce 2.2.1 (Sep 30, 2015) #
## Improvements ##
+ Added Klarna as payment method.
## Fixes ##
+ Fixed issue that prevents MultiSafepay to add the orderstatus in the order comment.
# Release Notes - Woo-Commerce 2.2.0 (May 21, 2015) #
## Improvements ##
+ Added an extra check to determine if the MultiSafepay class exists.
+ Debug option added to the plug-in for troubleshooting purposes.
+ Added improved payment method icons.
+ Added the MultiFactor agreement hyperlink.
+ Added Refund API support. Refunds via MultiSafepay can now be executed from the WooCommerce order/back-end.
+ Added a check to see if WooCommerce is active. The plug-in will not be loaded if not the case.
## Changes ##
+ Changed add_error(); to wc_add_notice();
## Fixes ##
+ Fixed some undefined notices and improved checks for page_id and the loading of the plugins.
+ Resolved the 'Cannot redeclare class' error.
# Release Notes - Woo-Commerce 2.1.0 (Oct 15, 2014) #
## Improvements ##
+ Added Fast Checkout
+ Added coupon support for FCO
+ Added option to enable/disable fco button
+ Added DB Table to check if order is already created and if so go to normal updating process when using Fast Checkout
+ Added amount check that compares the calculated order total after creating the order and the transaction amount. If they are not equal then set to wc-on-hold status and add a note about the mismatch in amounts
+ Added Payafter as a separate plugin
+ Added amex as a separate plugin
+ Added paypal as a separate plugin
+ Added VISA as a separate plugin
+ Added mistercash as a separate plugin
+ Added Mastercard as a separate plugin
+ Added Maestro as a separate plugin
+ Added giropay as a separate plugin
+ Added sofort as a separate plugin
+ Added DirectDebit as a separate plugin
+ Added Banktransfer as a separate plugin
+ Added iDEAL as a separate plugin
## Changes ##
+ Changed the processing of the offline actions so that FCO transactions work
+ Process stock on process_payment
+ Use ordernumber instead of orderid so that the plugin is compatible with thirdparty sequential ordernumbers plugins
+ Removed gateway method from the main module. Gateways are now separate plugins
+ Removed images from main module. These are now loaded from each separate plugins
+ Removed version checks as this version is only for 2.2 and higher
+ Removed useless code from all plugins
+ Removed country and amount restrictions. WooCommerce changed things and broke the function
## Fixes ##
+ Fixed bug with status updates
+ Fixed new bug with coupons not beeing processed because of extra check on cart or order discount
+ Small fixes (o.a. reported by Mark Roeling)
# Release Notes - Woo-Commerce 1.0.6 (Apr 15, 2014) #
## Improvements ##
+ Added support for direct Pay After Delivery
# Release Notes - Woo-Commerce 1.0.5 (Mar 21, 2014) #
## Improvements ##
+ Added support for American Express
+ Added housenumber check
## Fixes ##
+ Fixed bug when customer canceled a payment
+ Fixed bug that causes a empty status
+ Fixed bug in refund check
# Release Notes - Woo-Commerce 1.0.4 (Mar 06, 2014) #
## Improvements ##
+ Auto spit housenumber from address if needed
## Fixes ##
+ Fixed bug when customer canceled a payment
+ Fixed bug that causes a empty status
+ Fixed bug in refund check
# Release Notes - Woo-Commerce 1.0.3 (Feb 19, 2014) #
## Improvements ##
+ Added support for WooCommerce 2.1.x
+ Added payment method Pay After Delivery
+ Changed payment name 'directebanking' to 'Sofort Banking'
+ Added support for thirdparty payment surcharge module
+ Added support for dollars and GBP
+ Added check for available issuers when paying by iDEAL
+ added orderid to the return url
## Fixes ##
+ Fixed bug that caused no order data to show on thankyou page
# Release Notes - Woo-Commerce 1.0.2 (Aug 21, 2013) #
## Improvements ##
+ Optional send an invoice e-mail
## Fixes ##
+ Fixed bug in update order status

View File

@@ -0,0 +1,12 @@
Version 1.0.2
------------------------------------------------------------
Improvement Get plugin updates from wordpress.org
Version 1.0.1
------------------------------------------------------------
FIX - %bookingid% template tag is not being rendered.
FIX - Profit share is not being paid out due to incorrect event id.
Version 1.0
------------------------------------------------------------
Initial release

View File

@@ -0,0 +1,190 @@
# Copyright (C) 2019 Neoship
# This file is distributed under the same license as the Neoship plugin.
msgid ""
msgstr ""
"Project-Id-Version: Neoship 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/neoship\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-11-28T10:42:56+01:00\n"
"PO-Revision-Date: 2020-01-15 10:45+0100\n"
"X-Generator: Poedit 2.0.6\n"
"X-Domain: neoship\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n>=2 && n<=4 ? 1 : 2;\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sk_SK\n"
#. Plugin Name of the plugin
#. Author of the plugin
msgid "Neoship"
msgstr "Neoship"
#. Plugin URI of the plugin
msgid "neoship"
msgstr "neoship"
#. Description of the plugin
#: admin/class-neoship-admin.php:400
msgid "Export orders to neoship"
msgstr "Exportovať objednávky do Neoshipu"
#. Author URI of the plugin
msgid "https://info.neoship.sk/"
msgstr "https://info.neoship.sk/"
#: admin/class-neoship-admin.php:138
msgid "Login settings"
msgstr "Nastavenia prihlásenia"
#: admin/class-neoship-admin.php:145
msgid "Client ID"
msgstr "Client ID"
#: admin/class-neoship-admin.php:153
msgid "Client secret"
msgstr "Client secret"
#: admin/class-neoship-admin.php:162
msgid "Please fill data which you receive from neoship"
msgstr "Prosím, vyplňte dáta, ktoré ste dostali od Neoshipu"
#: admin/class-neoship-admin.php:192
msgid "Export to Neoship"
msgstr "Exportovať do Neoshipu"
#: admin/class-neoship-admin.php:193
msgid "Print stickers (PDF)"
msgstr "Tlač štítkov (PDF)"
#: admin/class-neoship-admin.php:194
msgid "Print zebra stickers(PDF) 102x152"
msgstr "Tlač Zebra štítkov (PDF) 102x152"
#: admin/class-neoship-admin.php:195
msgid "Print zebra stickers (PDF) 80x214"
msgstr "Tlač Zebra štítkov (PDF) 80x214"
#: admin/class-neoship-admin.php:196
msgid "Acceptance protocol"
msgstr "Preberací protokol"
#: admin/class-neoship-admin.php:245
msgid "%d order was exported"
msgid_plural "%d orders was exported"
msgstr[0] "%d objednávka bola exportovaná"
msgstr[1] "%d objednávky boli exportované"
msgstr[2] "%d objednávok bolo exportovaných"
#: admin/class-neoship-admin.php:248 admin/class-neoship-admin.php:254
msgid "%d order was not exported"
msgid_plural "%d orders was not exported"
msgstr[0] "%d objednávka nebola exportovaná"
msgstr[1] "%d objednávky neboli exportované"
msgstr[2] "%d objednávok nebolo exportovaných"
#: admin/class-neoship-admin.php:258
#, fuzzy
msgid "Order %d"
msgstr "Objednávka %d"
#: admin/class-neoship-admin.php:273 admin/class-neoship-admin.php:282
msgid "Exported to Neoship"
msgstr "Exportovaná do neoshipu"
#: admin/class-neoship-admin.php:277
msgid "Exported to Neoship <span class=\"count\">(%s)</span>"
msgid_plural "Exported to Neoship <span class=\"count\">(%s)</span>"
msgstr[0] "Exportovaná do Neoshipu <span class=\"count\">(%s)"
msgstr[1] "Exportované do Neoshipu <span class=\"count\">(%s)"
msgstr[2] "Exportovaných do Neoshipu <span class=\"count\">(%s)"
#: admin/class-neoship-admin.php:291
msgid "Tracking"
msgstr "Sledovanie zásielky"
#: admin/class-neoship-admin.php:421
msgid "Send SMS"
msgstr "Poslať SMS"
#: admin/class-neoship-admin.php:424
msgid "Send email"
msgstr "Poslať email"
#: admin/class-neoship-admin.php:428
msgid "Hold delivery"
msgstr "Pozdržať expedovanie"
#: admin/class-neoship-admin.php:431
msgid "Saturday delivery"
msgstr "Sobotné dodanie"
#: admin/class-neoship-admin.php:435
msgid "Amount of packages"
msgstr "Počet balíkov"
#: admin/class-neoship-admin.php:442
msgid "Amount of insurance"
msgstr "Výška poistenia"
#: admin/class-neoship-admin.php:446
msgid "Delivery type"
msgstr "Typ dodania"
#: admin/class-neoship-admin.php:448
msgid "Standard delivery"
msgstr "Štandardné doručenie"
#: admin/class-neoship-admin.php:449
msgid "Express to 12:00"
msgstr "Expres do 12:00"
#: admin/class-neoship-admin.php:450
msgid "Express to 9:00"
msgstr "Expres do 9:00"
#: admin/class-neoship-admin.php:460
msgid "Export"
msgstr "Exportovať"
#: includes/class-neoship-neoshipapi.php:180
msgid ""
"You are trying Neoship action on orders which are not imported to neoship"
msgstr ""
"Snažíte sa vykonať Neoship akciu nad objednávkami, ktoré neboli exportované "
"do neoshipu"
#: includes/class-neoship-neoshipapi.php:27
msgid "Bad login credentials"
msgstr "Zlé prihlasovacie údaje"
#: includes/class-neoship-neoshipapi.php:30
msgid "Login credentials are correct"
msgstr "Prihlasovacie údaje sú správne"
#: includes/class-neoship-neoshipapi.php:200
msgid "Something is wrong. Please refresh the page and try again"
msgstr "Niečo je zle. Prosím, obnovte stránku"
#: includes/class-neoship-parcelshop-method.php:11
#: includes/class-neoship-parcelshop-method.php:12
#: includes/class-neoship-parcelshop-method.php:64
msgid "Parcelshop"
msgstr "Parcelshop"
#: neoship.php:51
msgid "For using neoship you need activate WooCommerce plugin"
msgstr "Pre používanie Neoshipu, musíte mať aktivovaný WooCommerce plugin"
#: neoship.php:80
msgid "For using neoship you need WooCommerce version"
msgstr "Pre používanie Neoshipu potrebujete WooCommerce verziu"
#: public/class-neoship-public.php:130
msgid "Please fill parcelshop"
msgstr "Prosím vyplnte parcelshop"
#: public/class-neoship-public.php:135
msgid "Choose correct parcelshop"
msgstr "Vyberte správny parcelshop"

View File

@@ -0,0 +1,31 @@
== Changelog ==
= 2.0.2 - 25 Jan 2020 =
* Css modify
= 2.0.1 - 25 Jan 2020 =
* New widget Image Slider added
* Team, Testimonial Update
= 2.0.0 - 23 Jan 2020 =
* New Widgets: Accordion, Image Slider
* Team, Testimonial, Blog, Blog Feed, Slider Gallery: Slider control modify
= 1.0.2 - 22 Jan 2020 =
* New Widgets: Pie Chart, Image Accordion
* Team: Added new styles
* Testimonial: control modify
= 1.0.1 - 21 Jan 2020 =
* Issues fixed
= 1.0.0 - 19 Jan 2020 =
* New: Icon Box, Image Box, Flip Box, Blog, Blog Feed, Button, Dual Button, FunFact, Comparison, Hotspots, Heading, Pricing Table, Gallery, Tab Gallery, Slider Gallery, Skill Bar / Progress, Team, Testimonial / Client Review
= 0.0.1 - 18 January 2020 =
* Initial release

View File

@@ -0,0 +1,28 @@
{
"name": "sorta-brilliant-postscript",
"version": "1.0.0",
"description": "P.S.",
"author": "sorta brilliant",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
],
"homepage": "https://sortabrilliant.com",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sortabrilliant/postscript.git"
},
"scripts": {
"build": "wp-scripts build",
"lint:css": "wp-scripts lint-style ./src",
"lint:scripts": "wp-scripts lint-js ./src",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^6.1.1",
"classnames": "^2.2.6"
}
}

View File

@@ -0,0 +1,729 @@
# Copyright (C) 2020 Posterno
# This file is distributed under the same license as the Posterno Elementor package.
msgid ""
msgstr ""
"Project-Id-Version: Posterno Elementor 1.0.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/posterno-elementor\n"
"POT-Creation-Date: 2020-01-28 13:12:16+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-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.3\n"
#: includes/actions.php:32 includes/classes/Conditions/Listings.php:48
#: includes/theme-builder-tags.php:40
msgid "Listings"
msgstr ""
#: includes/actions.php:40 includes/classes/Conditions/ListingsArchive.php:89
#: includes/classes/Documents/ListingsArchive.php:66
msgid "Listings archive"
msgstr ""
#: includes/actions.php:48
msgid "Listings single"
msgstr ""
#: includes/classes/Cache.php:107 includes/classes/Elements/TermsList.php:195
msgid "Default"
msgstr ""
#: includes/classes/Conditions/ListingsArchive.php:98
msgid "All listings archives"
msgstr ""
#: includes/classes/Documents/Listing.php:66
msgid "Single listing"
msgstr ""
#: includes/classes/Documents/ListingsArchive.php:130
#: includes/classes/Documents/ListingsArchive.php:143
#: includes/classes/Documents/ListingsArchive.php:154
msgid "Archive"
msgstr ""
#: includes/classes/Documents/ListingsArchive.php:147
msgid "Search results"
msgstr ""
#: includes/classes/Elements/Archive/ArchiveFeaturedImage.php:45
msgid "Archive featured image"
msgstr ""
#: includes/classes/Elements/Archive/ArchiveFeaturedImage.php:83
#: includes/classes/Elements/Archive/ArchiveMap.php:83
#: includes/classes/Elements/Archive/ArchiveSorter.php:83
#: includes/classes/Elements/FacetAmount.php:83
#: includes/classes/Elements/FacetFakeQuery.php:83
#: includes/classes/Elements/FacetPagination.php:83
#: includes/classes/Elements/FacetResultsNumber.php:83
#: includes/classes/Elements/FacetSearchSubmit.php:83
#: includes/classes/Elements/FacetSorter.php:83
#: includes/classes/Elements/ListingAddToFavouritesButton.php:83
#: includes/classes/Elements/ListingClaimButton.php:83
#: includes/classes/Elements/RatingStars.php:83
#: includes/classes/Elements/Single/ListingCustomField.php:86
#: includes/classes/Elements/Single/ListingGallery.php:83
#: includes/classes/Elements/Single/ListingMap.php:84
#: includes/classes/Elements/Single/ListingReviewsBars.php:84
#: includes/classes/Elements/Single/ListingReviewsFilter.php:84
#: includes/classes/Elements/Single/ListingReviewsForm.php:84
#: includes/classes/Elements/Single/ListingReviewsList.php:84
#: includes/classes/Elements/Single/ListingTerms.php:85
#: includes/classes/Elements/SocialLoginButtons.php:83
msgid "Settings"
msgstr ""
#: includes/classes/Elements/Archive/ArchiveFeaturedImage.php:93
#: includes/classes/Elements/Archive/ArchiveMap.php:93
#: includes/classes/Elements/Archive/ArchiveSorter.php:93
#: includes/classes/Elements/FacetAmount.php:93
#: includes/classes/Elements/FacetPagination.php:93
#: includes/classes/Elements/FacetResultsNumber.php:93
#: includes/classes/Elements/FacetSorter.php:93
#: includes/classes/Elements/Single/ListingGallery.php:93
#: includes/classes/Elements/Single/ListingMap.php:94
#: includes/classes/Elements/Single/ListingReviewsBars.php:94
#: includes/classes/Elements/Single/ListingReviewsFilter.php:94
#: includes/classes/Elements/Single/ListingReviewsForm.php:94
#: includes/classes/Elements/Single/ListingReviewsList.php:94
msgid "This element does not have any settings."
msgstr ""
#: includes/classes/Elements/Archive/ArchiveMap.php:45
msgid "Archive map"
msgstr ""
#: includes/classes/Elements/Archive/ArchiveSorter.php:45
msgid "Archive sorter"
msgstr ""
#: includes/classes/Elements/FacetAmount.php:45
msgid "Faceted Amount"
msgstr ""
#: includes/classes/Elements/FacetFakeQuery.php:45
msgid "Faceted fake query"
msgstr ""
#: includes/classes/Elements/FacetFakeQuery.php:93
msgid ""
"This element does not have any settings. Please refer to the documentation "
"of the search forms plugin for more information."
msgstr ""
#: includes/classes/Elements/FacetPagination.php:45
msgid "Faceted Pagination"
msgstr ""
#: includes/classes/Elements/FacetResultsNumber.php:45
msgid "Faceted results number"
msgstr ""
#: includes/classes/Elements/FacetSearchSubmit.php:45
msgid "Faceted Search Submit"
msgstr ""
#: includes/classes/Elements/FacetSearchSubmit.php:91
msgid "Button label"
msgstr ""
#: includes/classes/Elements/FacetSearchSubmit.php:93
#: includes/classes/Elements/FacetSearchSubmit.php:120
msgid "Search"
msgstr ""
#: includes/classes/Elements/FacetSearchSubmit.php:100
msgid "Redirect URL"
msgstr ""
#: includes/classes/Elements/FacetSearchSubmit.php:102
msgid "https://example.com/page"
msgstr ""
#: includes/classes/Elements/FacetSearchSubmit.php:136
msgid "Please enter a redirect url."
msgstr ""
#: includes/classes/Elements/FacetSorter.php:45
msgid "Faceted Sorter"
msgstr ""
#: includes/classes/Elements/ListingAddToFavouritesButton.php:45
msgid "Listing add to favourites button"
msgstr ""
#: includes/classes/Elements/ListingAddToFavouritesButton.php:91
#: includes/classes/Elements/ListingClaimButton.php:91
#: includes/classes/Elements/RatingStars.php:91
msgid "Specific listing ID"
msgstr ""
#: includes/classes/Elements/ListingAddToFavouritesButton.php:95
#: includes/classes/Elements/ListingClaimButton.php:95
msgid ""
"Enter the ID number of the listing for which you wish to display the "
"button. Leave empty to automatically detect the current listing. Leaving it "
"empty may not work in all situations."
msgstr ""
#: includes/classes/Elements/ListingCard.php:46 includes/theme-locations.php:60
msgid "Listing card"
msgstr ""
#: includes/classes/Elements/ListingCard.php:84
msgid "Listing settings"
msgstr ""
#: includes/classes/Elements/ListingCard.php:92
msgid "Listing ID Number"
msgstr ""
#: includes/classes/Elements/ListingCard.php:107
#: includes/classes/Elements/ListingsQuery.php:250
msgid "List"
msgstr ""
#: includes/classes/Elements/ListingCard.php:108
#: includes/classes/Elements/ListingsQuery.php:249
msgid "Grid"
msgstr ""
#: includes/classes/Elements/ListingCard.php:115
#: includes/classes/Elements/ListingsQuery.php:257
#: includes/classes/Elements/TermsList.php:202
msgid "Layout style"
msgstr ""
#: includes/classes/Elements/ListingCard.php:185
msgid "No listing was found with that ID."
msgstr ""
#: includes/classes/Elements/ListingClaimButton.php:45
msgid "Listing claim button"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:48
msgid "Listings query"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:86
msgid "Query settings"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:94
msgid "Use current query"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:97
#: includes/classes/Elements/ListingsQuery.php:128
#: includes/classes/Elements/ListingsQuery.php:156
#: includes/classes/Elements/RatingStars.php:104
#: includes/classes/Elements/Single/ListingTerms.php:135
#: includes/classes/Elements/TermsList.php:104
#: includes/classes/Elements/TermsList.php:128
#: includes/classes/Visibility.php:88
msgid "Yes"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:98
#: includes/classes/Elements/ListingsQuery.php:129
#: includes/classes/Elements/ListingsQuery.php:157
#: includes/classes/Elements/RatingStars.php:105
#: includes/classes/Elements/Single/ListingTerms.php:136
#: includes/classes/Elements/TermsList.php:105
#: includes/classes/Elements/TermsList.php:129
#: includes/classes/Visibility.php:89
msgid "No"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:101
msgid "Enable this option only when creating custom archive layouts."
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:114
msgid "Select one or more term to adjust the query."
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:126
msgid "Featured listings only"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:141
msgid "Listings per page"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:154
msgid "Limit query to specific listings"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:169
msgid "Listings IDs"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:171
msgid "Example: 55, 98"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:184
msgid "Enter one or more listing id number separated by a comma."
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:191
msgid "Authors"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:193
msgid "ID numbers"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:194
msgid ""
"Enter one or more users ID numbers separated by a comma to limit listings "
"by specific authors only."
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:204
msgid "Pagination"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:208
msgid "Enabled"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:209
#: includes/classes/Elements/Single/ListingTerms.php:213
msgid "Disabled"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:218
msgid "Query ID"
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:220
msgid "Optional string if you wish to filter the query arguments programmatically."
msgstr ""
#: includes/classes/Elements/ListingsQuery.php:235
#: includes/classes/Elements/Single/ListingTerms.php:184
#: includes/classes/Elements/TermsList.php:181
msgid "Layout"
msgstr ""
#: includes/classes/Elements/RatingStars.php:45
msgid "Rating stars"
msgstr ""
#: includes/classes/Elements/RatingStars.php:95
msgid ""
"Enter the ID number of the listing for which you wish to display rating "
"stars. Leave empty to automatically detect the current listing. Leaving it "
"empty may not work in all situations."
msgstr ""
#: includes/classes/Elements/RatingStars.php:102
msgid "Hide total"
msgstr ""
#: includes/classes/Elements/SearchFacet.php:45
msgid "Search Facet"
msgstr ""
#: includes/classes/Elements/SearchFacet.php:83
msgid "Facet settings"
msgstr ""
#: includes/classes/Elements/SearchFacet.php:91
msgid "Search facet"
msgstr ""
#: includes/classes/Elements/Single/ListingCustomField.php:48
#: includes/classes/Tags/ListingCustomField.php:39
msgid "Listing custom field"
msgstr ""
#: includes/classes/Elements/Single/ListingCustomField.php:96
#: includes/classes/Tags/ListingCustomField.php:65
msgid "Select custom field"
msgstr ""
#: includes/classes/Elements/Single/ListingGallery.php:45
msgid "Listing Gallery"
msgstr ""
#: includes/classes/Elements/Single/ListingMap.php:46
msgid "Listing Map"
msgstr ""
#: includes/classes/Elements/Single/ListingReviewsBars.php:46
msgid "Listing reviews bars summary"
msgstr ""
#: includes/classes/Elements/Single/ListingReviewsFilter.php:46
msgid "Listing reviews filter"
msgstr ""
#: includes/classes/Elements/Single/ListingReviewsForm.php:46
msgid "Listing reviews form"
msgstr ""
#: includes/classes/Elements/Single/ListingReviewsList.php:46
msgid "Listing reviews list"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:47
msgid "Listing terms list"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:93
#: includes/classes/Elements/TermsList.php:93
msgid "Taxonomy"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:102
#: includes/classes/Elements/TermsList.php:148
msgid "Order by"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:120
#: includes/classes/Elements/TermsList.php:166
msgid "Order"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:133
#: includes/classes/Elements/TermsList.php:126
msgid "Hide empty terms"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:145
#: includes/classes/Elements/TermsList.php:138
msgid "Number of terms"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:155
msgid "Include"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:157
msgid "Comma-separated string of term ids to include."
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:164
msgid "Exclude"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:166
msgid ""
"Comma-separated string of term ids to exclude. If the \"include\" option is "
"not empty, the exclude option will be ignored."
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:173
msgid "Parent"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:175
msgid "Parent term ID to retrieve direct-child terms of."
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:192
msgid "Vertical"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:193
msgid "Horizontal"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:200
msgid "List layout"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:210
msgid "Icon layout"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:214
#: includes/classes/Elements/Single/ListingTerms.php:224
msgid "Custom icon"
msgstr ""
#: includes/classes/Elements/Single/ListingTerms.php:215
msgid "Term icon"
msgstr ""
#: includes/classes/Elements/SocialLoginButtons.php:45
msgid "Social login buttons"
msgstr ""
#: includes/classes/Elements/SocialLoginButtons.php:91
msgid "Redirect"
msgstr ""
#: includes/classes/Elements/SocialLoginButtons.php:93
msgid ""
"Optionally specify a custom redirect URL. Leave blank to use the redirect "
"configured in your Posterno settings panel."
msgstr ""
#: includes/classes/Elements/TermsList.php:47
msgid "Terms List"
msgstr ""
#: includes/classes/Elements/TermsList.php:85
msgid "Taxonomy settings"
msgstr ""
#: includes/classes/Elements/TermsList.php:102
msgid "Show subcategories"
msgstr ""
#: includes/classes/Plugin.php:84 includes/classes/Plugin.php:95
msgid "Cheatin&#8217; huh?"
msgstr ""
#: includes/classes/Tags/ListingAddress.php:36
#: includes/classes/Tags/ListingAddress.php:62
msgid "Address"
msgstr ""
#: includes/classes/Tags/ListingAddress.php:58
msgid "Output control"
msgstr ""
#: includes/classes/Tags/ListingAddress.php:63
msgid "Latitude"
msgstr ""
#: includes/classes/Tags/ListingAddress.php:64
msgid "Longitude"
msgstr ""
#: includes/classes/Tags/ListingAddress.php:65
msgid "Combined coordinates"
msgstr ""
#: includes/classes/Tags/ListingClaimed.php:36
msgid "Claimed status"
msgstr ""
#: includes/classes/Tags/ListingClaimed.php:48
#: includes/classes/Tags/ListingFeatured.php:48
msgid "Text"
msgstr ""
#: includes/classes/Tags/ListingClaimed.php:50
msgid "Verified"
msgstr ""
#: includes/classes/Tags/ListingExpiryDate.php:36
msgid "Expiry date"
msgstr ""
#: includes/classes/Tags/ListingFeatured.php:36
msgid "Featured status"
msgstr ""
#: includes/classes/Tags/ListingFeatured.php:50
msgid "Featured"
msgstr ""
#: includes/classes/Tags/ListingFeaturedImage.php:37
msgid "Listing featured image"
msgstr ""
#: includes/classes/Tags/ListingReviewsListUrl.php:36
msgid "Reviews list URL"
msgstr ""
#: includes/classes/Tags/ListingReviewsOverallRating.php:36
msgid "Overall rating number"
msgstr ""
#: includes/classes/Tags/ListingReviewsOverallRating.php:61
msgid "Fallback text"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:36
msgid "Total number of reviews"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:61
msgid "No reviews format"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:62
msgid "No reviews"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:69
msgid "One review format"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:70
msgid "One review"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:77
msgid "Many reviews format"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:78
msgid "{number} reviews"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:85
msgid "Link"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:89
msgid "None"
msgstr ""
#: includes/classes/Tags/ListingReviewsTotal.php:90
msgid "Reviews Link"
msgstr ""
#: includes/classes/Tags/LoginUrl.php:36
msgid "Login URL"
msgstr ""
#: includes/classes/Tags/LoginUrl.php:58 includes/classes/Tags/LogoutUrl.php:58
#: includes/classes/Tags/RegistrationUrl.php:58
msgid "Redirect url"
msgstr ""
#: includes/classes/Tags/LoginUrl.php:60 includes/classes/Tags/LogoutUrl.php:60
#: includes/classes/Tags/RegistrationUrl.php:60
msgid "Leave blank to use the default settings set in Posterno."
msgstr ""
#: includes/classes/Tags/LogoutUrl.php:36
msgid "Logout URL"
msgstr ""
#: includes/classes/Tags/RegistrationUrl.php:36
msgid "Registration URL"
msgstr ""
#: includes/classes/Visibility.php:72
msgid "Visibility control"
msgstr ""
#: includes/classes/Visibility.php:85
msgid "Enable visibility conditions"
msgstr ""
#: includes/classes/Visibility.php:98
msgid "Visible when:"
msgstr ""
#: includes/classes/Visibility.php:114
msgid "Hidden when:"
msgstr ""
#: includes/classes/Visibility.php:133
msgid "Listing ID:"
msgstr ""
#: includes/classes/Visibility.php:134
msgid ""
"Some visibility conditions are reserved for listings. Here you can specific "
"to which listing it should apply. Select \"Post ID\" from the the dynamic "
"menu to automatically retrieve the ID number of the current listing."
msgstr ""
#: includes/classes/Visibility.php:142
msgid "Listing types"
msgstr ""
#: includes/classes/Visibility.php:160
msgid "User is logged in"
msgstr ""
#: includes/classes/Visibility.php:161
msgid "User is logged out"
msgstr ""
#: includes/classes/Visibility.php:162
msgid "User has submitted listings"
msgstr ""
#: includes/classes/Visibility.php:163
msgid "User is owner of listing"
msgstr ""
#: includes/classes/Visibility.php:164
msgid "Listing is featured"
msgstr ""
#: includes/classes/Visibility.php:165
msgid "Listing is expired"
msgstr ""
#: includes/classes/Visibility.php:166
msgid "Listing is of type"
msgstr ""
#: includes/classes/Visibility.php:167
msgid "Listing has featured image"
msgstr ""
#: includes/classes/Visibility.php:171
msgid "Listing is claimed"
msgstr ""
#: includes/classes/Visibility.php:175
msgid "User has bookmarked listing"
msgstr ""
#: includes/classes/Visibility.php:179
msgid "User has reviewed listing"
msgstr ""
#: includes/classes/Visibility.php:180
msgid "Listing has reviews"
msgstr ""
#: includes/settings.php:24
msgid "Cards layout"
msgstr ""
#: includes/settings.php:32
msgid "Listing card layout for the \"%1$s\" type [%2$s]"
msgstr ""
#: includes/theme-locations.php:33
msgid "Listings dashboard page: %s (before)"
msgstr ""
#: includes/theme-locations.php:40
msgid "Listings dashboard page: %s (after)"
msgstr ""
#: templates/terms-list-listings-types.php:63
msgid "Browse listings"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Posterno Elementor"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://posterno.com/extensions/elementor"
msgstr ""
#. Description of the plugin/theme
msgid "Visually build your listings directory website with Posterno and Elementor."
msgstr ""
#. Author of the plugin/theme
msgid "Posterno"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://posterno.com"
msgstr ""

View File

@@ -0,0 +1,111 @@
# Copyright (C) 2020 Posterno
# This file is distributed under the same license as the Posterno Favourites package.
msgid ""
msgstr ""
"Project-Id-Version: Posterno Favourites 1.0.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/posterno-favourites\n"
"POT-Creation-Date: 2020-01-13 17:43:25+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-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.3\n"
#: includes/actions.php:32 includes/actions.php:58
msgid "Something went wrong while bookmarking this listing."
msgstr ""
#: includes/actions.php:97 templates/added-notice.php:20
msgid "Listing successfully added to your favourites."
msgstr ""
#: includes/actions.php:132
msgid "Something went wrong while removing this listing from your favourites."
msgstr ""
#: includes/actions.php:166 templates/dashboard-list.php:37
#: templates/removed-notice.php:20
msgid "Listing successfully removed from your favourites."
msgstr ""
#: includes/classes/FavouritesList.php:106
#: includes/classes/FavouritesList.php:147
msgid "Untitled list"
msgstr ""
#: includes/classes/Plugin.php:94 includes/classes/Plugin.php:105
msgid "Cheatin&#8217; huh?"
msgstr ""
#: includes/filters.php:83 templates/dashboard-list.php:28
msgid "Favourites"
msgstr ""
#: templates/action.php:28
msgid "Toggle from favourites"
msgstr ""
#: templates/action.php:34 templates/button-shortcode.php:39
#: templates/button-shortcode.php:46 templates/button.php:35
#: templates/button.php:42
msgid "Add to favourites"
msgstr ""
#: templates/button-shortcode.php:32 templates/button.php:28
msgid "Remove from favourites"
msgstr ""
#: templates/dashboard-list.php:22
msgid "Your favourites list is currently empty."
msgstr ""
#: templates/dashboard-list.php:49
msgid "Listing"
msgstr ""
#: templates/dashboard-list.php:50
msgid "Actions"
msgstr ""
#: templates/dashboard-list.php:60
msgid "Remove"
msgstr ""
#: templates/dashboard-list.php:73
msgid "Are you sure?"
msgstr ""
#: templates/dashboard-list.php:79
msgid ""
"Are you sure you want to remove the listing <strong>\"%s\"</strong> from "
"your favourites?"
msgstr ""
#: templates/dashboard-list.php:82
msgid "Remove listing"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Posterno Favourites"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://posterno.com/extensions/favourites"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Allows users to keep a list of favorite listings. This is a Posterno "
"extension."
msgstr ""
#. Author of the plugin/theme
msgid "Posterno"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://posterno.com"
msgstr ""

View File

@@ -0,0 +1,92 @@
# Copyright (C) 2020 SomewhereWarm
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: Product Bundles - Bulk Discounts for WooCommerce 1.3.0\n"
"Report-Msgid-Bugs-To: support@somewherewarm.gr\n"
"POT-Creation-Date: 2020-01-28 15:54:01+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: product-bundles-bulk-discounts-for-woocommerce.php:243
#: product-bundles-bulk-discounts-for-woocommerce.php:256
#: product-bundles-bulk-discounts-for-woocommerce.php:348
msgid "Line <strong> %s </strong> not saved. Invalid format."
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:290
#: product-bundles-bulk-discounts-for-woocommerce.php:299
#: product-bundles-bulk-discounts-for-woocommerce.php:307
msgid "Line <strong> %s </strong> not saved. Overlapping data."
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:319
msgid "Line <strong> %s </strong> not saved. Invalid discount."
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:386
msgid ""
"<strong>Product Bundles &ndash; Bulk Discounts</strong> requires "
"WooCommerce Product Bundles <strong>%s</strong> or higher."
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:403
msgid "Bulk Discounts"
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:404
msgid ""
"Define bulk discounts by adding one discount rule per line in either: i) "
"quantity range format, e.g. <strong>1 - 5 | 5</strong>, ii) single quantity "
"format, e.g. <strong>6 | 10</strong>, or iii) \"equal to or higher\" "
"format, e.g. <strong>7+ | 15</strong>.<br>Note: Discount amounts are "
"expressed in % only."
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:735
msgid "%s <small>(before discount)</small>"
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:805
msgid "Subtotal: "
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:806
msgid "Discount: "
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:807
msgid "%s%%"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Product Bundles - Bulk Discounts for WooCommerce"
msgstr ""
#. Plugin URI of the plugin/theme
msgid ""
"https://docs.woocommerce.com/document/bundles/bundles-extensions/#bulk-"
"discounts"
msgstr ""
#. Description of the plugin/theme
msgid "Bulk quantity discounts for WooCommerce Product Bundles."
msgstr ""
#. Author of the plugin/theme
msgid "SomewhereWarm"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://somewherewarm.gr/"
msgstr ""
#: product-bundles-bulk-discounts-for-woocommerce.php:808
msgctxt "\"Discount\" string followed by value"
msgid "%1$s%2$s"
msgstr ""

View File

@@ -0,0 +1,143 @@
# Copyright (C) 2020 SomewhereWarm
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: Product Bundles - Min/Max Items for WooCommerce 1.4.0\n"
"Report-Msgid-Bugs-To: https://support.woothemes.com/hc/en-us\n"
"POT-Creation-Date: 2020-01-28 13:49:39+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-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"
#: product-bundles-min-max-items-for-woocommerce.php:125
msgid ""
"<strong>Product Bundles &ndash; Min/Max Items</strong> requires WooCommerce "
"Product Bundles <strong>%s</strong> or higher."
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:137
msgid "Items Required (&ge;)"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:139
msgid "Minimum required quantity of bundled items."
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:146
msgid "Items Allowed (&le;)"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:148
msgid "Maximum allowed quantity of bundled items."
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:188
msgid "Please choose an item."
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:189
msgid "Please choose 1 item.%s"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:190
msgid "Please choose at least 1 item.%s"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:191
msgid "Please choose up to 1 item.%s"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:192
msgid "Please choose at least %1$s items.%2$s"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:193
msgid "Please choose up to %1$s items.%2$s"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:194
msgid "Please choose %1$s items.%2$s"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:195
msgid "%s items selected"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:196
msgid "1 item selected"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:264
msgid "&quot;%s&quot; cannot be purchased"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:267
#: product-bundles-min-max-items-for-woocommerce.php:328
msgid "please choose 1 item"
msgid_plural "please choose %s items"
msgstr[0] ""
msgstr[1] ""
#: product-bundles-min-max-items-for-woocommerce.php:269
#: product-bundles-min-max-items-for-woocommerce.php:330
msgid "please choose at least 1 item"
msgid_plural "please choose at least %s items"
msgstr[0] ""
msgstr[1] ""
#: product-bundles-min-max-items-for-woocommerce.php:271
#: product-bundles-min-max-items-for-woocommerce.php:332
msgid "please limit your selection to 1 item"
msgid_plural "please choose up to %s items"
msgstr[0] ""
msgstr[1] ""
#: product-bundles-min-max-items-for-woocommerce.php:325
msgid "&quot;%s&quot; cannot be added to the cart"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:336
msgid " (you have chosen 1)"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:338
msgid " (you have chosen %s)"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Product Bundles - Min/Max Items for WooCommerce"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://somewherewarm.gr/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Free mini-extension for WooCommerce Product Bundles that allows you to "
"control the minimum or maximum quantity of bundled products that customers "
"must choose in order to purchase a Product Bundle."
msgstr ""
#. Author of the plugin/theme
msgid "SomewhereWarm"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:197
msgctxt "validation error status format"
msgid "<span class=\"bundled_items_selection_status\">%s</span>"
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:274
msgctxt "cart validation error: action, resolution"
msgid "%1$s &ndash; %2$s."
msgstr ""
#: product-bundles-min-max-items-for-woocommerce.php:341
msgctxt "add-to-cart validation error: action, resolution, status"
msgid "%1$s &ndash; %2$s%3$s."
msgstr ""

View File

@@ -388,6 +388,10 @@
<link rel="stylesheet" id="wpb-apt-grid-css" href="http://wp.lab/wp-content/plugins/advance-pricing-table/assets/css/main.css?ver=1.0" type="text/css" media="all">
<!-- advance-social-icons -->
<link rel="stylesheet" id="frontviewstyle-css" href="http://wp.lab/wp-content/plugins/advance-social-icons/css/asi-frontend.css?ver=1.0" media="all">
<!-- advanced-ads -->
<script type='text/javascript' src='http://wp.lab/wp-content/plugins/advanced-ads/public/assets/js/advanced.js?ver=1.10.4'></script>
@@ -408,6 +412,15 @@
<script type='text/javascript' src='http://wp.lab/wp-content/plugins/advanced-ads-slider/public/assets/js/jquery.event.swipe.js?ver=1.4.4'></script>
<!-- advanced-ads-sticky-ads -->
<script type="text/javascript" src="https://wp.lab/wp-content/plugins/advanced-ads-sticky-ads/public/assets/js/sticky.js?ver=1.7.7"></script>
<!-- advanced-ads-tracking -->
<script type="text/javascript" src="https://wp.lab/wp-content/plugins/advanced-ads-tracking/public/assets/js/ga-tracking.js?ver=1.8.13"></script>
<script type="text/javascript" src="https://wp.lab/wp-content/plugins/advanced-ads-tracking/public/assets/js/script.js?ver=1.8.13"></script>
<!-- advanced-backgrounds -->
<link rel="stylesheet" id="nk-awb-css" href="http://wp.lab/wp-content/plugins/advanced-backgrounds/assets/awb/awb.css?ver=1.3.2" type="text/css" media="all">
<link rel="stylesheet" id="nk-awb-css" href="http://wp.lab/wp-content/plugins/advanced-backgrounds/assets/awb/awb.min.css?ver=1.3.2" type="text/css" media="all">
@@ -441,6 +454,10 @@
<link rel="stylesheet" id="advanced-forms-paypal-payment-buttons-css" href="http://wp.lab/wp-content/plugins/advanced-forms-paypal-payment-buttons/public/css/advanced-forms-paypal-payment-buttons-public.css?ver=1.0.0" type="text/css" media="all">
<!-- advanced-mailto-links -->
<script src="http://wp.lab/wp-content/plugins/advanced-mailto-links/assets/js/mailtoui-min.js?ver=1.0.1"></script>
<!-- advanced-page-visit-counter -->
<link rel="stylesheet" id="advanced-page-visit-counter-css" href="http://wp.lab/wp-content/plugins/advanced-page-visit-counter/public/css/advanced-page-visit-counter-public.css?ver=1.0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/advanced-page-visit-counter/public/js/advanced-page-visit-counter-public.js?ver=1.0.1"></script>
@@ -553,6 +570,11 @@
<link rel="stylesheet" id="age-gate-css" href="http://wp.lab/wp-content/plugins/age-gate/public/css/age-gate-public.css?ver=1.5.1" type="text/css" media="all">
<!-- age-okay -->
<link rel="stylesheet" id="age_okay_public_css-css" href="http://wp.lab/wp-content/plugins/age-okay/public/css/age-okay-public-min.css?ver=1.0.0-F" media="all">
<script src="http://wp.lab/wp-content/plugins/age-okay/public/js/age-okay-public-min.js?ver=1.0.0-F"></script>
<!-- agile-store-locator -->
<link rel="stylesheet" id="agile-store-locator-all-css-css" href="http://wp.lab/wp-content/plugins/agile-store-locator/public/css/all-css.min.css?ver=1.1.1" type="text/css" media="all">
<link rel="stylesheet" id="agile-store-locator-asl-responsive-css" href="http://wp.lab/wp-content/plugins/agile-store-locator/public/css/asl_responsive.css?ver=1.1.1" type="text/css" media="all">
@@ -576,6 +598,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/js/public.js?ver=1.0.0"></script>
<!-- ajax-add-to-cart-on-hover -->
<link rel="stylesheet" id="icons-css" href="http://wp.lab/wp-content/plugins/ajax-add-to-cart-on-hover//font-awesome.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/ajax-add-to-cart-on-hover/custom.js?ver=1.0.0"></script>
<!-- ajax-content-browser -->
<link rel="stylesheet" id="acb-general-css" href="http://wp.lab/wp-content/plugins/ajax-content-browser/assets/css/acb.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ajax-content-browser/assets/js/jquery-tiptip/jquery-tiptip.js?ver=1.0.2"></script>
@@ -672,6 +699,10 @@
<link rel="stylesheet" id="ai1ec_style-css" href="//wp.lab/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css?ver=2.5.28" type="text/css" media="all">
<!-- all-in-one-invite-codes -->
<script src="http://wp.lab/wp-content/plugins/all-in-one-invite-codes/assets/js/front.js?ver=1.0.4"></script>
<!-- alligator-popup -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/alligator-popup/js/popup.js?ver=1.2.0"></script>
@@ -1293,6 +1324,20 @@
<script src="http://wp.lab/wp-content/plugins/az-product-slider-for-woocommerce/assets/main.js?ver=1.0.1"></script>
<!-- azexo-store-locator -->
<link rel="stylesheet" id="ion-range-slider-css" href="http://wp.lab/wp-content/plugins/azexo-store-locator/css/ion.rangeSlider.css?ver=1.1" media="all">
<link rel="stylesheet" id="air-datepicker-css" href="http://wp.lab/wp-content/plugins/azexo-store-locator/css/air-datepicker.css?ver=1.1" media="all">
<link rel="stylesheet" id="azh_frontend-css" href="http://wp.lab/wp-content/plugins/azexo-store-locator/css/frontend.css?ver=1.1" media="all">
<link rel="stylesheet" id="azt_frontend-css" href="http://wp.lab/wp-content/plugins/azexo-store-locator/css/templates.css?ver=1.1" media="all">
<script src="http://wp.lab/wp-content/plugins/azexo-store-locator/js/ion.rangeSlider.js?ver=1.1"></script>
<script src="http://wp.lab/wp-content/plugins/azexo-store-locator/js/air-datepicker.js?ver=1.1"></script>
<script src="http://wp.lab/wp-content/plugins/azexo-store-locator/js/frontend.js?ver=1.1"></script>
<script src="http://wp.lab/wp-content/plugins/azexo-store-locator/js/templates.js?ver=1.1"></script>
<script src="http://wp.lab/wp-content/plugins/azexo-store-locator/js/infobox.js?ver=1.1"></script>
<script src="http://wp.lab/wp-content/plugins/azexo-store-locator/js/markerclusterer.js?ver=1.1"></script>
<script src="http://wp.lab/wp-content/plugins/azexo-store-locator/js/richmarker.js?ver=1.1"></script>
<!-- azurecurve-display-after-post-content -->
<link rel="stylesheet" id="azurecurve-display-after-post-content-css" href="http://wp.lab/wp-content/plugins/azurecurve-display-after-post-content/style.css?ver=1.0.0" type="text/css" media="all">
@@ -1335,6 +1380,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/back-to-top-advanced/classes/../assets/script.js?ver=1.1"></script>
<!-- bad-ip-wp -->
<link rel="stylesheet" id="bad_ip_wp-css" href="http://wp.lab/wp-content/plugins/bad-ip-wp/public/css/bad_ip_wp-public.css?ver=1.0.3" media="all">
<script src="http://wp.lab/wp-content/plugins/bad-ip-wp/public/js/bad_ip_wp-public.js?ver=1.0.3"></script>
<!-- badge-creator-free -->
<link rel="stylesheet" id="badgeCreator-css" href="http://wp.lab/wp-content/plugins/badge-creator-free/public/css/badgeCreator-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/badge-creator-free/public/js/badgeCreator-public.js?ver=1.0.0"></script>
@@ -1785,6 +1835,26 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/blur-text/blur-text.js?ver=1.0.0"></script>
<!-- bma-lite-appointment-booking-and-scheduling -->
<link rel="stylesheet" id="rtwbmal-book-my-appointment-css" href="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/public/css/rtwbmal-book-my-appointment-public.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="googleapis-css" href="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/public/css/googleapis.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="datepicker-css" href="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/jquery-ui.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="modal-css" href="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/jquery-modal/jquery.modal.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="font-awesome-css" href="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/fontawesome/css/all.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="select2-css" href="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/select2/select2.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="rtwbmal-template-css" href="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/public/partials/template/rtwbmal-template-public.css?ver=1.0.0" media="">
<link rel="stylesheet" id="rtwbmal-template-first-css" href="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/public/partials/template/template-css/template-first.css?ver=1.0.0" media="">
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/public/js/rtwbmal-book-my-appointment-public.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/select2/select2.full.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/blockUI/jquery.blockUI.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/jquery.validate/jquery.validate.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/jquery.notify.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/public/partials/template/rtwbmal-template-public.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/public/partials/template/template-js/template-first.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/assets/jquery-ui.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/bma-lite-appointment-booking-and-scheduling/public/js/jquery.maskedinput.js?ver=1.0.0"></script>
<!-- bmlt-tabbed-map -->
<link rel="stylesheet" id="leaflet_css-css" href="http://wp.lab/wp-content/plugins/bmlt-tabbed-map/public/css/leaflet.css?ver=1.0.4" type="text/css" media="all">
<link rel="stylesheet" id="L_control-css" href="http://wp.lab/wp-content/plugins/bmlt-tabbed-map/public/css/L.Control.Locate.min.css?ver=1.0.4" type="text/css" media="all">
@@ -2476,6 +2546,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/category-post-slider/js/jquery.cpsslider.js?ver=1.1"></script>
<!-- category-tag-tidy -->
<link rel="stylesheet" id="category-tag-tidy-css" href="http://wp.lab/wp-content/plugins/category-tag-tidy/public/css/category-tag-tidy-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/category-tag-tidy/public/js/category-tag-tidy-public.js?ver=1.0.0"></script>
<!-- cb-contact-form -->
<link rel="stylesheet" id="cb-contact-form-css-css" href="http://wp.lab/wp-content/plugins/cb-contact-form/cb-contact-form.css?ver=1.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/cb-contact-form/cb-contact-form.js?ver=1.1"></script>
@@ -2530,6 +2605,13 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/cbxpetition/assets/js/cbxpetition-public.js?ver=1.0.0"></script>
<!-- cbxtakeatour -->
<link rel="stylesheet" id="bootstrap-tour-standalone-css" href="http://wp.lab/wp-content/plugins/cbxtakeatour/assets/vendor/bootstrap-tour/bootstrap-tour-standalone.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="cbxtakeatour-public-css" href="http://wp.lab/wp-content/plugins/cbxtakeatour/assets/css/cbxtakeatour-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/cbxtakeatour/assets/vendor/bootstrap-tour/bootstrap-tour-standalone.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/cbxtakeatour/assets/js/cbxtakeatour-public.js?ver=1.0.0"></script>
<!-- cbxwpreadymix -->
<link rel="stylesheet" id="cbxwpreadymix_owlcarousel-css" href="http://wp.lab/wp-content/plugins/cbxwpreadymix/public/vendor/owl-carousel/assets/owl.carousel.min.css?ver=1.0.2" type="text/css" media="all">
<link rel="stylesheet" id="cbxwpreadymix_owlcarousel_theme-css" href="http://wp.lab/wp-content/plugins/cbxwpreadymix/public/vendor/owl-carousel/assets/owl.theme.default.min.css?ver=1.0.2" type="text/css" media="all">
@@ -2720,6 +2802,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/change-buddypress-user-display-name-and-slug/public/js/mf-change-bp-user-display-slug-public.js?ver=1.0.0"></script>
<!-- change-font-size-and-color -->
<link rel="stylesheet" id="change-font-size-color-css" href="http://wp.lab/wp-content/plugins/change-font-size-and-color/public/css/change-font-size-color-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/change-font-size-and-color/public/js/change-font-size-color-public.js?ver=1.0.0"></script>
<!-- change-wc-price-title -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/change-wc-price-title/assets/js/cwpt-price-title.js?ver=1.1"></script>
@@ -2907,6 +2994,13 @@
<link rel="stylesheet" id="client-logo-carouselfont-awesome-css" href="http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/font-awesome.min.css?ver=1.0.0" type="text/css" media="all">
<!-- client-logo-carousel -->
<link rel="stylesheet" id="client-logo-carousel-css" href="http://wp.lab/wp-content/plugins/client-logo-carousel/public/css/client-logo-carousel-public.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="client-logo-carouselclc_carousel_css-css" href="http://wp.lab/wp-content/plugins/client-logo-carousel/public/css/owl.carousel.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/client-logo-carousel/public/js/owl.carousel.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/client-logo-carousel/public/js/client-logo-carousel-public.js?ver=1.0.0"></script>
<!-- client-portal-officewp-private-secure-client-or-customer-login-area -->
<link rel="stylesheet" id="wpo-common-css-css" href="http://wp.lab/wp-content/plugins/client-portal-officewp-private-secure-client-or-customer-login-area/assets/css/common.css?ver=1.1.0" type="text/css" media="all">
<link rel="stylesheet" id="wpo-pulllayer-style-css" href="http://wp.lab/wp-content/plugins/client-portal-officewp-private-secure-client-or-customer-login-area/assets/js/plugins/wpo_pulllayer_user/jquery.wpo_pulllayer.css?ver=1.1.0" type="text/css" media="all">
@@ -2930,6 +3024,11 @@
<link rel="stylesheet" id="ct-css-css" href="http://wp.lab/wp-content/plugins/clients/public/css/ct.css?ver=1.1.3" type="text/css" media="all">
<!-- climate-dashboard -->
<link rel="stylesheet" id="climate-dashboard-css" href="http://wp.lab/wp-content/plugins/climate-dashboard/public/css/climate-dashboard-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/climate-dashboard/public/js/climate-dashboard-public.js?ver=1.0.0"></script>
<!-- clio-grow-form -->
<link rel="stylesheet" id="Grow_Form-frontend-css" href="http://wp.lab/wp-content/plugins/clio-grow-form/assets/css/frontend.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/clio-grow-form/assets/js/frontend.min.js?ver=1.0.0"></script>
@@ -3462,6 +3561,19 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/create-payment-stripe-gateway/includes/frontend/assets/js/script.js?ver=1.0"></script>
<!-- creative-progress-bar -->
<link rel="stylesheet" id="creative_progress_bar-css" href="http://wp.lab/wp-content/plugins/creative-progress-bar/public/css/creative_progress_bar-public.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="bootstrapcss-css" href="http://wp.lab/wp-content/plugins/creative-progress-bar/public/css/bootstrap.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/creative-progress-bar/public/js/creative_progress_bar-public.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/creative-progress-bar/public/js/bootstrap.min.js?ver=1.0.0"></script>
<!-- creative-tag-cloud -->
<link rel="stylesheet" id="creative-tag-cloud-css" href="http://wp.lab/wp-content/plugins/creative-tag-cloud/public/css/creative-tag-cloud.css?ver=0.1.0" media="all">
<link rel="stylesheet" id="creative-tag-cloud-color-css" href="http://wp.lab/wp-content/plugins/creative-tag-cloud/public/css/creative-tag-cloud-color.css?ver=0.1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/creative-tag-cloud/public/js/creative-tag-cloud.min.js?ver=0.1.0"></script>
<!-- crelly-slider -->
<link rel="stylesheet" id="crellyslider-css" href="http://wp.lab/wp-content/plugins/crelly-slider/css/crellyslider.css?ver=1.2.3" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/crelly-slider/js/jquery.crellyslider.min.js?ver=1.2.3"></script>
@@ -4209,6 +4321,11 @@
<link rel="stylesheet" id="eddf-related-downloads-style-css" href="http://wp.lab/wp-content/plugins/edd-related-downloads-carousel-free/css/relcarouself.css?ver=1.0" type="text/css" media="all">
<!-- edd-search -->
<link rel="stylesheet" id="edd-search-style-css" href="http://wp.lab/wp-content/plugins/edd-search/css/style.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/edd-search/js/script.js?ver=1.0.1"></script>
<!-- edublogify-contact-form -->
<link rel="stylesheet" id="ecf_plugin_style-css" href="http://wp.lab/wp-content/plugins/edublogify-contact-form/public/css/mystyle.css?ver=1.0.1" type="text/css" media="all">
@@ -4302,6 +4419,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/em-purchase-code-validator/public/assets/js/em-puchase-code-validator-public.js?ver=1.0.1"></script>
<!-- email-capture-lead-generation -->
<link rel="stylesheet" id="eclg-style-css" href="http://wp.lab/wp-content/plugins/email-capture-lead-generation//css/eclg-style.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/email-capture-lead-generation//js/eclg-public.js?ver=1.0.1"></script>
<!-- email-form-under-post -->
<link rel="stylesheet" id="post-email-front-bootstrap-css" href="http://wp.lab/wp-content/plugins/email-form-under-post/css/bootstrap.css?ver=1.0.5" type="text/css" media="all">
<link rel="stylesheet" id="post-email-front-style-css" href="http://wp.lab/wp-content/plugins/email-form-under-post/css/post-form.css?ver=1.0.5" type="text/css" media="all">
@@ -4609,6 +4731,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert.min.js?ver=1.4.3"></script>
<!-- exit-popup-free -->
<script src="http://wp.lab/wp-content/plugins/exit-popup-free/assets/js/script.js?ver=1.0"></script>
<!-- explanatory-dictionary -->
<link rel="stylesheet" id="explanatory_dictionary-plugin-styles-css" href="http://wp.lab/wp-content/plugins/explanatory-dictionary/public/classes/../assets/css/public.css?ver=4.1.5" type="text/css" media="all">
@@ -4736,6 +4862,14 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/fancier-author-box/js/ts-fab.min.js?ver=1.4"></script>
<!-- fancify-core -->
<link rel="stylesheet" id="FANCIFYCORE-css" href="http://wp.lab/wp-content/plugins/fancify-core/views/assets/css/agancy.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="FANCIFYCORE_featherlight-css" href="http://wp.lab/wp-content/plugins/fancify-core/views/assets/admin/css/featherlight.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/fancify-core/views/assets/admin/js/featherlight.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/fancify-core/views/assets/js/plugins/jquery.lazy.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/fancify-core/views/assets/js/fancify-core.min.js?ver=1.0.0"></script>
<!-- fancy-gallery -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/fancy-gallery/assets/js/gallery-manager.js?ver=1.6.28"></script>
@@ -4773,6 +4907,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/faq-accordion-block/build/slide-toggle.min.js?ver=1.0.0"></script>
<!-- faq-cooper -->
<link rel="stylesheet" id="faq-cooper-css" href="http://wp.lab/wp-content/plugins/faq-cooper/public/css/faq-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/faq-cooper/public/js/faq-public.js?ver=1.0.0"></script>
<!-- faq-schema-for-pages-and-posts -->
<link rel="stylesheet" id="wp-faq-schema-jquery-ui-css" href="http://wp.lab/wp-content/plugins/faq-schema-for-pages-and-posts//css/jquery-ui.css?ver=2.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/faq-schema-for-pages-and-posts//js/frontend.js?ver=2.0.0"></script>
@@ -4834,6 +4973,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/feed-them-social/feeds/js/fts-global.js?ver=2.6.9"></script>
<!-- feedback-modal-for-website -->
<link rel="stylesheet" id="nedwp-fm-public-css" href="http://wp.lab/wp-content/plugins/feedback-modal-for-website/assets/css/fm-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/feedback-modal-for-website/assets/js/fm-public.js?ver=1.0.0"></script>
<!-- feedback-pivotal -->
<link rel="stylesheet" id="pivotal-feedback-public-css-css" href="http://wp.lab/wp-content/plugins/feedback-pivotal/public/css/pivotal-feedback-form-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/feedback-pivotal/public/js/pivotal-feedback-form-public.js?ver=1.0.0"></script>
@@ -4944,6 +5088,21 @@
<link rel="stylesheet" id="flex-posts-css" href="http://wp.lab/wp-content/plugins/flex-posts/public/css/flex-posts.css?ver=1.0.0" type="text/css" media="all">
<!-- flexi -->
<link rel="stylesheet" id="flexi-css" href="http://wp.lab/wp-content/plugins/flexi/public/css/flexi-public.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="flexi_fancybox-css" href="http://wp.lab/wp-content/plugins/flexi/public/css/jquery.fancybox.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/flexi-public.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/jquery.fancybox.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/flexi_load_more_scroll.js?ver=1.0.0"></script>
<link rel="stylesheet" id="flexi_purecss_base-css" href="http://wp.lab/wp-content/plugins/flexi/public/css/purecss/base-min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="flexi_purecss_grids-css" href="http://wp.lab/wp-content/plugins/flexi/public/css/purecss/grids-min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="flexi_purecss_responsive-css" href="http://wp.lab/wp-content/plugins/flexi/public/css/purecss/grids-responsive-min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/jquery.tagsinput.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/filter-tags.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/flexi_ajax_post.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/flexi_ajax_delete.js?ver=1.0.0"></script>
<!-- flexi-instagram-feed-lite-instagram-gallery -->
<link rel="stylesheet" id="flexy-base-style-css" href="http://wp.lab/wp-content/plugins/flexi-instagram-feed-lite-instagram-gallery/client/flexi-social/skins/assets/css/base.css?v=1.7.2&amp;ver=4.9.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/flexi-instagram-feed-lite-instagram-gallery/client/flexi-social/flexy.social.min.js?v=1.7.2&amp;ver=4.9.1"></script>
@@ -5537,6 +5696,13 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/geotargeting/public/js/ddslick.js?ver=1.3.1"></script>
<!-- get-a-quote-button-for-woocommerce -->
<link rel="stylesheet" id="wpb-get-a-quote-button-sweetalert2-css" href="http://wp.lab/wp-content/plugins/get-a-quote-button-for-woocommerce/assets/css/sweetalert2.min.css?ver=1.0" media="all">
<link rel="stylesheet" id="wpb-get-a-quote-button-styles-css" href="http://wp.lab/wp-content/plugins/get-a-quote-button-for-woocommerce/assets/css/frontend.css?ver=1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/get-a-quote-button-for-woocommerce/assets/js/sweetalert2.all.min.js?ver=1.0"></script>
<script src="http://wp.lab/wp-content/plugins/get-a-quote-button-for-woocommerce/assets/js/frontend.js?ver=1.0"></script>
<!-- get-affiliate-link -->
<link rel="stylesheet" id="get_affiliate_link-frontend-css" href="http://wp.lab/wp-content/plugins/get-affiliate-link/css/frontend.css?ver=1.5.13" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/get-affiliate-link/js/price-display-helpers.js?ver=1.5.13"></script>
@@ -5865,6 +6031,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/groovy-menu-free/assets/js/frontend.js?ver=1.0.1"></script>
<!-- grs-lnd-for-wp -->
<link rel="stylesheet" id="lnd-for-wp-css" href="http://wp.lab/wp-content/plugins/grs-lnd-for-wp/public/css/lnd-for-wp-public.css?ver=0.1.2" media="all">
<script src="http://wp.lab/wp-content/plugins/grs-lnd-for-wp/public/js/lnd-for-wp-public.js?ver=0.1.2"></script>
<!-- gs-behance-portfolio -->
<link rel="stylesheet" id="gsbeh-fa-icons-css" href="http://wp.lab/wp-content/plugins/gs-behance-portfolio/gs-behance-assets/assets/fa-icons/css/font-awesome.min.css?ver=1.0.0" type="text/css" media="all">
<link rel="stylesheet" id="gs-beh-custom-bootstrap-css" href="http://wp.lab/wp-content/plugins/gs-behance-portfolio/gs-behance-assets/assets/css/gs-beh-custom-bootstrap.css?ver=1.0.0" type="text/css" media="all">
@@ -6156,6 +6327,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/hm-product-catalog/assets/js/wphpc-front-script.js?ver=1.0"></script>
<!-- hm-resume-manager -->
<link rel="stylesheet" id="hmrm-front-style-css" href="http://wp.lab/wp-content/plugins/hm-resume-manager/assets/css/hmrm-front-style.css?ver=1.0" media="">
<script src="http://wp.lab/wp-content/plugins/hm-resume-manager/assets/js/hmrm-front-script.js?ver=1.0"></script>
<!-- hmh-footer-builder-for-elementor -->
<link rel="stylesheet" id="bbfb-css" href="http://wp.lab/wp-content/plugins/hmh-footer-builder-for-elementor//assets/css/bbfb.css?ver=1.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/hmh-footer-builder-for-elementor//assets/js/script.js?ver=1.0"></script>
@@ -7121,6 +7297,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/kuetemeier-essentials/assets/scripts/kuetemeier-essentials-public.min.js?ver=1.2.4"></script>
<!-- kuvilam-ipl-livescore -->
<script src="http://wp.lab/wp-content/plugins/kuvilam-ipl-livescore/vendor/jquery.responsiveTabs.min.js?ver=1.0"></script>
<script src="http://wp.lab/wp-content/plugins/kuvilam-ipl-livescore/js/kwils.js?ver=1.0"></script>
<!-- kvl-localization -->
<link rel="stylesheet" id="kvl_styles_css-css" href="http://wp.lab/wp-content/plugins/kvl-localization/css/kvl_styles.css?ver=1.0.0" type="text/css" media="all">
<link rel="stylesheet" id="kvl_bootstrap_css-css" href="http://wp.lab/wp-content/plugins/kvl-localization/js/select2.css?ver=1.0.0" type="text/css" media="all">
@@ -7209,10 +7390,19 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/layered-pop/js/script.js?ver=0.11"></script>
<!-- lazy-embeds -->
<link rel="stylesheet" id="lazy-embeds-css" href="http://wp.lab/wp-content/plugins/lazy-embeds/assets/css/lazy-embeds.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/lazy-embeds/assets/js/lazy-embeds.js?ver=1.0.0"></script>
<!-- lazy-images-without-jetpack -->
<script src="http://wp.lab/wp-content/plugins/lazy-images-without-jetpack/lazy-images/js/lazy-images.js?ver=1.0"></script>
<!-- lazy-lists -->
<link rel="stylesheet" id="lazy-lists-style-css" href="http://wp.lab/wp-content/plugins/lazy-lists/build/css/style.css?ver=1.0.0" media="all">
<!-- lazy-load -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/lazy-load/js/jquery.sonar.min.js?ver=0.6.1"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/lazy-load/js/lazy-load.js?ver=0.6.1"></script>
@@ -7252,6 +7442,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/lead-magnets-by-contentupgrademe/public/js/contentupgrade-me.js?ver=1.0.4"></script>
<!-- leaddevs-chatbot -->
<link rel="stylesheet" id="facebook-messenger-bot-css" href="http://wp.lab/wp-content/plugins/leaddevs-chatbot/src/public/css/facebook-messenger-live-chat.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/leaddevs-chatbot/src/public/js/facebook-messenger-live-chat.js?ver=1.0.0"></script>
<!-- leader -->
<link rel="stylesheet" id="leader-css" href="http://wp.lab/wp-content/plugins/leader/public/css/leader-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/leader/public/js/leader-public.js?ver=1.0.0"></script>
@@ -7973,6 +8168,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/mask-elementor-form/js/maskelementor.js?ver=1.0"></script>
<!-- mask-form-elementor -->
<script src="http://wp.lab/wp-content/plugins/mask-form-elementor/js/jquery.mask.min.js?ver=1.0"></script>
<script src="http://wp.lab/wp-content/plugins/mask-form-elementor/js/maskformelementor.js?ver=1.0"></script>
<!-- massive-visual-builder-page-layout-builder -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/massive-visual-builder-page-layout-builder/assets/rating/rating.js?ver=1.0"></script>
@@ -8322,6 +8522,21 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/mingrana-wp-to-blockchain/public/js/mingrana-wp-public.js?ver=1.0.0"></script>
<!-- minitek-slider -->
<link rel="stylesheet" id="minitek-slider_flickity-css" href="http://wp.lab/wp-content/plugins/minitek-slider/public/css/flickity.css?ver=1.0.1" media="all">
<link rel="stylesheet" id="minitek-slider_flickity-fade-css" href="http://wp.lab/wp-content/plugins/minitek-slider/public/css/flickity.fade.css?ver=1.0.1" media="all">
<link rel="stylesheet" id="minitek-slider_flickity-fullscreen-css" href="http://wp.lab/wp-content/plugins/minitek-slider/public/css/flickity.fullscreen.css?ver=1.0.1" media="all">
<link rel="stylesheet" id="minitek-slider-css" href="http://wp.lab/wp-content/plugins/minitek-slider/public/css/minitek-slider-public.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/minitek-slider/public/js/flickity.pkgd.min.js?ver=1.0.1"></script>
<script src="http://wp.lab/wp-content/plugins/minitek-slider/public/js/flickity.fade.js?ver=1.0.1"></script>
<script src="http://wp.lab/wp-content/plugins/minitek-slider/public/js/flickity.fullscreen.js?ver=1.0.1"></script>
<!-- minnit-chat -->
<link rel="stylesheet" id="minnitchatstyle-css" href="http://wp.lab/wp-content/plugins/minnit-chat/minnit.css?minnitversion=2.0.1&ver=5.3.1" media="all">
<script src="http://wp.lab/wp-content/plugins/minnit-chat/minnit.js?minnitversion=2.0.1&ver=5.3.1"></script>
<!-- mino-flatsome-title-with-category -->
<link rel="stylesheet" id="flatsome-title-category-css" href="http://wp.lab/wp-content/plugins/mino-flatsome-title-with-category/assets/css/mino-flatsome-title-with-category.css?ver=1.0.0" type="text/css" media="all">
@@ -8363,6 +8578,11 @@
<script src="http://wp.lab/wp-content/plugins/mobile-login-woocommerce/assets/js/xoo-ml-phone-js.js?ver=1.0"></script>
<!-- mobile-megamax-menu -->
<link rel="stylesheet" id="megamaxmenu-css" href="http://wp.lab/wp-content/plugins/mobile-megamax-menu/pro/assets/css/megamaxmenu.min.css?ver=0.9" media="all">
<script src="http://wp.lab/wp-content/plugins/mobile-megamax-menu/assets/js/megamaxmenu.min.js?ver=0.9"></script>
<!-- mobile-menu -->
<link rel="stylesheet" id="cssmobmenu-icons-css" href="http://wp.lab/wp-content/plugins/mobile-menu/includes/css/mobmenu-icons.css?ver=2.7.4.4" type="text/css" media="all">
<link rel="stylesheet" id="cssmobmenu-css" href="http://wp.lab/wp-content/plugins/mobile-menu/includes/css/mobmenu.css?ver=2.7.4.4" type="text/css" media="all">
@@ -9392,6 +9612,14 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/page-map/js/script.js?ver=1.0"></script>
<!-- page-popup -->
<link rel="stylesheet" id="wordpress_popup_plugin-component-css-css" href="http://wp.lab/wp-content/plugins/page-popup/assets/css/component.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="wordpress_popup_plugin-frontend-css" href="http://wp.lab/wp-content/plugins/page-popup/assets/css/frontend.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/page-popup/assets/js/modernizr.custom.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/page-popup/assets/js/classie.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/page-popup/assets/js/modalEffects.js?ver=1.0.0"></script>
<!-- page-scroll-to-id -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/page-scroll-to-id/js/page-scroll-to-id.min.js?ver=1.6.2"></script>
@@ -9608,6 +9836,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/pesapress/app/assets/js/pp-public.min.js?ver=1.0.0"></script>
<!-- petje-af -->
<link rel="stylesheet" id="petje-af-css" href="http://wp.lab/wp-content/plugins/petje-af/public/css/petje-af.css?ver=2.0.6" media="all">
<script src="http://wp.lab/wp-content/plugins/petje-af/public/js/oauth2.js?ver=2.0.6"></script>
<!-- phanes-care-initiative -->
<link rel="stylesheet" id="phanse-ds-css" href="http://wp.lab/wp-content/plugins/phanes-care-initiative/assets/css/style.css?ver=1.0.0" type="text/css" media="all">
@@ -10006,6 +10239,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/post-ratings/assets/jquery.raty.js?ver=3.0"></script>
<!-- post-script -->
<link rel="stylesheet" id="postscript-front-style-css" href="http://wp.lab/wp-content/plugins/post-script/src/theme.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/post-script/src/theme.js?ver=1.0.0"></script>
<!-- post-slider-and-carousel -->
<link rel="stylesheet" id="owl-carousel-style-css" href="http://wp.lab/wp-content/plugins/post-slider-and-carousel/assets/css/owl.carousel.min.css?ver=1.0.1" type="text/css" media="all">
<link rel="stylesheet" id="psac-public-style-css" href="http://wp.lab/wp-content/plugins/post-slider-and-carousel/assets/css/psac-public.css?ver=1.0.1" type="text/css" media="all">
@@ -10172,6 +10410,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/press-release-newsroom/inc/frontend/js/prwirepro-press_release_newsroom-frontend.js?ver=1.0.0"></script>
<!-- press-release-reviews -->
<link rel="stylesheet" id="prwirepro-press_release_reviews-css" href="http://wp.lab/wp-content/plugins/press-release-reviews/inc/frontend/css/prwirepro-press_release_reviews-frontend.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/press-release-reviews/inc/frontend/js/prwirepro-press_release_reviews-frontend.js?ver=1.0.0"></script>
<!-- press-release-services -->
<link rel="stylesheet" id="prwirepro-press_release_services-css" href="http://wp.lab/wp-content/plugins/press-release-services/inc/frontend/css/prwirepro-press_release_services-frontend.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/press-release-services/inc/frontend/js/prwirepro-press_release_services-frontend.js?ver=1.0.0"></script>
@@ -10432,6 +10675,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/pud-generator/public/js/pud-generator-public.js?ver=1.0.0"></script>
<!-- puredevs-gdpr-compliance -->
<link rel="stylesheet" id="icofont-css" href="http://wp.lab/wp-content/plugins/puredevs-gdpr-compliance/public/css/icofont.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="pd_gdpr-css" href="http://wp.lab/wp-content/plugins/puredevs-gdpr-compliance/public/css/pd_gdpr-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/puredevs-gdpr-compliance/public/js/pd_gdpr-public.js?ver=1.0.0"></script>
<!-- push-notification -->
<script src="http://wp.lab/wp-content/plugins/push-notification//assets/public/application.min.js?ver=1.0"></script>
<script src="http://wp.lab/wp-content/plugins/push-notification//assets/public/messaging.min.js?ver=1.0"></script>
@@ -10577,6 +10826,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/radar-shortcodes/public/js/radar-shortcodes-plugins.js?ver=1.0.0"></script>
<!-- raileo -->
<link rel="stylesheet" id="options-css" href="http://wp.lab/wp-content/plugins/raileo/public/css/raileo-public.css?ver=1.0.2" media="all">
<script src="http://wp.lab/wp-content/plugins/raileo/public/js/raileo-public.js?ver=1.0.2"></script>
<!-- random-banner -->
<link rel="stylesheet" id="bc_rb_global_style-css" href="http://wp.lab/wp-content/plugins/random-banner/assets/style/bc_rb_global.css?ver=4.0" type="text/css" media="all">
<link rel="stylesheet" id="bc_rb_animate-css" href="http://wp.lab/wp-content/plugins/random-banner/assets/style/animate.css?ver=4.0" type="text/css" media="all">
@@ -10725,6 +10979,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/rebel-slider/public/js/rebel-slider-public.js?ver=1.0.0"></script>
<!-- recaptcha-for-login-and-registration -->
<link rel="stylesheet" id="prositecaptcha-css" href="http://wp.lab/wp-content/plugins/recaptcha-for-login-and-registration/public/css/prositecaptcha-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/recaptcha-for-login-and-registration/public/js/prositecaptcha-public.js?ver=1.0.0"></script>
<!-- recencio-book-reviews -->
<link rel="stylesheet" id="rcno-reviews-css" href="http://wp.lab/wp-content/plugins/recencio-book-reviews/public/css/rcno-reviews-public.css?ver=1.3.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/recencio-book-reviews/public/js/rcno-reviews-public.js?ver=1.3.0"></script>
@@ -10911,6 +11170,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/responsive-attention-box/js/alert.js?ver=1.0"></script>
<!-- responsive-block-control -->
<script src="http://wp.lab/wp-content/plugins/responsive-block-control/public/js/responsive-block-control-public.js?ver=1.0.0"></script>
<!-- responsive-embed-videos -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/responsive-embed-videos/js/rev.js?ver=0.0.1"></script>
@@ -11041,6 +11304,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/review-pro/public/js/review-pro-public.js?ver=1.0.0"></script>
<!-- reviewbucket-lite -->
<script src="http://wp.lab/wp-content/plugins/reviewbucket-lite/assets/js/main.js?ver=1.0.0"></script>
<!-- reviewpress -->
<link rel="stylesheet" id="review_styles-css" href="http://wp.lab/wp-content/plugins/reviewpress/assets/css/front.css?ver=1.0.5" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/reviewpress/assets/js/front-main.js?ver=1.0.5"></script>
@@ -11071,6 +11338,11 @@
<link rel="stylesheet" id="Riddle-css" href="http://wp.lab/wp-content/plugins/riddle-playful-content-on-the-go/assets/css/front.css?ver=3.11" type="text/css" media="all">
<!-- ride-here-with-lyft -->
<link rel="stylesheet" id="ride-here-with-lyft-css" href="http://wp.lab/wp-content/plugins/ride-here-with-lyft/public/css/ride-here-with-lyft-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/ride-here-with-lyft/public/js/ride-here-with-lyft-public.js?ver=1.0.0"></script>
<!-- riloadr-for-wordpress -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/riloadr-for-wordpress/includes/riloadr.wp.jquery.min.js?ver=1.2.1"></script>
@@ -11566,6 +11838,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/seo-slider/assets/scripts/scripts.js?ver=1.0.10"></script>
<!-- seohide -->
<script src="http://wp.lab/wp-content/plugins/seohide/js/sh.js?ver=1.3.7"></script>
<!-- seolat-tool-plus -->
<link rel="stylesheet" id="sl-plugin-seo.front-css" href="http://wp.lab/wp-content/plugins/seolat-tool-plus/plugin/seo.front.css?ver=2.0.7" type="text/css" media="all">
@@ -11591,6 +11867,11 @@
<link rel="stylesheet" id="ssp-frontend-player-css" href="http://wp.lab/wp-content/plugins/seriously-simple-podcasting/assets/css/player.css?ver=1.19.3" type="text/css" media="all">
<!-- serp-rank -->
<link rel="stylesheet" id="serp-rank-css" href="http://wp.lab/wp-content/plugins/serp-rank/public/css/serp-rank-public.css?ver=1.0.3" media="all">
<script src="http://wp.lab/wp-content/plugins/serp-rank/public/js/serp-rank-public.js?ver=1.0.3"></script>
<!-- service-area-postcode-checker -->
<link rel="stylesheet" id="style-css" href="http://wp.lab/wp-content/plugins/service-area-postcode-checker/css/my_services_postcode_checker.css?ver=1.0" type="text/css" media="all">
@@ -11609,6 +11890,18 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sewn-in-post-delete/assets/js/sewn-in-post-delete.js?ver=1.0.1"></script>
<!-- sfwd-lms -->
<link rel='stylesheet' id='learndash-blocks-css' href='https://wp.lab/wp-content/plugins/sfwd-lms/includes/gutenberg/lib/../assets/css/blocks.style.css?ver=3.1.2' media='all' />
<link rel='stylesheet' id='learndash_quiz_front_css-css' href='//wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=3.1.2' media='all' />
<link rel='stylesheet' id='jquery-dropdown-css-css' href='//wp.lab/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=3.1.2' media='all' />
<link rel='stylesheet' id='learndash_lesson_video-css' href='//wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=3.1.2' media='all' />
<link rel='stylesheet' id='learndash-front-css' href='//wp.lab/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=3.1.2' media='all' />
<script src='https://wp.lab/wp-content/plugins/sfwd-lms/includes/gutenberg/lib/../assets/js/frontend.blocks.js?ver=3.1.2'></script>
<script src='//wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_template_script.min.js?ver=3.1.2'></script>
<script src='//wp.lab/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=3.1.2'></script>
<script src='//wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_pager.min.js?ver=3.1.2'></script>
<!-- shapepress-dsgvo -->
<link rel="stylesheet" id="sp-dsgvo-css" href="http://wp.lab/wp-content/plugins/shapepress-dsgvo/public/css/sp-dsgvo-public.css?ver=1.3.8" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/shapepress-dsgvo/public/js/sp-dsgvo-public.js?ver=1.3.8"></script>
@@ -11803,6 +12096,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sidebar-widget-collapser/SidebarCollapserScript.js?ver=1.4"></script>
<!-- sidemenu -->
<link rel="stylesheet" id="sidemenu-css-css" href="http://wp.lab/wp-content/plugins/sidemenu/css/sidemenu.css?ver=1.1.3" media="all">
<script src="http://wp.lab/wp-content/plugins/sidemenu/js/sidemenu.js?ver=1.1.3"></script>
<!-- sideposts -->
<link rel="stylesheet" id="ak_sideposts-css" href="http://wp.lab/wp-content/plugins/sideposts/style.css?ver=3.0.2" type="text/css" media="all">
@@ -11812,6 +12110,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sighted-invoice-manager/public/js/sighted-invoice-manager-public.js?ver=1.0.0"></script>
<!-- signup-signin -->
<link rel="stylesheet" id="pravel_signup_stylesheet-css" href="http://wp.lab/wp-content/plugins/signup-signin/assets/css/style.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/signup-signin/assets/js/main.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/signup-signin/assets/js/pravel-verification-code.min.js?ver=1.0.0"></script>
<!-- sikshya -->
<link rel="stylesheet" id="sikshya-grid-style-css" href="http://wp.lab/wp-content/plugins/sikshya/assets/css/custom/sikshya-grid.css?ver=0.0.3" type="text/css" media="all">
<link rel="stylesheet" id="sik_courses-sikshya-css" href="http://wp.lab/wp-content/plugins/sikshya/assets/css/custom/sikshya.css?ver=0.0.3" type="text/css" media="all">
@@ -12043,6 +12347,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/simple-social-sharing-buttons/public/js/wp-scsb-public.js?ver=1.0.0"></script>
<!-- simple-social-shout-for-givewp -->
<link rel="stylesheet" id="sss4givewp-css" href="http://wp.lab/wp-content/plugins/simple-social-shout-for-givewp/assets/sss4givewp-frontend.css?ver=1.0" media="all">
<!-- simple-sponsorships -->
<link rel="stylesheet" id="ss-style-css" href="http://wp.lab/wp-content/plugins/simple-sponsorships/assets/dist/css/public.css?ver=0.1.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/simple-sponsorships/assets/dist/js/public.js?ver=0.1.2"></script>
@@ -12192,6 +12500,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/skyboot-portfolio-gallery/assests/js/isotope.pkgd.min.js?ver=1.0"></script>
<!-- slicewp -->
<link rel="stylesheet" id="slicewp-style-css" href="http://wp.lab/wp-content/plugins/slicewp/assets/css/style-front-end.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/slicewp/assets/js/script-tracking.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/slicewp/assets/js/script-front-end.js?ver=1.0.0"></script>
<!-- slickr-flickr -->
<link rel="stylesheet" id="slickr-flickr-css" href="http://wp.lab/wp-content/plugins/slickr-flickr/styles/public.css?ver=2.5.4" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/slickr-flickr/scripts/public.js?ver=2.5.4"></script>
@@ -12787,6 +13101,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sticky-add-to-cart-for-woo/public/js/satcwoo-public.js?ver=1.0.0"></script>
<!-- sticky-block -->
<script src="http://wp.lab/wp-content/plugins/sticky-block/dist/sticky-block.min.js?ver=1.0"></script>
<!-- sticky-menu-or-anything-on-scroll -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/jq-sticky-anything.min.js?ver=2.1.1"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/stickThis.js?ver=2.1.1"></script>
@@ -13074,6 +13392,13 @@
<link rel="stylesheet" id="table-addons-for-elementor-css" href="http://wp.lab/wp-content/plugins/table-addons-for-elementor/public/css/table-addons-for-elementor-public.css?ver=1.0.0" type="text/css" media="all">
<!-- table-builder -->
<link rel="stylesheet" id="icdb_infocaptor_css_public-css" href="http://wp.lab/wp-content/plugins/table-builder/admin/css/ic-datatable-builder-public.css?v=1.0.0&ver=5.3.1" media="screen">
<link rel="stylesheet" id="icdb_infocaptor_datatables_css_public-css" href="http://wp.lab/wp-content/plugins/table-builder/admin/js/datatables/datatables.min.css?v=1.0.0&ver=5.3.1" media="screen">
<script src="http://wp.lab/wp-content/plugins/table-builder/admin/js/datatables/datatables.min.js?v=1.0.0&ver=5.3.1"></script>
<script src="http://wp.lab/wp-content/plugins/table-builder/admin/js/ic-datatable-builder-public.js?v=1.0.0&ver=5.3.1"></script>
<!-- table-builder-for-csv -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/table-builder-for-csv/js/script.js?ver=1.0"></script>
@@ -13374,6 +13699,10 @@
<link rel="stylesheet" id="wptpsa_fontend_style-css" href="http://wp.lab/wp-content/plugins/themepaste-secure-admin/css/wptpsa-frontend.css?ver=1.0" type="text/css" media="all">
<!-- themerain-core -->
<script src="http://wp.lab/wp-content/plugins/themerain-core/includes/blocks/js/blocks-front.js?ver=1.0.0"></script>
<!-- themeregion-companion -->
<link rel="stylesheet" id="themeregion-companion-css" href="http://wp.lab/wp-content/plugins/themeregion-companion/public/css/themeregion-companion-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/themeregion-companion/public/js/themeregion-companion-public.js?ver=1.0.0"></script>
@@ -13529,6 +13858,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/to-top/public/js/to-top-public.js?ver=1.5.4"></script>
<!-- tochat-be -->
<link rel="stylesheet" id="public-tochatbe-css" href="http://wp.lab/wp-content/plugins/tochat-be/assets/css/public-tochatbe-style.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/tochat-be/assets/js/public-tochatbe-script.js?ver=1.0.1"></script>
<!-- toggle-list -->
<link rel="stylesheet" id="toggle-list-css" href="http://wp.lab/wp-content/plugins/toggle-list/css/style.min.css?ver=0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/toggle-list/js/toggle-list.min.js?ver=0.1"></script>
@@ -14087,6 +14421,11 @@
<link rel="stylesheet" id="twentyfifteen-small-css" href="http://wp.lab/wp-content/plugins/um-plug/prop/small.css?ver=1.2.0" type="text/css" media="screen and (max-width: 540px)">
<!-- uncanny-learndash-toolkit -->
<link rel="stylesheet" id="uncannyowl-learndash-toolkit-free-css" href="http://wp.lab/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.2" media="all">
<script src="http://wp.lab/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.2"></script>
<!-- unfc-normalize -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/unfc-normalize/js/unfc-normalize.min.js?ver=1.0.6"></script>
@@ -14160,6 +14499,7 @@
<link rel="stylesheet" id="usam-form-style-css" href="http://wp.lab/wp-content/plugins/universam-demo/theme/usam-form-style.css?ver=4.50.02" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/universam-demo/assets/js/universam.theme.main.js?ver=4.50.02"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/universam-demo/assets/js/owl-carousel/owl.carousel.min.js?ver=4.50.02"></script>
<script src="http://wp.lab/wp-content/plugins/universam-demo/assets/js/textarea-auto-resizer.js?ver=4.50.02"></script>
<!-- unveil-lazy-load -->
@@ -14183,6 +14523,11 @@
<link rel="stylesheet" id="ck_updated_today_css-css" href="http://wp.lab/wp-content/plugins/updated-today-plugin/styles.css?ver=2.6" type="text/css" media="all">
<!-- upfiv-complete-all-in-one-seo-wizard -->
<link rel="stylesheet" id="upfiv-css" href="http://wp.lab/wp-content/plugins/upfiv-complete-all-in-one-seo-wizard/public/css/upfiv-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/upfiv-complete-all-in-one-seo-wizard/public/js/upfiv-public.js?ver=1.0.0"></script>
<!-- upunzipper -->
<link rel="stylesheet" id="upunzipper-css" href="http://wp.lab/wp-content/plugins/upunzipper/public/css/upunzipper-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/upunzipper/public/js/upunzipper-public.js?ver=1.0.0"></script>
@@ -14464,6 +14809,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/visideign-login/js/blockui.js?ver=1.0"></script>
<!-- visitors-details -->
<link rel="stylesheet" id="wp-visitors-details-css" href="http://wp.lab/wp-content/plugins/visitors-details/public/css/wp-visitors-details-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/visitors-details/public/js/wp-visitors-details-public.js?ver=1.0.0"></script>
<!-- visual-link-preview -->
<link rel="stylesheet" id="vlp-public-css" href="http://wp.lab/wp-content/plugins/visual-link-preview/dist/public.css?ver=1.2.0" type="text/css" media="all">
<link rel="stylesheet" id="vlp-template-default-css" href="http://wp.lab/wp-content/plugins/visual-link-preview/templates/link/default/default.min.css?ver=1.2.0" type="text/css" media="all">
@@ -14999,6 +15349,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/windows-azure-end-user-analytics-unofficial/js/windows-azure-end-user-analytics.js?ver=1.0"></script>
<!-- winterlock -->
<link rel="stylesheet" id="winter-activity-log-css" href="http://wp.lab/wp-content/plugins/winterlock/public/css/winter-activity-log-public.css?ver=1.0.2" media="all">
<script src="http://wp.lab/wp-content/plugins/winterlock/public/js/winter-activity-log-public.js?ver=1.0.2"></script>
<!-- wired-impact-volunteer-management -->
<link rel="stylesheet" id="wired-impact-volunteer-management-css" href="http://wp.lab/wp-content/plugins/wired-impact-volunteer-management/frontend/css/wi-volunteer-management-public.css?ver=1.3.8" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wired-impact-volunteer-management/frontend/js/wi-volunteer-management-public.js?ver=1.3.8"></script>
@@ -15008,6 +15363,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wiredrive-player/js/wd-player.js?ver=3.1.0"></script>
<!-- wishful-companion -->
<link rel="stylesheet" id="wishful-companion-css" href="http://wp.lab/wp-content/plugins/wishful-companion/assets/css/style.css?ver=1.0.1" media="all">
<!-- wishlist-woocommerce -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wishlist-woocommerce/assets/js/wishlist_js.js?ver=1.0.0"></script>
@@ -15622,6 +15981,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-all-in-one-admin-bar/public/assets/js/jquery.cookie.js?ver=1.1"></script>
<!-- wp-amazon-shop -->
<link rel="stylesheet" id="acl_wpas-frontend-css" href="http://wp.lab/wp-content/plugins/wp-amazon-shop/assets/css/wpas-style.css?ver=2.0.8" media="all">
<script src="http://wp.lab/wp-content/plugins/wp-amazon-shop/assets/js/frontend.js?ver=2.0.8"></script>
<!-- wp-and-divi-icons -->
<link rel="stylesheet" id="ags-divi-icons-css" href="http://wp.lab/wp-content/plugins/wp-and-divi-icons/css/icons.css?ver=1.0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-and-divi-icons/js/icons.js?ver=1.0.1"></script>
@@ -15850,6 +16214,10 @@
<link rel="stylesheet" id="commerce7-for-wordpress-css" href="http://wp.lab/wp-content/plugins/wp-commerce7/assets/css/commerce7-for-wordpress.css?ver=1.0.0" type="text/css" media="all">
<!-- wp-consent-api -->
<script src="http://wp.lab/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js?ver=1.0.0"></script>
<!-- wp-console -->
<link rel="stylesheet" id="wp-console-css" href="http://wp.lab/wp-content/plugins/wp-console/assets/css/wp-console.css?ver=1.3.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-console/assets/js/wp-console.js?ver=1.3.0"></script>
@@ -16594,6 +16962,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-media-replace/public/js/wp-media-replace-public.js?ver=1.0.0"></script>
<!-- wp-media-storage-to-cloud -->
<link rel="stylesheet" id="w2cloud-css" href="http://wp.lab/wp-content/plugins/wp-media-storage-to-cloud/public/css/w2cloud-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/wp-media-storage-to-cloud/public/js/w2cloud-public.js?ver=1.0.0"></script>
<!-- wp-media-stories -->
<link rel="stylesheet" id="media_story-plugin-styles-css" href="http://wp.lab/wp-content/plugins/wp-media-stories/assets/css/media-stories.min.css?ver=0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-media-stories/assets/js/media-stories.js?ver=0.1"></script>
@@ -16651,6 +17024,7 @@
<!-- wp-munich-blocks -->
<link rel="stylesheet" id="wpm-filter-style-css" href="http://wp.lab/wp-content/plugins/wp-munich-blocks/css/filter.min.css?ver=0.3.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-munich-blocks/blocks/blocks-frontend.min.js?ver=0.3.0"></script>
<link rel="stylesheet" id="wpm-blocks-style-css" href="http://wp.lab/wp-content/plugins/wp-munich-blocks/blocks/blocks.min.css?ver=0.3.0" media="all">
<!-- wp-my-admin-bar -->
@@ -16771,6 +17145,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-portfolio-showcase/assets/js/frontend.min.js?ver=0.0.1"></script>
<!-- wp-post-and-blog-designer -->
<link rel="stylesheet" id="wpoh-fontawesome-css-css" href="http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/font-awesome.min.css?ver=1.1" media="all">
<link rel="stylesheet" id="slick-style-css" href="http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/wpbd-slick.css?ver=1.1" media="all">
<link rel="stylesheet" id="wpbd-custom-style-css" href="http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/wpbd-custom.css?ver=1.1" media="all">
<!-- wp-post-comment-rating -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-post-comment-rating/js/custom.js?ver=1.0"></script>
@@ -16810,6 +17190,10 @@
<link rel="stylesheet" id="wppfu_style_css-css" href="http://wp.lab/wp-content/plugins/wp-posts-for-users/css/wppfu_style.css?ver=1.0" type="text/css" media="all">
<!-- wp-presenter-pro -->
<link rel="stylesheet" id="wp-presenter-pro-front-end-css-css" href="http://wp.lab/wp-content/plugins/wp-presenter-pro/dist/blocks.style.build.css?ver=2.0.5" media="all">
<!-- wp-prismjs-syntax-highlighter -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-prismjs-syntax-highlighter/js/prism.js?ver=1.0"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-prismjs-syntax-highlighter/js/source.js?ver=1.0"></script>
@@ -16874,6 +17258,13 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-random-button/js/functions.js?ver=1.0"></script>
<!-- wp-reactions-lite -->
<link rel="stylesheet" id="wpra_front_css-css" href="http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/css/front.css?v=1.1.2&ver=5.3.1" media="all">
<link rel="stylesheet" id="wpra_common_css-css" href="http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/css/common.css?v=1.1.2&ver=5.3.1" media="all">
<script src="http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/js/front.js?v=1.1.2&ver=5.3.1"></script>
<script src="http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/vendor/lottie/lottie.min.js?v=1.1.2&ver=5.3.1"></script>
<!-- wp-reading-progress -->
<link rel="stylesheet" id="ruigehond006_stylesheet-css" href="http://wp.lab/wp-content/plugins/wp-reading-progress/wp-reading-progress.min.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-reading-progress/wp-reading-progress.min.js?ver=1.0.2"></script>
@@ -16887,6 +17278,9 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/publicpost/js/scripts.js?ver=16.12.0"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/ion.sound.min.js?ver=16.12.0"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/scripts.js?ver=16.12.0"></script>
<script src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rating-system//js/scripts.js?ver=16.12.0"></script>
<script src="http://wp.lab/wp-content/plugins/wp-recall/add-on/publicpost//js/scripts.js?ver=16.12.0"></script>
<script src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat//js/scripts.js?ver=16.12.0"></script>
<!-- wp-recaptcha-appsaur -->
@@ -16922,6 +17316,11 @@
<link rel="stylesheet" id="redirect_plugin_style-css" href="http://wp.lab/wp-content/plugins/wp-redirections/style.css?ver=1.0.2" type="text/css" media="all">
<!-- wp-related-post-with-pagination -->
<link rel="stylesheet" id="recent-slider-css" href="http://wp.lab/wp-content/plugins/wp-related-post-with-pagination/assets/style.css?ver=1.0" media="">
<script src="http://wp.lab/wp-content/plugins/wp-related-post-with-pagination/assets/scripts.js?ver=1.0"></script>
<!-- wp-relevant-ads -->
<link rel="stylesheet" id="wp-relevant-ads-css" href="http://wp.lab/wp-content/plugins/wp-relevant-ads/public/css/wp-relevant-ads.min.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-relevant-ads/public/js/wp-relevant-ads.min.js?ver=1.0.0"></script>
@@ -17018,6 +17417,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-rs-team/public/js/custom.js?ver=1.0.0"></script>
<!-- wp-s3-smart-upload -->
<link rel="stylesheet" id="s3-smart-upload-css" href="http://wp.lab/wp-content/plugins/wp-s3-smart-upload/public/css/s3-smart-upload-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/wp-s3-smart-upload/public/js/s3-smart-upload-public.js?ver=1.0.0"></script>
<!-- wp-scap -->
<link rel="stylesheet" id="scap-plugin-styles-css" href="http://wp.lab/wp-content/plugins/wp-scap/public/assets/css/public.css?ver=1.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-scap/public/assets/js/public.js?ver=1.0"></script>
@@ -17897,6 +18301,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/xa-woocommerce-memberships/public/js/xa-woocommerce-membership-public.js?ver=1.0.0"></script>
<!-- xatkit-chatbot-connector -->
<link rel="stylesheet" id="xatkit-chatbot-connector-css" href="http://wp.lab/wp-content/plugins/xatkit-chatbot-connector/public/css/xatkit-chatbot-connector-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/xatkit-chatbot-connector/public/js/xatkit-chatbot-connector-public.js?ver=1.0.0"></script>
<!-- xkcd-embed -->
<link rel="stylesheet" id="xkcd-embed-css" href="http://wp.lab/wp-content/plugins/xkcd-embed/assets/css/style.css?ver=1.0.0" type="text/css" media="all">

View File

@@ -0,0 +1,19 @@
# frontity-headtags
## 1.1.0
### Minor Changes
- [`12638a8`](https://github.com/frontity/wp-plugins/commit/12638a86dab060a3ec5a948b83dd5ea912ae413f) [#17](https://github.com/frontity/wp-plugins/pull/17) - Added integration with All In One SEO Pack.
## 1.0.1
### Patch Changes
- [`0200a05`](https://github.com/frontity/wp-plugins/commit/0200a05ddb59d577d69eef54e7632e38a91b2eba) [#16](https://github.com/frontity/wp-plugins/pull/16) - Fix the registering of activation / deactivation hooks.
## 1.0.0
### Major Changes
- Release the first version of REST API - Head Tags

View File

@@ -0,0 +1,7 @@
{
"name": "frontity-headtags",
"version": "1.1.0",
"private": true,
"license": "GPLv2",
"scripts": {}
}

View File

@@ -0,0 +1,75 @@
# Copyright (C) 2020 Roadmap
# This file is distributed under the same license as the Roadmap plugin.
msgid ""
msgstr ""
"Project-Id-Version: Roadmap 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpress\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: 2020-01-16T23:24:46+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: roadmap-space\n"
#. Plugin Name of the plugin
#. Author of the plugin
#: admin/partials/roadmap-space-admin-display.php:2
msgid "Roadmap"
msgstr ""
#. Plugin URI of the plugin
msgid "https://roadmap.space/help/roadmaps-and-stories/embedding-roadmap-on-your-wordpress-site/"
msgstr ""
#. Description of the plugin
msgid "This plugin allows you to embed your Roadmap and feedback widget on your website."
msgstr ""
#. Author URI of the plugin
msgid "https://roadmap.space"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:7
msgid "Welcome to the Roadmap Wordpress plugin! With only a few options to setup, you'll be up and running in no time."
msgstr ""
#. translators: %s: code html tags.
#: admin/partials/roadmap-space-admin-display.php:12
msgid "After saving your Roadmap ID, you can use the %s[roadmap]%s shortcode to display your roadmap on any page or article."
msgstr ""
#. translators: %s: a html tags.
#: admin/partials/roadmap-space-admin-display.php:22
msgid "To use this plugin, you need an active Roadmap account. Don't have one ? %sCreate one%s today!"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:30
msgid "Your Roadmap ID"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:33
msgid "You can find your Roadmap ID <a href=\"https://app.roadmap.space/#/roadmap/widget\" target=\"_blank\">here</a>, at the bottom of the page."
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:37
msgid "Feedback Widget"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:41
msgid "Show the Feedback Widget for connected users and visitors"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:45
msgid "Show the Feedback Widget for connected users only"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:49
msgid "Do not show the Feedback Widget"
msgstr ""
#: public/class-roadmap-space-public.php:114
msgid "No Roadmap ID is configured in your settings. Add it to show your Roadmap here!"
msgstr ""

View File

@@ -0,0 +1,535 @@
# Copyright (C) 2020 Joel Stüdle (joel@sayhello.ch)
# This file is distributed under the same license as the SVG Icons plugin.
msgid ""
msgstr ""
"Project-Id-Version: SVG Icons 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/shp-icon\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: 2020-01-29T10:55:08+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: shp-icon\n"
#. Plugin Name of the plugin
msgid "SVG Icons"
msgstr ""
#. Plugin URI of the plugin
msgid "https://github.com/joel-st/shp-icon"
msgstr ""
#. Description of the plugin
msgid "This plugin allows you to use SVG icons within WordPress as shortcodes and/or as Gutenberg block."
msgstr ""
#. Author of the plugin
msgid "Joel Stüdle (joel@sayhello.ch)"
msgstr ""
#. Author URI of the plugin
msgid "https://joelstuedle.ch"
msgstr ""
#. translators: Compatibility-Check failed Warning
#: shp-icon.php:44
msgctxt "Compatibility-Check failed Warning"
msgid "%1$s requires PHP %2$s (or newer) and WordPress %3$s (or newer) to function properly. Your Site is using PHP %4$s and WordPress %5$s. Please upgrade. The Plugin has been deactivated automatically. Dont hesitate to ask for Help @%6$s."
msgstr ""
#: src/Block/Icon.php:80
msgctxt "Block rendering notice"
msgid "Choose Icon"
msgstr ""
#: src/Package/Delete.php:44
msgctxt "Delete without filename"
msgid "No filename provided"
msgstr ""
#: src/Package/Delete.php:52
msgctxt "Delete no icon found"
msgid "Icon not found"
msgstr ""
#: src/Package/Delete.php:70
msgctxt "Delete icon failed"
msgid "Deletion failed"
msgstr ""
#: src/Package/OptionsPage.php:28
msgctxt "Options page tab title"
msgid "Icon Collection"
msgstr ""
#: src/Package/OptionsPage.php:29
msgctxt "Options page tab title"
msgid "Settings"
msgstr ""
#: src/Package/OptionsPage.php:30
msgctxt "Options page tab title"
msgid "Information & Help"
msgstr ""
#: src/Package/OptionsPage.php:37
msgctxt "Options page setting label"
msgid "em (default top shift of inline icons)."
msgstr ""
#: src/Package/OptionsPage.php:38
msgctxt "Options page setting label"
msgid "Top Shift"
msgstr ""
#: src/Package/OptionsPage.php:43
msgctxt "Options page setting label"
msgid "Default scale factor for inline icons related to font-size of parent element."
msgstr ""
#: src/Package/OptionsPage.php:44
msgctxt "Options page setting label"
msgid "Scale Factor"
msgstr ""
#: src/Package/OptionsPage.php:70
msgctxt "Plugins option page title"
msgid "SVG Icons"
msgstr ""
#: src/Package/OptionsPage.php:71
msgctxt "Plugins option menu title"
msgid "SVG Icons"
msgstr ""
#: src/Package/OptionsPage.php:131
msgctxt "Options page heading"
msgid "Icons"
msgstr ""
#: src/Package/OptionsPage.php:133
msgctxt "Options page title action"
msgid "Add Icons"
msgstr ""
#: src/Package/OptionsPage.php:145
msgctxt "Options page tab-nav aria-label"
msgid "Second menu"
msgstr ""
#: src/Package/OptionsPage.php:174
msgctxt "Options page media-toolbar title"
msgid "Icon Collection"
msgstr ""
#: src/Package/OptionsPage.php:178
msgctxt "Options page media-toolbar action input label"
msgid "Search by name"
msgstr ""
#: src/Package/OptionsPage.php:201
msgctxt "Options page no results"
msgid "No results"
msgstr ""
#: src/Package/OptionsPage.php:230
msgctxt "Options page icon action"
msgid "Delete"
msgstr ""
#: src/Package/OptionsPage.php:269
msgctxt "Options page settings title"
msgid "Display Options for inline icons"
msgstr ""
#: src/Package/OptionsPage.php:272
msgctxt "Options page settings description"
msgid "This options only adapts to inline icons without the <code>block</code> attribute. Example <code>[shp-icon icon=\"heart\"]</code>.<br/> This options takes no effect for icons insertet with the Gutenberg block."
msgstr ""
#. translators: %1$s = plugin name
#: src/Package/OptionsPage.php:364
msgctxt "Options page help title. %1$s = plugin name."
msgid "Thank you for using %1$s"
msgstr ""
#: src/Package/OptionsPage.php:368
msgctxt "Options page help introduction"
msgid "Feel free to upload any SVG file to the plugin. To use SVGs on websites is always a pain. But hey good news this plugin tries to support a proper use of SVG icons on your website. Any SVG uploaded to the plugin can be used with a shortcode or with a Gutenberg block."
msgstr ""
#: src/Package/OptionsPage.php:377
msgctxt "Options page help how to use title"
msgid "Use Icons as a Shortcode"
msgstr ""
#: src/Package/OptionsPage.php:380
msgctxt "Options page help use as shortcode"
msgid "It is best to use the shortcode in text elements. The icon will adapt to the font size to give an excellent combination."
msgstr ""
#: src/Package/OptionsPage.php:388
msgctxt "Options page help use as shortcode"
msgid "Shortcode Options"
msgstr ""
#. translators: %1$s = 'Required' (other translation), %2$s = 'icon collection' (other translation)
#: src/Package/OptionsPage.php:399
msgctxt "Options page help use as shortcode"
msgid "%1$s. Use the <i>icon</i> attribute to define which icon to display. You will find the icon name in your %2$s."
msgstr ""
#. translators: %1$s = 'Required' (other translation), %2$s = 'icon collection' (other translation)
#: src/Package/OptionsPage.php:399
msgctxt "Options page help use as shortcode"
msgid "Required"
msgstr ""
#. translators: %1$s = 'Required' (other translation), %2$s = 'icon collection' (other translation)
#: src/Package/OptionsPage.php:399
msgctxt "Options page help use as shortcode"
msgid "icon collection"
msgstr ""
#: src/Package/OptionsPage.php:408
msgctxt "Options page help use as shortcode"
msgid "Use the <i>block</i> attribute to let a shortcode icon act like a block icon."
msgstr ""
#. translators: %s = Link to settings tab (other translation)
#: src/Package/OptionsPage.php:418
msgctxt "Options page help use as shortcode"
msgid "Use the <i>top-shift</i> attribute to fine tune the vertical align of an inline icon. This is useful if the visual align of an inline icon isnt perfect. Set the attribute to a number, the number uses then the <i>em</i> unit. You can also set a default top shift for all inline icons under the %s."
msgstr ""
#. translators: %s = Link to settings tab (other translation)
#: src/Package/OptionsPage.php:418
#: src/Package/OptionsPage.php:428
msgctxt "Options page help use as shortcode"
msgid "settings tab"
msgstr ""
#. translators: %s = Link to settings tab (other translation)
#: src/Package/OptionsPage.php:428
msgctxt "Options page help use as shortcode"
msgid "Use the <i>scale-factor</i> attribute to fine tune the rendered size of an inline icon. Set the attribute to a number, the number uses then the <i>em</i> unit. You can also set a default scale factor for all inline icons under the %s."
msgstr ""
#. translators: %s = fill="currentColor" (other translation)
#: src/Package/OptionsPage.php:438
msgctxt "Options page help use as shortcode"
msgid "Use the <i>color</i> attribute to colorize an icon. The coloration only works, if your SVG is using %s."
msgstr ""
#. translators: %s = fill="currentColor" (other translation)
#: src/Package/OptionsPage.php:438
msgctxt "Options page help use as shortcode"
msgid "fill=\"currentColor\""
msgstr ""
#: src/Package/OptionsPage.php:447
msgctxt "Options page help use as shortcode"
msgid "Use the <i>background-color</i> attribute to colorize the icons parent background. Should work everywhere."
msgstr ""
#: src/Package/OptionsPage.php:458
msgctxt "Options page help how to use title"
msgid "Use Icons as a Gutenberg Block"
msgstr ""
#: src/Package/OptionsPage.php:461
msgctxt "Options page help use as Gutenberg block"
msgid "Icons inserted with the Gutenberg block will fill the available space. Find the block in the Gutenberg editor in the <b>common</b> section as <b>SVG Icon</b>."
msgstr ""
#: src/Package/OptionsPage.php:468
msgctxt "Options page help FAQ"
msgid "FAQ"
msgstr ""
#: src/Package/OptionsPage.php:474
msgctxt "Options page help FAQ"
msgid "What can I do to optimize my SVGs before uploading to the plugin?"
msgstr ""
#: src/Package/OptionsPage.php:478
msgctxt "Options page help FAQ answer"
msgid "SVGO is sick! Props to all the developers of SVGO!"
msgstr ""
#. translators: %s = SVGO (SVG Optimizer) (other translation)
#: src/Package/OptionsPage.php:480
msgctxt "Options page help FAQ answer"
msgid "According to SVGO, SVG files, especially those exported from various editors, usually contain a lot of redundant and useless information. This can include editor metadata, comments, hidden elements, default or non-optimal values and other stuff that can be safely removed or converted without affecting the SVG rendering result. To do so you can use the %s which perfectly optimises your SVGs. "
msgstr ""
#. translators: %s = SVGO (SVG Optimizer) (other translation)
#: src/Package/OptionsPage.php:480
msgctxt "Options page help FAQ answer"
msgid "SVGO (SVG Optimizer)"
msgstr ""
#. translators: %s = SVGOMG (other translation)
#: src/Package/OptionsPage.php:484
msgctxt "Options page help FAQ answer"
msgid "Use SVGO as a web app %s"
msgstr ""
#. translators: %s = SVGOMG (other translation)
#: src/Package/OptionsPage.php:484
msgctxt "Options page help FAQ answer"
msgid "SVGOMG"
msgstr ""
#. translators: %s = svgo-compressor (other translation)
#: src/Package/OptionsPage.php:488
msgctxt "Options page help FAQ answer"
msgid "Use SVGO as a Sketch plugin %s"
msgstr ""
#. translators: %s = svgo-compressor (other translation)
#: src/Package/OptionsPage.php:488
msgctxt "Options page help FAQ answer"
msgid "svgo-compressor"
msgstr ""
#. translators: %s = Image Shrinker (other translation)
#: src/Package/OptionsPage.php:492
msgctxt "Options page help FAQ answer"
msgid "Use SVGO as macOS app %s"
msgstr ""
#. translators: %s = Image Shrinker (other translation)
#: src/Package/OptionsPage.php:492
msgctxt "Options page help FAQ answer"
msgid "Image Shrinker"
msgstr ""
#. translators: %s = svgo-osx-folder-action (other translation)
#: src/Package/OptionsPage.php:496
msgctxt "Options page help FAQ answer"
msgid "Use SVGO as an OSX Folder Action %s"
msgstr ""
#. translators: %s = svgo-osx-folder-action (other translation)
#: src/Package/OptionsPage.php:496
msgctxt "Options page help FAQ answer"
msgid "svgo-osx-folder-action"
msgstr ""
#: src/Package/OptionsPage.php:499
msgctxt "Options page help FAQ answer"
msgid "Further you can read the following articles to optimize your SVGs manually."
msgstr ""
#: src/Package/OptionsPage.php:502
msgctxt "Options page help FAQ answer"
msgid "A Guide to Getting Sharp and Crisp SVG Images on Screen."
msgstr ""
#: src/Package/OptionsPage.php:505
msgctxt "Options page help FAQ answer"
msgid "I set out to create pixel perfect icons. Heres what I discovered along the way."
msgstr ""
#: src/Package/OptionsPage.php:512
msgctxt "Options page help FAQ"
msgid "Is there any change on my files trough the upload?"
msgstr ""
#. translators: %s = a PHP SVG/XML Sanitizer (other translation)
#: src/Package/OptionsPage.php:517
msgctxt "Options page help FAQ answer"
msgid "While uploading an SVG, it will be sanitised by %s and renamed based on the filename. Other changes to the SVG wont happen."
msgstr ""
#. translators: %s = a PHP SVG/XML Sanitizer (other translation)
#: src/Package/OptionsPage.php:517
msgctxt "Options page help FAQ answer"
msgid "a PHP SVG/XML Sanitizer"
msgstr ""
#: src/Package/OptionsPage.php:522
msgctxt "Options page help FAQ"
msgid "Where can I use the shortcode?"
msgstr ""
#. translators: %1$ss = link to wp ref add_filter(), %2$s = link to wp ref do_shortcode()
#: src/Package/OptionsPage.php:527
msgctxt "Options page help FAQ answer"
msgid "The shortcode works within the content section (editor). By default there is no additional shortcode support. You can add shortcode support via WordPress %1$s or do the shortcode directly in your template files with %2$s. Read the following article for further information."
msgstr ""
#: src/Package/OptionsPage.php:530
msgctxt "Options page help FAQ answer"
msgid "Using Shortcodes everywhere."
msgstr ""
#: src/Package/OptionsPage.php:537
msgctxt "Options page help FAQ"
msgid "SVG support for Internet Explorer?"
msgstr ""
#: src/Package/OptionsPage.php:541
msgctxt "Options page help FAQ answer"
msgid "Yes there is a small script watching out for Internet Explorer users to fix a few problems with IE11. If you discover any problems displaying your icons in other browsers too, submit the issue in the plugin repository!"
msgstr ""
#: src/Package/OptionsPage.php:546
msgctxt "Options page help FAQ"
msgid "What do I have to consider when migrating the website?"
msgstr ""
#. translators: %s = plugin textomain
#: src/Package/OptionsPage.php:551
msgctxt "Options page help FAQ answer"
msgid "The uploaded SVGs are saved in <code>/wp-content/uploads/%s</code>. Migrate this folder too to keep the your icons working."
msgstr ""
#: src/Package/OptionsPage.php:559
msgctxt "Options page help title"
msgid "Thats it, peace."
msgstr ""
#. translators: %s = Plugin Repository (other translation)
#: src/Package/OptionsPage.php:561
msgctxt "Options page help"
msgid "Contribute or get help: %s"
msgstr ""
#. translators: %s = Plugin Repository (other translation)
#: src/Package/OptionsPage.php:561
#: src/Package/OptionsPage.php:563
msgctxt "Options page help FAQ answer"
msgid "Plugin Repository"
msgstr ""
#. translators: %s = Plugin Repository (other translation)
#: src/Package/OptionsPage.php:563
msgctxt "Options page help"
msgid "Report issues: %s"
msgstr ""
#: src/Package/OptionsPage.php:564
msgctxt "Options page help title"
msgid "Say Thank You With A Donation"
msgstr ""
#: src/Package/Upload.php:72
msgctxt "Upload without id"
msgid "No upload ID specified"
msgstr ""
#: src/Package/Upload.php:85
msgctxt "Upload without nonce"
msgid "No _wpnonce provided"
msgstr ""
#: src/Package/Upload.php:98
msgctxt "Upload without files"
msgid "No files provided"
msgstr ""
#: src/Package/Upload.php:111
msgctxt "Upload false amount of files"
msgid "Invalid amount of files"
msgstr ""
#: src/Package/Upload.php:129
msgctxt "Upload fals amount of files"
msgid "Invalid file"
msgstr ""
#: src/Package/Upload.php:142
msgctxt "Upload fals amount of files"
msgid "Invalid file type"
msgstr ""
#: src/Package/Upload.php:157
msgctxt "Upload sanitation failed"
msgid "Sanitation failed"
msgstr ""
#. translators: %1$s = already used class name, %2$s = plugin class
#: src/Plugin.php:134
msgctxt "Theme instance loadClasses() error message"
msgid "There was a problem with the Plugin. Only one class with name “%1$s” can be use used in “%2$s”."
msgstr ""
#: src/Plugin.php:227
msgctxt "Settings link in WordPress plugin list"
msgid "Settings"
msgstr ""
#: .build/assets/scripts/admin/delete.js:15
#: assets/scripts/admin.js:253
msgctxt "Confirm deletion. Confirm deletion of [IconName]"
msgid "Confirm Deletion of"
msgstr ""
#: .build/assets/scripts/admin/delete.js:42
#: assets/scripts/admin.js:278
msgctxt "Admin notice delete file sucessfully"
msgid "deleted"
msgstr ""
#: .build/assets/scripts/admin/upload.js:19
#: assets/scripts/admin.js:170
msgctxt "Admin notice processing [Filename] if file is selected for upload"
msgid "processing"
msgstr ""
#: .build/assets/scripts/admin/upload.js:43
#: assets/scripts/admin.js:192
msgctxt "Admin notice response.upload.error returns true"
msgid "Something went wrong while processing the file."
msgstr ""
#: .build/assets/scripts/admin/upload.js:46
#: assets/scripts/admin.js:195
msgctxt "Admin notice [Icon] added successfully"
msgid "Added successfully!"
msgstr ""
#: .build/assets/scripts/admin/upload.js:57
#: assets/scripts/admin.js:204
msgctxt "Admin notice upload failed"
msgid "Upload failed!"
msgstr ""
#: assets/gutenberg/blocks.js:156
msgctxt "SVG icon block title"
msgid "SVG Icon"
msgstr ""
#: assets/gutenberg/blocks.js:157
msgid "Use your SVG icons as Gutenberg block"
msgstr ""
#: assets/gutenberg/blocks.js:237
msgctxt "SVG icon block panel title"
msgid "Icon Collection"
msgstr ""
#: assets/gutenberg/blocks.js:260
msgctxt "SVG icon block PanelColorSettings label"
msgid "Color Settings"
msgstr ""
#: assets/gutenberg/blocks.js:276
msgctxt "SVG icon block colorSettings label"
msgid "Color"
msgstr ""
#: assets/gutenberg/blocks.js:292
msgctxt "SVG icon block colorSettings label"
msgid "Background Color"
msgstr ""
#: assets/gutenberg/blocks.js:298
msgctxt "SVG icon block colorSettings notice"
msgid "The color feature only works with SVGs using currentColor. No currentColor value found in the selected SVG."
msgstr ""

View File

@@ -0,0 +1,831 @@
# Copyright (C) 2020 TaxCloud
# This file is distributed under the same license as the Simple Sales Tax package.
msgid ""
msgstr ""
"Project-Id-Version: Simple Sales Tax 6.0.11\n"
"Report-Msgid-Bugs-To: https://github.com/bporcelli/simplesalestax/issues\n"
"POT-Creation-Date: 2020-01-02 15:32:25+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Brett Porcelli <bporcelli@taxcloud.com>\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n1.0.2\n"
#: includes/abstracts/class-sst-abstract-cart.php:79
msgid "Failed to calculate sales tax: %s"
msgstr ""
#: includes/abstracts/class-sst-abstract-cart.php:281
msgid "Failed to calculate sales tax: no origin address for product %d."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Simple Sales Tax"
msgstr ""
#: includes/admin/class-sst-admin.php:144
msgid "Go to TaxCloud Reports Page"
msgstr ""
#: includes/admin/class-sst-admin.php:160
msgid "Taxes"
msgstr ""
#: includes/admin/class-sst-admin.php:163
msgid "Overview"
msgstr ""
#: includes/admin/class-sst-admin.php:190
msgid "There are no cached rates to remove."
msgstr ""
#: includes/admin/class-sst-admin.php:201
msgid "%d cached tax rates removed."
msgstr ""
#: includes/admin/class-sst-admin.php:223
msgid "Delete cached tax rates"
msgstr ""
#: includes/admin/class-sst-admin.php:224
msgid "Clear cache"
msgstr ""
#: includes/admin/class-sst-admin.php:225
msgid "This tool will remove any tax rates cached by WooCommerce."
msgstr ""
#: includes/admin/class-sst-admin.php:253
#: includes/admin/views/html-select-tic-bulk.php:9
#: includes/admin/views/html-select-tic-category.php:18
#: includes/admin/views/html-select-tic.php:21
#: includes/class-sst-product.php:180
msgid "Using site default"
msgstr ""
#: includes/admin/class-sst-integration.php:26
msgid ""
"<p>Simple Sales Tax makes sales tax easy by connecting your store with <a "
"href=\"https://taxcloud.net\" target=\"_blank\">TaxCloud</a>. If you have "
"trouble with Simple Sales Tax, please consult the <a "
"href=\"https://simplesalestax.com/#faq\" target=\"_blank\">FAQ</a> and the "
"<a href=\"https://simplesalestax.com/installation-guide/\" "
"target=\"_blank\">Installation Guide</a> before contacting "
"support.</p><p>Need help? <a "
"href=\"https://simplesalestax.com/contact-us/\" target=\"_blank\">Contact "
"us</a>.</p>"
msgstr ""
#: includes/admin/class-sst-integration.php:137
msgid "At least one default address is required."
msgstr ""
#: includes/admin/class-sst-integration.php:222
msgid "Failed to save address <em>%s</em>: %s"
msgstr ""
#: includes/admin/class-sst-integration.php:236
msgid "Failed to validate address: %s."
msgstr ""
#: includes/admin/views/html-address-table.php:13
msgid "Address 1"
msgstr ""
#: includes/admin/views/html-address-table.php:14
msgid "Line 1 of your business address."
msgstr ""
#: includes/admin/views/html-address-table.php:17
msgid "Address 2"
msgstr ""
#: includes/admin/views/html-address-table.php:18
msgid "Line 2 of your business address."
msgstr ""
#: includes/admin/views/html-address-table.php:21
msgid "City"
msgstr ""
#: includes/admin/views/html-address-table.php:22
msgid "The city in which your business operates."
msgstr ""
#: includes/admin/views/html-address-table.php:25
msgid "State"
msgstr ""
#: includes/admin/views/html-address-table.php:26
msgid "The state where your business is located."
msgstr ""
#: includes/admin/views/html-address-table.php:29
msgid "ZIP Code"
msgstr ""
#: includes/admin/views/html-address-table.php:30
msgid "5 or 9-digit ZIP code of your business address."
msgstr ""
#: includes/admin/views/html-address-table.php:33
msgid "Default?"
msgstr ""
#: includes/admin/views/html-address-table.php:35
msgid ""
"Check this if you want this address to be used as a default \"Shipment "
"Origin Address\" for your products. You must have at least one default "
"address."
msgstr ""
#: includes/admin/views/html-address-table.php:47
msgid "Add Address"
msgstr ""
#: includes/admin/views/html-address-table.php:58
msgid "No addresses added."
msgstr ""
#: includes/admin/views/html-address-table.php:69
msgid "Remove"
msgstr ""
#: includes/admin/views/html-address-table.php:84
msgid "Select One"
msgstr ""
#: includes/admin/views/html-meta-box.php:8
msgid "TaxCloud Status"
msgstr ""
#: includes/admin/views/html-meta-box.php:10
msgid ""
"Status of order in TaxCloud ('Pending', 'Captured', or 'Refunded'). All "
"orders should eventually be 'Captured' or 'Refunded.'"
msgstr ""
#: includes/admin/views/html-meta-box.php:20
msgid "Exemption Certificate"
msgstr ""
#: includes/admin/views/html-meta-box.php:21
msgid "The customer's exemption certificate, if applicable."
msgstr ""
#: includes/admin/views/html-meta-box.php:24
msgid "View"
msgstr ""
#: includes/admin/views/html-notice-update.php:15
#: includes/admin/views/html-notice-updating.php:15
msgid "Simple Sales Tax data update."
msgstr ""
#: includes/admin/views/html-notice-update.php:16
msgid "We need to update your database to the latest version."
msgstr ""
#: includes/admin/views/html-notice-update.php:22
msgid "Run the updater"
msgstr ""
#: includes/admin/views/html-notice-updating.php:16
msgid ""
"Your database is being updated in the background. This notice will "
"disappear when the update is complete."
msgstr ""
#: includes/admin/views/html-origin-select.php:10
msgid "Origin addresses"
msgstr ""
#: includes/admin/views/html-origin-select.php:27
msgid "There are no addresses to select."
msgstr ""
#: includes/admin/views/html-origin-select.php:32
msgid ""
"Used by Simple Sales Tax for tax calculations. These are the addresses from "
"which this product will be shipped."
msgstr ""
#: includes/admin/views/html-select-tic-bulk.php:7
#: includes/admin/views/html-select-tic.php:17
msgid "TIC"
msgstr ""
#: includes/admin/views/html-select-tic-bulk.php:12
#: includes/admin/views/html-select-tic-category.php:21
#: includes/admin/views/html-select-tic-modal.php:14
#: includes/admin/views/html-select-tic.php:22
msgid "Select"
msgstr ""
#: includes/admin/views/html-select-tic-category.php:6
msgid "Taxability Information Code"
msgstr ""
#: includes/admin/views/html-select-tic-category.php:26
msgid "This TIC will be used as the default for all products in this category."
msgstr ""
#: includes/admin/views/html-select-tic-modal.php:25
msgid "Select TIC"
msgstr ""
#: includes/admin/views/html-select-tic-modal.php:27
#: includes/frontend/views/html-certificate-table.php:113
#: includes/frontend/views/html-view-certificate.php:13
msgid "Close modal panel"
msgstr ""
#: includes/admin/views/html-select-tic-modal.php:33
msgid "Start typing to search"
msgstr ""
#: includes/class-simple-sales-tax.php:245
msgid ""
"<strong>PHP needs to be updated.</strong> Simple Sales Tax requires PHP "
"5.5+."
msgstr ""
#: includes/class-simple-sales-tax.php:255
msgid ""
"<strong>WooCommerce not detected.</strong> Please install or activate "
"WooCommerce to use Simple Sales Tax."
msgstr ""
#: includes/class-simple-sales-tax.php:268
msgid ""
"<strong>WooCommerce needs to be updated.</strong> Simple Sales Tax requires "
"WooCommerce 3.0.0+."
msgstr ""
#: includes/class-sst-ajax.php:123
msgid "Invalid request."
msgstr ""
#: includes/class-sst-assets.php:70
msgid "Please enter your API Login ID and API Key."
msgstr ""
#: includes/class-sst-assets.php:74
msgid "Success! Your TaxCloud settings are valid."
msgstr ""
#: includes/class-sst-assets.php:78
msgid "Connection to TaxCloud failed."
msgstr ""
#: includes/class-sst-assets.php:114
msgid "Failed to delete certificate"
msgstr ""
#: includes/class-sst-assets.php:115
msgid "Failed to add certificate"
msgstr ""
#: includes/class-sst-assets.php:116
msgid ""
"Are you sure you want to delete this certificate? This action is "
"irreversible."
msgstr ""
#: includes/class-sst-install.php:137
msgid ""
"Simple Sales Tax found extra rates in your tax tables. Please choose to <a "
"href=\"%s\">keep the rates</a> or <a href=\"%s\">delete them</a>."
msgstr ""
#: includes/class-sst-install.php:233
msgid "Exempt Customer"
msgstr ""
#: includes/class-sst-install.php:250
msgid "Settings"
msgstr ""
#: includes/class-sst-install.php:339
msgid "Sales Tax"
msgstr ""
#: includes/class-sst-order.php:285 includes/class-sst-order.php:784
#: includes/sst-update-functions.php:557
msgid "Fee"
msgstr ""
#: includes/class-sst-order.php:567
msgid "Failed to capture order %d: already captured."
msgstr ""
#: includes/class-sst-order.php:578
msgid "Failed to capture order %d: order was refunded."
msgstr ""
#: includes/class-sst-order.php:606
msgid "Failed to capture order %d: %s."
msgstr ""
#: includes/class-sst-order.php:636
msgid "Can't refund order %d: order must be completed first."
msgstr ""
#: includes/class-sst-order.php:708
msgid "Failed to refund order %d: %s."
msgstr ""
#: includes/class-sst-product.php:126
msgid "No Change"
msgstr ""
#: includes/class-sst-product.php:180
msgid "Same as parent"
msgstr ""
#: includes/class-sst-settings.php:47
msgid "TaxCloud Settings"
msgstr ""
#: includes/class-sst-settings.php:49
msgid ""
"You must enter a valid TaxCloud API ID and API Key for Simple Sales Tax to "
"work properly. Use the \"Verify Settings\" button to test your settings."
msgstr ""
#: includes/class-sst-settings.php:55
msgid "TaxCloud API ID"
msgstr ""
#: includes/class-sst-settings.php:57
msgid ""
"Your TaxCloud API ID. This can be found in your TaxCloud account on the "
"\"Websites\" page."
msgstr ""
#: includes/class-sst-settings.php:65
msgid "TaxCloud API Key"
msgstr ""
#: includes/class-sst-settings.php:67
msgid ""
"Your TaxCloud API Key. This can be found in your TaxCloud account on the "
"\"Websites\" page."
msgstr ""
#: includes/class-sst-settings.php:75
msgid "Verify TaxCloud Settings"
msgstr ""
#: includes/class-sst-settings.php:76
msgid "Verify Settings"
msgstr ""
#: includes/class-sst-settings.php:78
msgid "Use this button to verify that your site can communicate with TaxCloud."
msgstr ""
#: includes/class-sst-settings.php:86
msgid "Business Addresses"
msgstr ""
#: includes/class-sst-settings.php:88
msgid ""
"You must enter at least one business address for Simple Sales Tax to work "
"properly. <strong>Important:</strong> Any addresses you enter here should "
"also be registered as <a "
"href=\"https://simplesalestax.com/taxcloud/locations/\" "
"target=\"_blank\">locations</a> in TaxCloud."
msgstr ""
#: includes/class-sst-settings.php:98
msgid "Exemption Settings"
msgstr ""
#: includes/class-sst-settings.php:100
msgid ""
"If you have tax exempt customers, be sure to enable tax exemptions and "
"enter your company name."
msgstr ""
#: includes/class-sst-settings.php:106
msgid "Enable Tax Exemptions?"
msgstr ""
#: includes/class-sst-settings.php:109 includes/class-sst-settings.php:148
#: includes/class-sst-settings.php:161
msgid "Yes"
msgstr ""
#: includes/class-sst-settings.php:110 includes/class-sst-settings.php:149
#: includes/class-sst-settings.php:162
msgid "No"
msgstr ""
#: includes/class-sst-settings.php:113
msgid "Set this to \"Yes\" if you have tax exempt customers."
msgstr ""
#: includes/class-sst-settings.php:117
msgid "Company Name"
msgstr ""
#: includes/class-sst-settings.php:120
msgid "Enter your company name as it should be displayed on exemption certificates."
msgstr ""
#: includes/class-sst-settings.php:127
msgid "Exempt User Roles"
msgstr ""
#: includes/class-sst-settings.php:132
msgid ""
"When a user with one of these roles shops on your site, WooTax will "
"automatically find and apply the first exemption certificate associated "
"with their account. Convenient if you have repeat exempt customers."
msgstr ""
#: includes/class-sst-settings.php:139
msgid "Restrict to Exempt Roles"
msgstr ""
#: includes/class-sst-settings.php:142
msgid ""
"Set this to \"Yes\" to restrict users aside from those specified above from "
"seeing the exemption form during checkout."
msgstr ""
#: includes/class-sst-settings.php:153
msgid "Display Settings"
msgstr ""
#: includes/class-sst-settings.php:155
msgid "Control how taxes are displayed during checkout."
msgstr ""
#: includes/class-sst-settings.php:158
msgid "Show Zero Tax?"
msgstr ""
#: includes/class-sst-settings.php:165
msgid "When the sales tax due is zero, should the \"Sales Tax\" line be shown?"
msgstr ""
#: includes/class-sst-settings.php:172
msgid "Advanced Settings"
msgstr ""
#: includes/class-sst-settings.php:174
msgid ""
"For advanced users only. Leave these settings untouched if you are not sure "
"how to use them."
msgstr ""
#: includes/class-sst-settings.php:180
msgid "Log Requests"
msgstr ""
#: includes/class-sst-settings.php:184
msgid ""
"When selected, Simple Sales Tax will log all requests sent to TaxCloud for "
"debugging purposes."
msgstr ""
#: includes/class-sst-settings.php:191
msgid "Capture Orders Immediately"
msgstr ""
#: includes/class-sst-settings.php:195
msgid ""
"By default, orders are marked as Captured in TaxCloud when they are "
"shipped. Select this option to mark orders as Captured immediately when "
"payment is received. Useful for stores that have items with long lead times."
msgstr ""
#: includes/class-sst-settings.php:202
msgid "Tax Based On"
msgstr ""
#: includes/class-sst-settings.php:205
msgid "Item Price"
msgstr ""
#: includes/class-sst-settings.php:206
msgid "Line Subtotal"
msgstr ""
#: includes/class-sst-settings.php:209
msgid ""
"\"Item Price\": TaxCloud determines the taxable amount for a line item by "
"multiplying the item price by its quantity. \"Line Subtotal\": the taxable "
"amount is determined by the line subtotal. Useful in instances where "
"rounding becomes an issue."
msgstr ""
#: includes/class-sst-settings.php:216
msgid "Remove All Data"
msgstr ""
#: includes/class-sst-settings.php:220
msgid ""
"When this feature is enabled, all Simple Sales Tax options and data will be "
"removed when you click deactivate and delete the plugin."
msgstr ""
#: includes/class-sst-settings.php:227
msgid "Download Log File"
msgstr ""
#: includes/class-sst-settings.php:228
msgid "Download Log"
msgstr ""
#: includes/class-sst-settings.php:232
msgid ""
"Click this button to download the Simple Sales Tax log file for debugging "
"purposes."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:19
msgid "Tax exempt?"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:31
msgid "Warning:"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:32
msgid ""
"This interface will not function properly with JavaScript disabled. Please "
"enable JavaScript to continue."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:43
msgid ""
"Select an exemption certificate from the table below, or click \"Add "
"Certificate\" and fill out the provided form."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:53
msgid "ID"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:54
msgid "Issued To"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:55
msgid "Date"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:56
msgid "Actions"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:63
msgid "Add Certificate"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:72
msgid "Please log in or register."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:81
msgid "There are no certificates to display. Click 'Add Certificate' to add one."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:110
#: includes/frontend/views/html-certificate-table.php:346
msgid "Add certificate"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:120
msgid "Warning"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:121
msgid ""
"You are responsible for knowing if you qualify to claim exemption from tax "
"in the state that is due tax on this sale. You will be held liable for any "
"tax and interest, as well as civil and criminal penalties imposed by the "
"member state, if you are not eligible to claim this exemption."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:131
msgid "Where does this exemption apply?"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:141
msgid "Tax ID Type"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:145
#: includes/frontend/views/html-certificate-table.php:185
#: includes/frontend/views/html-certificate-table.php:286
msgid "Select one"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:146
msgid "Federal Employer ID"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:147
msgid "State Issued Exemption ID or Drivers License"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:159
msgid "Tax ID"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:170
msgid "ID issued by..."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:171
msgid "Select if your ID is state issued."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:181
msgid "Business Type"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:189
msgid "Accommodation And Food Services"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:193
msgid "Agricultural/Forestry/Fishing/Hunting"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:197
msgid "Construction"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:201
msgid "Finance or Insurance"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:205
msgid "Information Publishing and Communications"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:209
msgid "Manufacturing"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:213
msgid "Mining"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:214
msgid "Real Estate"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:218
msgid "Rental and Leasing"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:222
msgid "Retail Trade"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:226
msgid "Transportation and Warehousing"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:230
msgid "Utilities"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:234
msgid "Wholesale Trade"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:238
msgid "Business Services"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:242
msgid "Professional Services"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:246
msgid "Education and Health Care Services"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:250
msgid "Nonprofit Organization"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:254
msgid "Government"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:258
msgid "Not a Business"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:262
#: includes/frontend/views/html-certificate-table.php:325
msgid "Other"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:271
#: includes/frontend/views/html-certificate-table.php:334
msgid "Please explain"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:272
msgid "Explain the nature of your business."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:282
msgid "Reason for Exemption"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:287
msgid "Federal Government Department"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:291
msgid "State Or Local Government"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:295
msgid "Tribal Government"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:299
msgid "Foreign Diplomat"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:303
msgid "Charitable Organization"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:307
msgid "Religious or Educational Organization"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:311
msgid "Resale"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:312
msgid "Agricultural Production"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:316
msgid "Industrial Production or Manufacturing"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:320
msgid "Direct Pay Permit"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:324
msgid "Direct Mail"
msgstr ""
#: includes/frontend/views/html-view-certificate.php:11
msgid "View certificate"
msgstr ""
#: includes/integrations/class-sst-subscriptions.php:134
msgid "Failed to calculate sales tax for renewal order %d: %s."
msgstr ""
#: includes/sst-update-functions.php:688
msgid "Failed to refund extraneous package for order #%d: %s."
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://github.com/bporcelli/simplesalestax"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Harness the power of TaxCloud to accurately calculate sales tax for your "
"WooCommerce store."
msgstr ""
#. Author of the plugin/theme
msgid "TaxCloud"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://taxcloud.com"
msgstr ""

View File

@@ -0,0 +1,41 @@
== Changelog ==
= 1.2.5 =
* Fix : empty option on plugin causing troubles
= 1.2.4 =
* Fix : function naming problems
= 1.2.3 =
* Fix : empty option on plugin initialization causing troubles (see changelog)
= 1.2.2 =
* Merge 1.1.4 | 1.2.1
= 1.2.1 =
* Fix : empty option on plugin initialization causing troubles
* Change plugin minimal wordpress version
* Change plugin Author URI
= 1.2.0 =
* New : Add possibility to disable widget in certain locations including custom post types
= 1.1.4 =
* Change functions & class names to be more compatible with wordpress environment
* Updated plugin description to mention the fact that we are using 3rd party service.
= 1.1.3 =
* Add License & Readme Files
= 1.1.2 =
* Fix : change response type in sv-adminController in method that check if widget id is valid
= 1.1.1 =
* Fix : method when the controller is checking if widget exist
= 1.1.0 =
* Translate plugin to French language
* Re-organize socialvault.php so now it becomes a class file
= 1.0.0 =
* Initial release of plugin (downloadable just on socialvault.com)

View File

@@ -0,0 +1,25 @@
{
"name": "sorta-brilliant-stream-share",
"version": "1.0.0",
"description": "Advanced Twitch embed block for the Gutenberg",
"author": "sorta brilliant",
"license": "GPL-2.0-or-later",
"keywords": [ "wordpress" ],
"homepage": "https://sortabrilliant.com",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sortabrilliant/streamshare.git"
},
"scripts": {
"build": "wp-scripts build",
"lint:css": "wp-scripts lint-style",
"lint:scripts": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^6.1.1"
}
}

View File

@@ -0,0 +1,36 @@
Version 3.0.0
* Updates for Swedbank Pay
* Disallow some special characters in product reference
* Update styles
* Implemented filters sb_checkout_order_items, sb_checkout_order_vat, sb_checkout_order_amount
* Implemented sb_get_payee_reference filter to obtain the payeeReference
* Implemented country switcher for checkin
* Add support of sequential order no
* Implemented UI to set Product Classes
* Implemented subsite option
* Checkout UI improvements
* Add minification suffix for css and js
* Allow 3D Secure 2
Version 2.1.1
* Checkout UI improvements
Version 2.1.0
* Add "Change shipping information" button
* Add Terms & Conditions Url option
* Implemented Consumer Billing Details
* Hide customer fields before checkin
* Lock fields if payex consumer logged off
* Use site name for payeeName
* Prefilled address save
* Fixed bug with customer reference
* Fixed: Don't init customer if reference already exists
* Fixed checkout problem on old version of woocommerce
* Improved PayEx Checkout
* Fixes for Invoice capture
* Changed api endpoint urls
* Translations update
* Bugfixes
Version 2.0.0
* First public release

View File

@@ -0,0 +1,28 @@
{
"name": "payex-woocommerce-checkout",
"version": "3.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.12.0"
},
"devDependencies": {
"gulp": "^4.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-checkout"
},
"author": "Swedbank Pay",
"license": "Apache-2.0",
"homepage": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-checkout"
}

View File

@@ -0,0 +1,43 @@
Version 2.0.0
* Updates for Swedbank Pay
* Implemented filters sb_get_payee_reference and sb_get_payee_reference_order
* Improved errors handling. Problem Details for HTTP APIs (RFC 7807)
* HTTPS: CA failback for Client
* Add support of sequential order no
* Invoice: add payeeInfo.payeeName
* Add subsite option
* Add payment action to Order view in admin backend
* Show "payment method was updated" when change payment method
* Implemented riskIndicator feature
* Add minification suffix for css and js
* Add ecom_only option in admin
* Add order_id in metadata
* Implemented Recurrence tokens feature
* Use calculated vatAmount value instead of zero
* Implemented "Reject cards" options
* Add orderReference parameter
* Add cardholder parameter
* Remove no3DSecure parameter
* Vipps: Remove direct method
* Custom checkout icons in admin backend
Version 1.3.0
* Changed plugin slug
* Changed plugin license
* Improved code format
* Fixed validate_payment_meta
Version 1.2.0
* Transactions processing in Background process
* Add Terms & Conditions Url option
* Update Swedish translations
* Updates of PayEx Transaction Callback
Version 1.1.0
* Implemented: Tokenization
* Implemented: WC Subscriptions support
* Settings: AutoCapture mode
* Integrated PayEx Client library
Version 1.0.0
* First release

View File

@@ -0,0 +1,28 @@
{
"name": "swedbank-pay-woocommerce-payments",
"version": "2.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.12.0"
},
"devDependencies": {
"gulp": "^4.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-payments"
},
"author": "Swedbank Pay",
"license": "Apache-2.0",
"homepage": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-payments"
}

View File

@@ -0,0 +1,80 @@
# Copyright (C) 2020 ThemeRain Core
# This file is distributed under the same license as the ThemeRain Core package.
msgid ""
msgstr ""
"Project-Id-Version: ThemeRain Core 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/themerain-core\n"
"POT-Creation-Date: 2020-01-03 10:40:18+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: includes/portfolio/portfolio.php:19
msgid "Projects"
msgstr ""
#: includes/portfolio/portfolio.php:20
msgid "Project"
msgstr ""
#: includes/portfolio/portfolio.php:21
msgid "Add New Project"
msgstr ""
#: includes/portfolio/portfolio.php:22
msgid "Edit Project"
msgstr ""
#: includes/portfolio/portfolio.php:23
msgid "New Project"
msgstr ""
#: includes/portfolio/portfolio.php:24
msgid "View Project"
msgstr ""
#: includes/portfolio/portfolio.php:25
msgid "View Projects"
msgstr ""
#: includes/portfolio/portfolio.php:26
msgid "Search Projects"
msgstr ""
#: includes/portfolio/portfolio.php:27
msgid "No projects found"
msgstr ""
#: includes/portfolio/portfolio.php:28
msgid "No projects found in Trash"
msgstr ""
#: includes/portfolio/portfolio.php:29
msgid "All Projects"
msgstr ""
#: includes/portfolio/portfolio.php:44
msgid "Project Categories"
msgstr ""
#: includes/portfolio/portfolio.php:45
msgid "Categories"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "ThemeRain Core"
msgstr ""
#. Description of the plugin/theme
msgid "Core functionalities for ThemeRain's themes."
msgstr ""
#. Author of the plugin/theme
msgid "ThemeRain"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://themeforest.net/user/themerain"
msgstr ""

View File

@@ -0,0 +1,38 @@
# Copyright (c) 2020
# This file is distributed under the same license as the Ubiquitous Blocks package.
msgid ""
msgstr ""
"Project-Id-Version: Ubiquitous Blocks 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/seb86/ubiquitous-blocks/issues\n"
"POT-Creation-Date: 2020-01-21 03:14:30+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Sébastien Dumont <mailme@sebastiendumont.com>\n"
"Language: en_US\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: includes/admin/class-ubiquitous-blocks-admin.php:37
#: includes/admin/class-ubiquitous-blocks-admin.php:38
msgid "Reusable Blocks"
msgstr ""
#: ubiquitous-blocks.php:67
msgid "Cloning this object is forbidden."
msgstr ""
#: ubiquitous-blocks.php:77
msgid "Unserializing instances of this class is forbidden."
msgstr ""

View File

@@ -0,0 +1,246 @@
# Copyright (C) 2019 Weblizar
# This file is distributed under the same license as the Ultimate Image Slider Pro plugin.
msgid ""
msgstr ""
"Project-Id-Version: Ultimate Timeline 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-timeline-v1.4\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: 2019-07-01T08:18:30+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.1.0\n"
"X-Domain: ultimate-timeline\n"
#. Plugin Name of the plugin
#: public\WCT_ShortCode.php:48
msgid "Ultimate Timeline"
msgstr ""
#. Plugin URI of the plugin
msgid "https://weblizar.com/plugins"
msgstr ""
#. Description of the plugin
msgid "A Weblizar Project For Building a Great Story Timeline UI."
msgstr ""
#. Author of the plugin
msgid "Weblizar"
msgstr ""
#. Author URI of the plugin
msgid "https://weblizar.com"
msgstr ""
#: admin\includes\meta_boxes\image-meta-box.php:30
msgid "The image uploaded will be rendered inside the box below."
msgstr ""
#: public/views/timeline_view.php:168
msgid "Sorry,You have not added any story yet"
msgstr ""
#: admin\includes\meta_boxes\image-meta-box.php:23
#: admin\includes\meta_boxes\image-meta-box.php:25
msgid "Choose file"
msgstr ""
#: admin\includes\meta_boxes\image-meta-box.php:158
msgid "END"
msgstr ""
#: admin/weblizar-timeline-post-type.php:63
msgid "Story Title"
msgstr ""
#: admin/weblizar-timeline-post-type.php:64
msgid "Story Year"
msgstr ""
#: admin/weblizar-timeline-post-type.php:65
msgid "Story Date"
msgstr ""
#: admin/weblizar-timeline-post-type.php:66
msgid "Story Icon"
msgstr ""
#: admin/weblizar-timeline-post-type.php:67
msgid "Published Date"
msgstr ""
#: admin/weblizar-timeline-post-type.php:98
msgid "Not Matched"
msgstr ""
#: admin/weblizar-timeline-post-type.php:98
msgid "*Please select story Date / Year from settings below the story content."
msgstr ""
#: admin/weblizar-timeline-post-type.php:107
msgid "Timeline Story Settings (Date/Year)"
msgstr ""
#: admin/weblizar-timeline-post-type.php:26
msgid "Parent Item:"
msgstr ""
#: admin/weblizar-timeline-post-type.php:27
msgid "All Stories"
msgstr ""
#: admin/weblizar-timeline-post-type.php:28
msgid "Add New Story"
msgstr ""
#: admin/weblizar-timeline-post-type.php:30
msgid "New Story"
msgstr ""
#: admin/weblizar-timeline-post-type.php:31
msgid "Edit Story"
msgstr ""
#: admin/weblizar-timeline-post-type.php:32
msgid "Update Story"
msgstr ""
#: admin/weblizar-timeline-post-type.php:33
msgid "View Story"
msgstr ""
#: admin/weblizar-timeline-post-type.php:34
msgid "Search Story"
msgstr ""
#: admin/weblizar-timeline-post-type.php:35
msgid "Not found"
msgstr ""
#: admin/weblizar-timeline-post-type.php:36
msgid "Not found in Trash"
msgstr ""
#: admin/weblizar-timeline-post-type.php:40
msgid "Timeline Post Type Description"
msgstr ""
#: public/views/timeline_view.php:79
msgid "Not Available"
msgstr ""
#: admin/includes/WC_Timeline_Options.php:33
msgid "Timeline Options Updated Successfully !"
msgstr ""
#: admin/includes/WC_Timeline_Options.php:31
msgid "An unexpected error occurred."
msgstr ""
#: admin/includes/WC_Timeline_Options.php:20
msgid "Please Select a Date format for your story."
msgstr ""
#: admin/includes/WC_Timeline_Options.php:16
msgid "Please Select a layout For your story."
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:72
msgid "Select Yes/No option to show/hide Image inside Story."
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:100
msgid "Select Full/Small Screen option to Show Image Full Or Small inside Story."
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:79
msgid "Full Screen"
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:113
msgid "Small Screen"
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:125
msgid "Story Color"
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:131
msgid "Choose color for your Story."
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:142
msgid "Story Date"
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:149
msgid "Please select story Story Date / Year / Time using datepicker only. Date Format( mm/dd/yy hh:mm )"
msgstr ""
#: admin/includes/meta_boxes/settings-meta-box.php:159
msgid "Back to top"
msgstr ""
#: admin/weblizar-timeline-options.php:21
msgid "General Settings"
msgstr ""
#: admin/weblizar-timeline-options.php:36
msgid "Timeline Layout"
msgstr ""
#: admin/weblizar-timeline-options.php:42
msgid "Select Vertical/Horizontal option to set your Timeline Story Layout."
msgstr ""
#: admin/weblizar-timeline-options.php:48
msgid "Vertical Layout"
msgstr ""
#: admin/weblizar-timeline-options.php:55
msgid "Horizontal Layout"
msgstr ""
#: admin/weblizar-timeline-options.php:65
msgid "Story Date Format"
msgstr ""
#: admin/weblizar-timeline-options.php:71
msgid "Select Date Format that you want for your Story."
msgstr ""
#: admin/weblizar-timeline-options.php:86
msgid "Save Changes"
msgstr ""
#: includes/fa-icons/fa-icons-class.php:62
msgid "Select Story Icon"
msgstr ""
#: includes/fa-icons/fa-icons-class.php:93
msgid "Add Icon"
msgstr ""
#: includes/fa-icons/fa-icons-class.php:97
#: admin/includes/meta_boxes/fa-icon-meta-box.php:39
msgid "Select Font Awesome Icon"
msgstr ""
#: admin/includes/meta_boxes/fa-icon-meta-box.php:41
msgid "Search Icon.."
msgstr ""
#: includes/fa-icons/fa-icons-class.php:99
msgid "Search Icon.."
msgstr ""
#: admin/weblizar-timeline-options.php:118
msgid "Copy below shortcode in any Page to publish your Timeline"
msgstr ""
#: admin/weblizar-timeline-options.php:119
msgid "[weblizar_timeline]"
msgstr ""

View File

@@ -0,0 +1,111 @@
msgid ""
msgstr ""
"Project-Id-Version: Uptogo 1.0.0\n"
"POT-Creation-Date: 2020-01-03 02:12-0300\n"
"PO-Revision-Date: 2020-01-03 02:12-0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
"X-Poedit-KeywordsList: __;_n:1,2\n"
"X-Poedit-SearchPath-0: .\n"
#: includes/class-uptogo-shipping-method.php:21
msgid "Uptogo"
msgstr ""
#: includes/class-uptogo-shipping-method.php:22
msgid "E-commerce delivery with real-time tracking."
msgstr ""
#: includes/class-uptogo-shipping-method.php:53
msgid "Access key"
msgstr ""
#: includes/class-uptogo-shipping-method.php:54
msgid "View your access key in our app settings."
msgstr ""
#: includes/class-uptogo-shipping-method.php:58
msgid "Store identifier"
msgstr ""
#: includes/class-uptogo-shipping-method.php:59
#: includes/class-uptogo-shipping-method.php:64
msgid "Information obtained automatically through the access key."
msgstr ""
#: includes/class-uptogo-shipping-method.php:63
msgid "Store location"
msgstr ""
#: includes/class-uptogo-shipping-method.php:128
msgid "Access key not found."
msgstr ""
#: includes/class-uptogo-shipping-method.php:159
#: includes/class-uptogo-shipping-method.php:245
#: includes/class-uptogo-shipping-method.php:609
msgid "Inventory"
msgstr ""
#: includes/class-uptogo-shipping-method.php:160
#: includes/class-uptogo-shipping-method.php:247
#: includes/class-uptogo-shipping-method.php:610
msgid "Proposal"
msgstr ""
#. translators: %s: Link to a delivery
#: includes/class-uptogo-shipping-method.php:170
#, php-format
msgid "Delivery number %s has been requested."
msgstr ""
#: includes/class-uptogo-shipping-method.php:174
#: includes/class-uptogo-shipping-method.php:206
#: includes/class-uptogo-shipping-method.php:212
#: includes/class-uptogo-shipping-method.php:215
#: includes/class-uptogo-shipping-method.php:243
#: includes/class-uptogo-shipping-method.php:271 uptogo.php:100
msgid "Request"
msgstr ""
#. translators: %s: Link to a delivery
#: includes/class-uptogo-shipping-method.php:211
#, php-format
msgid "Delivery number %s has been cancelled."
msgstr ""
#: includes/class-uptogo-shipping-method.php:611
msgid "Warning"
msgstr ""
#: includes/class-uptogo-shipping-method.php:693
msgid "Immediate delivery"
msgstr ""
#. translators: %d: Delivery time in days
#: includes/class-uptogo-shipping-method.php:697
#, php-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
#: includes/class-uptogo-shipping-method.php:736
msgid "Deliver goods to customer."
msgstr ""
#: uptogo.php:101
msgid "Cancel delivery"
msgstr ""
#: uptogo.php:103
msgid "Request delivery"
msgstr ""

View File

@@ -0,0 +1,218 @@
msgid ""
msgstr ""
"Project-Id-Version: UsersWP - ReCaptcha 1.3.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-02-05 17:28+0530\n"
"PO-Revision-Date: 2020-02-05 17:28+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode <info@userswp.io>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_n_noop:1,2;"
"_nx:1,2;_x;_ex;esc_attr_e;esc_attr__\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 2.2.1\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/settings.php:6
msgid "ReCaptcha"
msgstr ""
#: admin/settings.php:19
msgid "ReCaptcha Settings"
msgstr ""
#: admin/settings.php:27
msgid "ReCaptcha version"
msgstr ""
#: admin/settings.php:28
msgid ""
"Select the ReCaptcha version. <b style=\"color: red;\">Heads Up! V2, V3 and "
"invisible recaptcha has different keys. So use keys based on version you "
"select here.</b>"
msgstr ""
#: admin/settings.php:32
msgid "Select Option"
msgstr ""
#: admin/settings.php:38
msgid "Google ReCaptcha API Key"
msgstr ""
#: admin/settings.php:39
msgid ""
"Enter Re-Captcha site key that you get after site registration at <a target="
"\"_blank\" href=\"https://www.google.com/recaptcha/admin#list\">here</a>. "
"Recaptcha V2 and V3 has different API key."
msgstr ""
#: admin/settings.php:42
msgid "Enter Google ReCaptcha API Key"
msgstr ""
#: admin/settings.php:47
msgid "Google ReCaptcha API Secret"
msgstr ""
#: admin/settings.php:48
msgid ""
"Enter Re-Captcha secret key that you get after site registration at <a "
"target=\"_blank\" href=\"https://www.google.com/recaptcha/admin#list\">here</"
"a>. Recaptcha V2 and V3 has different API secret"
msgstr ""
#: admin/settings.php:51
msgid "Enter Google ReCaptcha API Secret"
msgstr ""
#: admin/settings.php:56
msgid "Minimum verification score"
msgstr ""
#: admin/settings.php:57
msgid ""
"Set the minimum verification score from 0 to 1 (for Recaptcha V3 only). See "
"more <a target=\"_blank\" href=\"https://developers.google.com/recaptcha/"
"docs/v3#score\">here</a>"
msgstr ""
#: admin/settings.php:70
msgid "Enable ReCaptcha in"
msgstr ""
#: admin/settings.php:71
msgid "UsersWP Register Form"
msgstr ""
#: admin/settings.php:79
msgid "UsersWP Login Form"
msgstr ""
#: admin/settings.php:87
msgid "UsersWP Forgot Form"
msgstr ""
#: admin/settings.php:95
msgid "UsersWP Account Form"
msgstr ""
#: admin/settings.php:103
msgid "WordPress Login Form"
msgstr ""
#: admin/settings.php:111
msgid "WordPress Registeration Form"
msgstr ""
#: admin/settings.php:132
msgid "Disable reCAPTCHA for"
msgstr ""
#: admin/settings.php:133
msgid "Select the roles to disable ReCaptcha for."
msgstr ""
#: admin/settings.php:137
msgid "Select Roles"
msgstr ""
#: admin/settings.php:145
msgid "Captcha Title"
msgstr ""
#: admin/settings.php:146
msgid "Captcha title to be displayed above captcha code, leave blank to hide."
msgstr ""
#: admin/settings.php:154
msgid "ReCaptcha Theme"
msgstr ""
#: admin/settings.php:155
#, php-format
msgid "Select color theme of captcha widget. %sLearn more%s"
msgstr ""
#: admin/settings.php:159
msgid "Light"
msgstr ""
#: admin/settings.php:160
msgid "Dark"
msgstr ""
#: admin/settings.php:177
msgid "UsersWP - Recaptcha"
msgstr ""
#: admin/settings.php:178
msgid "Remove all data when deleted?"
msgstr ""
#: admin/settings.php:189
msgid "ReCaptcha V3"
msgstr ""
#: admin/settings.php:190
msgid "ReCaptcha V2"
msgstr ""
#: admin/settings.php:191
msgid "Invisible ReCaptcha"
msgstr ""
#: includes/class-uwp-recaptcha.php:166
#, php-format
msgid ""
"UsersWP ReCaptcha addon: API Key and API Secret not set. %sclick here%s to "
"set one."
msgstr ""
#: includes/class-uwp-recaptcha.php:168
#, php-format
msgid "UsersWP ReCaptcha addon: API Key not set. %sclick here%s to set one."
msgstr ""
#: includes/class-uwp-recaptcha.php:170
#, php-format
msgid "UsersWP ReCaptcha addon: API Secret not set. %sclick here%s to set one."
msgstr ""
#: includes/functions.php:214
msgid ""
"<strong>ERROR</strong>: reCAPTCHA verification failed. Please try again."
msgstr ""
#: includes/functions.php:231
msgid ""
"<strong>reCAPTCHA ERROR</strong>: The secret parameter is missing or "
"invalid. Please try again."
msgstr ""
#: includes/functions.php:235
msgid ""
"<strong>reCAPTCHA ERROR</strong>: The response parameter is missing or "
"invalid. Please try again."
msgstr ""
#: includes/functions.php:238
msgid ""
"<strong>reCAPTCHA ERROR</strong>: The request is invalid. Please try again."
msgstr ""
#: includes/functions.php:241
msgid ""
"<strong>reCAPTCHA ERROR</strong>: The response is no longer valid: either is "
"too old or has been used previously. Please try again."
msgstr ""
#: uwp-recaptcha.php:34
#, php-format
msgid "%s requires %sUsersWP%s plugin to be installed and active."
msgstr ""

View File

@@ -0,0 +1,42 @@
{
"name": "via-crm-forms",
"version": "1.0.4",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --progress --watch",
"clean": "rm -rf ./build/*",
"package": "npm run build && zip via-crm-forms-$npm_package_version.zip -q -x@.package.exclude -r ../via-gravityforms-salesforce/build/ ../via-gravityforms-salesforce/src/ ../via-gravityforms-salesforce/vendor/ ../via-gravityforms-salesforce/composer.* ../via-gravityforms-salesforce/package.* ../via-gravityforms-salesforce/*.php ../via-gravityforms-salesforce/readme.txt"
},
"dependencies": {
"axios": "^0.18.0",
"grunt": "~0.4.5",
"grunt-composer": "~0.4.4",
"grunt-shell": "~0.7.0",
"immutable": "^3.8.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"select2": "^4.0.2",
"webpack": "^4.15.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack-cli": "^3.0.8"
}
}

View File

@@ -0,0 +1,421 @@
msgid ""
msgstr ""
"Project-Id-Version: wallet-system-for-woocommerce 1.0.0\n"
"POT-Creation-Date: 2020-01-09 15:45+0530\n"
"PO-Revision-Date: 2020-01-09 15:45+0530\n"
"Last-Translator: \n"
"Language-Team: MakeWebBetter\n"
"Language: en_US\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: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html__\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/class-all-wallet-transactions.php:30
#: admin/class-user-wallet-transactions.php:27
msgid "Transaction ID"
msgstr ""
#: admin/class-all-wallet-transactions.php:31
msgid "Username/Email"
msgstr ""
#: admin/class-all-wallet-transactions.php:32
msgid "Credits"
msgstr ""
#: admin/class-all-wallet-transactions.php:33
msgid "Debits"
msgstr ""
#: admin/class-all-wallet-transactions.php:34
#: admin/class-user-wallet-transactions.php:31
msgid "Comments"
msgstr ""
#: admin/class-all-wallet-transactions.php:35
#: admin/class-user-wallet-transactions.php:28
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:22
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:55
msgid "Date"
msgstr ""
#: admin/class-user-wallet-transactions.php:29
msgid "Type"
msgstr ""
#: admin/class-user-wallet-transactions.php:30
#: admin/partials/templates/mwb-wcb-edit-wallet.php:46
msgid "Amount"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:107
msgid "Please enter the amount."
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:126
#: wallet-system-for-woocommerce.php:155
msgid "Settings"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:128
msgid "Transactions"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:176
msgid "An error occurred please try again"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:180
msgid "Something went wrong please try again"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:200
#: admin/class-wallet-system-for-woocommerce-admin.php:213
msgid "No. of transactions per page"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:269
msgid "Wallet Order"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:289
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:29
msgid "Wallet Topup"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:305
msgid "Edit Wallet"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:318
#: public/partials/wallet-system-for-woocommerce-public-display.php:66
msgid "Wallet Balance"
msgstr ""
#: admin/partials/templates/mwb-wcb-all-transactions.php:17
msgid "All Wallet Transactions"
msgstr ""
#: admin/partials/templates/mwb-wcb-all-transactions.php:20
msgid "Search User"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:26
#: admin/partials/templates/mwb-wcb-wallet-general.php:21
msgid "Your settings have been saved."
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:31
msgid "Wallet Topup Setting"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:32
msgid ""
"Setting for the Wallet Topup product through which the customer can recharge "
"their wallet."
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:39
#: admin/partials/templates/mwb-wcb-wallet-general.php:33
msgid "Enable"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:43
msgid "Enable to allow customers to recharge their wallet"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:56
msgid "Topup Product Title"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:60
msgid "Enter the title of the Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:68
msgid "Topup Product Image"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:81
msgid "Select the image of the Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:84
msgid "Upload image"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:90
msgid "Topup Product Min Amount"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:94
msgid "Minimum amount of Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:102
msgid "Topup Product Max Amount"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:106
msgid "Maximum amount of Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:114
msgid "Topup Product Tax"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:118
msgid "Tax status of Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:122
msgid "None"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:123
msgid "Taxable"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:27
msgid "Back"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:30
msgid "Wallet Balance : "
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:36
msgid "Edit User Wallet"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:38
msgid "Credit or Debit amount in your users account"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:54
msgid "Action"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:61
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:19
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:52
msgid "Credit"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:62
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:20
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:53
msgid "Debit"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:75
msgid "Reason"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:90
msgid "User Wallet Transactions"
msgstr ""
#: admin/partials/templates/mwb-wcb-overview.php:14
msgid "Connect With Us and Explore More About Wallet System For WooCommerce"
msgstr ""
#: admin/partials/templates/mwb-wcb-overview.php:15
msgid ""
"Wallet System For WooCommerce is the plugin that facilitates WooCommerce "
"store owners to provide e-wallet functionalities to their login users. The "
"functionality of the wallet system permits customers to directly complete "
"their product payments and recharge their wallet amount. The plugin empowers "
"store owners as they can credit/debit amount from users accounts with a "
"proper explanation about the same- they can also create a restriction on the "
"Topup Product Amount."
msgstr ""
#: admin/partials/templates/mwb-wcb-wallet-general.php:26
msgid "General Setting"
msgstr ""
#: admin/partials/templates/mwb-wcb-wallet-general.php:37
msgid "Enable Wallet"
msgstr ""
#: admin/partials/templates/mwb-wcb-wallet-general.php:45
msgid "Frontend Color"
msgstr ""
#: admin/partials/templates/mwb-wcb-wallet-general.php:49
msgid "Change the frontend My Account Wallet page color"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:17
msgid "Overview"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:23
msgid "General"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:42
msgid "WALLET SETTING"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:50
msgid "Contact Us"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:56
msgid "Documentation"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:62
msgid "Connect on Skype"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:57
#: public/class-wallet-credit-payment-gateway.php:93
msgid "Wallet Payment"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:58
msgid ""
"This payment method is used for user who want to make payment from their "
"Wallet."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:83
msgid "Enable/Disable"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:85
msgid "Enable Wallet Payment"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:90
msgid "Title"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:92
msgid ""
"This controls the title for the payment method the customer sees during "
"checkout."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:98
msgid "Description"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:100
msgid "Payment method description that the customer will see on your checkout."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:101
msgid "Your amount is deducted from your wallet."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:106
msgid "Instructions"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:108
msgid "Instructions that will be added to the thank you page and emails."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:123
msgid "[Your Amount :"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:156
msgid "Debited through purchasing #"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:159
msgid "Something went wrong please try again."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:167
msgid "Awaiting Wallet payment"
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:141
msgid "Wallet"
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:230
msgid ""
"This product cannot be purchased with Wallet topup product. Please, empty "
"your cart first and then add it again."
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:302
msgid "Wallet credited through purchase #"
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:306
msgid "Something went wrong. Please try again."
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:373
#: public/class-wallet-system-for-woocommerce-public.php:388
msgid ""
"Recharge amount will be credited to your wallet when the order is completed."
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-topup.php:17
msgid "Wallet Recharge"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-topup.php:21
msgid "Enter the Topup Amount"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:15
msgid "All Transactions"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:18
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:51
msgid "Id"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:21
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:54
msgid "Details"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:45
msgid "No Transactions Found"
msgstr ""
#: public/partials/wallet-system-for-woocommerce-public-display.php:23
msgid "Wallet Transactions"
msgstr ""
#: public/partials/wallet-system-for-woocommerce-public-display.php:34
msgid "Recharge Wallet"
msgstr ""
#: wallet-system-for-woocommerce.php:82
msgid ""
"Welcome to Wallet System for Woocommerce To configure wallet settings "
"Click Here -> "
msgstr ""
#: wallet-system-for-woocommerce.php:82
msgid "Go To Settings"
msgstr ""
#: wallet-system-for-woocommerce.php:176
msgid "Go to Docs"
msgstr ""
#: wallet-system-for-woocommerce.php:212
msgid ""
"Woocommerce is not activated, Please activate Woocommerce first to install "
"Cashback and Credit Wallet System for Woocommerce."
msgstr ""

View File

@@ -0,0 +1,13 @@
/**1.0.0.2 - 2020.01.20*/
- Fixed: Fatal error when activating plugin if WooCommerce is not active
- Fixed: Warning message on import list page when regular price or sale price of price rules is empty
- Updated: Move product html request to extension
- Updated: Change Carrier company follow on AliExpress and set default cainiao URL in tracking URL
- Updated: Update correct attribute name
- Added: Cancel overriding product
/**1.0.0.1 - 2019.12.30*/
- Update: Extension link on Google Chrome Store
/**1.0.0 - 2019.12.03**/
~ The first released

View File

@@ -0,0 +1,471 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Frequently Bought Together for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Frequently Bought Together for WooCommerce 1.5.8\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-bought-together\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: 2020-02-04T07:58:41+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: woobt\n"
#. Plugin Name of the plugin
msgid "WPC Frequently Bought Together for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "Increase your sales with personalized product recommendations."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:186
#: index.php:197
msgid "WPC Frequently Bought Together"
msgstr ""
#: index.php:186
#: index.php:1027
msgid "Bought Together"
msgstr ""
#: index.php:200
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: index.php:203
msgid "Reviews"
msgstr ""
#: index.php:205
msgid "Changelog"
msgstr ""
#: index.php:207
msgid "Discussion"
msgstr ""
#: index.php:214
msgid "How to use?"
msgstr ""
#: index.php:218
#: index.php:681
msgid "Settings"
msgstr ""
#: index.php:222
#: index.php:682
msgid "Premium Version"
msgstr ""
#: index.php:230
msgid "When adding/editing the product you can choose Bought Together tab then add some products with the new price."
msgstr ""
#: index.php:242
msgid "General"
msgstr ""
#: index.php:246
msgid "Default products"
msgstr ""
#: index.php:251
msgid "Upsells"
msgstr ""
#: index.php:255
msgid "Related"
msgstr ""
#: index.php:259
msgid "Related & Upsells"
msgstr ""
#: index.php:263
#: index.php:299
msgid "None"
msgstr ""
#: index.php:266
msgid "Default products when don't specified any products."
msgstr ""
#: index.php:270
msgid "Position"
msgstr ""
#: index.php:275
msgid "Above add to cart button"
msgstr ""
#: index.php:279
msgid "Below add to cart button"
msgstr ""
#: index.php:283
msgid "Below the title"
msgstr ""
#: index.php:287
msgid "Below the price"
msgstr ""
#: index.php:291
msgid "Below the excerpt"
msgstr ""
#: index.php:295
msgid "Below the meta"
msgstr ""
#: index.php:302
msgid "Choose the position to show the products list."
msgstr ""
#: index.php:306
msgid "Show thumbnail"
msgstr ""
#: index.php:311
#: index.php:343
#: index.php:401
#: index.php:417
#: index.php:435
#: index.php:496
#: index.php:536
#: index.php:551
#: index.php:567
#: index.php:583
#: index.php:599
msgid "Yes"
msgstr ""
#: index.php:315
#: index.php:332
#: index.php:347
#: index.php:388
#: index.php:405
#: index.php:421
#: index.php:443
#: index.php:500
#: index.php:540
#: index.php:555
#: index.php:571
#: index.php:587
#: index.php:603
msgid "No"
msgstr ""
#: index.php:321
msgid "Show price"
msgstr ""
#: index.php:325
msgid "Price"
msgstr ""
#: index.php:328
msgid "Total"
msgstr ""
#: index.php:338
msgid "Show short description"
msgstr ""
#: index.php:353
msgid "Variations selector"
msgstr ""
#: index.php:358
msgid "Default"
msgstr ""
#: index.php:362
msgid "Use WPC Variations Radio Buttons"
msgstr ""
#: index.php:371
msgid "Link to individual product"
msgstr ""
#: index.php:376
msgid "Yes, open in the same tab"
msgstr ""
#: index.php:380
msgid "Yes, open in the new tab"
msgstr ""
#: index.php:384
msgid "Yes, open quick view popup"
msgstr ""
#: index.php:396
msgid "Show \"this item\""
msgstr ""
#: index.php:408
msgid "The main product will be listed on the top of the list."
msgstr ""
#: index.php:412
msgid "Change image"
msgstr ""
#: index.php:425
msgid "Change the main product image when choosing the variation of variable products."
msgstr ""
#: index.php:430
msgid "Change price"
msgstr ""
#: index.php:439
msgid "Yes, custom selector"
msgstr ""
#: index.php:450
msgid "Change the main product price when choosing the variation or quantity of products. It uses JavaScript to change product price so it is very dependent on themes HTML. If it cannot find and update the product price, please contact us and we can help you find the right selector or adjust the JS file."
msgstr ""
#: index.php:455
msgid "Counter"
msgstr ""
#: index.php:460
msgid "Count the individual products"
msgstr ""
#: index.php:464
msgid "Count the product quantities"
msgstr ""
#: index.php:468
msgid "Hide"
msgstr ""
#: index.php:472
msgid "Counter on the add to cart button."
msgstr ""
#: index.php:477
msgid "Additional price text"
msgstr ""
#: index.php:480
#: index.php:481
#: index.php:645
msgid "Additional price:"
msgstr ""
#: index.php:482
msgid "Leave blank to use the default text and can be translated."
msgstr ""
#: index.php:487
msgid "Cart & Checkout"
msgstr ""
#: index.php:491
msgid "Change quantity"
msgstr ""
#: index.php:504
msgid "Buyer can change the quantity of associated products or not? If not, the quantities will sync with the main product."
msgstr ""
#: index.php:509
msgid "Associated text"
msgstr ""
#: index.php:513
#: index.php:737
#: index.php:927
msgid "(bought together %s)"
msgstr ""
#: index.php:514
msgid "The text behind associated products. Use \"%s\" for the main product name."
msgstr ""
#: index.php:519
#: index.php:1041
msgid "Search"
msgstr ""
#: index.php:523
msgid "Search limit"
msgstr ""
#: index.php:531
msgid "Search by SKU"
msgstr ""
#: index.php:546
msgid "Search by ID"
msgstr ""
#: index.php:558
msgid "Search by ID when only entered the numeric."
msgstr ""
#: index.php:562
msgid "Search exact"
msgstr ""
#: index.php:574
msgid "Match whole product title or content?"
msgstr ""
#: index.php:578
msgid "Search sentence"
msgstr ""
#: index.php:590
msgid "Do a phrase search?"
msgstr ""
#: index.php:594
msgid "Accept same products"
msgstr ""
#: index.php:606
msgid "If yes, a product can be added many times."
msgstr ""
#: index.php:612
msgid "Update Options"
msgstr ""
#: index.php:661
msgid "Please select some product options before adding to the cart."
msgstr ""
#: index.php:698
msgid "Premium support"
msgstr ""
#: index.php:714
msgid "Associate (%s)"
msgstr ""
#: index.php:879
msgid "Have an error when adding this product to the cart."
msgstr ""
#: index.php:1007
msgid "No results found for \"%s\""
msgstr ""
#: index.php:1017
msgid "Add"
msgstr ""
#: index.php:1019
msgid "Remove"
msgstr ""
#: index.php:1022
msgid "New price in percent or number"
msgstr ""
#: index.php:1022
msgid "Default quantity"
msgstr ""
#: index.php:1043
msgid "settings"
msgstr ""
#: index.php:1048
msgid "searching..."
msgstr ""
#: index.php:1050
msgid "Type any keyword to search"
msgstr ""
#: index.php:1056
msgid "Selected"
msgstr ""
#: index.php:1094
msgid "Add separately"
msgstr ""
#: index.php:1099
msgid "If enabled, the associated products will be added as separate items and stay unaffected from the main product, their prices will change back to the original."
msgstr ""
#: index.php:1103
msgid "Discount"
msgstr ""
#: index.php:1114
msgid "Checked all"
msgstr ""
#: index.php:1118
msgid "Checked all by default."
msgstr ""
#: index.php:1122
msgid "Custom quantity"
msgstr ""
#: index.php:1126
msgid "Allow the customer can change the quantity of each product."
msgstr ""
#: index.php:1130
msgid "Sync quantity"
msgstr ""
#: index.php:1134
msgid "Sync the quantity of the main product with associated products."
msgstr ""
#: index.php:1138
msgid "Limit each item"
msgstr ""
#: index.php:1142
msgid "Use default quantity as min"
msgstr ""
#: index.php:1154
msgid "Before text"
msgstr ""
#: index.php:1164
msgid "After text"
msgstr ""
#: index.php:1351
msgid "This item:"
msgstr ""
#: index.php:1484
msgid "Choose"
msgstr ""
#: index.php:1491
msgid "Clear"
msgstr ""

View File

@@ -0,0 +1,109 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Customer Care for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Customer Care for WooCommerce 1.0.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-customer-care\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: 2020-01-06T04:43:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: woocc\n"
#. Plugin Name of the plugin
msgid "WPC Customer Care for WooCommerce"
msgstr ""
#. Description of the plugin
msgid "Customer care system for WooCommerce."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:118
msgid "WPC Customer Care"
msgstr ""
#: index.php:118
msgid "Customer Care"
msgstr ""
#: index.php:365
msgid "Settings"
msgstr ""
#: index.php:366
msgid "Premium Support"
msgstr ""
#: index.php:375
#: index.php:411
#: index.php:439
msgid "Permissions check failed"
msgstr ""
#: index.php:464
msgid "Care"
msgstr ""
#: index.php:484
msgid "Order care"
msgstr ""
#: index.php:496
msgid "Customer Care just work after you created the order."
msgstr ""
#: index.php:508
msgid "You are caring this order"
msgstr ""
#: index.php:513
msgid "%s is caring this order"
msgstr ""
#: index.php:519
msgid "Nobody is caring this order"
msgstr ""
#: index.php:521
msgid "Assign to Me"
msgstr ""
#: index.php:525
msgid "or Assign to..."
msgstr ""
#: index.php:562
msgid "added on %1$s at %2$s"
msgstr ""
#: index.php:564
msgid "woocc"
msgstr ""
#: index.php:565
msgid "by %s"
msgstr ""
#: index.php:602
msgid "Go back"
msgstr ""
#: index.php:605
msgid "Take over"
msgstr ""
#: index.php:640
msgid "Care by..."
msgstr ""

View File

@@ -0,0 +1,296 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Smart Quick View for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Smart Quick View for WooCommerce 1.3.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-smart-quick-view\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: 2020-01-21T09:01:31+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: woosq\n"
#. Plugin Name of the plugin
msgid "WPC Smart Quick View for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "WPC Smart Quick View allows users to get a quick look of products without opening the product page."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:245
#: index.php:336
#: index.php:337
msgid "Quick view"
msgstr ""
#: index.php:272
#: index.php:282
msgid "WPC Smart Quick View"
msgstr ""
#: index.php:272
msgid "Smart Quick View"
msgstr ""
#: index.php:285
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: index.php:288
msgid "Reviews"
msgstr ""
#: index.php:290
msgid "Changelog"
msgstr ""
#: index.php:292
msgid "Discussion"
msgstr ""
#: index.php:299
#: index.php:659
msgid "Settings"
msgstr ""
#: index.php:303
#: index.php:660
msgid "Premium Version"
msgstr ""
#: index.php:314
msgid "General"
msgstr ""
#: index.php:318
msgid "Type"
msgstr ""
#: index.php:323
msgid "Button"
msgstr ""
#: index.php:327
msgid "Link"
msgstr ""
#: index.php:333
msgid "Text"
msgstr ""
#: index.php:339
#: index.php:584
msgid "Leave blank to use the default text and can be translated."
msgstr ""
#: index.php:344
msgid "Extra class (optional)"
msgstr ""
#: index.php:349
msgid "Add extra class for action button/link, split by one space."
msgstr ""
#: index.php:354
msgid "Button position"
msgstr ""
#: index.php:359
msgid "Before title"
msgstr ""
#: index.php:363
msgid "After title"
msgstr ""
#: index.php:367
msgid "After rating"
msgstr ""
#: index.php:371
msgid "After price"
msgstr ""
#: index.php:375
msgid "Before add to cart"
msgstr ""
#: index.php:379
msgid "After add to cart"
msgstr ""
#: index.php:383
msgid "None"
msgstr ""
#: index.php:389
msgid "Button shortcode"
msgstr ""
#: index.php:392
msgid "You can add the button by manually, please use the shortcode %s, eg. %s for the product with ID is 99."
msgstr ""
#: index.php:397
msgid "Popup effect"
msgstr ""
#: index.php:402
msgid "Fade"
msgstr ""
#: index.php:406
msgid "Zoom in"
msgstr ""
#: index.php:410
msgid "Zoom out"
msgstr ""
#: index.php:414
msgid "Newspaper"
msgstr ""
#: index.php:418
msgid "Move horizontal"
msgstr ""
#: index.php:422
msgid "Move from top"
msgstr ""
#: index.php:426
msgid "3d unfold"
msgstr ""
#: index.php:430
msgid "Slide bottom"
msgstr ""
#: index.php:436
msgid "Categories"
msgstr ""
#: index.php:452
msgid "All categories"
msgstr ""
#: index.php:458
msgid "Only show the Quick View button for products in selected categories."
msgstr ""
#: index.php:464
msgid "Content"
msgstr ""
#: index.php:473
msgid "Images"
msgstr ""
#: index.php:478
msgid "Product image & Product gallery images"
msgstr ""
#: index.php:482
msgid "Product image"
msgstr ""
#: index.php:486
msgid "Product gallery images"
msgstr ""
#: index.php:492
msgid "Lightbox for images"
msgstr ""
#: index.php:497
#: index.php:568
msgid "No"
msgstr ""
#: index.php:501
#: index.php:572
msgid "Yes"
msgstr ""
#: index.php:507
msgid "Product summary"
msgstr ""
#: index.php:514
msgid "Title"
msgstr ""
#: index.php:519
msgid "Rating"
msgstr ""
#: index.php:524
msgid "Price"
msgstr ""
#: index.php:529
msgid "Excerpt"
msgstr ""
#: index.php:534
msgid "Add to cart"
msgstr ""
#: index.php:539
msgid "Meta"
msgstr ""
#: index.php:545
msgid "Add to cart button"
msgstr ""
#: index.php:550
msgid "Like archive page"
msgstr ""
#: index.php:554
msgid "Like single page"
msgstr ""
#: index.php:558
msgid "Choose the functionally for the add to cart button."
msgstr ""
#: index.php:563
msgid "View details button"
msgstr ""
#: index.php:578
msgid "View details text"
msgstr ""
#: index.php:581
#: index.php:582
msgid "View product details"
msgstr ""
#: index.php:591
msgid "Update Options"
msgstr ""
#: index.php:676
msgid "Premium support"
msgstr ""

View File

@@ -0,0 +1,433 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Smart Wishlist for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Smart Wishlist for WooCommerce 1.5.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-smart-wishlist\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: 2020-01-21T09:08:52+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: woosw\n"
#. Plugin Name of the plugin
msgid "WPC Smart Wishlist for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "WPC Smart Wishlist is a simple but powerful tool that can help your customer save products for buy later."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:117
#: index.php:1001
#: index.php:1181
msgid "Wishlist"
msgstr ""
#: index.php:205
#: index.php:253
msgid "Please log in to use the wishlist!"
msgstr ""
#: index.php:219
msgid "Added to the wishlist!"
msgstr ""
#: index.php:222
msgid "Already in the wishlist!"
msgstr ""
#: index.php:236
#: index.php:279
msgid "Have an error, please try again!"
msgstr ""
#: index.php:269
msgid "Removed from wishlist!"
msgstr ""
#: index.php:271
#: index.php:989
msgid "There are no products on the wishlist!"
msgstr ""
#: index.php:274
msgid "The product does not exist on the wishlist!"
msgstr ""
#: index.php:293
msgid "Please log in to use wishlist!"
msgstr ""
#: index.php:355
#: index.php:614
#: index.php:615
#: index.php:891
msgid "Browse wishlist"
msgstr ""
#: index.php:363
#: index.php:586
#: index.php:587
#: index.php:882
msgid "Add to wishlist"
msgstr ""
#: index.php:398
msgid "Share on:"
msgstr ""
#: index.php:399
msgid "Facebook"
msgstr ""
#: index.php:400
msgid "Twitter"
msgstr ""
#: index.php:401
msgid "Pinterest"
msgstr ""
#: index.php:402
msgid "Mail"
msgstr ""
#: index.php:408
msgid "Wishlist link:"
msgstr ""
#: index.php:410
msgid "Copy"
msgstr ""
#: index.php:434
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: index.php:437
msgid "Reviews"
msgstr ""
#: index.php:439
msgid "Changelog"
msgstr ""
#: index.php:441
msgid "Discussion"
msgstr ""
#: index.php:448
#: index.php:928
msgid "Settings"
msgstr ""
#: index.php:452
#: index.php:929
msgid "Premium Version"
msgstr ""
#: index.php:463
msgid "General"
msgstr ""
#: index.php:467
msgid "Disable the wishlist for unauthenticated users"
msgstr ""
#: index.php:472
#: index.php:487
#: index.php:529
#: index.php:547
msgid "Yes"
msgstr ""
#: index.php:476
#: index.php:491
#: index.php:533
#: index.php:551
msgid "No"
msgstr ""
#: index.php:482
msgid "Auto remove"
msgstr ""
#: index.php:495
msgid "Auto remove product from the wishlist after adding to the cart."
msgstr ""
#: index.php:501
msgid "Page"
msgstr ""
#: index.php:504
msgid "Settings for wishlist page."
msgstr ""
#: index.php:508
msgid "Wishlist page"
msgstr ""
#: index.php:513
msgid "Choose a page"
msgstr ""
#: index.php:517
msgid "Add shortcode %s to display the wishlist on a page."
msgstr ""
#: index.php:519
msgid "After choosing a page, please go to Setting >> Permalinks and press Save Changes."
msgstr ""
#: index.php:524
msgid "Share buttons"
msgstr ""
#: index.php:537
msgid "Enable share buttons on the wishlist page?"
msgstr ""
#: index.php:542
msgid "Copy link"
msgstr ""
#: index.php:555
msgid "Enable copy wishlist link to share?"
msgstr ""
#: index.php:561
#: index.php:573
msgid "Button"
msgstr ""
#: index.php:564
msgid "Settings for \"Add to wishlist\" button."
msgstr ""
#: index.php:568
msgid "Type"
msgstr ""
#: index.php:577
msgid "Link"
msgstr ""
#: index.php:583
msgid "Text"
msgstr ""
#: index.php:589
msgid "Leave blank to use the default text or its equivalent translation in multiple languages."
msgstr ""
#: index.php:594
#: index.php:813
msgid "Action"
msgstr ""
#: index.php:599
msgid "Show message"
msgstr ""
#: index.php:603
msgid "Show product list"
msgstr ""
#: index.php:606
msgid "Action triggered by clicking on the wishlist button."
msgstr ""
#: index.php:611
msgid "Text (added)"
msgstr ""
#: index.php:617
msgid "Text shown after adding an item to the wishlist. Leave blank to use the default text or its equivalent translation in multiple languages."
msgstr ""
#: index.php:622
msgid "Action (added)"
msgstr ""
#: index.php:627
msgid "Open wishlist popup"
msgstr ""
#: index.php:631
#: index.php:1009
msgid "Open wishlist page"
msgstr ""
#: index.php:634
msgid "Action triggered by clicking on the wishlist button after adding an item to the wishlist."
msgstr ""
#: index.php:639
msgid "Extra class (optional)"
msgstr ""
#: index.php:644
msgid "Add extra class for action button/link, split by one space."
msgstr ""
#: index.php:649
msgid "Position on archive page"
msgstr ""
#: index.php:654
#: index.php:685
msgid "Under title"
msgstr ""
#: index.php:658
msgid "Under rating"
msgstr ""
#: index.php:662
msgid "Under price"
msgstr ""
#: index.php:666
#: index.php:697
msgid "Above add to cart button"
msgstr ""
#: index.php:670
#: index.php:701
msgid "Under add to cart button"
msgstr ""
#: index.php:674
#: index.php:713
msgid "None"
msgstr ""
#: index.php:680
msgid "Position on single page"
msgstr ""
#: index.php:689
msgid "Under price & rating"
msgstr ""
#: index.php:693
msgid "Under excerpt"
msgstr ""
#: index.php:705
msgid "Under meta"
msgstr ""
#: index.php:709
msgid "After sharing"
msgstr ""
#: index.php:719
msgid "Shortcode"
msgstr ""
#: index.php:722
msgid "You can add a button manually by using the shortcode %s, eg. %s for the product whose ID is 99."
msgstr ""
#: index.php:727
msgid "Categories"
msgstr ""
#: index.php:740
msgid "All categories"
msgstr ""
#: index.php:746
msgid "Only show the wishlist button for products in selected categories."
msgstr ""
#: index.php:752
msgid "Popup"
msgstr ""
#: index.php:755
msgid "Settings for the wishlist popup."
msgstr ""
#: index.php:759
msgid "Color"
msgstr ""
#: index.php:766
msgid "Choose the color, default %s"
msgstr ""
#: index.php:771
msgid "Continue shopping link"
msgstr ""
#: index.php:777
msgid "By default, the wishlist popup will only be closed when customers click on the \"Continue Shopping\" button."
msgstr ""
#: index.php:783
msgid "Menu"
msgstr ""
#: index.php:794
msgid "Menu(s)"
msgstr ""
#: index.php:808
msgid "Choose the menu(s) you want to add the \"wishlist menu\" at the end."
msgstr ""
#: index.php:818
msgid "Open page"
msgstr ""
#: index.php:822
msgid "Open popup"
msgstr ""
#: index.php:825
msgid "Action when clicking on the \"wishlist menu\"."
msgstr ""
#: index.php:832
msgid "Update Options"
msgstr ""
#: index.php:900
msgid "Copied the wishlist link:"
msgstr ""
#: index.php:945
msgid "Premium support"
msgstr ""
#: index.php:981
msgid "In stock"
msgstr ""
#: index.php:981
msgid "Out of stock"
msgstr ""
#: index.php:1013
msgid "Continue shopping"
msgstr ""

View File

@@ -0,0 +1,57 @@
# Loco Gettext template
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce WebDebit Payment Gateway v1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-10 19:12+0200\n"
"POT-Revision-Date: Fri Jan 10 2020 19:09:58 GMT+0200 (Central European Standard Time)\n"
"PO-Revision-Date: 2015-08-28 19:47+0200\n"
"Last-Translator: Sanjin Barac <update.soft.sanjin@gmail.com>\n"
"Language-Team: \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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
"X-Generator: Poedit 1.8.2\n"
"Language: hr\n"
"X-Poedit-SearchPath-0: .\n"
#: /class-woocommerce-webdebit-payment-gateway.php:10 /class-woocommerce-other-
#: payment-gateway.php:11 /class-woocommerce-webdebit-payment-gateway.php:49
msgid "WebDebit Payment"
msgstr "WebDebit Payment"
#: /class-woocommerce-webdebit-payment-gateway.php:40
msgid "Enable/Disable"
msgstr "Enable/Disable"
#: /class-woocommerce-webdebit-payment-gateway.php:42
msgid "Enable WebDebit Payment"
msgstr "Enable WebDebit Payment"
#: /class-woocommerce-webdebit-payment-gateway.php:46
msgid "Method Title"
msgstr "Method Title"
#: /class-woocommerce-webdebit-payment-gateway.php:48
msgid "This controls the title"
msgstr "This controls the title"
#: /class-woocommerce-webdebit-payment-gateway.php:53
msgid "Customer Message"
msgstr "Customer Message"
#: /class-woocommerce-webdebit-payment-gateway.php:56
msgid "The message which you want it to appear to the customer in the checkout page."
msgstr "The message which you want it to appear to the customer in the checkout page."
#: /class-woocommerce-webdebit-payment-gateway.php:77
msgid "WebDebit Payment Settings"
msgstr "WebDebit Payment Settings"
#: /class-woocommerce-webdebit-payment-gateway.php:96
msgid "Awaiting payment"
msgstr "Awaiting payment"

View File

@@ -0,0 +1,232 @@
*** Amazon Pay Changelog ***
= 1.11.0 2020-01-21 =
* Add - Strong Customer Authentication (SCA) support for subscriptions (billing agreements).
* Add - Support for custom checkout fields.
* Add - Optimal login option to "Login with Amazon" feature.
* Update - Attach WooCommerce and Amazon Pay plugin version as transaction meta data.
* Update - Enable gateway by default and show a warning that it's live.
= 1.10.3 2019-11-18 =
* Update - WC tested up to 3.8.
* Update - WP tested up to 5.3.
= 1.10.2 2019-08-08 =
* Update - WC tested up to 3.7.
= 1.10.1 2019-06-11 =
* Fix - Payment options not working when Amazon Pay v1.10.0 is active
* Fix - Checkout broken when Login with Amazon app is disabled
= 1.10.0 2019-06-03 =
* Add - Strong Customer Authentication (SCA) support for United Kingdom, Euro Region merchants
= 1.9.1 2019-04-17 =
* Tweak - WC tested up to 3.6.
= 1.9.0 2019-02-11 =
* Update - Allow transactions of more than $1000 via async/IPN.
* Update - Upgrade merchant onboarding and registration experience.
* Update - Allow to capture payments in multiple currencies.
* Fix - Avoid using float css property so the cart button is always wrapped by the parent div.
= 1.8.5 2018-10-17 =
* Update - WC tested up to 3.5.
= 1.8.4 2018-05-17 =
* Update - WC tested up to version.
* Update - Privacy policy notification.
* Update - Export/erasure hooks added.
* Fix - Missing most of the address information.
= 1.8.3 2018-05-09 =
* Add - Hook to show/hide amazon address widget "woocommerce_amazon_show_address_widget" (bool), hidden by default.
* Add - New setting field to Enable/Disable Subscriptions support.
* Fix - Compatibility fixes with Advanced Ordernumbers plugin.
* Tweak - Allow Subscription details to be changed for Subscriptions paid through Amazon.
= 1.8.2 2017-03-12 =
* Tweak - Change refund_type string for IPNs when a payment refund is received for subscriptions.
= 1.8.1 2017-12-15 =
* Update - WC tested up to version.
= 1.8.0 2017-11-29 =
* Tweak - Added IPN handlers to handle notifications from Amazon. Currently only add the notification as order notes.
* Tweak - Handle order refund when IPN for payment refund is received.
* Tweak - Added admin notices for conditions that may cause an issue: 1) WooCommerce Germanized is active with disallow cancellation option enabled 2) Shop currency doesn't match with payment region.
* Fix - Remove restriction of subscriptions on EU region. Amazon has reached general availability for the recurring payments product. No white listing needed anymore in any region.
* Fix - Hide customizable button settings if login with Amazon app is disabled.
* Fix - Check city if state is missing from address widget. Please note that StateOrRegion, known as state in WooCommerce, is not mandatory in Amazon address. If the fallback is failed, the workaround would be from shipping zone to target the country.
* Fix - Handles buyer canceled scenario via IPN.
= 1.7.3 2017-07-06 =
* Tweak - Change Payment mark after Amazon re-brand.
* Tweak - Add setting link in plugin action links.
* Fix - Issue in PHP 7.1 might throw an error when trying to checkout.
* Fix - Added proper handler for `AmazonRejected`. It won't render the widgets and redirect to cart immediately.
* Fix - Removed explicit limit check when authorizing billing agreement. Order will be failed when attempting to authorize such payment and subscription still inactive until the order is paid.
* Fix - Suppress coupon notice/form when the transaction is declined with reason code `InvalidPaymentMethod`.
* Fix - PHP Notice: id was called incorrectly when attempting to pay Subscription product.
= 1.7.2 2017-06-27 =
* Add - New Woo plugin header, for WooCommerce 3.1 compatibility.
= 1.7.1 2017-05-01 =
* Fix - Issue where address is not being passed in new order email.
* Fix - Issue where billing and shipping information from Amazon were not saved when login app is not enabled.
* Fix - Make address widget read-only when authorization is declined with reason code `InvalidPaymentMethod`.
= 1.7.0 2017-04-04 =
* Fix - Update for WooCommerce 3.0 compatibility.
* Fix - Issue where subscription renewal order could not find billing agreement ID.
* Tweak - Compability with WPML.
* Fix - issue where disabled guest checkout with generated username and password blocked checkout.
* Tweak - Updated strings "Amazon Pay" as the brand name.
* Fix - Improper handling of declined authorization.
= 1.6.4 2017-01-05 =
* Fix - Amazon Pay button disappears in cart after AJAX refresh.
= 1.6.3 2016-12-13 =
* Fix - Issue where account username is missing during registration in checkout page.
* Tweak - Updated translations. Added new translations for Spanish and Italian.
* Tweak - Enable subscriptions for United Kingdom.
* Fix - Notice during checkout process from undefined variable.
* Fix - Issue where subscription payment is not captured (Payment Capture setting is "Authorize and Capture") after billing agreement is authorized.
* Fix - Issue where PwA button is not rendered after cart AJAX loaded.
* Tweak - Make widget and API URLs configurable via payment region setting instead of shop base country.
= 1.6.2 2016-10-25 =
* Fix - When woocommerce_create_account_default_checked is used to mark create account field as enabled by default and then the buyer uncheck it, the posted value of dupe element still set to 1.
= 1.6.1 2016-10-19 =
* Tweak - Rename plugin's main file to match with text-domain and repo's slug.
* Fix - Replace deprecated functions from WC with newer ones.
* Tweak - Change default setting values for button type, button size, and enable login app.
* Tweak - Updated translations for de_DE, fr_FR, ja, and id_ID.
= 1.6.0 2016-09-09 =
* Fix - Mark order status as complete when order is captured.
* Enhancement - Add support to refund via built-in refund interface in addition to Amazon Pay meta box.
* Fix - Uncaptured address details when order total is zero.
* Fix - Manual subscription should works for UK and GB.
* Tweak - Add button language selection on setting when app is enabled.
* Fix - Issue where guest checkout prompted with validation error when attempting to create an account.
* Enhancement - Add compatibility with WooCommerce German Market.
* Enhancement - Add compatibility with WooCommerce Drip.
* Tweak - Update secret fields to password fields.
* Tweak - Update gateway's title in setting to Login & Pay with Amazon.
* Enhancement - Add Hide Button mode for troubleshooting without affecting buyer.
* Enhancement - Customisable button appearance, via settings, when app is enabled.
* Enhancement - MWS keys validation when updating the settings.
* Enhancement - Expose functionalities (retrieve reference state, authorize, authorize-with-capture, close-authorization, capture, and refund) to REST API. See https://gist.github.com/gedex/570441b1e4d90d289db4c43d4067525b.
* Enhancement - Sanitize senstive data in log.
* Enhancement - Log API request/response to/from Amazon for better troubleshooting
* Enhancement - Close the Amazon OrderReference if all funds have been captured.
* Fix - Add correct transaction URL format in edit order screen.
* Enhancement - Display nice refresh link in Amazon Pay meta box when order has capture and/or refund states.
* Fix - Display Pay with Amazon option in setting even if app disabled. This would avoid confusion in setting UI. The help tip description should tells more information.
* Fix - Handle unsupported recurring payment when base country is DE or GB. A filter is added to opt-out when merchant is whitelisted by Amazon.
* Tweak - Logging is enabled by default.
* Enhancement - Support to handle special shipping address format for AT and DE.
* Fix - Wrong text domain found in plugin. Should be woocommerce-gateway-amazon-payments-advanced.
* Fix - Widget button in cart page is not displayed after AJAX refresh.
* Fix - Checkout fields were disabled under certain conditions (after validation is failed).
* Enhancement - Added support for Japan.
= 1.5.4 2016-02-03 =
* Fix - Missing last name and email from order details.
= 1.5.3 2016-01-18 =
* Fix client side script URL for UK and DE markets when "Login App" enabled.
* Show regional URLs for "Login App" setup instructions. (US, UK, and DE)
* Retrieve billing address from order details, if available.
= 1.5.2 2016-01-14 =
* Fix - Shipping address retrieval refactor bug.
* Tweak - Disable gateway if more that $500/month recurring charges added to cart (Amazon limit).
* Fix - Only enqueue client scripts for the Cart, Checkout, and Order Pay pages.
= 1.5.1 2015-12-14 =
* Fix - Amazon provided ZIP+4 bug in local devlivery options.
= 1.5.0 2015-12-07 =
* Add support for Subscriptions.
* Add support for Deposits.
* Tweak - Send store name and WC order number as note when authorizing payment.
* Fix - Only attempt to capture shipping info for zero-total orders when the total is actually zero.
* Fix - Shipping calculations not updated when selecting new address in Amazon widget.
= 1.4.6 2015-11-20 =
* Fix - Show Amazon as an available payment method, even before the customer has logged in with Amazon.
* Fix - Show "Pay with Amazon" button when hiding standard checkout button.
= 1.4.5 2015-11-03 =
* Fix - undefined variable usage warning when retrieving the registration URL by location.
* Fix - retrieve shipping address from API for "free" orders.
= 1.4.4 2015-10-27 =
* Tweak - Created woocommerce_amazon_payments_init filter.
= 1.4.3 2015-06-23 =
* Fix - Potential XSS security issues.
* Tweak - Refactored plugin code and created new class to handle with API requests.
= 1.4.2 2015-06-11 =
* Fix - "Pay With Amazon" button that disappeare when changing the Shipping method on the Cart Page.
* Fix - "Pay With Amazon" button position on Storefront and some other themes.
* Fix - Fixed an error on Checkout Page when enabled the "Automatically generate username from customer email" and "Automatically generate customer password" options
= 1.4.1 2015-04-21 =
* Fix - Potential XSS with add_query_arg
= 1.4.0 2015-04-07 =
* Support account creation when forced.
* Fix compatibility issue with German Market Plugin.
= 1.3.0 2015-03-12 =
* Ensure there is an address line 1.
* Obtain and store the billing address if available after auth.
* remove_accents in seller note.
* Check for subscriptions after cart is loaded.
* Option to hide standard checkout button.
= 1.2.7 2014-09-27 =
* Disable login when subscription is in cart.
= 1.2.6 2014-06-25 =
* Update registration url.
* Bug fix for two button rendering.
* Change for responsive widgets.
* Standardized textdomain.
* Improved handling for parsing first and last names.
= 1.2.5 2014-06-06 =
* Fix for checking out when guest accounts are disabled.
= 1.2.4 2014-03-14 =
* Remove urlencode from store name.
= 1.2.3 2014-03-07 =
* Changed the request timeouts.
= 1.2.2 2014-02-27 =
* Small bug fixes to prevent notices.
= 1.2.1 2014-02-14 =
* CSS Tweak.
* Fix reg link.
= 1.2.0 2013-10-30 =
* Support for authorizing (and capturing) after an order is placed.
* DE and UK support.
* Correct encoding of site title.
= 1.1.0 2013-09-16 =
* Added global to allow hook manipulation.
* Added img for login button to improve performance.
* Added option to control the cart button display (button, banner or disabled).
= 1.0.0 2013-08-01 =
* First Release.

View File

@@ -0,0 +1,195 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Pexels plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Pexels 2.1.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-pexels\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: 2020-01-21T09:23:27+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wppx\n"
#. Plugin Name of the plugin
#: index.php:65
#: index.php:69
#: index.php:79
#: index.php:93
msgid "WPC Pexels"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "WPC Pexels help you search over million free photos from https://pexels.com then insert to content or set as featured image very quickly."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:50
#: index.php:65
#: index.php:192
msgid "Pexels"
msgstr ""
#: index.php:80
msgid "You can search & save the image(s) to Media Library."
msgstr ""
#: index.php:96
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: index.php:99
msgid "Reviews"
msgstr ""
#: index.php:101
msgid "Changelog"
msgstr ""
#: index.php:103
msgid "Discussion"
msgstr ""
#: index.php:109
msgid "How to use?"
msgstr ""
#: index.php:111
#: index.php:164
msgid "Premium Version"
msgstr ""
#: index.php:117
msgid "1. Press the \"Pexels\" button above editor"
msgstr ""
#: index.php:120
msgid "2. Type any key to search"
msgstr ""
#: index.php:123
msgid "3. Choose the photo as you want then insert or set featured"
msgstr ""
#: index.php:172
msgid "Permissions check failed"
msgstr ""
#: index.php:268
msgid "keyword"
msgstr ""
#: index.php:270
msgid "Search"
msgstr ""
#: index.php:285
msgid "Title"
msgstr ""
#: index.php:288
msgid "title"
msgstr ""
#: index.php:292
msgid "Caption"
msgstr ""
#: index.php:298
msgid "File name"
msgstr ""
#: index.php:302
msgid "Keep original file name"
msgstr ""
#: index.php:304
msgid "Generate from title"
msgstr ""
#: index.php:310
msgid "Size"
msgstr ""
#: index.php:314
msgid "width"
msgstr ""
#: index.php:318
msgid "height"
msgstr ""
#: index.php:322
msgid "Alignment"
msgstr ""
#: index.php:326
#: index.php:345
msgid "None"
msgstr ""
#: index.php:329
msgid "Left"
msgstr ""
#: index.php:332
msgid "Right"
msgstr ""
#: index.php:335
msgid "Center"
msgstr ""
#: index.php:341
msgid "Link to"
msgstr ""
#: index.php:347
msgid "Original site"
msgstr ""
#: index.php:349
msgid "Original image"
msgstr ""
#: index.php:357
msgid "Open in new windows"
msgstr ""
#: index.php:364
msgid "Rel nofollow"
msgstr ""
#: index.php:372
msgid "Saving to Media Library..."
msgstr ""
#: index.php:382
msgid "Insert"
msgstr ""
#: index.php:390
msgid "Save&Insert"
msgstr ""
#: index.php:396
msgid "Featured"
msgstr ""
#: index.php:407
msgid "Save to Media Library"
msgstr ""

View File

@@ -0,0 +1,236 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Pixabay plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Pixabay 3.1.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-pixabay\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: 2020-01-21T09:34:11+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wppb\n"
#. Plugin Name of the plugin
#: index.php:54
#: index.php:58
#: index.php:102
#: index.php:116
#: assets/js/editor.js:2009
msgid "WPC Pixabay"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "WPC Pixabay helps you search millions of free photos, vectors and art illustrations from https://pixabay.com then insert into content or set as featured image very quickly."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:58
#: index.php:84
msgid "Pixabay"
msgstr ""
#: index.php:103
msgid "You can search & save the image(s) to Media Library."
msgstr ""
#: index.php:119
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: index.php:122
msgid "Reviews"
msgstr ""
#: index.php:124
msgid "Changelog"
msgstr ""
#: index.php:126
msgid "Discussion"
msgstr ""
#: index.php:133
msgid "How to use?"
msgstr ""
#: index.php:136
#: index.php:230
msgid "Settings"
msgstr ""
#: index.php:138
#: index.php:231
msgid "Premium Version"
msgstr ""
#: index.php:245
msgid "Premium support"
msgstr ""
#: index.php:368
msgid "Language"
msgstr ""
#: index.php:396
msgid "Category"
msgstr ""
#: index.php:420
msgid "Type"
msgstr ""
#: index.php:427
msgid "Orientation"
msgstr ""
#: index.php:434
msgid "EditorsChoice"
msgstr ""
#: index.php:439
msgid "Order"
msgstr ""
#: index.php:445
msgid "SafeSearch"
msgstr ""
#: index.php:452
msgid "High-res"
msgstr ""
#: index.php:462
msgid "keyword"
msgstr ""
#: index.php:466
msgid "Search"
msgstr ""
#: index.php:482
msgid "Title"
msgstr ""
#: index.php:489
msgid "Caption"
msgstr ""
#: index.php:496
msgid "File name"
msgstr ""
#: index.php:501
msgid "Keep original file name"
msgstr ""
#: index.php:504
msgid "Generate from title"
msgstr ""
#: index.php:511
msgid "Size"
msgstr ""
#: index.php:515
msgid "width"
msgstr ""
#: index.php:519
msgid "height"
msgstr ""
#: index.php:523
msgid "Alignment"
msgstr ""
#: index.php:528
#: index.php:547
msgid "None"
msgstr ""
#: index.php:531
msgid "Left"
msgstr ""
#: index.php:534
msgid "Right"
msgstr ""
#: index.php:537
msgid "Center"
msgstr ""
#: index.php:543
msgid "Link to"
msgstr ""
#: index.php:549
msgid "Original site"
msgstr ""
#: index.php:551
msgid "Original image"
msgstr ""
#: index.php:559
msgid "Open new windows"
msgstr ""
#: index.php:567
msgid "Rel nofollow"
msgstr ""
#: index.php:575
msgid "Saving to Media Library..."
msgstr ""
#: index.php:583
msgid "Insert"
msgstr ""
#: index.php:591
msgid "Save&Insert"
msgstr ""
#: index.php:597
msgid "Featured"
msgstr ""
#: index.php:607
msgid "Save to Media Library"
msgstr ""
#: assets/js/editor.js:1664
msgid "Search…"
msgstr ""
#: assets/js/editor.js:1769
msgid "Photo by"
msgstr ""
#: assets/js/editor.js:1772
msgid "on"
msgstr ""
#: assets/js/editor.js:1879
msgid "Upload photo"
msgstr ""
#: assets/js/editor.js:1884
msgid "Add photo"
msgstr ""

View File

@@ -0,0 +1,681 @@
# Copyright (C) 2020 Alexandru Boia
# This file is distributed under the same license as the WP Trip Summary plugin.
msgid ""
msgstr ""
"Project-Id-Version: WP Trip Summary 0.2.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-trip-summary\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: 2020-01-20T12:50:45+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.3.0\n"
"X-Domain: abp01-trip-summary\n"
#. Plugin Name of the plugin
msgid "WP Trip Summary"
msgstr ""
#. Plugin URI of the plugin
msgid "https://github.com/alexboia/WP-Trip-Summary"
msgstr ""
#. Description of the plugin
msgid "Aids a travel blogger to add structured information about his tours (biking, hiking, train travels etc.)"
msgstr ""
#. Author of the plugin
msgid "Alexandru Boia"
msgstr ""
#. Author URI of the plugin
msgid "http://alexboia.net"
msgstr ""
#: abp01-plugin-main.php:460
#: views/wpts-editor.php:171
msgid "Bike type"
msgstr ""
#: abp01-plugin-main.php:461
#: views/wpts-editor.php:130
#: views/wpts-editor.php:196
#: views/wpts-frontend.php:71
#: views/wpts-frontend.php:79
msgid "Difficulty level"
msgstr ""
#: abp01-plugin-main.php:462
#: views/wpts-editor.php:159
#: views/wpts-editor.php:225
#: views/wpts-frontend.php:74
#: views/wpts-frontend.php:82
msgid "Path surface type"
msgstr ""
#: abp01-plugin-main.php:463
msgid "Railroad electrification status"
msgstr ""
#: abp01-plugin-main.php:464
msgid "Railroad line status"
msgstr ""
#: abp01-plugin-main.php:465
msgid "Railroad line type"
msgstr ""
#: abp01-plugin-main.php:466
#: views/wpts-editor.php:258
#: views/wpts-frontend.php:88
msgid "Railroad operators"
msgstr ""
#: abp01-plugin-main.php:467
msgid "Recommended seasons"
msgstr ""
#: abp01-plugin-main.php:478
msgid "Clear info"
msgstr ""
#: abp01-plugin-main.php:479
msgid "Clear track"
msgstr ""
#: abp01-plugin-main.php:480
msgid "GPX files"
msgstr ""
#: abp01-plugin-main.php:481
msgid "Generating preview. Please wait..."
msgstr ""
#: abp01-plugin-main.php:482
msgid "Uploading track"
msgstr ""
#: abp01-plugin-main.php:483
msgid "The track has been uploaded and saved successfully"
msgstr ""
#: abp01-plugin-main.php:484
#: views/wpts-editor.php:107
msgid "Biking"
msgstr ""
#: abp01-plugin-main.php:485
#: views/wpts-editor.php:110
msgid "Hiking"
msgstr ""
#: abp01-plugin-main.php:486
msgid "Train ride"
msgstr ""
#: abp01-plugin-main.php:487
msgid "Clearing track. Please wait..."
msgstr ""
#: abp01-plugin-main.php:488
msgid "The track has been successfully cleared"
msgstr ""
#: abp01-plugin-main.php:489
msgid "The data could not be updated"
msgstr ""
#: abp01-plugin-main.php:490
msgid "The data could not be updated due to a possible network error or an internal server issue"
msgstr ""
#: abp01-plugin-main.php:491
msgid "Saving data. Please wait..."
msgstr ""
#: abp01-plugin-main.php:492
msgid "The data has been saved"
msgstr ""
#: abp01-plugin-main.php:493
msgid "The data could not be saved"
msgstr ""
#: abp01-plugin-main.php:494
msgid "The data could not be saved due to a possible network error or an internal server issue"
msgstr ""
#: abp01-plugin-main.php:495
msgid "Clearing trip info. Please wait..."
msgstr ""
#: abp01-plugin-main.php:496
msgid "The trip info has been cleared"
msgstr ""
#: abp01-plugin-main.php:497
msgid "The trip info could not be cleared"
msgstr ""
#: abp01-plugin-main.php:498
msgid "The trip info could not be cleared due to a possible network error or an internal server issue"
msgstr ""
#: abp01-plugin-main.php:499
#: abp01-plugin-main.php:506
msgid "The selected file is too large. Maximum allowed size is 10MB"
msgstr ""
#: abp01-plugin-main.php:500
#: abp01-plugin-main.php:505
msgid "The selected file type is not valid. Only GPX files are allowed"
msgstr ""
#: abp01-plugin-main.php:501
#: abp01-plugin-main.php:502
msgid "The file could not be read"
msgstr ""
#: abp01-plugin-main.php:503
msgid "The uploader could not be initialized"
msgstr ""
#: abp01-plugin-main.php:504
#: abp01-plugin-main.php:509
msgid "The file could not be uploaded"
msgstr ""
#: abp01-plugin-main.php:507
msgid "No file was uploaded"
msgstr ""
#: abp01-plugin-main.php:508
msgid "The file could not be uploaded due to a possible internal server issue"
msgstr ""
#: abp01-plugin-main.php:510
msgid "Choose options"
msgstr ""
#: abp01-plugin-main.php:511
msgid "{0} selected"
msgstr ""
#: abp01-plugin-main.php:512
msgid "Select all"
msgstr ""
#: abp01-plugin-main.php:522
msgid "The settings could not be saved due to a possible network error or an internal server issue"
msgstr ""
#: abp01-plugin-main.php:523
msgid "The settings could not be saved due to a possible internal server issue"
msgstr ""
#: abp01-plugin-main.php:524
msgid "Settings successfully saved"
msgstr ""
#: abp01-plugin-main.php:525
msgid "Saving settings. Please wait..."
msgstr ""
#: abp01-plugin-main.php:535
msgid "Working. Please wait..."
msgstr ""
#: abp01-plugin-main.php:536
msgid "Item successfully saved"
msgstr ""
#: abp01-plugin-main.php:537
#: views/wpts-lookup-data-management.php:69
#: views/wpts-lookup-data-management.php:83
msgid "Add new item"
msgstr ""
#: abp01-plugin-main.php:538
msgid "Modify item"
msgstr ""
#: abp01-plugin-main.php:539
msgid "The item could not be saved due to a possible network error or an internal server issue"
msgstr ""
#: abp01-plugin-main.php:540
msgid "The item could not be saved due to a possible internal server issue"
msgstr ""
#: abp01-plugin-main.php:541
msgid "Confirm item removal"
msgstr ""
#: abp01-plugin-main.php:542
msgid "The item could not be deleted due to a possible network error or an internal server issue"
msgstr ""
#: abp01-plugin-main.php:543
msgid "The item could not be deleted due to a possible internal server issue"
msgstr ""
#: abp01-plugin-main.php:544
msgid "The item has been successfully deleted"
msgstr ""
#: abp01-plugin-main.php:545
msgid "The lookup items could not be loaded due to a possible network error or an internal server issue"
msgstr ""
#: abp01-plugin-main.php:546
msgid "The lookup items could not be loaded"
msgstr ""
#: abp01-plugin-main.php:563
msgid "Minimum required PHP version is %s"
msgstr ""
#: abp01-plugin-main.php:565
msgid "Minimum required WP version is %s"
msgstr ""
#: abp01-plugin-main.php:567
msgid "LIBXML support was not found on your system"
msgstr ""
#: abp01-plugin-main.php:569
msgid "Mysqli extension was not found on your system or is not fully compatible"
msgstr ""
#: abp01-plugin-main.php:571
msgid "MySQL spatial support was not found on your system"
msgstr ""
#: abp01-plugin-main.php:649
#: abp01-plugin-main.php:660
#: views/wpts-settings.php:42
msgid "Trip Summary Settings"
msgstr ""
#: abp01-plugin-main.php:650
msgid "Trip Summary"
msgstr ""
#: abp01-plugin-main.php:661
msgid "Settings"
msgstr ""
#: abp01-plugin-main.php:669
#: abp01-plugin-main.php:670
#: views/wpts-lookup-data-management.php:43
msgid "Lookup data management"
msgstr ""
#: abp01-plugin-main.php:676
#: abp01-plugin-main.php:677
msgid "Help"
msgstr ""
#: abp01-plugin-main.php:750
msgid "The plugin cannot be installed on your system"
msgstr ""
#: abp01-plugin-main.php:1022
msgid "Unsupported unit system"
msgstr ""
#: abp01-plugin-main.php:1034
msgid "Tile layer URL is required"
msgstr ""
#: abp01-plugin-main.php:1041
msgid "Tile layer URL does not have a valid format"
msgstr ""
#: abp01-plugin-main.php:1048
msgid "Tile layer attribution URL does not have a valid format"
msgstr ""
#: abp01-plugin-main.php:1069
msgid "The settings could not be saved. Please try again."
msgstr ""
#: abp01-plugin-main.php:1224
#: abp01-plugin-main.php:1286
msgid "The default label is mandatory"
msgstr ""
#: abp01-plugin-main.php:1233
msgid "The lookup item could not be created"
msgstr ""
#: abp01-plugin-main.php:1244
msgid "The lookup item has been created, but the translation could not be saved"
msgstr ""
#: abp01-plugin-main.php:1308
msgid "The lookup item could not be modified"
msgstr ""
#: abp01-plugin-main.php:1353
msgid "The item translation could not be deleted."
msgstr ""
#: abp01-plugin-main.php:1359
msgid "The item could not be deleted because it is still in use"
msgstr ""
#: abp01-plugin-main.php:1366
msgid "The item could not be deleted"
msgstr ""
#: abp01-plugin-main.php:1417
#: abp01-plugin-main.php:1537
msgid "The data could not be saved due to a possible database error"
msgstr ""
#: abp01-plugin-main.php:1673
msgid "Track file could not be parsed"
msgstr ""
#: abp01-plugin-main.php:1676
msgid "Track file not found or is not readable"
msgstr ""
#: abp01-plugin-main.php:1779
msgid "The data could not be updated due to a possible database error"
msgstr ""
#: lib/Lookup.php:239
msgid "Default"
msgstr ""
#: lib/Settings.php:181
#: tests/test-Settings.php:148
msgid "For the pragmatic sort, there is also a trip summary at the bottom of this page. Click here to consult it"
msgstr ""
#: lib/Settings.php:185
#: tests/test-Settings.php:144
msgid "It looks like you skipped the story. You should check it out. Click here to go back to beginning"
msgstr ""
#: views/wpts-button.php:35
#: views/wpts-editor.php:54
#: views/wpts-editor.php:64
msgid "Edit trip summary"
msgstr ""
#: views/wpts-editor.php:77
msgid "Info"
msgstr ""
#: views/wpts-editor.php:82
#: views/wpts-frontend.php:59
msgid "Map"
msgstr ""
#: views/wpts-editor.php:94
msgid "Clear"
msgstr ""
#: views/wpts-editor.php:95
msgid "Save"
msgstr ""
#: views/wpts-editor.php:104
msgid "Chose the type of your tour"
msgstr ""
#: views/wpts-editor.php:113
msgid "Train Ride"
msgstr ""
#: views/wpts-editor.php:122
#: views/wpts-editor.php:188
#: views/wpts-editor.php:246
#: views/wpts-frontend.php:69
#: views/wpts-frontend.php:77
#: views/wpts-frontend.php:85
msgid "Total distance"
msgstr ""
#: views/wpts-editor.php:126
#: views/wpts-editor.php:192
#: views/wpts-frontend.php:70
#: views/wpts-frontend.php:78
msgid "Total climb"
msgstr ""
#: views/wpts-editor.php:133
#: views/wpts-editor.php:199
msgid "-- Choose an option --"
msgstr ""
#: views/wpts-editor.php:138
#: views/wpts-editor.php:154
#: views/wpts-editor.php:166
#: views/wpts-editor.php:178
#: views/wpts-editor.php:204
#: views/wpts-editor.php:220
#: views/wpts-editor.php:232
#: views/wpts-editor.php:265
#: views/wpts-editor.php:277
#: views/wpts-editor.php:289
#: views/wpts-editor.php:301
msgid "No items to select from. Visit the lookup data management page to add some."
msgstr ""
#: views/wpts-editor.php:143
#: views/wpts-editor.php:209
#: views/wpts-frontend.php:72
#: views/wpts-frontend.php:80
msgid "Access information"
msgstr ""
#: views/wpts-editor.php:147
#: views/wpts-editor.php:213
#: views/wpts-frontend.php:73
#: views/wpts-frontend.php:81
msgid "Open during seasons"
msgstr ""
#: views/wpts-editor.php:237
msgid "Route markers"
msgstr ""
#: views/wpts-editor.php:250
#: views/wpts-frontend.php:86
msgid "Exchanged trains"
msgstr ""
#: views/wpts-editor.php:254
#: views/wpts-frontend.php:87
msgid "Line gauge"
msgstr ""
#: views/wpts-editor.php:270
#: views/wpts-frontend.php:89
msgid "Line status"
msgstr ""
#: views/wpts-editor.php:282
#: views/wpts-frontend.php:90
msgid "Electrification status"
msgstr ""
#: views/wpts-editor.php:294
#: views/wpts-frontend.php:91
msgid "Line type"
msgstr ""
#: views/wpts-editor.php:311
msgid "Upload a GPX track file"
msgstr ""
#: views/wpts-editor.php:314
msgid "Chose file"
msgstr ""
#: views/wpts-editor.php:331
#: views/wpts-frontend.php:101
msgid "The map could not be loaded due to either a network error or a possible server issue."
msgstr ""
#: views/wpts-editor.php:332
#: views/wpts-frontend.php:102
msgid "Retry"
msgstr ""
#: views/wpts-frontend.php:50
msgid "Trip summary"
msgstr ""
#: views/wpts-frontend.php:56
msgid "Prosaic details"
msgstr ""
#: views/wpts-frontend.php:75
msgid "Recommended bike type"
msgstr ""
#: views/wpts-frontend.php:83
msgid "Path markers"
msgstr ""
#: views/wpts-help.php:35
msgid "WP Trip Summary Help"
msgstr ""
#: views/wpts-lookup-data-management.php:49
msgid "Lookup type:"
msgstr ""
#: views/wpts-lookup-data-management.php:57
msgid "Language:"
msgstr ""
#: views/wpts-lookup-data-management.php:68
#: views/wpts-lookup-data-management.php:82
msgid "Reload list"
msgstr ""
#: views/wpts-lookup-data-management.php:74
#: views/wpts-lookup-data-management.php:93
msgid "Default label"
msgstr ""
#: views/wpts-lookup-data-management.php:75
msgid "Label"
msgstr ""
#: views/wpts-lookup-data-management.php:76
msgid "Actions"
msgstr ""
#: views/wpts-lookup-data-management.php:97
msgid "Translated label"
msgstr ""
#: views/wpts-lookup-data-management.php:102
msgid "Save item"
msgstr ""
#: views/wpts-lookup-data-management.php:103
#: views/wpts-lookup-data-management.php:122
msgid "Cancel"
msgstr ""
#: views/wpts-lookup-data-management.php:113
msgid "Are you sure you want to delete this item? This action cannot be undone"
msgstr ""
#: views/wpts-lookup-data-management.php:116
msgid "Only delete item translation"
msgstr ""
#: views/wpts-lookup-data-management.php:121
msgid "Confirm delete"
msgstr ""
#: views/wpts-lookup-data-management.php:139
msgid "Edit"
msgstr ""
#: views/wpts-lookup-data-management.php:140
msgid "Delete"
msgstr ""
#: views/wpts-settings.php:45
msgid "General Settings"
msgstr ""
#: views/wpts-settings.php:47
msgid "These settings control various aspects that do not belong to any one topic"
msgstr ""
#: views/wpts-settings.php:53
msgid "Unit system"
msgstr ""
#: views/wpts-settings.php:70
msgid "Viewer settings"
msgstr ""
#: views/wpts-settings.php:72
msgid "These settings configure the trip summary viewer"
msgstr ""
#: views/wpts-settings.php:78
msgid "Show teaser?"
msgstr ""
#: views/wpts-settings.php:86
msgid "Top teaser text"
msgstr ""
#: views/wpts-settings.php:94
msgid "Bottom teaser text"
msgstr ""
#: views/wpts-settings.php:103
msgid "Map Settings"
msgstr ""
#: views/wpts-settings.php:105
msgid "These settings configure the map component"
msgstr ""
#: views/wpts-settings.php:111
msgid "Tile layer URL template"
msgstr ""
#: views/wpts-settings.php:119
msgid "Tile layer attribution URL"
msgstr ""
#: views/wpts-settings.php:127
msgid "Tile layer attribution text"
msgstr ""
#: views/wpts-settings.php:135
msgid "Enable map fullscreen mode?"
msgstr ""
#: views/wpts-settings.php:143
msgid "Show magnifying glass?"
msgstr ""
#: views/wpts-settings.php:151
msgid "Show map scale?"
msgstr ""
#: views/wpts-settings.php:159
msgid "Allow track download?"
msgstr ""
#: views/wpts-settings.php:169
msgid "Save settings"
msgstr ""

View File

@@ -0,0 +1,551 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Composite Products for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Composite Products for WooCommerce 1.4.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-composite-products\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: 2020-01-07T03:12:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wpc-composite-products\n"
#. Plugin Name of the plugin
msgid "WPC Composite Products for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "WPC Composite Products provide a powerful kit-building solution for WooCommerce store."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:62
#: index.php:802
msgid "Select options"
msgstr ""
#: index.php:67
#: index.php:808
msgid "Read more"
msgstr ""
#: index.php:77
#: index.php:819
msgid "Add to cart"
msgstr ""
#: index.php:373
msgid "remove"
msgstr ""
#: index.php:378
#: index.php:415
msgid "Name"
msgstr ""
#: index.php:387
msgid "Description"
msgstr ""
#: index.php:396
msgid "Source"
msgstr ""
#: index.php:401
msgid "Select source"
msgstr ""
#: index.php:403
msgid "Categories"
msgstr ""
#: index.php:406
msgid "Products"
msgstr ""
#: index.php:410
msgid "Orderby"
msgstr ""
#: index.php:412
#: index.php:423
msgid "Default"
msgstr ""
#: index.php:413
msgid "None"
msgstr ""
#: index.php:414
msgid "ID"
msgstr ""
#: index.php:416
msgid "Type"
msgstr ""
#: index.php:417
msgid "Rand"
msgstr ""
#: index.php:418
msgid "Date"
msgstr ""
#: index.php:419
msgid "Modified"
msgstr ""
#: index.php:421
msgid "Order"
msgstr ""
#: index.php:424
msgid "DESC"
msgstr ""
#: index.php:425
msgid "ASC"
msgstr ""
#: index.php:436
msgid "Search for a category&hellip;"
msgstr ""
#: index.php:460
#: index.php:486
msgid "Search for a product&hellip;"
msgstr ""
#: index.php:477
msgid "Default option"
msgstr ""
#: index.php:502
msgid "Required"
msgstr ""
#: index.php:507
#: index.php:534
#: index.php:669
#: index.php:679
#: index.php:689
#: index.php:699
#: index.php:747
#: index.php:852
#: index.php:886
msgid "Yes"
msgstr ""
#: index.php:510
#: index.php:531
#: index.php:670
#: index.php:680
#: index.php:690
#: index.php:700
#: index.php:755
#: index.php:780
#: index.php:856
#: index.php:875
#: index.php:890
msgid "No"
msgstr ""
#: index.php:517
#: index.php:1651
msgid "Quantity"
msgstr ""
#: index.php:526
msgid "Custom quantity"
msgstr ""
#: index.php:541
msgid "New price"
msgstr ""
#: index.php:548
msgid "Set a new price using a number (eg. \"49\" for $49) or a percentage (eg. \"90%\" of the original price)."
msgstr ""
#: index.php:553
msgid "Min"
msgstr ""
#: index.php:562
msgid "Max"
msgstr ""
#: index.php:576
#: index.php:587
msgid "WPC Composite Products"
msgstr ""
#: index.php:576
msgid "Composite Products"
msgstr ""
#: index.php:590
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: index.php:593
msgid "Reviews"
msgstr ""
#: index.php:595
msgid "Changelog"
msgstr ""
#: index.php:597
msgid "Discussion"
msgstr ""
#: index.php:604
msgid "How to use?"
msgstr ""
#: index.php:608
#: index.php:982
msgid "Settings"
msgstr ""
#: index.php:612
#: index.php:983
msgid "Premium Version"
msgstr ""
#: index.php:620
msgid "When creating the product, please choose product data is \"Composite product\" then you can see the search field to start search and add component products."
msgstr ""
#: index.php:632
msgid "General"
msgstr ""
#: index.php:636
msgid "Price format"
msgstr ""
#: index.php:639
msgid "From regular price"
msgstr ""
#: index.php:640
msgid "From sale price"
msgstr ""
#: index.php:641
msgid "Regular and sale price"
msgstr ""
#: index.php:644
msgid "Choose a price format for composites on the archive page."
msgstr ""
#: index.php:649
msgid "Selector interface"
msgstr ""
#: index.php:652
msgid "ddSlick"
msgstr ""
#: index.php:653
msgid "Select2"
msgstr ""
#: index.php:654
msgid "HTML select tag"
msgstr ""
#: index.php:666
msgid "Exclude unpurchasable"
msgstr ""
#: index.php:672
msgid "Exclude unpurchasable products from the list."
msgstr ""
#: index.php:676
msgid "Show quantity"
msgstr ""
#: index.php:682
msgid "Show the quantity before product name."
msgstr ""
#: index.php:686
msgid "Show image"
msgstr ""
#: index.php:692
#: index.php:702
msgid "Only for HTML select tag."
msgstr ""
#: index.php:696
msgid "Show price"
msgstr ""
#: index.php:706
msgid "Option none"
msgstr ""
#: index.php:710
#: index.php:1999
msgid "No, thanks. I don't need this"
msgstr ""
#: index.php:711
msgid "Text to display for showing a \"Don't choose any product\" option."
msgstr ""
#: index.php:716
msgid "Composite products"
msgstr ""
#: index.php:720
msgid "Total text"
msgstr ""
#: index.php:724
#: index.php:931
msgid "Total price:"
msgstr ""
#: index.php:726
#: index.php:737
#: index.php:794
msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
msgstr ""
#: index.php:731
msgid "Saved text"
msgstr ""
#: index.php:735
#: index.php:936
msgid "(saved [d])"
msgstr ""
#: index.php:742
msgid "Change price"
msgstr ""
#: index.php:751
msgid "Yes, custom selector"
msgstr ""
#: index.php:762
msgid "Change the main products price based on the changes in prices of selected variations in a grouped products. This uses Javascript to change the main products price to it depends heavily on themes HTML. If the price doesn't change when this option is enabled, please contact us and we can help you adjust the JS file. "
msgstr ""
#: index.php:767
msgid "Link to individual product"
msgstr ""
#: index.php:772
msgid "Yes, open product page"
msgstr ""
#: index.php:776
msgid "Yes, open quick view popup"
msgstr ""
#: index.php:783
msgid "Add a link to the target individual product below this selection."
msgstr ""
#: index.php:791
msgid "\"Add to Cart\" button labels"
msgstr ""
#: index.php:798
msgid "Archive/shop page"
msgstr ""
#: index.php:804
msgid "For purchasable composites."
msgstr ""
#: index.php:810
msgid "For unpurchasable composites."
msgstr ""
#: index.php:815
msgid "Single product page"
msgstr ""
#: index.php:824
msgid "Cart & Checkout"
msgstr ""
#: index.php:828
msgid "Cart content count"
msgstr ""
#: index.php:833
msgid "Composite only"
msgstr ""
#: index.php:837
msgid "Component products only"
msgstr ""
#: index.php:841
msgid "Both composite and component products"
msgstr ""
#: index.php:847
msgid "Hide composite name before component products"
msgstr ""
#: index.php:862
msgid "Hide component products on cart & checkout page"
msgstr ""
#: index.php:867
msgid "Yes, just show the composite"
msgstr ""
#: index.php:871
msgid "Yes, but show component product names under the composite"
msgstr ""
#: index.php:881
msgid "Hide component products on mini-cart"
msgstr ""
#: index.php:894
msgid "Hide component products, just show the main composite on mini-cart."
msgstr ""
#: index.php:901
msgid "Update Options"
msgstr ""
#: index.php:958
msgid "Please choose at least [min] of the whole products before adding to the cart."
msgstr ""
#: index.php:959
msgid "Please choose maximum [max] of the whole products before adding to the cart."
msgstr ""
#: index.php:960
msgid "Please select a purchasable product in the required component before adding the composite products to the cart."
msgstr ""
#: index.php:997
msgid "Premium support"
msgstr ""
#: index.php:1239
msgid "Have an error when adding this composite products to the cart."
msgstr ""
#: index.php:1422
#: index.php:1446
#: index.php:1586
#: index.php:2230
#: index.php:2242
msgid "Components"
msgstr ""
#: index.php:1484
msgid "(in %s)"
msgstr ""
#: index.php:1550
msgid "Composite (%s)"
msgstr ""
#: index.php:1579
msgid "Composite product"
msgstr ""
#: index.php:1618
msgid "+ Add component"
msgstr ""
#: index.php:1628
msgid "Pricing"
msgstr ""
#: index.php:1631
msgid "Only base price"
msgstr ""
#: index.php:1632
msgid "Include base price"
msgstr ""
#: index.php:1633
msgid "Exclude base price"
msgstr ""
#: index.php:1636
msgid "\"Base price\" is the price set in the General tab. When \"Only base price\" is chosen, the total price won't change despite the price changes in variable components."
msgstr ""
#: index.php:1640
msgid "Discount"
msgstr ""
#: index.php:1647
msgid "The universal percentage discount will be applied equally on each component's price, not on the total."
msgstr ""
#: index.php:1663
msgid "Shipping fee"
msgstr ""
#: index.php:1666
msgid "Apply to the whole composite"
msgstr ""
#: index.php:1667
msgid "Apply to each component product"
msgstr ""
#: index.php:1672
msgid "Custom display price"
msgstr ""
#: index.php:1680
msgid "Above text"
msgstr ""
#: index.php:1689
msgid "Under text"
msgstr ""
#: index.php:1805
#: index.php:1808
msgid "From"
msgstr ""
#: index.php:1970
#: index.php:2024
msgid "Qty:"
msgstr ""
#: index.php:2213
msgid "Unpurchasable"
msgstr ""

View File

@@ -0,0 +1,35 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Force Sells for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Force Sells for WooCommerce 1.0.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-force-sells\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: 2020-01-21T09:42:53+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: woofs\n"
#. Plugin Name of the plugin
msgid "WPC Force Sells for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "Create a deal that combines various related products and put them for sale altogether."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""

View File

@@ -0,0 +1,5 @@
0.0.1
Initial release
0.0.3
Fixed some naming issues with possible conflicts on Wordpress plugin database.

View File

@@ -3,6 +3,17 @@
describe WPScan::DB::VulnApi do
subject(:api) { described_class }
let(:request_headers) do
{
'Host' => api.uri.host,
'Expect' => nil,
'Referer' => nil,
'CF-Connecting-IP' => nil,
'User-Agent' => WPScan::Browser.instance.default_user_agent,
'Authorization' => 'Token token=s3cRet'
}
end
describe '#uri' do
its(:uri) { should be_a Addressable::URI }
end
@@ -40,9 +51,7 @@ describe WPScan::DB::VulnApi do
context 'when no timeouts' do
before do
stub_request(:get, api.uri.join(path))
.with(headers: { 'Host' => api.uri.host, 'Expect' => nil, 'Referer' => nil,
'User-Agent' => WPScan::Browser.instance.default_user_agent,
'Authorization' => 'Token token=s3cRet' })
.with(headers: request_headers)
.to_return(status: code, body: body)
end
@@ -95,9 +104,7 @@ describe WPScan::DB::VulnApi do
context 'when all requests timeout' do
before do
stub_request(:get, api.uri.join('path'))
.with(headers: { 'Host' => api.uri.host, 'Expect' => nil, 'Referer' => nil,
'User-Agent' => WPScan::Browser.instance.default_user_agent,
'Authorization' => 'Token token=s3cRet' })
.with(headers: request_headers)
.to_return(status: 0)
end
@@ -113,9 +120,7 @@ describe WPScan::DB::VulnApi do
context 'when only the first request timeout' do
before do
stub_request(:get, api.uri.join('path'))
.with(headers: { 'Host' => api.uri.host, 'Expect' => nil, 'Referer' => nil,
'User-Agent' => WPScan::Browser.instance.default_user_agent,
'Authorization' => 'Token token=s3cRet' })
.with(headers: request_headers)
.to_return(status: 0).then
.to_return(status: 200, body: { data: 'test' }.to_json)
end
@@ -237,9 +242,7 @@ describe WPScan::DB::VulnApi do
stub_request(:get, api.uri.join('status'))
.with(query: { version: WPScan::VERSION },
headers: { 'Host' => api.uri.host, 'Expect' => nil, 'Referer' => nil,
'User-Agent' => WPScan::Browser.instance.default_user_agent,
'Authorization' => 'Token token=s3cRet' })
headers: request_headers)
.to_return(status: code, body: return_body.to_json)
end
@@ -268,6 +271,22 @@ describe WPScan::DB::VulnApi do
expect(status['requests_remaining']).to eql 'Unlimited'
end
end
context 'when CF-Connecting-IP provided in CLI' do
let(:return_body) { { success: true, plan: 'free', requests_remaining: 100 } }
before do
WPScan::Browser.instance.headers = { 'CF-Connecting-IP' => '123.123.123.123' }
end
it 'removes the CF-Connecting-IP header from the request' do
status = api.status
expect(status['success']).to be true
expect(status['plan']).to eql 'free'
expect(status['requests_remaining']).to eql 100
end
end
end
context 'when 401' do

View File

@@ -99,12 +99,12 @@ module WebMock
end
end
end
# rubocop:enabled all
# rubocop:enable all
SPECS = Pathname.new(__FILE__).dirname
FIXTURES = SPECS.join('fixtures')
FINDERS_FIXTURES = FIXTURES.join('finders')
DYNAMIC_FINDERS_FIXTURES = FIXTURES.join('dynamic_finders')
ERROR_404_URL_PATTERN = %r{/[a-z\d]{7}\.html$}
ERROR_404_URL_PATTERN = %r{/[a-z\d]{7}\.html$}.freeze
redefine_constant(:DB_DIR, FIXTURES.join('db'))

View File

@@ -29,9 +29,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rspec', '~> 3.9.0'
s.add_development_dependency 'rspec-its', '~> 1.3.0'
s.add_development_dependency 'rubocop', '~> 0.78.0'
s.add_development_dependency 'rubocop', '~> 0.79.0'
s.add_development_dependency 'rubocop-performance', '~> 1.5.0'
s.add_development_dependency 'simplecov', '~> 0.16.1'
s.add_development_dependency 'stackprof', '~> 0.2.12'
s.add_development_dependency 'webmock', '~> 3.7.0'
s.add_development_dependency 'webmock', '~> 3.8.0'
end