Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90b61d035e | ||
|
|
05c21fb0a8 | ||
|
|
28cdf8e649 | ||
|
|
d1f2781929 | ||
|
|
6b57da0d8a | ||
|
|
b38f94ef39 | ||
|
|
06e3c76ac6 | ||
|
|
885bf041c4 | ||
|
|
ffe8574c51 | ||
|
|
910d34c721 | ||
|
|
5fec3a97c5 | ||
|
|
37f7dddac7 | ||
|
|
05d912e658 | ||
|
|
4bd87b2953 | ||
|
|
a4c843e51e | ||
|
|
7f9295ad54 | ||
|
|
0ab3d16be9 | ||
|
|
93f2e18811 | ||
|
|
ccd7324590 | ||
|
|
7323e8aa08 | ||
|
|
035830d7bc | ||
|
|
eaaefe2cf5 | ||
|
|
9499caf7b8 | ||
|
|
a677cf87cd | ||
|
|
2fc872ae6f | ||
|
|
27d4d14303 | ||
|
|
434f8819a2 |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -9,14 +9,14 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: [2.5, 2.6, 2.7, 3.0]
|
||||
ruby: [2.5, 2.6, 2.7, '3.0', 3.1]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2.4.0
|
||||
|
||||
- name: Set up Ruby ${{ matrix.ruby }}
|
||||
uses: actions/setup-ruby@v1.1.3
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
||||
|
||||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
install: true
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1.10.0
|
||||
uses: docker/login-action@v1.13.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
@@ -59,7 +59,7 @@ module WPScan
|
||||
#
|
||||
# @return [ String, nil ] The best version number detected from the changelog section
|
||||
def from_changelog_section(body)
|
||||
extracted_versions = body.scan(%r{=+\s+(?:v(?:ersion)?\s*)?([0-9.-]+)[ \ta-z0-9().\-/]*=+}i)
|
||||
extracted_versions = body.scan(/^=+\s+(?:v(?:ersion)?\s*)?([0-9.-]+)[^=]*=+$/i)
|
||||
|
||||
return if extracted_versions.nil? || extracted_versions.empty?
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ module WPScan
|
||||
res = Typhoeus.get(file_url, request_params)
|
||||
raise Error::Download, res if res.timed_out? || res.code != 200
|
||||
|
||||
File.open(file_path, 'wb') { |f| f.write(res.body) }
|
||||
File.binwrite(file_path, res.body)
|
||||
|
||||
local_file_checksum(filename)
|
||||
end
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
# Version
|
||||
module WPScan
|
||||
VERSION = '3.8.20'
|
||||
VERSION = '3.8.21'
|
||||
end
|
||||
|
||||
@@ -108,7 +108,8 @@ describe WPScan::Finders::PluginVersion::Readme do
|
||||
'advanced-most-recent-posts-mod' => '1.6.5.2',
|
||||
'a-lead-capture-contact-form-and-tab-button-by-awebvoicecom' => '3.1',
|
||||
'backup-scheduler' => '1.5.9',
|
||||
'release_date_slash' => '1.0.4'
|
||||
'release_date_slash' => '1.0.4',
|
||||
'cool_tag_cloud' => '2.27'
|
||||
}.each do |file, version_number|
|
||||
context "whith #{file}.txt" do
|
||||
it 'returns the expected version' do
|
||||
|
||||
3413
spec/fixtures/db/dynamic_finders.yml
vendored
3413
spec/fixtures/db/dynamic_finders.yml
vendored
File diff suppressed because it is too large
Load Diff
1500
spec/fixtures/dynamic_finders/expected.yml
vendored
1500
spec/fixtures/dynamic_finders/expected.yml
vendored
File diff suppressed because it is too large
Load Diff
12
spec/fixtures/dynamic_finders/plugin_version/ananas/change_log/CHANGELOG.md
vendored
Normal file
12
spec/fixtures/dynamic_finders/plugin_version/ananas/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with minor modifications,
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0] - 8th Dec 2021
|
||||
Initial plugin release.
|
||||
|
||||
@@ -0,0 +1,146 @@
|
||||
# Copyright (C) 2021 Valice
|
||||
# This file is distributed under the GPLv2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Banner Alerts 1.4.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/banner-alerts\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-28T21:27:03-07:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: banner-alerts\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: src/Admin/AdminPages.php:42
|
||||
msgid "Banner Alerts"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.banneralertsplugin.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Provides an easy interface for creating and displaying alerts or notices as a banner on a website"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Valice"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.valice.com/"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:55
|
||||
msgid "Display title?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:58
|
||||
#: src/Admin/AdminPages.php:77
|
||||
#: src/Admin/AdminPages.php:92
|
||||
#: src/Admin/AdminPages.php:149
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:62
|
||||
#: src/Admin/AdminPages.php:81
|
||||
#: src/Admin/AdminPages.php:96
|
||||
#: src/Admin/AdminPages.php:153
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:66
|
||||
msgid "Link"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:70
|
||||
msgid "Display the title of alert in the banner alert popup?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:74
|
||||
msgid "Display read more link?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:85
|
||||
msgid "Display read more link in the banner alert popup?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:89
|
||||
msgid "Display dismiss link?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:100
|
||||
msgid "Allow alerts to be dismissed?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:104
|
||||
msgid "Display content"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:107
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:111
|
||||
msgid "Full Message"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:115
|
||||
msgid "Excerpt"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:119
|
||||
msgid "Choose the display setting for the alert message in the banner alert popup"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:123
|
||||
msgid "Open/Close Speed"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:126
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:130
|
||||
msgid "Faster"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:134
|
||||
msgid "Slower"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:138
|
||||
msgid "Immediate"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:142
|
||||
msgid "Choose the speed in which the alert is opened and closed"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:146
|
||||
msgid "Use Slider"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:157
|
||||
msgid "Display alerts in a slider when multiple alerts are active?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/AdminPages.php:161
|
||||
msgid "Display styles"
|
||||
msgstr ""
|
||||
|
||||
#: src/BannerAlerts.php:118
|
||||
msgid "Dismiss"
|
||||
msgstr ""
|
||||
|
||||
#: src/BannerAlerts.php:119
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#: src/BannerAlerts.php:131
|
||||
msgid "A valid unix timestamp is required."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,43 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR BeTheme
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: BeThemesMe 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-09 11:42+0530\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"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: includes/elementor-elements/features.php:42
|
||||
#: includes/elementor-elements/features.php:87
|
||||
msgid "Our Process"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:96
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:99
|
||||
msgid "Enter the title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:105
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:108
|
||||
msgid "Enter the description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/elementor-elements/features.php:115
|
||||
msgid "Process Tabs"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "buddypress-birthdays",
|
||||
"version": "1.6.0",
|
||||
"url": "https://github.com/vapvarun/buddypress-birthdays",
|
||||
"license": "GPL-2.0+",
|
||||
"description": "buddypress-birthdays",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-checktextdomain": "^1.0.1",
|
||||
"grunt-wp-i18n": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vapvarun/buddypress-birthdays"
|
||||
},
|
||||
"dependencies": {
|
||||
"load-grunt-tasks": "^3.5.2",
|
||||
"npm": "^8.1.4"
|
||||
}
|
||||
}
|
||||
4
spec/fixtures/dynamic_finders/plugin_version/blockart-blocks/change_log/changelog.txt
vendored
Normal file
4
spec/fixtures/dynamic_finders/plugin_version/blockart-blocks/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 - 02-12-2021 =
|
||||
* Initial release
|
||||
1304
spec/fixtures/dynamic_finders/plugin_version/blockart-blocks/translation_file/languages/blockart.pot
vendored
Normal file
1304
spec/fixtures/dynamic_finders/plugin_version/blockart-blocks/translation_file/languages/blockart.pot
vendored
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
204
spec/fixtures/dynamic_finders/plugin_version/boostimer/translation_file/languages/boostimer.pot
vendored
Normal file
204
spec/fixtures/dynamic_finders/plugin_version/boostimer/translation_file/languages/boostimer.pot
vendored
Normal file
@@ -0,0 +1,204 @@
|
||||
# Copyright (c) 2021 Zabir Anik. All Rights Reserved.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Boostimer - Product Availability Countdown And Scheduler For WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/xaviranik/boostimer/issues\n"
|
||||
"Last-Translator: zabiranik.me@gmail.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: 2021-11-27T16:21:25+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: boostimer\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Boostimer - Product Availability Countdown And Scheduler For WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "From sale to stock, Store-wise availability management in a breeze."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Zabir Anik"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://zabiranik.com"
|
||||
msgstr ""
|
||||
|
||||
#: boostimer.php:172
|
||||
msgid "View Boostimer documentation"
|
||||
msgstr ""
|
||||
|
||||
#: boostimer.php:172
|
||||
msgid "Docs"
|
||||
msgstr ""
|
||||
|
||||
#: boostimer.php:173
|
||||
msgid "Visit Boostimer forums"
|
||||
msgstr ""
|
||||
|
||||
#: boostimer.php:173
|
||||
msgid "Community support"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/Menu.php:32
|
||||
#: includes/Admin/Menu.php:33
|
||||
msgid "Boostimer"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/ProductData/Sale.php:52
|
||||
msgid "Show sale timer?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/ProductData/Sale.php:55
|
||||
msgid "Show sale countdown timer if sale price and schedules are set"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Api/Settings.php:77
|
||||
#: src/pages/Settings.js:63
|
||||
msgid "Settings have been updated successfully"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Api/Settings.php:121
|
||||
msgid "Sale timer."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Api/Settings.php:127
|
||||
msgid "Sale timer title."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Api/Settings.php:135
|
||||
msgid "Is sale timer enabled.."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Api/Settings.php:144
|
||||
msgid "Stock timer."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Api/Settings.php:150
|
||||
msgid "Stock timer title."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Api/Settings.php:158
|
||||
msgid "Is stock timer enabled.."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Frontend/SaleTimer.php:22
|
||||
#: src/pages/Settings.js:153
|
||||
msgid "Sale ends in:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Frontend/StockTimer.php:22
|
||||
#: src/pages/Settings.js:170
|
||||
msgid "Expected restock in:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin/stock-product-data.php:20
|
||||
msgid "Show restock timer?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin/stock-product-data.php:23
|
||||
msgid "Show restock countdown timer"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin/stock-product-data.php:31
|
||||
msgid "Stock available after"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin/stock-product-data.php:35
|
||||
msgid "Sets probable restock date"
|
||||
msgstr ""
|
||||
|
||||
#: templates/countdown-timer.php:34
|
||||
msgid "Days"
|
||||
msgstr ""
|
||||
|
||||
#: templates/countdown-timer.php:38
|
||||
msgid "Hours"
|
||||
msgstr ""
|
||||
|
||||
#: templates/countdown-timer.php:42
|
||||
msgid "Minutes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/countdown-timer.php:46
|
||||
msgid "Seconds"
|
||||
msgstr ""
|
||||
|
||||
#: templates/notice.php:24
|
||||
msgid "Boostimer is inactive"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1$-2$: opening and closing <strong> tags, 3$-4$: link tags, takes to woocommerce plugin on wp.org, 5$-6$: opening and closing link tags, leads to plugins.php in admin
|
||||
#: templates/notice.php:33
|
||||
msgid "%1$sLooks like, WooCommerce is not installed.%2$s The %3$sWooCommerce plugin%4$s must be activated for Boostimer to rock. Please %5$sinstall WooCommerce »%6$s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1$-2$: opening and closing <strong> tags, 3$-4$: link tags, takes to woocommerce plugin on wp.org, 5$-6$: opening and closing link tags, leads to plugins.php in admin
|
||||
#: templates/notice.php:42
|
||||
msgid "%1$sLooks like, WooCommerce is deactivated.%2$s The %3$sWooCommerce plugin%4$s must be activated for Boostimer to rock. Please %5$sactivate WooCommerce%6$s"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Sidebar.js:41
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Home.js:11
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:58
|
||||
msgid "Saving settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:68
|
||||
msgid "Settings could not be saved. Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:107
|
||||
msgid "Show Countdown"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:114
|
||||
msgid "Show Sale Countdown Timer"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:115
|
||||
msgid "Enable this to show countdown timer for sale duration on single product"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:129
|
||||
msgid "Show Stock Countdown Timer"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:130
|
||||
msgid "Enable this to show countdown timer for next available stock on single product"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:141
|
||||
msgid "Timer title"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:148
|
||||
msgid "Sale Timer Title"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:149
|
||||
msgid "This text will show on the sale timer title"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:165
|
||||
msgid "Stock Timer Title"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:166
|
||||
msgid "This text will show on the stock timer title"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Settings.js:189
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,13 @@
|
||||
/**1.0.2 - 2021.11.29 **/
|
||||
- Fixed: Fixed bundle price with tax include/exclude
|
||||
|
||||
/**1.0.1 - 2021.11.25 **/
|
||||
- Updated: Compatible with WooCommerce 5.7.1
|
||||
- Updated: Update support file
|
||||
- Updated: Add language default template
|
||||
- Updated: Add product type prefix when searching the product on bundle product setting
|
||||
- Updated: Prevent image resize on bundle view
|
||||
- Updated: Slider for select product popup
|
||||
|
||||
/**1.0 - 2021.11 **/
|
||||
- The first released
|
||||
17
spec/fixtures/dynamic_finders/plugin_version/btcpaywall/composer_file/package.json
vendored
Normal file
17
spec/fixtures/dynamic_finders/plugin_version/btcpaywall/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "BTCPayWall",
|
||||
"version": "1.0.0",
|
||||
"description": "BTCPayWall is a WordPress plugin for publishers to charge for paid content. With the help of WordPress BTCPayWall plugin you can offer previews of your blog posts and accept bitcoin payment for a single post (pay-per-post) via Lightning Network.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "wp-scripts start",
|
||||
"build": "wp-scripts build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^17.0.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
# Copyright (C) 2022 Arshid
|
||||
# This file is distributed under the same license as the CF7 Signature plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CF7 Signature 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cf7-signature\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: 2022-01-01T02:00:24+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: cf7-signature\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "CF7 Signature"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://ciphercoin.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Signature input field for contact form 7"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Arshid"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:92
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:105
|
||||
msgid "sign"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:113
|
||||
msgid "Generate a form-tag for a date input field. For more details, see %s."
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:115
|
||||
msgid "https://contactform7.com/date-field/"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:115
|
||||
msgid "Date field"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:125
|
||||
#: cf7-signature.php:128
|
||||
msgid "Field type"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:129
|
||||
msgid "Required field"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:135
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:141
|
||||
msgid "Id attribute"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:146
|
||||
msgid "Class attribute"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:158
|
||||
msgid "Insert Tag"
|
||||
msgstr ""
|
||||
|
||||
#: cf7-signature.php:163
|
||||
msgid "To use the value input through this field in a mail field, you need to insert the corresponding mail-tag (%s) into the field on the Mail tab."
|
||||
msgstr ""
|
||||
@@ -1237,3 +1237,7 @@ LiverRoom (Pvt) Ltd., hereby disclaims all copyright interest in the program &ld
|
||||
<!-- This Google structured data (Rich Snippet) auto generated by RadiusTheme Review Schema plugin version 1.0.1 -->
|
||||
|
||||
|
||||
<!-- gofer-seo -->
|
||||
<!-- Gofer SEO - 1.0.1 -->
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**1.0.1 - 2021.12.22 **/
|
||||
- Fixed: Attributes hide/show
|
||||
|
||||
/**1.0.0 - 2021.12 **/
|
||||
- The first released
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "copysmithai",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"publish": "webpack --env production",
|
||||
"staging": "webpack --env staging",
|
||||
"start": "wp-scripts start",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"acorn": "^8.4.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"webpack": "^5.50.0",
|
||||
"webpack-cli": "^4.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@copysmith/api": "0.0.74-5",
|
||||
"@emotion/react": "^11.4.1",
|
||||
"@emotion/styled": "^11.3.0",
|
||||
"@material-ui/core": "^4.12.3",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"@mui/material": "^5.0.0",
|
||||
"axios": "^0.21.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"formik": "^2.2.9",
|
||||
"luxon": "^2.0.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dnd": "^14.0.3",
|
||||
"react-dnd-html5-backend": "^14.0.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-query": "^3.19.6",
|
||||
"react-tag-input": "^6.7.3",
|
||||
"yup": "^0.32.11"
|
||||
}
|
||||
}
|
||||
13
spec/fixtures/dynamic_finders/plugin_version/dev-studio/change_log/changelog.txt
vendored
Normal file
13
spec/fixtures/dynamic_finders/plugin_version/dev-studio/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
= 2.0.0 =
|
||||
* Update - New UI
|
||||
* Update - Plugin built on vanilla JS instead of using jQuery
|
||||
* Update - Data collection time improvement
|
||||
* Update - Optimized scripts and styles
|
||||
* Update - Wordpress support up to latest version
|
||||
* Update - WooCommerce support up to latest version
|
||||
* Add - Storage instance options (uploads directory or custom directory or Redis)
|
||||
* Add - Storage statistics
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release
|
||||
@@ -0,0 +1,766 @@
|
||||
# Copyright (C) 2022 Diller AS
|
||||
# This file is distributed under the MIT.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Diller Loyalty 2 2.0.12\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/diller-loyalty\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: 2022-01-08T17:05:13+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: diller-loyalty\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Diller Loyalty 2"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://diller.no/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Diller is a loyalty platform for businesses that is easy, affordable and profitable and integrates seamlessly with your WooCommerce shop."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Diller AS"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://diller.no/kontakt/"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-diller-loyalty-admin.php:110
|
||||
msgid "Diller Loyalty"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-diller-loyalty-admin.php:125
|
||||
msgid "Dismiss this notice."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-diller-loyalty-admin.php:176
|
||||
#: admin/partials/diller-loyalty-admin-display.php:53
|
||||
msgid "Store connected successfully"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Error description provided by the API.
|
||||
#: admin/class-diller-loyalty-admin.php:189
|
||||
msgid "Could not connect store. Details: %s"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-diller-loyalty-admin.php:220
|
||||
msgid "Settings saved"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:28
|
||||
msgid "Connect your store"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:30
|
||||
msgid "Connected successfully"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:34
|
||||
msgid "Contact your partner to get your API-Key and Store ID."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:41
|
||||
msgid "Store name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:48
|
||||
msgid "API-Key"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:51
|
||||
msgid "Your API-Key (32 chars long)"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:55
|
||||
msgid "Store Pin"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:58
|
||||
msgid "Your store PIN (6-digit long)"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:63
|
||||
msgid "Reconnect"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-connect.php:63
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-display.php:21
|
||||
#: includes/class-diller-loyalty-auth.php:23
|
||||
msgid "You don't have permission to authenticate Diller Loyalty Plugin."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-display.php:48
|
||||
msgid "Thanks for installing Diller Loyalty"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-display.php:56
|
||||
msgid "Environment:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-display.php:57
|
||||
msgid "Version:"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:36
|
||||
msgid "Allow phone numbers from all countries"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:37
|
||||
msgid "Allow phone numbers from all countries, except for…"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:38
|
||||
msgid "Allow phone numbers from specific countries"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:46
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:54
|
||||
msgid "Phone lookup - 1881.no"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:58
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:75
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:167
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:59
|
||||
msgid "If checked, Diller will try to fetch name and address automatically from 1881.no, by using the phone number."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:63
|
||||
msgid "Default phone country code"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:70
|
||||
msgid "Enhanced phone field"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:76
|
||||
msgid "If checked, form displays an enhanced phone input field, with dropdown to pick country codes and validate phone numbers"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:80
|
||||
msgid "Phone numbers allowed"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:87
|
||||
msgid "This option lets you define countries for which phone numbers are allowed or not."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:91
|
||||
msgid "Countries"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:102
|
||||
msgid "Preferred countries"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:109
|
||||
msgid "Choose one or more countries, to display on the top of the list"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:117
|
||||
msgid "Formats"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:119
|
||||
msgid "Configure date formats, etc"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:124
|
||||
msgid "Default date placeholder"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: new line break
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:130
|
||||
msgid "The default placeholder for date input fields to provide a hint on how to type the date.%1$sEg. Norway: dd.mm.åååå, Sweden: åååå-mm-dd, UK: dd/mm/yyyy, US: mm/dd/yyyyetc."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:148
|
||||
msgid "My Account"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:155
|
||||
msgid "Minimum age for enrollment"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:158
|
||||
msgid "The minimum age allowed, for enrolling the Loyalty Program"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:163
|
||||
msgid "Enable stamps usage"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:168
|
||||
msgid "If checked, Stamps feature will be available for this store."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/diller-loyalty-admin-settings.php:176
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: diller-loyalty.php:119
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-api-request.php:178
|
||||
msgid "Invalid authentication. Please make sure you typed the correct API-key and Store Pin."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-api-request.php:180
|
||||
msgid "The API was unreachable."
|
||||
msgstr ""
|
||||
|
||||
#. Translators: placeholder adds the response code.
|
||||
#: includes/class-diller-loyalty-api-request.php:188
|
||||
msgid "The API returned a <strong>%s</strong> response"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-utils.php:206
|
||||
msgid "Could not extract the country code from the phone number."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-utils.php:221
|
||||
#: includes/class-diller-loyalty-utils.php:236
|
||||
#: includes/class-diller-loyalty-utils.php:253
|
||||
msgid "Invalid input. Could not parse phone number."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-utils.php:360
|
||||
msgid "Reason: The API was unreachable because the Airplane Mode plugin is active."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-utils.php:381
|
||||
msgid "Reason: The API was unreachable because no external hosts are allowed on this site."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:41
|
||||
#: includes/class-diller-loyalty-woocommerce.php:283
|
||||
msgid "My coupons"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:42
|
||||
#: includes/class-diller-loyalty-woocommerce.php:426
|
||||
msgid "My stamp cards"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:43
|
||||
#: includes/class-diller-loyalty-woocommerce.php:179
|
||||
#: includes/forms/class-diller-refer-friend-form.php:10
|
||||
#: includes/shortcodes/class-diller-refer-friend-shortcode.php:15
|
||||
msgid "Refer a friend"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:44
|
||||
#: includes/class-diller-loyalty-woocommerce.php:145
|
||||
#: includes/class-diller-loyalty-woocommerce.php:708
|
||||
#: includes/class-diller-loyalty-woocommerce.php:983
|
||||
#: includes/class-diller-loyalty-woocommerce.php:1061
|
||||
#: includes/class-diller-loyalty-woocommerce.php:1079
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:45
|
||||
msgid "Loyalty Program"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:76
|
||||
msgid "Loyalty Program Status"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:78
|
||||
msgid "My level"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:82
|
||||
msgid "Points for use"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:83
|
||||
#: includes/class-diller-loyalty-woocommerce.php:93
|
||||
#: includes/class-diller-loyalty-woocommerce.php:97
|
||||
#: includes/class-diller-loyalty-woocommerce.php:241
|
||||
#: includes/class-diller-loyalty-woocommerce.php:292
|
||||
#: includes/class-diller-loyalty-woocommerce.php:360
|
||||
#: includes/class-diller-loyalty-woocommerce.php:438
|
||||
#: includes/class-diller-loyalty-woocommerce.php:506
|
||||
#: includes/class-diller-loyalty-woocommerce.php:713
|
||||
#: includes/class-diller-loyalty-woocommerce.php:752
|
||||
msgid "points"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:92
|
||||
msgid "Points till next level"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:97
|
||||
msgid "Points earned for the period"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:138
|
||||
msgid "Member level qualification period"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:139
|
||||
msgid "Qualification period"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:140
|
||||
msgid "Never expire"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: is a line break <br>. 2: link to my account page. 3: closing link
|
||||
#: includes/class-diller-loyalty-woocommerce.php:149
|
||||
msgid "Become a member of our Loyalty Program to get exclusive benefits and offers from us.%1$s%2$sClick here%3$s to enroll now"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: is a line break <br>. 2: link to Loyalty Program enrollment form URL. 3: closing link
|
||||
#: includes/class-diller-loyalty-woocommerce.php:193
|
||||
msgid "You need to enroll on the Loyalty Program first, before you can invite your friends.%1$sTo enroll, please %2$sclick here%3$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:229
|
||||
#: includes/class-diller-loyalty-woocommerce.php:348
|
||||
msgid "My Coupons"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:241
|
||||
#: includes/class-diller-loyalty-woocommerce.php:292
|
||||
#: includes/class-diller-loyalty-woocommerce.php:360
|
||||
#: includes/class-diller-loyalty-woocommerce.php:438
|
||||
#: includes/class-diller-loyalty-woocommerce.php:506
|
||||
msgid "My points"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:253
|
||||
#: includes/class-diller-loyalty-woocommerce.php:303
|
||||
#: includes/class-diller-loyalty-woocommerce.php:377
|
||||
msgid "Coupon can be used"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:254
|
||||
#: includes/class-diller-loyalty-woocommerce.php:304
|
||||
#: includes/class-diller-loyalty-woocommerce.php:378
|
||||
#: includes/class-diller-loyalty-woocommerce.php:451
|
||||
#: includes/class-diller-loyalty-woocommerce.php:524
|
||||
msgid "unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:255
|
||||
#: includes/class-diller-loyalty-woocommerce.php:305
|
||||
#: includes/class-diller-loyalty-woocommerce.php:379
|
||||
#: includes/class-diller-loyalty-woocommerce.php:395
|
||||
#: includes/class-diller-loyalty-woocommerce.php:452
|
||||
#: includes/class-diller-loyalty-woocommerce.php:525
|
||||
#: includes/class-diller-loyalty-woocommerce.php:541
|
||||
msgid "time"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:255
|
||||
#: includes/class-diller-loyalty-woocommerce.php:305
|
||||
#: includes/class-diller-loyalty-woocommerce.php:379
|
||||
#: includes/class-diller-loyalty-woocommerce.php:395
|
||||
#: includes/class-diller-loyalty-woocommerce.php:452
|
||||
#: includes/class-diller-loyalty-woocommerce.php:525
|
||||
#: includes/class-diller-loyalty-woocommerce.php:541
|
||||
msgid "times"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:267
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:275
|
||||
#: includes/class-diller-loyalty-woocommerce.php:323
|
||||
msgid "You have no coupons available at the time"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:315
|
||||
msgid "Go to coupon"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: is a line break <br>. 2: link to Loyalty Program enrollment form URL. 3: closing link
|
||||
#: includes/class-diller-loyalty-woocommerce.php:331
|
||||
#: includes/class-diller-loyalty-woocommerce.php:411
|
||||
msgid "You need to enroll on the Loyalty Program first, before you can access your coupons.%1$sTo enroll, please %2$sclick here%3$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:387
|
||||
#: includes/class-diller-loyalty-woocommerce.php:535
|
||||
#: includes/class-diller-loyalty-woocommerce.php:555
|
||||
msgid "Expires:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:387
|
||||
#: includes/class-diller-loyalty-woocommerce.php:535
|
||||
#: includes/class-diller-loyalty-woocommerce.php:555
|
||||
msgid "expired"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:395
|
||||
msgid "Coupon has been used"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:400
|
||||
msgid "Promo code:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:450
|
||||
msgid "Stamp can be used"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:462
|
||||
msgid "Go to stamp"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:471
|
||||
msgid "You have no stamps available at the time"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: is a line break <br>. 2: link to Loyalty Program enrollment form URL. 3: closing link
|
||||
#: includes/class-diller-loyalty-woocommerce.php:479
|
||||
msgid "You need to enroll on the Loyalty Program first, before you can access your stamp cards.%1$sTo enroll, please %2$sclick here%3$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:495
|
||||
msgid "My stamps"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:523
|
||||
msgid "Stamp can be used:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:541
|
||||
msgid "Stamp has been used"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: link to Loyalty Program enrollment form URL. 2: closing link
|
||||
#: includes/class-diller-loyalty-woocommerce.php:568
|
||||
msgid "You need to enroll on the Loyalty Program first, before you can access your stamp cards. To enroll, please %1$sclick here%2$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:635
|
||||
#: includes/forms/class-diller-form.php:256
|
||||
msgid "You must enter a valid mobile number"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:647
|
||||
#: includes/forms/class-diller-enrollment-form.php:183
|
||||
msgid "I want to get offers and benefits that suit me based on my preferences and purchase history."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Store Name, 2: link to Terms & Conditions URL, 3: closing url
|
||||
#: includes/class-diller-loyalty-woocommerce.php:650
|
||||
#: includes/forms/class-diller-enrollment-form.php:186
|
||||
msgid "I want to join %1$s's loyalty club and receive benefits, offers and other marketing communications electronically, including email, SMS and the like. Read our %2$sprivacy policy here%3$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty-woocommerce.php:712
|
||||
#: includes/class-diller-loyalty-woocommerce.php:734
|
||||
#: includes/class-diller-loyalty-woocommerce.php:769
|
||||
#: includes/forms/class-diller-refer-friend-form.php:109
|
||||
msgid "Points earned"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: link to Terms & Conditions URL, 2: closing url
|
||||
#: includes/class-diller-loyalty-woocommerce.php:1065
|
||||
msgid "You have unsubscribed the Loyalty Program. To enroll again and enjoy the benefits, please %1$sclick here%2$s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-diller-loyalty.php:845
|
||||
msgid "Join Loyalty Program"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:18
|
||||
msgid "Mobile number"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:29
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:35
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:42
|
||||
msgid "Last Name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:49
|
||||
msgid "Gender"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:53
|
||||
msgid "Male"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:54
|
||||
msgid "Female"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:55
|
||||
msgid "Prefer not to answer"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:58
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:59
|
||||
msgid "Postal code"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:67
|
||||
msgid "Postal city"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:75
|
||||
msgid "Country"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:80
|
||||
msgid "Birth date"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:222
|
||||
msgid "Subscribe"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:330
|
||||
msgid "There is already a member with this phone number associated."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:346
|
||||
msgid "Ooops! An error has occurred while we tried to enroll you in the loyalty program. Please try again later. If the problem persists please contact us."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-enrollment-form.php:353
|
||||
msgid "Congratulations! You are now registered successfully in our loyalty program."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: is a line break <br>. 2: link to Webshop page. 3: closing link
|
||||
#: includes/forms/class-diller-enrollment-form.php:357
|
||||
msgid "You can access your loyalty program status and benefits by %1$sclicking here%2$s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Field name.
|
||||
#: includes/forms/class-diller-enrollment-form.php:390
|
||||
msgid "Field: %s has an invalid date value."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Field name.
|
||||
#: includes/forms/class-diller-enrollment-form.php:412
|
||||
#: includes/forms/fields/class-diller-base-field.php:417
|
||||
msgid "Field: %s is required."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-form.php:255
|
||||
msgid "Date value cannot be higher than today's date"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-form.php:257
|
||||
msgid "You must enter a valid date value"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Minimum age for enrolling the Loyalty Program
|
||||
#: includes/forms/class-diller-form.php:260
|
||||
msgid "You must be at least %1$s years old to join the Loyalty Program"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-form.php:265
|
||||
msgid "This phone number is already in use."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-form.php:266
|
||||
msgid "This email is already in use."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Loyalty Program, Enrollment Form URL (Inside My Account), 2: closing url
|
||||
#: includes/forms/class-diller-form.php:269
|
||||
msgid "Go to %1$sMy Account%2$s page instead to join the Loyalty Program"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:16
|
||||
msgid "Your friend's first name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:23
|
||||
msgid "Your friend's last name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:30
|
||||
#: includes/forms/class-diller-refer-friend-form.php:106
|
||||
msgid "Your friend's email"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:36
|
||||
msgid "Send invitation"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is the number of points.
|
||||
#: includes/forms/class-diller-refer-friend-form.php:51
|
||||
msgid "Earn %s points for each friend you refer to sign up for our Loyalty Program"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:84
|
||||
msgid "There is already a member in our loyalty club with this email"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:88
|
||||
msgid "Thank you! You friend was successfully invited to join the loyalty program!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:105
|
||||
msgid "Your friend's name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:107
|
||||
msgid "Invite status"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:119
|
||||
msgid "Registration completed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:121
|
||||
msgid "Awaiting registration"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-refer-friend-form.php:127
|
||||
msgid "points earned"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:10
|
||||
msgid "SMS: I want to receive benefits, offers and other marketing electronically in connection with the customer club via SMS."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:11
|
||||
msgid "E-mail: I want to receive benefits, offers and other marketing electronically in connection with the customer club by E-mail."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:28
|
||||
msgid "Save my preferences"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:46
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:78
|
||||
msgid "You are unsubscribed from the Loyalty Program. Please allow 10 days for us to come to terms with this change and update our system."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:84
|
||||
msgid "Ooops! An error has occurred while trying to unsubscribe you from the Loyalty Program. Please try again later. If the problem persists please contact us."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:118
|
||||
msgid "Your loyalty program preferences were successfully updated"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:121
|
||||
msgid "Welcome back!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:130
|
||||
msgid "Ooops! An error has occurred while we tried to update your loyalty program preferences. Please try again later. If the problem persists please contact us."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:167
|
||||
msgid "Loyalty Program - Unsubscribe"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:168
|
||||
msgid "Are you sure you want to leave the Loyalty Program ? You will miss out on great our special offers and discounts."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:174
|
||||
msgid "Stay"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-enrollment-form.php:181
|
||||
msgid "Leave"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-update-phone-form.php:37
|
||||
msgid "New mobile number"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-update-phone-form.php:46
|
||||
msgid "Verification code (sent by SMS)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-update-phone-form.php:56
|
||||
msgid "Verify phone number"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-update-phone-form.php:114
|
||||
msgid "Your phone number has been successfully changed!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/class-diller-wc-update-phone-form.php:114
|
||||
msgid "The verification code you entered is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Phone number.
|
||||
#: includes/forms/class-diller-wc-update-phone-form.php:130
|
||||
msgid "We just sent an SMS to <b>%s</b> with your verification code. It may take some seconds to arrive."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Phone number.
|
||||
#: includes/forms/class-diller-wc-update-phone-form.php:135
|
||||
msgid "We could not send the verification code to <b>%s</b>."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Field name.
|
||||
#: includes/forms/fields/class-diller-base-field.php:160
|
||||
msgid "%s is required"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Field name, 2: Field min length
|
||||
#: includes/forms/fields/class-diller-base-field.php:187
|
||||
msgid "%1$s must be minimum %2$d characters long"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %d: Field max length
|
||||
#: includes/forms/fields/class-diller-base-field.php:201
|
||||
msgid " and maximum of %d characters long"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Field name, 2: Field length
|
||||
#: includes/forms/fields/class-diller-base-field.php:206
|
||||
msgid "%1$s cannot be longer than %2$d characters"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Field name.
|
||||
#: includes/forms/fields/class-diller-email-field.php:44
|
||||
msgid "Please provide a valid value for field: %s ."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/fields/class-diller-phone-field.php:52
|
||||
msgid "Phone number is invalid."
|
||||
msgstr ""
|
||||
|
||||
#: includes/forms/fields/class-diller-select-field.php:71
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Line break 2: Loyalty Program, Enrollment Form URL (Inside My Account), 3: closing url
|
||||
#: includes/shortcodes/class-diller-enrollment-form-shortcode.php:24
|
||||
msgid "You have already joined our Loyalty Program.%1$sGo to %2$sMy Account%3$s page, if you wish to change your preferences and view your benefits."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,2 @@
|
||||
1.2.6
|
||||
* Initial release
|
||||
@@ -0,0 +1,188 @@
|
||||
# Copyright (C) 2021 Guaven Labs
|
||||
# This file is distributed under the same license as the DxTag - Auto-Generated Product and Post Listings plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: DxTag - Auto-Generated Product and Post Listings 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/guaven_dxtag\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-11-01T18:12:18+04:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: guaven_dxtag\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "DxTag - Auto-Generated Product and Post Listings"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://guaven.com/dxtag/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "The plugin generates dynamic taxonomy pages where it lists any kind posts, pages, products etc. under the rules you set.(f.e. price limits, stock quantity, some match in a post title etc.)"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Guaven Labs"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://guaven.com"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-guaven_dxtag-admin.php:105
|
||||
msgid "Special Listings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-guaven_dxtag-admin.php:106
|
||||
#: admin/class-guaven_dxtag-admin.php:107
|
||||
msgid "DxTag Listings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-guaven_dxtag-admin.php:288
|
||||
msgid "Done! But there is no found product match under the rules you have just set. Try to adjust the rules."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %d here is the number of found products.
|
||||
#: admin/class-guaven_dxtag-admin.php:291
|
||||
msgid "Success! %d products has been added to this DxTag."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:24
|
||||
msgid ""
|
||||
"By using DxTag tool you can auto-create dynamyc listing pages (with sidebar filters if your theme supports it) \n"
|
||||
" which is great for SEO, UX and E-Commerce Sale Boost."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s here is admin URL where we list already created custom rules.
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:30
|
||||
msgid ""
|
||||
"To get started, you can directly go to %s pages where we prepared \n"
|
||||
" <b>pre-installed samples for you</b>."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:31
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:53
|
||||
msgid "Manage existing Rules"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s here is admin URL where we create our custom rules.
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:36
|
||||
msgid ""
|
||||
"To create your new rule you can use <b>%1$s</b> button below. For more help, read our \n"
|
||||
" %2$s\n"
|
||||
" or just %3$s"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:39
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:51
|
||||
msgid "Create new rule"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:40
|
||||
msgid "Docs"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:41
|
||||
msgid "contact us"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:57
|
||||
msgid "Setting fields"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-display.php:67
|
||||
msgid ""
|
||||
"For example, for default WordPress post tags this slug is a\"tag\", and an URL has <i>DOMAIN/tag/name</i> structure. \n"
|
||||
"The same for dynamic tags - just set any desired name. <br>\n"
|
||||
"Examples: <i>listing, collections, morehere, pick, additional,</i> etc.\n"
|
||||
"Default value is <b>\"dxtag\"</b>."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:127
|
||||
msgid "URL for the created DxTag: "
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:129
|
||||
msgid "You can edit desciption and other fields of created taxonomy term: "
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:133
|
||||
msgid "You can directly use this URL anywhere you want.<br> Alternatively, as the plugin generates native WP custom tags, You can find and insert these tags in Menus, Widgets, Post Editor, etc."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:138
|
||||
msgid "Once You save/publish the rule, URL for the created dynamic tag will appear here"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:143
|
||||
msgid "Additional Notes"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:145
|
||||
msgid "- Value field should be like {taxonomy}:{slug_value} if you choose \"WP Term\" rule. f.e. product_cat:shoes or category:news etc."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:147
|
||||
msgid "- To use <i>OR</i> operand in Value field, you can use | separator. For example: <i>product | product_variation</i>"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:149
|
||||
msgid "- To see how the rule works you need to publish it. To keep rule draft, private, pending etc. equals \"not publishing\" it yet."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:151
|
||||
msgid "- Once you published the rule, simply click to UPDATE RULE TAGS button above."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:153
|
||||
msgid "- If you unpublish/delete already published rule, then related taxonomy term will be deleted as well."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/guaven_dxtag-admin-meta-box.php:155
|
||||
msgid "- If URL for the DxTag gives 404 not found error, just fo to Settings->Permalinks, and click to SAVE button. This will rebuild rewrite rules."
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:17
|
||||
msgid "Parameters"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:118
|
||||
msgid "Post Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:119
|
||||
msgid "Post Type"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:120
|
||||
msgid "Meta Key"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:121
|
||||
msgid "WP Term"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:122
|
||||
msgid "WooCommerce: Price"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:123
|
||||
msgid "WooCommerce: Sale Price"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:124
|
||||
msgid "WooCommerce: Stock Status"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:125
|
||||
msgid "WooCommerce: Stock Quantity"
|
||||
msgstr ""
|
||||
|
||||
#: includes/guaven_dxtag-admin-helper.php:126
|
||||
msgid "WooCommerce: Product Category"
|
||||
msgstr ""
|
||||
4
spec/fixtures/dynamic_finders/plugin_version/dynamic-block-content/change_log/changelog.txt
vendored
Normal file
4
spec/fixtures/dynamic_finders/plugin_version/dynamic-block-content/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
= 0.1.0 =
|
||||
* Initial release.
|
||||
|
||||
@@ -0,0 +1,215 @@
|
||||
# Copyright (C) 2021 WP Clevel
|
||||
# This file is distributed under the same license as the Elemental Theme Builder plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Elemental Theme Builder 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elemental-theme-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: 2021-12-13T16:31:58+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: elemental-theme-builder\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Elemental Theme Builder"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wordpress.org/plugins/elemental-theme-builder"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "An intuitive theme builder for Elementor Page Builder (the free version)."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP Clevel"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpclevel.com"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: loading class.
|
||||
#: elemental-theme-builder.php:42
|
||||
msgid "Autoloading failed. Class \"%s\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: elemental-theme-builder.php:59
|
||||
msgid "Elemental Theme Builder requires PHP version 7.2 at least!"
|
||||
msgstr ""
|
||||
|
||||
#: elemental-theme-builder.php:62
|
||||
msgid "Elemental Theme Builder requires WordPress version 5.6 at least!"
|
||||
msgstr ""
|
||||
|
||||
#: elemental-theme-builder.php:65
|
||||
msgid "WordPress content directory is inaccessible."
|
||||
msgstr ""
|
||||
|
||||
#: elemental-theme-builder.php:68
|
||||
msgid "Elemental Theme Builder requires Elementor version 3.3.0 at least."
|
||||
msgstr ""
|
||||
|
||||
#: elemental-theme-builder.php:76
|
||||
msgid "Plugin Activation Error"
|
||||
msgstr ""
|
||||
|
||||
#: src/Blocks/PostMeta/PageLayoutSettings.php:34
|
||||
msgid "Select a header template to display on the frontend."
|
||||
msgstr ""
|
||||
|
||||
#: src/Blocks/PostMeta/PageLayoutSettings.php:46
|
||||
msgid "Select a footer template to display on the frontend."
|
||||
msgstr ""
|
||||
|
||||
#: src/Blocks/PostMeta/PageLayoutSettings.php:79
|
||||
msgid "Inherit"
|
||||
msgstr ""
|
||||
|
||||
#: src/Blocks/PostMeta/PageLayoutSettings.php:83
|
||||
msgid "Theme Default"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:59
|
||||
msgid "Footer"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:120
|
||||
#: src/Documents/SiteHeader.php:120
|
||||
msgid "Display Condition"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:129
|
||||
#: src/Documents/SiteHeader.php:129
|
||||
msgid "If multiple templates have the same display condition, the last updated one will be used."
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:137
|
||||
#: src/Documents/SiteHeader.php:137
|
||||
msgid "Show On"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:142
|
||||
#: src/Documents/SiteHeader.php:142
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:143
|
||||
#: src/Documents/SiteHeader.php:143
|
||||
msgid "Entire Site"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:144
|
||||
#: src/Documents/SiteHeader.php:144
|
||||
msgid "Blog Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:145
|
||||
#: src/Documents/SiteHeader.php:145
|
||||
msgid "Front Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:146
|
||||
#: src/Documents/SiteHeader.php:146
|
||||
msgid "Archive Pages"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:147
|
||||
#: src/Documents/SiteHeader.php:147
|
||||
msgid "Singular Pages"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:148
|
||||
#: src/Documents/SiteHeader.php:148
|
||||
msgid "Error 404 Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:149
|
||||
#: src/Documents/SiteHeader.php:149
|
||||
msgid "Search Result Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:150
|
||||
#: src/Documents/SiteHeader.php:150
|
||||
msgid "Privacy Policy Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:151
|
||||
#: src/Documents/SiteHeader.php:151
|
||||
msgid "WooCommerce Shop Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:152
|
||||
#: src/Documents/SiteHeader.php:152
|
||||
msgid "Custom"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:160
|
||||
#: src/Documents/SiteHeader.php:160
|
||||
msgid "Select Type(s) of the Singular Pages"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:174
|
||||
#: src/Documents/SiteHeader.php:174
|
||||
msgid "Select Type(s) of the Archive Pages"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:196
|
||||
#: src/Documents/SiteHeader.php:196
|
||||
msgid "Post"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:197
|
||||
#: src/Documents/SiteHeader.php:197
|
||||
msgid "Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:198
|
||||
#: src/Documents/SiteHeader.php:198
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:218
|
||||
#: src/Documents/SiteHeader.php:218
|
||||
msgid "Author"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:219
|
||||
#: src/Documents/SiteHeader.php:219
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:220
|
||||
#: src/Documents/SiteHeader.php:220
|
||||
msgid "Tag"
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteFooter.php:221
|
||||
#: src/Documents/SiteHeader.php:221
|
||||
msgid "Category "
|
||||
msgstr ""
|
||||
|
||||
#: src/Documents/SiteHeader.php:59
|
||||
msgid "Header"
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/components/FooterTemplateSelectBox.js:8
|
||||
msgid "Elementor Footer Template:"
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/components/HeaderTemplateSelectBox.js:8
|
||||
msgid "Elementor Header Template:"
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/meta-sidebar.js:12
|
||||
msgid "Layout Settings"
|
||||
msgstr ""
|
||||
|
||||
#: assets/js/meta-sidebar.js:14
|
||||
msgid "\"Inherit\" will display the template assigned for \"Entire Site\". \"Theme Default\" will display the template from the current theme."
|
||||
msgstr ""
|
||||
355
spec/fixtures/dynamic_finders/plugin_version/elform/translation_file/languages/elform.pot
vendored
Normal file
355
spec/fixtures/dynamic_finders/plugin_version/elform/translation_file/languages/elform.pot
vendored
Normal file
@@ -0,0 +1,355 @@
|
||||
# Copyright (C) 2021 mhmdm
|
||||
# This file is distributed under the GPL v2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Elform 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/elform\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-08T17:04:10+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: elform\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Elform"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/mhmdmu/elform"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Advanced Elementor form builder widget."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "mhmdm"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget-base/widget-base.php:27
|
||||
msgid "Typography"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget-base/widget-base.php:38
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget-base/widget-base.php:55
|
||||
msgid "Padding"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget-base/widget-base.php:69
|
||||
msgid "Margin"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget-base/widget-base.php:84
|
||||
msgid "Border"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget-base/widget-base.php:95
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:39
|
||||
msgid "Elementor Form Builder"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:98
|
||||
msgid "Form Fields"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:107
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:111
|
||||
#: src/widget/form-builder.php:621
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:112
|
||||
#: src/widget/form-builder.php:733
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:113
|
||||
msgid "Textarea"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:114
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:115
|
||||
msgid "Tel"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:116
|
||||
msgid "Radio"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:117
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:118
|
||||
msgid "Checkbox"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:119
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:120
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:121
|
||||
msgid "Time"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:122
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:123
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:124
|
||||
#: src/widget/form-builder.php:207
|
||||
msgid "HTML"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:125
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:126
|
||||
msgid "reCAPTCHA"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:134
|
||||
msgid "Rows"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:151
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:153
|
||||
msgid "Enter each option in a new line."
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:173
|
||||
msgid "Allowed File Types"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:175
|
||||
msgid ".pdf,.jpg,.txt"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:190
|
||||
msgid "Multiple Files"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:243
|
||||
#: src/widget/form-builder.php:562
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:263
|
||||
msgid "Site Key"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:282
|
||||
msgid "Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:309
|
||||
msgid "Default value"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:333
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:335
|
||||
msgid "Name is required. It is used to send the data to your email."
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:373
|
||||
msgid "Column Width"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:377
|
||||
msgid "20%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:378
|
||||
msgid "25%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:379
|
||||
msgid "33%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:380
|
||||
msgid "40%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:381
|
||||
msgid "50%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:382
|
||||
msgid "60%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:383
|
||||
msgid "66%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:384
|
||||
msgid "75%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:385
|
||||
msgid "80%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:386
|
||||
msgid "100%"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:430
|
||||
msgid "Required"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:432
|
||||
#: src/widget/form-builder.php:710
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:433
|
||||
#: src/widget/form-builder.php:711
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:481
|
||||
msgid "Custom Class"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:505
|
||||
msgid "Custom ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:528
|
||||
#: src/widget/form-builder.php:781
|
||||
msgid "Fields"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:565
|
||||
#: src/widget/form-builder.php:576
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:566
|
||||
#: src/widget/form-builder.php:577
|
||||
msgid "Hide"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:574
|
||||
msgid "Required Mark"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:587
|
||||
#: src/widget/form-builder.php:800
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:594
|
||||
msgid "Alignment"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:598
|
||||
#: src/widget/form-builder.php:646
|
||||
msgid "Left"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:602
|
||||
msgid "Center"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:606
|
||||
#: src/widget/form-builder.php:650
|
||||
msgid "Right"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:630
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:642
|
||||
msgid "Icon Position"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:662
|
||||
msgid "Button ID"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:672
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:679
|
||||
msgid "Success Message"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:681
|
||||
msgid "Your message has been sent"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:689
|
||||
msgid "Error Message"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:691
|
||||
msgid "Can't send the email"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:701
|
||||
msgid "Redirect"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:708
|
||||
msgid "Redirect to another URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:719
|
||||
msgid "Redirect To"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:721
|
||||
msgid "https://your-link.com"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:740
|
||||
msgid "To"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:748
|
||||
msgid "Subject"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:763
|
||||
msgid "From Email"
|
||||
msgstr ""
|
||||
|
||||
#: src/widget/form-builder.php:771
|
||||
msgid "From Name"
|
||||
msgstr ""
|
||||
11
spec/fixtures/dynamic_finders/plugin_version/exmage-wp-image-links/change_log/CHANGELOG.txt
vendored
Normal file
11
spec/fixtures/dynamic_finders/plugin_version/exmage-wp-image-links/change_log/CHANGELOG.txt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**1.0.2.1 - 2021.12.13**/
|
||||
- Updated: Missing css/image files for class VillaTheme_Support
|
||||
|
||||
/**1.0.2 - 2021.12.11**/
|
||||
- Added: Button to store external images to server in Media library/list view mode
|
||||
|
||||
/**1.0.1 - 2021.12.08**/
|
||||
- Updated: Do not allow to edit(crop, rotate...) external images to avoid unexpected errors
|
||||
|
||||
/**1.0.0 - 2021.12.07**/
|
||||
- Released
|
||||
20
spec/fixtures/dynamic_finders/plugin_version/fastpicker/composer_file/composer.json
vendored
Normal file
20
spec/fixtures/dynamic_finders/plugin_version/fastpicker/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "woo-orderpicker/woo-orderpicker",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "David Stomph",
|
||||
"email": "david@yuluma.com"
|
||||
},
|
||||
{
|
||||
"name": "Chris Kanger",
|
||||
"email": "chris@3rdfloorcoding.nl"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["src/"]
|
||||
}
|
||||
}
|
||||
93
spec/fixtures/dynamic_finders/plugin_version/faustwp/change_log/CHANGELOG.md
vendored
Normal file
93
spec/fixtures/dynamic_finders/plugin_version/faustwp/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
# FaustWP
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f948c04: Fixed plugin icon SVG display issue in Chrome [#683](https://github.com/wpengine/faustjs/pull/683)
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Changed the plugin name to FaustWP.
|
||||
- Changed all internal PHP function names to use namespaces.
|
||||
- Changed the WP_HEADLESS_SECRET_KEY constant to FAUSTWP_SECRET_KEY.
|
||||
- Changed the authentication endpoint namespace from `wpac/v1` to `faustwp/v1`
|
||||
- Changed settings option name from `wpe_headless` to `faustwp_settings`
|
||||
- Changed the following filter names:
|
||||
- `wpe_headless_setting` to `faustwp_setting`
|
||||
- `wpe_headless_settings` to `faustwp_settings`
|
||||
- `wpe_headless_domain_replacement_enabled` to `faustwp_domain_replacement_enabled`
|
||||
- Changed the text domain to `faustwp`.
|
||||
- Changed minimum required PHP version to 7.2.
|
||||
- Changed minimum required WordPress version to 5.7.
|
||||
- Changed the hook used for public route redirection.
|
||||
- Fixed the "headless post preview" link on the FaustWP settings page.
|
||||
- Fixed "unexpected output" error during plugin activation.
|
||||
- Fixed skipped domain replacement in GraphQL responses that include `generalSettings`.
|
||||
- Added LICENSE file.
|
||||
|
||||
## 0.6.1
|
||||
|
||||
- Fixed the headless options page sidebar links to new Faust.js documentation site.
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- [Breaking Change] Added support for access/refresh token based auth flow in the authorize endpoint.
|
||||
- Added `page_id` query param to preview pages when the content type is `page`
|
||||
|
||||
## 0.5.8
|
||||
|
||||
- Lowering link filter priority to allow other plugins to run prior to swapping the domain
|
||||
|
||||
## 0.5.7
|
||||
|
||||
- Updated settings page docs links
|
||||
- Added an admin notice on the Headless settings page to prompt users to configure permalinks if they are not set
|
||||
|
||||
## 0.5.6
|
||||
|
||||
- Fixes an issue where the templates hierarchy from the templates hierarchy filter was not being returned.
|
||||
|
||||
## 0.5.5
|
||||
|
||||
- Prevents the frontend site URL being prepended to post URI paths in GraphQL responses if “Enable Post and Category URL rewrites” is checked.
|
||||
|
||||
## 0.5.4
|
||||
|
||||
- Prevents authentication failures when using an authorization header to authenticate with WPGraphQL JWT Authentication or similar.
|
||||
|
||||
## 0.5.3
|
||||
|
||||
Requires the @wpengine/headless package 0.6.3+ for features such as post previews. https://www.npmjs.com/package/@wpengine/headless
|
||||
|
||||
- Fixes post previews for frontend apps running from a subfolder.
|
||||
|
||||
## 0.5.2
|
||||
|
||||
Requires the @wpengine/headless package 0.6.2+ for features such as post previews. https://www.npmjs.com/package/@wpengine/headless
|
||||
|
||||
- Fixes an issue that could cause a 404 response for post previews.
|
||||
|
||||
## 0.5.1
|
||||
|
||||
Requires the @wpengine/headless package 0.6.1+ for features such as post previews. https://www.npmjs.com/package/@wpengine/headless
|
||||
|
||||
- The site URL is longer rewritten as the app URL in WPGraphQL responses for general settings queries.
|
||||
|
||||
## 0.5.0
|
||||
|
||||
- WPE_HEADLESS_SECRET_KEY has been renamed to WP_HEADLESS_SECRET_KEY.
|
||||
|
||||
## 0.4.1
|
||||
|
||||
- Fixed potential authentication issue with WP GraphQL
|
||||
|
||||
## 0.4.0
|
||||
|
||||
- Redesigned settings page.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- Proof of concept
|
||||
7
spec/fixtures/dynamic_finders/plugin_version/fix-pay-signature-wc/change_log/changelog.txt
vendored
Normal file
7
spec/fixtures/dynamic_finders/plugin_version/fix-pay-signature-wc/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
*** Changelog ***
|
||||
|
||||
= 1.0.0 =
|
||||
* Beta release
|
||||
|
||||
= 1.0.1 =
|
||||
* Ajuste url bandeiras
|
||||
@@ -0,0 +1,180 @@
|
||||
# Copyright (C) 2021 Fluidcoins
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Fluidcoins Payment Gateway for WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fluidcoins-wc-payment-gateway\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-11-08T20:20:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: fluidcoins-wc-payment-gateway\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Fluidcoins Payment Gateway for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "https://fluidcoins.com"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "WooCommerce payment gateway for Fluidcoins"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: includes/class-wc-fluidcoins-gateway.php:217
|
||||
#: includes/class-wc-fluidcoins-gateway.php:264
|
||||
msgid "Fluidcoins"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1. Fluidcoins settings page URL link.
|
||||
#: fluidcoins-wc-payment-gateway.php:85
|
||||
msgid "Fluidcoins test mode is still enabled, Click <strong><a href=\"%s\">here</a></strong> to disable it when you want to start accepting live payment on your site."
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: URL to WooCommerce general settings page
|
||||
#: includes/class-wc-fluidcoins-gateway.php:152
|
||||
msgid "Fluidcoins does not support your store currency. Kindly set it to either NGN (₦) <a href=\"%s\">here</a>"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Fluidcoins WooCommerce payment gateway settings page
|
||||
#: includes/class-wc-fluidcoins-gateway.php:185
|
||||
msgid "Please enter your Fluidcoins merchant details <a href=\"%s\">here</a> to be able to accept payment via Fluidcoins on your WooCommerce store."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: URL to Fluidcoins developers settings page, 2: Fluidcoins WooCommerce payment gateway webhool URL.
|
||||
#: includes/class-wc-fluidcoins-gateway.php:223
|
||||
msgid "Required: To avoid situations where bad network makes it impossible to verify transactions, set your webhook URL <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">here</a> to the URL below<span style=\"color: red\"><pre><code>%2$s</code></pre></span>"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:239
|
||||
msgid "Fluidcoins Payment Gateway Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:252
|
||||
msgid "Enable/Disable"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:253
|
||||
msgid "Enable Fluidcoins"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:255
|
||||
msgid "Enable Fluidcoins as a payment option on the checkout page."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:260
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:262
|
||||
msgid "This controls the payment method title which the user sees during checkout."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:267
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:269
|
||||
msgid "This controls the payment method description which the user sees during checkout."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:271
|
||||
msgid "Make payment via crypto."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:274
|
||||
msgid "Test mode"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:275
|
||||
msgid "Enable Test Mode"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:277
|
||||
msgid "Test mode enables you to test payments before going live. <br />Once you are live uncheck this."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:282
|
||||
msgid "Test Public Key"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:284
|
||||
msgid "Required: Enter your Test Public Key here."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:289
|
||||
msgid "Test Secret Key"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:291
|
||||
msgid "Required: Enter your Test Secret Key here"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:296
|
||||
msgid "Live Public Key"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:298
|
||||
msgid "Required: Enter your Live Public Key here."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:303
|
||||
msgid "Live Secret Key"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:305
|
||||
msgid "Required: Enter your Live Secret Key here."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:310
|
||||
msgid "Autocomplete Order After Payment"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:311
|
||||
msgid "Autocomplete Order"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:313
|
||||
msgid "If enabled, the order will be marked as complete after successful payment"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:429
|
||||
msgid "Thank you for your order, please click the button below to pay with Fluidcoins."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:431
|
||||
msgid "Pay Now"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:432
|
||||
msgid "Cancel order & restore cart"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Line break, 2: Line break, 3: Line break.
|
||||
#: includes/class-wc-fluidcoins-gateway.php:491
|
||||
#: includes/class-wc-fluidcoins-gateway.php:609
|
||||
msgid "Thank you for shopping with us.%1$sYour payment transaction was successful but it was underpaid.%2$sYour order has been cancelled.%3$sA mail has been sent to you on how to request for a refund."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Line break, 2: Fluidcoins transaction reference.
|
||||
#: includes/class-wc-fluidcoins-gateway.php:499
|
||||
#: includes/class-wc-fluidcoins-gateway.php:616
|
||||
msgid "<strong>Order cancelled</strong>%1$sReason: It was underpaid. Fluidcoins Transaction Reference:</strong> %2$s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: Fluidcoins transaction reference.
|
||||
#: includes/class-wc-fluidcoins-gateway.php:512
|
||||
#: includes/class-wc-fluidcoins-gateway.php:625
|
||||
msgid "Payment via Fluidcoins successful (Transaction Reference: %s)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-wc-fluidcoins-gateway.php:525
|
||||
msgid "Fluidcoins payment failed."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,95 @@
|
||||
# Copyright (C) 2022 sanderdekroon
|
||||
# This file is distributed under the same license as the Front-end javascript error monitoring with Bugsnag plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Front-end javascript error monitoring with Bugsnag 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/front-end-error-monitoring-with-bugsnag\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: 2022-01-07T08:20:16+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: sdk-bugsnag-js\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Front-end javascript error monitoring with Bugsnag"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/sanderdekroon/wp-bugsnag-js"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Easily add Bugsnag error monitoring for your front-end"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "sanderdekroon"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://github.com/sanderdekroon/"
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:10
|
||||
msgid "Bugsnag Browser settings"
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:11
|
||||
msgid "Bugsnag automatically detects errors & crashes in Javascript files for all plugins & themes."
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:13
|
||||
msgid "Errors are sent to your Bugsnag Dashboard for you to view and debug. If you do not have an account yet, simply signup at"
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:17
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:21
|
||||
msgid "Bugsnag Browser API Key"
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:29
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:35
|
||||
msgid "Custom options"
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:39
|
||||
msgid "If you want to add custom configuration options, use the %1$s filter. View %2$s to see which options are available."
|
||||
msgstr ""
|
||||
|
||||
#: assets/views/admin.configuration.php:41
|
||||
msgid "the Bugsnag documentation"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsServiceProvider.php:71
|
||||
msgid "Unable to update Bugsnag settings: invalid nonce."
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsServiceProvider.php:81
|
||||
msgid "The API key was not updated, because it has not changed."
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsServiceProvider.php:89
|
||||
msgid "The API key could not be updated."
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsServiceProvider.php:96
|
||||
msgid "The API key was updated succesfully."
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsServiceProvider.php:108
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsServiceProvider.php:113
|
||||
msgid "Source code"
|
||||
msgstr ""
|
||||
26
spec/fixtures/dynamic_finders/plugin_version/generate-audiogram-block/composer_file/package.json
vendored
Normal file
26
spec/fixtures/dynamic_finders/plugin_version/generate-audiogram-block/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "generate-audiogram-block",
|
||||
"version": "0.1.0",
|
||||
"description": "Generate and customize audiograms in the block editor.",
|
||||
"author": "firewatch",
|
||||
"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",
|
||||
"start": "wp-scripts start",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ffmpeg/core": "^0.9.0",
|
||||
"@ffmpeg/ffmpeg": "^0.9.8",
|
||||
"@wordpress/block-editor": "^6.2.0",
|
||||
"@wordpress/blocks": "^10.0.0",
|
||||
"@wordpress/i18n": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^17.0.0"
|
||||
}
|
||||
}
|
||||
15
spec/fixtures/dynamic_finders/plugin_version/gofer-seo/change_log/changelog.txt
vendored
Normal file
15
spec/fixtures/dynamic_finders/plugin_version/gofer-seo/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.1 =
|
||||
* Add backwards compatibility with WP Sitemaps 5.5.0
|
||||
* Fix files not loading on multi-site.
|
||||
* Refactor Google Analytics.
|
||||
* Fix excluding roles from Google Analytics tracking.
|
||||
* Fix missing operations for autotrack.js plugins.
|
||||
* Fix output syntax.
|
||||
* Exclude roles without needing to enable advanced settings.
|
||||
* Change arrangement of Analytics settings.
|
||||
* Change input titles to better reflect Google Analytics documents.
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release.
|
||||
@@ -0,0 +1,157 @@
|
||||
# Blank WordPress Pot
|
||||
# Copyright 2014 ...
|
||||
# This file is distributed under the GNU General Public License v3 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mailjet Integration v0.3.2\n"
|
||||
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
||||
"POT-Creation-Date: 2021-12-15 14:19+0100\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Jay Trees <github.jay@grandel.anonaddy.me>\n"
|
||||
"Language-Team: Jay Trees <github.jay@grandel.anonaddy.me>\n"
|
||||
"Language: de_DE\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-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
|
||||
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
||||
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,"
|
||||
"_nc:4c,1,2\n"
|
||||
"X-Poedit-Basepath: ../inc\n"
|
||||
"X-Generator: Poedit 3.0.1\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: ajax/subscribe.php:106
|
||||
msgid "Newsletter subscription failed"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/subscribe.php:109
|
||||
#, php-format
|
||||
msgid ""
|
||||
"The user %1$s tried to subscribe to your newsletter but couldn't due to an "
|
||||
"error. %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/subscribe.php:120
|
||||
msgid ""
|
||||
"It seems like something went wrong. The administrator has been notified "
|
||||
"about the error."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/subscribe.php:131
|
||||
msgid "Please confirm your email address."
|
||||
msgstr "Bitte bestätigen Sie Ihre E-Mail Adresse."
|
||||
|
||||
#: ajax/subscribe.php:140
|
||||
msgid ""
|
||||
"It seems like something went wrong. The administrator could not be notified "
|
||||
"about the error."
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:23
|
||||
msgid "Mailjet API"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:31
|
||||
msgid "Mailjet Template"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:39
|
||||
msgid "WordPress"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:49
|
||||
msgid "WPML"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:76
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:100
|
||||
msgid "Version (Send)"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:124
|
||||
msgid "Key"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:148
|
||||
msgid "Secret"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:176
|
||||
#, fuzzy
|
||||
#| msgid "Email address"
|
||||
msgid "Email from"
|
||||
msgstr "E-Mail Adresse"
|
||||
|
||||
#: hooks/admin-init.php:200
|
||||
#, fuzzy
|
||||
#| msgid "Email address"
|
||||
msgid "Email name"
|
||||
msgstr "E-Mail Adresse"
|
||||
|
||||
#: hooks/admin-init.php:228
|
||||
msgid "Page ID Confirmation (Success)"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:252
|
||||
msgid "Page ID Confirmation (Failure)"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-init.php:286
|
||||
#, php-format
|
||||
msgid "Confirmation Template ID (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-menu.php:69
|
||||
msgid "Save Mailjet API Settings"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-menu.php:77
|
||||
msgid "Save Mailjet Template Settings"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-menu.php:85
|
||||
msgid "Save WordPress Settings"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/admin-menu.php:94
|
||||
msgid "Save WPML Settings"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/wp-enqueue-script.php:42
|
||||
msgid "Loading. Please wait..."
|
||||
msgstr "Wird geladen. Bitte warten..."
|
||||
|
||||
#: hooks/wp.php:38 hooks/wp.php:55
|
||||
msgid "The link appears to no longer be valid."
|
||||
msgstr "Der Link scheint nicht mehr gültig zu sein."
|
||||
|
||||
#: hooks/wp.php:114
|
||||
msgid "Unable to add contact properties"
|
||||
msgstr ""
|
||||
|
||||
#: hooks/wp.php:117
|
||||
#, php-format
|
||||
msgid "The below listed contact properties could not be added for %1$s. %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: shortcodes/mailjet-integration.php:20
|
||||
msgid "Email address"
|
||||
msgstr "E-Mail Adresse"
|
||||
|
||||
#: shortcodes/mailjet-integration.php:21
|
||||
msgid ""
|
||||
"I agree to the processing of my personal data for advertising purposes and "
|
||||
"to receive e-mail for advertising purposes. I can revoke the given consent "
|
||||
"at any time with effect for the future in any appropriate form."
|
||||
msgstr ""
|
||||
|
||||
#: shortcodes/mailjet-integration.php:22
|
||||
msgid "Subscribe"
|
||||
msgstr "Abonnieren"
|
||||
11
spec/fixtures/dynamic_finders/plugin_version/helpdeskwp/change_log/changelog.txt
vendored
Normal file
11
spec/fixtures/dynamic_finders/plugin_version/helpdeskwp/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
= v1.1.0 - 14 January 2022 =
|
||||
- Added tickets search
|
||||
- Added customers dashboard
|
||||
- Added customers search
|
||||
- Added customers info in the tickets sidebar
|
||||
|
||||
= v1.0.1 - 31 December 2021 =
|
||||
- Added overview and chart
|
||||
|
||||
= v1.0.0 - 24 December 2021 =
|
||||
- First release of the plugin
|
||||
@@ -0,0 +1,73 @@
|
||||
# Blank WordPress Pot
|
||||
# Copyright 2014 ...
|
||||
# This file is distributed under the GNU General Public License v3 or later.
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: "
|
||||
"Blank WordPress Pot "
|
||||
"v1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"Translator Name "
|
||||
"<translations@example."
|
||||
"com>\n"
|
||||
"POT-Creation-Date: "
|
||||
"2021-12-25 14:59+0100\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Your "
|
||||
"Name <you@example.com>\n"
|
||||
"Language-Team: Your Team "
|
||||
"<translations@example."
|
||||
"com>\n"
|
||||
"Language: en_US\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-Textdomain-Support: "
|
||||
"yesX-Generator: Poedit "
|
||||
"1.6.4\n"
|
||||
"X-Poedit-SourceCharset: "
|
||||
"UTF-8\n"
|
||||
"X-Poedit-KeywordsList: "
|
||||
"__;_e;esc_html_e;"
|
||||
"esc_html_x:1,2c;"
|
||||
"esc_html__;esc_attr_e;"
|
||||
"esc_attr_x:1,2c;"
|
||||
"esc_attr__;_ex:1,2c;"
|
||||
"_nx:4c,1,2;"
|
||||
"_nx_noop:4c,1,2;_x:1,2c;"
|
||||
"_n:1,2;_n_noop:1,2;"
|
||||
"__ngettext:1,2;"
|
||||
"__ngettext_noop:1,2;_c,"
|
||||
"_nc:4c,1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Generator: Poedit "
|
||||
"3.0.1\n"
|
||||
"X-Poedit-"
|
||||
"SearchPath-0: .\n"
|
||||
|
||||
#: hide-admin-menu-items.php:62
|
||||
msgid "Menu items"
|
||||
msgstr ""
|
||||
|
||||
#: hide-admin-menu-items.php:63
|
||||
msgid "Hide items"
|
||||
msgstr ""
|
||||
|
||||
#: hide-admin-menu-items.php:97
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: hide-admin-menu-items.php:104
|
||||
msgid ""
|
||||
"Check the items to hide."
|
||||
msgstr ""
|
||||
|
||||
#: hide-admin-menu-items.php:146
|
||||
msgid "Number of items : "
|
||||
msgstr ""
|
||||
195
spec/fixtures/dynamic_finders/plugin_version/hootkit/change_log/CHANGELOG.txt
vendored
Normal file
195
spec/fixtures/dynamic_finders/plugin_version/hootkit/change_log/CHANGELOG.txt
vendored
Normal file
@@ -0,0 +1,195 @@
|
||||
== Changelog ==
|
||||
|
||||
= 2.0.10 =
|
||||
* Added icon options to Content Blocks widget for supporting themes
|
||||
* Added social icons alt color option for supporting themes
|
||||
* Added Image slider Style 3 and Subtitle option for supporting themes
|
||||
|
||||
= 2.0.9 =
|
||||
* Updated Font Awesome to 5.15.3 (increase icons from 991 to 1608 )
|
||||
* Added TikTok to Social Icons List
|
||||
|
||||
= 2.0.8 =
|
||||
* Fix "Indirect access to variables, properties and methods" bug with older PHP version (< 7.0) on Settings screen
|
||||
|
||||
= 2.0.7 =
|
||||
* Fix widget name issue with SiteOrigins Page Builder
|
||||
|
||||
= 2.0.6 =
|
||||
* Fixed hootSetupWidget not running on saving widget in classic widgets screen
|
||||
|
||||
= 2.0.5 =
|
||||
* Reinstate widgets for non hoot themes
|
||||
* Update to WordPress 5.8 compatibility
|
||||
|
||||
= 2.0.4 =
|
||||
* Fix syntax issue with older PHP versions (7.0-7.3)
|
||||
|
||||
= 2.0.3 =
|
||||
* Add 'load_hootkit' filter to selectively load plugin modules
|
||||
* Refactored config['modules'] to separately allow widgets, blocks and miscallaneous
|
||||
* Refactored assets class on how assets are added for loading
|
||||
* Refactored helper mod data set (include assets and adminasset attributes)
|
||||
* Updated structure and values stored in 'hootkit-activate' option
|
||||
* Added Settings page to enable/disable modules
|
||||
* Compatibility with Legacy_Widget_Block_WP5.8_beta1 (checked upto RC1)
|
||||
* Fixed widget group bug (pass $this->number to js to assign correct fieldnames)
|
||||
|
||||
= 2.0.2 =
|
||||
* Add filters to allow force load hootkit for non hoot themes
|
||||
|
||||
= 2.0.1 =
|
||||
* Refactored dirname() usage for compatibility with PHP < 7.0
|
||||
|
||||
= 2.0.0 =
|
||||
* Refactored internal code for more modularity for blocks implementation
|
||||
* Add hk-gridunit-imglink class to content-grid-link (css bug fix for background image link)
|
||||
* Added offset option to post grid widget
|
||||
|
||||
= 1.2.3 =
|
||||
* Fix bug for certain widgets with SiteOrigin Page Builder
|
||||
|
||||
= 1.2.2 =
|
||||
* Fix undeclared variable bug from v1.2.1
|
||||
* Fix post-grid attr to hk-gridunit name bug from v1.2.1
|
||||
|
||||
= 1.2.1 =
|
||||
* Added variable passed in context for link urls in various widgets
|
||||
* Refactor Content Grid widget template
|
||||
* Refactor Cover Image widget template
|
||||
* Add slider option to Cover Image widget
|
||||
|
||||
= 1.2.0 =
|
||||
* Added Top Banner with customizer settings for supporting themes
|
||||
* Added Fly Cart with customizer settings for supporting themes
|
||||
* Added Content Grid widget, Hero Image widget
|
||||
* Include default support for 'post-grid-firstpost-slider' and 'announce-headline'
|
||||
* Added Timer shortcode for supporting themes
|
||||
* Added multiple woocommerce widgets
|
||||
* Added max-width option for sliders
|
||||
* Refactored code for activated/deactivated module variables
|
||||
* Settings page for all modules
|
||||
|
||||
= 1.1.3 =
|
||||
* Update hootkit.js for jQuery 3.5 for future versions of WordPress
|
||||
|
||||
= 1.1.2 =
|
||||
* Improve accessibility (keyboard navigation) for ticker widget
|
||||
* Fix select2 css for z-index in customizer view and overqualify over other plugins loading select2 css
|
||||
|
||||
= 1.1.1 =
|
||||
* Added single/multiple line option to ticker and post ticker
|
||||
* Bug fix: Adaptive height calculation in horizontal carousel upon load
|
||||
* Updated select2 script from 4.0.7 to 4.0.13
|
||||
* Fix select2 css for z-index in customizer view and overqualify over other plugins loading select2 css
|
||||
* Fixed number argument in HootLit::get_terms()
|
||||
* Fixed syntax from Hoot_List::categories('category') to Hoot_List::categories(0)
|
||||
* Fixed polylang issue: Set extract_overwrite filter default to false so widget_title filter results stay
|
||||
|
||||
= 1.1.0 =
|
||||
* Added settings page for user option - activate/deactivate specific modules. Also let themes define default activated modules.
|
||||
* Updated arguments of apply_filter function for hook 'widget_title'
|
||||
* Added Subtitle option and css class for widgets for themes which support it
|
||||
* Combined 'viewall' link in widgets to single template function
|
||||
* Combined string titles to separate location
|
||||
* Add notices module, subsequently Add hootkit activate option with time (used for notices)
|
||||
* Fix ticker post widget - remove flexbox in order to have max-width for content, add empty image to maintain unit height
|
||||
* Remove height setting for ticker msg box using javascript
|
||||
* Remove postlistcarousel markup for navigation (let theme templates handle it individually)
|
||||
* Allow html tags in title (sanitized during display) by setting extract to overwrite - can be changed using filter
|
||||
* Updated 'seperator' widget option type to simply display a visual separating line
|
||||
* CSS fix for select2 container - overqualify to override display inline-block set in custom-sdiebars plugin
|
||||
* Removed deprecated importer code (refer version 1.0.12)
|
||||
|
||||
= 1.0.17 =
|
||||
* Updated image size for post-grid and post-list to croped sizes to prevent blurry images
|
||||
* Add compatibility (for content block 5 images) with Jetpack lazy load (and other lazy plugins)
|
||||
|
||||
= 1.0.16 =
|
||||
* Updates Announce widget options
|
||||
* Bug Fix: Prevent error when active child theme deleted using FTP
|
||||
|
||||
= 1.0.15 =
|
||||
* Add icon to Widget Ticker
|
||||
|
||||
= 1.0.14 =
|
||||
* Added Post List Carousel widget for themes which support it
|
||||
* Added wp_reset_postdata() for Ticker Posts
|
||||
* Add ID to slider hoot data (for easy access via modification hook)
|
||||
|
||||
= 1.0.13 =
|
||||
* Add Ticker Posts widget
|
||||
* Add option to exclude posts categories in widgets ticker-posts, post-list, post-grid, slider-postcarousel, slider-postimage, content-posts-blocks
|
||||
* Post Grid widget option changed from number of posts to number of rows
|
||||
|
||||
= 1.0.12 =
|
||||
* Remove comma in inline background-image css (to prevent escape attribute which confuses lazy load plugins)
|
||||
* Bug fix for empty values (widgets added via customizer)
|
||||
* Disable importer since wptrt does not allow demo content to be included in themes anymore (code will be deleted shortly)
|
||||
* Add child theme data (name and author uri) to hoot data
|
||||
|
||||
= 1.0.11 =
|
||||
* Display Widget IDs for each widget on the Widgets screen (hence remove 'widgetid' option from HootKit widgets)
|
||||
* Highlight Parent Theme in Theme list when a child theme is active
|
||||
* Fixed args for 'hootkit_content_blocks_start' and 'hootkit_content_blocks_end' action in Content Block widget
|
||||
* Improved javascript for 'content-block-style5' for newer themes
|
||||
|
||||
= 1.0.10 =
|
||||
* Run script on content-block-style5 on $(window).load instead of $(document).ready to properly calculate image heights
|
||||
* Added singleSlideView class to slider template (corresponds to multiSlideView for carousels in themes)
|
||||
* Fixed args for 'hootkit_content_blocks_start' action in Content Block widget
|
||||
* Added multiselect option (select2 script) for various posts widgets
|
||||
* SiteOrigin Page Builder compatibility (live preview) (new widget instance doesnt have all option values when post is saved without editing widget even once (in Gutenberg only))
|
||||
|
||||
= 1.0.9 =
|
||||
* Widget Post List - Added No thumbnail option
|
||||
* Added 'View All' option to Posts Blocks widget, Posts Image slider and Posts Carousel Slider
|
||||
* Fixed content-block-style5 javascript for certain edge case scenarios (height not set properly when js loads before image or mouse hover out)
|
||||
* Improved one click description to make sure user understands (added manual input Accept)
|
||||
* Increased hoot_admin_list_item_count to 999 to remove limitation on terms lists
|
||||
* Added missing argument for 'the_title' filter to prevent error with certain plugins
|
||||
* Added data-type argument to slider template
|
||||
|
||||
= 1.0.8 =
|
||||
* Improved slider/carousel template to use custom classes (for different slider styles)
|
||||
* Link titles for post slider and carousel
|
||||
|
||||
= 1.0.6 =
|
||||
* Added style 5 and 6 support for Content Block and Content Posts Block widgets
|
||||
* Added variables for scrollspeed and scrollpadding for developers to override it using child themes
|
||||
* Fixed limit for Content Block widget
|
||||
|
||||
= 1.0.5 =
|
||||
* Added compatibility with latest Hoot Framework functions in v3.0.1
|
||||
* Added style option for Call To Action widget for themes which support it
|
||||
* Added profile widget
|
||||
* Fixed array_search sanitization for vcard urls
|
||||
|
||||
= 1.0.4 =
|
||||
* Bug Fix: Removed Composer autoloader for OCDI whcih did not work on certain installation environments
|
||||
|
||||
= 1.0.3 =
|
||||
* Added support for content installation (ocdi) functionality
|
||||
* Added nav option and pause time option for sliders and carousels
|
||||
* Exclude carousel images from Jetpack lazyload
|
||||
* Update register and load action priority
|
||||
* Added wphoot themelist to register
|
||||
* Set theme details data if not present
|
||||
* Menu order function for wphoot themes
|
||||
|
||||
= 1.0.2 =
|
||||
* Added preset combo (preset colors with bright option)
|
||||
* Slider and Icon template - Minor updates
|
||||
* Slider template - Remove counter break (for more slides option)
|
||||
* Added new widgets
|
||||
|
||||
= 1.0.1 =
|
||||
* Added Icon color option for announce widget
|
||||
* Added several action and filter hooks for developer modifications
|
||||
* Compatibility fix for for Jetpack lazy load with sliders
|
||||
* Reworked widget options array syntax for easy modification using filters
|
||||
* Cleaned up code at several locations and removed redundant functions
|
||||
* Updated CSS
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial Public Release
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
{
|
||||
"name": "influenseller-plugin",
|
||||
"version": "1.0.0",
|
||||
"author": "Yinfluenseller ltd"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
*** iPROM integration for WooCommerce ***
|
||||
|
||||
2021.11.05 - version 1.0.0
|
||||
* Initial release.
|
||||
2
spec/fixtures/dynamic_finders/plugin_version/jagif-woo-free-gift/change_log/changelog.txt
vendored
Normal file
2
spec/fixtures/dynamic_finders/plugin_version/jagif-woo-free-gift/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/**1.0.0 - 20..**/
|
||||
- First release
|
||||
@@ -324,14 +324,6 @@ var give_scripts = {"ajaxurl":"http:\/\/wp.lab\/wp-admin\/admin-ajax.php","loadi
|
||||
|
||||
|
||||
|
||||
<!-- instagram-feed -->
|
||||
<!-- Instagram Feed JS -->
|
||||
<script type="text/javascript">
|
||||
var sbiajaxurl = "https://wp.lab/wp-admin/admin-ajax.php";
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<!-- jquery-colorbox -->
|
||||
<script type="text/javascript">
|
||||
/* <![CDATA[ */
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
# Copyright (C) 2022 JSM's Decolorize Menu Icons
|
||||
# This file is distributed under the same license as the JSM's Decolorize Menu Icons package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: JSM's Decolorize Menu Icons 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-decolorize\n"
|
||||
"POT-Creation-Date: 2022-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: 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 "JSM's Decolorize Menu Icons"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://surniaulula.com/extend/plugins/jsm-decolorize/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"A simple plugin to decolorize the colorful admin menu icons added by some "
|
||||
"plugins."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "JS Morisset"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://surniaulula.com/"
|
||||
msgstr ""
|
||||
36
spec/fixtures/dynamic_finders/plugin_version/kiwi-com-widget/composer_file/package.json
vendored
Normal file
36
spec/fixtures/dynamic_finders/plugin_version/kiwi-com-widget/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "kiwicom-widget",
|
||||
"private": "true",
|
||||
"version": "1.0.0",
|
||||
"description": "Kiwi.com Widget plugin for Wordpress",
|
||||
"author": "Tequila Team",
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production webpack",
|
||||
"lint": "eslint src/*.js src/__tests__/*.js src/block/**",
|
||||
"test": "jest",
|
||||
"watch": "webpack -w",
|
||||
"dev": "webpack-dev-server --hot",
|
||||
"package": "./bin/zip.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-transform-react-jsx": "^7.14.9",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^27.0.6",
|
||||
"babel-loader": "^8.2.2",
|
||||
"prettier": "^2.3.2",
|
||||
"react-hot-loader": "^4.13.0",
|
||||
"webpack": "^5.50.0",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/element": "^4.0.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
}
|
||||
}
|
||||
8700
spec/fixtures/dynamic_finders/plugin_version/kubio/translation_file/languages/kubio.pot
vendored
Normal file
8700
spec/fixtures/dynamic_finders/plugin_version/kubio/translation_file/languages/kubio.pot
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,155 @@
|
||||
# Copyright (C) 2021 Lenbox
|
||||
# This file is distributed under the GPL2.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Lenbox Paiement plusieurs fois 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/lenbox-cbnx\n"
|
||||
"POT-Creation-Date: 2021-12-23T09:11:30+00:00\n"
|
||||
"PO-Revision-Date: 2021-12-23 10:11+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr_FR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Domain: lenbox-cbnx\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Lenbox Paiement plusieurs fois"
|
||||
msgstr "Lenbox Paiement plusieurs fois"
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Allows users to demand EMI from Lenbox and it's partner FLOA"
|
||||
msgstr ""
|
||||
"Permet de faire des paiements plusieurs fois avec le module Lenbox et leur "
|
||||
"partenaire FLOA Bank"
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Lenbox"
|
||||
msgstr "Lenbox"
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.lenbox.io/"
|
||||
msgstr "https://www.lenbox.io/"
|
||||
|
||||
#: lenbox-cbnx.php:34
|
||||
msgid "Orders"
|
||||
msgstr "Commandes"
|
||||
|
||||
#: lenbox-cbnx.php:45
|
||||
msgid "Transactions"
|
||||
msgstr "Transactions"
|
||||
|
||||
#. translators: 1. URL link.
|
||||
#: lenbox-cbnx.php:65
|
||||
msgid ""
|
||||
"Lenbox Paiement plusieurs fois requires WooCommerce to be installed and "
|
||||
"active. You can download %s here."
|
||||
msgstr ""
|
||||
"Lenbox Paiement plusieurs fois requires WooCommerce to be installed and "
|
||||
"active. You can download %s here."
|
||||
|
||||
#: views/order_table.php:15
|
||||
msgid "order"
|
||||
msgstr "commande"
|
||||
|
||||
#: views/order_table.php:16
|
||||
msgid "orders"
|
||||
msgstr "commandes"
|
||||
|
||||
#: views/order_table.php:62
|
||||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
#: views/order_table.php:63
|
||||
msgid "Order ID"
|
||||
msgstr "ID de la demande"
|
||||
|
||||
#: views/order_table.php:64
|
||||
msgid "First Name"
|
||||
msgstr "Prenom"
|
||||
|
||||
#: views/order_table.php:65
|
||||
msgid "Last Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#: views/order_table.php:66
|
||||
msgid "Amount to finance"
|
||||
msgstr "Montant à financer"
|
||||
|
||||
#: views/order_table.php:67
|
||||
msgid "Status"
|
||||
msgstr "Statut"
|
||||
|
||||
#: views/order_table.php:133 views/order_table.php:139
|
||||
#: views/order_table.php:143
|
||||
msgid "Error: Cannot load data from lenbox. Please check your configuration"
|
||||
msgstr ""
|
||||
"Erreur : Impossible d'afficher les donnes. Valider votre configuration"
|
||||
|
||||
#: woocommerce/config.php:7
|
||||
msgid "Client ID in test environment"
|
||||
msgstr "Client ID en version test"
|
||||
|
||||
#: woocommerce/config.php:11
|
||||
msgid "Authkey in test environment"
|
||||
msgstr "Authkey en version test"
|
||||
|
||||
#: woocommerce/config.php:15
|
||||
msgid "Client ID in live environment"
|
||||
msgstr "Client ID en version live"
|
||||
|
||||
#: woocommerce/config.php:19
|
||||
msgid "Authkey in live environment"
|
||||
msgstr "Authkey en version live"
|
||||
|
||||
#: woocommerce/config.php:23
|
||||
msgid "Use test environment"
|
||||
msgstr "Utiliser le mode test"
|
||||
|
||||
#: woocommerce/config.php:30
|
||||
msgid "Payment 4X with charges"
|
||||
msgstr "Paiement en 4X avec frais"
|
||||
|
||||
#: woocommerce/config.php:37
|
||||
msgid "Payment 4X without charges"
|
||||
msgstr "Paiement en 4X sans frais"
|
||||
|
||||
#: woocommerce/config.php:44
|
||||
msgid "Payment 10X"
|
||||
msgstr "Paiement en 10X"
|
||||
|
||||
#: woocommerce/config.php:51
|
||||
msgid "Text displayed for Lenbox when choosing payment method"
|
||||
msgstr "Titre affiché sur votre page de paiement"
|
||||
|
||||
#: woocommerce/config.php:54
|
||||
msgid "Paiement en plusieurs fois"
|
||||
msgstr "Paiement en plusieurs fois"
|
||||
|
||||
#: woocommerce/config.php:58
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
#: woocommerce/config.php:60
|
||||
msgid "Description when user chooses lenbox as payment option"
|
||||
msgstr ""
|
||||
"Ceci modifie le texte que le client voit durant son processus de paiement"
|
||||
|
||||
#: woocommerce/config.php:61
|
||||
msgid "Request an EMI with Lenbox."
|
||||
msgstr "Demande un paiement plusieurs fois avec Lenbox."
|
||||
|
||||
#: woocommerce/gateway.php:18
|
||||
msgid "Paiement plusieurs fois"
|
||||
msgstr "Paiement plusieurs fois"
|
||||
|
||||
#: woocommerce/gateway.php:92
|
||||
msgid "Connection error."
|
||||
msgstr "Erreur connexion."
|
||||
|
||||
#: woocommerce/gateway.php:98
|
||||
msgid "Payment Failed"
|
||||
msgstr "Echec Payment"
|
||||
4
spec/fixtures/dynamic_finders/plugin_version/livechat-elementor/change_log/changelog.txt
vendored
Normal file
4
spec/fixtures/dynamic_finders/plugin_version/livechat-elementor/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 =
|
||||
* First LiveChat plugin version
|
||||
24
spec/fixtures/dynamic_finders/plugin_version/luway-upsale/composer_file/package.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/luway-upsale/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "luway-upsale",
|
||||
"version": "1.1.0",
|
||||
"description": "Luway WooCommerce Upsale",
|
||||
"author": "Alexey Ponomarev",
|
||||
"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",
|
||||
"start": "wp-scripts start",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/block-editor": "^8.0.1",
|
||||
"@wordpress/blocks": "^11.1.3",
|
||||
"@wordpress/i18n": "^4.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^19.1.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,101 @@
|
||||
# Copyright (C) 2021 Bind OÜ
|
||||
# This file is distributed under the GPLv2 or later.
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mediamodifier for WooCommerce 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mediamodifier-pod-"
|
||||
"for-woocommerce\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-10-25 13:28+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: Loco https://localise.biz/\n"
|
||||
"Language: \n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Mediamodifier for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin_Product_Table_Pod_Extending.php:29
|
||||
#: mediamodifier-pod-for-woocommerce.php:308
|
||||
msgctxt "Redigeeri PoD malli"
|
||||
msgid "Edit PoD Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin_Product_Table_Pod_Extending.php:34
|
||||
#: mediamodifier-pod-for-woocommerce.php:309
|
||||
msgctxt "Lisage PoD mall"
|
||||
msgid "Add PoD Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin_Product_Table_Pod_Extending.php:44
|
||||
msgctxt "PoD mall"
|
||||
msgid "PoD Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:106
|
||||
msgctxt "Mall"
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:107
|
||||
msgctxt "Muuda"
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:108
|
||||
msgid "Edit Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:109
|
||||
msgid "New Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:110 includes/Pod_Template_Post.php:111
|
||||
msgid "View Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:112
|
||||
msgid "Search Templates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:113
|
||||
msgid "No Templates found"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:114
|
||||
msgid "No Templates found in trash"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:192
|
||||
msgid "POD Templates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Pod_Template_Post.php:193
|
||||
msgid "POD Template"
|
||||
msgstr ""
|
||||
|
||||
#: mediamodifier-pod-for-woocommerce.php:166
|
||||
msgctxt "Sätted"
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: mediamodifier-pod-for-woocommerce.php:176
|
||||
msgctxt "Mallid"
|
||||
msgid "Templates"
|
||||
msgstr ""
|
||||
|
||||
#: mediamodifier-pod-for-woocommerce.php:260
|
||||
msgctxt "PoD global sätted."
|
||||
msgid "PoD global settings."
|
||||
msgstr ""
|
||||
|
||||
#: partials/pod-main-settings.php:18
|
||||
msgctxt "Mediamodifier PoD sätted"
|
||||
msgid "Mediamodifier PoD Settings"
|
||||
msgstr ""
|
||||
2
spec/fixtures/dynamic_finders/plugin_version/modula-foo-migrator/change_log/changelog.txt
vendored
Normal file
2
spec/fixtures/dynamic_finders/plugin_version/modula-foo-migrator/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
= 1.0.0 =
|
||||
First Release ! Yay !
|
||||
47
spec/fixtures/dynamic_finders/plugin_version/modula-foo-migrator/composer_file/package.json
vendored
Normal file
47
spec/fixtures/dynamic_finders/plugin_version/modula-foo-migrator/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "modula-deeplink",
|
||||
"main": "Gruntfile.js",
|
||||
"version": "1.0.0",
|
||||
"author": "Macho Themes",
|
||||
"license": "GPL v3",
|
||||
"repository": "https://github.com/machothemes/simple-author-box.git",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"watch": "webpack --watch",
|
||||
"production": "cross-env NODE_ENV=production webpack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^9.7.4",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"browser-sync": "^2.26.7",
|
||||
"browser-sync-webpack-plugin": "^2.2.2",
|
||||
"classnames": "^2.2.6",
|
||||
"cross-env": "^7.0.0",
|
||||
"css-entry-webpack-plugin": "^1.0.0-beta.4",
|
||||
"css-loader": "^3.4.2",
|
||||
"cssnano": "^4.1.10",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-checktextdomain": "^1.0.1",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-compress": "^1.6.0",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-cssmin": "^3.0.0",
|
||||
"grunt-contrib-uglify": "^4.0.1",
|
||||
"grunt-wp-i18n": "^1.0.3",
|
||||
"load-grunt-tasks": "^5.1.0",
|
||||
"node-sass": "^4.13.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"style-loader": "^1.1.3",
|
||||
"webpack": "^4.41.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"npm": "^6.13.7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
= 1.0.0 =
|
||||
First Release ! Yay !
|
||||
47
spec/fixtures/dynamic_finders/plugin_version/modula-nextgen-migrator/composer_file/package.json
vendored
Normal file
47
spec/fixtures/dynamic_finders/plugin_version/modula-nextgen-migrator/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "modula-deeplink",
|
||||
"main": "Gruntfile.js",
|
||||
"version": "1.0.0",
|
||||
"author": "Macho Themes",
|
||||
"license": "GPL v3",
|
||||
"repository": "https://github.com/machothemes/simple-author-box.git",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"watch": "webpack --watch",
|
||||
"production": "cross-env NODE_ENV=production webpack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^9.7.4",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"browser-sync": "^2.26.7",
|
||||
"browser-sync-webpack-plugin": "^2.2.2",
|
||||
"classnames": "^2.2.6",
|
||||
"cross-env": "^7.0.0",
|
||||
"css-entry-webpack-plugin": "^1.0.0-beta.4",
|
||||
"css-loader": "^3.4.2",
|
||||
"cssnano": "^4.1.10",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-checktextdomain": "^1.0.1",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-compress": "^1.6.0",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-cssmin": "^3.0.0",
|
||||
"grunt-contrib-uglify": "^4.0.1",
|
||||
"grunt-wp-i18n": "^1.0.3",
|
||||
"load-grunt-tasks": "^5.1.0",
|
||||
"node-sass": "^4.13.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"style-loader": "^1.1.3",
|
||||
"webpack": "^4.41.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"npm": "^6.13.7"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,927 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: MWB GF Integration for Hubspot 1.0.0\n"
|
||||
"POT-Creation-Date: 2021-11-12 14:02+0530\n"
|
||||
"PO-Revision-Date: 2021-11-12 14:02+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: MakeWebBetter\n"
|
||||
"Language: en_US\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
|
||||
"esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop;translate_nooped_plural\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: admin/class-mwb-gf-integration-for-hubspot-admin.php:150
|
||||
msgid "Back to feeds"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mwb-gf-integration-for-hubspot-admin.php:152
|
||||
msgid "Internal server error"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-mwb-gf-integration-for-hubspot-admin.php:230
|
||||
msgid "MWB GF Integration for HubSpot"
|
||||
msgstr ""
|
||||
|
||||
#: admin/js/mwb-gf-integration-for-hubspot-admin.min.js:1
|
||||
msgid "Please select a form first"
|
||||
msgstr ""
|
||||
|
||||
#: admin/js/mwb-gf-integration-for-hubspot-admin.min.js:1
|
||||
msgid "Select a valid HubSpot object and its corresponding field"
|
||||
msgstr ""
|
||||
|
||||
#: admin/js/mwb-gf-integration-for-hubspot-admin.min.js:1
|
||||
msgid "Please select a valid gf form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/js/mwb-gf-integration-for-hubspot-admin.min.js:1
|
||||
msgid "Please select a valid GF form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/js/mwb-gf-integration-for-hubspot-admin.min.js:1
|
||||
msgid "Select a valid GF form!!"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:20
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:21
|
||||
msgid " to your developer account."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:24
|
||||
msgid ""
|
||||
"Click on Manage apps to manage your existing app or to create a new one."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:27
|
||||
msgid "Click on Create app. It will open a new tab."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:30
|
||||
msgid ""
|
||||
"Fill up mandatory informations like \"Public App Name\" on the app info tab"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:33
|
||||
msgid ""
|
||||
"New app will be created and its its credentials will be displayed on auth "
|
||||
"info tab."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:40
|
||||
#, php-format
|
||||
msgid "Enter <strong> %s </strong> as Redirect URL."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:48
|
||||
msgid ""
|
||||
"Copy \"Client ID\" and \"Client secret\" from there and enter it in "
|
||||
"Authentication form."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:52
|
||||
msgid "Click on authorize button."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:55
|
||||
msgid "It will redirect you to HubSpot login panel."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:58
|
||||
msgid "Select the HubSpot portal you want to connet with."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:61
|
||||
msgid ""
|
||||
"After successful login, it will redirect you to consent page, where it will "
|
||||
"ask your permissions to access the data."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:64
|
||||
msgid ""
|
||||
"Click on allow, it should redirect back to your plugin admin page and your "
|
||||
"connection part is done."
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/setup-guide.php:72
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Still facing issue! Please check detailed app setup <a href=\"%s\" target="
|
||||
"\"_blank\" >documentation</a>."
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-deactivation-template-display.php:32
|
||||
msgid "May we have a little info about why you are deactivating?"
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-deactivation-template-display.php:42
|
||||
msgid "Skip and Deactivate Now"
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-onboarding-template-display.php:34
|
||||
msgid "Welcome to MakeWebBetter"
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-onboarding-template-display.php:35
|
||||
msgid ""
|
||||
"We love making new friends! Subscribe below and we promise to keep you up-to-"
|
||||
"date with our latest new plugins, updates, awesome deals and a few special "
|
||||
"offers."
|
||||
msgstr ""
|
||||
|
||||
#: extra-templates/makewebbetter-onboarding-template-display.php:45
|
||||
msgid "Skip For Now"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:123
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:283
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:142
|
||||
msgid "Something went wrong!!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:173
|
||||
msgid "Something went wrong!! Please try reloading this page."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:203
|
||||
msgid "How to get the API keys?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:219
|
||||
msgid "Something went wrong!! Please try again"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:226
|
||||
msgid "Validation successful !! Redirecting..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:262
|
||||
msgid "Something went wrong! Check your credentials and authorize again"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:273
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:81
|
||||
#, php-format
|
||||
msgid "Access token will expire in %1$s hours %2$s minutes."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:278
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:87
|
||||
msgid "Access token has expired."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:340
|
||||
msgid "No data found"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:353
|
||||
msgid "Inavlid email"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:367
|
||||
msgid "Settings saved successfully"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:548
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:572
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:613
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:698
|
||||
msgid "Something went wrong, Refresh and try again."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:734
|
||||
msgid "No log data available"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-ajax-handler.php:809
|
||||
msgid "Invalid form"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-onboarding.php:343
|
||||
msgid "What is your monthly revenue?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-onboarding.php:360
|
||||
msgid "What industry defines your business?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-onboarding.php:395
|
||||
msgid "What is the best email address to contact you?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-onboarding.php:405
|
||||
msgid "What is your contact number?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-mwb-gf-integration-for-hubspot-onboarding.php:927
|
||||
msgid "Unexpected Error Occured"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/api/class-mwb-gf-integration-hubspot-api.php:473
|
||||
msgid "Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/api/class-mwb-gf-integration-hubspot-api.php:517
|
||||
msgid "Error posting to CRM"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:150
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:166
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:301
|
||||
msgid "Feeds"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:151
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:49
|
||||
msgid "Feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:152
|
||||
msgid "Crm Feeds"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:153
|
||||
msgid "Parent Feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:154
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:32
|
||||
msgid "All Feeds"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:155
|
||||
msgid "View Feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:156
|
||||
msgid "Add New Feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:157
|
||||
msgid "Add New"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:158
|
||||
msgid "Edit Feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:159
|
||||
msgid "Update Feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:160
|
||||
msgid "Search Feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:161
|
||||
msgid "Not Found"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:162
|
||||
msgid "Not found in Trash"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:167
|
||||
msgid "Feeds for crm"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:201
|
||||
msgid "Feed details"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-feed-module.php:211
|
||||
msgid "Conditional Statements"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:189
|
||||
msgid "Matches exactly"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:190
|
||||
msgid "Does not match exactly"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:191
|
||||
msgid "Contains (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:192
|
||||
msgid "Does not contain (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:193
|
||||
msgid "Exist in (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:194
|
||||
msgid "Does not Exists in (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:195
|
||||
msgid "Starts with (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:196
|
||||
msgid "Does not start with (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:197
|
||||
msgid "Ends with (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:198
|
||||
msgid "Does not end with (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:199
|
||||
msgid "Less than (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:200
|
||||
msgid "Greater than (Text)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:201
|
||||
msgid "Less than (Date/Time)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:202
|
||||
msgid "Greater than (Date/Time)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:203
|
||||
msgid "Equals (Date/Time)"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:204
|
||||
msgid "Is empty"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:205
|
||||
msgid "Is not empty"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:219
|
||||
msgid "Feed #"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-framework.php:261
|
||||
msgid "Application is not connected to HubSpot"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:143
|
||||
#, php-format
|
||||
msgid "%s day"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:150
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:169
|
||||
msgid "Activate"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:153
|
||||
#, php-format
|
||||
msgid ""
|
||||
" the license key before %s or you may risk losing data and the plugin will "
|
||||
"also become dysfunctional."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:165
|
||||
msgid "Trail expired !! "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:172
|
||||
msgid " your license and continue enjoying the pro version features."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:297
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:302
|
||||
msgid "Logs"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:303
|
||||
#: mwb-gf-integration-for-hubspot.php:217
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:396
|
||||
msgid "API Name : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:400
|
||||
msgid "Type : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:406
|
||||
msgid "Length : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:413
|
||||
msgid "Options : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:420
|
||||
msgid "Picklist Values : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:426
|
||||
msgid "Required Field"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:435
|
||||
msgid "Field Type"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:438
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:451
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:470
|
||||
#: mwb-crm-fw/templates/meta-boxes/add-new-field.php:28
|
||||
#: mwb-crm-fw/templates/meta-boxes/primary-field.php:28
|
||||
msgid "Select an Option"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:440
|
||||
msgid "Standard Value"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:443
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:466
|
||||
msgid "Custom Value"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:449
|
||||
msgid "Field Value"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:507
|
||||
msgid "Select Field"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:517
|
||||
msgid "Select Condition"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:522
|
||||
msgid "Enter value"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:559
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:72
|
||||
msgid "Form : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:563
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:76
|
||||
msgid "Object : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:567
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:80
|
||||
msgid "Primary Key : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:571
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:84
|
||||
msgid "Conditions : "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:572
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:85
|
||||
msgid "Applied"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:576
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:90
|
||||
msgid "Edit feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/framework/class-mwb-gf-integration-hubspot-template-manager.php:579
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:94
|
||||
msgid "Trash feed"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/add-new-field.php:22
|
||||
msgid "Add New Field"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/add-new-field.php:52
|
||||
msgid "Add Field"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/header.php:23
|
||||
msgid "Hubspot"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/header.php:26
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:27
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:82
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:27
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:24
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:26
|
||||
msgid "GF"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/opt-in-condition.php:22
|
||||
msgid "Condition Filter"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/opt-in-condition.php:33
|
||||
msgid "Enable to add Conditional filters on form submission"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/opt-in-condition.php:51
|
||||
msgid "Add \"AND\" filter"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/opt-in-condition.php:53
|
||||
msgid "Trash"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/opt-in-condition.php:59
|
||||
msgid "Add \"OR\" filter"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/primary-field.php:22
|
||||
msgid "Primary Field"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/primary-field.php:49
|
||||
msgid ""
|
||||
"Please select a field which should be used as \"primary key\" to update an "
|
||||
"existing record. \n"
|
||||
"\t\t\t\t\t\tIn case of duplicate records"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/select-fields.php:21
|
||||
msgid "Map Fields"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/select-form.php:23
|
||||
msgid "Select Gravity Form"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/select-form.php:30
|
||||
msgid "Select Form"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/select-form.php:31
|
||||
msgid "Gravity Form "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/select-object.php:29
|
||||
msgid "Select HubSpot Object"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/select-object.php:37
|
||||
msgid "Select Object"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/select-object.php:52
|
||||
msgid "Refresh Objects"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/meta-boxes/select-object.php:58
|
||||
msgid "Refresh Fields"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:24
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:79
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:24
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:21
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:23
|
||||
msgid "HubSpot"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:43
|
||||
msgid "Connection Status"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:47
|
||||
msgid "Connected"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:59
|
||||
#, php-format
|
||||
msgid "Portal ID : %s"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:69
|
||||
#, php-format
|
||||
msgid "Account TimeZone : %s"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:92
|
||||
msgid "Refresh Access Token"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:99
|
||||
msgid "Reauthorize"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:102
|
||||
msgid "Disconnect"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:116
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:129
|
||||
msgid "Synced Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:123
|
||||
msgid ""
|
||||
"Total number of Gravity Form submission data which are synced over HubSpot."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:124
|
||||
msgid "View log"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:143
|
||||
msgid "Need any help ? Check our documentation."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:146
|
||||
#: mwb-gf-integration-for-hubspot.php:186
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:151
|
||||
msgid "Facing any issue ? Open a support ticket."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:154
|
||||
#: mwb-gf-integration-for-hubspot.php:187
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:159
|
||||
msgid "Need personalized solution, contact us !"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/accounts-tab.php:162
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:33
|
||||
#, php-format
|
||||
msgid ""
|
||||
"With this GF %1$s Integration you can easily sync all your GF Form "
|
||||
"Submissions data over %2$s. It will create %3$s over %4$s, based on your GF "
|
||||
"Form Feed data."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:46
|
||||
#, php-format
|
||||
msgid "Connect your %s account with GF."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:55
|
||||
#, php-format
|
||||
msgid "Sync your data over %s."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:63
|
||||
msgid "Connect your Account."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:93
|
||||
msgid "Enter your credentials here"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:101
|
||||
msgid "Connection has been successful ! Validating ....."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:109
|
||||
msgid "Use own app"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:122
|
||||
msgid "Client ID"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:130
|
||||
msgid "Enter Client ID"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:142
|
||||
msgid "Client Secret"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:150
|
||||
msgid "Enter Client Secret"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:162
|
||||
msgid "Scopes"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:171
|
||||
msgid ""
|
||||
"Copy Scopes from your HubSpot app and paste here seperated by commas. For "
|
||||
"eg: {oauth, contacts, tickets} or {crm.objects.contacts.read, crm.objects."
|
||||
"contacts.write}"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:180
|
||||
msgid "Redirect URI"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:186
|
||||
msgid ""
|
||||
"Web-Protocol must be HTTPS in order to successfully authorize with HubSpot"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:197
|
||||
msgid "Authorize"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:210
|
||||
msgid "Don’t have an account yet . "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:212
|
||||
msgid "Create A Free Account"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:216
|
||||
msgid "Get Your Api Key here."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:217
|
||||
msgid "Get Api Keys"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:220
|
||||
msgid "Check app setup guide . "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:221
|
||||
msgid "Show Me How"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:237
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Congrats! You’ve successfully set up the MWB GF Integration with %s Plugin."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:252
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Now you can go to the dashboard and check connection data. You can create "
|
||||
"your feeds, edit them in the feeds tab. If you do not see your data over %s, "
|
||||
"you can check the logs for any possible error."
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/authorisation-tab.php:259
|
||||
msgid "View Dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:31
|
||||
msgid "Select GF form"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:68
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:68
|
||||
msgid "Sandbox"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:85
|
||||
msgid "-"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/feeds-tab.php:104
|
||||
msgid "Add Feeds"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:30
|
||||
msgid "Clear Log"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:35
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:48
|
||||
msgid "Expand"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:50
|
||||
msgid "Feed ID"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:54
|
||||
#, php-format
|
||||
msgid "%s Object"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:60
|
||||
#, php-format
|
||||
msgid "%s ID"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:63
|
||||
msgid "Event"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:64
|
||||
msgid "Timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:65
|
||||
msgid "Request"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:66
|
||||
msgid "Response"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:73
|
||||
msgid "Please enable the logs from "
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/logs-tab.php:75
|
||||
msgid "Settings tab"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:39
|
||||
msgid "Enable logs"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:44
|
||||
msgid "Enable logging of all the form data to be sent over HubSpot"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:57
|
||||
msgid "Plugin Data"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:62
|
||||
msgid "Enable to delete the plugin data after uninstallation of plugin"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:75
|
||||
msgid "Email notification"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:80
|
||||
msgid "Enable email notification on errors while syncing data to HubSpot"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:109
|
||||
msgid "Delete logs after N days"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:114
|
||||
msgid "This will delete the logs data after N no. of days"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-crm-fw/templates/tab-contents/settings-tab.php:131
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-gf-integration-for-hubspot.php:84
|
||||
#, php-format
|
||||
msgid " %1$s is not activated, Please activate %1$s first to activate %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: mwb-gf-integration-for-hubspot.php:185
|
||||
msgid "Demo"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-mwb-gf-integration-for-hubspot-public.php:443
|
||||
#, php-format
|
||||
msgid "Error While Posting GF form data over %s "
|
||||
msgstr ""
|
||||
|
||||
#: public/class-mwb-gf-integration-for-hubspot-public.php:468
|
||||
#, php-format
|
||||
msgid "MWB GF Integration For %s"
|
||||
msgstr ""
|
||||
|
||||
#: public/partials/email-template.php:21 public/partials/email-template.php:27
|
||||
msgid "Error - "
|
||||
msgstr ""
|
||||
|
||||
#: public/partials/email-template.php:42
|
||||
msgid "View Logs"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,5 @@
|
||||
*** Changelog ***
|
||||
|
||||
= 1.0 - 13/01/2022 =
|
||||
|
||||
* Initial release
|
||||
@@ -0,0 +1,64 @@
|
||||
# Copyright (C) 2022 SL Design
|
||||
# This file is distributed under the GNU General Public License v3.0.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Order Attachments for WooCommerce 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/order-attachments-for-woocommerce\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2022-01-13T20:12:27+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: sld-wcoa\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Order Attachments for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "This plugin allows you to add a file to orders in your store."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "SL Design"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://sldesign.pl"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wcoa_admin_configuration.php:21
|
||||
msgid "Attachment"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wcoa_admin_configuration.php:45
|
||||
msgid "View"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wcoa_admin_configuration.php:106
|
||||
msgid "An attachment has been added to the order."
|
||||
msgstr ""
|
||||
|
||||
#: includes/wcoa_customer_configuration.php:13
|
||||
msgid "View attachment"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wcoa_customer_configuration.php:25
|
||||
#: includes/wcoa_customer_configuration.php:29
|
||||
msgid "Show attachment"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wcoa_customer_configuration.php:28
|
||||
msgid "An attachment has been added to your order. Click the link below to view it:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/wcoa_customer_redirect_to_the_attachment.php:9
|
||||
msgid "Redirecting ..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/wcoa_customer_redirect_to_the_attachment.php:21
|
||||
msgid "Page not found. Redirecting to the home page..."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "pagarme/woocommerce-pagarme-payments",
|
||||
"description": "Pagar.me module for Woocommerce",
|
||||
"type": "wordpress-plugin",
|
||||
"version": "2.0.0",
|
||||
"license": "GPL",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Woocommerce\\Pagarme\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"mashape/unirest-php": "^3.0",
|
||||
"pagarme/ecommerce-module-core": "^1.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Paybyrd Payment Plugin 1.0.0\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "Paybyrd"
|
||||
msgstr ""
|
||||
|
||||
msgid "Paybyrd Gateway"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable/Disable"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable Paybyrd Gateway"
|
||||
msgstr ""
|
||||
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
msgid "This controls the title which the user sees during checkout"
|
||||
msgstr ""
|
||||
|
||||
msgid "Paybyrd Payment"
|
||||
msgstr ""
|
||||
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
msgid "Payment method description that the customer will see on your checkout"
|
||||
msgstr ""
|
||||
|
||||
msgid "Payment Information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test Mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable Test Mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Place the payment gateway in test mode using test API keys"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test Private Key"
|
||||
msgstr ""
|
||||
|
||||
msgid "Live Private Key"
|
||||
msgstr ""
|
||||
|
||||
msgid "The form for payment will be loaded soon..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Payment successfully paid"
|
||||
msgstr ""
|
||||
|
||||
msgid "There was a problem with your payment"
|
||||
msgstr ""
|
||||
|
||||
msgid "Payment pending..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pay With Paybyrd"
|
||||
msgstr ""
|
||||
|
||||
msgid "Test Approved"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,454 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Easy Donations 1.0\n"
|
||||
"POT-Creation-Date: 2021-11-12 22:28+0330\n"
|
||||
"PO-Revision-Date: 2021-11-12 22:29+0330\n"
|
||||
"Last-Translator: Seyed Hamzeh Fazeli <seyed.hamzeh.fazeli@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fa_IR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.4.2\n"
|
||||
"X-Poedit-Basepath: .\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: __;_e\n"
|
||||
"X-Poedit-SearchPath-0: ..\n"
|
||||
"X-Poedit-SearchPath-1: .\n"
|
||||
|
||||
#: ../easy-donations.php:72
|
||||
msgid "paystar-easy-donations"
|
||||
msgstr "درگاه پرداخت پی استار به همراه افزونه Easy Donations - حمایت مالی آسان"
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:184
|
||||
msgid "No items found."
|
||||
msgstr "هیچ موردی یافت نشد."
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:308
|
||||
msgid "Bulk Actions"
|
||||
msgstr "کارهای عمومی"
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:318
|
||||
msgid "Apply"
|
||||
msgstr "تایید"
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:402
|
||||
msgid "All dates"
|
||||
msgstr "تمام تاریخ ها"
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:415
|
||||
#, php-format
|
||||
msgid "%1$s %2$d"
|
||||
msgstr "%1$s %2$d"
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:431
|
||||
msgid "List View"
|
||||
msgstr "مشاهده لیست"
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:432
|
||||
msgid "Excerpt View"
|
||||
msgstr "مشاهده خلاصه"
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:458
|
||||
#, php-format
|
||||
msgid "%s pending"
|
||||
msgstr "%s در انتظار بررسی"
|
||||
|
||||
#: ../inc/abstract/class-wp-list-table.php:713
|
||||
msgid "Select All"
|
||||
msgstr "انتخاب همه"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:62
|
||||
msgid "Easy Donations"
|
||||
msgstr "حمایت مالی آسان"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:63
|
||||
msgid "General Settings"
|
||||
msgstr "تنظیمات عمومی"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:69
|
||||
msgid "Descriptions"
|
||||
msgstr "توضیحات"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:70
|
||||
msgid "Settings"
|
||||
msgstr "تنظیمات"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:71
|
||||
msgid "Gateways"
|
||||
msgstr "درگاه ها"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:74
|
||||
msgid "Plugin Short Code"
|
||||
msgstr "کد کوتاه افزونه"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:76
|
||||
msgid "Donate Form Function"
|
||||
msgstr "تابع فراخوانی فرم افزوه"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:78
|
||||
msgid "Add a field"
|
||||
msgstr "افزودن یک فیلد"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:80
|
||||
msgid "Amount field type"
|
||||
msgstr "نوع فیلد قیمت"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:87
|
||||
msgid "Parallax Background"
|
||||
msgstr "پس زمینه پارالاکس"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:95
|
||||
msgid "Covered Background"
|
||||
msgstr "پس زمینه کاور"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:101
|
||||
msgid "Form Background"
|
||||
msgstr "پس زمینه ی فرم"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:103
|
||||
msgid "Active Currency"
|
||||
msgstr "واحد پولی فعال"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:111
|
||||
msgid ""
|
||||
"Check this to hide the form and show the below message after successfull "
|
||||
"payment."
|
||||
msgstr ""
|
||||
"برای مخفی سازی فرم و نمایش پیام به جای فرم پس از پرداخت های موفق این گزینه "
|
||||
"را فعال نمایید."
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:124
|
||||
msgid "Successfull Payment Message"
|
||||
msgstr "پیام پس از پرداخت موفق"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:130
|
||||
msgid "I all load this styles after my own styles!"
|
||||
msgstr "من این استایل ها را بعد از استایل های خودم لود خواهم کرد!"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:135
|
||||
msgid "Custome Styles"
|
||||
msgstr "استایل های سفارشی"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:175
|
||||
msgid "In this section you can find informations about how to use this plugin."
|
||||
msgstr ""
|
||||
"در این بخش می توانید اطلاعاتی در مورد نحوه استفاده از افزونه مشاهده نمایید."
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:184
|
||||
msgid "Here you can see a list of available gateways."
|
||||
msgstr "در این بخش می توانید لیست درگاه های موجود را مشاهده نمایید."
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:193
|
||||
msgid "You can use this code snippet to print the donate form in your theme: "
|
||||
msgstr ""
|
||||
"می توانید از تکه کد زیر برای نمایش فرم حمایت مالی در پوسته تان استفاده "
|
||||
"نمایید: "
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:216
|
||||
#: ../inc/class-easy-donations-admin-general.php:242
|
||||
msgid "Field Title "
|
||||
msgstr "عنوان فیلد "
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:218
|
||||
#: ../inc/class-easy-donations-admin-general.php:244
|
||||
msgid "Field Type "
|
||||
msgstr "نوع فیلد "
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:220
|
||||
#: ../inc/class-easy-donations-admin-general.php:246
|
||||
msgid "Text Field "
|
||||
msgstr "فیلد متنی "
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:221
|
||||
#: ../inc/class-easy-donations-admin-general.php:247
|
||||
msgid "Text Area Field "
|
||||
msgstr "فیلد متن چند خطی "
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:222
|
||||
#: ../inc/class-easy-donations-admin-general.php:248
|
||||
msgid "Password Field "
|
||||
msgstr "فیلد رمز "
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:226
|
||||
#: ../inc/class-easy-donations-admin-general.php:252
|
||||
msgid "Active"
|
||||
msgstr "فعال"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:229
|
||||
#: ../inc/class-easy-donations-admin-general.php:255
|
||||
msgid "Required"
|
||||
msgstr "الزامی"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:231
|
||||
#: ../inc/class-easy-donations-admin-general.php:257
|
||||
msgid "Remove field"
|
||||
msgstr "حذف فیلد"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:237
|
||||
msgid "Add field"
|
||||
msgstr "افزودن فیلد"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:273
|
||||
msgid "Fixed value(s)"
|
||||
msgstr "مقادیر ثابت"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:283
|
||||
#: ../inc/class-easy-donations-admin-general.php:302
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:83
|
||||
#: ../inc/class-easy-donations-form.php:128
|
||||
msgid "Amount"
|
||||
msgstr "مبلغ"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:286
|
||||
#: ../inc/class-easy-donations-admin-general.php:305
|
||||
msgid "Remove price"
|
||||
msgstr "حذف قیمت"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:290
|
||||
msgid "Add Amount"
|
||||
msgstr "افزودن مبلغ"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:294
|
||||
msgid "Typed by user"
|
||||
msgstr "به انتخاب کاربر"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:327
|
||||
msgid "Select Background"
|
||||
msgstr "انتخاب تصویر"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:328
|
||||
msgid "Reset Background"
|
||||
msgstr "حذف تصویر"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:357
|
||||
msgid "Submit"
|
||||
msgstr "تایید"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:455
|
||||
msgid "Changes Saved."
|
||||
msgstr "تنظیمات دخیره شد."
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:459
|
||||
msgid "You have made no changes."
|
||||
msgstr "شما تغییری ایجاد ننموده اید."
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:493
|
||||
msgid "Iranian Rial"
|
||||
msgstr "ریال ایران"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-general.php:497
|
||||
#: ../inc/class-easy-donations-form.php:125
|
||||
#: ../inc/class-easy-donations-install.php:128
|
||||
msgid "Iranian Toman"
|
||||
msgstr "تومان ایران"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:17
|
||||
msgid "Donation"
|
||||
msgstr "حمایت مالی"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:18
|
||||
msgid "Donations"
|
||||
msgstr "حمایت های مالی"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:48
|
||||
msgid "Nothing Found."
|
||||
msgstr "موردی یافت نشد."
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:80
|
||||
msgid "Details"
|
||||
msgstr "جزئیات"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:81
|
||||
#: ../inc/class-easy-donations-payments.php:18
|
||||
msgid "Status"
|
||||
msgstr "وضعیت"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:82
|
||||
msgid "Transaction ID"
|
||||
msgstr "شماره تراکنش"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:84
|
||||
#: ../inc/class-easy-donations-payments.php:17
|
||||
msgid "Gateway"
|
||||
msgstr "درگاه"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:85
|
||||
msgid "Date"
|
||||
msgstr "تاریخ"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:138
|
||||
msgid "Delete"
|
||||
msgstr "حذف"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:167
|
||||
msgid " Payment Log's has been deleted. "
|
||||
msgstr " گزارش پرداخت حذف گردید. "
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:171
|
||||
msgid " Unable to access payments array. "
|
||||
msgstr " امکان دسترسی به آرایه ی پرداخت ها وجود ندارد. "
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments-list.php:208
|
||||
msgid "View Details"
|
||||
msgstr "مشاهده جزئیات"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments.php:45
|
||||
#: ../inc/class-easy-donations-admin-payments.php:47
|
||||
msgid "Payments"
|
||||
msgstr "پرداخت ها"
|
||||
|
||||
#: ../inc/class-easy-donations-admin-payments.php:45
|
||||
#: ../inc/class-easy-donations-admin-payments.php:47
|
||||
msgid "Payments List"
|
||||
msgstr "لیست پرداخت ها"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:146
|
||||
msgid "Amount:"
|
||||
msgstr "مبلغ :"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:153
|
||||
msgid "Payout"
|
||||
msgstr "پرداخت"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:231
|
||||
msgid "Please do not remove the form fields !"
|
||||
msgstr "لطفا فیلدهای فرم را حذف نکنید!"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:238
|
||||
msgid " is required"
|
||||
msgstr " الزامی است"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:249
|
||||
msgid "Amount is required"
|
||||
msgstr "مبلغ الزامیست"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:256
|
||||
msgid "Amount is numeric !!!"
|
||||
msgstr "مبلغ یک مقدار عددی می باشد!!!"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:262
|
||||
msgid "Please choose a gateway"
|
||||
msgstr "یک درگاه پرداخت انتخاب نمایید"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:481
|
||||
msgid "Gateway:"
|
||||
msgstr "درگاه پرداخت :"
|
||||
|
||||
#: ../inc/class-easy-donations-form.php:483
|
||||
#: ../inc/class-easy-donations-form.php:501
|
||||
msgid "There is no active gateways."
|
||||
msgstr "هیچ درگاه فعالی موجود نیست."
|
||||
|
||||
#: ../inc/class-easy-donations-gateway.php:16
|
||||
msgid "Returned Payment ID was invalid."
|
||||
msgstr "شناسه ای دی بازگشتی نامعتبر است."
|
||||
|
||||
#: ../inc/class-easy-donations-gateway.php:58
|
||||
msgid "Enable"
|
||||
msgstr "فعال سازی"
|
||||
|
||||
#: ../inc/class-easy-donations-gateway.php:106
|
||||
#: ../inc/class-easy-donations-gateway.php:167
|
||||
msgid "This gateway is not registered"
|
||||
msgstr "این درگاه هیچ جا ثبت نشده است"
|
||||
|
||||
#: ../inc/class-easy-donations-gateway.php:112
|
||||
msgid "Payment session is not set."
|
||||
msgstr "سشن پرداخت ایجاد نشده است."
|
||||
|
||||
#: ../inc/class-easy-donations-gateway.php:127
|
||||
msgid "This payment session is expired."
|
||||
msgstr "این سشن منقضی شده است."
|
||||
|
||||
#: ../inc/class-easy-donations-gateway.php:146
|
||||
msgid "No payment with this id exists."
|
||||
msgstr "هیچ تراکنشی با این شناسه وجود ندارد."
|
||||
|
||||
#: ../inc/class-easy-donations-gateway.php:150
|
||||
msgid "Payment data is not set."
|
||||
msgstr "اطلاعات پرداخت ثبت نشده است."
|
||||
|
||||
#: ../inc/class-easy-donations-gateway.php:162
|
||||
msgid "There is no session with this id."
|
||||
msgstr "سشنی با این شناسه موجود نیست."
|
||||
|
||||
#: ../inc/class-easy-donations-install.php:69
|
||||
msgid "Name"
|
||||
msgstr "نام"
|
||||
|
||||
#: ../inc/class-easy-donations-install.php:75
|
||||
msgid "Family"
|
||||
msgstr "نام خانوادگی"
|
||||
|
||||
#: ../inc/class-easy-donations-install.php:81
|
||||
msgid "Website"
|
||||
msgstr "وبسایت"
|
||||
|
||||
#: ../inc/class-easy-donations-install.php:87
|
||||
msgid "Email"
|
||||
msgstr "ایمیل"
|
||||
|
||||
#: ../inc/class-easy-donations-install.php:92
|
||||
msgid "Phone"
|
||||
msgstr "تلفن"
|
||||
|
||||
#: ../inc/class-easy-donations-install.php:97
|
||||
msgid "Comment"
|
||||
msgstr "توضیحات"
|
||||
|
||||
#: ../inc/class-easy-donations-payments.php:18
|
||||
#: ../inc/class-easy-donations-payments.php:26
|
||||
msgid "Pending"
|
||||
msgstr "در انتظار"
|
||||
|
||||
#: ../inc/class-easy-donations-payments.php:67
|
||||
msgid "Completed"
|
||||
msgstr "کامل شده"
|
||||
|
||||
#: ../inc/class-easy-donations-payments.php:71
|
||||
msgid "Canceled"
|
||||
msgstr "لغو شده"
|
||||
|
||||
#: ../inc/class-easy-donations-payments.php:75
|
||||
msgid "Failed"
|
||||
msgstr "ناموفق"
|
||||
|
||||
#: ../inc/gateways/class-edt-paystar-gateway.php:31
|
||||
msgid "Please Enter PayStar Terminal"
|
||||
msgstr "لطفا شناسه درگاه پی استار را وارد کنید"
|
||||
|
||||
#: ../inc/gateways/class-edt-paystar-gateway.php:34
|
||||
#: ../inc/gateways/class-edt-paystar-gateway.php:104
|
||||
msgid "PayStar"
|
||||
msgstr "پی استار"
|
||||
|
||||
#: ../inc/gateways/class-edt-paystar-gateway.php:57
|
||||
msgid "Pay"
|
||||
msgstr "پرداخت"
|
||||
|
||||
#: ../inc/gateways/class-edt-paystar-gateway.php:62
|
||||
#: ../inc/gateways/class-edt-paystar-gateway.php:96
|
||||
msgid "Error"
|
||||
msgstr "خطا"
|
||||
|
||||
#: ../inc/gateways/class-edt-paystar-gateway.php:91
|
||||
msgid "Payment Completed. RefNum"
|
||||
msgstr "پرداخت موفق . شماره پیگیری"
|
||||
|
||||
#: ../inc/widgets/class-easy-donations-widgets.php:17
|
||||
msgid "Easy Donations Widget"
|
||||
msgstr "ابزارک حمایت مالی آسان"
|
||||
|
||||
#: ../inc/widgets/class-easy-donations-widgets.php:20
|
||||
msgid "This widget displays easy donations form as a widget"
|
||||
msgstr "ابزارک نمایش فرم حمایت مالی آسان"
|
||||
|
||||
#: ../inc/widgets/class-easy-donations-widgets.php:44
|
||||
msgid "Last Posts"
|
||||
msgstr "اخرین مطالب"
|
||||
|
||||
#: ../inc/widgets/class-easy-donations-widgets.php:51
|
||||
msgid "Title"
|
||||
msgstr "عنوان"
|
||||
709
spec/fixtures/dynamic_finders/plugin_version/pluglab/translation_file/languages/pluglab.pot
vendored
Normal file
709
spec/fixtures/dynamic_finders/plugin_version/pluglab/translation_file/languages/pluglab.pot
vendored
Normal file
@@ -0,0 +1,709 @@
|
||||
# Copyright (C) 2021 UnibirdTech
|
||||
# This file is distributed under the same license as the Pluglab plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Pluglab 0.1.5\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pluglab\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-06T05:29:40+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: pluglab\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Pluglab"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Pluglab contain all features which are required to create a complete website. Main motive behind this plugin is to boost up functionality of Unibird themes."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "UnibirdTech"
|
||||
msgstr ""
|
||||
|
||||
#: includes/customizer/controls/class-pl-customizer-control-range-slider.php:51
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
|
||||
#: includes/customizer/controls/class-pl-customizer-control-repeater.php:715
|
||||
msgid "Open links in new tab"
|
||||
msgstr ""
|
||||
|
||||
#: includes/customizer/controls/class-pl-customizer-control-tab.php:32
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: includes/customizer/controls/class-pl-customizer-control-tab.php:33
|
||||
msgid "Style"
|
||||
msgstr ""
|
||||
|
||||
#: includes/customizer/controls/class-pl-customizer-control-upgrade-notice.php:25
|
||||
msgid "and get more premium features."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:46
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:46
|
||||
msgid "Top Header"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:54
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:63
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:54
|
||||
msgid "Slider"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:55
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:64
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:55
|
||||
msgid "Manage slider banner"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:63
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:508
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:91
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1566
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:71
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:984
|
||||
msgid "Service"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:64
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:92
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:72
|
||||
msgid "Manage service section"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:72
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:102
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:80
|
||||
msgid "Call to action"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:73
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:103
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:81
|
||||
msgid "Manage CTA section"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:81
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:612
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-layout.php:136
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:111
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1728
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-layout.php:219
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:89
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1112
|
||||
msgid "Testimonial"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:82
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:112
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:90
|
||||
msgid "Manage Testimonial section"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:89
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:119
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:97
|
||||
msgid "Blog"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:90
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:120
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:98
|
||||
msgid "Manage Blog section"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:167
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:312
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:185
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:330
|
||||
msgid "Hide/Show"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:188
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:230
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:226
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:281
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:206
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:248
|
||||
msgid "Icon"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:206
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:245
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:224
|
||||
msgid "Mail Text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:247
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:299
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:265
|
||||
msgid "Phone Text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:269
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:287
|
||||
msgid "Hide/Show Social icon"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:291
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:362
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:309
|
||||
msgid "Social Icons"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:293
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:365
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:311
|
||||
msgid "Add New Social"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:294
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:366
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:312
|
||||
msgid "Social"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:327
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:345
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:807
|
||||
msgid "Button Text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:370
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:427
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:542
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:645
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:205
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:340
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:442
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:518
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:889
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1462
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1634
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1761
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1942
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:388
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:446
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:744
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:879
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1018
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1145
|
||||
msgid "Display"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:390
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:462
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:408
|
||||
msgid "Add New Slider"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:392
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:464
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:410
|
||||
msgid "Slide Content"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:455
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1490
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:907
|
||||
msgid "Service Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:463
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1498
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:915
|
||||
msgid "Service title..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:479
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1514
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:931
|
||||
msgid "Service Sub-title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:487
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1522
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:939
|
||||
msgid "Service sub-title..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:507
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1565
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:983
|
||||
msgid "Add New Service"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:559
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1651
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1035
|
||||
msgid "Testimonial Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:567
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1659
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1043
|
||||
msgid "Testimonial title..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:583
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1675
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1059
|
||||
msgid "Testimonial Sub-title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:591
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1683
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1067
|
||||
msgid "Testimonial sub-title..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:611
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1727
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1111
|
||||
msgid "Add New Testinonial"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:662
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1778
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1162
|
||||
msgid "Blog Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:670
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1786
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1170
|
||||
msgid "Blog title..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:686
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1802
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1186
|
||||
msgid "Blog Sub-title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:694
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1810
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1194
|
||||
msgid "Blog sub-title..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:714
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1854
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1238
|
||||
msgid "Meta Information"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:734
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1874
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1258
|
||||
msgid "Choose Blog Category"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:736
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1876
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1260
|
||||
msgid "Select category to show posts from..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:779
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2175
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1313
|
||||
msgid " Service Body"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:796
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2192
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1330
|
||||
msgid "GREAT REVIEWS"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:797
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2193
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1331
|
||||
msgid "Trusted Biggest Names"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:798
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-layout.php:210
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2195
|
||||
msgid "Times Today"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:799
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-layout.php:211
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2196
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1334
|
||||
msgid "Avantage Blog Posts"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:812
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:573
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2210
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1332
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1335
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1348
|
||||
msgid "Business we operate in is like an intricate"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:813
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2211
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1349
|
||||
msgid "Services We're offering"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-customizer.php:814
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2212
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1350
|
||||
msgid "WHAT CAN WE OFFER"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/class-pl-theme-biznol-layout.php:137
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-layout.php:220
|
||||
msgid "Our achievement"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:10
|
||||
#: includes/theme/corposet/pl-default-functions.php:10
|
||||
msgid "Exceeding Your Expectations"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:11
|
||||
#: includes/theme/corposet/pl-default-functions.php:11
|
||||
msgid "Business we operate in is like an intricate game of strategy and chess, where every move counts and you keep score with money"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:21
|
||||
msgid "Future Is Bright Think Avantage"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:22
|
||||
#: includes/theme/corposet/pl-default-functions.php:22
|
||||
msgid "Business we operate in is like an intricate game of strategy and chess, where every move counts and you keep score with money."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:32
|
||||
#: includes/theme/corposet/pl-default-functions.php:32
|
||||
msgid "A collection of textile samples"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:33
|
||||
#: includes/theme/corposet/pl-default-functions.php:33
|
||||
msgid "He lay on his armour-like back, and if he lifted his head a little he could see his brown belly."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:122
|
||||
#: includes/theme/biznol/pl-default-functions.php:132
|
||||
#: includes/theme/biznol/pl-default-functions.php:141
|
||||
#: includes/theme/corposet/pl-default-functions.php:95
|
||||
#: includes/theme/corposet/pl-default-functions.php:105
|
||||
msgid "As a app web crawler expert, I help organizations adjust to the expanding significace of internet promoting. placeholder text for use in your graphic, print."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:218
|
||||
#: includes/theme/corposet/pl-default-functions.php:194
|
||||
#: includes/theme/shapro/pl-default-functions.php:122
|
||||
msgid "fa-facebook"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:219
|
||||
#: includes/theme/biznol/pl-default-functions.php:224
|
||||
#: includes/theme/biznol/pl-default-functions.php:229
|
||||
#: includes/theme/biznol/pl-default-functions.php:234
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2257
|
||||
#: includes/theme/corposet/pl-default-functions.php:195
|
||||
#: includes/theme/corposet/pl-default-functions.php:200
|
||||
#: includes/theme/corposet/pl-default-functions.php:205
|
||||
#: includes/theme/corposet/pl-default-functions.php:210
|
||||
#: includes/theme/shapro/pl-default-functions.php:123
|
||||
#: includes/theme/shapro/pl-default-functions.php:128
|
||||
#: includes/theme/shapro/pl-default-functions.php:133
|
||||
#: includes/theme/shapro/pl-default-functions.php:138
|
||||
msgid "#"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:223
|
||||
#: includes/theme/corposet/pl-default-functions.php:199
|
||||
#: includes/theme/shapro/pl-default-functions.php:127
|
||||
msgid "fa-twitter"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:228
|
||||
#: includes/theme/corposet/pl-default-functions.php:204
|
||||
#: includes/theme/shapro/pl-default-functions.php:132
|
||||
msgid "fa-linkedin"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/biznol/pl-default-functions.php:233
|
||||
#: includes/theme/corposet/pl-default-functions.php:209
|
||||
#: includes/theme/shapro/pl-default-functions.php:137
|
||||
msgid "fa-instagram"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-about-section.php:123
|
||||
msgid "Years Of Experience"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:42
|
||||
msgid "Slide description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:60
|
||||
msgid "Button one text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:78
|
||||
msgid "Button two text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:96
|
||||
msgid "Button one text link (URL)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:105
|
||||
msgid "Button two text link (URL)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:115
|
||||
msgid "Button text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:152
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:198
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:161
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:216
|
||||
msgid "Designation"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:171
|
||||
msgid "Best line"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer-config.php:180
|
||||
msgid "Great Words"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:73
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:62
|
||||
msgid "Callout"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:74
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:63
|
||||
msgid "Manage callout section"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:82
|
||||
msgid "portfolio"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:83
|
||||
msgid "Manage all projects"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:529
|
||||
msgid "We recent projects"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:551
|
||||
msgid "Our Portfolio"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:617
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-portfolio-section.php:44
|
||||
msgid "Project 1 title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:626
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:718
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:809
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:955
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1049
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1135
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:512
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:606
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:692
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:761
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:633
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:656
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:725
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:748
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:816
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:839
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:962
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:985
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1056
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1079
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1142
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1165
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:519
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:542
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:613
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:636
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:699
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:722
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:768
|
||||
msgid "Enter name..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:641
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-portfolio-section.php:45
|
||||
msgid "Project 1 description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:649
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:741
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:832
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:978
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1072
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1158
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:535
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:629
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:715
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:784
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:710
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-portfolio-section.php:47
|
||||
msgid "Project 2 title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:733
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-portfolio-section.php:48
|
||||
msgid "Project 2 description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:801
|
||||
msgid "Porject 3 title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:824
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-portfolio-section.php:51
|
||||
msgid "Project 3 description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:924
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:936
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1030
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1116
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:481
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:493
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:587
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:673
|
||||
msgid "Icon class"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1537
|
||||
msgid "Service description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1545
|
||||
msgid "Service brief-description..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1699
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1083
|
||||
msgid "Testimonial Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1707
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1091
|
||||
msgid "Testimonial description..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1826
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1210
|
||||
msgid "Blog Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1834
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1218
|
||||
msgid "Blog description..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:1918
|
||||
msgid "Show Social Icons"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2194
|
||||
msgid "Your brief about achievements"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2197
|
||||
msgid "Our Latest updates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2258
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2259
|
||||
msgid "Lorem Ipsum"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-customizer.php:2260
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-layout.php:395
|
||||
msgid "Read More"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-layout.php:281
|
||||
msgid "Today Times"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-layout.php:282
|
||||
msgid "Our Latest News"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/class-pl-theme-corposet-portfolio-section.php:50
|
||||
msgid "Project 3 title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/corposet/pl-default-functions.php:21
|
||||
msgid "Future Is Bright In Corporet"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:791
|
||||
msgid "Enter description..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:814
|
||||
msgid "Enter button text..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:830
|
||||
msgid "Button Link"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:837
|
||||
msgid "Enter link..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:856
|
||||
msgid "Open the link to a new tab"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:955
|
||||
msgid "Service Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:963
|
||||
msgid "Service description..."
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-customizer.php:1333
|
||||
msgid "OUR LATEST NEWS"
|
||||
msgstr ""
|
||||
|
||||
#: includes/theme/shapro/class-pl-theme-shapro-layout.php:365
|
||||
msgid "by "
|
||||
msgstr ""
|
||||
@@ -0,0 +1,513 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: presta-products v1.0.0\n"
|
||||
"POT-Creation-Date: 2022-01-11 12:36+0100\n"
|
||||
"PO-Revision-Date: 2022-01-11 12:36+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Guillaume BOUAUD - https://www.guillaume-bouaud.fr\n"
|
||||
"Language: fr_FR\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.0.1\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-KeywordsList: __\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: includes/admin-header.php:2 presta-products.php:350 presta-products.php:351
|
||||
msgid "Presta Products for WordPress"
|
||||
msgstr "Presta Products for WordPress"
|
||||
|
||||
#: includes/admin-header.php:4
|
||||
msgid ""
|
||||
"Vous êtes sur la page de configuration du module. Ici vous pourrez récupérer "
|
||||
"vos produits de votre prestashop !"
|
||||
msgstr ""
|
||||
"Vous êtes sur la page de configuration du module. Ici vous pourrez récupérer "
|
||||
"vos produits de votre prestashop !"
|
||||
|
||||
#: includes/admin-header.php:9
|
||||
msgid ""
|
||||
"Les données prestashop (clé webservice et/ou url) ne sont pas renseignées ! "
|
||||
"Renseignez-les dans l'onglet \"Options générales\"."
|
||||
msgstr ""
|
||||
"Les données prestashop (clé webservice et/ou url) ne sont pas renseignées ! "
|
||||
"Renseignez-les dans l’onglet « Options générales »."
|
||||
|
||||
#: includes/admin-header.php:14 presta-products.php:361 presta-products.php:362
|
||||
msgid "Options générales"
|
||||
msgstr "Configuration"
|
||||
|
||||
#: includes/admin-header.php:15 presta-products.php:368 presta-products.php:369
|
||||
msgid "Fonctionnalités"
|
||||
msgstr "Fonctionnalités"
|
||||
|
||||
#: includes/admin-header.php:16 presta-products.php:375 presta-products.php:376
|
||||
msgid "Documentation"
|
||||
msgstr "Documentation"
|
||||
|
||||
#: includes/admin-header.php:20 presta-products.php:384 presta-products.php:385
|
||||
msgid "Utilisé sur"
|
||||
msgstr "Utilisé sur"
|
||||
|
||||
#: includes/admin-header.php:25
|
||||
msgid "Uniquement en version PREMIUM."
|
||||
msgstr "Uniquement en version PREMIUM."
|
||||
|
||||
#: includes/admin-header.php:25
|
||||
msgid "Utilisé sur (Option PREMIUM)"
|
||||
msgstr "Utilisé sur (Option PREMIUM)"
|
||||
|
||||
#: includes/product/product-1.php:19 includes/product/product-2.php:19
|
||||
#: includes/product/product-3.php:19
|
||||
msgid "Promotion !"
|
||||
msgstr "Promotion !"
|
||||
|
||||
#: includes/tabs/404.php:4
|
||||
msgid "Page en erreur"
|
||||
msgstr "Page en erreur"
|
||||
|
||||
#: includes/tabs/404.php:7
|
||||
msgid "Il semblerait que la page demandée n'existe pas !"
|
||||
msgstr "Il semblerait que la page demandée n’existe pas !"
|
||||
|
||||
#: includes/tabs/404.php:8
|
||||
msgid "Retour à la page de configuration"
|
||||
msgstr "Retour à la page de configuration"
|
||||
|
||||
#: includes/tabs/examples.php:4
|
||||
msgid "Options disponibles"
|
||||
msgstr "Options disponibles"
|
||||
|
||||
#: includes/tabs/examples.php:8
|
||||
msgid "Produit"
|
||||
msgstr "Produit"
|
||||
|
||||
#: includes/tabs/examples.php:10 includes/tabs/examples.php:16
|
||||
#: includes/tabs/examples.php:22 includes/tabs/examples.php:28
|
||||
#: includes/tabs/form-features.php:135 includes/tabs/form-features.php:149
|
||||
msgid "Uniquement des nombres."
|
||||
msgstr "Uniquement des nombres."
|
||||
|
||||
#: includes/tabs/examples.php:14
|
||||
msgid "Liste des produits"
|
||||
msgstr "Liste des produits"
|
||||
|
||||
#: includes/tabs/examples.php:20
|
||||
msgid "Catégorie"
|
||||
msgstr "Catégorie"
|
||||
|
||||
#: includes/tabs/examples.php:26
|
||||
msgid "Liste des catégories"
|
||||
msgstr "Liste des catégories"
|
||||
|
||||
#: includes/tabs/examples.php:32
|
||||
msgid "Nombre de produits"
|
||||
msgstr "Nombre de produits"
|
||||
|
||||
#: includes/tabs/examples.php:34
|
||||
msgid ""
|
||||
"Par défaut, le nombre de produits récupérés sera de 5.<br>Champ facultatif."
|
||||
msgstr ""
|
||||
"Par défaut, le nombre de produits récupérés sera de 5.<br>Champ facultatif."
|
||||
|
||||
#: includes/tabs/examples.php:38
|
||||
msgid "Obfuscation forcée"
|
||||
msgstr "Obfuscation forcée"
|
||||
|
||||
#: includes/tabs/examples.php:40
|
||||
msgid ""
|
||||
"0 (enlever l'obfuscation) ou 1 (forcer l'obfuscation).<br>Si la valeur est "
|
||||
"différente, alors l'obfuscation n'est pas forcée.<br>Champ facultatif."
|
||||
msgstr ""
|
||||
"0 (enlever l’obfuscation) ou 1 (forcer l’obfuscation).<br>Si la valeur est "
|
||||
"différente, alors l’obfuscation n’est pas forcée.<br>Champ facultatif."
|
||||
|
||||
#: includes/tabs/examples.php:44
|
||||
msgid "Meilleures ventes"
|
||||
msgstr "Meilleures ventes"
|
||||
|
||||
#: includes/tabs/examples.php:46
|
||||
msgid ""
|
||||
"Uniquement des nombres.<br>Par défaut, le nombre de jours à remonter est de "
|
||||
"10.<br>Champ facultatif."
|
||||
msgstr ""
|
||||
"Uniquement des nombres.<br>Par défaut, le nombre de jours à remonter est de "
|
||||
"10.<br>Champ facultatif."
|
||||
|
||||
#: includes/tabs/examples.php:50
|
||||
msgid "Exemples de shortcodes"
|
||||
msgstr "Exemples de shortcodes"
|
||||
|
||||
#: includes/tabs/examples.php:54
|
||||
msgid "Ajout d'un produit Prestashop"
|
||||
msgstr "Ajout d’un produit Prestashop"
|
||||
|
||||
#: includes/tabs/examples.php:56
|
||||
msgid ""
|
||||
"Dans l'exemple ci-dessous, on veut ajouter le produit dont l'ID est le #1 de "
|
||||
"Prestashop :"
|
||||
msgstr ""
|
||||
"Dans l’exemple ci-dessous, on veut ajouter le produit dont l’ID est le #1 de "
|
||||
"Prestashop :"
|
||||
|
||||
#: includes/tabs/examples.php:62
|
||||
msgid "Ajout d'un produit Prestashop forcé en obfusqué"
|
||||
msgstr "Ajout d’un produit Prestashop forcé en obfusqué"
|
||||
|
||||
#: includes/tabs/examples.php:64
|
||||
msgid ""
|
||||
"Dans l'exemple ci-dessous, on veut ajouter le produit dont l'ID est le #1 de "
|
||||
"Prestashop avec un lien forcé en obfusqué :"
|
||||
msgstr ""
|
||||
"Dans l’exemple ci-dessous, on veut ajouter le produit dont l’ID est le #1 de "
|
||||
"Prestashop avec un lien forcé en obfusqué :"
|
||||
|
||||
#: includes/tabs/examples.php:70
|
||||
msgid "Ajout d'une liste de produits Prestashop"
|
||||
msgstr "Ajout d’une liste de produits Prestashop"
|
||||
|
||||
#: includes/tabs/examples.php:72
|
||||
msgid ""
|
||||
"Dans l'exemple ci-dessous, on veut ajouter les produits dont les ID sont les "
|
||||
"#1, #14 et #23 de Prestashop :"
|
||||
msgstr ""
|
||||
"Dans l’exemple ci-dessous, on veut ajouter les produits dont les ID sont les "
|
||||
"#1, #14 et #23 de Prestashop :"
|
||||
|
||||
#: includes/tabs/examples.php:78
|
||||
msgid "Ajout de tous les produits d'une catégorie Prestashop"
|
||||
msgstr "Ajout de tous les produits d’une catégorie Prestashop"
|
||||
|
||||
#: includes/tabs/examples.php:80
|
||||
msgid ""
|
||||
"Dans l'exemple ci-dessous, on veut ajouter les produits de la catégorie dont "
|
||||
"l'ID est le #1 de Prestashop :"
|
||||
msgstr ""
|
||||
"Dans l’exemple ci-dessous, on veut ajouter les produits de la catégorie dont "
|
||||
"l’ID est le #1 de Prestashop :"
|
||||
|
||||
#: includes/tabs/examples.php:86
|
||||
msgid "Ajout des 5 premiers produits d'une catégorie Prestashop"
|
||||
msgstr "Ajout des 5 premiers produits d’une catégorie Prestashop"
|
||||
|
||||
#: includes/tabs/examples.php:88
|
||||
msgid ""
|
||||
"Dans l'exemple ci-dessous, on veut ajouter les 5 premiers produits de la "
|
||||
"catégorie dont l'ID est le #1 de Prestashop :"
|
||||
msgstr ""
|
||||
"Dans l’exemple ci-dessous, on veut ajouter les 5 premiers produits de la "
|
||||
"catégorie dont l’ID est le #1 de Prestashop :"
|
||||
|
||||
#: includes/tabs/examples.php:94
|
||||
msgid "Ajout des 4 premiers produits en meilleures ventes depuis 15 jours"
|
||||
msgstr "Ajout des 4 premiers produits en meilleures ventes depuis 15 jours"
|
||||
|
||||
#: includes/tabs/examples.php:96
|
||||
msgid ""
|
||||
"Dans l'exemple ci-dessous, on veut ajouter les 4 premiers produits des "
|
||||
"meilleures ventes Prestashop des 15 derniers jours :"
|
||||
msgstr ""
|
||||
"Dans l’exemple ci-dessous, on veut ajouter les 4 premiers produits des "
|
||||
"meilleures ventes Prestashop des 15 derniers jours :"
|
||||
|
||||
#: includes/tabs/form-features.php:5
|
||||
msgid "Options diverses"
|
||||
msgstr "Options diverses"
|
||||
|
||||
#: includes/tabs/form-features.php:7
|
||||
msgid "Ici il faut enregistrer les options souhaitées ou non."
|
||||
msgstr "Ici il faut enregistrer les options souhaitées ou non."
|
||||
|
||||
#: includes/tabs/form-features.php:12
|
||||
msgid "Affichages"
|
||||
msgstr "Affichages"
|
||||
|
||||
#: includes/tabs/form-features.php:17
|
||||
msgid "Nom du produit :"
|
||||
msgstr "Nom du produit :"
|
||||
|
||||
#: includes/tabs/form-features.php:26
|
||||
msgid "Image du produit :"
|
||||
msgstr "Image du produit :"
|
||||
|
||||
#: includes/tabs/form-features.php:35
|
||||
msgid "Prix du produit :"
|
||||
msgstr "Prix du produit :"
|
||||
|
||||
#: includes/tabs/form-features.php:44
|
||||
msgid "Prix barré du produit :"
|
||||
msgstr "Prix barré du produit :"
|
||||
|
||||
#: includes/tabs/form-features.php:48 includes/tabs/form-features.php:67
|
||||
#: includes/tabs/form-features.php:79 includes/tabs/form-features.php:109
|
||||
#: includes/tabs/form-features.php:127 includes/tabs/form-features.php:141
|
||||
#: includes/tabs/form-features.php:155 includes/tabs/form-features.php:175
|
||||
#: includes/tabs/form-features.php:221
|
||||
msgid "Option disponible avec la version payante."
|
||||
msgstr "Option disponible avec la version payante."
|
||||
|
||||
#: includes/tabs/form-features.php:54
|
||||
msgid "Récapitulatif du produit :"
|
||||
msgstr "Récapitulatif du produit :"
|
||||
|
||||
#: includes/tabs/form-features.php:63
|
||||
msgid "Description du produit :"
|
||||
msgstr "Description du produit :"
|
||||
|
||||
#: includes/tabs/form-features.php:74
|
||||
msgid "En promotion :"
|
||||
msgstr "En promotion :"
|
||||
|
||||
#: includes/tabs/form-features.php:84
|
||||
msgid "SEO"
|
||||
msgstr "SEO"
|
||||
|
||||
#: includes/tabs/form-features.php:90
|
||||
msgid "Obfuscation des liens :"
|
||||
msgstr "Obfuscation des liens :"
|
||||
|
||||
#: includes/tabs/form-features.php:91
|
||||
msgid "Balise span avec encodage (base 64) du lien."
|
||||
msgstr "Balise span avec encodage (base 64) du lien."
|
||||
|
||||
#: includes/tabs/form-features.php:102
|
||||
msgid "Balisage du titre (nom du produit) :"
|
||||
msgstr "Balisage du titre (nom du produit) :"
|
||||
|
||||
#: includes/tabs/form-features.php:103
|
||||
msgid "Options disponibles : h1 à h6, span, div."
|
||||
msgstr "Options disponibles : h1 à h6, span, div."
|
||||
|
||||
#: includes/tabs/form-features.php:104
|
||||
msgid "Par défaut h4."
|
||||
msgstr "Par défaut h4."
|
||||
|
||||
#: includes/tabs/form-features.php:114
|
||||
msgid "Options"
|
||||
msgstr "Options"
|
||||
|
||||
#: includes/tabs/form-features.php:120
|
||||
msgid "Nombre de produits max par ligne :"
|
||||
msgstr "Nombre de produits max par ligne :"
|
||||
|
||||
#: includes/tabs/form-features.php:121
|
||||
msgid "Options disponibles : 1, 2, 3, 4 ou 6 produits."
|
||||
msgstr "Options disponibles : 1, 2, 3, 4 ou 6 produits."
|
||||
|
||||
#: includes/tabs/form-features.php:122
|
||||
msgid "Par défaut 3."
|
||||
msgstr "Par défaut 3."
|
||||
|
||||
#: includes/tabs/form-features.php:134
|
||||
msgid "Taille du récapitulatif :"
|
||||
msgstr "Taille du récapitulatif :"
|
||||
|
||||
#: includes/tabs/form-features.php:136
|
||||
msgid "Par défaut : 90 caractères."
|
||||
msgstr "Par défaut : 90 caractères."
|
||||
|
||||
#: includes/tabs/form-features.php:148
|
||||
msgid "Taille de la description :"
|
||||
msgstr "Taille de la description :"
|
||||
|
||||
#: includes/tabs/form-features.php:150
|
||||
msgid "Par défaut : 150 caractères."
|
||||
msgstr "Par défaut : 150 caractères."
|
||||
|
||||
#: includes/tabs/form-features.php:162
|
||||
msgid "Cacher les produits hors ligne :"
|
||||
msgstr "Cacher les produits hors ligne :"
|
||||
|
||||
#: includes/tabs/form-features.php:170
|
||||
msgid "Cacher les produits non disponible à la vente :"
|
||||
msgstr "Cacher les produits non disponible à la vente :"
|
||||
|
||||
#: includes/tabs/form-features.php:182
|
||||
msgid "CSS personnalisé :"
|
||||
msgstr "CSS personnalisé :"
|
||||
|
||||
#: includes/tabs/form-features.php:183
|
||||
msgid "Attention, c'est un paramétrage uniquement pour les confirmés."
|
||||
msgstr "Attention, c’est un paramétrage uniquement pour les confirmés."
|
||||
|
||||
#: includes/tabs/form-features.php:184
|
||||
msgid ""
|
||||
"Si vous ne connaissez pas le langage CSS, faites appel à votre "
|
||||
"administrateur."
|
||||
msgstr ""
|
||||
"Si vous ne connaissez pas le langage CSS, faites appel à votre "
|
||||
"administrateur."
|
||||
|
||||
#: includes/tabs/form-features.php:189
|
||||
msgid ""
|
||||
"Un conseil : utiliser un éditeur de texte pour le formatage du code CSS puis "
|
||||
"copier/coller le contenu ici."
|
||||
msgstr ""
|
||||
"Un conseil : utiliser un éditeur de texte pour le formatage du code CSS puis "
|
||||
"copier/coller le contenu ici."
|
||||
|
||||
#: includes/tabs/form-features.php:196
|
||||
msgid "Template produit :"
|
||||
msgstr "Template produit :"
|
||||
|
||||
#: includes/tabs/form-features.php:197
|
||||
msgid "Par défaut : Template numéro 1."
|
||||
msgstr "Par défaut : Template numéro 1."
|
||||
|
||||
#: includes/tabs/form-features.php:227 includes/tabs/form-options.php:77
|
||||
msgid "Enregistrer"
|
||||
msgstr "Enregistrer"
|
||||
|
||||
#: includes/tabs/form-options.php:5
|
||||
msgid "Données Prestashop"
|
||||
msgstr "Données Prestashop"
|
||||
|
||||
#: includes/tabs/form-options.php:7
|
||||
msgid "Ici il faut enregistrer les données de connexion au Prestashop."
|
||||
msgstr "Ici il faut enregistrer les données de connexion au Prestashop."
|
||||
|
||||
#: includes/tabs/form-options.php:11
|
||||
msgid ""
|
||||
"Il faut utiliser la clé WEBService, accessible dans le menu \"Configurer / "
|
||||
"Paramètres avancés / Webservice\" de Prestashop !"
|
||||
msgstr ""
|
||||
"Il faut utiliser la clé WEBService, accessible dans le menu « Configurer / "
|
||||
"Paramètres avancés / Webservice » de Prestashop !"
|
||||
|
||||
#: includes/tabs/form-options.php:18
|
||||
msgid "Clé Webservice :"
|
||||
msgstr "Clé Webservice :"
|
||||
|
||||
#: includes/tabs/form-options.php:23
|
||||
msgid ""
|
||||
"2 permissions sont nécessaires : les ressources \"products\" et \"orders\" "
|
||||
"en mode GET uniquement."
|
||||
msgstr ""
|
||||
"2 permissions sont nécessaires : les ressources « products » et « orders » "
|
||||
"en mode GET uniquement."
|
||||
|
||||
#: includes/tabs/form-options.php:29
|
||||
msgid "URL du site internet ecommerce Prestashop :"
|
||||
msgstr "URL du site internet ecommerce Prestashop :"
|
||||
|
||||
#: includes/tabs/form-options.php:37
|
||||
msgid "Version PREMIUM"
|
||||
msgstr "Version PREMIUM"
|
||||
|
||||
#: includes/tabs/form-options.php:44
|
||||
msgid ""
|
||||
"Attention, les 2 champs sont nécessaires pour activer l'option PREMIUM :"
|
||||
msgstr ""
|
||||
"Attention, les 2 champs sont nécessaires pour activer l’option PREMIUM :"
|
||||
|
||||
#: includes/tabs/form-options.php:45
|
||||
msgid "- la clé est indiquée sur votre récapitulatif de commande."
|
||||
msgstr "- la clé est indiquée sur votre récapitulatif de commande."
|
||||
|
||||
#: includes/tabs/form-options.php:46
|
||||
msgid ""
|
||||
"- l'ID Utilisateur correspond à votre ID sur la page \"Mon Compte / Détails "
|
||||
"du compte\", dernier champ tout en bas."
|
||||
msgstr ""
|
||||
"- l’ID Utilisateur correspond à votre ID sur la page « Mon Compte / Détails "
|
||||
"du compte », dernier champ tout en bas."
|
||||
|
||||
#: includes/tabs/form-options.php:47
|
||||
msgid ""
|
||||
"Si ce message s'affiche toujours après avoir renseigné les 2 champs, c'est "
|
||||
"que votre clé n'est pas valide !"
|
||||
msgstr ""
|
||||
"Si ce message s’affiche toujours après avoir renseigné les 2 champs, c’est "
|
||||
"que votre clé n’est pas valide !"
|
||||
|
||||
#: includes/tabs/form-options.php:48
|
||||
msgid ""
|
||||
"Vous pouvez en prendre une sur <a href=\"https://www.guillaume-bouaud.fr/"
|
||||
"produit/licence-premium-presta-products-for-wordpress\" target=\"_blank\">le "
|
||||
"site du développeur</a> ou le contacter s'il y a un problème avec votre clé."
|
||||
msgstr ""
|
||||
"Vous pouvez en prendre une sur <a href=\"https://www.guillaume-bouaud.fr/"
|
||||
"produit/licence-premium-presta-products-for-wordpress\" target=\"_blank\">le "
|
||||
"site du développeur</a> ou le contacter s’il y a un problème avec votre clé."
|
||||
|
||||
#: includes/tabs/form-options.php:56
|
||||
msgid "Clé de la version PREMIUM :"
|
||||
msgstr "Clé de la version PREMIUM :"
|
||||
|
||||
#: includes/tabs/form-options.php:60
|
||||
msgid ""
|
||||
"Vous pouvez acheter une licence directement sur <a href=\"https://www."
|
||||
"guillaume-bouaud.fr/produit/licence-premium-presta-products-for-wordpress\" "
|
||||
"target=\"_blank\">le site du développeur</a>."
|
||||
msgstr ""
|
||||
"Vous pouvez acheter une licence directement sur <a href=\"https://www."
|
||||
"guillaume-bouaud.fr/produit/licence-premium-presta-products-for-wordpress\" "
|
||||
"target=\"_blank\">le site du développeur</a>."
|
||||
|
||||
#: includes/tabs/form-options.php:61
|
||||
msgid ""
|
||||
"Vous la retrouverez sur la page \"Mon Compte\" (Clés de licence) ou dans le "
|
||||
"mail de validation de commande."
|
||||
msgstr ""
|
||||
"Vous la retrouverez sur la page « Mon Compte » (Clés de licence) ou dans le "
|
||||
"mail de validation de commande."
|
||||
|
||||
#: includes/tabs/form-options.php:67
|
||||
msgid "ID de l'utilisateur sur le site du module :"
|
||||
msgstr "ID de l’utilisateur sur le site du module :"
|
||||
|
||||
#: includes/tabs/form-options.php:71
|
||||
msgid ""
|
||||
"Vous trouverez l'information sur <a href=\"https://www.guillaume-bouaud.fr/"
|
||||
"mon-compte/edit-account\" target=\"_blank\">la page \"Mon Compte / Détails "
|
||||
"du compte\"</a> sur le site du développeur."
|
||||
msgstr ""
|
||||
"Vous trouverez l’information sur <a href=\"https://www.guillaume-bouaud.fr/"
|
||||
"mon-compte/edit-account\" target=\"_blank\">la page \"Mon Compte / Détails "
|
||||
"du compte\"</a> sur le site du développeur."
|
||||
|
||||
#: includes/tabs/used.php:4
|
||||
#, php-format
|
||||
msgid "Liste des éléments (%d)"
|
||||
msgstr "Liste des éléments (%d)"
|
||||
|
||||
#: includes/tabs/used.php:10
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: includes/tabs/used.php:11
|
||||
msgid "Nom"
|
||||
msgstr "Nom"
|
||||
|
||||
#: includes/tabs/used.php:12
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#: includes/tabs/used.php:13
|
||||
msgid "Utilisation(s)"
|
||||
msgstr "Utilisation(s)"
|
||||
|
||||
#~ msgid " Uniquement des nombres."
|
||||
#~ msgstr " Uniquement des nombres."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Si ce message s'affiche toujours après avoir renseigné les 2 champs, "
|
||||
#~ "c'est que votre clé n'est pas valide ! Vous pouvez en prendre une sur <a "
|
||||
#~ "href=\"https://www.guillaume-bouaud.fr/produit/licence-premium-presta-"
|
||||
#~ "products-for-wordpress\" target=\"_blank\">le site du développeur</a> ou "
|
||||
#~ "le contacter s'il y a un problème avec votre clé."
|
||||
#~ msgstr ""
|
||||
#~ "Si ce message s’affiche toujours après avoir renseigné les 2 champs, "
|
||||
#~ "c’est que votre clé n’est pas valide ! Vous pouvez en prendre une sur <a "
|
||||
#~ "href=\"https://www.guillaume-bouaud.fr/produit/licence-premium-presta-"
|
||||
#~ "products-for-wordpress\" target=\"_blank\">le site du développeur</a> ou "
|
||||
#~ "le contacter s’il y a un problème avec votre clé."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Vous la retrouverez sur la page récapitulative de votre commande ou le "
|
||||
#~ "mail reçu."
|
||||
#~ msgstr ""
|
||||
#~ "Vous la retrouverez sur la page récapitulative de votre commande ou le "
|
||||
#~ "mail reçu."
|
||||
@@ -0,0 +1,293 @@
|
||||
# Copyright (C) 2020 Products Compare for WC
|
||||
# This file is distributed under the same license as the Products Compare for WC package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Products Compare for WC 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
||||
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:119
|
||||
#: includes/class.evdpl-woocompare-admin.php:143
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:121
|
||||
msgid "License"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:147
|
||||
msgid "Premium Version"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:153
|
||||
msgctxt "Admin Plugin Name"
|
||||
msgid "WooCommerce Compare"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:154
|
||||
msgctxt "Admin Plugin Name"
|
||||
msgid "Compare"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:243
|
||||
msgid "Products Compare for WC Activated"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:244
|
||||
msgid ""
|
||||
"In the EVDPL Plugin tab you can find the Products Compare for WC options. "
|
||||
"With this menu, you can access to all the settings of our plugins that you "
|
||||
"have activated. Products Compare for WC is available in an outstanding "
|
||||
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:255
|
||||
msgid "Products Compare for WC Updated"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:256
|
||||
msgid ""
|
||||
"From now on, you can find all the options of Products Compare for WC under "
|
||||
"EVDPL Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
||||
"the previous version. When one of our plugins is updated, a new voice will "
|
||||
"be added to this menu. Products Compare for WC has been updated with new "
|
||||
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-admin.php:400
|
||||
msgid "Do you want to hard crop the image?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-frontend.php:223
|
||||
msgid "Added"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-frontend.php:224 templates/compare.php:50
|
||||
msgid "Product Comparison"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-frontend.php:227
|
||||
#: includes/class.evdpl-woocompare-frontend.php:505
|
||||
#: plugin-options/general-options.php:40
|
||||
#: widgets/class.evdpl-woocompare-widget.php:51
|
||||
msgid "Compare"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-frontend.php:229
|
||||
msgctxt "Label for popup close icon"
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-frontend.php:384
|
||||
msgid "In stock"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-frontend.php:696
|
||||
msgid "No products to compare"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-frontend.php:709 templates/compare.php:119
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:46
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:47
|
||||
#: widgets/class.evdpl-woocompare-widget.php:68
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:48
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:49
|
||||
msgid "Add to cart"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:50
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:51
|
||||
msgid "Sku"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:52
|
||||
msgid "Availability"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:53
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class.evdpl-woocompare-helper.php:54
|
||||
msgid "Dimensions"
|
||||
msgstr ""
|
||||
|
||||
#: init.php:42
|
||||
msgid ""
|
||||
"Products Compare for WC is enabled but not effective. It requires "
|
||||
"WooCommerce in order to work."
|
||||
msgstr ""
|
||||
|
||||
#: init.php:50
|
||||
msgid ""
|
||||
"You can't activate the free version of Products Compare for WC while you "
|
||||
"are using the premium one."
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:17
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:24
|
||||
msgid "Link or Button"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:25
|
||||
msgid "Choose if you want to use a link or a button for the comepare actions."
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:31
|
||||
msgid "Link"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:32
|
||||
msgid "Button"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:37
|
||||
msgid "Link/Button text"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:38
|
||||
msgid "Type the text to use for the button or the link of the compare."
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:45
|
||||
msgid "Show button in single product page"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:46
|
||||
msgid "Say if you want to show the button in the single product page."
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:53
|
||||
msgid "Show button in products list"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:54
|
||||
msgid "Say if you want to show the button in the products list."
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:61
|
||||
msgid "Open automatically lightbox"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:62
|
||||
msgid "Open link after click into \"Compare\" button\"."
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:74
|
||||
msgid "Table Settings"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:81
|
||||
msgid "Table title"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:82
|
||||
msgid "Type the text to use for the table title."
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:84 templates/compare.php:22
|
||||
msgid "Compare products"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:89
|
||||
msgid "Fields to show"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:90
|
||||
msgid ""
|
||||
"Select the fields to show in the comparison table and order them by "
|
||||
"drag&drop (are included also the woocommerce attributes)"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:97
|
||||
msgid "Repeat \"Price\" field"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:98
|
||||
msgid "Repeat the \"Price\" field at the end of the table"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:105
|
||||
msgid "Repeat \"Add to cart\" field"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:106
|
||||
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:113
|
||||
msgid "Image size"
|
||||
msgstr ""
|
||||
|
||||
#: plugin-options/general-options.php:114
|
||||
msgid "Set the size for the images"
|
||||
msgstr ""
|
||||
|
||||
#: templates/compare.php:77
|
||||
msgid "Close window [X]"
|
||||
msgstr ""
|
||||
|
||||
#: templates/compare.php:107
|
||||
msgid "No products added in the compare table."
|
||||
msgstr ""
|
||||
|
||||
#: widgets/class.evdpl-woocompare-widget.php:23
|
||||
msgid "The widget shows the list of products added in the comparison table."
|
||||
msgstr ""
|
||||
|
||||
#: widgets/class.evdpl-woocompare-widget.php:27
|
||||
msgid "Products Compare for WC Widget"
|
||||
msgstr ""
|
||||
|
||||
#: widgets/class.evdpl-woocompare-widget.php:50
|
||||
msgid "Clear all"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Products Compare for WC"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wpenv1.evdpl.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"The <code><strong>Products Compare for WC</strong></code> plugin allow you "
|
||||
"to compare in a simple and efficient way products on sale in your shop and "
|
||||
"analyze their main features in a single table. <a href=\"https://evdplemes."
|
||||
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
||||
"<strong>EVDPL</strong></a>."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "EVDPL"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://evincedev.com/"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,266 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: QR Code Tag from Goaskle.com v1.7\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-09-16 14:37+0100\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Goaskle.com <info@Goaskle.com>\n"
|
||||
"Language-Team: Goaskle.com <info@Goaskle.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: __;_e\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"Language: ru_RU\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-SearchPath-1: lib\n"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:11
|
||||
msgid "QR Code Tag Settings"
|
||||
msgstr "Настройки метки QR-кода"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:14
|
||||
msgid "Code Generation"
|
||||
msgstr "Генерация кода"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:17
|
||||
msgid "Generator"
|
||||
msgstr "Генератор"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:20
|
||||
msgid "Google Chart API"
|
||||
msgstr "Google Chart API"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:21
|
||||
msgid "QR Code Lib"
|
||||
msgstr "QR Code Lib"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:26
|
||||
msgid "Image Type"
|
||||
msgstr "Тип изображения"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:29
|
||||
msgid "GIF"
|
||||
msgstr "GIF"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:30
|
||||
msgid "PNG"
|
||||
msgstr "PNG"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:31
|
||||
msgid "JPG"
|
||||
msgstr "JPG"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:37
|
||||
msgid "Default Options"
|
||||
msgstr "Параметры по умолчанию"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:38
|
||||
msgid "This will be the default values of the QR Code Tag Shortcode, Tooltip and Widget."
|
||||
msgstr "Это будут значения по умолчанию для шорткода тега QR-кода, всплывающей подсказки и виджета."
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:41
|
||||
msgid "Field"
|
||||
msgstr "Поле"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:42
|
||||
msgid "Shortcode"
|
||||
msgstr "Шорткод"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:43
|
||||
msgid "Tooltip"
|
||||
msgstr "Всплывающая подсказка"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:44
|
||||
msgid "Widget"
|
||||
msgstr "Виджет"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:45
|
||||
msgid "Description"
|
||||
msgstr "Описание"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:48
|
||||
msgid "Size"
|
||||
msgstr "Размер"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:52
|
||||
msgid "The size of the generated QRCode image (in pixels). it's always a square, so you only need to set one side - to enable the \"Best Read Mode\" <i>(QR Code Lib only)</i> specify a value lower than 10 (read help below)"
|
||||
msgstr "Размер генерируемого изображения QRCode (в пикселях). Это всегда квадрат, поэтому вам нужно задать только одну сторону - чтобы включить \"Режим наилучшего считывания\" <i>(только QR Code Lib)</i> укажите значение меньше 10 (читайте помощь ниже)."
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:55
|
||||
msgid "Enc"
|
||||
msgstr "Enc"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:57 lib/qrct/QrctWp-admin.inc.php:62
|
||||
#: lib/qrct/QrctWp-admin.inc.php:67
|
||||
msgid "UTF-8"
|
||||
msgstr "UTF-8"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:58 lib/qrct/QrctWp-admin.inc.php:63
|
||||
#: lib/qrct/QrctWp-admin.inc.php:68
|
||||
msgid "Shift_JIS"
|
||||
msgstr "Shift_JIS"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:59 lib/qrct/QrctWp-admin.inc.php:64
|
||||
#: lib/qrct/QrctWp-admin.inc.php:69
|
||||
msgid "ISO-8859-1"
|
||||
msgstr "ISO-8859-1"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:71
|
||||
msgid "Specifies how the output is encoded"
|
||||
msgstr "Определяет способ кодирования вывода"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:72
|
||||
msgid "(Google Chart API only)"
|
||||
msgstr "(API Google Chart uniquement)"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:77
|
||||
msgid "ECC"
|
||||
msgstr "ECC"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:79 lib/qrct/QrctWp-admin.inc.php:85
|
||||
#: lib/qrct/QrctWp-admin.inc.php:91
|
||||
msgid "L"
|
||||
msgstr "L"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:80 lib/qrct/QrctWp-admin.inc.php:86
|
||||
#: lib/qrct/QrctWp-admin.inc.php:92
|
||||
msgid "M"
|
||||
msgstr "M"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:81 lib/qrct/QrctWp-admin.inc.php:87
|
||||
#: lib/qrct/QrctWp-admin.inc.php:93
|
||||
msgid "Q"
|
||||
msgstr "Q"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:82 lib/qrct/QrctWp-admin.inc.php:88
|
||||
#: lib/qrct/QrctWp-admin.inc.php:94
|
||||
msgid "H"
|
||||
msgstr "H"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:97
|
||||
#, fuzzy, php-format
|
||||
msgid "Error Correction Level (see <a href=\"http://code.google.com/apis/chart/types.html#ec_level_table\" target=\"_blank\">Google Chart API</a>)<br/><strong>L</strong> allows 7% of a QR code to be restored<br/><strong>M</strong> allows 15% of a QR code to be restored<br/><strong>Q</strong> allows 25% of a QR code to be restored<br/><strong>H</strong> allows 30% of a QR code to be restored"
|
||||
msgstr "Уровень коррекции ошибок (см. <a href=\"http://code.google.com/apis/chart/types.html#ec_level_table\" target=\"_blank\">Google Chart API</a>)<br/><strong>L</strong> позволяет восстановить 7% QR-кода<br/><strong>M</strong> позволяет восстановить 15% QR-кода<br/><strong>Q</strong> позволяет восстановить 25% QR-кода<br/><strong>H</strong> позволяет восстановить 30% QR-кода"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:100
|
||||
msgid "Version"
|
||||
msgstr "Версия"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:104
|
||||
msgid "<strong>0-40 (0=auto)</strong>. Before choosing the QR code version, consider what kind of device is used to read your code. The best QR code readers are able to read Version 40 codes, mobile devices may read only up to Version 4 "
|
||||
msgstr "<strong>0-40 (0=авто)</strong>. Прежде чем выбрать версию QR-кода, подумайте, какое устройство используется для считывания вашего кода. Лучшие устройства для считывания QR-кодов способны считывать коды версии 40, мобильные устройства могут считывать только до версии 4 "
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:104
|
||||
msgid "(QR Code Lib only)"
|
||||
msgstr "(QR Code Lib uniquement)"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:107
|
||||
msgid "Margin"
|
||||
msgstr "Отступ"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:111
|
||||
msgid "Defines the margin (or blank space) around the QR code (in QR Code pixel size - not actual pixels!)"
|
||||
msgstr "Определяет поле (или пустое пространство) вокруг QR-кода (в пикселях QR-кода - не в реальных пикселях!)."
|
||||
|
||||
# 11
|
||||
#: lib/qrct/QrctWp-admin.inc.php:114
|
||||
msgid "Image Classes"
|
||||
msgstr "Классы изображения"
|
||||
|
||||
# 11
|
||||
#: lib/qrct/QrctWp-admin.inc.php:118
|
||||
msgid "Additional image classes (e.g. <i>qrctimage anynewclass</i>)"
|
||||
msgstr "Дополнительные классы изображений (например, <i>qrctimage anynewclass</i>)"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:121
|
||||
msgid "Link"
|
||||
msgstr "Lien"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:125
|
||||
msgid "Defines if the image will have a link:<br/><strong>false</strong> = no link<br/><strong>true</strong> = link to the QR code content<br/><strong>url</strong> = link to the current URL<br><strong>http://</strong> = link to some URL (e.g. <i>http://www.google.com</i>)"
|
||||
msgstr "Defines if the image will have a link:<br/><strong>false</strong> = no link<br/><strong>true</strong> = link to the QR code content<br/><strong>url</strong> = link to the current URL<br><strong>http://</strong> = link to some URL (e.g. <i>http://www.google.com</i>)"
|
||||
|
||||
# 11
|
||||
#: lib/qrct/QrctWp-admin.inc.php:128
|
||||
msgid "A Tag classes"
|
||||
msgstr "Классы тега А"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:132
|
||||
msgid "Additional link classes (e.g. <i>mylinkclass anynewlinkclass</i>)"
|
||||
msgstr "Дополнительные классы ссылок (например, <i>mylinkclass anynewlinkclass</i>)"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:135
|
||||
msgid "Save Changes"
|
||||
msgstr "Сохранить изменения"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:135
|
||||
msgid "Reset Options"
|
||||
msgstr "Параметры сброса"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:138
|
||||
msgid "QR Code Cache"
|
||||
msgstr "Кэш QR-кодов"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:155
|
||||
#, php-format
|
||||
msgid "%1$d codes cached, using %2$s disk space (%3$s free disk space)."
|
||||
msgstr "Кэшировано %1$d кодов, используется %2$s дискового пространства (%3$s свободного дискового пространства)."
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:156
|
||||
#, php-format
|
||||
msgid "%1$01.4f sec average code creation time."
|
||||
msgstr "%1$01.4f сек среднее время создания кода."
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:158
|
||||
msgid "Clear Cache"
|
||||
msgstr "Очистить кэш"
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:161
|
||||
msgid "Help"
|
||||
msgstr "Помощь"
|
||||
|
||||
#: lib/qrct/QrctWp.php:119
|
||||
msgid "Settings"
|
||||
msgstr "Настройки"
|
||||
|
||||
#: lib/qrct/QrctWp.php:130
|
||||
msgid "QR Code Tag"
|
||||
msgstr "QR Code Tag from Goaskle.com"
|
||||
|
||||
#: lib/qrct/QrctWp.php:288
|
||||
msgid "Before QR Code:"
|
||||
msgstr "До появления QR-кода:"
|
||||
|
||||
#: lib/qrct/QrctWp.php:289
|
||||
msgid "Content (blank for current URL):"
|
||||
msgstr "Содержание (пустое место для текущего URL):"
|
||||
|
||||
#: lib/qrct/QrctWp.php:290
|
||||
msgid "After QR Code:"
|
||||
msgstr "После QR-кода:"
|
||||
|
||||
#: lib/qrct/QrctWp.php:546
|
||||
msgid "Options saved."
|
||||
msgstr "Опции сохраняются."
|
||||
|
||||
#: lib/qrct/QrctWp.php:557
|
||||
msgid "Default options loaded."
|
||||
msgstr "Загружены параметры по умолчанию."
|
||||
|
||||
#: lib/qrct/QrctWp.php:567
|
||||
msgid "Cache cleared."
|
||||
msgstr "Кэш очищен."
|
||||
|
||||
#: lib/qrct/QrctWp-admin.inc.php:59
|
||||
msgid "Using for Woocommerce in shortcode mode only"
|
||||
msgstr "Использование для Woocommerce только в режиме шорткода"
|
||||
|
||||
#~ msgid "Encoding"
|
||||
#~ msgstr "Encoding"
|
||||
|
||||
#~ msgid "Error correction"
|
||||
#~ msgstr "Error correction"
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
/*1.0.0 - 2021.*/
|
||||
- Release version 1.0.0
|
||||
10
spec/fixtures/dynamic_finders/plugin_version/ringier-bus/change_log/CHANGELOG.md
vendored
Normal file
10
spec/fixtures/dynamic_finders/plugin_version/ringier-bus/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changelog Details
|
||||
|
||||
### 1.0.1 (November 25, 2021) ###
|
||||
* Update ACF to latest v5.11.3
|
||||
|
||||
### 1.0.0 (November 19, 2021) ###
|
||||
* Initial release onto WordPress.org plugin repo with the initial code from phase 1 of this plugin
|
||||
|
||||
### 0.1.0 (September 26, 2021) ###
|
||||
* Initial commit of working code for the benefit of everyone who needs this plugin
|
||||
@@ -0,0 +1,4 @@
|
||||
*** Role and Customer Based Pricing for WooCommerce ***
|
||||
|
||||
2021-07-18 - version 1.0.0
|
||||
* Initial release
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "role-and-customer-based-pricing-for-woocommerce",
|
||||
"version": "1.0.0",
|
||||
"description": "WooCommerce Plugin",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Meow Crew",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"animate.css": "^4.1.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,165 @@
|
||||
# Copyright (C) 2021 Safelayout
|
||||
# This file is distributed under the same license as the Safelayout Cute Preloader plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Safelayout Cute Preloader 1.0\n"
|
||||
"POT-Creation-Date: 2021-12-16 12:12+0330\n"
|
||||
"PO-Revision-Date: 2021-12-16 12:12+0330\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: en_US\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-KeywordsList: __;esc_html__\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:48
|
||||
msgid "Safelayout Cute Preloader Options"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:49
|
||||
msgid "Safelayout Preloader"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:115
|
||||
msgid "Icon settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:122
|
||||
msgid "Pre Loader icon:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:130
|
||||
msgid "Icon preview:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:138
|
||||
msgid "Icon size:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:146
|
||||
msgid "Icon color:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:154
|
||||
msgid "Icon effect:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:162
|
||||
msgid "Background settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:169
|
||||
msgid "Background Animation:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:177
|
||||
msgid "Background opacity:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:185
|
||||
msgid "Background color:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:193
|
||||
msgid "Text settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:200
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:208
|
||||
msgid "Text animation:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:216
|
||||
msgid "Text preview:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:224
|
||||
msgid "Text color:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:232
|
||||
msgid "Font size:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:240
|
||||
msgid "Margin top:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:248
|
||||
msgid "Advanced settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:255
|
||||
msgid "Display on:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:263
|
||||
msgid "Show per session:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:271
|
||||
msgid "Device:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:279
|
||||
msgid "Minimum load time:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:287
|
||||
msgid "Maximum load time:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:295
|
||||
msgid "Show close button after:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:303
|
||||
msgid "Style type:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:311
|
||||
msgid "Script type:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:345
|
||||
msgid "You can add your own icon by entering the URL here."
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:361
|
||||
msgid ""
|
||||
"* You can't use gradients for bubble, cycle, stream, tube, turn, wheel. *"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:444
|
||||
msgid "Text to display under preloader icon."
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:538
|
||||
msgid ""
|
||||
"The minimum time that, the preloader will be shown, even if the page was "
|
||||
"loaded. (Enter 0 to disable this feature)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:548
|
||||
msgid ""
|
||||
"After this time the preloader will be hidden even if the page has not been "
|
||||
"loaded yet. (Enter 0 to disable this feature)"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-safelayout-preloader-admin.php:558
|
||||
msgid ""
|
||||
"After this time the close button will be shown at the top right corner of "
|
||||
"the screen. (Enter 0 to disable this feature)"
|
||||
msgstr ""
|
||||
|
||||
#: safelayout-cute-preloader.php:44
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
25
spec/fixtures/dynamic_finders/plugin_version/selleradise-widgets/composer_file/composer.json
vendored
Normal file
25
spec/fixtures/dynamic_finders/plugin_version/selleradise-widgets/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "khizar/selleradise-widgets",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"homepage": "https://redoxbird.com/selleradise-widgetd",
|
||||
"license": "",
|
||||
"version": "1.2.1",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Khizar Hasan",
|
||||
"email": "khizarhasan927@gmail.com",
|
||||
"homepage": "https://khizar.info",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Selleradise_Widgets\\": "./inc"
|
||||
},
|
||||
"files": [
|
||||
"./inc/Helpers.php",
|
||||
"./inc/class-tgm-plugin-activation.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
110
spec/fixtures/dynamic_finders/plugin_version/set-the-stage/translation_file/lang/set-the-stage.pot
vendored
Normal file
110
spec/fixtures/dynamic_finders/plugin_version/set-the-stage/translation_file/lang/set-the-stage.pot
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
# Copyright (C) 2021 Ivaylo Draganov
|
||||
# This file is distributed under the GPL v2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Set the Stage 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/drgnff-wp-stage-switcher\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-22T11:56:06+02:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: drgnff-wp-stage-switcher\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: src/SettingsPage.php:23
|
||||
#: src/SettingsPage.php:24
|
||||
#: tests/Unit/SettingsPageTest.php:33
|
||||
#: tests/Unit/SettingsPageTest.php:34
|
||||
msgid "Set the Stage"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/dragunoff/wp-stage-switcher/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Quickly switch between environments (live, test, dev) from the admin bar."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Ivaylo Draganov"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://dragunoff.github.io/"
|
||||
msgstr ""
|
||||
|
||||
#: src/Constants.php:15
|
||||
msgid "UNKNOWN"
|
||||
msgstr ""
|
||||
|
||||
#: src/RenderUtils.php:23
|
||||
msgid "Drag to reorder"
|
||||
msgstr ""
|
||||
|
||||
#: src/RenderUtils.php:37
|
||||
msgid "Home URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/RenderUtils.php:43
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: src/RenderUtils.php:49
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#: src/RenderUtils.php:55
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsDefaultSection.php:53
|
||||
#: tests/Unit/SettingsDefaultSectionTest.php:142
|
||||
msgid "Default Environment"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsDefaultSection.php:61
|
||||
msgid "Default environment has been overridden with a filter."
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsDefaultSection.php:81
|
||||
msgid "This will be used if the current site is not part of the environments list."
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsDefaultSection.php:155
|
||||
msgid "Reset to plugin's original values"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsDefaultSection.php:157
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsEnvironmentsSection.php:77
|
||||
#: tests/Unit/SettingsEnvironmentsSectionTest.php:143
|
||||
msgid "Environments"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsEnvironmentsSection.php:85
|
||||
msgid "Environments have been overridden with a filter."
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsEnvironmentsSection.php:94
|
||||
msgid "These will be printed in order in the admin bar menu."
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsEnvironmentsSection.php:184
|
||||
#: src/SettingsEnvironmentsSection.php:262
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsEnvironmentsSection.php:198
|
||||
msgid "Add New Environment"
|
||||
msgstr ""
|
||||
|
||||
#: src/SettingsPage.php:76
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,79 @@
|
||||
# Copyright (C) 2021 WP Desk
|
||||
# This file is distributed under the same license as the ShopMagic for Google Sheets plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ShopMagic for Google Sheets 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/shopmagic-for-google-sheets\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-11-17T09:52:49+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: shopmagic-for-google-sheets\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "ShopMagic for Google Sheets"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://shopmagic.app/products/shopmagic-for-google-sheets/?utm_source=add_plugin_details&utm_medium=link&utm_campaign=plugin_homepage"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Allows adding rows to Google Sheets from automations data."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WP Desk"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://shopmagic.app/?utm_source=user-site&utm_medium=quick-link&utm_campaign=author"
|
||||
msgstr ""
|
||||
|
||||
#: src/Action/SheetsAddRow.php:34
|
||||
msgid "Add row to Google Sheets"
|
||||
msgstr ""
|
||||
|
||||
#: src/Action/SheetsAddRow.php:70
|
||||
msgid "Spreadsheet"
|
||||
msgstr ""
|
||||
|
||||
#: src/Action/SheetsAddRow.php:74
|
||||
msgid "Spreadsheet Tab"
|
||||
msgstr ""
|
||||
|
||||
#: src/Action/SheetsAddRow.php:77
|
||||
msgid "Is first row a header?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Settings.php:24
|
||||
msgid "Google Sheets Token"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Settings.php:29
|
||||
msgid "Save changes"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Settings.php:45
|
||||
msgid "Google Sheets"
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Settings.php:49
|
||||
msgid "To enable your Google Sheets connection you must allow our app to access your Google Sheets data. Follow the link below to retrieve access code. You may revoke access anytime, by clicking 'Revoke' button below (you will see it after setting Google Sheets Token)."
|
||||
msgstr ""
|
||||
|
||||
#: src/Admin/Settings.php:55
|
||||
msgid "Get Google Sheets token"
|
||||
msgstr ""
|
||||
|
||||
#: src/Data/GoogleSheetsData.php:40
|
||||
msgid "You are not authorized to access the data."
|
||||
msgstr ""
|
||||
|
||||
#: src/Data/GoogleSheetsData.php:62
|
||||
msgid "Bad request: no required parameters passed."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,35 @@
|
||||
# Copyright (C) 2021 GrandPlugins
|
||||
# This file is distributed under the same license as the Sidebars Gutenberg Blocks [[GrandPlugins]] plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sidebars Gutenberg Blocks [[GrandPlugins]] 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gpls-ssig-widgets-in-gutenberg\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-11T16:29:19+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: gpls-ssig-widgets-in-gutenberg\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Sidebars Gutenberg Blocks [[GrandPlugins]]"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Use Full Sidebars and Widgets into Gutenberg as blocks."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "GrandPlugins"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://grandplugins.com"
|
||||
msgstr ""
|
||||
|
||||
#: includes/WidgetBlock.php:64
|
||||
msgid "Sidebars | Widgets Areas"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,143 @@
|
||||
# Copyright (C) 2021 Simple Product Bundle
|
||||
# This file is distributed under the same license as the Simple Product Bundle package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Simple Product Bundle 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-product-bundle\n"
|
||||
"POT-Creation-Date: 2021-12-23 08:46: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: 2021-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: includes/bundle-free-admin.php:20
|
||||
msgid "Do you want to customize the look of your bundle?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-admin.php:22
|
||||
msgid "With Simple Product Bundle PRO you can highly customize the offers of your site and attract more clients:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-admin.php:27
|
||||
msgid "Compatible with multilingual (you can create different offers per language)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-admin.php:30
|
||||
msgid "You can use the shortcode to publishh your bundle anywhere you want on the product page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-admin.php:33
|
||||
msgid "Customize the graphic aspect of your bundle"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-admin.php:36
|
||||
msgid "Customize the font size and the colors of the button and texts"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-admin.php:50
|
||||
msgid "Discover the PRO version"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-admin.php:53
|
||||
msgid "Read the full documentation"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:21
|
||||
msgid "Activate Bundle"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:26
|
||||
msgid "Bundle Title"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:27
|
||||
msgid "Enter the title of the Bundle"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:30
|
||||
msgid "Suggest a dedicated promotion or promote related products"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:35
|
||||
msgid "Activate Discount"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:40
|
||||
msgid "Percentage discount"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:41
|
||||
msgid "Enter the percentage to apply"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:44
|
||||
msgid "Activate a precentage discount on the total number of products included in the Bundle"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:50
|
||||
msgid "Enter the products"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:64
|
||||
msgid "Update Bundle"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:71
|
||||
msgid "Attention! "
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:72
|
||||
msgid "The product: "
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:74
|
||||
msgid "is out of stock."
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:75
|
||||
msgid "The bundle will not be visible on the product page, please remove the ✔ on the checkbox "
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:76
|
||||
msgid "\"Activate Bundle\" "
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:77
|
||||
msgid "or create a new offer."
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:147
|
||||
#: includes/bundle-free-structure.php:240
|
||||
msgid "You might find interesting this offer"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:185
|
||||
#: includes/bundle-free-structure.php:195
|
||||
#: includes/bundle-free-structure.php:279
|
||||
#: includes/bundle-free-structure.php:289
|
||||
msgid "Products Total"
|
||||
msgstr ""
|
||||
|
||||
#: includes/bundle-free-structure.php:190
|
||||
#: includes/bundle-free-structure.php:199
|
||||
#: includes/bundle-free-structure.php:284
|
||||
#: includes/bundle-free-structure.php:293
|
||||
msgid "Buy this offer"
|
||||
msgstr ""
|
||||
|
||||
#: simple-product-bundle.php:42
|
||||
msgid "Create Offer"
|
||||
msgstr ""
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Simple Product Bundle"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Seleziona se promuovere dei prodotti correlati oppure di creare una promozione"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Servizi 3.0"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,87 @@
|
||||
# Copyright (C) 2021 sixa AG
|
||||
# This file is distributed under the GPL v3 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sixa - Add to Cart Block 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-block-add-to-cart\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-10-07T11:44:08+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: sixa-block-add-to-cart\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Sixa - Add to Cart Block"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Display an add-to-cart button for a given product."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "sixa AG"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://sixa.ch"
|
||||
msgstr ""
|
||||
|
||||
#: block/class-add-to-cart.php:252
|
||||
msgid "Stock status"
|
||||
msgstr ""
|
||||
|
||||
#: block/class-add-to-cart.php:253
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:65
|
||||
msgid "Button Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:67
|
||||
msgid "Quantity"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:75
|
||||
msgid "Automatically hide the add-to-cart button in case the product is out of stock."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:76
|
||||
msgid "Hide if out of stock?"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:85
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:91
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:96
|
||||
msgid "Color Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:106
|
||||
msgid "Display Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/Edit.js:159
|
||||
msgid "Select a product from the dropdown menu below:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Edit.js:160
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
#: src/Edit.js:173
|
||||
msgid "Add to cart…"
|
||||
msgstr ""
|
||||
|
||||
#: src/Edit.js:200
|
||||
msgid "No products found to display."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,134 @@
|
||||
# Copyright (C) 2021 sixa AG
|
||||
# This file is distributed under the GPL v3 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sixa - Container 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-block-container\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-03T15:10:10+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: sixa-block-container\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Sixa - Container"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Wrap several blocks in a parent wrapper and do more styling."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "sixa AG"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://sixa.ch"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Controls.js:96
|
||||
msgid "Change content position"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Controls.js:110
|
||||
msgid "Add Media"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Controls.js:110
|
||||
msgid "Replace"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:89
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:96
|
||||
msgid "Min. Height"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:104
|
||||
msgid "Media Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:109
|
||||
msgid "Fixed background"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:119
|
||||
msgid "Repeated background"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:123
|
||||
msgid "Background Size"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:131
|
||||
msgid "Focal point picker"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:155
|
||||
msgid "Clear Media"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:165
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:171
|
||||
msgid "Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:176
|
||||
msgid "Color Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:181
|
||||
msgid "Opacity"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:201
|
||||
msgid "Enter a title for this section to display on the left side of the container."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:202
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block title"
|
||||
msgid "Container"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block description"
|
||||
msgid "Wrap several blocks in a parent wrapper and do more styling"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "block"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "container"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "group"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "section"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "wrapper"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,47 @@
|
||||
# Copyright (C) 2022 sixa AG
|
||||
# This file is distributed under the GPL v3 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sixa - FAQ Block 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-block-faq\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: 2022-01-08T21:43:25+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: sixa-block-faq\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Sixa - FAQ Block"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "FAQ block for WordPress editor."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "sixa AG"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://sixa.ch"
|
||||
msgstr ""
|
||||
|
||||
#: block/class-faq.php:83
|
||||
msgid "FAQ Item"
|
||||
msgstr ""
|
||||
|
||||
#: block/class-faq.php:84
|
||||
msgid "FAQ Items"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:56
|
||||
msgid "Query Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/Edit.js:86
|
||||
msgid "No F.A.Q posts found to display."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,92 @@
|
||||
# Copyright (C) 2021 sixa AG
|
||||
# This file is distributed under the GPL v3 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sixa - Spacer Block 1.2.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-block-spacer\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-11-29T10:53:37+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: sixa-block-spacer\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Sixa - Spacer Block"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Add empty vertical space to your page. Responsive for desktop and mobile devices. Supports background colors and gradients."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "sixa AG"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://sixa.com"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:55
|
||||
msgid "Height in pixels"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:68
|
||||
msgid "Background"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Inspector.js:73
|
||||
msgid "Color Settings"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
#: svn/tags/1.2.0/block.json
|
||||
#: svn/trunk/block.json
|
||||
msgctxt "block title"
|
||||
msgid "Spacer"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
#: svn/tags/1.2.0/block.json
|
||||
#: svn/trunk/block.json
|
||||
msgctxt "block description"
|
||||
msgid "Block to add empty vertical space (full-width)."
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
#: svn/tags/1.2.0/block.json
|
||||
#: svn/trunk/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "sixa"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
#: svn/tags/1.2.0/block.json
|
||||
#: svn/trunk/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "blank"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
#: svn/tags/1.2.0/block.json
|
||||
#: svn/trunk/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "divider"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
#: svn/tags/1.2.0/block.json
|
||||
#: svn/trunk/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "margin"
|
||||
msgstr ""
|
||||
|
||||
#: block.json
|
||||
#: svn/tags/1.2.0/block.json
|
||||
#: svn/trunk/block.json
|
||||
msgctxt "block keyword"
|
||||
msgid "separator"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,69 @@
|
||||
# Copyright (C) 2021 Qrac
|
||||
# This file is distributed under the same license as the Stop Auto Update Emails plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Stop Auto Update Emails 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/stop-auto-update-emails\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-11-12T07:22:54+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: stop-auto-update-emails\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Stop Auto Update Emails"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wordpress.org/plugins/stop-auto-update-emails/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Add the function to stop automatic update emails to WordPress."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Qrac"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://qrac.jp"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:63
|
||||
#: plugin.php:64
|
||||
#: plugin.php:168
|
||||
msgid "Auto update notification"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:78
|
||||
msgid "Email Settings"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:84
|
||||
msgid "WordPress Core"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:91
|
||||
msgid "WordPress Themes"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:98
|
||||
msgid "WordPress Plugins"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:120
|
||||
msgid "Stop core auto-updating emails"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:140
|
||||
msgid "Stop theme auto-updating emails"
|
||||
msgstr ""
|
||||
|
||||
#: plugin.php:160
|
||||
msgid "Stop plugin auto-updating emails"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,481 @@
|
||||
# Copyright (C) 2022 Földesi Mihály
|
||||
# This file is distributed under the same license as the Széchenyi 2020 Logo plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Széchenyi 2020 Logo 1.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/szechenyi-2020-logo\n"
|
||||
"Last-Translator: FÖLDESI, MIHÁLY\n"
|
||||
"Language-Team: ENGLISH\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2022-01-03T10:55:25+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: szechenyi-2020\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: modules/admin-settings-page.php:347
|
||||
#: modules/admin-settings-page.php:348
|
||||
#: modules/admin-settings-page.php:403
|
||||
#: modules/plugin-page.php:44
|
||||
msgid "Széchenyi 2020 Logo"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://foldesistudio.hu/szechenyi-2020-logo"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "This plugin places a Széchenyi 2020 logo to the frontend to any position."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Földesi Mihály"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://foldesistudio.hu"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/about.php:7
|
||||
msgid "Author"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/about.php:12
|
||||
msgid "Developer"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/about.php:13
|
||||
msgid "Mihály Földesi"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/about.php:17
|
||||
msgid "Website"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/about.php:23
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/about.php:29
|
||||
msgid "Additional Thanks"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/about.php:31
|
||||
msgid "Dovi42 | (wpcreator.hu)"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/about.php:32
|
||||
msgid "Péter Földesi"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/sortcode.php:6
|
||||
msgid "Insert shortcode"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/sortcode.php:12
|
||||
msgid "Current slug:"
|
||||
msgstr ""
|
||||
|
||||
#: libs/admin/sortcode.php:16
|
||||
msgid "Insert content from shortcode:"
|
||||
msgstr ""
|
||||
|
||||
#: libs/shortcodes/szechenyi-2020-logo-debug.php:141
|
||||
msgid "Széchenyi 2020 message:"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-credits.php:29
|
||||
msgid "Donate and Rating"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-credits.php:31
|
||||
msgid "Szécehnyi 2020 Logo is a free plugin. If you find it useful then a review on wordpress.org would be most appreciated!"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-credits.php:32
|
||||
msgid "Leave a review and give ★★★★★ rating"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-credits.php:35
|
||||
msgid "Donate"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-credits.php:37
|
||||
msgid "Join us on Github"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-notification.php:9
|
||||
msgid "Széchenyi 2020"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s is replaced with "URL"
|
||||
#: modules/admin-notification.php:11
|
||||
msgid "Please don't forget to <a href=\"%s\" target=\"_blank\">rate the plugin!</a>"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:38
|
||||
msgid "Széchenyi 2020 Custom Settings"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:67
|
||||
msgid "Position Place"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:68
|
||||
msgid "This specifies the type of positioning method used for logo element. If fixed is selected, it is positioned relative to the viewport, which means it always stays in the same place even if the page is scrolled."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:70
|
||||
msgid "Fixed"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:71
|
||||
msgid "Absolute"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:75
|
||||
msgid "Vertical Position"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:76
|
||||
msgid "This affects the vertical position of a positioned logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:78
|
||||
msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:79
|
||||
msgid "Bottom"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:83
|
||||
msgid "Horizontal Position"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:84
|
||||
msgid "This affects the horizontal position of a positioned logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:86
|
||||
msgid "Left"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:87
|
||||
msgid "Right"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:91
|
||||
msgid "Close Button"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:92
|
||||
msgid "This affects to turn the logo element to closeable."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:94
|
||||
#: modules/admin-settings-page.php:118
|
||||
#: modules/admin-settings-page.php:177
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:95
|
||||
#: modules/admin-settings-page.php:119
|
||||
#: modules/admin-settings-page.php:178
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:99
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:100
|
||||
msgid "This sets the width of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:103
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:104
|
||||
msgid "This sets the height of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:107
|
||||
msgid "Unit"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:108
|
||||
msgid "Type of sizing. If percentages is selected, it allows the sizing of logo element relative to their containing page."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:110
|
||||
msgid "Pixel"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:111
|
||||
msgid "Percent"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:115
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:116
|
||||
msgid "This sets the background color of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:123
|
||||
msgid "Set Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:124
|
||||
msgid "Specifies the background color."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:127
|
||||
msgid "Margin Top"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:128
|
||||
msgid "This sets the top margin of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:131
|
||||
msgid "Margin Right"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:132
|
||||
msgid "This sets the right margin of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:135
|
||||
msgid "Margin Bottom"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:136
|
||||
msgid "This sets the bottom margin of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:139
|
||||
msgid "Margin Left"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:140
|
||||
msgid "This sets the left margin of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:143
|
||||
msgid "Border Top"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:144
|
||||
msgid "This sets the top border of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:147
|
||||
msgid "Border Right"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:148
|
||||
msgid "This sets the right border of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:151
|
||||
msgid "Border Bottom"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:152
|
||||
msgid "This sets the bottom border of logo element."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:155
|
||||
msgid "Border Left"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:156
|
||||
msgid "Border left Description"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:159
|
||||
msgid "Border Type"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:160
|
||||
msgid "This sets the style of logo element's border"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:162
|
||||
#: modules/admin-settings-page.php:229
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:163
|
||||
msgid "Dashed"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:164
|
||||
msgid "Dotted"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:165
|
||||
msgid "Double"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:166
|
||||
msgid "Groove"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:167
|
||||
msgid "Inset"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:168
|
||||
msgid "Outset"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:169
|
||||
msgid "Ridge"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:170
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:174
|
||||
msgid "Border Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:175
|
||||
msgid "This sets the color of logo element's all borders."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:182
|
||||
msgid "Set Border Color"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:183
|
||||
msgid "Specifies the border color."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:186
|
||||
msgid "Border Radius"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:187
|
||||
msgid "This affects the sort of logo element's border style."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:189
|
||||
msgid "Straight Cornor"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:190
|
||||
msgid "Round Cornor"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:194
|
||||
msgid "Border Radius Size"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:195
|
||||
msgid "This defines the radius of the logo element's corners. You can set it Round Cornor is selected."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:198
|
||||
msgid "Padding Top"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:199
|
||||
msgid " This sets top space between logo element and its top border."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:202
|
||||
msgid "Padding Right"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:203
|
||||
msgid "This sets right space between logo element and its right border."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:206
|
||||
msgid "Padding Bottom"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:207
|
||||
msgid "This sets bottom space between logo element and its bottom border."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:210
|
||||
msgid "Padding Left"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:211
|
||||
msgid "This sets left space between logo element and its left border."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:214
|
||||
msgid "Custom CSS for Desktop"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:215
|
||||
msgid "This sets custom css for desktop sizes."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:218
|
||||
msgid "Custom CSS for Mobile"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:219
|
||||
msgid "This sets custom css for mobile sizes."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:222
|
||||
msgid "Page URL"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:223
|
||||
msgid "This sets page address of destination."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:226
|
||||
msgid "Theme Fix"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:227
|
||||
msgid "This sets some CSS fixes for theme. Sometimes logo element hides functionality of scroll to top."
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:230
|
||||
msgid "Divi"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:231
|
||||
msgid "Enfold"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:364
|
||||
msgid "Setup"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:365
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: modules/admin-settings-page.php:449
|
||||
msgid "Welcome on admin settings page of Széchenyi 2020 Logo. If you would like you can modify default parameters manually with this form. The current default settings are for guidance only. The developer of the plug-in assumes no any responsibility. "
|
||||
msgstr ""
|
||||
|
||||
#: modules/frontend.php:169
|
||||
msgid "Széchenyi 2020 logo at bottom position"
|
||||
msgstr ""
|
||||
|
||||
#: modules/frontend.php:171
|
||||
msgid "Széchenyi 2020 logo at top position"
|
||||
msgstr ""
|
||||
|
||||
#: modules/plugin-page.php:16
|
||||
msgid "Please rating!"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,397 @@
|
||||
# Copyright (C) 2021 Text Comm, LLC
|
||||
# This file is distributed under the same license as the Text Messaging and Lead Collection Pro plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Text Messaging and Lead Collection Pro 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/text-message-lead-collection-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: 2021-11-12T16:32:58+05:30\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: text-message-lead-collection-pro\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Text Messaging and Lead Collection Pro"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://www.livecomm.com/text-messaging-and-lead-collection-pro"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "The Livecomm plugin enables direct integration between your WordPress website and your livecomm.com account."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Text Comm, LLC"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.livecomm.com"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:124
|
||||
msgid "Are you sure you want to unmap this form ?"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:142
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:143
|
||||
msgid "Text Message Lead Collection Pro"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:152
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:153
|
||||
msgid "Setup/Configure"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:161
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:162
|
||||
msgid "Livecomm Phone Numbers"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:170
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:171
|
||||
msgid "Livecomm Contact List"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:179
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:180
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:17
|
||||
msgid "Form Mapping"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:188
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:189
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:15
|
||||
msgid "My Mapped Forms"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:197
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:198
|
||||
#: admin/templates/tmlcp-livecomm-general-settings.php:7
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:295
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:410
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:470
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:655
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:688
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:720
|
||||
#: public/class-text-message-lead-collection-pro-public.php:323
|
||||
msgid "Error: Something went wrong."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:300
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:384
|
||||
msgid "Username and password is required"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:366
|
||||
msgid "Login Success"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:414
|
||||
msgid "Please select atleast one contact fields "
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:419
|
||||
msgid "Please select atleast one livecomm fields"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:423
|
||||
msgid "First Name, Last Name, Phone Number and Message field is required"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:427
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:474
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:207
|
||||
msgid "Invalid Contact Form ID"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:447
|
||||
msgid "Field mapping saved"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:478
|
||||
msgid "Contact form not mapped"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:496
|
||||
msgid "Form mapping successfully removed"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:500
|
||||
msgid "Unable to delete mapped form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:612
|
||||
msgid "You are currently logged-in as"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:612
|
||||
msgid "Click here to logout"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:617
|
||||
msgid "You are not logged-in."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:617
|
||||
msgid "Click here to login"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:632
|
||||
msgid "Error : Something went wrong"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:659
|
||||
msgid "Select atleast one phone number"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:666
|
||||
msgid "Default phone number saved"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:692
|
||||
msgid "Select atleast one contact list"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:699
|
||||
msgid "Default contact list saved"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-text-message-lead-collection-pro-admin.php:737
|
||||
msgid "Setting saved"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:24
|
||||
msgid "Sr. No."
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:26
|
||||
msgid "Form Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:28
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:41
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:42
|
||||
msgid "Unmap"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:53
|
||||
msgid "You don't have mapped any form"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:59
|
||||
#: admin/templates/tmlcp-livecomm-contact-list.php:90
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:54
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:201
|
||||
#: admin/templates/tmlcp-livecomm-general-settings.php:39
|
||||
#: admin/templates/tmlcp-livecomm-login.php:55
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:93
|
||||
msgid "LiveComm"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-list-mapped-forms.php:59
|
||||
#: admin/templates/tmlcp-livecomm-contact-list.php:90
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:54
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:201
|
||||
#: admin/templates/tmlcp-livecomm-general-settings.php:39
|
||||
#: admin/templates/tmlcp-livecomm-login.php:55
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:93
|
||||
msgid ", All rights reserved."
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-contact-list.php:7
|
||||
msgid "My Livecomm Contact list"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-contact-list.php:20
|
||||
msgid "Select the Livecomm contact list use when mapping forms on your website. Contacts will directly be stored on your livecomm account."
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-contact-list.php:20
|
||||
#: admin/templates/tmlcp-livecomm-login.php:15
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:22
|
||||
msgid "Manage my livecomm account."
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-contact-list.php:31
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:33
|
||||
msgid "Unable to fetch data"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-contact-list.php:54
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:54
|
||||
msgid "Set as Default"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-contact-list.php:55
|
||||
msgid "List Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:25
|
||||
msgid "--Select Contact Form--"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:122
|
||||
msgid "-- Plugin Fields --"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:144
|
||||
msgid "Default Form Livecomm Number"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:147
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:168
|
||||
msgid "-- Select --"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:165
|
||||
msgid "Default Form Livecomm Contact List"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:189
|
||||
msgid "NOTE: In-order to send contact form data to Livecomm through API, below are the list of fields which should not be empty and should be marked as required in Contact Form 7 plugin."
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:189
|
||||
msgid "Click here for more info"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:191
|
||||
#: public/class-text-message-lead-collection-pro-public.php:211
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:192
|
||||
msgid "Last Name"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:193
|
||||
msgid "Phone Number"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-form-mapping.php:194
|
||||
#: public/class-text-message-lead-collection-pro-public.php:223
|
||||
#: public/class-text-message-lead-collection-pro-public.php:277
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-general-settings.php:12
|
||||
msgid "Enable plugin functionality on front site"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-general-settings.php:15
|
||||
msgid "To temporary disable this plugin, uncheck this checkbox"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-general-settings.php:20
|
||||
msgid "Enable floating button functionality on site"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-general-settings.php:23
|
||||
msgid "To disable floating button on site, uncheck this checkbox"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-login.php:7
|
||||
msgid "Login to Livecomm"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-login.php:14
|
||||
msgid "Livecomm.com is a communication tool. Setup virtual phone numbers, call and send mass text messages using our platform."
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-login.php:22
|
||||
msgid "Livecomm.com is a communication tool. Setup virtual phone numbers, call and send mass text messages using our platform. Don’t have an account? Create an account at"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-login.php:33
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-login.php:34
|
||||
msgid "Livecomm Username"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-login.php:37
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-login.php:38
|
||||
msgid "Livecomm Password"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:7
|
||||
msgid "My Livecomm Phone Numbers"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:21
|
||||
msgid "Select the Livecomm phone number used to receive calls and text messages from web visitors of this site."
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:55
|
||||
msgid "Contact List"
|
||||
msgstr ""
|
||||
|
||||
#: admin/templates/tmlcp-livecomm-phone-number-list.php:56
|
||||
msgid "Livecomm Number"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:206
|
||||
msgid "Livecomm Form"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:215
|
||||
#: public/class-text-message-lead-collection-pro-public.php:265
|
||||
msgid "Last name"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:219
|
||||
#: public/class-text-message-lead-collection-pro-public.php:271
|
||||
msgid "Enter your phone number"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:259
|
||||
msgid "First Name"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:327
|
||||
msgid "Name is required"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:331
|
||||
msgid "Last Name is required"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:335
|
||||
msgid "Phone number is required"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:339
|
||||
msgid "Message is required"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:418
|
||||
msgid "Message sent successfully"
|
||||
msgstr ""
|
||||
|
||||
#: public/class-text-message-lead-collection-pro-public.php:437
|
||||
msgid "Error while sending message"
|
||||
msgstr ""
|
||||
|
||||
#. translators: <a> tags
|
||||
#: text-message-lead-collection-pro.php:125
|
||||
msgid "Text Messaging and Lead Collection Pro depends on Contact Form 7. Please install and activate %1$sContact Form 7%2$s."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,40 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## [1.0.2] - 2021-12-08
|
||||
|
||||
### Changed
|
||||
- Updated WP coding standards.
|
||||
|
||||
### Fixed
|
||||
- public/class-thinker-language-translator-public.php: Increment of $tlt_count
|
||||
|
||||
|
||||
## [1.0.1] - 2019-11-13
|
||||
|
||||
### Added
|
||||
- changelog.txt
|
||||
|
||||
### Changed
|
||||
- Plugin Name
|
||||
- readme.txt to "Tested up to: 5.3"
|
||||
- readme.txt shortcode examples to be inside code blocks
|
||||
|
||||
### Fixed
|
||||
- public/thinker-language-translator-public.css styles on "Powered by Google Translate"
|
||||
|
||||
|
||||
## [1.0.0] - 2019-01-17
|
||||
|
||||
### Changed
|
||||
- readme.txt to "Tested up to: 5.0"
|
||||
|
||||
|
||||
## [1.0.0] - 2018-04-11
|
||||
|
||||
### Added
|
||||
- Initial release
|
||||
@@ -0,0 +1,156 @@
|
||||
# Copyright (C) 2021 Topbar Message - FREE
|
||||
# This file is distributed under the same license as the Topbar Message - FREE package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Topbar Message - FREE 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/topbar-message-free\n"
|
||||
"POT-Creation-Date: 2021-12-23 09:45:07+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:41
|
||||
msgid "Do you want to customize and make your TopBar unique?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:42
|
||||
msgid "With TopBar Message PRO you can improve the appearance and behavior on the desktop and mobile version of your site:"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:45
|
||||
msgid "Compatible with multilingual sites (You can create a different TopBar for each language)."
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:46
|
||||
msgid "You can customize and diversify the appearance and behavior between the desktop and mobile version."
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:47
|
||||
msgid "Select the colors of your TopBar."
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:48
|
||||
msgid "You can decide whether to display the TopBar only on the desktop and deactivate it on the mobile."
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:49
|
||||
msgid "You can decide whether to display the TopBar only on mobile and deactivate it on desktop."
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:60
|
||||
msgid "Discover PRO Version"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:63
|
||||
msgid "Read the full documentation"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:86
|
||||
msgid "Set your TopBar on desktop"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:91
|
||||
msgid "Activate TopBar"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:95
|
||||
msgid "TopBar State"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:98
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:99
|
||||
msgid "Fixed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:100
|
||||
msgid "Dynamic"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:104
|
||||
msgid "Do you want to make the TopBar removable"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:108
|
||||
msgid "X Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:115
|
||||
msgid "Insert TopBar Message"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:119
|
||||
msgid "Text Link"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:119
|
||||
msgid "(Makes the text clickable)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:126
|
||||
msgid "TopBar Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:130
|
||||
msgid "TopBar Text Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:134
|
||||
msgid "TopBar Text Dimensions"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:138
|
||||
msgid "TopBar Height"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:146
|
||||
msgid "Do you want to insert a button"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:153
|
||||
msgid "Button Features"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:157
|
||||
msgid "Insert Button Text"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:161
|
||||
msgid "Button Link"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:165
|
||||
msgid "Button Text Dimensions"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:172
|
||||
msgid "Button Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:176
|
||||
msgid "Button Text Color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:180
|
||||
msgid "Button Beading"
|
||||
msgstr ""
|
||||
|
||||
#: includes/topbar-message-free-admin-page.php:186
|
||||
msgid "Save Changes"
|
||||
msgstr ""
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Topbar Message - FREE"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Realizza una top bar in pochi click."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Servizi 3.0"
|
||||
msgstr ""
|
||||
172
spec/fixtures/dynamic_finders/plugin_version/venio/translation_file/languages/venio.pot
vendored
Normal file
172
spec/fixtures/dynamic_finders/plugin_version/venio/translation_file/languages/venio.pot
vendored
Normal file
@@ -0,0 +1,172 @@
|
||||
# Copyright (C) 2021 SPYRIT
|
||||
# This file is distributed under the GPL v2 or later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Venio 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/venio\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-11-09T16:40:41+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: venio\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Venio"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://venio.fr/extension-wordpress-venio/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Display Venio events directly on your WordPress website."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "SPYRIT"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.spyrit.net"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:51
|
||||
msgid "Venio's logo"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:64
|
||||
msgid "Events retrieval"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:66
|
||||
msgid "Force update"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:68
|
||||
msgid "Last update"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:73
|
||||
msgid "How to use Venio plugin on your website?"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:74
|
||||
msgid "Insert the shortcode in your pages or posts"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:77
|
||||
msgid "Display a search module listing your events depending on search criteria."
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:78
|
||||
msgid "Available options"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:82
|
||||
msgid "not required"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:82
|
||||
msgid "institution slug"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:83
|
||||
msgid "Example"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:88
|
||||
msgid "How does it work?"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:89
|
||||
msgid "Single event"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:91
|
||||
msgid "An URL is aviable for each of your events under the following pattern"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:92
|
||||
msgid "https://yourwebsite.com/"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:94
|
||||
msgid "Consulting events is generating the url"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:95
|
||||
msgid "Caching system"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:96
|
||||
msgid "Caching system is regulating the connection with Venio API calls"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:97
|
||||
msgid "Caching lifetime is set to 1 hour (3600 seconds), every hours, your website make a new API call to Venio to get and display all your public events"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:98
|
||||
msgid "Anytime, you can force the events retrieval clicking on the \"Force update\" button"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:103
|
||||
msgid "Designed by"
|
||||
msgstr ""
|
||||
|
||||
#: classes/SettingsPage.php:139
|
||||
msgid "Institutions, separated by comma"
|
||||
msgstr ""
|
||||
|
||||
#: inc/venio-events-list.php:15
|
||||
msgid "Access the event page"
|
||||
msgstr ""
|
||||
|
||||
#: shortcodes/venio-events-shortcode.php:12
|
||||
#: shortcodes/venio-events-shortcode.php:14
|
||||
msgid "Search by name"
|
||||
msgstr ""
|
||||
|
||||
#: shortcodes/venio-events-shortcode.php:15
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: templates/evenement-venio.php:50
|
||||
msgid "Practical informations"
|
||||
msgstr ""
|
||||
|
||||
#: templates/evenement-venio.php:56
|
||||
msgid "Program"
|
||||
msgstr ""
|
||||
|
||||
#: templates/evenement-venio.php:62
|
||||
msgid "Packages list"
|
||||
msgstr ""
|
||||
|
||||
#: templates/evenement-venio.php:66
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
#: templates/evenement-venio.php:69
|
||||
msgid "Register with the package"
|
||||
msgstr ""
|
||||
|
||||
#: templates/evenement-venio.php:69
|
||||
msgid "You will leave the site to register on"
|
||||
msgstr ""
|
||||
|
||||
#: templates/evenement-venio.php:70
|
||||
msgid "Choose this package"
|
||||
msgstr ""
|
||||
|
||||
#: templates/evenement-venio.php:72
|
||||
msgid "Starting from"
|
||||
msgstr ""
|
||||
|
||||
#: venio.php:54
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
31
spec/fixtures/dynamic_finders/plugin_version/vibes/change_log/CHANGELOG.md
vendored
Normal file
31
spec/fixtures/dynamic_finders/plugin_version/vibes/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Changelog
|
||||
All notable changes to **Vibes** are documented in this *changelog*.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Vibes** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.3] - 2021-12-16
|
||||
|
||||
### Changed
|
||||
- Improved Web Vitals layouts.
|
||||
- Improved display of long endpoint names in resources analytics.
|
||||
- Improved title bar layout in all analytics reports.
|
||||
- Updated DecaLog SDK from version 2.0.0 to version 2.0.2.
|
||||
|
||||
### Fixed
|
||||
- In resources analytics, top boxes and pie boxes may not take into account subdomain or endpoint filters.
|
||||
- In resources analytics, sources and mime types breakdowns do not take into account subdomain and endpoint filters.
|
||||
|
||||
## [1.0.2] - 2021-12-09
|
||||
|
||||
### Fixed
|
||||
- The console menu may display an empty screen (thanks to [Renaud Pacouil](https://www.laboiteare.fr)).
|
||||
- The Web Vitals variation charts may be unordered.
|
||||
|
||||
## [1.0.1] - 2021-12-08
|
||||
|
||||
### Changed
|
||||
- Adjust files headers.
|
||||
|
||||
## [1.0.0] - 2021-12-07
|
||||
|
||||
Initial release
|
||||
@@ -0,0 +1,608 @@
|
||||
# Copyright (C) 2021 VinCSS LLC
|
||||
# This file is distributed under the GPLv3.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: VinCSS FIDO2 Login 1.0.2\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/vincss-fido2-login\n"
|
||||
"Last-Translator: VinCSS <fido2product@vincss.net>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-03T07:46:11+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: vincss-fido2-login\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "VinCSS FIDO2 Login"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "https://passwordless.vincss.net"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Passwordless Authentication."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "VinCSS LLC"
|
||||
msgstr ""
|
||||
|
||||
#: index.php:31
|
||||
msgid "or"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/Dashboard/Index.php:7
|
||||
msgid "Log count: "
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/Dashboard/Sidebar.php:55
|
||||
#: src/Main/WebAuthn/Settings.php:78
|
||||
msgid "Passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/Dashboard/Sidebar.php:68
|
||||
msgid "Two-Factor"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/Dashboard/Sidebar.php:80
|
||||
#: src/Main/OAuth2/Index.php:20
|
||||
msgid "OAuth2"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/Dashboard/Sidebar.php:92
|
||||
#: src/Main/Logs/Index.php:2
|
||||
msgid "Logs"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/Logs/Index.php:5
|
||||
msgid "Clear log"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/Logs/Index.php:10
|
||||
msgid "Automatic update every 5 seconds."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Index.php:29
|
||||
msgid "Infomation"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Index.php:37
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:9
|
||||
#: src/Main/OAuth2/Settings.php:8
|
||||
#: src/Main/WebAuthn/Settings.php:42
|
||||
msgid "Settings saved."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:11
|
||||
#: src/Main/OAuth2/Settings.php:10
|
||||
#: src/Main/WebAuthn/Settings.php:44
|
||||
msgid "Settings NOT saved."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:21
|
||||
msgid "Create a free account at VinCSS FIDO2® Public Cloud service to initialize OAuth2 application"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:34
|
||||
msgid "Client ID:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:40
|
||||
msgid "Client Secret:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:49
|
||||
msgid "Authorize Endpoint:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:55
|
||||
msgid "Access Token Endpoint:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:61
|
||||
msgid "Get User Info Endpoint:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Info.php:67
|
||||
msgid "Authorization callback URL:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Settings.php:30
|
||||
msgid "Enable:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Settings.php:44
|
||||
msgid "Button Title:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Settings.php:53
|
||||
msgid "Redirect URL:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Settings.php:58
|
||||
msgid "Redirect a URL after successful login"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/OAuth2/Settings.php:64
|
||||
msgid "Attribute Mapping:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Login2FA.php:219
|
||||
msgid "← Back to %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Login2FA.php:244
|
||||
msgid "Enter the code from the two-factor app on your mobile device"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Login2FA.php:246
|
||||
msgid "Two-factor authentication code"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Login2FA.php:251
|
||||
msgid "If you've lost your device, you may enter one of your recovery codes."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Login2FA.php:269
|
||||
msgid "Verify code"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:30
|
||||
msgid "Remove 2FA"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:42
|
||||
msgid "Increase your account's security by enabling Two-Factor Authentication (2FA)."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:45
|
||||
msgid "Reset 2FA"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:45
|
||||
msgid "Setup 2FA"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:67
|
||||
msgid "Setup two-factor authentication"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:72
|
||||
msgid "Use a one-time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:73
|
||||
msgid "We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:77
|
||||
msgid "Can't scan the code?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:78
|
||||
msgid "To add the entry manually, provide the following details to the application on your phone."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:79
|
||||
msgid "Account:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:80
|
||||
msgid "Key:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:81
|
||||
msgid "Time based:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:81
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:84
|
||||
msgid "Enter the security code generated by your two-factor authentication app."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:87
|
||||
msgid "Pin code"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:90
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:93
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:110
|
||||
msgid "Generate Backup Codes"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:126
|
||||
msgid "Two-Factor Authentication Recovery codes"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:137
|
||||
msgid "Here are your backup codes:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/Model/Profile2FA.php:143
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:19
|
||||
msgid "Two-Factor Authentication Setting"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:113
|
||||
msgid "Two-Factor Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:126
|
||||
msgid "Enforce two-factor authentication:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:134
|
||||
msgid "All users"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:136
|
||||
msgid "Only for specific roles"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:138
|
||||
msgid "Do not enforce on any users"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:173
|
||||
msgid "Backup code:"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:181
|
||||
msgid "Enable MFA backup verification codes."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:185
|
||||
msgid "Setup authenticator app"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/TwoFactor/TwoFactor.php:187
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:7
|
||||
msgid "Initializing..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:8
|
||||
msgid "Registrating..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:9
|
||||
msgid "Please enter the authenticator name"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:10
|
||||
msgid "Did loading fail, maybe try refreshing?"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:11
|
||||
#: src/Main/WebAuthn/Profile.php:95
|
||||
msgid "Any"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:12
|
||||
msgid "Verifying..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:13
|
||||
msgid "Renaming..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:14
|
||||
msgid "Ready"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:15
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:16
|
||||
msgid "Verification failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:17
|
||||
msgid "Verification passed! You can now log in through Passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:18
|
||||
msgid "No registered authenticators"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:19
|
||||
msgid "Are you sure to delete: "
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:20
|
||||
msgid "Local computer"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:21
|
||||
msgid "Remote device"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:22
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:23
|
||||
msgid "Deleting..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:24
|
||||
msgid "Please follow instructions to finish registration..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:25
|
||||
msgid "The site administrator has disabled usernameless login feature."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:26
|
||||
msgid "After removing this authenticator, you will not be able to login with Passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:27
|
||||
msgctxt "action"
|
||||
msgid "Registered"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:28
|
||||
msgid "Registration failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:29
|
||||
msgid "Your browser does not support Passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:30
|
||||
msgid "Rename"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:31
|
||||
msgid "Rename the authenticator"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:32
|
||||
msgid " (Unavailable)"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:33
|
||||
msgid " (Disabled)"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:45
|
||||
msgid "Passwordless cannot active. Please contact the site administrator."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:50
|
||||
msgid "Registered Passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:55
|
||||
#: src/Main/WebAuthn/Profile.php:70
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:56
|
||||
#: src/Main/WebAuthn/Profile.php:71
|
||||
#: src/Main/WebAuthn/Profile.php:89
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:57
|
||||
#: src/Main/WebAuthn/Profile.php:72
|
||||
#: src/Main/WebAuthn/Profile.php:110
|
||||
msgid "Login without username"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:58
|
||||
#: src/Main/WebAuthn/Profile.php:73
|
||||
msgid "Registered"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:60
|
||||
#: src/Main/WebAuthn/Profile.php:75
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:65
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:81
|
||||
#: src/Main/WebAuthn/Profile.php:85
|
||||
msgid "Register New"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:86
|
||||
msgid "You can register multiple authenticators for account <strong>%s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:96
|
||||
msgid "Local Computer (e.g. built-in fingerprint sensors)"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:97
|
||||
msgid "Remote Device (e.g. USB security keys)"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:102
|
||||
msgid "Authenticator name"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:105
|
||||
msgid "An easily identifiable name for the authenticator. <strong>DOES NOT</strong> affect the authentication process in any way."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:120
|
||||
msgid "Some authenticators like U2F-only authenticators and some browsers DO NOT support this feature."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Profile.php:126
|
||||
msgid "Start Registration"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:88
|
||||
msgid "Default login method"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:92
|
||||
msgid "Prefer Passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:93
|
||||
msgid "Prefer Password"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:95
|
||||
msgid "Passwordless Only"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:98
|
||||
msgid "When using \"Passwordless Only\", password login will be completely disabled. Please make sure your browser supports Passwordless."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:102
|
||||
msgid "Keep users logged in"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:111
|
||||
msgid "Show 'Remember me' on WordPress Login page."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:116
|
||||
msgid " User verification"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:126
|
||||
msgid ""
|
||||
"Users need to be verified before using their keys.\n"
|
||||
""
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:132
|
||||
msgid "Usernameless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:140
|
||||
msgid "User does not need to enter a username to login."
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:145
|
||||
msgid "Register security key"
|
||||
msgstr ""
|
||||
|
||||
#: src/Main/WebAuthn/Settings.php:147
|
||||
msgid "Register"
|
||||
msgstr ""
|
||||
|
||||
#: src/Menu.php:8
|
||||
#: src/Menu.php:9
|
||||
msgid "FIDO2 Login"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:195
|
||||
msgid "Log In"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:196
|
||||
msgid "Authenticate with Passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:197
|
||||
msgid "Hold on..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:198
|
||||
msgid "Retry..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:199
|
||||
msgid "Please proceed..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:200
|
||||
msgid "Login successful"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:201
|
||||
msgid "Error: "
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:202
|
||||
#: src/Utils/Helper.php:224
|
||||
msgid "Auth failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:207
|
||||
msgid "Authenticating..."
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:209
|
||||
#: src/Utils/Helper.php:232
|
||||
msgid "The username field is empty."
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:213
|
||||
msgid "Login with passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:214
|
||||
msgid "Login with username/password"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:215
|
||||
#: src/Utils/Helper.php:222
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:229
|
||||
msgid "Browser not support passwordless"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:274
|
||||
msgid "Logging in with password has been disabled for %s but you haven't register any Passwordless authenticator yet. You may unable to login again once you log out. <a href=\"%s#authn-start\">Register</a>"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:274
|
||||
#: src/Utils/Helper.php:318
|
||||
msgid "the site"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:274
|
||||
msgid "your account"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:318
|
||||
msgid "Logging in with password has been disabled for %s but <strong>this account</strong> haven't register any Passwordless authenticator yet. This user may unable to login."
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:318
|
||||
msgid "this account"
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:415
|
||||
msgid "Logging in with password has been disabled by the site manager."
|
||||
msgstr ""
|
||||
|
||||
#: src/Utils/Helper.php:421
|
||||
msgid "Logging in with password has been disabled for this account."
|
||||
msgstr ""
|
||||
10
spec/fixtures/dynamic_finders/plugin_version/virusdie/change_log/changelog.txt
vendored
Normal file
10
spec/fixtures/dynamic_finders/plugin_version/virusdie/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
= v 1.0.1 =
|
||||
|
||||
*Release Date - 10 November 2021*
|
||||
* We fixed some discovered bugs:
|
||||
* A problem with a toggle switch was fixed
|
||||
|
||||
= v 1.0.0 =
|
||||
|
||||
*Release Date - 28 October 2021*
|
||||
* Initial release with autorization at virusdie.com and free and premium control panels.
|
||||
13
spec/fixtures/dynamic_finders/plugin_version/vn-links/change_log/CHANGELOG.md
vendored
Normal file
13
spec/fixtures/dynamic_finders/plugin_version/vn-links/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.2 - 18/11/2021
|
||||
|
||||
- Add: Build assets using @wordpress/scripts.
|
||||
- Add: Open a new window if select any url from dropdown.
|
||||
- Rename plugin slug to 'vn-links'
|
||||
|
||||
## 0.0.1 - 17/11/2021
|
||||
|
||||
- Init plugin.
|
||||
@@ -0,0 +1,5 @@
|
||||
/**1.0.1 - 2021.12.22**/
|
||||
-Fixed: Fixed different currency message
|
||||
|
||||
/**1.0.0 - 2021.12.16**/
|
||||
- The first released
|
||||
43
spec/fixtures/dynamic_finders/plugin_version/wadi-survey/composer_file/package.json
vendored
Normal file
43
spec/fixtures/dynamic_finders/plugin_version/wadi-survey/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "survey",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/mohammedrezq/wadi-survey-polls.git",
|
||||
"author": "mohammedrezq <mohammedrezq2000@gmail.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prod": "cross-env NODE_ENV=production webpack --mode production --progress",
|
||||
"dev": "cross-env NODE_ENV=development webpack --watch --mode development --progress",
|
||||
"start:wp-scripts": "wp-scripts start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/preset-env": "^7.14.7",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@wordpress/babel-preset-default": "^6.3.1",
|
||||
"@wordpress/eslint-plugin": "^9.0.5",
|
||||
"@wordpress/scripts": "^17.1.0",
|
||||
"@wordpress/stylelint-config": "^19.0.4",
|
||||
"babel-loader": "^8.2.2",
|
||||
"clean-webpack-plugin": "^4.0.0-alpha.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^5.2.6",
|
||||
"css-minimizer-webpack-plugin": "^3.0.2",
|
||||
"cssnano": "^5.0.6",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-jsdoc": "^35.0.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"mini-css-extract-plugin": "^2.0.0",
|
||||
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
||||
"postcss": "^8.2.13",
|
||||
"resolve-url-loader": "^4.0.0",
|
||||
"sass-loader": "^12.1.0",
|
||||
"style-loader": "^3.0.0",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-webpack-plugin": "^2.1.1",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"webpack": "^5.42.0",
|
||||
"webpack-cli": "^4.7.2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,758 @@
|
||||
# Copyright (C) 2021 GrandPlugins
|
||||
# This file is distributed under the same license as the Watermark Images for WP and Woo [GrandPlugins]][WP] plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Watermark Images for WP and Woo [GrandPlugins]][WP] 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gpls-wmfw-watermark-images-for-wordpress\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-11-17T06:19:05+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: gpls-wmfw-watermark-image-for-wordpress\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Watermark Images for WP and Woo [GrandPlugins]][WP]"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://grandplugins.com/product/wp-images-watermark/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Add Text and Image watermarks to your images in your WordPress website"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "GrandPlugins"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://profiles.wordpress.org/grandplugins/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:128
|
||||
#: includes/class-single-apply-watermarks.php:102
|
||||
#: includes/class-watermarks-templates.php:273
|
||||
#: includes/Settings.php:127
|
||||
msgid "Select images"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:129
|
||||
#: includes/class-watermarks-templates.php:274
|
||||
msgid "Preview Image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:130
|
||||
#: includes/class-watermarks-templates.php:275
|
||||
#: templates/create-watermarks-template-metabox.php:22
|
||||
msgid "Select Preview Image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:131
|
||||
#: includes/class-single-apply-watermarks.php:104
|
||||
#: includes/class-watermarks-templates.php:276
|
||||
msgid "Select Watermark"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:132
|
||||
#: includes/class-single-apply-watermarks.php:105
|
||||
#: includes/class-watermarks-templates.php:277
|
||||
msgid "Choose Watermark"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:133
|
||||
#: includes/class-single-apply-watermarks.php:107
|
||||
#: includes/class-watermarks-templates.php:280
|
||||
msgid "Search Term"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:134
|
||||
msgid "The selected watermark is bigger than the GIF"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:158
|
||||
#: includes/class-single-apply-watermarks.php:133
|
||||
msgid "Apply rules are empty!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:166
|
||||
msgid "Watermarks Template is empty!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:196
|
||||
msgid "Watermarks Template has been applied successfully on selected images"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:196
|
||||
msgid "Media Library"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:211
|
||||
#: includes/class-single-apply-watermarks.php:196
|
||||
#: includes/class-watermarks-templates.php:424
|
||||
msgid "The link has expired, please refresh the page!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:248
|
||||
#: includes/class-single-apply-watermarks.php:244
|
||||
msgid "Failed to create watermarked image file!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-apply-watermarks-templates.php:264
|
||||
#: includes/class-single-apply-watermarks.php:260
|
||||
msgid "Failed to create watermarked attachment!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gd-image.php:189
|
||||
msgid "GIF is not supported"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gd-image.php:198
|
||||
#: includes/class-gd-image.php:210
|
||||
#: includes/class-gd-image.php:222
|
||||
msgid "File is not valid %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gd-image.php:230
|
||||
msgid "File is not supported"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-backup.php:179
|
||||
msgid "no backup data found!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-backup.php:187
|
||||
msgid "Failed to restore the backup for size: %s!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-backup.php:237
|
||||
msgid "Backup image not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-backup.php:289
|
||||
msgid "Attachment file not found!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-backup.php:297
|
||||
#: includes/class-image-backup.php:357
|
||||
msgid "Failed to create backup directory in uploads"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-backup.php:305
|
||||
#: includes/class-image-backup.php:365
|
||||
msgid "Failed to copy the attachment to backup folder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-edit-page.php:68
|
||||
msgid "Subsizes"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-edit-page.php:195
|
||||
msgid "Restore selected size from the original image, proceed?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-edit-page.php:196
|
||||
msgid "Backup image will be deleted, proceed?"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-watermark.php:405
|
||||
msgid "Thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-watermark.php:406
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-watermark.php:407
|
||||
msgid "Large"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-watermark.php:408
|
||||
msgid "Full Size"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image-watermark.php:465
|
||||
msgid "Select size"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image.php:49
|
||||
msgid "Image file does not exist %s"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image.php:110
|
||||
msgid "Image file sub-size: %s not found!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-image.php:117
|
||||
msgid "image file %s not found!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:73
|
||||
msgid "Backup has been restored successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:74
|
||||
msgid "Backup has been deleted successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:75
|
||||
msgid "Backups have been restored successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:76
|
||||
msgid "Failed to restore backup for: "
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:77
|
||||
msgid "Backups have been deleted successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:164
|
||||
msgid "No images have backup yet!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:202
|
||||
msgid "Delete Backup"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:203
|
||||
msgid "Restore Backup"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:510
|
||||
#: includes/class-images-backups-list-table.php:565
|
||||
msgid "Invalid Attachment ID"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-images-backups-list-table.php:542
|
||||
#: includes/class-images-backups-list-table.php:590
|
||||
msgid "Invalid Attachments IDs"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-single-apply-watermarks.php:101
|
||||
#: includes/class-watermarks-templates.php:272
|
||||
msgid "Watermark"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-single-apply-watermarks.php:103
|
||||
msgid "Select Image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-single-apply-watermarks.php:106
|
||||
#: includes/class-watermarks-templates.php:278
|
||||
msgid "The selected watermark is bigger than the image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-single-apply-watermarks.php:108
|
||||
#: includes/class-watermarks-templates.php:281
|
||||
msgid "Search Terms"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-single-apply-watermarks.php:109
|
||||
msgid "Maximum %d watermarks can be added in Free Version"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-single-apply-watermarks.php:141
|
||||
msgid "No selected image!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-single-apply-watermarks.php:157
|
||||
msgid "No sizes selected!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-single-apply-watermarks.php:187
|
||||
msgid "Watermarks have been applied successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermark-base.php:104
|
||||
msgid "Preview Image is expired, Please click on Preview Watermarks button again!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermark-base.php:123
|
||||
msgid "Unable to connect to the filesystem"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermark-base.php:133
|
||||
msgid "Unable to save the preview image"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermark-base.php:165
|
||||
msgid "Failed to create watermarked image!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:178
|
||||
msgid "You have reached the maximum watermarks templates!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:179
|
||||
msgid "Upgrade to"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:179
|
||||
msgid "for unlimited watermarks templates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:279
|
||||
msgid "Search Author"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:282
|
||||
msgid "Maximum "
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:301
|
||||
msgid "Watermarks"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:302
|
||||
msgid "Watermarks Templates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:303
|
||||
msgid "Watermarks Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:305
|
||||
msgid "Watermarks Templates to be applied on selected images"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:346
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:489
|
||||
#: templates/single-apply-watermarks-template.php:27
|
||||
msgid "Current Watermarks"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:497
|
||||
msgid "Create Watermark Template"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-watermarks-templates.php:505
|
||||
msgid "Auto Apply Settings (Pro)"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:126
|
||||
msgid "Only True Type fonts are allowed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:147
|
||||
msgid "no file uploaded!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:185
|
||||
msgid "file upload is failed!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:196
|
||||
msgid "file already exists!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:230
|
||||
msgid "file is empty!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:249
|
||||
msgid "File type is invalid!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:264
|
||||
msgid "The uploaded file could not be moved to %s."
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:282
|
||||
msgid "Font file is added successfully!"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:308
|
||||
#: includes/Settings.php:309
|
||||
#: templates/settings-page-template.php:12
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:317
|
||||
#: includes/Settings.php:318
|
||||
msgid "Single Editor"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Settings.php:326
|
||||
#: includes/Settings.php:327
|
||||
msgid "Bulk Apply"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:19
|
||||
msgid "No %s yet:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:32
|
||||
msgid "Select posts: "
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:38
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:47
|
||||
msgid "Select posts by filters: "
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:55
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:92
|
||||
msgid "( Any of )"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:55
|
||||
msgid "Available Status:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:127
|
||||
msgid "All Posts"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:128
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:136
|
||||
msgid "Selected Posts"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:148
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:207
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:151
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:210
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:275
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:154
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:166
|
||||
msgid "Select posts to search in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:181
|
||||
msgid "items"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:203
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:265
|
||||
msgid "Select All"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:231
|
||||
msgid "Images found in selected posts"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:243
|
||||
msgid "item"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:269
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apply-watermarks-templates-by-posts-template.php:272
|
||||
msgid "Attached to"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:11
|
||||
msgid "Set rules to apply the watermarks template automatically on uploaded images ( Pro )"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:17
|
||||
msgid "Enable auto apply"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:23
|
||||
msgid "Image Dimensions Constraint"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:25
|
||||
msgid "Apply the template on images that have min|max width and height."
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:57
|
||||
msgid "Image name prefix"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:58
|
||||
msgid "Apply the template on images that start with a prefix name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:59
|
||||
msgid "Add a prefix"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:63
|
||||
msgid "Upload Location"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:64
|
||||
msgid "Select where the template should be applied on uploaded images"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:95
|
||||
msgid "Apply Type"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:100
|
||||
msgid "Overwrite"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:102
|
||||
#: templates/bulk-apply-watermarks-template.php:94
|
||||
msgid "Overwrite the original image"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:108
|
||||
msgid "Create Backup"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:110
|
||||
#: templates/bulk-apply-watermarks-template.php:127
|
||||
msgid "Create backup of the original image"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:117
|
||||
msgid "Create New"
|
||||
msgstr ""
|
||||
|
||||
#: templates/auto-apply-watermarks-template-metabox.php:119
|
||||
#: templates/bulk-apply-watermarks-template.php:87
|
||||
#: templates/single-apply-watermarks-template.php:126
|
||||
msgid "Create a separate watermarked image"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:9
|
||||
#: templates/create-watermarks-template-metabox.php:11
|
||||
#: templates/single-apply-watermarks-template.php:14
|
||||
msgid "Upgrade to "
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:10
|
||||
#: templates/create-watermarks-template-metabox.php:12
|
||||
#: templates/single-apply-watermarks-template.php:15
|
||||
msgid "for full features"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:16
|
||||
msgid "Bulk Apply Watermarks Template"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:17
|
||||
msgid "Select watermarks template and apply it on Bulk images"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:26
|
||||
msgid "Select Watermarks Template"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:29
|
||||
msgid "-- Select Watermarks Template --"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:40
|
||||
msgid "Select Images"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:45
|
||||
msgid "Select images directly"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:46
|
||||
msgid "Select images from media"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:51
|
||||
msgid "Select Images by posts ( Pro )"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:52
|
||||
msgid "Select images attached to posts [ images uploaded to posts - featured images - WooCommerce products gallery ]"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:60
|
||||
#: templates/create-watermarks-template-metabox.php:25
|
||||
#: templates/single-apply-watermarks-template.php:48
|
||||
msgid "Media Gallery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:80
|
||||
msgid "How to apply the watermarks template"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:85
|
||||
#: templates/single-apply-watermarks-template.php:125
|
||||
msgid "Create new"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:92
|
||||
msgid "Overwrite ( Pro )"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:101
|
||||
#: templates/single-apply-watermarks-template.php:134
|
||||
msgid "Select sizes to create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:102
|
||||
msgid "Select sizes to apply the watermarks template on"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:107
|
||||
#: templates/single-apply-watermarks-template.php:140
|
||||
msgid "Original"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:123
|
||||
msgid "Original Backup"
|
||||
msgstr ""
|
||||
|
||||
#: templates/bulk-apply-watermarks-template.php:135
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#: templates/create-watermarks-template-metabox.php:22
|
||||
msgid "You can select an image to try out and preview the watermarks on it, watermarks wont be applied on the preview image"
|
||||
msgstr ""
|
||||
|
||||
#: templates/create-watermarks-template-metabox.php:29
|
||||
#: templates/single-apply-watermarks-template.php:52
|
||||
msgid "Add Watermark"
|
||||
msgstr ""
|
||||
|
||||
#: templates/create-watermarks-template-metabox.php:32
|
||||
#: templates/single-apply-watermarks-template.php:55
|
||||
msgid "Image Watermark"
|
||||
msgstr ""
|
||||
|
||||
#: templates/create-watermarks-template-metabox.php:36
|
||||
#: templates/single-apply-watermarks-template.php:59
|
||||
msgid "Text Watermark"
|
||||
msgstr ""
|
||||
|
||||
#: templates/create-watermarks-template-metabox.php:80
|
||||
#: templates/single-apply-watermarks-template.php:103
|
||||
msgid "Preview Watermarks"
|
||||
msgstr ""
|
||||
|
||||
#: templates/create-watermarks-template-metabox.php:81
|
||||
#: templates/single-apply-watermarks-template.php:104
|
||||
msgid "This will show how the watermarks will be applied on images, It is applied on a separate image which is created temporarily for the preview"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-page-template.php:14
|
||||
msgid "Custom Font files"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-page-template.php:15
|
||||
msgid "Upload custom font files for Text Watermarks"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-page-template.php:15
|
||||
msgid "only allowed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-page-template.php:23
|
||||
msgid "Available Fonts Files"
|
||||
msgstr ""
|
||||
|
||||
#: templates/single-apply-watermarks-template.php:18
|
||||
msgid "Single Image Watermarks Editor"
|
||||
msgstr ""
|
||||
|
||||
#: templates/single-apply-watermarks-template.php:19
|
||||
msgid "Select a single image and apply watermarks on it"
|
||||
msgstr ""
|
||||
|
||||
#: templates/single-apply-watermarks-template.php:45
|
||||
msgid "Select image"
|
||||
msgstr ""
|
||||
|
||||
#: templates/single-apply-watermarks-template.php:119
|
||||
msgid "How to apply the watermarks"
|
||||
msgstr ""
|
||||
|
||||
#: templates/single-apply-watermarks-template.php:135
|
||||
msgid "Select sizes to apply the watermarks on"
|
||||
msgstr ""
|
||||
|
||||
#: templates/single-apply-watermarks-template.php:157
|
||||
msgid "Apply Watermarks"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:15
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:21
|
||||
msgid "Color"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:27
|
||||
msgid "Font Size"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:33
|
||||
msgid "Font Family"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:46
|
||||
msgid "Opacity ( Pro )"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:52
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:66
|
||||
msgid "Offset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:69
|
||||
msgid "Pixels"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:73
|
||||
msgid "percentage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:78
|
||||
msgid "Left"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:91
|
||||
msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:109
|
||||
msgid "Repeat"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:115
|
||||
msgid "Repeat Axis"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:129
|
||||
msgid "Repeat Axis Offset"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:133
|
||||
msgid "X Axis"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:140
|
||||
msgid "Y Axis"
|
||||
msgstr ""
|
||||
|
||||
#: templates/watermark-specs-template-metabox.php:151
|
||||
msgid "Rotation"
|
||||
msgstr ""
|
||||
5
spec/fixtures/dynamic_finders/plugin_version/wc-a11y/change_log/changelog.md
vendored
Normal file
5
spec/fixtures/dynamic_finders/plugin_version/wc-a11y/change_log/changelog.md
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Improving WooCommerce Accessibility
|
||||
|
||||
## 1.0.0, 20211216
|
||||
|
||||
- Initial release.
|
||||
@@ -0,0 +1,4 @@
|
||||
*** iPay88 Gateway Changelog ***
|
||||
|
||||
2021.12.08 - version 1.0.0
|
||||
* Initial Release
|
||||
@@ -0,0 +1,22 @@
|
||||
# <!=Copyright (C) 2021 AndreiF13
|
||||
# This file is distributed under the GPL-3.0-or-later.=!>
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WebPage-Schema 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/webpage-schema\n"
|
||||
"POT-Creation-Date: 2021-12-17 11:24:51+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Andrei F. <andrei@webdesignwordpress.eu>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"X-Generator: node-wp-i18n 1.2.6\n"
|
||||
|
||||
#: /includes/class-webpage-schema-metabox.php:32
|
||||
msgid "JSON-LD Schema"
|
||||
msgstr ""
|
||||
|
||||
#: /includes/class-webpage-schema-metabox.php:74
|
||||
msgid "Paste here your custom schema including script tag. TIP: Do not minify the code, plugins like autoptimize will do that job for the entire page."
|
||||
msgstr ""
|
||||
288
spec/fixtures/dynamic_finders/plugin_version/wpc-brands/translation_file/languages/wpc-brands.pot
vendored
Normal file
288
spec/fixtures/dynamic_finders/plugin_version/wpc-brands/translation_file/languages/wpc-brands.pot
vendored
Normal file
@@ -0,0 +1,288 @@
|
||||
# Copyright (C) 2021 WPClever
|
||||
# This file is distributed under the same license as the WPC Brands for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WPC Brands for WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-brands\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-10T03:45:51+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: wpc-brands\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WPC Brands for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpclever.net/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "WPC Brands allows you to manage product brands in the easiest."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WPClever"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpclever.net"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:155
|
||||
#: wpc-brands.php:157
|
||||
#: wpc-brands.php:204
|
||||
#: wpc-brands.php:496
|
||||
msgid "Brands"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:156
|
||||
msgid "Brand"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:158
|
||||
msgid "All Brands"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:159
|
||||
msgid "Edit Brand"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:160
|
||||
msgid "View Brand"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:161
|
||||
msgid "Update Brand"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:162
|
||||
msgid "Add New Brand"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:163
|
||||
msgid "New Brand Name"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:164
|
||||
msgid "Parent Brand"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:165
|
||||
msgid "Parent Brand:"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:166
|
||||
msgid "Search Brands"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:167
|
||||
msgid "Popular Brands"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:168
|
||||
msgid "Separate brands with commas"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:169
|
||||
msgid "Add or remove brands"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:170
|
||||
msgid "Choose from the most used brands"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:171
|
||||
msgid "No brands found"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:204
|
||||
#: wpc-brands.php:215
|
||||
msgid "WPC Brands"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:218
|
||||
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:221
|
||||
msgid "Reviews"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:224
|
||||
msgid "Changelog"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:226
|
||||
msgid "Discussion"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:233
|
||||
#: wpc-brands.php:462
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:237
|
||||
msgid "Shortcodes"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:241
|
||||
msgid "Essential Kit"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:252
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:256
|
||||
msgid "Logo size"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:281
|
||||
msgid "Products archive"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:285
|
||||
#: wpc-brands.php:345
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:293
|
||||
msgid "Above thumbnail"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:296
|
||||
#: wpc-brands.php:353
|
||||
msgid "Above title"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:299
|
||||
#: wpc-brands.php:356
|
||||
msgid "Under title"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:302
|
||||
msgid "Under rating"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:305
|
||||
#: wpc-brands.php:359
|
||||
msgid "Under price"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:308
|
||||
#: wpc-brands.php:365
|
||||
msgid "Above add to cart button"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:311
|
||||
#: wpc-brands.php:368
|
||||
msgid "Under add to cart button"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:314
|
||||
#: wpc-brands.php:380
|
||||
msgid "None (hide it)"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:320
|
||||
#: wpc-brands.php:386
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:328
|
||||
#: wpc-brands.php:394
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:331
|
||||
#: wpc-brands.php:397
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:334
|
||||
#: wpc-brands.php:400
|
||||
msgid "Text & Image"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:341
|
||||
msgid "Single product"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:362
|
||||
msgid "Under excerpt"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:371
|
||||
msgid "Under meta"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:374
|
||||
msgid "Under sharing"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:377
|
||||
msgid "In a new tab"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:408
|
||||
msgid "Update Options"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:478
|
||||
msgid "Community support"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:514
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:517
|
||||
#: wpc-brands.php:555
|
||||
msgid "Brand description for the archive pages. You can include some html markup and shortcodes."
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:520
|
||||
#: wpc-brands.php:560
|
||||
#: wpc-brands.php:668
|
||||
msgid "Logo"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:523
|
||||
#: wpc-brands.php:529
|
||||
#: wpc-brands.php:566
|
||||
#: wpc-brands.php:586
|
||||
msgid "Select image"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:526
|
||||
#: wpc-brands.php:580
|
||||
msgid "Banner"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:530
|
||||
msgid "This image will be shown on brand page."
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:533
|
||||
#: wpc-brands.php:600
|
||||
msgid "Banner link"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:535
|
||||
#: wpc-brands.php:605
|
||||
msgid "This link should be relative to site url. Example: product/product-name."
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:711
|
||||
msgid "Filter by brand"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-brands.php:753
|
||||
msgid "Brand: "
|
||||
msgstr ""
|
||||
@@ -0,0 +1,141 @@
|
||||
# Copyright (C) 2021 WPClever
|
||||
# This file is distributed under the same license as the WPC Sticky Add To Cart for WooCommerce plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WPC Sticky Add To Cart for WooCommerce 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-sticky-add-to-cart\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2021-12-14T23:31:35+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: wpc-sticky-add-to-cart\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "WPC Sticky Add To Cart for WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://wpclever.net/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "WPC Sticky Add To Cart brings about a nicer, customer-friendly sticky add-to-cart bar for your site."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "WPClever"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://wpclever.net"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:83
|
||||
#: wpc-sticky-add-to-cart.php:94
|
||||
msgid "WPC Sticky Add To Cart"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:83
|
||||
msgid "Sticky Add To Cart"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:97
|
||||
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:100
|
||||
msgid "Reviews"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:103
|
||||
msgid "Changelog"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:105
|
||||
msgid "Discussion"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:112
|
||||
#: wpc-sticky-add-to-cart.php:285
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:116
|
||||
#: wpc-sticky-add-to-cart.php:243
|
||||
msgid "Localization"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:134
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:138
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:142
|
||||
msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:145
|
||||
msgid "Bottom"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:151
|
||||
msgid "Show QUICK VIEW button"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:155
|
||||
#: wpc-sticky-add-to-cart.php:171
|
||||
#: wpc-sticky-add-to-cart.php:187
|
||||
#: wpc-sticky-add-to-cart.php:203
|
||||
#: wpc-sticky-add-to-cart.php:216
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:158
|
||||
#: wpc-sticky-add-to-cart.php:174
|
||||
#: wpc-sticky-add-to-cart.php:190
|
||||
#: wpc-sticky-add-to-cart.php:206
|
||||
#: wpc-sticky-add-to-cart.php:219
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:167
|
||||
msgid "Show COMPARE button"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:183
|
||||
msgid "Show WISHLIST button"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:199
|
||||
msgid "Show quantity"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:212
|
||||
msgid "Show BUY NOW button"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:230
|
||||
#: wpc-sticky-add-to-cart.php:259
|
||||
msgid "Update Options"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:245
|
||||
msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:249
|
||||
#: wpc-sticky-add-to-cart.php:253
|
||||
#: wpc-sticky-add-to-cart.php:439
|
||||
msgid "Add to cart"
|
||||
msgstr ""
|
||||
|
||||
#: wpc-sticky-add-to-cart.php:301
|
||||
msgid "Community support"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,58 @@
|
||||
# Copyright (C) 2021 WPSSO Add Five Stars
|
||||
# This file is distributed under the same license as the WPSSO Add Five Stars package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WPSSO Add Five Stars 1.1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpsso-add-five-"
|
||||
"stars\n"
|
||||
"POT-Creation-Date: 2021-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: 2021-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: gettext/gettext-lib-abstracts-com.php:6 lib/abstracts/com/add-on.php:182
|
||||
msgid "The %1$s add-on requires the %2$s plugin."
|
||||
msgstr ""
|
||||
|
||||
#: gettext/gettext-lib-abstracts-com.php:7 lib/abstracts/com/add-on.php:198
|
||||
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:6
|
||||
msgctxt "plugin name"
|
||||
msgid "WPSSO Add Five Stars"
|
||||
msgstr ""
|
||||
|
||||
#: gettext/gettext-lib-config.php:7
|
||||
msgctxt "plugin description"
|
||||
msgid ""
|
||||
"Add a 5 star rating and review from the site organization if the Schema "
|
||||
"markup does not already have an 'aggregateRating' property."
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "WPSSO Add Five Stars"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wpsso.com/extend/plugins/wpsso-add-five-stars/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Add a 5 star rating and review from the site organization if the Schema "
|
||||
"markup does not already have an 'aggregateRating' property."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "JS Morisset"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://wpsso.com/"
|
||||
msgstr ""
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user