Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2613fdcc6b | ||
|
|
fbabd509f0 | ||
|
|
a075c93e6f | ||
|
|
d2a8bf92d9 | ||
|
|
39459fb5a1 | ||
|
|
4fb47e1c3b | ||
|
|
1260a6480f | ||
|
|
598c6ebb69 | ||
|
|
289e2d80c1 | ||
|
|
cb7cd9aac2 | ||
|
|
ea020aa8a5 | ||
|
|
4d30fecc36 | ||
|
|
369bbbe084 | ||
|
|
0ddc3cc10b |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Ruby ${{ matrix.ruby }}
|
||||
uses: ruby/setup-ruby@v1
|
||||
|
||||
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: checkout sources
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set tag to latest
|
||||
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'schedule'
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
install: true
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2.1.0
|
||||
uses: docker/login-action@v2.2.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
4
.github/workflows/gempush.yml
vendored
4
.github/workflows/gempush.yml
vendored
@@ -10,11 +10,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Ruby 2.6
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.x
|
||||
ruby-version: 2.6
|
||||
|
||||
#- name: Publish to GPR
|
||||
# run: |
|
||||
|
||||
@@ -2,7 +2,7 @@ require: rubocop-performance
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
SuggestExtensions: false
|
||||
TargetRubyVersion: 2.5
|
||||
TargetRubyVersion: 2.7
|
||||
Exclude:
|
||||
- '*.gemspec'
|
||||
- 'vendor/**/*'
|
||||
|
||||
@@ -25,8 +25,7 @@
|
||||
## Prerequisites
|
||||
|
||||
- (Optional but highly recommended: [RVM](https://rvm.io/rvm/install))
|
||||
- Ruby >= 2.5 - Recommended: latest
|
||||
- Ruby 2.5.0 to 2.5.3 can cause an 'undefined symbol: rmpd_util_str_to_d' error in some systems, see [#1283](https://github.com/wpscanteam/wpscan/issues/1283)
|
||||
- Ruby >= 2.7 - Recommended: latest
|
||||
- Curl >= 7.72 - Recommended: latest
|
||||
- The 7.29 has a segfault
|
||||
- The < 7.72 could result in `Stream error in the HTTP/2 framing layer` in some cases
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
# Version
|
||||
module WPScan
|
||||
VERSION = '3.8.23'
|
||||
VERSION = '3.8.25'
|
||||
end
|
||||
|
||||
1325
spec/fixtures/db/dynamic_finders.yml
vendored
1325
spec/fixtures/db/dynamic_finders.yml
vendored
File diff suppressed because it is too large
Load Diff
595
spec/fixtures/dynamic_finders/expected.yml
vendored
595
spec/fixtures/dynamic_finders/expected.yml
vendored
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,170 @@
|
||||
# Copyright (C) 2023 Qewebby
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 360 Product Viewer for WooCommerce 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp_360view\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: 2023-05-11T17:47:24+05:30\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: wp360view\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#. Description of the plugin
|
||||
msgid "360 Product Viewer for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wordpress.org/plugins/360-product-viewer-for-woocommerce/"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Qewebby"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.qewebby.com"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-admin.php:108
|
||||
msgid "360 Product image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-admin.php:141
|
||||
msgid "Delete image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-admin.php:141
|
||||
#: includes/admin/class-wp360view-admin.php:161
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-admin.php:161
|
||||
msgid "Add 360 Product images"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-admin.php:161
|
||||
msgid "Add to 360 Product gallery"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-admin.php:161
|
||||
msgid "Delete 360 Product image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-admin.php:161
|
||||
msgid "Add 360 product images"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:39
|
||||
msgid "360 View Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:56
|
||||
msgid "Shortcode Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:78
|
||||
msgid "Advance Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:88
|
||||
msgid "Enable Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:90
|
||||
msgid "Enable navigation panel"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:91
|
||||
msgid "Enable or disable navigation panel globally OR you can override this settings by <b>\"navigation\"</b> attibute by shortcode. Default value is <b>true</b>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:99
|
||||
#: includes/admin/class-wp360view-settings.php:101
|
||||
msgid "Enable dragging"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:102
|
||||
msgid "Enable or disable dragging option globally OR you can override this settings by <b>\"drag\"</b> attibute by shortcode. Default value is <b>true</b>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:106
|
||||
#: includes/admin/class-wp360view-settings.php:110
|
||||
msgid "Play Speed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:111
|
||||
msgid "Add/change play speed of 360 slider globally OR you can override this settings by <b>\"playspeed\"</b> attibute by shortcode. Default value is <b>100</b>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:115
|
||||
#: includes/admin/class-wp360view-settings.php:119
|
||||
msgid "Frame Rate"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:120
|
||||
msgid "Add/change frame rate of 360 slider globally OR you can override this settings by <b>\"framerate\"</b> attibute by shortcode. Default value is <b>10</b>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:128
|
||||
msgid "Enable Spin"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:130
|
||||
msgid "Enable spin"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:131
|
||||
msgid "Enable or disable spin settings globally OR you can override this settings by <b>\"enablespin\"</b> attibute by shortcode. Default value is <b>false</b>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:139
|
||||
#: includes/admin/class-wp360view-settings.php:141
|
||||
msgid "Show Cursor"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:142
|
||||
msgid "Hide or show cursor globally OR you can override this settings by <b>\"showcursor\"</b> attibute by shortcode. Default value is <b>false</b>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:151
|
||||
msgid "Fullscreen"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:153
|
||||
msgid "Enable full screen support"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:154
|
||||
msgid "Enable or disable full screen support settings globally OR you can override this settings by <b>\"fullscreen\"</b> attibute by shortcode. Default value is <b>true</b>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:162
|
||||
msgid "Zoom In/Out"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:164
|
||||
msgid "Enable Zoom In/Out"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/class-wp360view-settings.php:165
|
||||
msgid "Enable or disable zoom in/out settings globally OR you can override this settings by <b>\"zoominout\"</b> attibute by shortcode. Default value is <b>true</b>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/360-product.php:22
|
||||
#: templates/shortcode-template.php:26
|
||||
msgid "360 Product View"
|
||||
msgstr ""
|
||||
|
||||
#: wp_360view.php:134
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: wp_360view.php:176
|
||||
msgid "WooCommerce"
|
||||
msgstr ""
|
||||
2
spec/fixtures/dynamic_finders/plugin_version/ai-co-pilot-for-wp/change_log/changelog.txt
vendored
Normal file
2
spec/fixtures/dynamic_finders/plugin_version/ai-co-pilot-for-wp/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
= 1.0.1 - 29 May 2023 =
|
||||
* Fix: Some minor issues
|
||||
1518
spec/fixtures/dynamic_finders/plugin_version/ai-scribe/translation_file/languages/aiscribe.pot
vendored
Normal file
1518
spec/fixtures/dynamic_finders/plugin_version/ai-scribe/translation_file/languages/aiscribe.pot
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,160 @@
|
||||
# Copyright (C) 2023 Allpay
|
||||
# This file is distributed under the GPLv2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Allpay payment gateway 1.0.2\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/allpay-payment-"
|
||||
"gateway.1.0.2\n"
|
||||
"POT-Creation-Date: 2023-07-19T19:35:49+03:00\n"
|
||||
"PO-Revision-Date: 2023-07-19 19:49+0300\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: ru_RU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 3.3.2\n"
|
||||
"X-Domain: allpay-payment-gateway\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Allpay payment gateway"
|
||||
msgstr "Платежный шлюз Allpay"
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.allpay.co.il/integrations/woocommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Allpay Payment Gateway for WooCommerce."
|
||||
msgstr "Платежный шлюз Allpay для WooCommerce."
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Allpay"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://allpay.co.il"
|
||||
msgstr ""
|
||||
|
||||
#: allpay-gateway.php:47
|
||||
msgid "Settings"
|
||||
msgstr "Настройки"
|
||||
|
||||
#: allpay.php:12 allpay.php:16
|
||||
msgid "Bank cards payments Allpay"
|
||||
msgstr "Оплата банковскими картами Allpay"
|
||||
|
||||
#: allpay.php:14
|
||||
msgid "Allpay Payment Gateway Plug-in for WooCommerce"
|
||||
msgstr "Плагин платежного шлюза Allpay для WooCommerce"
|
||||
|
||||
#: allpay.php:55
|
||||
msgid "Enable / Disable"
|
||||
msgstr "Включить/ Выключить"
|
||||
|
||||
#: allpay.php:56
|
||||
msgid "Enable this payment gateway"
|
||||
msgstr "Включить этот метод оплаты"
|
||||
|
||||
#: allpay.php:61
|
||||
msgid "Title"
|
||||
msgstr "Заголовок"
|
||||
|
||||
#: allpay.php:63
|
||||
msgid "Payment title the customer will see during the checkout process."
|
||||
msgstr ""
|
||||
"Заголовок платежа, который покупатель увидит в процессе оформления заказа."
|
||||
|
||||
#: allpay.php:64
|
||||
msgid "Credit card"
|
||||
msgstr "Кредитная карта"
|
||||
|
||||
#: allpay.php:67
|
||||
msgid "Description"
|
||||
msgstr "Описание"
|
||||
|
||||
#: allpay.php:69
|
||||
msgid "Payment description the customer will see during the checkout process."
|
||||
msgstr ""
|
||||
"Описание платежа, которое покупатель увидит в процессе оформления заказа."
|
||||
|
||||
#: allpay.php:70
|
||||
msgid "Pay securely using your credit card."
|
||||
msgstr "Платите безопасно с помощью кредитной карты."
|
||||
|
||||
#: allpay.php:74
|
||||
msgid "API login"
|
||||
msgstr "API логин"
|
||||
|
||||
#: allpay.php:76
|
||||
msgid "Allpay API Login"
|
||||
msgstr "Логин API Allpay"
|
||||
|
||||
#: allpay.php:79
|
||||
msgid "API key"
|
||||
msgstr "API ключ"
|
||||
|
||||
#: allpay.php:81
|
||||
msgid "Allpay API Key"
|
||||
msgstr "Ключ API Allpay"
|
||||
|
||||
#: allpay.php:84
|
||||
msgid "Installment max payments"
|
||||
msgstr "Платежей в рассрочку до"
|
||||
|
||||
#: allpay.php:86
|
||||
msgid "Maximum number of installment payments. Up to 12, zero to disable."
|
||||
msgstr ""
|
||||
"Максимальное количество платежей в рассрочку. Максимум до12-и платежей. 0 "
|
||||
"для отключения."
|
||||
|
||||
#: allpay.php:87
|
||||
msgid ""
|
||||
"Allows client to choose number of payments. Valid for credit cards only (no "
|
||||
"debit cards)"
|
||||
msgstr ""
|
||||
"Позволяет клиенту выбрать количество платежей. Действительно только для "
|
||||
"кредитных карт (без дебетовых карт)"
|
||||
|
||||
#: allpay.php:91
|
||||
msgid "Installment min order amount"
|
||||
msgstr "Минимальная сумма заказа в рассрочку"
|
||||
|
||||
#: allpay.php:93
|
||||
msgid "Minimum order amount for installments. Zero for orders of any amount."
|
||||
msgstr "Минимальная сумма заказа в рассрочку. Ноль для заказов на любую сумму."
|
||||
|
||||
#: allpay.php:94
|
||||
msgid ""
|
||||
"Enables installment option when payment amount equals or above this value"
|
||||
msgstr ""
|
||||
"Включает опцию рассрочки, когда сумма платежа равна или превышает это "
|
||||
"значение"
|
||||
|
||||
#: allpay.php:98
|
||||
msgid "First payment amount"
|
||||
msgstr "Сумма первого платежа"
|
||||
|
||||
#: allpay.php:100
|
||||
msgid "First Installment payment. Zero for auto."
|
||||
msgstr "Оплата первого взноса. Ноль для автоматического расчета."
|
||||
|
||||
#: allpay.php:101
|
||||
msgid ""
|
||||
"Makes first payment amount fixed. If set to 0, the system will calculate the "
|
||||
"first payment"
|
||||
msgstr ""
|
||||
"Фиксирует сумму первого платежа. Если установлено 0, система рассчитает "
|
||||
"первый платеж"
|
||||
|
||||
#: allpay.php:146
|
||||
msgid ""
|
||||
"We are currently experiencing problems trying to connect to this payment "
|
||||
"gateway. Sorry for the inconvenience."
|
||||
msgstr ""
|
||||
"В настоящее время у нас возникают проблемы с подключением к этому платежному "
|
||||
"шлюзу. Приносим извинения за неудобства."
|
||||
|
||||
#: allpay.php:149
|
||||
msgid "Allpay's Response was empty."
|
||||
msgstr "Пустой ответ от платежного шлюза."
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "mvam-animiate",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"start": "wp-scripts start"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^19.2.1"
|
||||
}
|
||||
}
|
||||
249
spec/fixtures/dynamic_finders/plugin_version/ask-faq/translation_file/languages/ask-faq-pro.pot
vendored
Normal file
249
spec/fixtures/dynamic_finders/plugin_version/ask-faq/translation_file/languages/ask-faq-pro.pot
vendored
Normal file
@@ -0,0 +1,249 @@
|
||||
# Copyright (C) 2023 ThemeAtelier
|
||||
# This file is distributed under the same license as the Ask FAQ Pro plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Ask FAQ Pro 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ask-faq-pro\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: 2023-04-19T04:37:38+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: ask-faq-pro\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Ask FAQ Pro"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Best FAQ block including tab and accordion version what provides to use text, audio and video as Write Answer."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "ThemeAtelier"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://themeatelier.net/"
|
||||
msgstr ""
|
||||
|
||||
#: ask-faq.php:55
|
||||
msgid "Ask FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:72
|
||||
#: build/tab/index.js:96
|
||||
#: build/accordion-block/index.js:52
|
||||
#: build/tab/index.js:94
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:75
|
||||
#: build/tab/index.js:99
|
||||
#: build/accordion-block/index.js:53
|
||||
#: build/tab/index.js:95
|
||||
msgid "Audio"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:78
|
||||
#: build/tab/index.js:102
|
||||
#: build/accordion-block/index.js:54
|
||||
#: build/tab/index.js:96
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:85
|
||||
#: build/accordion-block/index.js:90
|
||||
#: build/accordion-block/index.js:157
|
||||
#: build/tabs/index.js:3631
|
||||
#: build/tabs/index.js:3632
|
||||
#: build/accordion-block/index.js:68
|
||||
#: build/accordion-block/index.js:73
|
||||
#: build/accordion-block/index.js:171
|
||||
#: build/tabs/index.js:3194
|
||||
#: build/tabs/index.js:3198
|
||||
msgid "Write Question"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:91
|
||||
#: build/accordion-block/index.js:74
|
||||
msgid "Write your question to show as Write Question."
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:93
|
||||
#: build/tab/index.js:105
|
||||
#: build/accordion-block/index.js:80
|
||||
#: build/tab/index.js:104
|
||||
msgid "Type of Write Answer"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:106
|
||||
#: build/tab/index.js:118
|
||||
#: build/accordion-block/index.js:89
|
||||
#: build/tab/index.js:113
|
||||
msgid "Choose the type of answer you wanna show"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:108
|
||||
#: build/accordion-block/index.js:113
|
||||
#: build/accordion-block/index.js:184
|
||||
#: build/tab/index.js:120
|
||||
#: build/tab/index.js:123
|
||||
#: build/accordion-block/index.js:96
|
||||
#: build/accordion-block/index.js:101
|
||||
#: build/accordion-block/index.js:209
|
||||
msgid "Write Answer"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:114
|
||||
#: build/accordion-block/index.js:102
|
||||
msgid "Write your answer to show as Write Answer."
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:205
|
||||
#: build/tab/index.js:139
|
||||
#: build/tab/index.js:184
|
||||
#: build/accordion-block/index.js:233
|
||||
#: build/tab/index.js:142
|
||||
#: build/tab/index.js:202
|
||||
msgid "Upload Audio"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:207
|
||||
#: build/tab/index.js:186
|
||||
#: build/accordion-block/index.js:242
|
||||
#: build/tab/index.js:211
|
||||
msgid "No Audio Uploaded Yet"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:228
|
||||
#: build/tab/index.js:155
|
||||
#: build/tab/index.js:207
|
||||
#: build/accordion-block/index.js:271
|
||||
#: build/tab/index.js:162
|
||||
#: build/tab/index.js:238
|
||||
msgid "Upload Video"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:230
|
||||
#: build/tab/index.js:209
|
||||
#: build/accordion-block/index.js:280
|
||||
#: build/tab/index.js:247
|
||||
msgid "No Video Uploaded Yet"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:261
|
||||
#: build/accordion-block/index.js:313
|
||||
msgid "Accordion Question"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:262
|
||||
#: build/accordion-block/index.js:314
|
||||
msgid "A accordion question item"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:518
|
||||
#: build/tabs/index.js:3692
|
||||
#: build/accordion-block/index.js:561
|
||||
#: build/tabs/index.js:3304
|
||||
msgid "Show Searchbar for filtering questions."
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:522
|
||||
#: build/accordion-block/index.js:527
|
||||
#: build/tabs/index.js:3696
|
||||
#: build/tabs/index.js:3701
|
||||
#: build/accordion-block/index.js:570
|
||||
#: build/accordion-block/index.js:575
|
||||
#: build/tabs/index.js:3313
|
||||
#: build/tabs/index.js:3318
|
||||
msgid "Search Question"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:528
|
||||
#: build/tabs/index.js:3702
|
||||
#: build/accordion-block/index.js:579
|
||||
#: build/tabs/index.js:3322
|
||||
msgid "Change search filed placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/index.js:530
|
||||
#: build/tabs/index.js:3704
|
||||
#: build/accordion-block/index.js:586
|
||||
#: build/tabs/index.js:3329
|
||||
msgid "Dark Mode"
|
||||
msgstr ""
|
||||
|
||||
#: build/tab/index.js:64
|
||||
#: build/tab/index.js:59
|
||||
msgid "%1$s (%2$d of %3$d)"
|
||||
msgstr ""
|
||||
|
||||
#: build/tab/index.js:163
|
||||
#: build/tab/index.js:180
|
||||
msgid "Add Answer"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/block.json
|
||||
msgctxt "block title"
|
||||
msgid "Ask Accordion"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/block.json
|
||||
msgctxt "block description"
|
||||
msgid "Accordion for Ask FAQ"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/block.json
|
||||
#: build/tab/block.json
|
||||
#: build/tabs/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "ask"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/block.json
|
||||
#: build/tab/block.json
|
||||
#: build/tabs/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "faq"
|
||||
msgstr ""
|
||||
|
||||
#: build/accordion-block/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "accordion"
|
||||
msgstr ""
|
||||
|
||||
#: build/tab/block.json
|
||||
msgctxt "block title"
|
||||
msgid "Tab"
|
||||
msgstr ""
|
||||
|
||||
#: build/tab/block.json
|
||||
#: build/tabs/block.json
|
||||
msgctxt "block description"
|
||||
msgid "Tab for ask faq"
|
||||
msgstr ""
|
||||
|
||||
#: build/tab/block.json
|
||||
#: build/tabs/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "tab"
|
||||
msgstr ""
|
||||
|
||||
#: build/tabs/block.json
|
||||
msgctxt "block title"
|
||||
msgid "Ask Tab"
|
||||
msgstr ""
|
||||
|
||||
#: build/tabs/block.json
|
||||
msgctxt "block style label"
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: build/tabs/block.json
|
||||
msgctxt "block style label"
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,6 @@
|
||||
= 1.2.0 =
|
||||
New: support for WooCommerce 8.0.1
|
||||
New: support for WordPress 6.3
|
||||
|
||||
= 1.1.0 =
|
||||
New: support for WooCommerce 7.9
|
||||
@@ -0,0 +1,184 @@
|
||||
# Copyright (C) 2023 Bayarcash
|
||||
# This file is distributed under the GPLv3.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Bayarcash GiveWP 3.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bayarcash-givewp\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: 2023-06-22T02:18:53+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: bayarcash-givewp\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Bayarcash GiveWP"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://bayarcash.com/?utm_source=wp-plugins-givewp&utm_campaign=plugin-uri&utm_medium=wp-dash"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Accept online donation from Malaysia internet online banking via Bayarcash. Currently, Bayarcash support FPX and Direct Debit payment channels."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: includes/src/Givewp.php:43
|
||||
#: includes/src/Givewp.php:44
|
||||
#: includes/src/Givewp.php:51
|
||||
#: includes/src/Givewp.php:168
|
||||
msgid "Bayarcash"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://bayarcash.com/?utm_source=wp-plugins-givewps&utm_campaign=author-uri&utm_medium=wp-dash"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/donor-profile.php:14
|
||||
msgid "Phone Numbers"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/donor-profile.php:19
|
||||
msgid "This donor does not have any phone number saved."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/form-fields.php:120
|
||||
#: includes/admin/form-fields.php:125
|
||||
#: includes/src/Givewp.php:277
|
||||
msgid "Phone Number"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/form-fields.php:122
|
||||
msgid "We require a phone number for verification."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/form-fields.php:131
|
||||
msgid "Identification Type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/form-fields.php:133
|
||||
msgid "We require a identification type for verification."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/form-fields.php:152
|
||||
#: includes/admin/form-fields.php:157
|
||||
#: includes/src/Givewp.php:278
|
||||
msgid "Identification Number"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/form-fields.php:154
|
||||
msgid "We require a identification number for verification."
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Bayarcash.php:123
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Bayarcash.php:157
|
||||
msgid "Bayarcash require GiveWP plugin. Please install and activate."
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:70
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:75
|
||||
#: includes/src/Givewp.php:134
|
||||
msgid "Personal Access Token (PAT)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:76
|
||||
#: includes/src/Givewp.php:135
|
||||
msgid "Enter your Personal Access Token (PAT). You can retrieve it from Bayarcash console at Dashboard > Profile."
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:81
|
||||
#: includes/src/Givewp.php:140
|
||||
msgid "Portal Key"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:82
|
||||
#: includes/src/Givewp.php:141
|
||||
msgid "Enter your portal key. You can retrieve it from Bayarcash console at Dashboard > Portals."
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:91
|
||||
msgid "Reference Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:96
|
||||
#: includes/src/Givewp.php:146
|
||||
msgid "Billing Fields"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:97
|
||||
#: includes/src/Givewp.php:147
|
||||
msgid "This option will enable the billing details section at the donation form."
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:102
|
||||
#: includes/src/Givewp.php:152
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:103
|
||||
#: includes/src/Givewp.php:153
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:123
|
||||
msgid "Do you want to customize the donation instructions for this form?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:128
|
||||
msgid "Global Option"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:129
|
||||
msgid "Customize"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:130
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:205
|
||||
msgid "Make your donation quickly and securely with Bayarcash"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:206
|
||||
msgid "How it works:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:207
|
||||
msgid "You will be redirected to Bayarcash to pay using your online banking. You will then be brought back to this page to view your receipt."
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:316
|
||||
msgid "Please tick the create account button if you want to create a subscription donation"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:397
|
||||
msgid "Please enter phone number."
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:401
|
||||
msgid "Please enter identification number."
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:405
|
||||
msgid "Please select identification type."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: payment data
|
||||
#: includes/src/Givewp.php:455
|
||||
msgid "Payment creation failed before sending donor to Bayarcash. Payment data: %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/src/Givewp.php:456
|
||||
msgid "Payment Error"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,194 @@
|
||||
# Copyright (C) 2023 thingsym
|
||||
# This file is distributed under the GPLv2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Better Website Performance 1.1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-website-performance\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: 2023-05-31T08:54:57+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: better-website-performance\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Better Website Performance"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/thingsym/better-website-performance"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "The Better Website Performance plugin adds advanced features to improve website performance."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "thingsym"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.thingslabo.com/"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-better-website-performance.php:107
|
||||
msgid "Become a sponsor"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer/class-panel.php:39
|
||||
msgid "Performance Settings (Better Website Performance)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/emoji/class-emoji.php:169
|
||||
msgid "Emoji resource"
|
||||
msgstr ""
|
||||
|
||||
#: inc/emoji/class-emoji.php:188
|
||||
msgid "Enable Emoji resource"
|
||||
msgstr ""
|
||||
|
||||
#: inc/image-srcset/class-image-srcset.php:162
|
||||
msgid "Image Srcset"
|
||||
msgstr ""
|
||||
|
||||
#: inc/image-srcset/class-image-srcset.php:181
|
||||
msgid "Enable Image Srcset"
|
||||
msgstr ""
|
||||
|
||||
#: inc/javascript/class-async.php:200
|
||||
msgid "JavaScript"
|
||||
msgstr ""
|
||||
|
||||
#: inc/javascript/class-async.php:219
|
||||
msgid "Async type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/javascript/class-async.php:243
|
||||
#: inc/style/class-concat.php:329
|
||||
msgid "Exclude"
|
||||
msgstr ""
|
||||
|
||||
#: inc/javascript/class-async.php:246
|
||||
#: inc/style/class-concat.php:332
|
||||
msgid "Enter handle names to exclude."
|
||||
msgstr ""
|
||||
|
||||
#: inc/jquery/class-jquery.php:228
|
||||
msgid "jQuery"
|
||||
msgstr ""
|
||||
|
||||
#: inc/jquery/class-jquery.php:247
|
||||
msgid "Enable jQuery"
|
||||
msgstr ""
|
||||
|
||||
#: inc/jquery/class-jquery.php:266
|
||||
msgid "Enable jQuery Migrate"
|
||||
msgstr ""
|
||||
|
||||
#: inc/jquery/class-jquery.php:285
|
||||
msgid "Place jQuery in the footer"
|
||||
msgstr ""
|
||||
|
||||
#: inc/preload/class-preload.php:193
|
||||
#: inc/preload/class-preload.php:214
|
||||
msgid "Preload"
|
||||
msgstr ""
|
||||
|
||||
#: inc/preload/class-preload.php:220
|
||||
#: inc/resource-hints/class-resource-hints.php:240
|
||||
#: inc/resource-hints/class-resource-hints.php:265
|
||||
#: inc/resource-hints/class-resource-hints.php:290
|
||||
#: inc/resource-hints/class-resource-hints.php:315
|
||||
msgid "See <a href=\"%1$s\" target=\"_blank\">Specification</a>."
|
||||
msgstr ""
|
||||
|
||||
#: inc/resource-hints/class-resource-hints.php:213
|
||||
msgid "Resource Hints"
|
||||
msgstr ""
|
||||
|
||||
#: inc/resource-hints/class-resource-hints.php:234
|
||||
msgid "DNS-Prefetch"
|
||||
msgstr ""
|
||||
|
||||
#: inc/resource-hints/class-resource-hints.php:259
|
||||
msgid "Preconnect"
|
||||
msgstr ""
|
||||
|
||||
#: inc/resource-hints/class-resource-hints.php:284
|
||||
msgid "Prefetch"
|
||||
msgstr ""
|
||||
|
||||
#: inc/resource-hints/class-resource-hints.php:309
|
||||
msgid "Prerender"
|
||||
msgstr ""
|
||||
|
||||
#: inc/style/class-concat.php:267
|
||||
msgid "Style Sheet"
|
||||
msgstr ""
|
||||
|
||||
#: inc/style/class-concat.php:286
|
||||
msgid "Loading type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/style/class-concat.php:290
|
||||
msgid "Default: Load external css file"
|
||||
msgstr ""
|
||||
|
||||
#: inc/style/class-concat.php:291
|
||||
msgid "Inline each stylesheet"
|
||||
msgstr ""
|
||||
|
||||
#: inc/style/class-concat.php:292
|
||||
msgid "Inline concated Stylesheets"
|
||||
msgstr ""
|
||||
|
||||
#: inc/style/class-concat.php:310
|
||||
msgid "Enable minify"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-custom-css/class-wp-custom-css.php:180
|
||||
msgid "Place custom CSS in the footer"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:195
|
||||
msgid "HTML Head"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:214
|
||||
msgid "Display the links to the general feeds"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:233
|
||||
msgid "Display the links to the extra feeds (such as category feeds)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:252
|
||||
msgid "Display Really Simple Discovery (EditURI)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:271
|
||||
msgid "Display Windows Live Writer (wlwmanifest)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:290
|
||||
msgid "Display WordPress generator"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:309
|
||||
msgid "Display canonical"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:328
|
||||
msgid "Display shortlink"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:347
|
||||
msgid "Display the REST API link"
|
||||
msgstr ""
|
||||
|
||||
#: inc/wp-head/class-wp-head.php:366
|
||||
msgid "Display oEmbed discovery links"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,232 @@
|
||||
# Copyright (C) 2023 bPlugins LLC
|
||||
# This file is distributed under the GPLv3.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mailchimp block 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mailchimp-block\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: 2023-07-08T12:12:42+02:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.6.0\n"
|
||||
"X-Domain: mail-collections\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Mailchimp block"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Connect your MailChimp with your WordPress."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "bPlugins LLC"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://bplugins.com"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Form 1"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Form 2"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Form 3"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Style"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Read Documentation"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Would you please rate us?"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "We are new and we need your help to grow!🙏"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Config"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Configure Api Key"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Audience Id"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Elements"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Last Name"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Placeholder Text"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Forms"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Form"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Background:"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Padding"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Border"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Typography"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Input"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Colors"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Hovers Colors"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Title Here"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Description Here"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Please Insert Your Api Key"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "MailChimp"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "MailChimp API key"
|
||||
msgstr ""
|
||||
|
||||
#: dist/editor.js:1
|
||||
msgid "Save Information"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block title"
|
||||
msgid "Mailchimp-block"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block description"
|
||||
msgid "Description of MailChimp Block."
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "mail"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "mailchimp"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "key3"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,152 @@
|
||||
# Copyright (C) 2023 Carmo Product GTIN for WooCommerce
|
||||
# This file is distributed under the same license as the Carmo Product GTIN for WooCommerce package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Carmo Product GTIN for WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/"
|
||||
"qs_tool_wp_pot_gen_1685090187_0439_962967\n"
|
||||
"POT-Creation-Date: 2023-05-26 10:54+0100\n"
|
||||
"PO-Revision-Date: 2023-05-26 10:55+0100\n"
|
||||
"Last-Translator: João Carmo Pereira <mail@carmo.pt>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: pt_PT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 3.3.1\n"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:37
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Carmo Woo Product GTIN is active but WooCommerce is not. Please <a "
|
||||
"href=\"%s\">install and activate WooCommerce by Automattic</a> plugin to use "
|
||||
"this feature."
|
||||
msgstr ""
|
||||
"O Carmo Woo Product GTIN está activo, mas o WooCommerce não está. <a "
|
||||
"href=\"%s\">Instale e active o plugin WooCommerce by Automattic</a> para "
|
||||
"utilizar esta funcionalidade."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:53
|
||||
#: carmo-product-gtin-for-woocommerce.php:76
|
||||
msgid "Enter gtin (ean/upc) value"
|
||||
msgstr "Introduzir o gtin (ean/upc)"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:55
|
||||
#: carmo-product-gtin-for-woocommerce.php:79
|
||||
msgid ""
|
||||
"The GTIN, including EAN (European Article Number) and UPC (Universal Product "
|
||||
"Code), is a standardized numerical identifier and barcode used to uniquely "
|
||||
"identify products in the global marketplace, facilitating efficient "
|
||||
"inventory management and supply chain operations."
|
||||
msgstr ""
|
||||
"O GTIN, incluindo o EAN (Número Europeu de Artigo) e o UPC (Código Universal "
|
||||
"de Produto), é um identificador numérico normalizado e um código de barras "
|
||||
"utilizado para identificar exclusivamente os produtos no mercado global, "
|
||||
"facilitando a gestão eficiente do inventário e as operações da cadeia de "
|
||||
"abastecimento."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:152
|
||||
msgid ""
|
||||
"WooCommerce must be installed and active to see how many products have GTIN"
|
||||
msgstr ""
|
||||
"O WooCommerce tem de estar instalado e activo para ver quantos produtos têm "
|
||||
"GTIN"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:170
|
||||
msgid "Statistics"
|
||||
msgstr "Estatísticas"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:173
|
||||
#, php-format
|
||||
msgid "You have used the GTIN field: %s time(s)."
|
||||
msgstr "O campo GTIN foi utilizado: %s vezes."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:176
|
||||
msgid "Options"
|
||||
msgstr "Opções"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:178
|
||||
msgid ""
|
||||
"Warning: This will delete all product data associated with Carmo GTIN. Are "
|
||||
"you sure you want to proceed?"
|
||||
msgstr ""
|
||||
"Aviso: Isto irá eliminar todos os dados do produto associados ao Carmo GTIN. "
|
||||
"Tem a certeza de que pretende continuar?"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:179
|
||||
msgid ""
|
||||
"If you delete the data don't forget to flush your object cache if present."
|
||||
msgstr ""
|
||||
"Se eliminar os dados, não se esqueça de limpar a sua cache de objectos, se "
|
||||
"existir."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:180
|
||||
msgid "Delete all carmo GTIN data"
|
||||
msgstr "Eliminar todos os dados do carmo GTIN"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:189
|
||||
msgid "About"
|
||||
msgstr "Sobre"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:192
|
||||
#, php-format
|
||||
msgid ""
|
||||
"This plugin was created with love. If you have any question or suggestion, "
|
||||
"please contact using <a href='mailto:%s'>%s</a>."
|
||||
msgstr ""
|
||||
"Este plugin foi criado com amor. Se existir alguma dúvida ou sugestão, entre "
|
||||
"em contato pelo e-email <a href='mailto:%s'>%s</a>."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:220
|
||||
msgid "All data has been deleted."
|
||||
msgstr "Todos os dados foram apagados."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:225
|
||||
msgid "An error occurred while trying to delete data."
|
||||
msgstr "Ocorreu um erro ao tentar apagar os dados."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:232
|
||||
msgid ""
|
||||
"Are you sure you want to delete all product data associated with Carmo GTIN?"
|
||||
msgstr ""
|
||||
"Tem a certeza de que pretende eliminar todos os dados do produto associados "
|
||||
"ao Carmo GTIN?"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:233
|
||||
msgid "This action cannot be undone."
|
||||
msgstr "Esta acção é irreversível."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:234
|
||||
msgid "It will delete all meta_key = 'carmogtin' from wp_postmeta table."
|
||||
msgstr ""
|
||||
"Este procedimento irá eliminar todas as entradas meta_key = 'carmogtin' na "
|
||||
"tabela wp_postmeta."
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:235
|
||||
msgid "Yes I'm sure"
|
||||
msgstr "Sim, tenho a certeza"
|
||||
|
||||
#: carmo-product-gtin-for-woocommerce.php:248
|
||||
msgid "Settings"
|
||||
msgstr "Opções"
|
||||
|
||||
#~ msgid "Carmo Product GTIN for WooCommerce"
|
||||
#~ msgstr "Carmo Product GTIN for WooCommerce"
|
||||
|
||||
#~ msgid "https://www.carmo.pt/project/woo-product-gtin/"
|
||||
#~ msgstr "https://www.carmo.pt/project/woo-product-gtin/"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Adds a numeric GTIN field on Simple Products and Variation if they exist. "
|
||||
#~ "This field can be used via shortcode on product pages and for product "
|
||||
#~ "feeds."
|
||||
#~ msgstr ""
|
||||
#~ "Adiciona um GTIN numérico em Produtos Simples e em Produtos Variáveis "
|
||||
#~ "(caso existam). Este campo pode ser utilizado via shortcode nos template "
|
||||
#~ "de página de produto e para feeds de produto."
|
||||
|
||||
#~ msgid "carmo"
|
||||
#~ msgstr "carmo"
|
||||
|
||||
#~ msgid "https://carmo.pt"
|
||||
#~ msgstr "https://carmo.pt"
|
||||
935
spec/fixtures/dynamic_finders/plugin_version/delivengo/translation_file/languages/wc_delivengo.pot
vendored
Normal file
935
spec/fixtures/dynamic_finders/plugin_version/delivengo/translation_file/languages/wc_delivengo.pot
vendored
Normal file
@@ -0,0 +1,935 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Delivengo : Méthodes de livraison pour WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/delivengo/\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2023-06-14\n"
|
||||
"X-Domain: wc_delivengo\n"
|
||||
|
||||
|
||||
msgid "Preparing"
|
||||
msgstr ""
|
||||
|
||||
msgid "Deposited"
|
||||
msgstr ""
|
||||
|
||||
msgid "In progress"
|
||||
msgstr ""
|
||||
|
||||
msgid "Distributed"
|
||||
msgstr ""
|
||||
|
||||
msgid "AR received"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reclamation asked"
|
||||
msgstr ""
|
||||
|
||||
msgid "Incident"
|
||||
msgstr ""
|
||||
|
||||
msgid "No handling information from La Poste for more than 5 days"
|
||||
msgstr ""
|
||||
|
||||
msgid "No evolution of parcel tracking for more than 30 days"
|
||||
msgstr ""
|
||||
|
||||
msgid "AR not received within 30 days following distribution"
|
||||
msgstr ""
|
||||
|
||||
msgid "PND not received within 15/30 days following the non-delivery"
|
||||
msgstr ""
|
||||
|
||||
msgid "PND"
|
||||
msgstr ""
|
||||
|
||||
msgid "PND Access or address error"
|
||||
msgstr ""
|
||||
|
||||
msgid "PND Addressee unknown at address"
|
||||
msgstr ""
|
||||
|
||||
msgid "PND Parcel refused by the addressee"
|
||||
msgstr ""
|
||||
|
||||
msgid "PND Arrival notified and not claimed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Complaint resolved: Parcel found by La Poste"
|
||||
msgstr ""
|
||||
|
||||
msgid "Complaint abandoned"
|
||||
msgstr ""
|
||||
|
||||
msgid "Complaint resolved: La Poste compensation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sent (international)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Handling"
|
||||
msgstr ""
|
||||
|
||||
msgid "Resent to distribution"
|
||||
msgstr ""
|
||||
|
||||
msgid "This plugin gives you the possibility to use the Delivengo shipping methods in WooCommerce."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not save the deposit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not save the label"
|
||||
msgstr ""
|
||||
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
msgid "This controls the title which the user sees during checkout."
|
||||
msgstr ""
|
||||
|
||||
msgid "Free from order value"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping cost will be free if the order value is over the one specified."
|
||||
msgstr ""
|
||||
|
||||
msgid "Always free?"
|
||||
msgstr ""
|
||||
|
||||
msgid "If enabled, rates calculation for this shipping method will always be zero."
|
||||
msgstr ""
|
||||
|
||||
msgid "Title if free"
|
||||
msgstr ""
|
||||
|
||||
msgid "This controls the title which the user sees during checkout if the shipping methods is free. Leave empty to always use standard title."
|
||||
msgstr ""
|
||||
|
||||
msgid "Handling fee"
|
||||
msgstr ""
|
||||
|
||||
msgid "This amount is added to the shipping cost during checkout."
|
||||
msgstr ""
|
||||
|
||||
msgid "Free if at least one item in the cart has one of the free shipping classes above"
|
||||
msgstr ""
|
||||
|
||||
msgid "If enabled, delivery will be free, even if the other items in the cart do not have one of the free shipping classes above"
|
||||
msgstr ""
|
||||
|
||||
msgid "Free shipping classes"
|
||||
msgstr ""
|
||||
|
||||
msgid "These shipping classes qualify for free shipping"
|
||||
msgstr ""
|
||||
|
||||
msgid "Excluded shipping classes"
|
||||
msgstr ""
|
||||
|
||||
msgid "The current shipping method will not be displayed if one product in the cart has one of these shipping classes. This option takes precedence over the option Free shipping classes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delivengo Economic"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping without tracking in mailbox, in Economic delivery time to international destinations"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delivengo Priority"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping without tracking in mailbox, in Priority delivery time to international destinations"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delivengo Tracked"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping with tracking in mailbox to international destinations"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delivengo With acknowledgement of receipt"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping with tracking and signature, registered mail with acknowledgement of receipt, to international destinations"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delivengo Without acknowledgement of receipt"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping with tracking and signature, registered mail without acknowledgement of receipt, to international destinations"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not found"
|
||||
msgstr ""
|
||||
|
||||
msgid "No label found in the request"
|
||||
msgstr ""
|
||||
|
||||
msgid "The statuses update process has started. Depending on the number of orders you have, it may take a few minutes to update all statuses."
|
||||
msgstr ""
|
||||
|
||||
msgid "Missing order id in the request"
|
||||
msgstr ""
|
||||
|
||||
msgid "Error creating the shipment: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Missing api key in the request"
|
||||
msgstr ""
|
||||
|
||||
msgid "This API key is valid"
|
||||
msgstr ""
|
||||
|
||||
msgid "The content of the file is empty"
|
||||
msgstr ""
|
||||
|
||||
msgid "HS codes imported successfully"
|
||||
msgstr ""
|
||||
|
||||
msgid "An error occurred while importing the default shipping prices."
|
||||
msgstr ""
|
||||
|
||||
msgid "The log file is empty"
|
||||
msgstr ""
|
||||
|
||||
msgid "Hi %s,"
|
||||
msgstr ""
|
||||
|
||||
msgid "here"
|
||||
msgstr ""
|
||||
|
||||
msgid "Tracking number: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping address:"
|
||||
msgstr ""
|
||||
|
||||
msgid "You can follow up your order here: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unit price (%s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Quantity"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unit weight (grams)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Edit prices and weights"
|
||||
msgstr ""
|
||||
|
||||
msgid "Editing prices and weights may create inconsistency between CN23 or labels and invoice. Edit these values only if you really need it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping costs (%s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packaging weight (grams)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Total weight (items + packaging)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Customs category"
|
||||
msgstr ""
|
||||
|
||||
msgid "Generate label"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delivengo tracking link"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>Addresses saved on your MyDelivengo account</b> (click on the address of your choice to auto-fill the form)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Label format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Offer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unique format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print example"
|
||||
msgstr ""
|
||||
|
||||
msgid "Download example"
|
||||
msgstr ""
|
||||
|
||||
msgid "Billing"
|
||||
msgstr ""
|
||||
|
||||
msgid "Import"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test your API key"
|
||||
msgstr ""
|
||||
|
||||
msgid "See logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping rates"
|
||||
msgstr ""
|
||||
|
||||
msgid "From weight"
|
||||
msgstr ""
|
||||
|
||||
msgid "Included"
|
||||
msgstr ""
|
||||
|
||||
msgid "To weight"
|
||||
msgstr ""
|
||||
|
||||
msgid "Excluded"
|
||||
msgstr ""
|
||||
|
||||
msgid "From cart price"
|
||||
msgstr ""
|
||||
|
||||
msgid "To cart price"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping class"
|
||||
msgstr ""
|
||||
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add rate"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delete selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Import Delivengo Europe prices"
|
||||
msgstr ""
|
||||
|
||||
msgid "Import Delivengo World prices"
|
||||
msgstr ""
|
||||
|
||||
msgid "This will replace the currently existing prices you've configured"
|
||||
msgstr ""
|
||||
|
||||
msgid "All products"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not call Delivengo API: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Invalid API key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Error responded from Delivengo API with status code %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Account type unknown, make sure to enter your API key in the settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not retrieve the parcel status"
|
||||
msgstr ""
|
||||
|
||||
msgid "No format option saved in the settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "No format option saved for this contract, check the settings."
|
||||
msgstr ""
|
||||
|
||||
msgid "No product found for the order %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Missing HS code or country of manufacture on product %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "External label ids or order ids are missing"
|
||||
msgstr ""
|
||||
|
||||
msgid "[Order #%s]"
|
||||
msgstr ""
|
||||
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
msgid "Billing address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping address"
|
||||
msgstr ""
|
||||
|
||||
msgid "VAT Number: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Invalid file list"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default HS code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orders per page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
msgid "This order is not shipped by Delivengo"
|
||||
msgstr ""
|
||||
|
||||
msgid "Download deposit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping status: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sale of merchandise"
|
||||
msgstr ""
|
||||
|
||||
msgid "Gift"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample"
|
||||
msgstr ""
|
||||
|
||||
msgid "Return of merchandise"
|
||||
msgstr ""
|
||||
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
msgid "You need to select at least one item to generate a label"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
msgid "Generate"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select your containers"
|
||||
msgstr ""
|
||||
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
msgid "Customer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping method"
|
||||
msgstr ""
|
||||
|
||||
msgid "Order status"
|
||||
msgstr ""
|
||||
|
||||
msgid "Labels"
|
||||
msgstr ""
|
||||
|
||||
msgid "Generate labels"
|
||||
msgstr ""
|
||||
|
||||
msgid "Download labels"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print labels"
|
||||
msgstr ""
|
||||
|
||||
msgid "Generate deposit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print deposit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose container"
|
||||
msgstr ""
|
||||
|
||||
msgid "Access denied! (Security check failed)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Deposit"
|
||||
msgstr ""
|
||||
|
||||
msgid "The label couldn't be generated: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Label not generated"
|
||||
msgstr ""
|
||||
|
||||
msgid "Label generated"
|
||||
msgstr ""
|
||||
|
||||
msgid "Label printed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Label not printed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
msgid "My Delivengo account"
|
||||
msgstr ""
|
||||
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "My addresses"
|
||||
msgstr ""
|
||||
|
||||
msgid "Products configuration"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delete the selected rates?"
|
||||
msgstr ""
|
||||
|
||||
msgid "An email is sent to the customer when the deposit is generated."
|
||||
msgstr ""
|
||||
|
||||
msgid "Your order is being prepared"
|
||||
msgstr ""
|
||||
|
||||
msgid "[%s] Your order is being prepared"
|
||||
msgstr ""
|
||||
|
||||
msgid "All countries"
|
||||
msgstr ""
|
||||
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
msgid "All shipping methods"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show filters"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
msgid "All statuses"
|
||||
msgstr ""
|
||||
|
||||
msgid "All order statuses"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delivengo Orders"
|
||||
msgstr ""
|
||||
|
||||
msgid "Update shipping statuses"
|
||||
msgstr ""
|
||||
|
||||
msgid "Please enter an API key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not parse the address"
|
||||
msgstr ""
|
||||
|
||||
msgid "You are about the fill the form above with this address. Do you want to continue?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Missing file"
|
||||
msgstr ""
|
||||
|
||||
msgid "Deposit not generated"
|
||||
msgstr ""
|
||||
|
||||
msgid "Deposit generated"
|
||||
msgstr ""
|
||||
|
||||
msgid "Deposit n°%s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Company name"
|
||||
msgstr ""
|
||||
|
||||
msgid "Complete name"
|
||||
msgstr ""
|
||||
|
||||
msgid "Address line 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "Address line 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "Postal box"
|
||||
msgstr ""
|
||||
|
||||
msgid "Zip code"
|
||||
msgstr ""
|
||||
|
||||
msgid "City"
|
||||
msgstr ""
|
||||
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipment outside of EU"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipment type"
|
||||
msgstr ""
|
||||
|
||||
msgid "United Kingdom EORI Number"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default HS code to use if no specific ones have been set on the products"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default country of manufacture"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default country of manufacture to use if no specific ones have been set on the products"
|
||||
msgstr ""
|
||||
|
||||
msgid "VAT number"
|
||||
msgstr ""
|
||||
|
||||
msgid "The VAT number is needed for delivery to United Kingdom"
|
||||
msgstr ""
|
||||
|
||||
msgid "The packaging weight will be added to the products weight on label generation. It is taken into account when calculating the shipping price to show to the customers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Calculate shipping method before applying coupons"
|
||||
msgstr ""
|
||||
|
||||
msgid "If enabled, the available shipping methods and fees will be calculated based on the cart price before applying any coupon."
|
||||
msgstr ""
|
||||
|
||||
msgid "Log messages"
|
||||
msgstr ""
|
||||
|
||||
msgid "API key"
|
||||
msgstr ""
|
||||
|
||||
msgid "My Delivengo solutions %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Download deposit n°%s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not tracked"
|
||||
msgstr ""
|
||||
|
||||
msgid "You can only create one deposit per day. Are you sure you want to create the deposit with these orders?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unknown status"
|
||||
msgstr ""
|
||||
|
||||
msgid "The Economic Operator Registration and Identification number is required for the United Kingdom."
|
||||
msgstr ""
|
||||
|
||||
msgid "Default shipping fee"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default shipping fee to apply for CN23 in case the shipping amount is 0 (free shipping for the client for example)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Every fifteen minutes"
|
||||
msgstr ""
|
||||
|
||||
msgid "No IBAN found on your account"
|
||||
msgstr ""
|
||||
|
||||
msgid "Go to your Delivengo account to add an IBAN"
|
||||
msgstr ""
|
||||
|
||||
msgid "No data found for the product: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Product not found for provided SKU: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Product ID and SKU missing, at least one is required: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "One or more errors occurred:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Unsuccessful distribution attempt - Pending or returning to sender"
|
||||
msgstr ""
|
||||
|
||||
msgid "Your parcel is ready to be deposited at La Poste"
|
||||
msgstr ""
|
||||
|
||||
msgid "Handled by La Poste"
|
||||
msgstr ""
|
||||
|
||||
msgid "Detained at the request of the sending country"
|
||||
msgstr ""
|
||||
|
||||
msgid "Departure from the exchange office of the country of dispatch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Arrival at the exchange office of the destination country"
|
||||
msgstr ""
|
||||
|
||||
msgid "Return to exchange office"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retained in customs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Arrival at the exchange office of the country of dispatch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Entering customs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exiting customs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Departure from the exchange office of the destination country"
|
||||
msgstr ""
|
||||
|
||||
msgid "Departure from the transit exchange office"
|
||||
msgstr ""
|
||||
|
||||
msgid "Departure"
|
||||
msgstr ""
|
||||
|
||||
msgid "Arrival at the transit exchange office"
|
||||
msgstr ""
|
||||
|
||||
msgid "Arrival at the distribution office"
|
||||
msgstr ""
|
||||
|
||||
msgid "Welcome to your Delivengo module!"
|
||||
msgstr ""
|
||||
|
||||
msgid "<u>Not yet registered on Delivengo?</u> Here is how to do it:"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>Delivengo profil offer</b> (+ than 2000 shippings/year): I get my Delivengo profil credentials by filling %s to sign a contract"
|
||||
msgstr ""
|
||||
|
||||
msgid "this commercial contact form"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>Delivengo easy offer</b> (- than 2000 shippings/year): I create my Delivengo easy account by %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "clicking here"
|
||||
msgstr ""
|
||||
|
||||
msgid "<u>Already registered on Delivengo?</u> Here is how to configure your module:"
|
||||
msgstr ""
|
||||
|
||||
msgid "I associate my account to the Delivengo module"
|
||||
msgstr ""
|
||||
|
||||
msgid "To connect the module, you must retrieve your Delivengo API key. Get your API key in your Delivengo account, via \"My account\", then \"API key\"."
|
||||
msgstr ""
|
||||
|
||||
msgid "I configure my settings to simplify my shipping preparations thanks to Delivengo features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose the format of your labels"
|
||||
msgstr ""
|
||||
|
||||
msgid "Save your default customs formalities for your shipments outside the European Union"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select or enter your sender address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configure your HS code by categories or products. If you have a lot of products, you can use our import feature (see the \"Products configuration\" tab)"
|
||||
msgstr ""
|
||||
|
||||
msgid "I configure my shipping rates"
|
||||
msgstr ""
|
||||
|
||||
msgid "Head to the \"Shipping\" tab"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select a shipping zone and click on \"Add shipping method\""
|
||||
msgstr ""
|
||||
|
||||
msgid "Add the Delivengo solutions then configure the rates."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can customize the title of the delivery solution for your customers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Be careful: Delivengo doesn't handle parcels over 2kg. Be careful when you modify the weight ranges."
|
||||
msgstr ""
|
||||
|
||||
msgid "Everything is ready!"
|
||||
msgstr ""
|
||||
|
||||
msgid "We have created a special page just for you, to view your new orders in WooCommerce > Delivengo orders"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connect your Delivengo account with your WordPress website. To do this, retrieve your API key available in %s (hover over your username in the top right corner of the screen, then click on \"My account\", then \"Show API key\")."
|
||||
msgstr ""
|
||||
|
||||
msgid "your MyDelivengo account"
|
||||
msgstr ""
|
||||
|
||||
msgid "If enabled, log messages will be collected each time an action is performed by the plugin. This is mainly used to investigate when an error occurs."
|
||||
msgstr ""
|
||||
|
||||
msgid "Customs declaration"
|
||||
msgstr ""
|
||||
|
||||
msgid "For expeditions outside the EU, you must specify the fields below. Without these elements, your label will not be generated."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sender address"
|
||||
msgstr ""
|
||||
|
||||
msgid "You must enter your sender address here. We have retrieved below your sender addresses available in your MyDelivengo account."
|
||||
msgstr ""
|
||||
|
||||
msgid "NB: If no address is available in your MyDelivengo account, we invite you to enter one (in MyDelivengo, hover over your username in the top right corner of the screen, then click on \"My account\", then \"Sender addresses\")."
|
||||
msgstr ""
|
||||
|
||||
msgid "The HS code and the country of origin of your products must be filled in for shipments outside the European Union."
|
||||
msgstr ""
|
||||
|
||||
msgid "To facilitate the addition of these information to your products, we offer you to import them directly into your catalog."
|
||||
msgstr ""
|
||||
|
||||
msgid "Import a CSV file that will have in the first line either <b>id,hscode,country</b> or <b>sku,hscode,country</b>"
|
||||
msgstr ""
|
||||
|
||||
msgid "Then, enter on each line the product's id or SKU, the HS code and the country (each element separated by a comma). Ex: 11,123456,FR"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping with tracking in mailbox"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delivengo orders"
|
||||
msgstr ""
|
||||
|
||||
msgid "Priority delivery in mailbox, without tracking"
|
||||
msgstr ""
|
||||
|
||||
msgid "Economy delivery in mailbox, without tracking"
|
||||
msgstr ""
|
||||
|
||||
msgid "Tracked delivery against signature with acknowledgement of receipt"
|
||||
msgstr ""
|
||||
|
||||
msgid "Tracked delivery against signature without acknowledgement of receipt"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping in mailbox with tracking"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping statuses won't be automatically collected because a webhook already exists on your MyDelivengo account. Click the \"Update shipping statuses\" button, or remove the existing webhook on your MyDelivengo account."
|
||||
msgstr ""
|
||||
|
||||
msgid "No order to create shipment"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sending to Norway, Australia or New-Zealand"
|
||||
msgstr ""
|
||||
|
||||
msgid "If you are shipping to these destinations, you must enter your VOEC, AU GST, and/or NZ GST numbers directly into your %s account."
|
||||
msgstr ""
|
||||
|
||||
msgid "For more information, please visit our %s (2nd yellow box at the bottom of the page)."
|
||||
msgstr ""
|
||||
|
||||
msgid "support page"
|
||||
msgstr ""
|
||||
|
||||
msgid ": offered"
|
||||
msgstr ""
|
||||
|
||||
msgid "<b>Warning: </b>you must generate the deposit slip before depositing your items. To do this, after generating the labels, check the orders to be deposited, select \"Generate deposit\" in Grouped actions, then click on \"Apply\". NB: you can only generate one deposit slip per day. Be sure to select all the orders to be deposited."
|
||||
msgstr ""
|
||||
|
||||
msgid "Good news, your order #%s has been shipped."
|
||||
msgstr ""
|
||||
|
||||
msgid "The tracking number is:"
|
||||
msgstr ""
|
||||
|
||||
msgid "The carrier's tracking information will be updated and available within 24 to 48 hours."
|
||||
msgstr ""
|
||||
|
||||
msgid "Thank you for your confidence."
|
||||
msgstr ""
|
||||
|
||||
msgid "Your order {order_number} will be shipped soon"
|
||||
msgstr ""
|
||||
|
||||
msgid "We are pleased to announce that your %s order has been shipped"
|
||||
msgstr ""
|
||||
|
||||
msgid "Automatic update of tracking status"
|
||||
msgstr ""
|
||||
|
||||
msgid "We are unable to automatically update the status of your Delivengo folds on WooCommerce. We have detected that there is already a webhook for your Delivengo account. For each account, only one webhook is allowed. To update them manually, you need to go to the \"Delivengo Orders\" page and click on \"Update shipping status\". You can also request the deactivation of the webhook from the technical hotline (contact@assistance-mdelivengo.fr), to make the update automatic on WooCommerce."
|
||||
msgstr ""
|
||||
|
||||
msgid "Economy delivery in mailbox, without tracking: offered"
|
||||
msgstr ""
|
||||
|
||||
msgid "Priority delivery in mailbox, without tracking: offered"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shipping in mailbox with tracking: offered"
|
||||
msgstr ""
|
||||
|
||||
msgid "Tracked delivery against signature with acknowledgement of receipt: offered"
|
||||
msgstr ""
|
||||
|
||||
msgid "Tracked delivery against signature without acknowledgement of receipt: offered"
|
||||
msgstr ""
|
||||
|
||||
msgid "deposit_slip.pdf"
|
||||
msgstr ""
|
||||
|
||||
msgid "delivengo_label.pdf"
|
||||
msgstr ""
|
||||
|
||||
msgid "Error responded from Delivengo API with the message: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Need help?"
|
||||
msgstr ""
|
||||
|
||||
msgid "To guide you when setting up your module, you can consult our user guide by %s."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can also contact our technical support by e-mail: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "The tracking number is: %1$s %2$s"
|
||||
msgstr ""
|
||||
|
||||
@@ -0,0 +1,149 @@
|
||||
# Copyright (c) 2023 weDevs Pte. Ltd. All Rights Reserved.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Dokan Migrator 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/weDevsOfficial/dokan-migrator/issues\n"
|
||||
"Last-Translator: support@wedevs.com\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: 2023-04-17T06:41:09+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: dokan-migrator\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: includes/Admin/Menu.php:36
|
||||
#: includes/Admin/Menu.php:37
|
||||
msgid "Dokan Migrator"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "http://WeDevs.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "An e-commerce marketplace migration plugin for WordPress. Powered by WooCommerce and WeDevs."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WeDevs"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://WeDevs.com/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Helpers/MigrationHelper.php:57
|
||||
msgid "Dokan vendor dashboard activated."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Helpers/MigrationHelper.php:91
|
||||
msgid "Migrate to dokan"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Helpers/MigrationHelper.php:95
|
||||
msgid "Migrate Wcfm To Dokan"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Migrator/Ajax.php:59
|
||||
msgid "Item count successfull."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Migrator/Ajax.php:93
|
||||
msgid "Import successfull."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Migrator/Ajax.php:117
|
||||
msgid "Nonce verification failed!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Migrator/Manager.php:215
|
||||
msgid "Invalid import type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Processors/Order.php:79
|
||||
#: includes/Processors/Vendor.php:91
|
||||
#: includes/Processors/Withdraw.php:97
|
||||
msgid "Migrator class not found"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Processors/Order.php:94
|
||||
msgid "No orders found to migrate to dokan."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Processors/Vendor.php:104
|
||||
msgid "No vendors found to migrate to dokan."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Processors/Withdraw.php:125
|
||||
msgid "No withdraws found to migrate to dokan."
|
||||
msgstr ""
|
||||
|
||||
#: templates/app.php:2
|
||||
msgid "Loading.."
|
||||
msgstr ""
|
||||
|
||||
#: templates/template-active-vendor-dashboard.php:17
|
||||
msgid "Activate dokan vendor dashboard."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1$s: opening anchor tag, 2$s: closing anchor tag
|
||||
#: templates/template-active-vendor-dashboard.php:21
|
||||
msgid "%1$sActive now%2$s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1$s: the plugin to migrate to dokan
|
||||
#: templates/template-alert-migrate-to-dokan.php:21
|
||||
msgid "Do You Want To %1$s ?"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1$s: opening anchor tag, 2$s: closing anchor tag
|
||||
#: templates/template-alert-migrate-to-dokan.php:27
|
||||
msgid "Click %1$1sHere%2$2s to move to the migration process."
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "Congratulations."
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "You have successful migrated to Dokan. Enjoy 🎉"
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "You have successfully migrated to dokan."
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "Vendor"
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "Withdraw"
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "Active dokan vendor dashboard."
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "Start migration"
|
||||
msgstr ""
|
||||
|
||||
#: assets/dist/index.js:1
|
||||
msgid "No plugin found to migrate to dokan"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,36 @@
|
||||
# Changelog
|
||||
|
||||
Všechny změny a vylepšení pluginu jsou zaznamenány v tomto souboru.
|
||||
|
||||
## Verze 1.2.1 (datum vydání: 14.06.2023)
|
||||
|
||||
### Added
|
||||
- Přidána možnost aktualizovat již existujícího uživatele, pokud ho již máte v seznamu (update_existing = true/false)
|
||||
- Přidána možnost znovu přihlásit odhlášeného odběratele (resubscribe = true/false)
|
||||
- Přepracována funkce odesílání dat (subscriber_data), aby se přes API posílaly jen položky opravdu vyplněné
|
||||
|
||||
## Verze 1.2.0 (datum vydání: 13.06.2023)
|
||||
|
||||
### Added
|
||||
- Přidána nová kolonka pro integraci telefonního čísla
|
||||
- Přidána možnost napsat tagy pro další segmentaci v rámci seznamů v Ecomail
|
||||
|
||||
## Verze 1.1.1 (datum vydání: 07.06.2023)
|
||||
|
||||
### Added
|
||||
- Přidána funkcionality 'trigger_autoresponders' => true, aby se odesílaly automatizace.
|
||||
|
||||
## Verze 1.1.0 (datum vydání: 22.03.2023)
|
||||
|
||||
### Added
|
||||
- Přidána možnost specifikovat field ID pro jméno a příjmení.
|
||||
|
||||
## Verze 1.0.0 (datum vydání: 21.03.2023)
|
||||
|
||||
### Added
|
||||
- První vydání pluginu Elementor Ecomail Integration
|
||||
- Základní integrace Ecomailu s widgetem formuláře Elementor Pro
|
||||
- Přidána možnost nastavit Ecomail integraci v nastavení formuláře Elementor Pro
|
||||
- Možnost zadat klíč API Ecomail do pole "Ecomail API Key"
|
||||
- Možnost zadat identifikátor seznamu Ecomail (List ID) do pole "Ecomail List ID"
|
||||
- Přidána Ecomail akce do možností formuláře "Actions After Submit"
|
||||
@@ -0,0 +1,333 @@
|
||||
# Copyright (C) 2023 Email Notice WP Document Revisions 1.0
|
||||
# This file is distributed under the same license as the Email Notice WP Document Revisions 1.0 package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Email Notice WP Document Revisions 1.0\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2023-05-31 09:31+0000\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:11, includes/class-wpdr-en-all-users-bulk-action.php:11, includes/class-wpdr-en-user-log-table.php:11
|
||||
msgid "You are not allowed to call this file directly."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:122
|
||||
msgid "Email From"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:123
|
||||
msgid "Email Address"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:127
|
||||
msgid "Notifications"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:128
|
||||
msgid "Notification mode"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:129
|
||||
msgid "Notify users about"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:130
|
||||
msgid "Notification e-mail subject"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:131
|
||||
msgid "Notification e-mail content"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:213, includes/class-wpdr-email-notice.php:516
|
||||
msgid "Sending email notifications..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:214
|
||||
msgid "Error sending emails."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:215, includes/class-wpdr-email-notice.php:507, includes/class-wpdr-email-notice.php:500
|
||||
msgid "Re-send notification email(s)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:216, includes/class-wpdr-email-notice.php:1208
|
||||
msgid "email(s) out of"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:217
|
||||
msgid "notification(s) sent. Check"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:218, includes/class-wpdr-email-notice.php:1208
|
||||
msgid "sent with"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:219
|
||||
msgid "log issues. Check"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:220
|
||||
msgid "log"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:221, includes/class-wpdr-email-notice.php:1213, includes/class-wpdr-email-notice.php:1208, includes/class-wpdr-email-notice.php:1204
|
||||
msgid "for details."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:242
|
||||
msgid "By default all notification e-mails received from \"WordPress\" < wordpress@"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:242
|
||||
msgid "You can change these below."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:280
|
||||
msgid "Tags available to make e-mail subject and/or content dynamic:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:282
|
||||
msgid "means title of the post"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:283
|
||||
msgid "means URL of the post"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:284
|
||||
msgid "means URL with title of the post"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:285
|
||||
msgid "means the name of the post author"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:286
|
||||
msgid "means excerpt of the post"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:286
|
||||
msgid "Only available to those who can edit the document"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:287
|
||||
msgid "means the first n (must be an integer number) number of word(s) extracted from the post"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:288
|
||||
msgid "means display name of the user who receives the e-mail"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:299
|
||||
msgid "Auto"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:299
|
||||
msgid "(send e-mails automatically when you publish a post)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:300
|
||||
msgid "Manual"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:300
|
||||
msgid "(you need to press a button to send notification)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:325
|
||||
msgid "Public posts"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:326
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:326
|
||||
msgid "protected posts (password will"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:326
|
||||
msgid "NOT"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:326
|
||||
msgid "be included in notification e-mail)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:327
|
||||
msgid "Private posts"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:328
|
||||
msgid "Notifications are sent only to those who can read the document"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:339
|
||||
msgid "Hint: HTML tags are not allowed here, e.g.: %title_with_permalink% will revert to %title%."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:351
|
||||
msgid "Hint: HTML tags are welcome here to make your notification e-mails more personalized."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:390
|
||||
msgid "Notify me by e-mail when a new document is published"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:392
|
||||
msgid "Also send me the document as an attachment by e-mail when a new document is published"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:482, includes/class-wpdr-email-notice.php:1330
|
||||
msgid "Document Email Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:505, includes/class-wpdr-email-notice.php:503
|
||||
msgid "Send notification email(s)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:553
|
||||
msgid "Document Notification Email Log"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:553
|
||||
msgid "Document Email Log"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:584
|
||||
msgid "You do not have sufficient permissions to access this page."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:591
|
||||
msgid "Document Email Notification Log"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:598
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:843
|
||||
msgid "New document: "
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:939
|
||||
msgid "Document too large to be attached."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:937
|
||||
msgid "Document attached."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:928
|
||||
msgid "Document not attached."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:954
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:951
|
||||
msgid "Successful"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:951
|
||||
msgid "Success Attachment"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:1100, includes/class-wpdr-email-notice.php:1116, includes/class-wpdr-email-notice.php:1140
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:1081
|
||||
msgid "Not logged and/or sent out successfully any mails."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:1213
|
||||
msgid "notification(s) sent."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:1213, includes/class-wpdr-email-notice.php:1208, includes/class-wpdr-email-notice.php:1204
|
||||
msgid "Check log"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:1208
|
||||
msgid "log issues."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:1204
|
||||
msgid "Error sending notifications."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:1331
|
||||
msgid "Notification emails can be sent (or re-sent) for published documents to internal users by clicking on \"Send notification emails\"."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-email-notice.php:1332
|
||||
msgid "Internal users are those with user-ids for the site. They can decide whether they wish to receive these notifications or not and whether the mail should include a copy of the document."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-all-users-bulk-action.php:40
|
||||
msgid "Subscribe to Document Email notifications"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-all-users-bulk-action.php:41
|
||||
msgid "Unsubscribe from Document Email notifications"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-all-users-bulk-action.php:68
|
||||
msgid "Error subscribing users."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-all-users-bulk-action.php:77
|
||||
msgid "Error unsubscribing users."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-user-log-table.php:37
|
||||
msgid "Notification email sent"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-user-log-table.php:38
|
||||
msgid "Notification emails sent"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-user-log-table.php:55
|
||||
msgid "Post Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-user-log-table.php:56
|
||||
msgid "E-mail sent"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-user-log-table.php:57
|
||||
msgid "User Name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-user-log-table.php:58
|
||||
msgid "User E-mail"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-user-log-table.php:59
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wpdr-en-user-log-table.php:206
|
||||
msgid "No e-mails sent out, yet."
|
||||
msgstr ""
|
||||
|
||||
#. translators: Do not translate Email Notice WP Document Revisions or WP Document Revisions.
|
||||
#: wpdr-email-notice.php:28
|
||||
msgid "Plugin Email Notice WP Document Revisions is activated but its required plugin WP Document Revisions is not."
|
||||
msgstr ""
|
||||
|
||||
#. translators: Do not translate Email Notice WP Document Revisions.
|
||||
#: wpdr-email-notice.php:31
|
||||
msgid "Plugin Email Notice WP Document Revisions will not activate its functionality."
|
||||
msgstr ""
|
||||
133
spec/fixtures/dynamic_finders/plugin_version/enable-cors/translation_file/languages/enable-cors.pot
vendored
Normal file
133
spec/fixtures/dynamic_finders/plugin_version/enable-cors/translation_file/languages/enable-cors.pot
vendored
Normal file
@@ -0,0 +1,133 @@
|
||||
# Copyright (C) 2023 Dev Kabir
|
||||
# This file is distributed under the GPL v2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Enable CORS 1.1.6\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/enable-cors\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: 2023-07-22T19:02:20+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.8.1\n"
|
||||
"X-Domain: enable-cors\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: src/Admin/Menu.php:36
|
||||
#: src/Admin/Menu.php:37
|
||||
#: src/Admin/Menu.php:87
|
||||
msgid "Enable CORS"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.fiverr.com/share/7kXeLW"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Enable Cross-Origin Resource Sharing for any or specific origin."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Dev Kabir"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.fiverr.com/developerkabir"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:84
|
||||
msgid "Please check your settings."
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:88
|
||||
msgid "Configure the server to include CORS headers in the response to allow cross-origin requests."
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:92
|
||||
msgid "Allowed Websites"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:93
|
||||
msgid "Specify the specific website (e.g., https://devkabir.shop) that is allowed to make requests."
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:95
|
||||
msgid "Enter a website domain like https://example.com"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:98
|
||||
msgid "Allowed Request Methods"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:99
|
||||
msgid "Specify the allowed HTTP methods (e.g., GET,POST,OPTIONS) for cross-origin requests."
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:101
|
||||
msgid "Invalid HTTP methods"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:104
|
||||
msgid "Set Response Headers"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:105
|
||||
msgid "Set the desired response headers (e.g., Content-Type,Authorization) to be included in the response for other websites."
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:107
|
||||
msgid "Invalid HTTP headers"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:110
|
||||
msgid "Allow Credentials"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:111
|
||||
msgid "Configure the server to allow credentials (such as cookies or authorization headers) to be included in the cross-origin request."
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:114
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:115
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:118
|
||||
msgid "Thank You"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:120
|
||||
msgid "Found issue on non-root server installations"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:124
|
||||
msgid "Notice"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:125
|
||||
msgid "To enable CORS on your site, please save settings."
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:126
|
||||
msgid "Your API endpoint is"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Menu.php:127
|
||||
msgid ""
|
||||
" means that any website can send a request to your\n"
|
||||
" WordPress site and access the server's response. This can be a potential\n"
|
||||
" security risk."
|
||||
msgstr ""
|
||||
|
||||
#: src/Api/Settings.php:79
|
||||
msgid "Settings Updated"
|
||||
msgstr ""
|
||||
|
||||
#: src/Plugin.php:158
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
38
spec/fixtures/dynamic_finders/plugin_version/financial-ratio/composer_file/package.json
vendored
Normal file
38
spec/fixtures/dynamic_finders/plugin_version/financial-ratio/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "financial-ratio-block",
|
||||
"version": "1.0.1",
|
||||
"description": "Example block scaffolded with Create Block tool.",
|
||||
"author": "The WordPress Contributors",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build --webpack-copy-php",
|
||||
"format": "wp-scripts format",
|
||||
"lint": "wp-scripts lint-style && wp-scripts lint-js",
|
||||
"lint:fix": "wp-scripts lint-style --fix && wp-scripts lint-js --fix",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"plugin-zip": "wp-scripts plugin-zip",
|
||||
"start": "wp-scripts start --webpack-copy-php",
|
||||
"env": "wp-env",
|
||||
"audit": "npm audit --registry='https://registry.npmjs.org/'",
|
||||
"audit:fix": "npm audit fix --registry='https://registry.npmjs.org/'",
|
||||
"test:unit": "echo 'skipping, no tests configured yet'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/components": "^23.9.0",
|
||||
"@wordpress/env": "^6.0.0",
|
||||
"@wordpress/scripts": "^26.3.0",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-n": "^15.7.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-react": "^7.32.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/blocks": "^12.10.0",
|
||||
"@wordpress/element": "^5.10.0",
|
||||
"mutation-observer": "^1.0.3",
|
||||
"react": "^18.2.0"
|
||||
}
|
||||
}
|
||||
14
spec/fixtures/dynamic_finders/plugin_version/fusewp/change_log/changelog.txt
vendored
Normal file
14
spec/fixtures/dynamic_finders/plugin_version/fusewp/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.1.0 =
|
||||
* Pro [MemberPress integration](https://fusewp.com/article/sync-memberpress-email-marketing/?ref=changelog)
|
||||
* Added [Campaign Monitor integration](https://fusewp.com/article/connect-wordpress-to-campaign-monitor/?ref=changelog)
|
||||
* Added "any roles" support to user role sync.
|
||||
* Fixed bug where mailchimp subscription fails on empty merge fields.
|
||||
* PHP 8 improvements.
|
||||
* Fixed bug where disabled sync rules might still be triggered.
|
||||
* Fixed bug where integration select-dropdown included unconnected integrations.
|
||||
* Fixed bug where Add new sync rule page left the menu inactive.
|
||||
|
||||
= 1.1.0.0 =
|
||||
* The genesis
|
||||
846
spec/fixtures/dynamic_finders/plugin_version/fusewp/translation_file/languages/fusewp.pot
vendored
Normal file
846
spec/fixtures/dynamic_finders/plugin_version/fusewp/translation_file/languages/fusewp.pot
vendored
Normal file
@@ -0,0 +1,846 @@
|
||||
# Copyright (C) 2023 FuseWP - Lite
|
||||
# This file is distributed under the same license as the FuseWP - Lite package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: FuseWP - Lite 1.1.1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fusewp\n"
|
||||
"POT-Creation-Date: 2023-06-26 13:26: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: 2023-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: src/core/src/Admin/AdminNotices.php:83
|
||||
msgid ""
|
||||
"Hey, I noticed you have been using FuseWP for at least 7 days now - that's "
|
||||
"awesome! Could you please do me a BIG favor and give it a %1$s5-star rating "
|
||||
"on WordPress?%2$s This will help us spread the word and boost our motivation "
|
||||
"- thanks!"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/AdminNotices.php:87
|
||||
msgid "Sure! I'd love to give a review"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/AdminNotices.php:89
|
||||
msgid "Dismiss Forever"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/AdminNotices.php:108
|
||||
msgid ""
|
||||
"Did you know you can sync your MemberPress members to your email list based "
|
||||
"on their memberships and subscription status? %sLearn more%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/AdminNotices.php:114
|
||||
msgid ""
|
||||
"Did you know you can sync your members in WooCommerce Memberships to your "
|
||||
"email list based on their subscribed plan and membershio status? %sLearn "
|
||||
"more%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/Fields/AbstractFieldEntity.php:112
|
||||
#: src/core/src/Integrations/ContactFieldEntity.php:57
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/Fields/AbstractFieldEntity.php:113
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogList.php:114
|
||||
#: src/core/src/Integrations/ContactFieldEntity.php:56
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/Fields/AbstractFieldEntity.php:114
|
||||
#: src/core/src/Integrations/ContactFieldEntity.php:58
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/Fields/AbstractFieldEntity.php:115
|
||||
#: src/core/src/Integrations/ContactFieldEntity.php:59
|
||||
msgid "Multiselect"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/Fields/FieldMap.php:46
|
||||
msgid "Data"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/Fields/FieldMap.php:47
|
||||
msgid "Data Type"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/Fields/FieldMap.php:65
|
||||
msgid "Map Another Field"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:25
|
||||
msgid "FuseWP Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:26
|
||||
msgid "FuseWP"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:108
|
||||
msgid "Request Support"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:114
|
||||
msgid "Premium Upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:120
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:125
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:241
|
||||
msgid "Upgrade to Pro"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:245
|
||||
msgid "Need Support?"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:260
|
||||
msgid "Double-Optin Control"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:261
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:133
|
||||
msgid "Custom Field Mapping"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:262
|
||||
msgid "Assign Tag to Users"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:271
|
||||
msgid ""
|
||||
"Enhance the power of FuseWP with the Pro version featuring integrations with "
|
||||
"many plugins. %sLearn more%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:284
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:23
|
||||
msgid "Get FuseWP Pro →"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:302
|
||||
msgid ""
|
||||
"Whether you need help or have a new feature request, let us know. %sRequest "
|
||||
"Support%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:310
|
||||
msgid ""
|
||||
"Detailed documentation is also available on the plugin website. %sView "
|
||||
"Knowledge Base%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:318
|
||||
msgid ""
|
||||
"If you are enjoying FuseWP and find it useful, please consider leaving a "
|
||||
"★★★★★ review on WordPress.org. %sLeave a Review%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:31
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:40
|
||||
msgid "License"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:69
|
||||
msgid "You're using FuseWP Lite - no license needed. Enjoy! 😊"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s Opening anchor tag, do not translate. %2$s Closing anchor
|
||||
#. tag, do not translate.
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:77
|
||||
msgid ""
|
||||
"Already purchased? Simply %1$sretrieve your license key%2$s and enter it "
|
||||
"below to connect with FuseWP Pro."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:104
|
||||
msgid "Connecting..."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:105
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:107
|
||||
msgid "Unlock Premium Features"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:120
|
||||
msgid "Unlock Powerful Premium Features"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:127
|
||||
msgid "Double Optin Control"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:139
|
||||
msgid "Assign Tags to Users"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:145
|
||||
msgid "WooCommerce Memberships Sync"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:151
|
||||
msgid "MemberPress Sync"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:159
|
||||
#: src/core/src/Integrations/Mailchimp/AdminSettingsPage.php:69
|
||||
msgid "Upgrade to FuseWP Premium"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s Opening anchor tag, do not translate. %2$s Closing anchor
|
||||
#. tag, do not translate.
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:172
|
||||
msgid ""
|
||||
"<strong>Bonus</strong>: Loyal FuseWP Lite users get <u>10%% off</u> regular "
|
||||
"price using the coupon code <u>10PERCENTOFF</u>, automatically applied at "
|
||||
"checkout. %1$sUpgrade to Premium →%2$s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:217
|
||||
msgid "You are not allowed to install plugins."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:223
|
||||
msgid "Please enter your license key to connect."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:227
|
||||
msgid "Only the Lite version can be upgraded."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %1$s Opening anchor tag, do not translate. %2$s Closing anchor
|
||||
#. tag, do not translate.
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:260
|
||||
msgid ""
|
||||
"Oops! We could not automatically install an upgrade. Please download the "
|
||||
"plugin from fusewp.com and install it manually."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:299
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:360
|
||||
msgid "Plugin installed & activated."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:340
|
||||
msgid "You are not licensed."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:27
|
||||
msgid ""
|
||||
"Thank you for using <a href=\"%1$s\" target=\"_blank\">FuseWP</a>! Please <a "
|
||||
"href=\"%2$s\" target=\"_blank\">rate us ★★★★★</a> on <a href=\"%2$s\" "
|
||||
"target=\"_blank\">WordPress.org</a>"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:50
|
||||
msgid "View FuseWP documentation"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:50
|
||||
msgid "Docs"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:51
|
||||
msgid "Visit customer support"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:51
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:56
|
||||
msgid "Upgrade to PRO"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:56
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:77
|
||||
msgid "Go Premium"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/ProUpgrade.php:71
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:45
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:26
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:60
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:44
|
||||
msgid "Settings - FuseWP"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:114
|
||||
msgid "Global Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:117
|
||||
msgid "Install Missing DB Tables"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:118
|
||||
msgid "Fix Database"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:123
|
||||
msgid "Remove Data on Uninstall"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:124
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:191
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:269
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogList.php:154
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogList.php:183
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:219
|
||||
#: src/core/src/Admin/SettingsPage/views/action.php:48
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/sidebar.php:25
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:125
|
||||
msgid ""
|
||||
"Check this box if you would like FuseWP to completely remove all of its data "
|
||||
"when the plugin is deleted."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:141
|
||||
msgid "Integrations"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:154
|
||||
msgid "Configure"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/Settings.php:156
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:27
|
||||
msgid "sync_rule"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:28
|
||||
msgid "sync_rules"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:112
|
||||
msgid "Add Your First Sync Rule"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:113
|
||||
msgid ""
|
||||
"Keep WordPress synchronize with external marketing integrations and third-"
|
||||
"party applications."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:114
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:127
|
||||
msgid "Add Sync Rule"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:119
|
||||
msgid ""
|
||||
"New to FuseWP? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:138
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/add-edit-sync-rule.php:29
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:139
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/add-edit-sync-rule.php:38
|
||||
msgid "Destinations"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:140
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:167
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:207
|
||||
msgid "[Not Set]"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:190
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:218
|
||||
#: src/core/src/Admin/SettingsPage/views/action.php:47
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncList.php:257
|
||||
msgid "Toggle Status"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogList.php:26
|
||||
msgid "sync_log"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogList.php:27
|
||||
msgid "sync_logs"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogList.php:102
|
||||
msgid "No logs found."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogList.php:112
|
||||
msgid "Integration"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogList.php:113
|
||||
msgid "Error Message"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogPage.php:38
|
||||
#: src/core/src/Admin/SettingsPage/SyncLogPage.php:52
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:135
|
||||
msgid "Sync Logs"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:75
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:113
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:159
|
||||
msgid "Sync Rules"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:94
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:124
|
||||
msgid "User Sync"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:114
|
||||
msgid "Logs"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:131
|
||||
msgid "Edit Sync Rule"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:167
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:221
|
||||
#: src/core/src/Admin/SettingsPage/views/action.php:50
|
||||
msgid "New Destination"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/SyncPage.php:242
|
||||
#: src/core/src/Admin/SettingsPage/views/action.php:71
|
||||
msgid "Select Integration"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/add-edit-sync-rule.php:47
|
||||
msgid "Publish"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/add-edit-sync-rule.php:60
|
||||
msgid "Upgrade to FuseWP Pro %sUpgrade Now%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/destination.php:28
|
||||
#: src/core/src/RegisterScripts.php:43
|
||||
msgid ""
|
||||
"No source has been selected. Add one before you can set up sync destination."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/destination.php:47
|
||||
msgid "+ Add Destination"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/sidebar.php:15
|
||||
msgid "Status:"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/sidebar.php:17
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/sidebar.php:18
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/sidebar.php:31
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/source.php:28
|
||||
msgid ""
|
||||
"Select the user role, membership plan or source plugin to synchronize from."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:3
|
||||
msgid "Custom Fields & Tagging Support"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:4
|
||||
msgid ""
|
||||
"Upgrade to map custom fields to profile information and assign tags to users "
|
||||
"for supported email marketing platforms."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:7
|
||||
msgid ""
|
||||
"Sync users in WooCommerce memberships with your email marketing software "
|
||||
"based on their subscribed plans and membership status. If a user's "
|
||||
"membership status changes, they will be moved to the corresponding email "
|
||||
"list."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:10
|
||||
msgid ""
|
||||
"Sync members in MemberPress with your email marketing software based on "
|
||||
"their memberships and subscription status. If a user's subscription status "
|
||||
"changes, they will be moved to the corresponding email list."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/AjaxHandler.php:34
|
||||
msgid "No source selected."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/AjaxHandler.php:47
|
||||
msgid "No destination item in selected source."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/AjaxHandler.php:58 src/core/src/AjaxHandler.php:91
|
||||
msgid "Selected integration not found."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/AjaxHandler.php:80 src/core/src/AjaxHandler.php:123
|
||||
msgid "No integration field found."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/AjaxHandler.php:95
|
||||
msgid "Selected integration list ID not found."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Functions/CustomSettingsPageApi.php:982
|
||||
msgid "Activate"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Functions/CustomSettingsPageApi.php:1060
|
||||
#: src/core/src/Integrations/CampaignMonitor/AdminSettingsPage.php:81
|
||||
msgid "Save Changes"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Functions/functions.php:348
|
||||
msgid "No Sync rule source has been selected."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Functions/functions.php:356
|
||||
msgid "Sync rule for the selected source already exist."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractIntegration.php:129
|
||||
msgid "rate limit exceeded"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractOauthAdminSettingsPage.php:24
|
||||
msgid "%s Error:"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractOauthAdminSettingsPage.php:31
|
||||
#: src/core/src/Integrations/CampaignMonitor/AdminSettingsPage.php:58
|
||||
msgid "Connect to %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractOauthAdminSettingsPage.php:36
|
||||
#: src/core/src/Integrations/CampaignMonitor/AdminSettingsPage.php:63
|
||||
msgid "Reconnect to %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractOauthAdminSettingsPage.php:38
|
||||
#: src/core/src/Integrations/CampaignMonitor/AdminSettingsPage.php:65
|
||||
msgid ""
|
||||
"requires external authorization. You will need to connect our application "
|
||||
"with your account to proceed."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractOauthAdminSettingsPage.php:42
|
||||
#: src/core/src/Integrations/CampaignMonitor/AdminSettingsPage.php:69
|
||||
msgid "Connected to"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractOauthAdminSettingsPage.php:44
|
||||
#: src/core/src/Integrations/CampaignMonitor/AdminSettingsPage.php:71
|
||||
msgid "Connection Successful"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractOauthAdminSettingsPage.php:51
|
||||
#: src/core/src/Integrations/CampaignMonitor/AdminSettingsPage.php:78
|
||||
msgid "Disconnect"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:21
|
||||
msgid "User Data"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:22
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:55
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:23
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:56
|
||||
msgid "Last Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:24
|
||||
msgid "Biography"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:25
|
||||
msgid "Website URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:26
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:27
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:28
|
||||
msgid "Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:29
|
||||
msgid "URL-friendly user name"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:30
|
||||
msgid "User ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:31
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:32
|
||||
#: src/core/src/Sync/Sources/WPUserRoles.php:49
|
||||
msgid "User Role"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:33
|
||||
msgid "Registration Date"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/AbstractSyncAction.php:34
|
||||
msgid "IP Address"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/CampaignMonitor/AdminSettingsPage.php:93
|
||||
msgid "FuseWP Error: Client ID is %smissing in %s settings%s"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/CampaignMonitor/CampaignMonitor.php:152
|
||||
msgid "CampaignMonitor access token not found."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/CampaignMonitor/SyncAction.php:28
|
||||
#: src/core/src/Integrations/ConstantContact/SyncAction.php:52
|
||||
msgid "Select List"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/CampaignMonitor/SyncAction.php:45
|
||||
#: src/core/src/Integrations/ConstantContact/SyncAction.php:78
|
||||
#: src/core/src/Integrations/Mailchimp/SyncAction.php:54
|
||||
msgid "Map Custom Fields"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:57
|
||||
msgid "Job Title"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:58
|
||||
msgid "Company Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:59
|
||||
msgid "Birthday Month"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:60
|
||||
msgid "Birthday Day"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:61
|
||||
msgid "Anniversary"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:62
|
||||
msgid "Phone Number"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:65
|
||||
msgid "Home Address Street"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:66
|
||||
msgid "Home Address City"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:67
|
||||
msgid "Home Address State"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:68
|
||||
msgid "Home Address Postal Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:69
|
||||
msgid "Home Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:72
|
||||
msgid "Work Address Street"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:73
|
||||
msgid "Work Address City"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:74
|
||||
msgid "Work Address State"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:75
|
||||
msgid "Work Address Postal Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:76
|
||||
msgid "Work Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:79
|
||||
msgid "Other Address Street"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:80
|
||||
msgid "Other Address City"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:81
|
||||
msgid "Other Address State"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:82
|
||||
msgid "Other Address Postal Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:83
|
||||
msgid "Other Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/ConstantContact.php:166
|
||||
msgid "ConstantContact access token not found."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/SyncAction.php:58
|
||||
#: src/core/src/Integrations/Mailchimp/SyncAction.php:35
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/ConstantContact/SyncAction.php:62
|
||||
msgid "Select the tags to assign to contacts"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/AdminSettingsPage.php:50
|
||||
msgid "Mailchimp Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/AdminSettingsPage.php:54
|
||||
msgid "Sync Double Optin"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/AdminSettingsPage.php:55
|
||||
msgid "Check to Enable"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/AdminSettingsPage.php:56
|
||||
msgid ""
|
||||
"Double optin requires users to confirm their email address before they are "
|
||||
"added or subscribed."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/AdminSettingsPage.php:63
|
||||
msgid ""
|
||||
"Upgrade to FuseWP Premium to enable double optin when subscribing users to "
|
||||
"Mailchimp during sync."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/Mailchimp.php:163
|
||||
msgid "Mailchimp access token not found."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/SyncAction.php:29
|
||||
msgid "Select Audience"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/SyncAction.php:37
|
||||
msgid "tag1, tag2"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Integrations/Mailchimp/SyncAction.php:38
|
||||
msgid "Enter a comma-separated list of tags to assign to contacts"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/RegisterScripts.php:41
|
||||
msgid "Are you sure?"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/RegisterScripts.php:44
|
||||
msgid ""
|
||||
"No destination added. Click the %s+ Add Destination%s button to add one."
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Sync/Sources/WPUserRoles.php:11
|
||||
msgid "User Roles"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Sync/Sources/WPUserRoles.php:39
|
||||
msgid "Any Roles"
|
||||
msgstr ""
|
||||
|
||||
#: src/core/src/Sync/Sources/WPUserRoles.php:55
|
||||
msgid ""
|
||||
"Sync WordPress users with your email marketing software based on their "
|
||||
"registered user roles. Changes to user profile information are automatically "
|
||||
"synced as well. And if a user is deleted, they are automatically "
|
||||
"unsubscribed. %sLearn more%s"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "FuseWP - Lite"
|
||||
msgstr ""
|
||||
|
||||
#. #-#-#-#-# fusewp.pot (FuseWP - Lite 1.1.1.0) #-#-#-#-#
|
||||
#. Plugin URI of the plugin/theme
|
||||
#. #-#-#-#-# fusewp.pot (FuseWP - Lite 1.1.1.0) #-#-#-#-#
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://fusewp.com"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Connect WordPress to your email marketing software and CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "FuseWP Team"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,11 @@
|
||||
/**1.0.3 - 2023.07.03**/
|
||||
– Updated: Compatible with WooCommerce HPOS(COT)
|
||||
|
||||
/**1.0.2 - 2023.03.23**/
|
||||
- Added: PPDF file name in email
|
||||
|
||||
/**1.0.1 - 2023.03.01**/
|
||||
- Fixed: Expiry date format
|
||||
|
||||
/**1.0.0 - 2023.02.14**/
|
||||
~ The first released.
|
||||
13
spec/fixtures/dynamic_finders/plugin_version/helpfulnessmeter/change_log/changelog.txt
vendored
Normal file
13
spec/fixtures/dynamic_finders/plugin_version/helpfulnessmeter/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
*** HelpfulnessMeter Changelog ***
|
||||
2023-06-18 - version 1.0.2
|
||||
* Update: changelog URL
|
||||
* Fix: nonce names
|
||||
* Deleted: misnamed assets
|
||||
|
||||
2023-06-17 - version 1.0.1
|
||||
* Update: readme file.
|
||||
* Fix: backslashes were added to the backup if the texts contained apostrophes for example.
|
||||
|
||||
2023-06-16 - version 1.0
|
||||
* First Release.
|
||||
|
||||
@@ -0,0 +1,247 @@
|
||||
# Copyright (C) 2023 GrandPlugins
|
||||
# This file is distributed under the same license as the Image Type Converter [[GrandPlugins]] plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Image Type Converter [[GrandPlugins]] 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gpls-wicor-image-converter\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: 2023-04-18T15:14:28+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.6.0\n"
|
||||
"X-Domain: image-type-converter\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Image Type Converter [[GrandPlugins]]"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Convert Image Types easily in WP."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "GrandPlugins"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://grandplugins.com"
|
||||
msgstr ""
|
||||
|
||||
#: includes/ImageConverter.php:213
|
||||
msgid "Animated images are not supported yet."
|
||||
msgstr ""
|
||||
|
||||
#: includes/ImageConverter.php:227
|
||||
msgid "Image not found"
|
||||
msgstr ""
|
||||
|
||||
#: includes/ImageConverter.php:264
|
||||
msgid "The image file doesn't exist!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/ImageConverter.php:376
|
||||
msgid "Image type is not supported"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:41
|
||||
msgid "Image Conversions History [GrandPlugins]"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:80
|
||||
msgid "Conversion History"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:94
|
||||
msgid "Size"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:102
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:111
|
||||
msgid "Extension"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:126
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:137
|
||||
msgid "Context"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:140
|
||||
msgid " convert"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConversionHistoryMetaBox.php:152
|
||||
msgid "No conversions yet!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConverterMetaBox.php:41
|
||||
msgid "Image Type Converter [GrandPlugins]"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgConverterMetaBox.php:69
|
||||
msgid "You are about to convert the image type, proceed?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/MetaBoxes/ImgSubsizesMetaBox.php:39
|
||||
msgid "Image Subsizes List [GrandPlugins]"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/SelectImagesModule.php:84
|
||||
msgid "Select images"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/SelectImagesModule.php:85
|
||||
msgid "Preview Image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/SelectImagesModule.php:86
|
||||
msgid "Select Preview Image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/SelectImagesModule.php:87
|
||||
msgid "Search Term"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/templates/main-template.php:16
|
||||
msgid "Select Images"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/templates/main-template.php:21
|
||||
msgid "Select images directly"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/templates/main-template.php:22
|
||||
msgid "Select images from media"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/templates/main-template.php:27
|
||||
msgid "Select Images by posts"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/templates/main-template.php:28
|
||||
msgid "Select images attached to posts [ images uploaded to posts ]"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/templates/main-template.php:33
|
||||
msgid "Full Select"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Modules/SelectImages/templates/main-template.php:34
|
||||
msgid "Convert all images"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pages/SettingsPage.php:47
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pages/SettingsPage.php:58
|
||||
msgid "Image Converter"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pages/SettingsPage.php:67
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pages/SettingsPage.php:72
|
||||
msgid "Auto Convert"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pages/SettingsPage.php:73
|
||||
msgid "Convert images automatically on upload"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pages/SettingsPage.php:77
|
||||
msgid "Bulk Convert"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pages/SettingsPage.php:78
|
||||
msgid "Convert images type in bulk"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:19
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:22
|
||||
msgid "Enable Auto Conversion"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:29
|
||||
msgid "Conversion Type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:36
|
||||
msgid "General Conversion"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:37
|
||||
msgid "Convert all images to single image type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:41
|
||||
msgid "Custom Conversion"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:42
|
||||
msgid "Make custom conversions"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:52
|
||||
msgid "Target Type to convert all uploaded images to"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:82
|
||||
msgid "Uploaded image type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings/Fields/settings-fields.php:90
|
||||
msgid "Target conversion type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/metaboxes/img-converter-metabox-template.php:36
|
||||
msgid "Convert To:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/metaboxes/img-converter-metabox-template.php:58
|
||||
msgid "Keep file extension?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/metaboxes/img-converter-metabox-template.php:65
|
||||
msgid "This option will keep the same old image file extension after conversion. This will keep the same image URL without change."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/pages/status-template.php:19
|
||||
msgid "PHP Version"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/pages/status-template.php:32
|
||||
msgid "GD Version"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/pages/status-template.php:52
|
||||
msgid "ImageMagick Version"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/pages/status-template.php:73
|
||||
msgid "AVIF Support"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/pages/status-template.php:89
|
||||
msgid "WEBP Support"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/pages/status-template.php:106
|
||||
msgid "AVIF requires %1$s compiled with AVIF support OR %2$s at least. please contact your hosting support regarding that."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Templates/pages/status-template.php:112
|
||||
msgid "AVIF images are not allowed for upload. If you want to upload and use AVIF images, we recommend our plugin %s"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,201 @@
|
||||
# Copyright (C) 2023 Khalti
|
||||
# This file is distributed under the same license as the Integrate Khalti in WC Store plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Integrate Khalti in WC Store 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/integrate-khalti-in-wc\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: 2023-05-26T05:57:53+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.6.0\n"
|
||||
"X-Domain: woocommerce-khalti\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Integrate Khalti in WC Store"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://khalti.com/payment-gateway/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Integrate Khalti in WooCommerce is a plugin that enables payment via Khalti Wallet in WooCommerce shop in Nepal."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: includes/class-wc-gateway-khalti.php:61
|
||||
#: includes/gateways/settings-khalti.php:29
|
||||
msgid "Khalti"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://khalti.com/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-gateway-khalti.php:60
|
||||
msgid "Proceed to Khalti"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-gateway-khalti.php:62
|
||||
msgid "Take payments via Khalti - sends customers to Khalti portal to enter their payment information."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-gateway-khalti.php:90
|
||||
msgid "SANDBOX ENABLED. You can use testing accounts only."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-gateway-khalti.php:191
|
||||
msgid "Gateway Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-gateway-khalti.php:195
|
||||
msgid "Khalti does not support your store currency."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-woocommerce-khalti-txn-report.php:19
|
||||
#: includes/class-woocommerce-khalti-txn-report.php:23
|
||||
msgid "Khalti Transaction Online Report"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-woocommerce-khalti.php:139
|
||||
msgid "View WooCommerce Khalti settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-woocommerce-khalti.php:141
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: woocommerce version
|
||||
#: includes/class-woocommerce-khalti.php:155
|
||||
msgid "Integrate Khalti in WooCommerce depends on %s or later to work!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-woocommerce-khalti.php:160
|
||||
msgid "WooCommerce 4.5"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/class-wc-gateway-khalti-ipn-handler.php:213
|
||||
msgid "IPN payment completed"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: payment status
|
||||
#: includes/gateways/class-wc-gateway-khalti-ipn-handler.php:245
|
||||
#: includes/gateways/class-wc-gateway-khalti-ipn-handler.php:260
|
||||
msgid "Payment %s via IPN."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: order ID.
|
||||
#: includes/gateways/class-wc-gateway-khalti-ipn-handler.php:275
|
||||
msgid "Payment for cancelled order %s received"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: order link.
|
||||
#: includes/gateways/class-wc-gateway-khalti-ipn-handler.php:283
|
||||
msgid "Order #%s has been marked paid by Khalti IPN, but was previously cancelled. Admin handling required."
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:16
|
||||
msgid "Enable/Disable"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:18
|
||||
msgid "Enable Khalti Payment"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:22
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:25
|
||||
msgid "This controls the title which the user sees during checkout."
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:32
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:35
|
||||
msgid "This controls the description which the user sees during checkout."
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:39
|
||||
msgid "Pay via Khalti; you can pay with Khalti securely."
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:45
|
||||
msgid "Live merchant secret"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:48
|
||||
msgid "Please enter your live Khalti merchant secret; this is needed to take the payment."
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:55
|
||||
msgid "Test Merchant secret"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:58
|
||||
msgid "Please enter your test Khalti merchant secret; this is needed to test the payment."
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:65
|
||||
msgid "Advanced options"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:70
|
||||
msgid "Sandbox mode"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:72
|
||||
msgid "Enable Sandbox Mode"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Khalti contact page
|
||||
#: includes/gateways/settings-khalti.php:76
|
||||
msgid "Enable Khalti sandbox to test payments. Please contact Khalti Merchant/Service Provider for a <a href=\"%s\" target=\"_blank\">developer account</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:84
|
||||
msgid "Send customer info"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:86
|
||||
msgid "Send customer info to Khalti"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:90
|
||||
msgid "Send amount breakdown"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:92
|
||||
msgid "Send total amount breakdown to Khalti"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:99
|
||||
msgid "Debug log"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:101
|
||||
msgid "Enable logging"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Khalti log file path
|
||||
#: includes/gateways/settings-khalti.php:105
|
||||
msgid "Log Khalti events, such as IPN requests, inside <code>%s</code>"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:113
|
||||
msgid "IPN email notifications"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:115
|
||||
msgid "Enable IPN email notifications"
|
||||
msgstr ""
|
||||
|
||||
#: includes/gateways/settings-khalti.php:117
|
||||
msgid "Send email when an IPN is received from Khalti for cancelled order."
|
||||
msgstr ""
|
||||
80
spec/fixtures/dynamic_finders/plugin_version/leaf-crm/translation_file/languages/leaf-crm.pot
vendored
Normal file
80
spec/fixtures/dynamic_finders/plugin_version/leaf-crm/translation_file/languages/leaf-crm.pot
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
# Copyright (C) 2023 Leaf CRM
|
||||
# This file is distributed under the same license as the Leaf CRM package.
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Leaf CRM 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: http://wordpress.org/tag/leaf-crm\n"
|
||||
"POT-Creation-Date: 2023-04-13 10:14+0800\n"
|
||||
"PO-Revision-Date: 2013-05-10 10:37-0500\n"
|
||||
"Last-Translator: Leaf CRM Team <developer@leaf.my>\n"
|
||||
"Language-Team: Leaf CRM Team <developer@leaf.my>\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-Generator: Poedit 3.2.2\n"
|
||||
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
||||
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:47
|
||||
msgid "Leaf WordPress Integration"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:50
|
||||
msgid "Send Leads to Leaf CRM"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:55
|
||||
msgid "Leaf CRM Token"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:59
|
||||
msgid ""
|
||||
"Get the integration token after you have added the WordPress lead "
|
||||
"source to your Campaign in Leaf CRM"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:72
|
||||
msgid "Website Name (Optional)"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:76
|
||||
msgid ""
|
||||
"This Website Name will be displayed under the Lead Source "
|
||||
"information in the Leaf app"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:86
|
||||
msgid "Contacts Form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:90
|
||||
msgid ""
|
||||
"Choose which Contacts Form plugins you want to integrate with Leaf"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:92
|
||||
msgid ""
|
||||
"Leaf CRM works with multiple Contacts Form plugins. Simply enter "
|
||||
"your Leaf CRM Token above and click SAVE to turn on the integration!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:102
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:103
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:157
|
||||
#: admin/partials/leaf-crm-admin-display.php:198
|
||||
msgid "Your settings have been updated"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/leaf-crm-admin-display.php:164
|
||||
msgid "Failed to update your settings. Please try again later."
|
||||
msgstr ""
|
||||
15
spec/fixtures/dynamic_finders/plugin_version/mobile-bottom-menu-for-wp/change_log/changelog.txt
vendored
Normal file
15
spec/fixtures/dynamic_finders/plugin_version/mobile-bottom-menu-for-wp/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
= 1.0.1 - 23 March 2023 =
|
||||
|
||||
* Fix: Menu location issues
|
||||
|
||||
= 1.0.2 - 07 May 2023 =
|
||||
|
||||
* new: z Index setting
|
||||
|
||||
= 1.0.3 - 13 May 2023 =
|
||||
|
||||
* new: Scrollbar show/Hide Option
|
||||
|
||||
= 1.0.4 - 13 June 2023 =
|
||||
|
||||
* fix: error log issues
|
||||
@@ -0,0 +1,173 @@
|
||||
# Copyright (C) 2023 Lumen Spei
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: MojUredFiscalization 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mojured\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: 2023-07-11T09:09:08+02:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: mojuredfiscalization\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "MojUredFiscalization"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://lumenspei.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Sync your products and generate invoices"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Lumen Spei"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:109
|
||||
msgid "MojUred"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:133
|
||||
msgid "MojUred settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:140
|
||||
#: admin/class-mojured-admin.php:146
|
||||
msgid "API key"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:145
|
||||
msgid "Enter your API key from user section on eured.digitalnakomora.hr"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:152
|
||||
msgid "Ignore payment methods"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:157
|
||||
msgid "Choose payment methods which don't need fiscalization"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:163
|
||||
msgid "Auto-fiscalize on status"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:168
|
||||
msgid "Select a status on which to fiscalize invoice automatically"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:174
|
||||
msgid "Sync - only update"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:180
|
||||
msgid "Sync will only update existing Woocommerce product that exist in both Woocommerce and MojUred"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:186
|
||||
msgid "Enable test server"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:192
|
||||
msgid "Connect to test server"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:204
|
||||
msgid "Set up your connection to eured.digitalnakomora.hr"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:246
|
||||
msgid "Don't auto-fiscalize"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:428
|
||||
msgid "MojUred synchronisation"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:429
|
||||
msgid "Sync now"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:450
|
||||
msgid "Couldn't retrieve products from MojUred"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:457
|
||||
msgid "No products retrieved from MojUred"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:627
|
||||
msgid "Product sync completed succesfully"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:649
|
||||
msgid "Generate invoice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:658
|
||||
msgid "Download invoice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:661
|
||||
msgid "Fiscalize invoice"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:790
|
||||
msgid "Order ID is not set!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:801
|
||||
msgid "Order ID %s not found!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:934
|
||||
#: admin/class-mojured-admin.php:1019
|
||||
msgid "Error occured when sending data to eured.digitalnakomora.hr and server returned following message"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:967
|
||||
msgid "Invoice generated succefully but no file returned"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:975
|
||||
msgid "Invoice generated succefully"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:984
|
||||
msgid "Unknown error occured"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:1056
|
||||
msgid "Fiscalized succefully but no file returned"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:1068
|
||||
msgid "Invoice fiscalized succesfully"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:1077
|
||||
msgid "Error occured"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mojured-admin.php:1092
|
||||
msgid "Order couldn't be fiscalized because it's not paid"
|
||||
msgstr ""
|
||||
|
||||
#: frontend/class-mojured-frontend.php:65
|
||||
msgid "OIB"
|
||||
msgstr ""
|
||||
|
||||
#: frontend/class-mojured-frontend.php:66
|
||||
msgid "Your company OIB"
|
||||
msgstr ""
|
||||
|
||||
#: frontend/class-mojured-frontend.php:87
|
||||
msgid "Your OIB is required if you are ordering as a company"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,99 @@
|
||||
# Copyright (C) 2023 guelben
|
||||
# This file is distributed under the same license as the MotionMagic (Premium) plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: MotionMagic (Premium) 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/motionmagic-premium\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: 2023-04-28T23:36:09+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: motion-magic\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "MotionMagic (Premium)"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Enhance Gutenberg with beautifull animations (on scroll, on hover and on click). Works with any block, new or premade. Commpatible with any block plugins: spectra, Toolset, Stackable, genesis ultimate..."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "guelben"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:173
|
||||
msgid "Animations by MotionMagic"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:174
|
||||
msgid "Animation"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:175
|
||||
msgid "Duration"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:176
|
||||
msgid "Effect"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:177
|
||||
msgid "Easing"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:445
|
||||
msgid "Welcome to MotionMagic"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:448
|
||||
msgid "Thank you for choosing MotionMagic, the easiest way to add beautifull css animations to any Gutenberg block."
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:454
|
||||
msgid "How to get started?"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:458
|
||||
msgid "Inspect Any Block"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:461
|
||||
msgid "Toggle the MotionMagic Panel"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:464
|
||||
msgid "Enjoy!"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:486
|
||||
msgid "Default settings"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:499
|
||||
msgid "Animation On Scroll Duration (ms):"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:583
|
||||
msgid "On Scroll Effect Easing:"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:708
|
||||
msgid "Play on scroll animations multiple times :"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:718
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:725
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: motion-magic.php:733
|
||||
msgid "Minimum width to display on scroll animations (in px)"
|
||||
msgstr ""
|
||||
2
spec/fixtures/dynamic_finders/plugin_version/my-askai/change_log/changelog.txt
vendored
Normal file
2
spec/fixtures/dynamic_finders/plugin_version/my-askai/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
= 1.0.0 =
|
||||
* Initial release
|
||||
@@ -0,0 +1,44 @@
|
||||
# Copyright (C) 2023 Dhimas Kirana
|
||||
# This file is distributed under the GPL v2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Native Maintenance 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/native-maintenance\n"
|
||||
"Last-Translator: Dhimas Kirana <me@dhimaskirana.com>\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: 2023-05-28T04:54:48+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: native-maintenance\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Native Maintenance"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.dhimaskirana/native-maintenance/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "A super simple maintenance mode plugin using native maintenance mode WordPress."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Dhimas Kirana"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.dhimaskirana.com/"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Home url 2: Name of blog
|
||||
#: native-maintenance.php:61
|
||||
msgid "<h1>Website Under Maintenance</h1><br /><a href=\"%1$s\">%2$s</a> is currently undergoing scheduled maintenance.<br />We have got some exciting updates lined up for you. We will be back online!<br /><br />Thank you."
|
||||
msgstr ""
|
||||
|
||||
#: native-maintenance.php:68
|
||||
msgid "Website Under Maintenance"
|
||||
msgstr ""
|
||||
51
spec/fixtures/dynamic_finders/plugin_version/pos-entegrator/change_log/changelog.txt
vendored
Normal file
51
spec/fixtures/dynamic_finders/plugin_version/pos-entegrator/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
== Changelog ==
|
||||
|
||||
= v1.3.14 - (2023-07-03) =
|
||||
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* Plugin helper zorunlu guncellemesi
|
||||
|
||||
= v1.3.13 - (2023-07-03) =
|
||||
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* PHP 5.6 ve öncesi için sınıf isimi ile geri döndürme kaldırıldı
|
||||
|
||||
= v1.3.12 - (2023-07-03) =
|
||||
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* Site isimlerinden dolay kaynaklanabilecek link hataları düzeltildi
|
||||
|
||||
= v1.3.11 - (2023-06-26) =
|
||||
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* Eklenti ikonu guncellendi
|
||||
* Eklenti ikonu guncellendi
|
||||
* Ingilizce cevirileri eklendi
|
||||
* İngilizce çevirilieri düzeltildi.
|
||||
* Ingilizce metinler duzenlendi
|
||||
|
||||
= v1.3.10 - (2023-06-25) =
|
||||
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* WordPress README duzenlendi
|
||||
|
||||
= v1.3.6 - (2023-06-25) =
|
||||
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* Esnekpos sanal pos eklendi
|
||||
|
||||
= v1.3.4 - (2023-06-24) =
|
||||
|
||||
* WordPress'de yayınlandı
|
||||
@@ -221,6 +221,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/accessibility-by-audioeye/public/js/audioeye-public.js?ver=1.0.2" id="audioeye-js"></script>
|
||||
|
||||
|
||||
<!-- accessibility-checker -->
|
||||
<link rel="stylesheet" id="edac-app-css" href="http://wp.lab/wp-content/plugins/accessibility-checker/build/accessibility-checker-app/css/main.css?ver=1.4.1" media="all">
|
||||
<link rel="stylesheet" id="edac-app-css" href="http://wp.lab/wp-content/plugins/accessibility-checker/build/css/app.css?ver=1.4.1" media="all">
|
||||
|
||||
|
||||
<!-- accessibility-help-button -->
|
||||
<link rel="stylesheet" id="aa-call-css" href="http://wp.lab/wp-content/plugins/accessibility-help-button/public/css/aa-call-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/accessibility-help-button/public/js/aa-call-public.js?ver=1.0.0"></script>
|
||||
@@ -875,6 +880,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/ahime-image-printer/public/js/ahime-image-printer-public.js?ver=1.0.0" id="ahime-image-printer-js"></script>
|
||||
|
||||
|
||||
<!-- ai-co-pilot-for-wp -->
|
||||
<link rel="stylesheet" id="ai-content-helper-css" href="http://wp.lab/wp-content/plugins/ai-co-pilot-for-wp/public/css/ai-content-helper-public.css?ver=1.0.1" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/ai-co-pilot-for-wp/public/js/ai-content-helper-public.js?ver=1.0.1" id="ai-content-helper-js"></script>
|
||||
|
||||
|
||||
<!-- ai-preloader -->
|
||||
<link rel="stylesheet" id="ai-preloader-css" href="http://wp.lab/wp-content/plugins/ai-preloader/public/css/ai-preloader-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/ai-preloader/public/js/ai-preloader-public.js?ver=1.0.0" id="ai-preloader-js"></script>
|
||||
@@ -1342,6 +1352,7 @@
|
||||
|
||||
<!-- apoyl-weixinshare -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/apoyl-weixinshare/public/js/jweixin-1.4.0.js?ver=1.0.0"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/apoyl-weixinshare/public/js/jweixin-1.6.0.js?ver=1.0.0" id="apoyl-weixinshare-js"></script>
|
||||
|
||||
|
||||
<!-- app-mockups-carousel -->
|
||||
@@ -1583,6 +1594,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/astratic/dist/blocks/spacer/script.js?ver=1.1.2" id="astratic/spacer/script-js"></script>
|
||||
|
||||
|
||||
<!-- astro-booking-engine -->
|
||||
<link rel="stylesheet" id="astro-booking-engine-css" href="http://wp.lab/wp-content/plugins/astro-booking-engine/css/astro-booking-engine.css?ver=1.0.2" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/astro-booking-engine/js/astro-booking-engine.js?ver=1.0.2" id="astro-booking-engine-js"></script>
|
||||
|
||||
|
||||
<!-- astro-woocommerce-free-gift -->
|
||||
<link rel="stylesheet" id="astro-woofg-frontend-css" href="http://wp.lab/wp-content/plugins/astro-woocommerce-free-gift/assets/css/frontend.css?ver=1.0.1" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/astro-woocommerce-free-gift/assets/js/frontend.js?ver=1.0.1"></script>
|
||||
@@ -1736,6 +1752,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/auto-translate/public/js/auto-translate-public.min.js?ver=1.0.3"></script>
|
||||
|
||||
|
||||
<!-- auto-update-image-attributes-from-filename -->
|
||||
<link rel="stylesheet" id="auto-update-image-attributes-from-filename-css" href="http://wp.lab/wp-content/plugins/auto-update-image-attributes-from-filename/public/css/auto-update-image-attributes-from-filename-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/auto-update-image-attributes-from-filename/public/js/auto-update-image-attributes-from-filename-public.js?ver=1.0.0" id="auto-update-image-attributes-from-filename-js"></script>
|
||||
|
||||
|
||||
<!-- autocomplete-wc-order-status -->
|
||||
<link rel="stylesheet" id="autocomplete-woocommerce-order-status-css" href="http://wp.lab/wp-content/plugins/autocomplete-wc-order-status/public/css/autocomplete-woocommerce-order-status-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/autocomplete-wc-order-status/public/js/autocomplete-woocommerce-order-status-public.js?ver=1.0.0" id="autocomplete-woocommerce-order-status-js"></script>
|
||||
@@ -1888,6 +1909,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/awesome-twitter-feeds/assets/js/functions.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- awesome-wp-author-bio -->
|
||||
<script src="http://wp.lab/wp-content/plugins/awesome-wp-author-bio/assets/js/responsive-tabs.js?ver=1.0.5.1" id="awesome-wp-author-responsive-tabs-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/awesome-wp-author-bio/assets/js/awesome-wp-author-bio-frontend.js?ver=1.0.5.1" id="awesome-wp-author-bio-frontend-js"></script>
|
||||
|
||||
|
||||
<!-- awesome-wp-slider -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/awesome-wp-slider/assets/js/active.js?ver=1.0.0"></script>
|
||||
|
||||
@@ -2294,6 +2320,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/best-ticker/js/jquery.ticker.min.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- bet-sport-free -->
|
||||
<link rel="stylesheet" id="betplugin-public-css" href="http://wp.lab/wp-content/plugins/bet-sport-free/dist/public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/bet-sport-free/dist/public.js?ver=1.0.0" id="betplugin-public-js"></script>
|
||||
|
||||
|
||||
<!-- better-ajax-live-searchwp -->
|
||||
<link rel="stylesheet" id="custom-style-css-css" href="http://wp.lab/wp-content/plugins/better-ajax-live-searchwp/css/style.css?ver=1.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/better-ajax-live-searchwp/js/custom.js?ver=1.0" id="balswp-custom-js-js"></script>
|
||||
@@ -4584,6 +4615,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/commentluv/js/commentluv.js?ver=2.94.7"></script>
|
||||
|
||||
|
||||
<!-- comments-disclaimer -->
|
||||
<link rel="stylesheet" id="comments-disclaimer-style-css" href="http://wp.lab/wp-content/plugins/comments-disclaimer/comments-disclaimer.css?ver=1.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/comments-disclaimer/comments-disclaimer.js?ver=1.0" id="comments-disclaimer-script-js"></script>
|
||||
|
||||
|
||||
<!-- comments-like-dislike -->
|
||||
<link rel="stylesheet" id="cld-font-awesome-css" href="http://wp.lab/wp-content/plugins/comments-like-dislike/css/font-awesome.min.css?ver=1.0.5" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="cld-frontend-css" href="http://wp.lab/wp-content/plugins/comments-like-dislike/css/cld-frontend.css?ver=1.0.5" type="text/css" media="all">
|
||||
@@ -5005,6 +5041,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/copy-to-clipboard/assets/js/clipboard.min.js?ver=1.0.0" id="copy-to-clipboard-js"></script>
|
||||
|
||||
|
||||
<!-- copy-to-clipboard-for-wp -->
|
||||
<link rel="stylesheet" id="catcwp-css" href="http://wp.lab/wp-content/plugins/copy-to-clipboard-for-wp/public/css/catcwp-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/copy-to-clipboard-for-wp/public/js/catcwp-public.js?ver=1.0.0" id="catcwp-js"></script>
|
||||
|
||||
|
||||
<!-- copycontentdetector -->
|
||||
<link rel="stylesheet" id="ccd-copycontentdetector-css" href="http://wp.lab/wp-content/plugins/copycontentdetector/public/css/ccd-copycontentdetector-public.css?ver=1.1.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/copycontentdetector/public/js/ccd-copycontentdetector-public.js?ver=1.1.0"></script>
|
||||
@@ -5148,6 +5189,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/court-reservation/public/js/courtres-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- cover3d -->
|
||||
<link rel="stylesheet" id="block-02a0f32152a4fe153aa2de550dfd53a0-css" href="http://wp.lab/wp-content/plugins/cover3d/assets/style-min.css?ver=0.1.0" media="all">
|
||||
|
||||
|
||||
<!-- covid-19-corona-virus-live-stats-updates-lite -->
|
||||
<link rel="stylesheet" id="bootstrap-style-css" href="http://wp.lab/wp-content/plugins/covid-19-corona-virus-live-stats-updates-lite/css/bootstrap.css?ver=1.0.0" media="all">
|
||||
<link rel="stylesheet" id="fontawesome-style-css" href="http://wp.lab/wp-content/plugins/covid-19-corona-virus-live-stats-updates-lite/css/fontawesome.min.css?ver=1.0.0" media="all">
|
||||
@@ -6390,6 +6435,7 @@
|
||||
|
||||
<!-- easy-notification-bar -->
|
||||
<link rel="stylesheet" id="easy-notification-bar-css" href="http://wp.lab/wp-content/plugins/easy-notification-bar/assets/css/easy-notification-bar.css?ver=1.4.3" media="all">
|
||||
<link rel="stylesheet" id="easy-notification-bar-css" href="http://wp.lab/wp-content/plugins/easy-notification-bar/assets/css/front.css?ver=1.4.3" media="all">
|
||||
|
||||
|
||||
<!-- easy-panorama -->
|
||||
@@ -6906,6 +6952,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/embed-lottie-player/dist/script.js?ver=1.0.0" id="lpb_script-js"></script>
|
||||
|
||||
|
||||
<!-- embed-notion-pages -->
|
||||
<link rel="stylesheet" id="embed-notion-pages-css" href="http://wp.lab/wp-content/plugins/embed-notion-pages/public/css/embed-notion-pages-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/embed-notion-pages/public/js/embed-notion-pages-public.js?ver=1.0.0" id="embed-notion-pages-js"></script>
|
||||
|
||||
|
||||
<!-- embed-skype-button -->
|
||||
<link rel="stylesheet" id="sbb-skype-button-style-css" href="http://wp.lab/wp-content/plugins/embed-skype-button/dist/style.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/embed-skype-button/dist/script.js?ver=1.0.0" id="sbb-skype-button-script-js"></script>
|
||||
@@ -8042,6 +8093,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/floatbox-plus/floatbox/options.js?ver=1.4.4"></script>
|
||||
|
||||
|
||||
<!-- floating-button-call-to-action -->
|
||||
<script src="http://wp.lab/wp-content/plugins/floating-button-call-to-action/assets/cta-kit.js?ver=1.0" id="cta-kit-script-js"></script>
|
||||
|
||||
|
||||
<!-- floating-click-to-chat -->
|
||||
<link rel="stylesheet" id="floating-click-to-chat-css" href="http://wp.lab/wp-content/plugins/floating-click-to-chat/assets/floating-click-to-chat.css?ver=1.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/floating-click-to-chat/assets/floating-click-to-chat.js?ver=1.0"></script>
|
||||
@@ -9079,6 +9134,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/gps-signin/public/js/gps-signin-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- gpt-ai-content-creator-by-bestwebsoft -->
|
||||
<link rel="stylesheet" id="gptcntntcrtr_general-css" href="http://wp.lab/wp-content/plugins/gpt-ai-content-creator-by-bestwebsoft/css/style-general.css?ver=1.1.0" media="all">
|
||||
|
||||
|
||||
<!-- gpt3-ai-content-generator -->
|
||||
<link rel="stylesheet" id="wp-ai-content-generator-css" href="http://wp.lab/wp-content/plugins/gpt3-ai-content-generator/public/css/wp-ai-content-generator-public.css?ver=1.4.23" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/gpt3-ai-content-generator/public/js/wp-ai-content-generator-public.js?ver=1.4.23" id="wp-ai-content-generator-js"></script>
|
||||
@@ -10378,6 +10437,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/integrate-google-drive/dist/js/frontend.js?ver=1.0.1" id="igd-frontend-js"></script>
|
||||
|
||||
|
||||
<!-- integrate-jira-issue-collector -->
|
||||
<link rel="stylesheet" id="integrate-jira-issue-collector-css" href="http://wp.lab/wp-content/plugins/integrate-jira-issue-collector/public/css/integrate-jira-issue-collector-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/integrate-jira-issue-collector/public/js/integrate-jira-issue-collector-public.js?ver=1.0.0" id="integrate-jira-issue-collector-js"></script>
|
||||
|
||||
|
||||
<!-- integrate-osm-with-wp-job-manager -->
|
||||
<script src="http://wp.lab/wp-content/plugins/integrate-osm-with-wp-job-manager/osm-wpjobmanager.js?ver=1.0.0" id="osmwpjob_js-js"></script>
|
||||
|
||||
@@ -12260,6 +12324,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/map-my-locations/public/js/public.js?ver=1.0.0" id="map-my-locations-js"></script>
|
||||
|
||||
|
||||
<!-- mapbox-for-wp -->
|
||||
<link rel="stylesheet" id="mapbox_wp-css" href="http://wp.lab/wp-content/plugins/mapbox-for-wp/build/map-core.css?ver=1.0.1" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/mapbox-for-wp/build/map-core.js?ver=1.0.1" id="mapbox_wp-js"></script>
|
||||
|
||||
|
||||
<!-- mapfit -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/mapfit/public/js/mapfit-public.js?ver=1.0.0"></script>
|
||||
|
||||
@@ -13135,6 +13204,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/motion/js/app.js?ver=0.5"></script>
|
||||
|
||||
|
||||
<!-- motionmagic -->
|
||||
<link rel="stylesheet" id="aos-style-css" href="http://wp.lab/wp-content/plugins/motionmagic/css/aos.css?ver=1.0" media="(min-width:0px)">
|
||||
|
||||
|
||||
<!-- motopress-appointment-lite -->
|
||||
<link rel="stylesheet" id="mpa-public-css" href="http://wp.lab/wp-content/plugins/motopress-appointment-lite/assets/css/public.min.css?ver=1.4.1" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/motopress-appointment-lite/assets/js/public.min.js?ver=1.4.1" id="mpa-public-js"></script>
|
||||
@@ -14394,6 +14467,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ot-flatsome-vertical-menu/assets/js/ot-vertical-menu.js?ver=1.1.0"></script>
|
||||
|
||||
|
||||
<!-- otterwp-animate-blocks -->
|
||||
<link rel="stylesheet" id="otter-animate-blocks-styles-css" href="http://wp.lab/wp-content/plugins/otterwp-animate-blocks/dist//style.css?ver=1.1.3" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/otterwp-animate-blocks/dist//main.js?ver=1.1.3" id="otter-animate-blocks-main-js-js"></script>
|
||||
|
||||
|
||||
<!-- our-services-showcase -->
|
||||
<link rel="stylesheet" id="smartcat_services_default_style-css" href="http://wp.lab/wp-content/plugins/our-services-showcase/inc/style/sc_our_services.css?ver=2.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="smartcat_services_fontawesome-css" href="http://wp.lab/wp-content/plugins/our-services-showcase/inc/style/font-awesome.min.css?ver=2.0" type="text/css" media="all">
|
||||
@@ -14807,6 +14885,9 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/peepso-core/assets/js/vip/bundle.min.js?ver=1.9.1" id="peepso-vip-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/peepso-core/assets/js/polls/bundle.min.js?ver=1.9.1" id="peepsopolls-js"></script>
|
||||
<link rel="stylesheet" id="peepso-new-css" href="http://wp.lab/wp-content/plugins/peepso-core/assets/css/frontend-comp.css?ver=1.9.1" media="all">
|
||||
<link rel="stylesheet" id="peepso-datepicker-css" href="http://wp.lab/wp-content/plugins/peepso-core/assets/css/datepicker.css?ver=1.9.1" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/peepso-core/assets/js/datepicker-noconflict.js?ver=1.9.1" id="peepso-datepicker-noconflict-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/peepso-core/assets/js/datepicker.min.js?ver=1.9.1" id="peepso-datepicker-js"></script>
|
||||
|
||||
|
||||
<!-- pepperi-open-catalog -->
|
||||
@@ -15120,6 +15201,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/plugpacket/src/assets/js/plp-admin.js?ver=1.2" id="plp_admin_js-js"></script>
|
||||
|
||||
|
||||
<!-- plus-features-for-advanced-custom-fields -->
|
||||
<link rel="stylesheet" id="acfp-css" href="http://wp.lab/wp-content/plugins/plus-features-for-advanced-custom-fields/public/css/acfp-public.css?ver=1.1.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/plus-features-for-advanced-custom-fields/public/js/acfp-public.js?ver=1.1.0" id="acfp-js"></script>
|
||||
|
||||
|
||||
<!-- pmpro-discord-add-on -->
|
||||
<link rel="stylesheet" id="ets_pmpro_add_discord_style-css" href="http://wp.lab/wp-content/plugins/pmpro-discord-add-on/assets/css/ets-pmpro-discord-style.min.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/pmpro-discord-add-on/assets/js/ets-pmpro-add-discord-script.js?ver=1.0.0" id="ets_pmpro_add_discord_script-js"></script>
|
||||
@@ -16144,6 +16230,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/pud-generator/public/js/pud-generator-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- pure-wc-variations-swatches -->
|
||||
<link rel="stylesheet" id="pure-wc-variation-swatches-css" href="http://wp.lab/wp-content/plugins/pure-wc-variations-swatches/public/css/pure-wc-swatches-public.css?ver=1.0.3" media="all">
|
||||
|
||||
|
||||
<!-- 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">
|
||||
@@ -16280,6 +16370,16 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/quick-chat/js/quick-chat-load.js?ver=4.14"></script>
|
||||
|
||||
|
||||
<!-- quick-chat-buttons -->
|
||||
<link rel="stylesheet" id="quick-chat-buttons-css" href="http://wp.lab/wp-content/plugins/quick-chat-buttons/public/css/quick-chat-buttons-public.min.css?ver=1.0.2" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/quick-chat-buttons/public/js/quick-chat-buttons-public.min.js?ver=1.0.2" id="quick-chat-buttons-js"></script>
|
||||
|
||||
|
||||
<!-- quick-checkout-for-woocommerce -->
|
||||
<link rel="stylesheet" id="qcfw-checkout-css" href="http://wp.lab/wp-content/plugins/quick-checkout-for-woocommerce/public/css/qcfw-checkout-public.css?ver=1.0.3" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/quick-checkout-for-woocommerce/public/js/qcfw-checkout-public.js?ver=1.0.3" id="qcfw-checkout-js"></script>
|
||||
|
||||
|
||||
<!-- quick-count -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/quick-count/js/quick-count-load-frontend.js?ver=3.00"></script>
|
||||
|
||||
@@ -16364,6 +16464,10 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/qupra-network-finder/public/js/search-result.js?ver=3.0.5" id="nextpertise-network-findermra_template-js"></script>
|
||||
|
||||
|
||||
<!-- quran-in-text-and-audio -->
|
||||
<link rel="stylesheet" id="quran-in-text-audio-css" href="http://wp.lab/wp-content/plugins/quran-in-text-and-audio/public/css/quran-in-text-audio-public.css?ver=1.0.0" media="all">
|
||||
|
||||
|
||||
<!-- quran-live -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/quran-live//template/js/quranlive_load.js?ver=1.0"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/quran-live//template/js/screenfull.js?ver=1.0"></script>
|
||||
@@ -18075,6 +18179,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/shipink/public/js/shipink-public.js?ver=1.0.0" id="shipink-js"></script>
|
||||
|
||||
|
||||
<!-- shipments-with-pulpo -->
|
||||
<link rel="stylesheet" id="pulpo_shipping-css" href="http://wp.lab/wp-content/plugins/shipments-with-pulpo/public/css/pulpo_shipping-public.css?ver=1.0.22" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/shipments-with-pulpo/public/js/pulpo_shipping-public.js?ver=1.0.22" id="pulpo_shipping-js"></script>
|
||||
|
||||
|
||||
<!-- shlwhenneed -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/shlwhenneed/shlwhenneed.js?ver=1.0.5"></script>
|
||||
|
||||
@@ -18717,6 +18826,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/site-announcements/public/js/js.cookie.js?ver=1.0.3"></script>
|
||||
|
||||
|
||||
<!-- site-cookie-setting -->
|
||||
<script src="http://wp.lab/wp-content/plugins/site-cookie-setting/assets/js/scs_script.js?ver=1.0" id="scs_js-js"></script>
|
||||
|
||||
|
||||
<!-- site-reviews -->
|
||||
<link rel="stylesheet" id="geminilabs-site-reviews-css" href="http://wp.lab/wp-content/plugins/site-reviews/assets/css/twenty-fifteen.css?ver=2.9.1" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/site-reviews/assets/js/site-reviews.js?ver=2.9.1"></script>
|
||||
@@ -18879,6 +18992,11 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/slider-templates/public/js/slider-templates-public.js?ver=1.0.1"></script>
|
||||
|
||||
|
||||
<!-- slider-text-scroll -->
|
||||
<script src="http://wp.lab/wp-content/plugins/slider-text-scroll/js/sts.marquee.min.js?ver=1.0.0" id="sts-plugin-script-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/slider-text-scroll/js/sts.typed.js?ver=1.0.0" id="sts-typed-script-js"></script>
|
||||
|
||||
|
||||
<!-- sliderspack-all-in-one-image-sliders -->
|
||||
<link rel="stylesheet" id="wp-spaios-public-css-css" href="http://wp.lab/wp-content/plugins/sliderspack-all-in-one-image-sliders/assets/css/wp-spaios-public.css?ver=1.1.1" type="text/css" media="all">
|
||||
|
||||
@@ -19220,6 +19338,10 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/snufel-free-guest-post/public/js/snufel-free-guest-public.js?ver=1.0.0" id="snufel-free-guest-js"></script>
|
||||
|
||||
|
||||
<!-- sobex-tech -->
|
||||
<link rel="stylesheet" id="sobex-tech-default-front-fonts-css" href="http://wp.lab/wp-content/plugins/sobex-tech/views/assets/fonts/sobex-tech-default-front-fonts/style.css?ver=1.0.7" media="all">
|
||||
|
||||
|
||||
<!-- socail-profile-linking -->
|
||||
<link rel="stylesheet" id="spl-styles-css" href="http://wp.lab/wp-content/plugins/socail-profile-linking/includes/css/spl-styles.css?ver=1.0" type="text/css" media="all">
|
||||
|
||||
@@ -19448,6 +19570,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/some-maps/js/some-maps.js?ver=1.4"></script>
|
||||
|
||||
|
||||
<!-- sonawp-simple-payment-block -->
|
||||
<link rel="stylesheet" id="sona-style-css" href="http://wp.lab/wp-content/plugins/sonawp-simple-payment-block/style.css?ver=1.0.0" media="all">
|
||||
|
||||
|
||||
<!-- sopro -->
|
||||
<link rel="stylesheet" id="sopro-css" href="http://wp.lab/wp-content/plugins/sopro/public/css/sopro-plugin-public.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/sopro/public/js/sopro-plugin-public.js?ver=1.0.0" id="sopro-js"></script>
|
||||
@@ -20002,6 +20128,7 @@
|
||||
<!-- streamweasels-twitch-integration -->
|
||||
<link rel="stylesheet" id="streamweasels-css" href="http://wp.lab/wp-content/plugins/streamweasels-twitch-integration/public/dist/streamweasels-public.min.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/streamweasels-twitch-integration/public/dist/streamweasels-public.min.js?ver=1.0.0" id="streamweasels-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/streamweasels-twitch-integration/public/dist/slick.min.js?ver=1.0.0" id="streamweasels-slick-js"></script>
|
||||
|
||||
|
||||
<!-- streamweasels-youtube-integration -->
|
||||
@@ -25694,6 +25821,12 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-share/public/assets/js/wpshare.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- wp-shelly-control -->
|
||||
<link rel="stylesheet" id="mcisc-front-css" href="http://wp.lab/wp-content/plugins/wp-shelly-control/front/assets/css/front.css?ver=1.0.0" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/wp-shelly-control/devices/js/mcisc_get_status.js?ver=1.0.0" id="mcisc_get_status-js"></script>
|
||||
<script src="http://wp.lab/wp-content/plugins/wp-shelly-control/devices/js/mcisc_switch.js?ver=1.0.0" id="mcisc_switch-js"></script>
|
||||
|
||||
|
||||
<!-- wp-shoutbox-live-chat -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-shoutbox-live-chat/js/jquery.c00kie.js?ver=1.4.2"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-shoutbox-live-chat/js/shoutbox-load.js?ver=1.4.2"></script>
|
||||
@@ -26633,6 +26766,10 @@
|
||||
<script src="http://wp.lab/wp-content/plugins/wptrove/public/js/wptrove-blocks.js?ver=1.0.0" id="wptrove-blocks-js"></script>
|
||||
|
||||
|
||||
<!-- wpwebsol-disable-right-click -->
|
||||
<script src="http://wp.lab/wp-content/plugins/wpwebsol-disable-right-click/script/wpws-disable-right-click.js?ver=1.0.0" id="wpws_diable_right_click_script-js"></script>
|
||||
|
||||
|
||||
<!-- wpxon-ajax-contact-form -->
|
||||
<link rel="stylesheet" id="ajcf-bootstrap-css" href="http://wp.lab/wp-content/plugins/wpxon-ajax-contact-form/public/css/bootstrap.min.css?ver=1.0.1" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="ajcf-animate-css" href="http://wp.lab/wp-content/plugins/wpxon-ajax-contact-form/public/css/animate.css?ver=1.0.1" type="text/css" media="all">
|
||||
@@ -27035,6 +27172,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/zero-spam/js/zerospam.js?ver=3.0.6"></script>
|
||||
|
||||
|
||||
<!-- zerobounce -->
|
||||
<link rel="stylesheet" id="zerobounce-email-validator-css" href="http://wp.lab/wp-content/plugins/zerobounce/public/css/zerobounce-email-validator-public.css?ver=1.0.10" media="all">
|
||||
<script src="http://wp.lab/wp-content/plugins/zerobounce/public/js/zerobounce-email-validator-public.js?ver=1.0.10" id="zerobounce-email-validator-js"></script>
|
||||
|
||||
|
||||
<!-- zerowp-social-profiles -->
|
||||
<link rel="stylesheet" id="zerowp-social-profiles-styles-css" href="http://wp.lab/wp-content/plugins/zerowp-social-profiles/assets/css/styles.css?ver=1.1.3" type="text/css" media="all">
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
= 1.0.1 =
|
||||
new: Add Direct Checkout Button
|
||||
|
||||
= 1.0.2 =
|
||||
new: Add Quick Purchase button, add to cart setting add, add checkout fields removed settings.
|
||||
|
||||
= 1.0.3 =
|
||||
new: Add new checkout remove setting
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,75 @@
|
||||
# Copyright (C) 2023 HandyPlugins
|
||||
# This file is distributed under the GPL v2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Security txt Manager 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/security-txt-manager\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: 2023-06-15T06:30:24+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.7.1\n"
|
||||
"X-Domain: security-txt-manager\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Security txt Manager"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/HandyPlugins/security-txt-manager"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Security.txt Manager for WordPress."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "HandyPlugins"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://handyplugins.co/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin.php:39
|
||||
#: includes/admin.php:40
|
||||
#: includes/admin.php:54
|
||||
#: includes/admin.php:55
|
||||
msgid "Security.txt"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin.php:71
|
||||
msgid "Security.txt Manager"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: %1$s Link to securitytxt.org website
|
||||
#: includes/admin.php:83
|
||||
msgid "You can generate security.txt content on %1$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin.php:86
|
||||
msgid "Security.txt content"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin.php:91
|
||||
msgid "Credits"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin.php:95
|
||||
msgid "Enable credits at the bottom of your security.txt file."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin.php:102
|
||||
msgid "Save Changes"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin.php:130
|
||||
msgid "Settings saved."
|
||||
msgstr ""
|
||||
|
||||
#: includes/core.php:58
|
||||
msgid "# Generated by Security.txt Manager: https://wordpress.org/plugins/securitytxt-manager"
|
||||
msgstr ""
|
||||
24
spec/fixtures/dynamic_finders/plugin_version/security-txt/composer_file/package.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/security-txt/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "security-txt",
|
||||
"version": "1.0.6",
|
||||
"author": "Tyler Stokes <tyler@tswebservices.com>",
|
||||
"license": "GPLv3 or later",
|
||||
"main": "security-txt.php",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"check-engines": "wp-scripts check-engines",
|
||||
"check-licenses": "wp-scripts check-licenses",
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"lint:md:docs": "wp-scripts lint-md-docs",
|
||||
"lint:pkg-json": "wp-scripts lint-pkg-json",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"plugin-zip": "wp-scripts plugin-zip",
|
||||
"start": "wp-scripts start"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^25.3.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,675 @@
|
||||
# Copyright (C) 2023 Simple NFT Members
|
||||
# This file is distributed under the same license as the Simple NFT Members package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Simple NFT Members 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-nft-"
|
||||
"members\n"
|
||||
"POT-Creation-Date: 2023-04-18 12:08+0900\n"
|
||||
"PO-Revision-Date: 2023-04-18 12:11+0900\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"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
|
||||
#: includes/admin.php:74 includes/admin.php:75 includes/views.php:86
|
||||
msgid "SNPM general setting"
|
||||
msgstr "SNPM一般設定"
|
||||
|
||||
#: includes/admin.php:83 includes/admin.php:84 includes/defaultValue.php:200
|
||||
#: includes/defaultValue.php:541 includes/views.php:139 includes/views.php:158
|
||||
msgid "Token new issue"
|
||||
msgstr "NFT新規発行"
|
||||
|
||||
#: includes/admin.php:92 includes/admin.php:93 includes/views.php:195
|
||||
msgid "Create token MetaData"
|
||||
msgstr "NFT Metadataの作成"
|
||||
|
||||
#: includes/admin.php:101 includes/admin.php:102 includes/admin.php:438
|
||||
#: includes/defaultValue.php:618
|
||||
msgid "Token list"
|
||||
msgstr "NFT一覧"
|
||||
|
||||
#: includes/admin.php:110 includes/admin.php:111 includes/defaultValue.php:673
|
||||
#: includes/views.php:282
|
||||
msgid "Sales list"
|
||||
msgstr "売上一覧"
|
||||
|
||||
#: includes/admin.php:119 includes/admin.php:120 includes/views.php:247
|
||||
msgid "Change token MetaData"
|
||||
msgstr "NFT Metadata変更"
|
||||
|
||||
#: includes/admin.php:226 includes/admin.php:371
|
||||
msgid "Update completed."
|
||||
msgstr "更新完了しました。"
|
||||
|
||||
#: includes/admin.php:273
|
||||
msgid "issued completed."
|
||||
msgstr "発行が完了しました。"
|
||||
|
||||
#: includes/admin.php:320
|
||||
msgid "Create Metadata completed."
|
||||
msgstr "作成が完了しました。"
|
||||
|
||||
#: includes/admin.php:413 includes/scripts.php:199 includes/views.php:487
|
||||
msgid "Indefinite period"
|
||||
msgstr "無期限"
|
||||
|
||||
#: includes/admin.php:416 includes/scripts.php:201
|
||||
msgid "Expired"
|
||||
msgstr "期限切れ"
|
||||
|
||||
#: includes/admin.php:598
|
||||
msgid "Simple Token Protection"
|
||||
msgstr "Simple NFT プロテクション"
|
||||
|
||||
#: includes/defaultValue.php:23
|
||||
msgid "Polygon Mainnet"
|
||||
msgstr "Polygon メインネット"
|
||||
|
||||
#: includes/defaultValue.php:24
|
||||
msgid "Polygon Testnet(Mumbai)"
|
||||
msgstr "Polygon テストネット(Mumbai)"
|
||||
|
||||
#: includes/defaultValue.php:44
|
||||
msgid "This plugin creates metadata in the \"DIR\""
|
||||
msgstr "このプラグインは、「DIR」にメタデータを作成します"
|
||||
|
||||
#: includes/defaultValue.php:51
|
||||
msgid "SNM general setting"
|
||||
msgstr "SNM一般設定"
|
||||
|
||||
#: includes/defaultValue.php:60
|
||||
msgid "Terms of service"
|
||||
msgstr "利用規約"
|
||||
|
||||
#: includes/defaultValue.php:63
|
||||
msgid ""
|
||||
"I agree to the <a href=\"https://webloco.webolha.com/snpm-terms-of-service-"
|
||||
"en\" target=\"_blank\">terms of use.</a>"
|
||||
msgstr ""
|
||||
"<a href=\"https://webloco.webolha.com/snpm-terms-of-service-ja\" "
|
||||
"target=\"_blank\">利用規約</a>に同意する"
|
||||
|
||||
#: includes/defaultValue.php:76
|
||||
msgid "Block Chain network"
|
||||
msgstr "ブロックチェーンネットワーク"
|
||||
|
||||
#: includes/defaultValue.php:85
|
||||
msgid "The network of the blockchain to connect to."
|
||||
msgstr "接続するブロックチェーンのネットワーク。"
|
||||
|
||||
#: includes/defaultValue.php:93 includes/defaultValue.php:231
|
||||
#: includes/defaultValue.php:699
|
||||
msgid "creator address"
|
||||
msgstr "クリエイターアドレス"
|
||||
|
||||
#: includes/defaultValue.php:101
|
||||
msgid ""
|
||||
"Address to issue Token. And the token creator address displayed on this site."
|
||||
msgstr ""
|
||||
"NFTを発行するアドレス。且つ、このサイトで表示するNFTのクリエイターアドレス。"
|
||||
|
||||
#: includes/defaultValue.php:110
|
||||
msgid "To get your address from MetaMask"
|
||||
msgstr "MetaMaskからアドレスを取得"
|
||||
|
||||
#: includes/defaultValue.php:119
|
||||
msgid "Current base metadata URI"
|
||||
msgstr "現在のメタデータのベースURI"
|
||||
|
||||
#: includes/defaultValue.php:122
|
||||
msgid ""
|
||||
"This is the location where the metadata (the file containing information "
|
||||
"such as NFT image, name, and attributes) is stored.<br>When reflecting "
|
||||
"information such as NFT images and names on marketplaces such as OpenSea, it "
|
||||
"is necessary to register the location where the metadata is stored on the "
|
||||
"blockchain."
|
||||
msgstr ""
|
||||
"メタデータ(NFTの画像や名前、属性などの情報が格納されているファイル)が保管さ"
|
||||
"れている場所です。<br>Open Seaなどのマーケットプレイスに、NFTの画像や名前など"
|
||||
"の情報を反映させた場合、ブロックチェーン上に、メタデータが保管されている場所"
|
||||
"を登録する必要があります。"
|
||||
|
||||
#: includes/defaultValue.php:130
|
||||
msgid "Base URI for the metadata to set"
|
||||
msgstr "設定するメタデータのベース URI"
|
||||
|
||||
#: includes/defaultValue.php:146
|
||||
msgid "Set the base URI"
|
||||
msgstr "ベースURIを設定"
|
||||
|
||||
#: includes/defaultValue.php:148
|
||||
msgid ""
|
||||
"If you want to set the base URI of metadata on the blockchain, please click "
|
||||
"the \"Set URI\" button."
|
||||
msgstr ""
|
||||
"ブロックチェーン上に、メタデータのベースURIを設定する場合、「ベースURIの設"
|
||||
"定」ボタンをクリックしてください。"
|
||||
|
||||
#: includes/defaultValue.php:156
|
||||
msgid "Token sales balance"
|
||||
msgstr "NFT売上残高"
|
||||
|
||||
#: includes/defaultValue.php:157
|
||||
msgid "Update the sales balance of the token."
|
||||
msgstr "NFT売上残高を更新。"
|
||||
|
||||
#: includes/defaultValue.php:168
|
||||
msgid ""
|
||||
"The amount obtained by subtracting a 3% royalty fee from the token sales "
|
||||
"will be added to this balance."
|
||||
msgstr "NFTの売上から3%のロイヤリティを引いた金額が、この残高に加算されます。"
|
||||
|
||||
#: includes/defaultValue.php:219 includes/defaultValue.php:691
|
||||
#: includes/nftListTable.php:97 includes/salesListTable.php:81
|
||||
msgid "Blockchain network"
|
||||
msgstr "ブロックチェーンネットワーク"
|
||||
|
||||
#: includes/defaultValue.php:223
|
||||
msgid "The blockchain network that issued this token."
|
||||
msgstr "このNFTを発行したブロックチェーンネットワーク。"
|
||||
|
||||
#: includes/defaultValue.php:238
|
||||
msgid "The address that issued (did) this token."
|
||||
msgstr "このNFTを発行する(した)アドレス。"
|
||||
|
||||
#: includes/defaultValue.php:246 includes/nftListTable.php:104
|
||||
msgid "Display flg"
|
||||
msgstr "表示フラグ"
|
||||
|
||||
#: includes/defaultValue.php:251
|
||||
msgid "Display"
|
||||
msgstr "表示する"
|
||||
|
||||
#: includes/defaultValue.php:252
|
||||
msgid "Do not display"
|
||||
msgstr "表示しない"
|
||||
|
||||
#: includes/defaultValue.php:259
|
||||
msgid ""
|
||||
"This is the setting to display or not display to the users of this site."
|
||||
msgstr "このサイトのユーザーに表示する、しないの設定です。"
|
||||
|
||||
#: includes/defaultValue.php:263 includes/nftListTable.php:105
|
||||
msgid "Display order"
|
||||
msgstr "表示順"
|
||||
|
||||
#: includes/defaultValue.php:270
|
||||
msgid "The smaller the number, the earlier it will be displayed/shown first."
|
||||
msgstr "数字が小さいほど、最初に表示されます。"
|
||||
|
||||
#: includes/defaultValue.php:278 includes/defaultValue.php:706
|
||||
#: includes/nftListTable.php:98 includes/salesListTable.php:80
|
||||
msgid "Token name"
|
||||
msgstr "NFTの名前"
|
||||
|
||||
#: includes/defaultValue.php:289
|
||||
msgid "description"
|
||||
msgstr "説明"
|
||||
|
||||
#: includes/defaultValue.php:303 includes/nftListTable.php:100
|
||||
#: includes/views.php:475
|
||||
msgid "Selling price"
|
||||
msgstr "販売価格"
|
||||
|
||||
#: includes/defaultValue.php:312
|
||||
msgid "Unit: matic"
|
||||
msgstr "単位:matic"
|
||||
|
||||
#: includes/defaultValue.php:316 includes/nftListTable.php:101
|
||||
#: includes/views.php:473
|
||||
msgid "Issued"
|
||||
msgstr "発行数"
|
||||
|
||||
#: includes/defaultValue.php:325
|
||||
msgid "The total issuance of this token."
|
||||
msgstr "このNFTの総発行数。"
|
||||
|
||||
#: includes/defaultValue.php:329 includes/nftListTable.php:103
|
||||
#: includes/scripts.php:198 includes/views.php:476 includes/views.php:543
|
||||
msgid "Expiration date"
|
||||
msgstr "有効期限"
|
||||
|
||||
#: includes/defaultValue.php:336
|
||||
msgid ""
|
||||
"You can set the expiration date for this token. The unit is \"days.\" If you "
|
||||
"set it to \"0\", it will be valid indefinitely."
|
||||
msgstr ""
|
||||
"このNFTの有効期限を設定できます。単位は「日」です。「0」を設定した場合は、無"
|
||||
"期限となります。"
|
||||
|
||||
#: includes/defaultValue.php:344 includes/nftListTable.php:102
|
||||
#: includes/views.php:474
|
||||
msgid "Number of tokens in stock"
|
||||
msgstr "在庫数"
|
||||
|
||||
#: includes/defaultValue.php:345
|
||||
msgid ""
|
||||
"It is the number of tokens in stock and also the number owned by the creator."
|
||||
msgstr "NFTの在庫数であり、クリエイターが所有している数。"
|
||||
|
||||
#: includes/defaultValue.php:351 includes/defaultValue.php:492
|
||||
msgid "Update stock"
|
||||
msgstr "更新"
|
||||
|
||||
#: includes/defaultValue.php:352
|
||||
msgid ""
|
||||
"If tokens are moved outside of this site, you need to click on \"Update "
|
||||
"inventory count\" to adjust the inventory to the correct number."
|
||||
msgstr ""
|
||||
"このサイト以外で、トークンの移動をした場合、「在庫数を更新」をクリックして、"
|
||||
"正しい在庫数に修正する必要があります。"
|
||||
|
||||
#: includes/defaultValue.php:356
|
||||
msgid "Incinerate token"
|
||||
msgstr "NFTを焼却する"
|
||||
|
||||
#: includes/defaultValue.php:364
|
||||
msgid "Transfer the token"
|
||||
msgstr "このNFTを転送"
|
||||
|
||||
#: includes/defaultValue.php:365
|
||||
msgid ""
|
||||
"A token with an expiration date will be limited to one per address. "
|
||||
"Therefore, even if multiple tokens are transferred to the same address, only "
|
||||
"one will be transferred. Additionally, if the recipient already owns the "
|
||||
"token, the transfer will not be executed. Instead, the expiration date of "
|
||||
"the token will be extended by the number of tokens transferred."
|
||||
msgstr ""
|
||||
"有効期限のあるNFTは、同一アドレスにつき1つとなります。その為、同一アドレスに"
|
||||
"複数個転送した場合でも、1つしか転送されません。また、既に所有している場合は、"
|
||||
"NFTの転送は行われません。その代わり、転送個数分の有効期限がNFTに加算されま"
|
||||
"す。"
|
||||
|
||||
#: includes/defaultValue.php:373 includes/nftListTable.php:95
|
||||
msgid "Token image"
|
||||
msgstr "NFT画像"
|
||||
|
||||
#: includes/defaultValue.php:388
|
||||
msgid "Note"
|
||||
msgstr "備考欄"
|
||||
|
||||
#: includes/defaultValue.php:492
|
||||
msgid "Are you sure you want to update stock?"
|
||||
msgstr "本当に更新しますか?"
|
||||
|
||||
#: includes/defaultValue.php:496 includes/defaultValue.php:500
|
||||
#: includes/defaultValue.php:720 includes/salesListTable.php:84
|
||||
#: includes/scripts.php:210
|
||||
msgid "Quantity"
|
||||
msgstr "数量"
|
||||
|
||||
#: includes/defaultValue.php:497
|
||||
msgid "Are you sure you want to incinerate?"
|
||||
msgstr "本当に焼却しますか?"
|
||||
|
||||
#: includes/defaultValue.php:497
|
||||
msgid "Incinerate"
|
||||
msgstr "焼却する"
|
||||
|
||||
#: includes/defaultValue.php:501
|
||||
msgid "To address"
|
||||
msgstr "転送先アドレス"
|
||||
|
||||
#: includes/defaultValue.php:502
|
||||
msgid "Are you sure you want to transfer?"
|
||||
msgstr "本当に転送しますか?"
|
||||
|
||||
#: includes/defaultValue.php:502
|
||||
msgid "Transfer token"
|
||||
msgstr "NFTを転送する"
|
||||
|
||||
#: includes/defaultValue.php:574
|
||||
msgid "Limited published this content?"
|
||||
msgstr "このコンテンツを限定公開しますか?"
|
||||
|
||||
#: includes/defaultValue.php:578
|
||||
msgid "No, Do not protect this content."
|
||||
msgstr "いいえ。このコンテンツを保護しません。"
|
||||
|
||||
#: includes/defaultValue.php:579
|
||||
msgid "Yes, Protect this content."
|
||||
msgstr "はい。このコンテンツを保護します。"
|
||||
|
||||
#: includes/defaultValue.php:594
|
||||
msgid "Please select an token that can view this content."
|
||||
msgstr "このコンテンツを閲覧出来るNFTを選択してください。"
|
||||
|
||||
#: includes/defaultValue.php:599
|
||||
msgid "Token scope"
|
||||
msgstr "NFTの対象範囲"
|
||||
|
||||
#: includes/defaultValue.php:603
|
||||
msgid "All Token"
|
||||
msgstr "全てのNFT"
|
||||
|
||||
#: includes/defaultValue.php:604
|
||||
msgid "Select Token"
|
||||
msgstr "選択したNFT"
|
||||
|
||||
#: includes/defaultValue.php:713 includes/salesListTable.php:83
|
||||
msgid "Sales"
|
||||
msgstr "売上"
|
||||
|
||||
#: includes/defaultValue.php:727 includes/salesListTable.php:85
|
||||
msgid "Customer address"
|
||||
msgstr "購入者アドレス"
|
||||
|
||||
#: includes/nftListTable.php:32
|
||||
msgid "edit"
|
||||
msgstr "編集"
|
||||
|
||||
#: includes/nftListTable.php:96
|
||||
msgid "Token ID"
|
||||
msgstr ""
|
||||
|
||||
#: includes/nftListTable.php:99
|
||||
msgid "Token description"
|
||||
msgstr "NFTの説明"
|
||||
|
||||
#: includes/nftListTable.php:106
|
||||
msgid "date of issue"
|
||||
msgstr "発行日"
|
||||
|
||||
#: includes/salesListTable.php:79
|
||||
msgid "date of sales"
|
||||
msgstr "売上日"
|
||||
|
||||
#: includes/scripts.php:174
|
||||
msgid "Switch blockchain network?"
|
||||
msgstr "ブロックチェーンネットワークを変更しますか?"
|
||||
|
||||
#: includes/scripts.php:175
|
||||
msgid "User denied transaction signature."
|
||||
msgstr "ユーザーがトランザクションのリクエストを拒否しました。"
|
||||
|
||||
#: includes/scripts.php:176
|
||||
msgid ""
|
||||
"Transaction was not mined within 50 blocks, please make sure your "
|
||||
"transaction was properly sent. Be aware that it might still be mined!"
|
||||
msgstr ""
|
||||
"処理が保留中になっています。MetaMaskからガス代を追加してスピードアップする"
|
||||
"か、処理をキャンセルした後、再度(ガス代を積極的にして)購入処理をしてくださ"
|
||||
"い!"
|
||||
|
||||
#: includes/scripts.php:177
|
||||
msgid "The base URI for metadata is not registered on the blockchain."
|
||||
msgstr "ブロックチェーン上に、メタデータのベースURIが登録されていません。"
|
||||
|
||||
#: includes/scripts.php:178
|
||||
msgid ""
|
||||
"This site is currently network enabled for [chainid]. Your MetaMask network "
|
||||
"is not [chainid]. Please switch to [chainid]."
|
||||
msgstr ""
|
||||
"現在、このサイトは、[chainid]のネットワークが有効になっています。あなたの"
|
||||
"MetaMaskのネットワークが[chainid]ではありません。[chainid]に切り替えてくださ"
|
||||
"い。"
|
||||
|
||||
#: includes/scripts.php:179
|
||||
msgid "A token with the specified token ID does not exist on the blockchain."
|
||||
msgstr "指定のトークンIDのトークンがブロックチェーン上に存在しません。"
|
||||
|
||||
#: includes/scripts.php:180
|
||||
msgid "The blockchain network has not been configured/set up."
|
||||
msgstr "ブロックチェーンネットワークが設定されていません。"
|
||||
|
||||
#: includes/scripts.php:181 includes/views.php:544
|
||||
msgid "Number of possessions"
|
||||
msgstr "所持数"
|
||||
|
||||
#: includes/scripts.php:182
|
||||
msgid "Connected to MetaMask"
|
||||
msgstr "MetaMaskに接続中"
|
||||
|
||||
#: includes/scripts.php:183
|
||||
msgid "The registered creator address is different from the connected address."
|
||||
msgstr "登録されているクリエイターアドレスと接続したアドレスが違います。"
|
||||
|
||||
#: includes/scripts.php:184
|
||||
msgid "Please change your MetaMask address."
|
||||
msgstr "MetaMaskのアドレスを変更してください。"
|
||||
|
||||
#: includes/scripts.php:185
|
||||
msgid "Please connect to MetaMask."
|
||||
msgstr "MetaMaskに接続してください。"
|
||||
|
||||
#: includes/scripts.php:186
|
||||
msgid "Could not connect."
|
||||
msgstr "接続できませんでした。"
|
||||
|
||||
#: includes/scripts.php:187
|
||||
msgid ""
|
||||
"MetaMask is not installed. Please install the MetaMask app and open it from "
|
||||
"the browser of that app."
|
||||
msgstr ""
|
||||
"MetaMaskがインストールされていません。MetaMaskのアプリをインストールして、そ"
|
||||
"のアプリのブラウザから開いてください。"
|
||||
|
||||
#: includes/scripts.php:188
|
||||
msgid "MetaMask is not installed."
|
||||
msgstr "MetaMaskがインストールされていません。"
|
||||
|
||||
#: includes/scripts.php:189
|
||||
msgid "Connected address"
|
||||
msgstr "接続アドレス"
|
||||
|
||||
#: includes/scripts.php:190
|
||||
msgid "NFT sales balance"
|
||||
msgstr "NFT売上残高"
|
||||
|
||||
#: includes/scripts.php:191
|
||||
msgid "There is no withdrawable balance."
|
||||
msgstr "引き出せる残高がありません。"
|
||||
|
||||
#: includes/scripts.php:192
|
||||
msgid "The withdrawal has been completed."
|
||||
msgstr "引き出しが完了しました。"
|
||||
|
||||
#: includes/scripts.php:193
|
||||
msgid "The quantity exceeds the owned stock."
|
||||
msgstr "数量が所有数を上回っています。"
|
||||
|
||||
#: includes/scripts.php:194
|
||||
msgid "The quantity has not been entered."
|
||||
msgstr "数量が未入力です。"
|
||||
|
||||
#: includes/scripts.php:195
|
||||
msgid "The quantity is incorrect."
|
||||
msgstr "数量が不正です。"
|
||||
|
||||
#: includes/scripts.php:196
|
||||
msgid "The to address has not been entered."
|
||||
msgstr "宛先アドレスが未入力です。"
|
||||
|
||||
#: includes/scripts.php:197
|
||||
msgid "Inventory update has been completed."
|
||||
msgstr "在庫の更新が完了しました。"
|
||||
|
||||
#: includes/scripts.php:200
|
||||
msgid "Please enter the base URI of the metadata."
|
||||
msgstr "メタデータのベース URI を入力してください。"
|
||||
|
||||
#: includes/scripts.php:202
|
||||
msgid ""
|
||||
"Token with expiration dates cannot be listed or sold on marketplaces such as "
|
||||
"\"Open Sea.\" Additionally, if you already own the same NFT, the quantity "
|
||||
"will not increase, but the expiration date will be extended."
|
||||
msgstr ""
|
||||
"有効期限のあるNFTは、「Open Sea」など、マーケットプレイスで出品、販売は出来ま"
|
||||
"せん。また、既に同じNFTを所持している場合は、個数は増えず、有効期限が加算され"
|
||||
"ます。"
|
||||
|
||||
#: includes/scripts.php:203
|
||||
msgid ""
|
||||
"If you change the blockchain network, please do not forget to also change "
|
||||
"MetaMasks network to the corresponding network."
|
||||
msgstr ""
|
||||
"ブロックチェーンネットワークを変更した場合、MetaMaskのネットワークも忘れず"
|
||||
"に、該当のネットワークに変更してください。"
|
||||
|
||||
#: includes/scripts.php:204
|
||||
msgid ""
|
||||
"The creator address is not registered. Please register the creator address "
|
||||
"on the SNM setting screen."
|
||||
msgstr ""
|
||||
"クリエイターアドレスが登録されていません。SNM設定画面でクリエイターアドレスを"
|
||||
"登録してください。"
|
||||
|
||||
#: includes/scripts.php:205
|
||||
msgid ""
|
||||
"Token issuance process request is in progress! Please wait until it is "
|
||||
"completed."
|
||||
msgstr "トークン発行処理リクエスト中!完了するまでこのままお待ちください。"
|
||||
|
||||
#: includes/scripts.php:206
|
||||
msgid ""
|
||||
"Token issuance process is in progress! Please wait until it is completed."
|
||||
msgstr "トークン発行処理実行中!完了するまでこのままお待ちください。"
|
||||
|
||||
#: includes/scripts.php:207
|
||||
msgid "In process"
|
||||
msgstr "処理中"
|
||||
|
||||
#: includes/scripts.php:208
|
||||
msgid "Purchase successful!"
|
||||
msgstr "購入完了!"
|
||||
|
||||
#: includes/scripts.php:209
|
||||
msgid "Price"
|
||||
msgstr "価格"
|
||||
|
||||
#: includes/shortcode.php:84
|
||||
msgid "There are no tokens to display."
|
||||
msgstr "表示するNFTはありません。"
|
||||
|
||||
#: includes/shortcode.php:87 includes/views.php:470
|
||||
msgid "Purchase this token"
|
||||
msgstr "このトークンを購入"
|
||||
|
||||
#: includes/views.php:46
|
||||
msgid ""
|
||||
"The creator address is not registered. Please register the creator address "
|
||||
"on the SNPM setting screen."
|
||||
msgstr ""
|
||||
"クリエイターアドレスが登録されていません。SNPM一般設定でクリエイターアドレス"
|
||||
"を登録してください。"
|
||||
|
||||
#: includes/views.php:62
|
||||
msgid ""
|
||||
"You are not connected to MetaMask. Please connect with MetaMask on the SNPM "
|
||||
"setting screen."
|
||||
msgstr ""
|
||||
"MetaMaskに接続されていません。SNPM一般設定でMetaMaskと接続してください。"
|
||||
|
||||
#: includes/views.php:94 includes/views.php:450
|
||||
msgid "Connect to MetaMask."
|
||||
msgstr "MetaMaskに接続。"
|
||||
|
||||
#: includes/views.php:105 includes/views.php:261
|
||||
msgid "Do you really want to update?"
|
||||
msgstr "本当に変更しますか?"
|
||||
|
||||
#: includes/views.php:105 includes/views.php:261
|
||||
msgid "Update"
|
||||
msgstr "更新"
|
||||
|
||||
#: includes/views.php:158
|
||||
msgid "Do you really want to issue a new one?"
|
||||
msgstr "本当に発行しますか?"
|
||||
|
||||
#: includes/views.php:214
|
||||
msgid "Do you really want to create a token MetaData?"
|
||||
msgstr "本当にMetadataを作成しますか?"
|
||||
|
||||
#: includes/views.php:214
|
||||
msgid "Create Token MetaData"
|
||||
msgstr "NFT Metadata作成"
|
||||
|
||||
#: includes/views.php:446
|
||||
msgid "This content is protected."
|
||||
msgstr "このコンテンツは保護されています。"
|
||||
|
||||
#: includes/views.php:448
|
||||
msgid ""
|
||||
"If you possess an token with viewing permission, please connect to MetaMask "
|
||||
"from the following button."
|
||||
msgstr ""
|
||||
"閲覧権限のあるNFTを所持している場合は、以下のボタンより「MetaMask」に接続して"
|
||||
"ください。"
|
||||
|
||||
#: includes/views.php:453
|
||||
msgid "List of tokens that can access/view this content"
|
||||
msgstr "このコンテンツを閲覧できるNFT一覧"
|
||||
|
||||
#: includes/views.php:454
|
||||
msgid ""
|
||||
"If you do not possess an token with viewing permission, you can purchase it "
|
||||
"from the following after connecting to MetaMask."
|
||||
msgstr ""
|
||||
"閲覧権限のあるNFTを所持していない場合は、「MetaMask」に接続後、以下よりご購入"
|
||||
"いただけます。"
|
||||
|
||||
#: includes/views.php:489
|
||||
msgid "days"
|
||||
msgstr "日"
|
||||
|
||||
#: includes/views.php:494
|
||||
msgid "Out of stock"
|
||||
msgstr "在庫切れ"
|
||||
|
||||
#: includes/views.php:540
|
||||
msgid "You do not have a token issued by the creator of this site."
|
||||
msgstr "このサイトのクリエイターが発行したトークンを所持していません。"
|
||||
|
||||
#~ msgid "number to incinerate"
|
||||
#~ msgstr "焼却数"
|
||||
|
||||
#~ msgid "Incinerate number"
|
||||
#~ msgstr "焼却数"
|
||||
|
||||
#~ msgid "Token list."
|
||||
#~ msgstr "NFT一覧"
|
||||
|
||||
#~ msgid "Withdraw from token sales balance"
|
||||
#~ msgstr "NFT売上残高から引き出し"
|
||||
|
||||
#~ msgid "Number of tokens in stock."
|
||||
#~ msgstr "NFTの在庫数。"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "NFT image"
|
||||
#~ msgid "token image"
|
||||
#~ msgstr "NFT画像"
|
||||
|
||||
#~ msgid "Owned by creator"
|
||||
#~ msgstr "クリエイターの所有数"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Of the total number of issues, the number owned by the creator. It is "
|
||||
#~ "also the number of NFTs in stock."
|
||||
#~ msgstr "総発行数の内、クリエイターが所有している数。NFTの在庫数でもある。"
|
||||
|
||||
#~ msgid "NFT cost"
|
||||
#~ msgstr "販売価格"
|
||||
|
||||
#~ msgid "NFT issued"
|
||||
#~ msgstr "発行数"
|
||||
|
||||
#~ msgid "To view this content, you must own one of the following NFTs."
|
||||
#~ msgstr ""
|
||||
#~ "このコンテンツを閲覧する場合、以下のいずれかのNFTを所持している必要があり"
|
||||
#~ "ます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If you want to view this content, you need an NFT with viewing permission."
|
||||
#~ msgstr "このコンテンツを閲覧する場合、閲覧権限のあるNFTが必要となります。"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Incinerated number"
|
||||
#~ msgid "Incinerated number?"
|
||||
#~ msgstr "焼却数"
|
||||
23
spec/fixtures/dynamic_finders/plugin_version/sites-monitor/change_log/CHANGELOG.md
vendored
Normal file
23
spec/fixtures/dynamic_finders/plugin_version/sites-monitor/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 0.0.5: 2023-06-29
|
||||
|
||||
- Change: the Sites Monitor List block is now a (responsive) table taking up less space
|
||||
- Change: CSS styles are totally independent from the theme
|
||||
- Change: the borders on the detail view were changed to shadows for consistency
|
||||
|
||||
## 0.0.4: 2023-06-26
|
||||
|
||||
- Fix: set interval to empty field by default
|
||||
|
||||
## 0.0.3: 2023-06-25
|
||||
|
||||
- Add: monitor block to site on site creation at the monitor site
|
||||
|
||||
## 0.0.2: 2023-06-25
|
||||
|
||||
- Fix: include JS assets in the plugin
|
||||
|
||||
## 0.0.1: 2023-06-25
|
||||
|
||||
- Init: first release of the plugin
|
||||
@@ -0,0 +1,4 @@
|
||||
*** WooCommerce Extension Template Changelog ***
|
||||
|
||||
2023-03-05 - version 1.0
|
||||
* Initial release
|
||||
@@ -0,0 +1,155 @@
|
||||
# Copyright (C) 2023 Sajid Javed
|
||||
# This file is distributed under the same license as the SonaWP plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: SonaWP 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment-"
|
||||
"block\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French (France)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2023-01-23T14:33:00+00:00\n"
|
||||
"PO-Revision-Date: 2023-01-30 09:37+0000\n"
|
||||
"X-Generator: Loco https://localise.biz/\n"
|
||||
"X-Domain: sonawp\n"
|
||||
"Language: fr_FR\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Loco-Version: 2.6.3; wp-6.1.1"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:383
|
||||
msgid "*Email Required!"
|
||||
msgstr "*Email (requis!"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:355
|
||||
msgid "*Name Required!"
|
||||
msgstr "*Nom (obligatoire!"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:374
|
||||
msgid "*Price must be greater than 0!"
|
||||
msgstr "*Le prix doit être supérieur à 0 !"
|
||||
|
||||
#: includes/block/build/block.json includes/block/src/block.json
|
||||
msgctxt "block description"
|
||||
msgid "Simply pay your product with block."
|
||||
msgstr "Payez simplement votre produit avec block"
|
||||
|
||||
#: includes/block/build/block.json includes/block/src/block.json
|
||||
msgctxt "block title"
|
||||
msgid "SonaWP"
|
||||
msgstr "SonaWP"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:256
|
||||
#: includes/block/src/edit.js:386
|
||||
msgid "Create one on Paypal"
|
||||
msgstr "Créez-en un sur Paypal"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:230
|
||||
#: includes/block/src/edit.js:359
|
||||
msgid "Enter Product Description"
|
||||
msgstr "Entrez la description du produit"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:221
|
||||
#: includes/block/src/edit.js:350
|
||||
msgid "Enter Product Name"
|
||||
msgstr "Entrez le nom du produit"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:255
|
||||
#: includes/block/src/edit.js:385
|
||||
msgid ""
|
||||
"Enter the email address associated with your PayPal account. Don't have an "
|
||||
"account?"
|
||||
msgstr ""
|
||||
"Saisissez l'adresse e-mail associée à votre compte PayPal. Vous n'avez pas "
|
||||
"de compte ?"
|
||||
|
||||
#: includes/classes/class-sonawp.php:102
|
||||
msgid "Error encountered! Try again later!"
|
||||
msgstr "Erreur rencontrée ! Réessayez plus tard!"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:173
|
||||
msgid "Error Message"
|
||||
msgstr "Message d'erreur"
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://sajidjaved.me/"
|
||||
msgstr "https://sajidjaved.me/"
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wordpress.org/plugins/sonawp"
|
||||
msgstr "https://wordpress.org/plugins/sonawp"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:200
|
||||
#: includes/block/src/edit.js:329
|
||||
msgid "Image"
|
||||
msgstr "Image"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:187
|
||||
#: includes/block/src/edit.js:316
|
||||
msgid "Item Image"
|
||||
msgstr "Image de l'article"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:249
|
||||
#: includes/block/src/edit.js:378
|
||||
msgid "PayPal Email"
|
||||
msgstr "PayPal Email"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:239
|
||||
#: includes/block/src/edit.js:368
|
||||
msgid "Price"
|
||||
msgstr "Prix"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:154
|
||||
msgid "Rendered Card Button on FrontEnd!"
|
||||
msgstr "Bouton Rendu Card sur le FrontEnd !"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:147
|
||||
msgid "Rendered PayLater Button on FrontEnd!"
|
||||
msgstr "Rendu du bouton PayLater sur le frontend !"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:140
|
||||
msgid "Rendered Paypal Button on FrontEnd!"
|
||||
msgstr "Bouton Paypal rendu sur FrontEnd !"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:161
|
||||
msgid "Rendered Venmo Button on FrontEnd!"
|
||||
msgstr "Rendu du bouton Venmo sur le frontend !"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:207
|
||||
#: includes/block/src/edit.js:336
|
||||
msgid "Replace Item Image"
|
||||
msgstr "Remplacer l'image de l'article"
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Sajid Javed"
|
||||
msgstr "Sajid Javed"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:132
|
||||
msgid "Select Currency:"
|
||||
msgstr "Sélectionnez la devise:"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "SonaWP"
|
||||
msgstr "SonaWP"
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Simply pay your product with block"
|
||||
msgstr "Payez simplement votre produit avec block"
|
||||
|
||||
#: includes/classes/class-sonawp.php:52
|
||||
msgid "Simply pay your product with block."
|
||||
msgstr "Payez simplement votre produit avec block"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:167
|
||||
msgid "Success Message"
|
||||
msgstr "Message de réussite"
|
||||
|
||||
#: includes/classes/class-sonawp.php:98
|
||||
msgid "Thank you for your payment!"
|
||||
msgstr "Merci pour votre paiement!"
|
||||
|
||||
#: includes/block/build/index.js:1 includes/block/src/edit.js:206
|
||||
#: includes/block/src/edit.js:335
|
||||
msgid "Upload Item Image"
|
||||
msgstr "Télécharger l'image de l'article"
|
||||
File diff suppressed because it is too large
Load Diff
242
spec/fixtures/dynamic_finders/plugin_version/squeeze/translation_file/languages/squeeze.pot
vendored
Normal file
242
spec/fixtures/dynamic_finders/plugin_version/squeeze/translation_file/languages/squeeze.pot
vendored
Normal file
@@ -0,0 +1,242 @@
|
||||
# Copyright (C) 2023 Bogdan Bendziukov
|
||||
# This file is distributed under the GNU GPL v3.
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Squeeze 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/squeeze\n"
|
||||
"POT-Creation-Date: 2023-06-13 18:57+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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"
|
||||
"X-Generator: Poedit 3.1.1\n"
|
||||
"X-Domain: squeeze\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: src/settings.php:14
|
||||
msgid "Squeeze"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Compress images by squoosh.app"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Bogdan Bendziukov"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://bogdan.kyiv.ua"
|
||||
msgstr ""
|
||||
|
||||
#: src/handlers.php:40
|
||||
msgid "Backup original image failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/handlers.php:48
|
||||
msgid "Upload image failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/handlers.php:65
|
||||
msgid "Compressed successfully"
|
||||
msgstr ""
|
||||
|
||||
#: src/handlers.php:67 src/handlers.php:107
|
||||
msgid "Attachment not updated"
|
||||
msgstr ""
|
||||
|
||||
#: src/handlers.php:90
|
||||
msgid "Restore original image failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/handlers.php:105
|
||||
msgid "Restored successfully"
|
||||
msgstr ""
|
||||
|
||||
#: src/handlers.php:112 src/handlers.php:137
|
||||
msgid "Attachment not found"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:29
|
||||
msgid "Bulk Compress With Squeeze"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:30
|
||||
msgid "Squeeze Bulk"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:80
|
||||
msgid "This page allows you to compress all images in your media library."
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:81
|
||||
msgid "Do not close this page during the compressing process."
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:82
|
||||
msgid "Please note that this process may take a long time depending on the number of images in your library."
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:85
|
||||
msgid "All images in your media library are compressed."
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:87
|
||||
msgid "You have <strong>%s</strong> uncompressed JPG/PNG images from total <strong>%s</strong> JPG/PNG images in your media library."
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:161
|
||||
msgid "Basic Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:163
|
||||
msgid "Auto compress"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:165
|
||||
msgid "Backup original image"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:167
|
||||
msgid "JPEG Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:169
|
||||
msgid "Quality"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:170
|
||||
msgid "Pointless spec compliance"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:171
|
||||
msgid "Arithmetic"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:172
|
||||
msgid "Progressive rendering"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:173
|
||||
msgid "Optimize Huffman table"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:174
|
||||
msgid "Smoothing"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:175
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:176
|
||||
msgid "Quantization"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:187
|
||||
msgid "Trellis multipass"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:188
|
||||
msgid "Optimize zero block runs"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:189
|
||||
msgid "Optimize after trellis quantization"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:190
|
||||
msgid "Trellis quantization passes"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:191
|
||||
msgid "Auto subsample chroma"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:192
|
||||
msgid "Subsample chroma by"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:193
|
||||
msgid "Separate chroma quality"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:194
|
||||
msgid "Chroma quality"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:196
|
||||
msgid "PNG Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:198
|
||||
msgid "Effort"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:199
|
||||
msgid "Interlace"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:230
|
||||
msgid "Settings have been updated."
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:329
|
||||
msgid "Basic options"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:332
|
||||
msgid "Compress settings for JPEG images using MozJPEG encoder"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:335
|
||||
msgid "Compress settings for PNG images using OxiPNG encoder"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:365
|
||||
msgid "Settings have been restored."
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:386
|
||||
msgid "Compressed"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:387
|
||||
msgid "Restore original"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:389
|
||||
msgid "Not compressed"
|
||||
msgstr ""
|
||||
|
||||
#: src/settings.php:390
|
||||
msgid "Compress"
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/script.bundle.js:19 assets/js/script.js:159
|
||||
msgid "Compressed successfully, updating..."
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/script.bundle.js:19 assets/js/script.js:164
|
||||
#: assets/js/script.js:253
|
||||
msgid "An error has occured. Check the console for details."
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/script.bundle.js:19 assets/js/script.js:172
|
||||
msgid "Updated successfully"
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/script.bundle.js:19 assets/js/script.js:198
|
||||
msgid "All images have been compressed!"
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/script.bundle.js:19 assets/js/script.js:249
|
||||
msgid "Restore in process..."
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/script.bundle.js:19 assets/js/script.js:292
|
||||
msgid "Compressing..."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,39 @@
|
||||
# Copyright (C) 2023 Roy Orbitson
|
||||
# This file is distributed under the GPLv2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Stop Logging Me Out 0.1.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/stop-logging-me-out\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: 2023-06-20T14:46:34+09:30\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.6.0\n"
|
||||
"X-Domain: stop-logging-me-out\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Stop Logging Me Out"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "WordPress logs you out again when you revisit a tab/window where a previous session had expired."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Roy Orbitson"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://profiles.wordpress.org/lev0/"
|
||||
msgstr ""
|
||||
|
||||
#: stop-logging-me-out.php:140
|
||||
msgid "You could not be authenticated in order to return you to the original page. You will need to log in again."
|
||||
msgstr ""
|
||||
|
||||
#: stop-logging-me-out.php:207
|
||||
msgid "You have logged in again since this page automatically logged you out. Would you like to try returning to it?"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright (C) 2022 WordPress Plugin Boilerplate
|
||||
# This file is distributed under the same license as the WordPress Plugin Boilerplate package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WordPress Plugin Boilerplate 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpress-plugin-boilerplate\n"
|
||||
"POT-Creation-Date: 2022-05-12 05:16:43+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "WordPress Plugin Boilerplate"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "This is a short description of what the plugin does. It's displayed in the WordPress admin area."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Sourov,Mehedi"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://sourov.im/"
|
||||
msgstr ""
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "template-share-for-elementor",
|
||||
"version": "1.0.0",
|
||||
"description": "=== Plugin Name === Contributors: (this should be a list of wordpress.org userid's) Donate link: https://codecanyon.net/user/divdojo/portfolio Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"browserslist": [
|
||||
"extends @wordpress/browserslist-config"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.1",
|
||||
"@babel/preset-env": "^7.13.5",
|
||||
"@wordpress/browserslist-config": "^3.0.1",
|
||||
"browser-sync": "^2.26.14",
|
||||
"browserslist": "^4.16.3",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sass": "^5.0.0",
|
||||
"gulp-terser": "^2.0.1",
|
||||
"gulp-zip": "^5.0.2",
|
||||
"sass": "^1.45.1"
|
||||
}
|
||||
}
|
||||
37
spec/fixtures/dynamic_finders/plugin_version/terminal-africa/composer_file/composer.json
vendored
Normal file
37
spec/fixtures/dynamic_finders/plugin_version/terminal-africa/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "terminalafrica/terminal-africa",
|
||||
"description": "Terminal Africa WooCommerce Shipping Plugin",
|
||||
"version": "1.10.11",
|
||||
"type": "wordpress-plugin",
|
||||
"keywords": [
|
||||
"terminal",
|
||||
"woocommerce shipping",
|
||||
"shipping method",
|
||||
"africa shipping",
|
||||
"nigeria shipping",
|
||||
"terminalafrica"
|
||||
],
|
||||
"homepage": "https://wordpress.org/plugins/terminal-africa/",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Terminal",
|
||||
"homepage": "http://www.terminal.africa"
|
||||
},
|
||||
{
|
||||
"name": "Adeleye Ayodeji",
|
||||
"homepage": "http://www.adeleyeayodeji.com"
|
||||
}
|
||||
],
|
||||
"license": "GPL-2.0+",
|
||||
"require": {
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
},
|
||||
"files": [
|
||||
"app/Helpers/helpers.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
17
spec/fixtures/dynamic_finders/plugin_version/wc-multipay/composer_file/package.json
vendored
Normal file
17
spec/fixtures/dynamic_finders/plugin_version/wc-multipay/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
{
|
||||
"name": "woo-multipay",
|
||||
"version": "0.1.0",
|
||||
"main": "Gruntfile.js",
|
||||
"author": "Multifidelidade",
|
||||
"scripts" : {
|
||||
"start" : "grunt default" ,
|
||||
"readme" : "grunt readme",
|
||||
"i18n" : "grunt i18n"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-wp-i18n": "~0.5.0",
|
||||
"grunt-wp-readme-to-markdown": "~1.0.0"
|
||||
}
|
||||
}
|
||||
53
spec/fixtures/dynamic_finders/plugin_version/wcspots/composer_file/package.json
vendored
Normal file
53
spec/fixtures/dynamic_finders/plugin_version/wcspots/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "wcspots",
|
||||
"version": "1.0.0",
|
||||
"description": "Create WooCommerce product showcases with image hotspots in the block editor.",
|
||||
"author": "Micemade",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build --webpack-copy-php",
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"plugin-zip": "wp-scripts plugin-zip",
|
||||
"start": "wp-scripts start --webpack-copy-php",
|
||||
"update-pot": "wp i18n make-pot . languages/wcspots.pot --exclude=src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/webpack": "^7.0.0",
|
||||
"@wordpress/api-fetch": "^6.27.0",
|
||||
"@wordpress/block-editor": "^12.0.0",
|
||||
"@wordpress/components": "^23.7.0",
|
||||
"@wordpress/core-data": "^6.7.0",
|
||||
"@wordpress/data": "^9.0.0",
|
||||
"@wordpress/element": "^5.7.0",
|
||||
"@wordpress/media-utils": "^4.21.0",
|
||||
"@wordpress/scripts": "^26.1.0",
|
||||
"@wordpress/server-side-render": "^4.7.0",
|
||||
"classnames": "^2.3.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "^1.9.3",
|
||||
"@wordpress/blocks": "^12.7.0",
|
||||
"@wordpress/compose": "^6.7.0",
|
||||
"@wordpress/hooks": "^3.30.0",
|
||||
"@wordpress/i18n": "^4.32.0",
|
||||
"@wordpress/viewport": "^5.7.0",
|
||||
"dompurify": "^3.0.1",
|
||||
"he": "^1.2.0",
|
||||
"react-redux": "^8.0.5",
|
||||
"react-select": "^5.7.2",
|
||||
"react-tiny-popover": "^7.2.4",
|
||||
"redux": "^4.2.1",
|
||||
"stream": "^0.0.2",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.x || ^18.x",
|
||||
"react-dom": "^16.x || ^18.x"
|
||||
}
|
||||
}
|
||||
454
spec/fixtures/dynamic_finders/plugin_version/wcspots/translation_file/languages/wcspots.pot
vendored
Normal file
454
spec/fixtures/dynamic_finders/plugin_version/wcspots/translation_file/languages/wcspots.pot
vendored
Normal file
@@ -0,0 +1,454 @@
|
||||
# Copyright (C) 2023 Micemade
|
||||
# This file is distributed under the GPL-2.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WCSpots 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wcspots\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: 2023-06-19T15:05:37+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.8.1\n"
|
||||
"X-Domain: wcspots\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WCSpots"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Create WooCommerce product showcases with image hotspots in the block editor."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Micemade"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://micemade.com"
|
||||
msgstr ""
|
||||
|
||||
#: wcspots.php:60
|
||||
msgid "WCSpots Notice"
|
||||
msgstr ""
|
||||
|
||||
#: wcspots.php:61
|
||||
msgid "WCSpots plugin is a block plugin for creating WooCommerce product showcases with image hotspots. To enable the WCSpots, please install and activate the WooCommerce plugin."
|
||||
msgstr ""
|
||||
|
||||
#: wcspots.php:62
|
||||
msgid "Get WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "Adding..."
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "Product added"
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "View Cart"
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "Loading product title..."
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "Product not found"
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "Product has no featured image"
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "Loading product price..."
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "Loading short description..."
|
||||
msgstr ""
|
||||
|
||||
#: build/frontend/index.js:1
|
||||
#: build/index.js:1
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Popover layout type"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Pick a layout for popover with product"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Product align"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Align product elements in the popover"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Popover width: minimum"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Popover width: preferred"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Popover width: maximum"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset layout, align, and width"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Show image"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Show title"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Show price"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Show excerpt"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Show Add to Cart"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset toggle"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Popover padding"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Product elements spacing"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Product elements padding"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset spacing"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Title font size"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Price font size"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Short description font size"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Add to Cart size"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset sizes"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Title Color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Price Color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Excerpt Color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset colors"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Popover layout"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Style properties like colors, sizes, and spacing are available in the editor styles tab."
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Popover styles"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Arrow color is set in \"Background Color\" (\"Colors\" tab)."
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Product layout type"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Pick a grid type for displaying selected products"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "How to align the products"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset layout, align, and columns"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset toggles"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Gap between products"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Title color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Price color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Short description color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Title and description"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Show description"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "WooCommerce products"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Loading products list"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Image for Hot Spots"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Choose image for Woo HotSpots Block"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Replace Image"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Add Image"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Remove image"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Upload image"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "No image selected"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Background image"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Background image opacity"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Layout"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Stack on mobile"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Vertical align"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Image width (%)"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Image / products ratio (%)"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset layout"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Product layout"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Product styles"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Hotspot general styles"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Hotspot style"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Primary Color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Secondary Color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Show product title"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Title Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Title size"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Reset hotspot general styles"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Styles per hotspot"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Remove hotspot"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Remove All Hotspots"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Click on image to add hotspots"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Unassign product"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Remove the hotspot"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Format WCSpots Title"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Enter your title here"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Pick your products in the sidebar \"WooCommerce products\" section."
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Enter your description here"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Add image"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Drag & drop or select an image file"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "WCSpots image"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Double click on hotspot to assign a product."
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Click on image to add hotspots."
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Assign a product to this hotspot"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Products"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Lookbook image"
|
||||
msgstr ""
|
||||
|
||||
#: build/block.json
|
||||
msgctxt "block title"
|
||||
msgid "WCSpots"
|
||||
msgstr ""
|
||||
|
||||
#: build/block.json
|
||||
msgctxt "block description"
|
||||
msgid "Create WooCommerce product showcases with image hotspots in the block editor."
|
||||
msgstr ""
|
||||
30
spec/fixtures/dynamic_finders/plugin_version/webcam-gallery/composer_file/package.json
vendored
Normal file
30
spec/fixtures/dynamic_finders/plugin_version/webcam-gallery/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "webcam-gallery",
|
||||
"version": "0.1.0",
|
||||
"description": "Example block scaffolded with Create Block tool.",
|
||||
"author": "The WordPress Contributors",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"plugin-zip": "wp-scripts plugin-zip",
|
||||
"start": "wp-scripts start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^26.2.0",
|
||||
"js-masonry": "^1.1.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/media-utils": "^4.22.0",
|
||||
"ctc-gallery-viewer": "^1.6.0",
|
||||
"ctcl-image-gallery": "^1.0.0",
|
||||
"images-carousel": "^1.0.2",
|
||||
"install": "^0.13.0",
|
||||
"npm": "^9.6.5"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,133 @@
|
||||
# Copyright (C) 2023 RedNao
|
||||
# This file is distributed under the GPLv3.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WooCommerce PDF Invoice Builder 1.2.93\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-pdf-invoice-builder\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: 2023-08-21T12:55:51+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.6.0\n"
|
||||
"X-Domain: wooinvoicebuilder\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WooCommerce PDF Invoice Builder"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wooinvoice.rednao.com/getit"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Attach a PDF Invoice to your woocommerce..."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "RedNao"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "http://rednao.com"
|
||||
msgstr ""
|
||||
|
||||
#: bulk_actions/RNBulkActionManager.php:46
|
||||
msgid "Select a pdf template"
|
||||
msgstr ""
|
||||
|
||||
#: bulk_actions/RNBulkActionManager.php:105
|
||||
msgid "Invoices printed successfully"
|
||||
msgstr ""
|
||||
|
||||
#: bulk_actions/RNBulkActionManager.php:192
|
||||
msgid "Bulk view invoices (full version only)"
|
||||
msgstr ""
|
||||
|
||||
#: bulk_actions/RNBulkActionManager.php:193
|
||||
msgid "Bulk print invoices (full version only)"
|
||||
msgstr ""
|
||||
|
||||
#: bulk_actions/RNBulkActionManager.php:194
|
||||
msgid "Bulk download invoices (full version only)"
|
||||
msgstr ""
|
||||
|
||||
#: htmlgenerator/fields/PDFRefundTable.php:392
|
||||
msgid "via"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/manageInvoices.php:2
|
||||
#: jstranslations/metabox.php:15
|
||||
msgid "Thanks for shopping with us!"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:2
|
||||
msgid "PDF:"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:3
|
||||
msgid "You haven't created any PDF template!, to create pdfs please"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:4
|
||||
msgid "This pdf hasn't been create for this order"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:5
|
||||
msgid "Invoice Number:"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:6
|
||||
msgid "Invoice Date:"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:7
|
||||
msgid "Edit invoice date"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:8
|
||||
msgid "Edit invoice number"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:9
|
||||
msgid "Sorry this feature is only available in the full version"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:10
|
||||
msgid "Create PDF"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:11
|
||||
msgid "View PDF"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:12
|
||||
msgid "Print (full version only)"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:13
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/metabox.php:14
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: jstranslations/pageBuilderReact.php:2
|
||||
msgid "Template Settings"
|
||||
msgstr ""
|
||||
|
||||
#: pr/WCCustomizedPages/MyOrders/MyOrdersCustomizer.php:46
|
||||
#: woocommerce-pdf-invoice.php:476
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: woocommerce-pdf-invoice.php:479
|
||||
msgid "View"
|
||||
msgstr ""
|
||||
|
||||
#: woocommerce-pdf-invoice.php:563
|
||||
msgid "PDF Invoice"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,94 @@
|
||||
# Copyright (C) 2023 WPClever
|
||||
# This file is distributed under the same license as the WPC Variation Bulk Editor for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WPC Variation Bulk Editor for WooCommerce 1.1.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-variation-bulk-editor\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: 2023-07-09T10:17:43+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: wpc-variation-bulk-editor\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WPC Variation Bulk Editor for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpclever.net/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "WPC Variation Bulk Editor helps you save precious time working on variations."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WPClever"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpclever.net"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:41
|
||||
#: includes/class-backend.php:165
|
||||
msgid "Bulk Generate"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:44
|
||||
#: includes/class-backend.php:163
|
||||
msgid "Bulk Remove"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:47
|
||||
#: includes/class-backend.php:162
|
||||
msgid "Variation Bulk Editor"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:61
|
||||
#: includes/class-backend.php:85
|
||||
msgid "Filter variations by attributes"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:75
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:92
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:101
|
||||
msgid "Select variation attributes"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:108
|
||||
msgid "Generate"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:129
|
||||
msgid "Any %s..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:143
|
||||
#: includes/class-backend.php:180
|
||||
msgid "%s variation will be affected"
|
||||
msgid_plural "%s variations will be affected"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: includes/class-backend.php:164
|
||||
msgid "Are you sure you want to delete these variations? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:166
|
||||
msgid "Do you want to generate variations? This will create a new variation for each and every possible combination of selected attributes."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:167
|
||||
msgid "No change"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,131 @@
|
||||
# Copyright (C) 2023 WPClever
|
||||
# This file is distributed under the same license as the WPC Variation Duplicator for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WPC Variation Duplicator for WooCommerce 1.0.3\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-variation-duplicator\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: 2023-07-09T10:14:53+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: wpc-variation-duplicator\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WPC Variation Duplicator for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpclever.net/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "WPC Variation Duplicator helps you duplicate a variation with all properties in just 1-click."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WPClever"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpclever.net"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:61
|
||||
#: includes/class-backend.php:72
|
||||
msgid "WPC Variation Duplicator"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:61
|
||||
msgid "Variation Duplicator"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is the stars
|
||||
#: includes/class-backend.php:75
|
||||
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:77
|
||||
msgid "Reviews"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:78
|
||||
msgid "Changelog"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:79
|
||||
msgid "Discussion"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:84
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:90
|
||||
#: includes/class-backend.php:233
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:92
|
||||
msgid "Essential Kit"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:104
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:108
|
||||
msgid "Duplicated into how many copies"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:111
|
||||
msgid "Default (1 only)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:112
|
||||
msgid "Custom"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:114
|
||||
msgid "Specify how many copies to be made by pressing the Duplicate button. Choose Custom to allow users to enter a number indicating how many copies to be made every time they press the Duplicate button."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:118
|
||||
msgid "Custom fields"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:121
|
||||
msgid "Some other plugins add additional fields for variations. If you also want to duplicate these custom fields, please fill in the custom fields' key and separate them by a new line."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:125
|
||||
msgid "Suggestion"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:149
|
||||
#: includes/class-backend.php:217
|
||||
msgid "Click to duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:149
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:216
|
||||
msgid "How many copies to be made?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:218
|
||||
msgid "Save before duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:219
|
||||
msgid "Duplicated from %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-backend.php:249
|
||||
msgid "Community support"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,375 @@
|
||||
# Copyright (C) 2023 WPSSO Merchant Return Policy Manager
|
||||
# This file is distributed under the same license as the WPSSO Merchant Return Policy Manager package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WPSSO Merchant Return Policy Manager 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpsso-merchant-"
|
||||
"return-policy\n"
|
||||
"POT-Creation-Date: 2023-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: 2023-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: gettext/gettext-lib-abstract-com.php:5 lib/abstract/com/add-on.php:209
|
||||
msgid "The %1$s add-on requires the %2$s plugin."
|
||||
msgstr ""
|
||||
|
||||
#: gettext/gettext-lib-abstract-com.php:6 lib/abstract/com/add-on.php:223
|
||||
msgid ""
|
||||
"The %1$s add-on requires %2$s version %3$s or newer (version %4$s is "
|
||||
"currently installed)."
|
||||
msgstr ""
|
||||
|
||||
#: gettext/gettext-lib-config.php:5
|
||||
msgctxt "plugin name"
|
||||
msgid "WPSSO Merchant Return Policy Manager"
|
||||
msgstr ""
|
||||
|
||||
#: gettext/gettext-lib-config.php:6
|
||||
msgctxt "plugin description"
|
||||
msgid ""
|
||||
"Manage any number of Merchant Return Policies for Google Merchant listings."
|
||||
msgstr ""
|
||||
|
||||
#: gettext/gettext-lib-config.php:7
|
||||
msgctxt "plugin name"
|
||||
msgid "WPSSO Core"
|
||||
msgstr ""
|
||||
|
||||
#: gettext/gettext-lib-config.php:8
|
||||
msgctxt "option value"
|
||||
msgid "Default Product Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-edit.php:48
|
||||
msgctxt "option label"
|
||||
msgid "Return Policy Name"
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-edit.php:56
|
||||
msgctxt "option label"
|
||||
msgid "Return Policy Category"
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-edit.php:65
|
||||
msgctxt "option label"
|
||||
msgid "Return Window Days"
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-edit.php:75
|
||||
msgctxt "option label"
|
||||
msgid "Return Methods"
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-edit.php:83
|
||||
msgctxt "option label"
|
||||
msgid "Return Shipping Fees"
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-edit.php:88
|
||||
msgctxt "option label"
|
||||
msgid "Applicable Countries"
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-messages.php:39
|
||||
msgid "A name for this return policy (required)."
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-messages.php:41
|
||||
msgid ""
|
||||
"The return policy name may appear in WordPress editing pages and in the "
|
||||
"Schema MerchantReturnPolicy \"name\" property."
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-messages.php:48
|
||||
msgid "The type of return policy."
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-messages.php:54
|
||||
msgid ""
|
||||
"The number of days (from the delivery date) that a product can be returned."
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-messages.php:60
|
||||
msgid "The return methods offered."
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-messages.php:66
|
||||
msgid "The cost of shipping for product returns."
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-messages.php:72
|
||||
msgid "The countries this return policy applies to."
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-messages.php:74
|
||||
msgid "You can select up to %d countries."
|
||||
msgstr ""
|
||||
|
||||
#: lib/filters-options.php:87 lib/mrp.php:52
|
||||
msgctxt "option value"
|
||||
msgid "Return Policy #%d"
|
||||
msgstr ""
|
||||
|
||||
#: lib/mrp.php:91 lib/mrp.php:102
|
||||
msgid "Unable to provide information for return policy ID #%s."
|
||||
msgstr ""
|
||||
|
||||
#: lib/mrp.php:94
|
||||
msgid ""
|
||||
"Please publish return policy ID #%s or select a different return policy."
|
||||
msgstr ""
|
||||
|
||||
#: lib/mrp.php:104
|
||||
msgid "Return policy ID #%s does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: lib/mrp.php:106
|
||||
msgid "Please select a different return policy."
|
||||
msgstr ""
|
||||
|
||||
#: lib/post.php:82
|
||||
msgctxt "metabox title"
|
||||
msgid "Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:148
|
||||
msgctxt "post type general name"
|
||||
msgid "Return Policies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:149
|
||||
msgctxt "post type singular name"
|
||||
msgid "Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:150 lib/register.php:151
|
||||
msgid "Add Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:152
|
||||
msgid "Edit Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:153
|
||||
msgid "New Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:154
|
||||
msgid "View Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:155
|
||||
msgid "View Return Policies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:156
|
||||
msgid "Search Return Policies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:157
|
||||
msgid "No return policies found"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:158
|
||||
msgid "No return policies found in Trash"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:159
|
||||
msgid "Parent Return Policy:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:160
|
||||
msgid "All Return Policies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:161
|
||||
msgid "Return Policy Archives"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:162
|
||||
msgid "Return Policy Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:163
|
||||
msgid "Insert into return policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:164
|
||||
msgid "Uploaded to this return policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:165
|
||||
msgid "Return Policy Image"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:166
|
||||
msgid "Set return policy image"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:167
|
||||
msgid "Remove return policy image"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:168
|
||||
msgid "Use as return policy image"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:169
|
||||
msgctxt "admin menu name"
|
||||
msgid "SSO Returns"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:170
|
||||
msgid "Filter return policies"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:171
|
||||
msgid "Return Policies list navigation"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:172
|
||||
msgid "Return Policies list"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:173
|
||||
msgctxt "admin bar name"
|
||||
msgid "Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:174
|
||||
msgid "Return Policy published."
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:175
|
||||
msgid "Return Policy published privately."
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:176
|
||||
msgid "Return Policy reverted to draft."
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:177
|
||||
msgid "Return Policy scheduled."
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:178
|
||||
msgid "Return Policy updated."
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:193
|
||||
msgctxt "post type label"
|
||||
msgid "Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:195
|
||||
msgctxt "post type description"
|
||||
msgid "Return Policy"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:229
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:230
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:231
|
||||
msgctxt "admin menu name"
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:232
|
||||
msgid "All Categories"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:233
|
||||
msgid "Edit Category"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:234
|
||||
msgid "View Category"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:235
|
||||
msgid "Update Category"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:236
|
||||
msgid "Add New Category"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:237
|
||||
msgid "New Category Name"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:238
|
||||
msgid "Parent Category"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:239
|
||||
msgid "Parent Category:"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:240
|
||||
msgid "Search Categories"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:241
|
||||
msgid "Popular Categories"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:242
|
||||
msgid "Separate categories with commas"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:243
|
||||
msgid "Add or remove categories"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:244
|
||||
msgid "Choose from the most used"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:245
|
||||
msgid "No categories found."
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:246
|
||||
msgid "← Back to categories"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:250
|
||||
msgctxt "taxonomy label"
|
||||
msgid "Categories"
|
||||
msgstr ""
|
||||
|
||||
#: lib/register.php:261
|
||||
msgctxt "taxonomy description"
|
||||
msgid "Categories for Return Policies"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "WPSSO Merchant Return Policy Manager"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wpsso.com/extend/plugins/wpsso-merchant-return-policy/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Manage any number of Merchant Return Policies for Google Merchant listings."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "JS Morisset"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://wpsso.com/"
|
||||
msgstr ""
|
||||
214
spec/fixtures/dynamic_finders/plugin_version/xpro-theme-builder/change_log/changelog.txt
vendored
Normal file
214
spec/fixtures/dynamic_finders/plugin_version/xpro-theme-builder/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,214 @@
|
||||
= V 1.2.3 - 15 June 2023 =
|
||||
|
||||
- Tweak: Update In License Encryption
|
||||
- Tweak: Secure License Not to Reveal
|
||||
- Tweak Product Grid Showing Gallery Image
|
||||
- Tweak: Update In Theme Builder Preview Settings
|
||||
- Fix: Post Dynamic Term Throw Error ID Not Found
|
||||
- Fix: Product Filter not Working with Xpro Swatches
|
||||
|
||||
|
||||
= V 1.2.2 - 05 June 2023 =
|
||||
|
||||
- New: Add WPML Compatibility to Layouts
|
||||
- New: Add WPML Compatibility to Widgets
|
||||
- Tweak: Update In Woo Product Image Widget
|
||||
- Tweak: Rename Dynamic Tags Extensions
|
||||
|
||||
|
||||
= V 1.2.1 - 22 May 2023 =
|
||||
|
||||
- New: Add Source Field In Hamburger For Use Template
|
||||
- Tweak: Update Entrance Animation In Reveal Effects
|
||||
- Tweak: Add Width Field In Mega Menu Vertical Layout
|
||||
- Tweak: Add Button Width Field to Widgets
|
||||
- Fix: PHP FATAL ERROR On PHP Version 8.1 Or Higher
|
||||
- Fix: Pagination Not Working on Post Grid
|
||||
|
||||
|
||||
= V 1.2.0 - 26 April 2023 =
|
||||
|
||||
- Tweak: Change Dynamic Content Template Name Feature Added
|
||||
- Tweak: Change Mega Menu Template Name Feature Added
|
||||
- Tweak: Template Field Multiple Post Types Added
|
||||
- Tweak: Header Sticky Option Added to Containers
|
||||
- Fix: Dynamic Content Layout Shift Issue
|
||||
- Fix: Remote Arrows Not Working With Containers
|
||||
|
||||
|
||||
= V 1.1.9 - 13 April 2023 =
|
||||
|
||||
- Tweak: Template Field Multiple Post Types Added
|
||||
- Fix: Header Sticky Issue Fix When Hide Elements on Sticky
|
||||
- Fix: Add Ease In Animation on Header Sticky
|
||||
- Fix: Dynamic Content Layout Shift Issue
|
||||
|
||||
|
||||
= V 1.1.8 - 01 April 2023 =
|
||||
|
||||
- Tweak: Minimize CSS & JS Files for Optimization
|
||||
- Tweak: Change Color Scheme According to Elementor V3.12.0
|
||||
- Tweak: Compatibility Issue with Elementor V3.12.0
|
||||
- Tweak: Update Loop Builder and Loop Carousel
|
||||
- Fix: Exclude Not Working On Query
|
||||
- Fix: WordPress 6.2 deprecate function get_page_by_title()
|
||||
- New: Add Remote Arrows for Slider Widgets
|
||||
- New: Add Preview Setting to Saved Templates for Loop Builder
|
||||
|
||||
|
||||
= V 1.1.7 - 02 March 2023 =
|
||||
|
||||
- Fix: Specific Page not Shown on Archive
|
||||
- Tweak: Swiper Widget Move to Owl Carousel to prevent Conflict
|
||||
- Tweak: Query Tab Update Term Field
|
||||
- Tweak: Update In Preview Post Settings Options
|
||||
- Tweak: Update In Mega Menu Feature
|
||||
- Tweak: Add Custom Filed in Taxonomy
|
||||
|
||||
|
||||
= V 1.1.6 - 10 February 2023 =
|
||||
|
||||
- Fix: Sticky Header Options on Shown
|
||||
- Fix: the_content() Not Found Issue When Creating a Posts
|
||||
- Fix: the_content() Not Found Issue When Creating a Page
|
||||
- Fix: Global Settings Not Working on Theme Builder Layouts
|
||||
- Tweak: Update In Preview Post Settings Options
|
||||
|
||||
|
||||
= V 1.1.5 - 09 February 2023 =
|
||||
|
||||
- Fix: Throw Error on Preview Settings on FrontEnd Panel
|
||||
- Fix: Throw Error on when creating layout from FrontEnd
|
||||
- Tweak: Update In Preview Post Settings Options
|
||||
- Tweak: Update In Mega Menu Builder Settings
|
||||
|
||||
|
||||
= V 1.1.4 - 02 February 2023 =
|
||||
|
||||
- Fix: Throw Error on Singular Layout after Update to 1.1.3
|
||||
- Fix: Throw Error on Archive Layout After Update to 1.1.3
|
||||
- Tweak: Minor Changes in Preview Post Settings Options
|
||||
|
||||
|
||||
= V 1.1.3 - 01 February 2023 =
|
||||
|
||||
- New: Preview Post Setting Added for Xpro Theme Builder
|
||||
- New: Mega Menu Builder Added [Pro]
|
||||
- New: Mega Menu Widget Added [Pro]
|
||||
- Tweak: Update In Modal Popup Widget
|
||||
- Tweak: Update in Background Overlay Extension
|
||||
- Tweak: Updates In Theme Builder Modules
|
||||
- Tweak: Mailchimp Subscribe Form
|
||||
- Tweak: Update In Horizontal Menu Widget
|
||||
- Fix: Dynamic Content on Responsive Issue
|
||||
- Fix: Background Parallax Print Console
|
||||
- Fix: Extension Compatibility With Containers
|
||||
- Fix: Breadcrumb Previous Not Showing on Blog Page
|
||||
|
||||
|
||||
= V 1.1.2 - 20 December 2022 =
|
||||
|
||||
- Tweak: Add OceanWP Theme Compatibility
|
||||
- Fix: WP Admin bar hide issue
|
||||
- New: Loop/Query Builder Added
|
||||
- New: Loop/Query Carousel Added
|
||||
- New: Dynamic Tags Extension Added
|
||||
- New: Term, Taxonomy, User and Site Tags Added
|
||||
- New: Gird Column Extension Added
|
||||
- New: Custom JS Extension Added
|
||||
- New: Page Title Widget Added
|
||||
- Tweak: Template Widget Update
|
||||
|
||||
|
||||
= V 1.1.1 - 24 October 2022 =
|
||||
|
||||
- Tweak: Add Wrapper Link Extension
|
||||
- Tweak: Update Background Particles Extension
|
||||
- Tweak: Fix Themes Compatible Minor Issues
|
||||
- Tweak: Add Icon Change Option In Search Widget
|
||||
- Tweak: Add Icon Change Option In Ajax Live Search Widget
|
||||
- Tweak: Frontend Panel Minor Styling Issue Fix
|
||||
- Tweak: Fix Xpro Theme Compatibility Issues
|
||||
- New: Add Custom Post Type (CPT) Compatibility
|
||||
|
||||
= V 1.1.0 - 27 September 2022 =
|
||||
|
||||
- New: Template Widget Added
|
||||
- New: Background Particles Extension Added
|
||||
- New: Template Widget Added
|
||||
- New: Display Order Extension
|
||||
- New: Reading Progress Bar Extension
|
||||
- Tweak: Horizontal Menu Active Offset Fix
|
||||
- Tweak: Update Background Parallax Extension
|
||||
|
||||
= V 1.0.9 - 12 September 2022 =
|
||||
|
||||
- Tweak: Alignment Issue in Hamburger
|
||||
- Tweak: Update In Starter Sites Importer
|
||||
- Tweak: Compatibility check with GeneratePress
|
||||
|
||||
= V 1.0.8 - 05 September 2022 =
|
||||
|
||||
- New: [xpro_comments_template] Shortcode Added
|
||||
- Tweak: Update Header Sticky Customization Settings
|
||||
- Tweak: Update Button Styling Override with Hello Theme
|
||||
- New: Starter Sites Importer Added
|
||||
- New: Demo Content Exporter Added
|
||||
|
||||
= V 1.0.7 - 22 August 2022 =
|
||||
|
||||
- Fix: Header Sticky Hide/Show Not Working
|
||||
- Fix: Header Sticky Customization Options
|
||||
- Fix: Page not Found Template not Showing
|
||||
|
||||
= V 1.0.6 - 15 August 2022 =
|
||||
|
||||
- New: Header Sticky Customization Options
|
||||
- New: Hide or Show Multiple Header On Sticky
|
||||
- New: Hide or Show Logo In Header & Sticky
|
||||
- New: Header Change Layout & Color On Sticky
|
||||
- Tweak: Update Post Tiles Responsive Layouts
|
||||
|
||||
= V 1.0.5 - 08 July 2022 =
|
||||
|
||||
- Fix: Product Grid Custom Link Not Work On Quick View
|
||||
- Fix: Product Carousel Custom Link Not Work On Quick View
|
||||
- Tweak: Update Frontend Panel Button Hover Styling
|
||||
|
||||
= V 1.0.4 - 01 July 2022 =
|
||||
|
||||
- Fix: Layout Not Working on Singular Pages
|
||||
- Fix: CSS Styling Conflict With ElementorKit
|
||||
- Fix: Post Grid Dynamic Query Not Show In Editor
|
||||
|
||||
= V 1.0.3 - 15 June 2022 =
|
||||
|
||||
- Tweak: Update Post Grid Pagination Issue
|
||||
- Tweak: Update Product Grid Pagination
|
||||
- New: Added Post Dynamic Compatibility
|
||||
- New: Added ACF Dynamic Compatibility
|
||||
- New: Add Custom Field Widget
|
||||
|
||||
= V 1.0.2 - 01 June 2022 =
|
||||
|
||||
- Fix: Updated tested up to WordPress version tag to 6.0.0
|
||||
- Fix: Elementor Kit Styling Issue on Frontend Panel
|
||||
|
||||
= V 1.0.1 - 23 May 2022 =
|
||||
|
||||
- New: Add Minimum PHP Version Notice
|
||||
- Fix: Minimum PHP Version Error Notice
|
||||
|
||||
= V 1.0.0 - 19 May 2022 =
|
||||
|
||||
- Tweak: Stable Release V1.0.0
|
||||
- Tweak: Updated Frontend Panel
|
||||
|
||||
= V 0.1.1 - 27 April 2022 =
|
||||
|
||||
- Tweak: Updated tested up to Elementor version tag to 3.6.0
|
||||
- Tweak: Updated tested up to WordPress version tag to 5.9.0
|
||||
|
||||
= 0.1.0 - 25 April 2022 =
|
||||
|
||||
- Initial Release
|
||||
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
||||
s.name = 'wpscan'
|
||||
s.version = WPScan::VERSION
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.required_ruby_version = '>= 2.5'
|
||||
s.required_ruby_version = '>= 2.7'
|
||||
s.authors = ['WPScanTeam']
|
||||
s.email = ['contact@wpscan.com']
|
||||
s.summary = 'WPScan - WordPress Vulnerability Scanner'
|
||||
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
||||
s.executables = ['wpscan']
|
||||
s.require_paths = ['lib']
|
||||
|
||||
s.add_dependency 'cms_scanner', '~> 0.13.8'
|
||||
s.add_dependency 'cms_scanner', '~> 0.13.9'
|
||||
|
||||
s.add_development_dependency 'bundler', '>= 1.6'
|
||||
s.add_development_dependency 'memory_profiler', '~> 1.0.0'
|
||||
@@ -32,5 +32,5 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency 'simplecov', '~> 0.21.0'
|
||||
s.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
|
||||
s.add_development_dependency 'stackprof', '~> 0.2.12'
|
||||
s.add_development_dependency 'webmock', '~> 3.18.1'
|
||||
s.add_development_dependency 'webmock', '~> 3.19.1'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user