Adds Dfs
This commit is contained in:
@@ -0,0 +1,232 @@
|
||||
# Copyright (C) 2019 ZealousWeb Technologies
|
||||
# This file is distributed under the same license as the Contact Form 7 - Authorize.NET Add-on plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Contact Form 7 - Authorize.NET Add-on 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/contact-form-7-authorize-net-addon\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-08-26T13:43:18+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.2.0\n"
|
||||
"X-Domain: contact-form-7-authorize-net-addon\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Contact Form 7 - Authorize.NET Add-on"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "This plugin will integrate Authorize.NET payment gateway for making your payments through Contact Form 7."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "ZealousWeb Technologies"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.zealousweb.com"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.action.php:213
|
||||
msgid "From Data"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.action.php:214
|
||||
msgid "Do you need help for configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.action.php:390
|
||||
msgid "All Forms"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.action.php:438
|
||||
msgid "Please select Form to export."
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:113
|
||||
msgid "Enable Authorize.Net Payment Form"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:123
|
||||
msgid "Enable Test API Mode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:134
|
||||
msgid "Enable Debug Mode"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:144
|
||||
msgid "Sandbox Login ID (required)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:155
|
||||
msgid "Sandbox Transaction Key (required)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:166
|
||||
msgid "Live Login ID (required)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:177
|
||||
msgid "Live Transaction Key (required)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:188
|
||||
msgid "Amount Field Name (required)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:199
|
||||
msgid "Quantity Field Name (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:209
|
||||
msgid "Customer Email Field Name (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:219
|
||||
msgid "Description Field Name (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:229
|
||||
msgid "Select Currency"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:248
|
||||
msgid "Success Return URL (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:253
|
||||
#: inc/admin/template/cf7adn.template.php:272
|
||||
msgid "Select page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:267
|
||||
msgid "Cancel Return URL (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:295
|
||||
msgid "Customer Details"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:304
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:314
|
||||
msgid "Last Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:324
|
||||
msgid "Company Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:334
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:344
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:354
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:364
|
||||
msgid "Zip Code"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:374
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:416
|
||||
msgid "<h3>Sandbox mode</h3><p>Check the Authorize.Net testing guide <a href=\"https://developer.authorize.net/hello_world/testing_guide/\" target=\"_blank\">here</a>.This will display \"sandbox mode\" warning on checkout.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:429
|
||||
msgid "<h3>Get Your Sandbox Login ID</h3><p>Get it from <a href=\"https://sandbox.authorize.net\" target=\"_blank\"> Sandbox Authorize.net</a> then <strong> Account > Security Settings > API Credentials & Keys </strong> page in your Authorize.Net account.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:442
|
||||
msgid "<h3>Get Your Sandbox Transaction Key</h3><p>Get it from <a href=\"https://sandbox.authorize.net\" target=\"_blank\"> Sandbox Authorize.net</a> then <strong>Account > Security Settings > API Credentials & Keys </strong> page in your Authorize.Net account. For security reasons, you cannot view your Transaction Key, but you will be able to generate a new one. </p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:455
|
||||
msgid "<h3>Get Your Live Login ID</h3><p>Get it from <a href=\"https://account.authorize.net\" target=\"_blank\">Authorize.net</a> then <strong>Account > Security Settings > API Credentials & Keys </strong> page in your Authorize.Net account.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:468
|
||||
msgid "<h3>Get Your Live Transaction Key</h3><p>Get it from <a href=\"https://account.authorize.net\" target=\"_blank\">Authorize.net</a> then <strong> Account > Security Settings > API Credentials & Keys </strong> page in your Authorize.Net account. For security reasons, you cannot view your Transaction Key, but you will be able to generate a new one. </p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:481
|
||||
msgid "<h3>Add Amount Name</h3><p>Add here the Name of amount field</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/template/cf7adn.template.php:494
|
||||
msgid "<h3>Select Currency</h3><p>Select the currency which is selected from your authorize.net merchant account.<br/><strong>Note:</strong>Authorize.net dont provide multiple currencies for single account</p>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.filter.php:55
|
||||
#: inc/class.cf7adn.php:95
|
||||
msgid "Authorize.Net"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.filter.php:114
|
||||
msgid "Form ID"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.filter.php:115
|
||||
msgid "Transaction Status"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.filter.php:116
|
||||
msgid "Total Amount"
|
||||
msgstr ""
|
||||
|
||||
#: inc/admin/class.cf7adn.admin.filter.php:117
|
||||
msgid "Submitted Date"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cf7adn.lib.php:564
|
||||
#: inc/lib/class.cf7adn.lib.php:569
|
||||
msgid "Something goes wrong! Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cf7adn.lib.php:608
|
||||
msgid "Transaction Amount :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cf7adn.lib.php:612
|
||||
msgid "Payment Status :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cf7adn.lib.php:616
|
||||
msgid "Transaction Id :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cf7adn.lib.php:625
|
||||
msgid "ERROR : Invalid response"
|
||||
msgstr ""
|
||||
|
||||
#: inc/lib/class.cf7adn.lib.php:628
|
||||
msgid "Response :"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cf7adn.php:118
|
||||
#: inc/class.cf7adn.php:119
|
||||
#: inc/class.cf7adn.php:123
|
||||
msgid "Authorize.Net Add-on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cf7adn.php:271
|
||||
msgid "Button Name"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class.cf7adn.php:272
|
||||
msgid "Make Payment"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,162 @@
|
||||
# Copyright (C) 2020 Acowebs
|
||||
# This file is distributed under the same license as the Aco Wishlist for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Aco Wishlist for WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-wish-list-dev\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-11-07T11:54:36+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.3.0\n"
|
||||
"X-Domain: aco-wishlist-for-woocommerce\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Aco Wishlist for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "WooCommerce wishlist manager helps to manage wishlist in WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Acowebs"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://acowebs.com"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-backend.php:122
|
||||
msgid "Wishlist For WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-backend.php:122
|
||||
#: includes/class-awwlm-front-end.php:1294
|
||||
#: includes/class-awwlm-wishlist.php:80
|
||||
#: includes/class-awwlm-wishlist.php:81
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-backend.php:141
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-front-end.php:130
|
||||
#: templates/wishlist.php:21
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-front-end.php:133
|
||||
msgid "Product added to cart successfully"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-front-end.php:426
|
||||
msgid "You must be login to use Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-front-end.php:506
|
||||
msgid "Product successfully removed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-front-end.php:992
|
||||
msgid "My wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-front-end.php:993
|
||||
#: includes/class-awwlm-front-end.php:1084
|
||||
msgid "Add to cart"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-front-end.php:1169
|
||||
#: templates/wishlist-empty.php:16
|
||||
msgid "Your Wishlist is currently empty"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:83
|
||||
msgid "Add New Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:84
|
||||
msgid "Add New %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:85
|
||||
msgid "Edit %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:86
|
||||
msgid "New %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:87
|
||||
msgid "Wishlists"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:88
|
||||
msgid "View %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:89
|
||||
msgid "Search %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:90
|
||||
msgid "No %s Found"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-awwlm-wishlist.php:91
|
||||
msgid "No %s Found In Trash"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-empty.php:17
|
||||
msgid "Return to shop"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:26
|
||||
msgid "Add all to cart"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:45
|
||||
#: templates/wishlist-view.php:81
|
||||
msgid "Product name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:47
|
||||
#: templates/wishlist-view.php:92
|
||||
msgid "Unit price"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:50
|
||||
#: templates/wishlist-view.php:97
|
||||
msgid "Quantity"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:53
|
||||
#: templates/wishlist-view.php:102
|
||||
msgid "Added on"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:56
|
||||
#: templates/wishlist-view.php:107
|
||||
msgid "Stock status"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:109
|
||||
msgid "Out of stock"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:109
|
||||
msgid "In Stock"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:121
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/wishlist-view.php:124
|
||||
msgid "Move to another list"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,121 @@
|
||||
# Copyright (C) 2020 Sajjad Aslani
|
||||
# This file is distributed under the same license as the awsa-quick-buy plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: awsa-quick-buy 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/awsa-quick-buy\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-11-09T15:39:02+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: awsa-quick-buy\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "awsa-quick-buy"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "http://sajjadaslani.ir"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "With this plugin, you can make your sales easier for your social network customers, and with just a SKU and using the quick buy form"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Sajjad Aslani"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://t.me/SajadAslani"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-admin-quick-buy.php:127
|
||||
#: includes/class-admin-quick-buy.php:138
|
||||
msgid "Quick buy Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-admin-quick-buy.php:128
|
||||
#: includes/class-admin-quick-buy.php:139
|
||||
msgid "Quick buy"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:38
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:41
|
||||
msgid "Example: Quick Buy or your blog name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:47
|
||||
msgid "Short description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:55
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:58
|
||||
msgid "Example: quick-buy"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:64
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:67
|
||||
msgid "Enter the logo address"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:73
|
||||
msgid "Enable/Disable"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:74
|
||||
msgid "Hide search form after finding product"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:83
|
||||
msgid "Redirect after add to cart"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:88
|
||||
msgid "Enable display of search form after finding product"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:92
|
||||
msgid "Button redirection to shop"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:93
|
||||
msgid "Enable redirection to the quick buy page, if the customer entered the site from the quick buy page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:102
|
||||
msgid "Product details"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-quick-buy-settings-page-fields.php:103
|
||||
msgid "Just show the summary"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin-quick-buy-settings-template.php:35
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/quick-buy-template.php:75
|
||||
msgid "Product not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/search-product-template.php:28
|
||||
msgid "Enter the product SKU"
|
||||
msgstr ""
|
||||
|
||||
#: templates/search-product-template.php:29
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
6
spec/fixtures/dynamic_finders/plugin_version/checkoutx/change_log/changelog.txt
vendored
Normal file
6
spec/fixtures/dynamic_finders/plugin_version/checkoutx/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
= 1.1.0 =
|
||||
* public release
|
||||
* adds automatic shop configuration
|
||||
|
||||
= 1.0 =
|
||||
* closed beta launch
|
||||
@@ -0,0 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.0 - 2020-11-01
|
||||
|
||||
- Initial public release
|
||||
90
spec/fixtures/dynamic_finders/plugin_version/docs2site/translation_file/languages/docs2site.pot
vendored
Normal file
90
spec/fixtures/dynamic_finders/plugin_version/docs2site/translation_file/languages/docs2site.pot
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
# Copyright (C) 2020 Docs2Site
|
||||
# This file is distributed under the same license as the Docs2Site package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Docs2Site 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-11-13 05:18:57+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: WP Delicious\n"
|
||||
"Language-Team: \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"
|
||||
"Language: en_US\n"
|
||||
"X-Poedit-SearchPath-0: ../../docs2site\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
||||
|
||||
#: src/ImporterAdmin.php:60
|
||||
msgid "Docs2Site Settings"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Docs2Site"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/global-settings.php:67
|
||||
msgid "Authentication Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/global-settings.php:68
|
||||
msgid ""
|
||||
"Copy the authentication token displayed below and paste it to your "
|
||||
"Docs2Site application settings to connect this WordPress site."
|
||||
msgstr ""
|
||||
|
||||
#: src/admin/global-settings.php:77
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:168
|
||||
msgid "Must include all of the required params"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:185
|
||||
msgid "Could not insert post"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:225
|
||||
msgid "Must include all required params"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:240
|
||||
msgid "Could not download image"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:255
|
||||
msgid "Could not get downloaded image file name"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:262
|
||||
msgid "Could not initialize image editor"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:293
|
||||
msgid "Could not save edited image"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:307
|
||||
msgid "Could not sideload image"
|
||||
msgstr ""
|
||||
|
||||
#: src/classes/class-docs2site-importer-rest.php:329
|
||||
msgid "Could not delete image"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Docs2Site is the perfect tool for web content writers and editors. Using "
|
||||
"Docs2Site, you can avoid the hassle of reformatting every Google Docs’ "
|
||||
"article on WordPress. A single click of a button can export your entire "
|
||||
"Google Docs article to your WordPress website with the formatting intact."
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://www.docs2site.com/"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,81 @@
|
||||
# Copyright (C) 2020 OsomPress
|
||||
# This file is distributed under the same license as the Osom Login Page Customizer plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Osom Login Page Customizer 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/osom-login-customizer\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-11-11T12:35:46+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: osom-lc\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Osom Login Page Customizer"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://osompress.com"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Osom Login Page Customizer lets you to easily customize the layout of the WordPress login page."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "OsomPress"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://osompress.com/plugins/osom-login-page-customizer"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:38
|
||||
#: inc/osom-admin.php:39
|
||||
#: inc/osom-admin.php:58
|
||||
msgid "Osom Login Customizer"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:83
|
||||
msgid "Display Remember option"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:96
|
||||
msgid "Display Lost Password option"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:109
|
||||
msgid "Display Back to Blog link"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:122
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:138
|
||||
msgid "Login Form Color"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:154
|
||||
msgid "Login Form Border Color"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:170
|
||||
msgid "Login Button Color"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:186
|
||||
msgid "Login URL redirection"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:220
|
||||
msgid "The plugin allows you to customize the WordPress login page"
|
||||
msgstr ""
|
||||
|
||||
#: inc/osom-admin.php:222
|
||||
msgid "On this page you can set the options for the login page."
|
||||
msgstr ""
|
||||
4
spec/fixtures/dynamic_finders/plugin_version/paysley/change_log/changelog.txt
vendored
Normal file
4
spec/fixtures/dynamic_finders/plugin_version/paysley/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*** Changelog ***
|
||||
|
||||
= 1.0.0 - 2020-09-01 =
|
||||
* First Release
|
||||
105
spec/fixtures/dynamic_finders/plugin_version/paysley/translation_file/languages/paysley-ja.po
vendored
Normal file
105
spec/fixtures/dynamic_finders/plugin_version/paysley/translation_file/languages/paysley-ja.po
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Paysley 1.0.0\n"
|
||||
"POT-Creation-Date: 2020-04-02 15:14+0700\n"
|
||||
"PO-Revision-Date: 2020-09-01 08:22+0700\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Poedit-KeywordsList: __\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: includes/class-paysley.php:26 includes/class-paysley.php:73
|
||||
msgid "Paysley"
|
||||
msgstr "Paysley"
|
||||
|
||||
#: includes/class-paysley.php:27
|
||||
msgid ""
|
||||
"Paysley redirects customers to Paysley to enter their payment information."
|
||||
msgstr "Paysleyは顧客をPaysleyにリダイレクトして支払い情報を入力する。"
|
||||
|
||||
#: includes/class-paysley.php:64
|
||||
msgid "Enable/Disable"
|
||||
msgstr "有効化/無効化"
|
||||
|
||||
#: includes/class-paysley.php:65
|
||||
msgid "Enable Paysley"
|
||||
msgstr "Paysley を有効にする"
|
||||
|
||||
#: includes/class-paysley.php:70
|
||||
msgid "Title"
|
||||
msgstr "タイトル"
|
||||
|
||||
#: includes/class-paysley.php:72
|
||||
msgid "This is the title which the user sees during checkout."
|
||||
msgstr "これは、チェックアウト時にユーザーに表示されるタイトルです。"
|
||||
|
||||
#: includes/class-paysley.php:77
|
||||
msgid "Description"
|
||||
msgstr "説明"
|
||||
|
||||
#: includes/class-paysley.php:79
|
||||
msgid "This is the description which the user sees during checkout."
|
||||
msgstr "これは、チェックアウト時にユーザーに表示される説明です。"
|
||||
|
||||
#: includes/class-paysley.php:84
|
||||
msgid "Access Key"
|
||||
msgstr "アクセスキー"
|
||||
|
||||
#: includes/class-paysley.php:86
|
||||
msgid ""
|
||||
"* This is the access key, received from Paysley developer portal. "
|
||||
"( required )"
|
||||
msgstr "* Paysley開発者ポータルから受け取ったアクセスキーです ( 必須 )"
|
||||
|
||||
#: includes/class-paysley.php:90
|
||||
msgid "Enable Logging"
|
||||
msgstr "ロギングの有効化"
|
||||
|
||||
#: includes/class-paysley.php:92
|
||||
msgid "Enable transaction logging for paysley."
|
||||
msgstr "paysley のトランザクションログを有効にします。"
|
||||
|
||||
#: includes/class-paysley.php:105
|
||||
msgid "Please enter an access key!"
|
||||
msgstr "アクセスキーを入力してください!"
|
||||
|
||||
#: includes/class-paysley.php:209
|
||||
msgid "We are sorry, currency is not supported. Please contact us."
|
||||
msgstr "申し訳ありませんが、通貨はサポートされていません。 ご相談ください。"
|
||||
|
||||
#: includes/class-paysley.php:212
|
||||
msgid "Error while Processing Request: please try again."
|
||||
msgstr "リクエストの処理中にエラーが発生しました:もう一度お試しください。"
|
||||
|
||||
#: includes/class-paysley.php:291
|
||||
msgid "Paysley partial refund successfull."
|
||||
msgstr "Paysleyの一部払い戻しが正常に完了しました。"
|
||||
|
||||
#: includes/class-paysley.php:297 includes/class-paysley.php:330
|
||||
msgid "Refund Failed"
|
||||
msgstr "払い戻しに失敗しました"
|
||||
|
||||
#: includes/class-paysley.php:325
|
||||
msgid "Paysley full refund successfull."
|
||||
msgstr "Paysleyの全額払い戻しが正常に終了しました。"
|
||||
|
||||
#: includes/class-paysley.php:356
|
||||
msgid ""
|
||||
"Paysley notes: You still have amount to be refunded, because Merchant use "
|
||||
"tax/tip when customer paid. Please contact the merchant to refund the tax/"
|
||||
"tip amount."
|
||||
msgstr ""
|
||||
"Paysleyメモ:購入者が支払ったときにマーチャントが税金/チップを使用するた"
|
||||
"め、払い戻し額はまだあります。 税金/チップの金額を返金するには、出品者に連"
|
||||
"絡してください。"
|
||||
|
||||
#: paysley.php:92
|
||||
msgid "Settings"
|
||||
msgstr "[設定]"
|
||||
@@ -4046,6 +4046,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/custom-facebook-feed/js/cff-scripts.js?ver=2.4.6"></script>
|
||||
|
||||
|
||||
<!-- custom-job-fields-for-wp-job-manager -->
|
||||
<link rel="stylesheet" id="cfwjm-css" href="http://wp.lab/wp-content/plugins/custom-job-fields-for-wp-job-manager/public/css/cfwjm-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/custom-job-fields-for-wp-job-manager/public/js/cfwjm-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- custom-map-for-real-estate -->
|
||||
<link rel="stylesheet" id="maps-points-css" href="http://wp.lab/wp-content/plugins/custom-map-for-real-estate/frontend/css/maps_points.css?ver=1.1.1" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/custom-map-for-real-estate/frontend/js/maps_points.js?ver=1.1.1"></script>
|
||||
@@ -5020,6 +5025,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/epdf-support-elements-pdf-creator-addon-for-elementor-lite/public/js/ciepdf-elementor-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- ephoto-plugin -->
|
||||
<link rel="stylesheet" id="ephoto-public-style-css" href="http://wp.lab/wp-content/plugins/ephoto-plugin/dist/public.css?ver=3.1.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/ephoto-plugin/dist/public.js?ver=3.1.0"></script>
|
||||
|
||||
|
||||
<!-- epic-spinners -->
|
||||
<link rel="stylesheet" id="Epic Spinners for Wordpress-css" href="http://wp.lab/wp-content/plugins/epic-spinners/public/css/epic-spinners-public.css?ver=1.0.2" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/epic-spinners/public/js/epic-spinners-public.js?ver=1.0.2"></script>
|
||||
@@ -11824,6 +11834,11 @@
|
||||
<link rel="stylesheet" id="proof-factor-wp-css" href="http://wp.lab/wp-content/plugins/proof-factor-social-proof-notifications/public/css/proof-factor-wp-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- property-permissions-for-realhomes -->
|
||||
<link rel="stylesheet" id="property-permissions-for-realhomes-css" href="http://wp.lab/wp-content/plugins/property-permissions-for-realhomes/public/css/property-permissions-for-realhomes-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/property-permissions-for-realhomes/public/js/property-permissions-for-realhomes-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- propertyhive -->
|
||||
<link rel="stylesheet" id="propertyhive-general-css" href="//wp.lab/wp-content/plugins/propertyhive/assets/css/propertyhive.css?ver=1.4.13" type="text/css" media="all">
|
||||
<script type="text/javascript" src="//wp.lab/wp-content/plugins/propertyhive/assets/js/frontend/search.js?ver=1.4.13"></script>
|
||||
@@ -13388,6 +13403,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/shortcodes-finder/public/js/shortcodes-finder-public.js?ver=1.1.3"></script>
|
||||
|
||||
|
||||
<!-- shortcodes-for-bbpress -->
|
||||
<link rel="stylesheet" id="wireaccess-shortcodes_for_bbpress-css" href="http://wp.lab/wp-content/plugins/shortcodes-for-bbpress/inc/frontend/css/wireaccess-shortcodes_for_bbpress-frontend.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/shortcodes-for-bbpress/inc/frontend/js/wireaccess-shortcodes_for_bbpress-frontend.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- shortcodes-for-font-awesome -->
|
||||
<link rel="stylesheet" id="shortcodes-for-font-awesome-css" href="http://wp.lab/wp-content/plugins/shortcodes-for-font-awesome/public/css/all.min.css?ver=1.0.0" media="all">
|
||||
|
||||
@@ -16541,6 +16561,7 @@
|
||||
|
||||
<!-- virtual-real-estate-agent -->
|
||||
<link rel="stylesheet" id="virtual-agent-css" href="http://wp.lab/wp-content/plugins/virtual-real-estate-agent/public/css/virtual-agent-public.css?ver=1.1.2" media="all">
|
||||
<link rel="stylesheet" id="virtual-real-estate-agent-css" href="http://wp.lab/wp-content/plugins/virtual-real-estate-agent/public/css/virtual-real-estate-agent-public.css?ver=1.1.2" media="all">
|
||||
|
||||
|
||||
<!-- visideign-login -->
|
||||
@@ -17933,6 +17954,11 @@
|
||||
<link rel="stylesheet" id="wp-bootstrap-carousel-css" href="http://wp.lab/wp-content/plugins/wp-bootstrap-carousel/css/carousel.min.css?ver=0.5.0" type="text/css" media="screen">
|
||||
|
||||
|
||||
<!-- wp-bulk-sms -->
|
||||
<link rel="stylesheet" id="wpsmstobulk-admin-bar-css" href="http://wp.lab/wp-content/plugins/wp-bulk-sms/assets/css/admin-bar.css?ver=1.0.0" media="all">
|
||||
<link rel="stylesheet" id="wpsmstobulk-subscribe-css" href="http://wp.lab/wp-content/plugins/wp-bulk-sms/assets/css/subscribe.css?ver=1.0.0" media="all">
|
||||
|
||||
|
||||
<!-- wp-bunvc -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-bunvc/public/js/bunvc-autorun-allpack.js?ver=1.0.1"></script>
|
||||
|
||||
@@ -19463,6 +19489,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-smartcrop/js/jquery.wp-smartcrop.min.js?ver=1.4.6"></script>
|
||||
|
||||
|
||||
<!-- wp-sms-otp-login -->
|
||||
<link rel="stylesheet" id="wpsmstootp-admin-bar-css" href="http://wp.lab/wp-content/plugins/wp-sms-otp-login/assets/css/admin-bar.css?ver=1.0.0" media="all">
|
||||
<link rel="stylesheet" id="wpsmstootp-subscribe-css" href="http://wp.lab/wp-content/plugins/wp-sms-otp-login/assets/css/subscribe.css?ver=1.0.0" media="all">
|
||||
|
||||
|
||||
<!-- wp-sms-vatansms-com -->
|
||||
<link rel="stylesheet" id="wpsms-admin-bar-css" href="http://wp.lab/wp-content/plugins/wp-sms-vatansms-com/assets/css/admin-bar.css?ver=1.01" media="all">
|
||||
<link rel="stylesheet" id="wpsms-subscribe-css" href="http://wp.lab/wp-content/plugins/wp-sms-vatansms-com/assets/css/subscribe.css?ver=1.01" media="all">
|
||||
@@ -20120,6 +20151,7 @@
|
||||
|
||||
<!-- wpo365-login -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wpo365-login//apps/dist/pintra-redirect.js?ver=8.6"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/wpo365-login/apps/dist/pintra-redirect.js?ver=8.6"></script>
|
||||
|
||||
|
||||
<!-- wpopal-medical -->
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@sephsekla/rglb",
|
||||
"version": "1.5.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "cgb-scripts start",
|
||||
"build": "cgb-scripts build",
|
||||
"eject": "cgb-scripts eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.5.3",
|
||||
"cgb-scripts": "1.23.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"classnames": "^2.2.6"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
# Copyright (C) 2020 Search Widget Post Types for Elementor
|
||||
# This file is distributed under the same license as the Search Widget Post Types for Elementor package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Search Widget Post Types for Elementor 1.0.2\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elementor-search-"
|
||||
"plus\n"
|
||||
"POT-Creation-Date: 2020-11-11 03:33:52+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"
|
||||
|
||||
#: plugin.php:19
|
||||
msgid "Search Options"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:28
|
||||
msgid "All Post Types"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:39
|
||||
msgid "Post Type"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Search Widget Post Types for Elementor"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Adds an option to make Elementor's search widget only search for a specific "
|
||||
"post type such as WooCommerce products or custom post types."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,135 @@
|
||||
# Copyright (C) 2020 ShinyStat
|
||||
# This file is distributed under the same license as the ShinyStat package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ShinyStat 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/shinystat-"
|
||||
"analytics\n"
|
||||
"POT-Creation-Date: 2020-10-30 16:05:45+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"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:96
|
||||
msgid "Settings"
|
||||
msgstr "Impostazioni"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:112
|
||||
msgid "ShinyStat Settings"
|
||||
msgstr "Configurazione dei Servizi ShinyStat"
|
||||
|
||||
#. #-#-#-#-# shinystat-analytics.pot (ShinyStat 1.0.0) #-#-#-#-#
|
||||
#. Plugin Name of the plugin/theme
|
||||
#. #-#-#-#-# shinystat-analytics.pot (ShinyStat 1.0.0) #-#-#-#-#
|
||||
#. Author of the plugin/theme
|
||||
#: admin/class-shinystat-analytics-admin.php:113
|
||||
msgid "ShinyStat"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:142
|
||||
msgid "ShinyStat Account"
|
||||
msgstr "Account di ShinyStat"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:150
|
||||
msgid "Account Name"
|
||||
msgstr "Nome dell'Account"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:161
|
||||
msgid "Account Type"
|
||||
msgstr "Tipo di Account"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:174
|
||||
msgid "Conversion Name"
|
||||
msgstr "Nome della Conversione"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:221
|
||||
msgid "Subscribe an account to access ShinyStat services"
|
||||
msgstr "Registra un account per accedere ai servizi di ShinyStat"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:229
|
||||
msgid "Web Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:233
|
||||
msgid "On-site Marketing Automation"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:237
|
||||
msgid ""
|
||||
"https://www.shinystat.com/cgi-bin/shinystatn.cgi?MODE=ADD1&ABBO=0&LANG=1"
|
||||
msgstr "https://www.shinystat.it/it/regfree.html"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:239
|
||||
msgid "Subscribe an account"
|
||||
msgstr "Registra un account"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:267
|
||||
msgid "Insert the name chosen for the ShinyStat account"
|
||||
msgstr "Inserisci il nome dell'account scelto durante la sottoscrizione a ShinyStat"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:296
|
||||
msgid "Free"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:307
|
||||
msgid "Business"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:324
|
||||
msgid "conversions_en.png"
|
||||
msgstr "conversions_it.png"
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:338
|
||||
msgid ""
|
||||
"Statistics about WooCommerce Conversion are available on ShinyStat dashboard "
|
||||
"for Business accounts."
|
||||
msgstr "Per gli account Business, sono disponibili le statistiche relative alle conversioni di WooCommerce."
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:339
|
||||
msgid ""
|
||||
"Conversions data are collected by using, as identifier, the name filled in "
|
||||
"this field."
|
||||
msgstr "I dati relativi alle conversioni di questo shop saranno raccolti con il nome identificativo indicato in questo campo."
|
||||
|
||||
#: admin/class-shinystat-analytics-admin.php:340
|
||||
msgid ""
|
||||
"It is required that the conversion name is active in the list shown on the "
|
||||
"ShinyStat dashboard."
|
||||
msgstr "Il nome della conversione deve risultare attivo nell'elenco riportato sulla dashboard di ShinyStat."
|
||||
|
||||
#: admin/partials/shinystat-analytics-admin-display.php:26
|
||||
msgid "Settings successfully updated."
|
||||
msgstr "Impostazioni aggiornate con successo."
|
||||
|
||||
#: admin/partials/shinystat-analytics-admin-display.php:28
|
||||
msgid "Go to the report page"
|
||||
msgstr "Vai alla pagina di reportistica"
|
||||
|
||||
#: admin/partials/shinystat-analytics-admin-display.php:39
|
||||
msgid "Free accounts require to insert the ShinyStat Analytics widget."
|
||||
msgstr "Per gli account free è necessario inserire il widget del contatore ShinyStat."
|
||||
|
||||
#: admin/partials/shinystat-analytics-admin-display.php:41
|
||||
msgid "Go to the widget page"
|
||||
msgstr "Vai alla pagina dei widget"
|
||||
|
||||
#: includes/class-shinystat-analytics-widget.php:64
|
||||
msgid "Insert the ShinyStat visitors counter icon"
|
||||
msgstr "Inserisci il contatore di visite ShinyStat"
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wordpress.org/plugins/shinystat-analytics/"
|
||||
msgstr "https://it.wordpress.org/plugins/shinystat-analytics/"
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Activate the plugin and start to use ShinyStat Web Analytics and On-site "
|
||||
"Marketing Automation tools."
|
||||
msgstr "Attiva il plugin e utilizza i servizi di ShinyStat di Web Analytics e On-site Marketing Automation. "
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://www.shinystat.com"
|
||||
msgstr "https://www.shinystat.it"
|
||||
88
spec/fixtures/dynamic_finders/plugin_version/simple-speech-bubble/composer_file/package.json
vendored
Normal file
88
spec/fixtures/dynamic_finders/plugin_version/simple-speech-bubble/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"name": "@hamworks/simple-speech-bubble",
|
||||
"version": "0.0.4",
|
||||
"description": "Speech bubble block",
|
||||
"author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"keywords": [
|
||||
"WordPress",
|
||||
"Gutenberg"
|
||||
],
|
||||
"homepage": "https://github.com/team-hamworks/simple-speech-bubble",
|
||||
"repository": {
|
||||
"url": "git@github.com:team-hamworks/simple-speech-bubble.git",
|
||||
"type": "git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/team-hamworks/simple-speech-bubble/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/icons": "^2.8.0",
|
||||
"classnames": "^2.2.6",
|
||||
"lodash": "^4.17.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/browserslist-config": "^2.7.0",
|
||||
"@wordpress/env": "^2.1.0",
|
||||
"@wordpress/eslint-plugin": "^7.1.0",
|
||||
"@wordpress/prettier-config": "^0.4.0",
|
||||
"@wordpress/scripts": "^12.2.0",
|
||||
"cssnano": "^4.1.10",
|
||||
"husky": "^4.3.0",
|
||||
"lint-staged": "^10.3.0",
|
||||
"postcss-import": "^12.0.1",
|
||||
"postcss-import-resolver": "^2.0.0",
|
||||
"postcss-omit-import-tilde": "^1.0.1",
|
||||
"postcss-preset-env": "^6.7.0",
|
||||
"postcss-pxtorem": "^5.1.1",
|
||||
"prettier": "npm:wp-prettier@2.0.5",
|
||||
"stylelint-config-wordpress": "^17.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"env": "wp-env",
|
||||
"start": "wp-scripts start ./src/index.js ./src/script.js",
|
||||
"build": "NODE_ENV=production wp-scripts build ./src/index.js ./src/script.js",
|
||||
"format-js": "wp-scripts format-js ./src",
|
||||
"lint-php": "./vendor/bin/phpcs --standard=./.phpcs.xml.dist",
|
||||
"lint-style": "wp-scripts lint-style",
|
||||
"lint-style:fix": "wp-scripts lint-style --fix",
|
||||
"lint-js": "wp-scripts lint-js ./src",
|
||||
"lint-js:fix": "wp-scripts lint-js ./src --fix"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"packages/*/package.json": [
|
||||
"wp-scripts lint-pkg-json"
|
||||
],
|
||||
"{*.css,*.scss}": [
|
||||
"npm run lint-style"
|
||||
],
|
||||
"*.js": [
|
||||
"npm run format-js",
|
||||
"npm run lint-js"
|
||||
],
|
||||
"*.php": [
|
||||
"npm run lint-php"
|
||||
]
|
||||
},
|
||||
"release-it": {
|
||||
"hooks": {
|
||||
"before:bump": "bash ./bin/create-release.sh simple-speech-bubble ${version}",
|
||||
"after:bump": "bash ./bin/create-zip.sh simple-speech-bubble",
|
||||
"after:release": "bash ./bin/cleanup.sh simple-speech-bubble"
|
||||
},
|
||||
"github": {
|
||||
"release": true,
|
||||
"assets": [
|
||||
"simple-speech-bubble.zip"
|
||||
]
|
||||
},
|
||||
"npm": {
|
||||
"publish": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,183 @@
|
||||
# Copyright (C) 2020 Yoeri Dekker
|
||||
# This file is distributed under the same license as the WP Smart Banner plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WP Smart Banner 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-smartbanner\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-11-06T21:49:43+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: wp-smartbanner\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WP Smart Banner"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.3eighty.nl/smartbanner"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "A customisable WordPress smart app banner for iOS and Android."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Yoeri Dekker"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.3eighty.nl"
|
||||
msgstr ""
|
||||
|
||||
#: class-wp-smartbanner.php:117
|
||||
msgctxt "backend"
|
||||
msgid "WP Smartbanner"
|
||||
msgstr ""
|
||||
|
||||
#: class-wp-smartbanner.php:155
|
||||
msgctxt "backend"
|
||||
msgid "Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: class-wp-smartbanner.php:266
|
||||
msgctxt "widget"
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: class-wp-smartbanner.php:267
|
||||
msgctxt "widget"
|
||||
msgid "Author"
|
||||
msgstr ""
|
||||
|
||||
#: class-wp-smartbanner.php:268
|
||||
msgctxt "widget"
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
|
||||
#: class-wp-smartbanner.php:269
|
||||
msgctxt "widget"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#: class-wp-smartbanner.php:270
|
||||
msgctxt "widget"
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: class-wp-smartbanner.php:271
|
||||
#: class-wp-smartbanner.php:272
|
||||
msgctxt "widget"
|
||||
msgid "Tagline"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:44
|
||||
#: includes/admin/class-wp-smartbanner-options.php:45
|
||||
#: includes/admin/class-wp-smartbanner-options.php:64
|
||||
msgctxt "backend"
|
||||
msgid "Smartbanner"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:65
|
||||
msgctxt "backend"
|
||||
msgid "Customize the smartbanner settings."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:71
|
||||
msgctxt "backend"
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:96
|
||||
msgctxt "backend"
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:103
|
||||
msgctxt "backend"
|
||||
msgid "App name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:111
|
||||
msgctxt "backend"
|
||||
msgid "Author name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:119
|
||||
msgctxt "backend"
|
||||
msgid "Price label"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:127
|
||||
msgctxt "backend"
|
||||
msgid "View label"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:135
|
||||
msgctxt "backend"
|
||||
msgid "Close label"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:143
|
||||
msgctxt "backend"
|
||||
msgid "Show on iOs"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:151
|
||||
msgctxt "backend"
|
||||
msgid "Apple App Store url"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:159
|
||||
msgctxt "backend"
|
||||
msgid "Apple App Store Icon url"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:167
|
||||
msgctxt "backend"
|
||||
msgid "Apple App Store tagline"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:175
|
||||
msgctxt "backend"
|
||||
msgid "Show on Android"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:183
|
||||
msgctxt "backend"
|
||||
msgid "Google Play Store url"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:191
|
||||
msgctxt "backend"
|
||||
msgid "Google Play Store Icon url"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:199
|
||||
msgctxt "backend"
|
||||
msgid "Google Play Store tagline"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:207
|
||||
msgctxt "backend"
|
||||
msgid "Widget display position"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:215
|
||||
msgctxt "backend"
|
||||
msgid "Widget display position offset"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:531
|
||||
msgctxt "backend"
|
||||
msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp-smartbanner-options.php:533
|
||||
msgctxt "backend"
|
||||
msgid "Bottom"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user