Merge pull request #1820 from wpscanteam/dfs

Updates DFs
This commit is contained in:
Erwan
2023-12-01 18:44:24 +01:00
committed by GitHub
59 changed files with 16252 additions and 8 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,75 @@
# Copyright (C) 2023 Neeb Plugins
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Access Guard 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/access-guard\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-07-13T19:05:53+05:30\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
#. Plugin Name of the plugin
#: access-guard.php:44
#: access-guard.php:45
#: access-guard.php:56
#: access-guard.php:243
#: access-guard.php:250
msgid "Access Guard"
msgstr ""
#. Plugin URI of the plugin
msgid "https://neebplugins.com/access-guard"
msgstr ""
#. Description of the plugin
msgid "Enhance access protection, control user permissions, and provide IP banning functionality."
msgstr ""
#. Author of the plugin
msgid "Neeb Plugins"
msgstr ""
#. Author URI of the plugin
msgid "https://neebplugins.com"
msgstr ""
#: access-guard.php:57
msgid "Configure access protection settings here."
msgstr ""
#: access-guard.php:78
msgid "Access Protection Settings"
msgstr ""
#: access-guard.php:85
msgid "IP Block List"
msgstr ""
#: access-guard.php:93
msgid "Custom Ban Messages"
msgstr ""
#: access-guard.php:101
msgid "Access Control Rules"
msgstr ""
#: access-guard.php:109
msgid "<p>Configure the access protection settings below:</p>"
msgstr ""
#: access-guard.php:115
msgid "<p class=\"description\">Enter the IP addresses or ranges to block, one per line.</p>"
msgstr ""
#: access-guard.php:121
msgid "<p class=\"description\">Enter the custom ban message to display to blocked users.</p>"
msgstr ""
#: access-guard.php:209
msgid "This content is restricted. Please contact the administrator for access."
msgstr ""

View File

@@ -0,0 +1,7 @@
== Changelog ==
= 1.0.0 - 11-22-2023
* Initial Release.
= 1.0.1 - 11-23-2023
* Fix - Broken Url Links.

View File

@@ -0,0 +1,47 @@
# Beyond Identity Changelog
## [1.0.0] - 2023-04-03
- Initial release of the Beyond Identity Passwordless Authentication plugin.
- Adds the ability to generate a Beyond Identity Universal Passkey that is sent to the users email address or directly created when the user is logged in.
- Adds a customizable shortcodes to generate passkeys.
- Adds a Beyond Identity settings page to configure the Beyond Identity account.
- Adds a Beyond Identity users filter to the admin users page to display users who have a Beyond Identity ID.
- Integrates with the WordPress login flow and provides a fallback option for users who prefer to log in with a password.
- Uses OpenID Connect (OIDC) protocol for authentication, based on the OpenID Connect Generic Client v3.9.1 licensed under GPLv2 or later.
- Licensed under the GNU General Public License (GPL) version 2 or later, consistent with OpenID Connect Generic Client plugin.
- Removes the following OpenID Connect Generic Client files as they are not necessary for the Beyond Identity Passwordless Authentication plugin and helps to reduce the plugin size and complexity:
- CHANGELOG.md
- readme.txt
- docker-compose.yml
- docker-compose.wp-env.yml
- openid-connect-generic-settings-page.php
- Removes the OpenID Connect Generic Client settings page as all values can be configured from the Beyond Identity settings page.
- Removes the OpenID Connect Generic Client button from the WordPress login page.
- Removes the OpenID Connect Generic Client upgrade.
- Removes the OpenID Connect Generic Client cron jobs.
- Removes the OpenID Connect Generic Client Activation and Deactivation hooks.
- Removes the OpenID_Connect_Generic_Option_Logger.
- Modifies the OpenID Connect Generic Client shortcode default button_text from "Login with OpenID Connect" to "Log in Passwordless" to reflect the passwordless authentication option.
- Modifies the OpenID Connect Generic Client shortcode to allow customized redirect_to.
- Modifies OpenID_Connect_Generic class to remove the OpenID_Connect_Generic_Settings_Page class.
- Modifies OpenID_Connect_Generic bootstrap() to use Beyond Identity values set in the Beyond Identity settings page for the OpenID_Connect_Generic_Option_Settings class initalization.
- Modifies OpenID_Connect_Generic login button shortcode with button color, text color and border color attributes.
- Modified OpenID_Connect_Generic_Client_Wrapper to not redirect back to origin page. This may cause an infinite loop when generating passkeys. Instead, the forms dictate the redirect_to parameter.
- Modified OpenID_Connect_Generic_Client_Wrapper to use the user's email for display_name and nickname.
- Modified OpenID_Connect_Generic_Option_Settings set values as the default_settings.
- Rename OpenID_Connect_Generic login button shortcode to beyond_identity_login_button
- Rename OpenID_Connect_Generic authentication URL shortcode to beyond_identity_auth_url.
- Prefix all OpenID_Connect with BYNDID to address Wordpress plugin review.
- Rename filters with beyond-identity-passwordless
- Rename text domain to beyond-identity-passwordless

View File

@@ -0,0 +1,55 @@
# Copyright (C) 2023 Bit Apps
# This file is distributed under the gpl2+.
msgid ""
msgstr ""
"Project-Id-Version: Bit Social (Beta) 0.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bit-social\n"
"Last-Translator: developer@bitapps.pro\n"
"Language-Team: support@bitapps.pro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-11T04:58:50+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: bit-social\n"
#. Plugin Name of the plugin
msgid "Bit Social (Beta)"
msgstr ""
#. Plugin URI of the plugin
msgid "https://bitapps.pro/bit-social"
msgstr ""
#. Description of the plugin
msgid "Integrates with other platform"
msgstr ""
#. Author of the plugin
msgid "Bit Apps"
msgstr ""
#. Author URI of the plugin
msgid "https://bitapps.pro"
msgstr ""
#: backend/app/Config.php:172
msgid "Settings"
msgstr ""
#: backend/app/Config.php:176
msgid "Help"
msgstr ""
#: backend/app/Config.php:209
msgid "Bit Social - Your social of automation's"
msgstr ""
#: backend/app/Config.php:210
msgid "Bit Social"
msgstr ""
#: backend/app/HTTP/Services/Schedule/CustomSchdule.php:65
msgid "Every "
msgstr ""

View File

@@ -0,0 +1,479 @@
# Copyright (C) 2023 Ben Roberts
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Boomerang - Feature Request Platform 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/boomerang\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-17T12:28:20+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: boomerang\n"
#. Plugin Name of the plugin
msgid "Boomerang - Feature Request Platform"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.bouncingsprout.com/"
msgstr ""
#. Description of the plugin
msgid "A slick, modern feature request platform for WordPress."
msgstr ""
#. Author of the plugin
msgid "Ben Roberts"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:140
msgid "Disable Google Fonts"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:141
msgid "We use Google Icons inside Boomerang. These icons are locally hosted and are therefore GDPR compliant. However, if you would like to disable these, click the button."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:149
msgid "Disable Boomerang's Own Styles"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:150
msgid "Boomerang has a set of default styles. To disable these, and use your theme's native styles, click this."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:174
msgid "Board Settings"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:198
msgid "Label For Title Input"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:204
msgid "Label For Content Input"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:210
msgid "Label For Tags Input"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:216
msgid "Label For Submit Button"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:231
msgid "Admin Email"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:232
msgid "Enter an email address to send notifications when Boomerangs are created."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:240
msgid "Send New Boomerang Notification"
msgstr ""
#. translators: %s: ID of the current board
#: admin/inc/classes/class-boomerang-admin.php:262
msgid "Shortcode: [boomerang board=\"%s\"]"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:271
msgid "Require Approval"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:272
msgid "If turned on, new Boomerangs will be given the status of pending, and will need to be approved before publication."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:280
msgid "Enable Comments"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:281
msgid "This allows users to comment on individual Boomerangs."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:286
msgid "Enable Tags"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:287
msgid "Tags are a convenient way of grouping Boomerangs."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:292
msgid "Enable Statuses"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:293
msgid "Statuses may be helpful for organising Boomerang priority."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:298
msgid "Enable Votes"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:299
msgid "This allows users to vote on individual Boomerangs."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:304
msgid "Enable Downvoting"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:305
msgid "Downvoting allows users to register disapproval for a Boomerang rather than simply a neutral opinion."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:313
msgid "Show Board Title"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:314
msgid "Show the board title in the archive view. If using as a shortcode, you may create your own heading instead."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:323
msgid "Enable Featured Image"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:324
msgid "This allows users to upload a picture that helps represent a Boomerang."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:332
msgid "Show Published Date"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:333
msgid "This displays the date the Boomerang was created."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:338
msgid "Show Friendly Dates"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:339
msgid "Shows the publication date in a friendly way."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:344
msgid "Show Author"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:345
msgid "This displays the details of the user who created the Boomerangs."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:350
msgid "Show Author's Avatar"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:351
msgid "Shows the profile picture of the author next to the author's username."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:360
msgid "Show Filters"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:361
msgid "Show a set of filters on a board directory to assist users to find Boomerangs."
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:371
msgid "Container Width"
msgstr ""
#: admin/inc/classes/class-boomerang-admin.php:372
msgid "Use this to match the width of Boomerang content with that of your theme."
msgstr ""
#: inc/boomerang-templates.php:147
msgid "Sort by"
msgstr ""
#: inc/boomerang-templates.php:153
msgid "Latest"
msgstr ""
#: inc/boomerang-templates.php:154
msgid "Popular"
msgstr ""
#: inc/boomerang-templates.php:155
msgid "Created by me"
msgstr ""
#: inc/boomerang-templates.php:156
msgid "Voted on by me"
msgstr ""
#: inc/boomerang-templates.php:162
#: inc/boomerang-templates.php:542
#: inc/classes/class-boomerang-cpt-helper.php:37
msgid "Status"
msgstr ""
#: inc/boomerang-templates.php:182
msgid "tags"
msgstr ""
#: inc/boomerang-templates.php:203
msgid "Search"
msgstr ""
#. translators: time
#: inc/boomerang-templates.php:361
#: inc/boomerang-templates.php:639
msgid "%s ago"
msgstr ""
#. translators: %s: Publish date.
#: inc/boomerang-templates.php:367
#: inc/boomerang-templates.php:645
msgid "Published %s"
msgstr ""
#. translators: %s: Publish date.
#: inc/boomerang-templates.php:412
msgid "Comments: %d"
msgstr ""
#: inc/boomerang-templates.php:512
msgid "Select Status"
msgstr ""
#: inc/boomerang-templates.php:529
msgid "Admin"
msgstr ""
#: inc/boomerang-templates.php:553
msgid "Submit"
msgstr ""
#: inc/boomerang-templates.php:561
msgid "To change statuses, enable them under Board Settings"
msgstr ""
#: inc/boomerang-templates.php:568
msgid "Actions"
msgstr ""
#: inc/boomerang-templates.php:573
#: inc/classes/class-boomerang-cpt-helper.php:129
#: inc/classes/class-boomerang-cpt-helper.php:199
msgid "Edit"
msgstr ""
#: inc/boomerang-templates.php:580
msgid "Delete"
msgstr ""
#. translators: Placeholder %s is the plural label of the boomerang 'status' taxonomy.
#. translators: Placeholder %s is the singular label of the boomerang post type.
#. translators: Placeholder %s is the singular label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:40
#: inc/classes/class-boomerang-cpt-helper.php:80
#: inc/classes/class-boomerang-cpt-helper.php:139
#: inc/classes/class-boomerang-cpt-helper.php:209
msgid "Search %s"
msgstr ""
#. translators: Placeholder %s is the plural label of the boomerang 'status' taxonomy.
#. translators: Placeholder %s is the plural label of the boomerang post type.
#. translators: Placeholder %s is the plural label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:42
#: inc/classes/class-boomerang-cpt-helper.php:82
#: inc/classes/class-boomerang-cpt-helper.php:125
#: inc/classes/class-boomerang-cpt-helper.php:195
msgid "All %s"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy.
#. translators: Placeholder %s is the singular label of the boomerang post type.
#. translators: Placeholder %s is the singular label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:44
#: inc/classes/class-boomerang-cpt-helper.php:84
#: inc/classes/class-boomerang-cpt-helper.php:145
#: inc/classes/class-boomerang-cpt-helper.php:215
msgid "Parent %s"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy.
#: inc/classes/class-boomerang-cpt-helper.php:46
#: inc/classes/class-boomerang-cpt-helper.php:86
msgid "Parent %s:"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy.
#. translators: Placeholder %s is the singular label of the boomerang post type.
#. translators: Placeholder %s is the singular label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:48
#: inc/classes/class-boomerang-cpt-helper.php:88
#: inc/classes/class-boomerang-cpt-helper.php:131
#: inc/classes/class-boomerang-cpt-helper.php:201
msgid "Edit %s"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy.
#: inc/classes/class-boomerang-cpt-helper.php:50
#: inc/classes/class-boomerang-cpt-helper.php:90
msgid "Update %s"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy.
#: inc/classes/class-boomerang-cpt-helper.php:52
#: inc/classes/class-boomerang-cpt-helper.php:92
msgid "Add New %s"
msgstr ""
#. translators: Name of the Boomerang status menu label.
#: inc/classes/class-boomerang-cpt-helper.php:56
msgid "Status Center"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang 'status' taxonomy.
#. translators: Placeholder %s is the singular label of the boomerang post type.
#. translators: Placeholder %s is the singular label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:94
#: inc/classes/class-boomerang-cpt-helper.php:133
#: inc/classes/class-boomerang-cpt-helper.php:203
msgid "New %s"
msgstr ""
#: inc/classes/class-boomerang-cpt-helper.php:126
#: inc/classes/class-boomerang-cpt-helper.php:196
msgid "Add New"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang post type.
#. translators: Placeholder %s is the singular label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:128
#: inc/classes/class-boomerang-cpt-helper.php:198
msgid "Add %s"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang post type.
#. translators: Placeholder %s is the singular label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:135
#: inc/classes/class-boomerang-cpt-helper.php:137
#: inc/classes/class-boomerang-cpt-helper.php:205
#: inc/classes/class-boomerang-cpt-helper.php:207
msgid "View %s"
msgstr ""
#. translators: Placeholder %s is the singular label of the boomerang post type.
#. translators: Placeholder %s is the singular label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:141
#: inc/classes/class-boomerang-cpt-helper.php:211
msgid "No %s found"
msgstr ""
#. translators: Placeholder %s is the plural label of the boomerang post type.
#. translators: Placeholder %s is the plural label of the boomerang board post type.
#: inc/classes/class-boomerang-cpt-helper.php:143
#: inc/classes/class-boomerang-cpt-helper.php:213
msgid "No %s found in trash"
msgstr ""
#: inc/classes/class-boomerang-cpt-helper.php:247
msgid "Boomerang Board base"
msgstr ""
#: inc/classes/class-boomerang-cpt-helper.php:255
msgid "Boomerang base"
msgstr ""
#: inc/classes/class-boomerang-frontend.php:86
#: inc/classes/class-boomerang-frontend.php:216
msgid "Saved!"
msgstr ""
#: inc/classes/class-boomerang-frontend.php:127
#: inc/classes/class-boomerang-frontend.php:461
#: inc/classes/class-boomerang-frontend.php:500
#: inc/classes/class-boomerang-frontend.php:576
#: inc/classes/class-boomerang-votes.php:41
msgid "Something went wrong."
msgstr ""
#: inc/classes/class-boomerang-frontend.php:151
msgid "Please enter a title. Titles must be at least three characters long."
msgstr ""
#: inc/classes/class-boomerang-frontend.php:200
msgid "Please upload one of the following filetypes: jpg, jpeg, png."
msgstr ""
#: inc/classes/class-boomerang-frontend.php:218
msgid "We will process your submission shortly. Thank you!"
msgstr ""
#: inc/classes/class-boomerang-frontend.php:292
msgid "You must be logged in to submit. Sorry."
msgstr ""
#: inc/classes/class-boomerang-frontend.php:360
msgid "Drop file here"
msgstr ""
#: inc/classes/class-boomerang-frontend.php:366
msgid "or"
msgstr ""
#: inc/classes/class-boomerang-frontend.php:377
msgid "Choose a file"
msgstr ""
#: inc/classes/class-boomerang-frontend.php:479
msgid "Status Set"
msgstr ""
#. translators: %s: Base for our Boomerang CPT
#: inc/classes/class-boomerang-frontend.php:684
msgid "New %s created"
msgstr ""
#. translators: %1$s: Base for our Boomerang CPT %2$s: Boomerang permalink
#: inc/classes/class-boomerang-frontend.php:689
msgid "A new %1$s has been created. You may review it <a href=\"%2$s\">here</a>."
msgstr ""
#: templates/comments.php:28
msgid "Add comment"
msgstr ""
#: templates/comments.php:40
msgid "Activity"
msgstr ""
#: templates/comments.php:57
msgid "Comment navigation"
msgstr ""
#: templates/comments.php:58
msgid "&larr; Older Comments"
msgstr ""
#: templates/comments.php:59
msgid "Newer Comments &rarr;"
msgstr ""
#: templates/comments.php:64
msgid "Comments are closed."
msgstr ""
#: admin/assets/js/boomerang-block.js:35
msgid "Boomerang"
msgstr ""
#: admin/assets/js/boomerang-block.js:56
msgid "Select a Boomerang Board"
msgstr ""

View File

@@ -0,0 +1,4 @@
*** Chained Product for Woocommerce Change log ***
2023-09-10 - version 1.0.0
* Initial release of the plugin.

View File

@@ -0,0 +1,139 @@
# Clean My WP Pot
# Copyright 2014 ...
# This file is distributed under the GNU General Public License v3 or later.
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: "
"Clean My WP v1.0.0\n"
"Report-Msgid-Bugs-To: "
"Webdeclic "
"<contact@webdeclic.com>\n"
"POT-Creation-Date: "
"2023-07-27 16:08+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: "
"Webdeclic "
"<contact@webdeclic.com>\n"
"Language-Team: Webdeclic "
"<contact@webdeclic.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.3.2\n"
"X-Poedit-"
"SearchPath-0: .\n"
"X-Poedit-"
"SearchPathExcluded-0: "
"public/assets/"
"node_modules\n"
"X-Poedit-"
"SearchPathExcluded-1: "
"public/assets\n"
#: admin/class-tools.php:44
#: admin/class-tools.php:45
msgid "🛠️ Clean My WP"
msgstr ""
#: admin/class-tools.php:109
msgid "Home"
msgstr ""
#: admin/class-tools.php:110
msgid "Disk Explorer"
msgstr ""
#: admin/class-tools.php:111
msgid ""
"Are you sure you want to "
"delete this file ?"
msgstr ""
#: admin/class-tools.php:112
msgid ""
"Are you sure you want to "
"delete this folder and "
"all its content ?"
msgstr ""
#: admin/class-tools.php:131
#: admin/class-tools.php:214
msgid "No path provided"
msgstr ""
#: admin/class-tools.php:142
#: admin/class-tools.php:222
msgid "Invalid path"
msgstr ""
#: admin/class-tools.php:228
msgid "File does not exist"
msgstr ""
#: admin/class-tools.php:241
msgid ""
"Error while deleting file"
msgstr ""
#: admin/class-tools.php:246
msgid "File deleted"
msgstr ""
#: admin/templates/page-tools-parts/home.php:3
msgid ""
"🛠️ Welcome to Clean My WP"
msgstr ""
#: admin/templates/page-tools-parts/home.php:6
msgid ""
"This plugin is a toolbox "
"to help you clean your "
"WordPress installation. "
"Now you can explore your "
"WordPress installation "
"and find out what's "
"taking up space. For "
"this, click on the 'Disk "
"Explorer' tab."
msgstr ""
#: admin/templates/page-tools-parts/home.php:9
msgid ""
"You can contribute to "
"the development of this "
"plugin by making a "
"donation. For this, "
"click on the "
"'Contribute' button in "
"the menu."
msgstr ""
#: admin/templates/page-tools.php:23
msgid "Contribute ☕️"
msgstr ""

View File

@@ -0,0 +1,93 @@
# coreActivity
## Changelog
### Version: 1.4 / November 15 2023
* **new** component: `GD Forum Manager` plugin, with 4 events
* **new** component: `Forminator` plugin, with 1 event
* **new** logs panel view support for the object by ID or name
* **new** store statistics for each event on the daily base
* **new** filter events by the plugin it originated from
* **edit** optimized logs panel views processing and matching
* **edit** log item dialog view updated rendering for expandability
* **edit** improved `Event` view display for the Logs panel
* **edit** Dev4Press Library 4.4 Beta
* **fix** several small issues with the `Live` Logs updates
* **fix** object filtering for logs panel was unfinished
* **fix** notifications property not found for new events
### Version: 1.3 / November 6 2023
* **new** geolocation with the use of `MaxMind GeoLite2` database
* **new** `MaxMind GeoLite2` support for weekly downloading of Lite database
* **new** option to hide the `Object` column from the Logs
* **new** plugin dashboard widget for the GEO Location information
* **new** component `DebugPress` expanded with two new events
* **new** logs panel option to filter by country based on geolocation
* **new** logs panel popup dialog with overview of all event data split in tabs
* **edit** changes in the order for some columns on the log panel
* **edit** expanded `SweepPress` sweeping job logged data
* **edit** various improvements to the Logs panel styling
* **edit** improved method for running the GEO Location database update
* **edit** Dev4Press Library 4.4 Beta
* **fix** initial GEO Location database update is not triggered properly
### Version: 1.2 / October 30 2023
* **new** database: logs table has new `country_code` column
* **new** logging: options for logging country code and other location information
* **new** geolocation settings: choose between online and `IP2Location` database
* **new** geolocation with the use of `IP2Location` database
* **new** `IP2Location` support for weekly downloading of Lite database
* **new** registered weekly maintenance background job
* **edit** Dev4Press Library 4.4 Beta
* **fix** logs override filtering not working properly always
* **fix** all CRON handlers registered as filters and not actions
* **fix** weekly digest scheduled to run each day
### Version: 1.1 / October 16 2023
* **new** component: WooCommerce plugin, with 3 events
* **new** notifications component: support for WooCommerce `WC_Email` logging
* **new** logs panel action to stop logging some of the object type by value
* **new** logs panel metadata column as alternative to the metadata row
* **new** logs panel with added views for context and method
* **new** tool for bulk control of events notifications status
* **new** more settings related to object types exclusions
* **edit** sitemeta component: default object type is now `sitemeta`
* **edit** many improvements to the `Logs` class for expandability
* **edit** few improvements to the base `Component` class
* **edit** few improvements to the Logs table and rendering
* **edit** Dev4Press Library 4.4 Beta
* **fix** logs filtering in some cases not working properly
* **fix** some events not always obeying exclusion conditions
* **fix** few issues with the content terms relationship change event
### Version: 1.0.5 / October 5 2023
* **edit** Dev4Press Library 4.3.5
* **fix** admin pages header IP display may be broken if IP is unknown
### Version: 1.0.4 / October 2 2023
* **edit** more changes related to PHPCS and WPCS validation
* **edit** Dev4Press Library 4.3.4
### Version: 1.0.3 / September 26 2023
* **edit** more changes related to PHPCS and WPCS validation
* **edit** Dev4Press Library 4.3.3
### Version: 1.0.2 / September 25 2023
* **edit** Dev4Press Library 4.3.2
### Version: 1.0.1 / September 20 2023
* **edit** more changes related to PHPCS and WPCS validation
* **edit** Dev4Press Library 4.3.1
### Version: 1.0 / September 6 2023
* **new** first official release

View File

@@ -0,0 +1,15 @@
# Changelog
## 1.0.2 - November 20, 2023
### Fixed
- Fixed issue with some files not being in the SVN repository.
## 1.0.1 - November 18, 2023
### Fixed
- Fixed issues with the copyright block.
### Updated
- Updated the branding for the Crosswinds Framework and Crosswinds Blocks.
## 1.0 - October 28,2023
- Initial release to the repository.

View File

@@ -0,0 +1,20 @@
{
"name": "ctcl-floating-cart",
"version": "0.1.0",
"description": "Example block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^26.6.0"
}
}

View File

@@ -0,0 +1,269 @@
# Copyright (C) 2023 Tahoe Beetschen
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Debrandify 1.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/debrandify\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-09-25T11:24:12+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: debrandify\n"
#. Plugin Name of the plugin
msgid "Debrandify"
msgstr ""
#. Plugin URI of the plugin
msgid "https://github.com/morceaudebois/debrandify"
msgstr ""
#. Description of the plugin
msgid "Debrandify is a simple WordPress plugin that lets you hide WordPress' branding and replace it with yours."
msgstr ""
#. Author of the plugin
msgid "Tahoe Beetschen"
msgstr ""
#. Author URI of the plugin
msgid "https://tahoe.be"
msgstr ""
#: debrandify.php:198
msgid "No feed available, please visit the "
msgstr ""
#: debrandify.php:200
msgid "homepage"
msgstr ""
#: debrandify.php:381
msgid "The WordPress REST API has been disabled."
msgstr ""
#: src/php/notices.php:26
#: src/php/notices.php:81
msgid "Donate"
msgstr ""
#: src/php/notices.php:41
msgid "Thank you for installing <b>Debrandify</b>! You can start getting rid of WordPress' branding right away."
msgstr ""
#: src/php/notices.php:43
msgid "Visit settings page"
msgstr ""
#: src/php/notices.php:78
msgid "You've been using Debrandify for a while now, I hope you like it! If so, please consider giving a review or donating, that would help a lot 😊"
msgstr ""
#: src/php/notices.php:80
msgid "Review"
msgstr ""
#: src/php/settings.php:13
msgid "Your site uses WordPress Multisite, which means Debrandify options are set up "
msgstr ""
#: src/php/settings.php:13
msgid "on the network level"
msgstr ""
#: src/php/settings.php:13
msgid ". You can prioritise this specific site's settings by toggling this option."
msgstr ""
#: src/php/settings.php:63
msgid "Debrandify multisite settings"
msgstr ""
#: src/php/settings.php:64
msgid "Debrandify Settings"
msgstr ""
#: src/php/settings.php:68
msgid "These will impact your whole network of sites. If you wish to set things up specifically for a site, head to the Debrandify settings of its dashboard."
msgstr ""
#: src/php/settings.php:73
msgid "General"
msgstr ""
#: src/php/settings.php:77
msgid "Email"
msgstr ""
#: src/php/settings.php:81
msgid "Advanced"
msgstr ""
#: src/php/settings.php:85
msgid "Bonus features!"
msgstr ""
#: src/php/settings.php:95
msgid "Prioritise these settings"
msgstr ""
#: src/php/settings.php:100
msgid "WordPress admin bar logo"
msgstr ""
#: src/php/settings.php:101
msgid "Thank you sentence in admin footer"
msgstr ""
#: src/php/settings.php:101
#: src/php/settings.php:102
msgid "Your own text"
msgstr ""
#: src/php/settings.php:102
msgid "WordPress version in admin footer"
msgstr ""
#: src/php/settings.php:105
msgid "Login logo image"
msgstr ""
#: src/php/settings.php:109
msgid "Default WordPress logo"
msgstr ""
#: src/php/settings.php:113
msgid "Site logo (if there is one)"
msgstr ""
#: src/php/settings.php:117
msgid "Site title"
msgstr ""
#: src/php/settings.php:121
msgid "Hide"
msgstr ""
#: src/php/settings.php:128
msgid "\"— WordPress\" suffix in tab titles of dashboard pages"
msgstr ""
#: src/php/settings.php:130
msgid "\"News and events\" widget on dashboard"
msgstr ""
#: src/php/settings.php:133
msgid "\"Elementor overview\" widget on dashboard"
msgstr ""
#: src/php/settings.php:136
msgid "Integrated smileys"
msgstr ""
#: src/php/settings.php:137
msgid "Integrated RSS feed"
msgstr ""
#: src/php/settings.php:138
msgid "Comments"
msgstr ""
#: src/php/settings.php:141
msgid "\"From\" text of emails sent by your site"
msgstr ""
#: src/php/settings.php:141
msgid "Your site's name"
msgstr ""
#: src/php/settings.php:142
msgid "Username of the email adress that sends from your site"
msgstr ""
#: src/php/settings.php:142
msgid "First part of email"
msgstr ""
#: src/php/settings.php:145
msgid "Global inline styles"
msgstr ""
#: src/php/settings.php:146
msgid "Unnecessary code in head tag"
msgstr ""
#: src/php/settings.php:147
msgid "Embeds"
msgstr ""
#: src/php/settings.php:148
msgid "Block library"
msgstr ""
#: src/php/settings.php:151
msgid "SVG upload"
msgstr ""
#: src/php/settings.php:152
msgid "Center login form vertically"
msgstr ""
#: src/php/settings.php:153
msgid "REST API"
msgstr ""
#: src/php/settings.php:154
msgid "jQuery (if possible)"
msgstr ""
#: src/php/settings.php:168
msgid "Made in France with ❤️ by "
msgstr ""
#: src/php/settings.php:170
msgid "If you like Debrandify, please consider "
msgstr ""
#: src/php/settings.php:170
msgid "giving it a review"
msgstr ""
#: src/php/settings.php:170
msgid "or"
msgstr ""
#: src/php/settings.php:170
msgid "donating"
msgstr ""
#: src/php/settings.php:171
msgid "This is what motivates me to keep it updated and create new projects as an indie developer 😊"
msgstr ""
#: src/php/settings.php:174
msgid "As this is my first WordPress plugin, it might have some bugs! 🐞"
msgstr ""
#: src/php/settings.php:176
msgid "If you find some, please "
msgstr ""
#: src/php/settings.php:177
msgid "report them here"
msgstr ""
#: src/php/settings.php:178
msgid "so that I can fix them quickly."
msgstr ""
#: src/php/settings.php:247
msgid "Settings updated."
msgstr ""
#: src/php/settings.php:247
msgid "Dismiss this notice."
msgstr ""

View File

@@ -0,0 +1,31 @@
# <!=Copyright (C) 2014 Rilwis
# This file is distributed under the GPL2+.=!>
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: MB Settings Page 1.1.3\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/meta-box\n"
"POT-Creation-Date: 2016-06-06 10:52+0700\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Meta Box <admin@metabox.io>\n"
"X-Generator: Poedit 1.8.8\n"
"X-Poedit-KeywordsList: __;_x;_e;_ex;_n;_nx;esc_attr__;esc_attr_e;esc_attr_x;esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: js\n"
"X-Poedit-SearchPathExcluded-1: demo\n"
"X-Poedit-SearchPathExcluded-2: tests\n"
"X-Poedit-SearchPathExcluded-3: css\n"
"X-Poedit-SearchPathExcluded-4: lang\n"
#: inc/settings-page.php:163
msgid "Save Settings"
msgstr ""
#: inc/settings-page.php:224
msgid "Settings saved."
msgstr ""

View File

@@ -0,0 +1,4 @@
== Changelog ==
= 0.1 =
* Initial release.

View File

@@ -0,0 +1,4 @@
== Changelog ==
### 1.0.0
* Release of Dropp micropayment enabled pay per use solution.

View File

@@ -0,0 +1,79 @@
# Copyright (C) 2023 Watch The Dot
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Easy Coming Soon 1.0.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ez-coming-soon\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-30T11:41:44+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: ez-coming-soon\n"
#. Plugin Name of the plugin
msgid "Easy Coming Soon"
msgstr ""
#. Plugin URI of the plugin
msgid "https://support.watchthedot.com/our-plugins/easy-coming-soon/"
msgstr ""
#. Description of the plugin
msgid "Adds a basic coming soon or maintenance page to your site. No fuss."
msgstr ""
#. Author of the plugin
msgid "Watch The Dot"
msgstr ""
#. Author URI of the plugin
msgid "https://www.watchthedot.com/"
msgstr ""
#: coming-soon.php:146
msgid "Documentation"
msgstr ""
#: coming-soon.php:296
msgid "You cannot login to the site right now. Try again when we have launched"
msgstr ""
#: coming-soon.php:309
msgid "Site coming soon. Access to the REST API not allowed"
msgstr ""
#: coming-soon.php:440
msgid "What should be used to all access to the site? Using the manage_options or bypass_coming_soon capability"
msgstr ""
#: coming-soon.php:451
msgid "Allows users who can access wp-admin to set a cookie to bypass the coming soon checks when signed out."
msgstr ""
#: coming-soon.php:456
msgid "The site's logo that will be displayed on the basic message and maintainence pages"
msgstr ""
#: coming-soon.php:462
msgid "Disable the REST API for users that can't bypass the coming soon page"
msgstr ""
#: coming-soon.php:468
msgid "Fully disable XML-RPC, including all endpoints, while the coming soon page is enabled"
msgstr ""
#: coming-soon.php:473
msgid "Redirect all requests to homepage before showing template (Doesn't work with login option)"
msgstr ""
#: coming-soon.php:478
msgid "Enable IP Whitelisting. This allows users access without logging in."
msgstr ""
#: coming-soon.php:493
msgid "List all the IP Address seperated by a new line that should be allowed through the coming soon page"
msgstr ""

View File

@@ -0,0 +1,232 @@
# Copyright (C) 2023 Wooplugin
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Filter Plus 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/filter-plus\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-25T03:25:31+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: filter-plus\n"
#. Plugin Name of the plugin
#: core/admin/menus.php:91
#: core/admin/menus.php:92
msgid "Filter Plus"
msgstr ""
#. Plugin URI of the plugin
msgid "https://product.woooplugin.com/filter-plus"
msgstr ""
#. Description of the plugin
msgid "Advanced filter plugin for WooCommerce that allows users to add multiple filters like filter by category, product search, etc."
msgstr ""
#. Author of the plugin
msgid "Wooplugin"
msgstr ""
#. Author URI of the plugin
msgid "https://woooplugin.com/"
msgstr ""
#: bootstrap.php:43
msgid "Settings"
msgstr ""
#: bootstrap.php:45
msgid "Go To Premium"
msgstr ""
#: core/admin/menus.php:44
msgid "Shortcodes"
msgstr ""
#: core/admin/menus.php:45
msgid "Woo Plugins"
msgstr ""
#: core/admin/views/shortcodes.php:6
msgid "ShortCodes"
msgstr ""
#: core/admin/views/shortcodes.php:13
msgid "Select Template:"
msgstr ""
#: core/admin/views/shortcodes.php:23
msgid "Category List:"
msgstr ""
#: core/admin/views/shortcodes.php:28
msgid "Display Colors:"
msgstr ""
#: core/admin/views/shortcodes.php:32
msgid "Display Size:"
msgstr ""
#: core/admin/views/shortcodes.php:36
#: core/admin/views/shortcodes.php:82
msgid "Display Tags:"
msgstr ""
#: core/admin/views/shortcodes.php:43
msgid "Tag List:"
msgstr ""
#: core/admin/views/shortcodes.php:50
msgid "Display Attributes:"
msgstr ""
#: core/admin/views/shortcodes.php:57
msgid "Attribute List:"
msgstr ""
#: core/admin/views/shortcodes.php:63
msgid "Display Reviews:"
msgstr ""
#: core/admin/views/shortcodes.php:68
msgid "Display Price Range:"
msgstr ""
#: core/admin/views/shortcodes.php:73
msgid "Display Sorting:"
msgstr ""
#: core/admin/views/shortcodes.php:78
msgid "Product List:"
msgstr ""
#: core/admin/views/shortcodes.php:86
msgid "Display Categories:"
msgstr ""
#: core/admin/views/shortcodes.php:91
msgid "Copy Filer Shortcodes"
msgstr ""
#: core/admin/views/shortocdes-fields.php:43
msgid "Template"
msgstr ""
#: core/frontend/search-filter/actions.php:72
msgid "No Product Found"
msgstr ""
#: filter-plus.php:116
msgid "Activate WooCommerce"
msgstr ""
#: filter-plus.php:119
msgid "Install WooCommerce"
msgstr ""
#: filter-plus.php:129
msgid "Filter Plus requires WooCommerce , which is currently NOT RUNNING."
msgstr ""
#: templates/search-filter/sort-option.php:8
msgid "Default Sorting"
msgstr ""
#: templates/search-filter/sort-option.php:9
msgid "Sort by popularity"
msgstr ""
#: templates/search-filter/sort-option.php:10
msgid "Sort by Rating"
msgstr ""
#: templates/search-filter/sort-option.php:11
msgid "Sort by latest"
msgstr ""
#: templates/search-filter/sort-option.php:12
msgid "Sort by price: low to high"
msgstr ""
#: templates/search-filter/sort-option.php:13
msgid "Sort by price: high to low"
msgstr ""
#: templates/search-filter/template-1/left-side/categories.php:7
#: templates/search-filter/template-2/left-side/categories.php:8
msgid "Categories"
msgstr ""
#: templates/search-filter/template-1/left-side/categories.php:19
#: templates/search-filter/template-1/left-side/filter-layout-attr-grid.php:27
#: templates/search-filter/template-1/left-side/filter-layout-grid.php:22
#: templates/search-filter/template-1/left-side/filter-param.php:38
#: templates/search-filter/template-1/left-side/product-search.php:18
#: templates/search-filter/template-2/left-side/categories.php:23
#: templates/search-filter/template-2/left-side/filter-layout-attr-grid.php:33
#: templates/search-filter/template-2/left-side/filter-layout-grid.php:29
#: templates/search-filter/template-2/left-side/filter-param.php:44
#: templates/search-filter/template-2/left-side/product-search.php:18
msgid "Reset"
msgstr ""
#: templates/search-filter/template-1/left-side/filter-param.php:8
msgid "Filter By Size"
msgstr ""
#: templates/search-filter/template-1/left-side/product-search.php:12
#: templates/search-filter/template-2/left-side/product-search.php:12
msgid "Search Products"
msgstr ""
#: templates/search-filter/template-1/right-side/sort-bar.php:8
#: templates/search-filter/template-2/right-side/sort-bar.php:8
msgid "Showing"
msgstr ""
#: templates/search-filter/template-1/right-side/sort-bar.php:8
#: templates/search-filter/template-2/right-side/sort-bar.php:8
msgid " of"
msgstr ""
#: templates/search-filter/template-1/right-side/sort-bar.php:8
#: templates/search-filter/template-2/right-side/sort-bar.php:8
msgid "Products"
msgstr ""
#: templates/search-filter/template-1/template-1.php:21
msgid "Filter By Brand"
msgstr ""
#: templates/search-filter/template-2/left-side/filter-param.php:8
msgid "Best Match Item"
msgstr ""
#: templates/search-filter/template-2/left-side/title.php:7
msgid "Filters"
msgstr ""
#: templates/search-filter/template-2/left-side/title.php:8
msgid "Clean All"
msgstr ""
#: templates/search-filter/template-2/template-2.php:22
msgid "Find Favorite Item"
msgstr ""
#: utils/helper.php:667
msgid "single image blank"
msgstr ""
#: utils/helper.php:677
msgid "product image"
msgstr ""
#: utils/helper.php:723
msgid "Add to cart"
msgstr ""

View File

@@ -0,0 +1,180 @@
# Copyright (C) 2023 getgenieai
# This file is distributed under the GPLv3 or later.
msgid ""
msgstr ""
"Project-Id-Version: Genie Image AI 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genie-image\n"
"POT-Creation-Date: 2023-10-22 08:45:42+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: app/Providers/SideMenuProvider.php:39 app/Providers/SideMenuProvider.php:40
msgid "Genie Image"
msgstr ""
#: app/Providers/SideMenuProvider.php:50
msgid "Image License | Genie Image"
msgstr ""
#: app/Providers/SideMenuProvider.php:51
msgid "Image License"
msgstr ""
#: app/Services/GenieChat/Cpt.php:24 app/Services/History/Cpt.php:24
msgid "Post Types"
msgstr ""
#: app/Services/GenieChat/Cpt.php:25 app/Services/History/Cpt.php:25
msgid "Post Type"
msgstr ""
#: app/Services/GenieChat/Cpt.php:26 app/Services/History/Cpt.php:26
msgid "Item Archives"
msgstr ""
#: app/Services/GenieChat/Cpt.php:27 app/Services/History/Cpt.php:27
msgid "Item Attributes"
msgstr ""
#: app/Services/GenieChat/Cpt.php:28 app/Services/History/Cpt.php:28
msgid "Parent Item:"
msgstr ""
#: app/Services/GenieChat/Cpt.php:29 app/Services/History/Cpt.php:29
msgid "All Items"
msgstr ""
#: app/Services/GenieChat/Cpt.php:30 app/Services/History/Cpt.php:30
msgid "Add New Item"
msgstr ""
#: app/Services/GenieChat/Cpt.php:31 app/Services/History/Cpt.php:31
msgid "Add New"
msgstr ""
#: app/Services/GenieChat/Cpt.php:32 app/Services/History/Cpt.php:32
msgid "New Item"
msgstr ""
#: app/Services/GenieChat/Cpt.php:33 app/Services/History/Cpt.php:33
msgid "Edit Item"
msgstr ""
#: app/Services/GenieChat/Cpt.php:34 app/Services/History/Cpt.php:34
msgid "Update Item"
msgstr ""
#: app/Services/GenieChat/Cpt.php:35 app/Services/History/Cpt.php:35
msgid "View Item"
msgstr ""
#: app/Services/GenieChat/Cpt.php:36 app/Services/History/Cpt.php:36
msgid "View Items"
msgstr ""
#: app/Services/GenieChat/Cpt.php:37 app/Services/History/Cpt.php:37
msgid "Search Item"
msgstr ""
#: app/Services/GenieChat/Cpt.php:38 app/Services/History/Cpt.php:38
msgid "Not found"
msgstr ""
#: app/Services/GenieChat/Cpt.php:39 app/Services/History/Cpt.php:39
msgid "Not found in Trash"
msgstr ""
#: app/Services/GenieChat/Cpt.php:40 app/Services/History/Cpt.php:40
msgid "Featured Image"
msgstr ""
#: app/Services/GenieChat/Cpt.php:41 app/Services/History/Cpt.php:41
msgid "Set featured image"
msgstr ""
#: app/Services/GenieChat/Cpt.php:42 app/Services/History/Cpt.php:42
msgid "Remove featured image"
msgstr ""
#: app/Services/GenieChat/Cpt.php:43 app/Services/History/Cpt.php:43
msgid "Use as featured image"
msgstr ""
#: app/Services/GenieChat/Cpt.php:44 app/Services/History/Cpt.php:44
msgid "Insert into item"
msgstr ""
#: app/Services/GenieChat/Cpt.php:45 app/Services/History/Cpt.php:45
msgid "Uploaded to this item"
msgstr ""
#: app/Services/GenieChat/Cpt.php:46 app/Services/History/Cpt.php:46
msgid "Items list"
msgstr ""
#: app/Services/GenieChat/Cpt.php:47 app/Services/History/Cpt.php:47
msgid "Items list navigation"
msgstr ""
#: app/Services/GenieChat/Cpt.php:48 app/Services/History/Cpt.php:48
msgid "Filter items list"
msgstr ""
#: app/Services/GenieChat/Cpt.php:51
msgid "getgenie chat"
msgstr ""
#: app/Services/GenieChat/Cpt.php:52
msgid "getgenie chats"
msgstr ""
#: app/Services/History/Cpt.php:51
msgid "genieimage history"
msgstr ""
#: app/Services/History/Cpt.php:52
msgid "genieimage histories"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Genie Image AI"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://getgenie.ai/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Genie Image AI is the most intuitive A.I Content Wordpress Plugin that can "
"help you save time and generate unique images."
msgstr ""
#. Author of the plugin/theme
msgid "getgenieai"
msgstr ""
#: app/Services/GenieChat/Cpt.php:22
msgctxt "Post Type General Name"
msgid "getgenie chat"
msgstr ""
#: app/Services/History/Cpt.php:22
msgctxt "Post Type General Name"
msgid "genieimage histories"
msgstr ""
#: app/Services/GenieChat/Cpt.php:23
msgctxt "Post Type Singular Name"
msgid "getgenie chat"
msgstr ""
#: app/Services/History/Cpt.php:23
msgctxt "Post Type Singular Name"
msgid "genieimage history"
msgstr ""

View File

@@ -0,0 +1,56 @@
# Changelog
## 1.0.0 - 2023-10-18
- Plugin Released
- Update plugin assets for parsing
- Fix type and link for Main Menu and feature link (#83)
- Add support for validity and connectedness in status api (#82)
- Update readme and add banner (#81)
- Pass site path to Grow Auth (#80)
- fix: WordPress dev container always restarts (#79)
- Escape the values output in the grow script initializer (#78)
- fix: feature descriptions URL-escaped (#77)
- feature: add WP_Mock (#74)
- feature: add dev container support (#73)
- fix: non-compliant escaping and file access (#72)
- move screenshots to correct directory (#71)
- add screenshots to readme (#70)
- chore: update readme (#69)
- feat: Add settings link to Plugins Page and Update Plugin URI
- feat: Add Support for wp build testing workflow with alternate wp builds
- feat: Use Custom Lighthouse Orb
- fix: Update docker image
- Update docker image
- Update docker image
- Update docker image
- Fix Frontent Test
## 1.0.0 - 2023-10-18
## 0.1.7 - 2023-08-11
* fix: Adjust Typography on Settings Page
* fix: Bigger Images for Settings Page
## 0.1.6 - 2023-07-26
* fix: Window Size for site authentication now larger
* fix: Open Help Doc Links in New Tab
## 0.1.5 - 2023-07-10
* fix: Open Authenticated Link in new tab
* chore: Add Test for Authenticated View
## 0.1.4 - 2023-06-26
* chore: Remove Author URI
## 0.1.3 - 2023-06-23
* chore: Name changed to Grow for WP
## 0.1.2 - 2023-06-22
* fix: Don't Stretch Images in Settings page
## 0.1.1 - 2023-06-20
* feat: Add changelog Generation
* fix: Direct Users to correct Grow Site

View File

@@ -0,0 +1,432 @@
# Copyright (C) 2023 Jegstudio
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Gutenverse Form 0.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gutenverse-form\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-03T08:43:13+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: gutenverse-form\n"
#. Plugin Name of the plugin
msgid "Gutenverse Form"
msgstr ""
#. Plugin URI of the plugin
msgid "https://gutenverse.com/"
msgstr ""
#. Description of the plugin
msgid "Powerful and intuitive form builder plugin designed to streamline the process of creating and managing forms on your WordPress website."
msgstr ""
#. Author of the plugin
msgid "Jegstudio"
msgstr ""
#. Author URI of the plugin
msgid "https://jegtheme.com/"
msgstr ""
#: includes/class-entries.php:72
msgid "All Form"
msgstr ""
#: includes/class-entries.php:294
msgid "no-form"
msgstr ""
#: includes/class-entries.php:303
msgid "no-referral"
msgstr ""
#: includes/class-entries.php:315
msgid "Checkbox"
msgstr ""
#: includes/class-entries.php:316
#: includes/class-form.php:66
msgid "Title"
msgstr ""
#: includes/class-entries.php:317
#: includes/class-form.php:49
#: includes/class-form.php:50
msgid "Form"
msgstr ""
#: includes/class-entries.php:318
msgid "Referral"
msgstr ""
#: includes/class-entries.php:319
#: includes/class-form.php:69
msgid "Date"
msgstr ""
#: includes/class-entries.php:333
msgid "Entry"
msgstr ""
#: includes/class-entries.php:344
msgid "Entry #"
msgstr ""
#: includes/class-entries.php:362
#: includes/class-entries.php:363
#: includes/class-entries.php:364
#: includes/class-form.php:67
msgid "Entries"
msgstr ""
#: includes/class-entries.php:365
msgid "New Entries"
msgstr ""
#: includes/class-entries.php:366
msgid "Create Entry"
msgstr ""
#: includes/class-entries.php:367
msgid "View Entry Option"
msgstr ""
#: includes/class-entries.php:368
msgid "New Entry"
msgstr ""
#: includes/class-entries.php:369
msgid "View Entry"
msgstr ""
#: includes/class-entries.php:370
msgid "Search Entry"
msgstr ""
#: includes/class-entries.php:371
#: includes/class-form.php:187
msgid "No entry found"
msgstr ""
#: includes/class-entries.php:372
msgid "No Entry in Trash"
msgstr ""
#: includes/class-entries.php:375
msgid "Gutenverse Form Entries"
msgstr ""
#: includes/class-entries.php:405
msgid "Form Info"
msgstr ""
#: includes/class-entries.php:415
msgid "Entry Info"
msgstr ""
#: includes/class-entries.php:425
#: includes/class-mail.php:164
msgid "Browser Info"
msgstr ""
#: includes/class-entries.php:447
msgid "empty"
msgstr ""
#: includes/class-entries.php:475
msgid "Form is not set"
msgstr ""
#: includes/class-entries.php:477
msgid "Not found"
msgstr ""
#: includes/class-form.php:68
msgid "Author"
msgstr ""
#: includes/class-form.php:103
msgid "Export CSV"
msgstr ""
#: includes/class-form.php:178
#: includes/class-form.php:179
#: includes/class-form.php:180
msgid "Form Action"
msgstr ""
#: includes/class-form.php:181
msgid "New Form Action"
msgstr ""
#: includes/class-form.php:182
msgid "Create Form"
msgstr ""
#: includes/class-form.php:183
msgid "Edit Form Option"
msgstr ""
#: includes/class-form.php:184
msgid "New Form Entry"
msgstr ""
#: includes/class-form.php:185
msgid "View Form"
msgstr ""
#: includes/class-form.php:186
msgid "Search Form"
msgstr ""
#: includes/class-form.php:188
msgid "No Form in Trash"
msgstr ""
#: includes/class-form.php:191
msgid "Gutenverse Form Action"
msgstr ""
#: includes/class-form.php:312
msgid " Clone"
msgstr ""
#: includes/class-mail.php:60
msgid "Error. User email not found."
msgstr ""
#: includes/class-mail.php:89
msgid "Submission"
msgstr ""
#: includes/class-mail.php:94
msgid "Entry Details"
msgstr ""
#: includes/class-mail.php:111
msgid "Error. Notification email not found."
msgstr ""
#: includes/class-mail.php:146
msgid "Form ID"
msgstr ""
#: includes/class-mail.php:148
msgid "Post ID"
msgstr ""
#: includes/class-mail.php:152
msgid "Entry ID"
msgstr ""
#: includes/class-mail.php:154
msgid "Entry Data"
msgstr ""
#: block/form-builder/block.json
msgctxt "block title"
msgid "Form Builder"
msgstr ""
#: block/form-builder/block.json
msgctxt "block description"
msgid "Build a flexible form with many field choices."
msgstr ""
#: block/form-builder/block.json
#: block/form-input-checkbox/block.json
#: block/form-input-date/block.json
#: block/form-input-email/block.json
#: block/form-input-multiselect/block.json
#: block/form-input-number/block.json
#: block/form-input-radio/block.json
#: block/form-input-select/block.json
#: block/form-input-switch/block.json
#: block/form-input-telp/block.json
#: block/form-input-text/block.json
#: block/form-input-textarea/block.json
msgctxt "block keyword"
msgid "form"
msgstr ""
#: block/form-builder/block.json
msgctxt "block keyword"
msgid "entry"
msgstr ""
#: block/form-builder/block.json
msgctxt "block keyword"
msgid "submit"
msgstr ""
#: block/form-input-checkbox/block.json
msgctxt "block title"
msgid "Checkbox"
msgstr ""
#: block/form-input-checkbox/block.json
msgctxt "block description"
msgid "Gutenverse Input Checkbox"
msgstr ""
#: block/form-input-checkbox/block.json
#: block/form-input-date/block.json
#: block/form-input-email/block.json
#: block/form-input-multiselect/block.json
#: block/form-input-number/block.json
#: block/form-input-radio/block.json
#: block/form-input-select/block.json
#: block/form-input-switch/block.json
#: block/form-input-telp/block.json
#: block/form-input-text/block.json
#: block/form-input-textarea/block.json
msgctxt "block keyword"
msgid "input"
msgstr ""
#: block/form-input-checkbox/block.json
#: block/form-input-date/block.json
#: block/form-input-email/block.json
#: block/form-input-multiselect/block.json
#: block/form-input-number/block.json
#: block/form-input-radio/block.json
#: block/form-input-select/block.json
#: block/form-input-submit/block.json
#: block/form-input-switch/block.json
#: block/form-input-telp/block.json
#: block/form-input-text/block.json
#: block/form-input-textarea/block.json
msgctxt "block keyword"
msgid "gutenverse"
msgstr ""
#: block/form-input-date/block.json
msgctxt "block title"
msgid "Date Input"
msgstr ""
#: block/form-input-date/block.json
msgctxt "block description"
msgid "Gutenverse Input Date"
msgstr ""
#: block/form-input-email/block.json
msgctxt "block title"
msgid "Email Input"
msgstr ""
#: block/form-input-email/block.json
msgctxt "block description"
msgid "Gutenverse Input Email"
msgstr ""
#: block/form-input-multiselect/block.json
msgctxt "block title"
msgid "Multi Select"
msgstr ""
#: block/form-input-multiselect/block.json
msgctxt "block description"
msgid "Gutenverse Input Multi Select"
msgstr ""
#: block/form-input-number/block.json
msgctxt "block title"
msgid "Number Input"
msgstr ""
#: block/form-input-number/block.json
msgctxt "block description"
msgid "Gutenverse Input Number"
msgstr ""
#: block/form-input-radio/block.json
msgctxt "block title"
msgid "Radio"
msgstr ""
#: block/form-input-radio/block.json
msgctxt "block description"
msgid "Gutenverse Input Radio"
msgstr ""
#: block/form-input-select/block.json
msgctxt "block title"
msgid "Select"
msgstr ""
#: block/form-input-select/block.json
msgctxt "block description"
msgid "Gutenverse Select"
msgstr ""
#: block/form-input-submit/block.json
msgctxt "block title"
msgid "Submit Button"
msgstr ""
#: block/form-input-submit/block.json
msgctxt "block description"
msgid "Create an interactive and beautiful action button."
msgstr ""
#: block/form-input-submit/block.json
msgctxt "block keyword"
msgid "button"
msgstr ""
#: block/form-input-submit/block.json
msgctxt "block keyword"
msgid "url"
msgstr ""
#: block/form-input-submit/block.json
msgctxt "block keyword"
msgid "action"
msgstr ""
#: block/form-input-switch/block.json
msgctxt "block title"
msgid "Switch"
msgstr ""
#: block/form-input-switch/block.json
msgctxt "block description"
msgid "Gutenverse Switch"
msgstr ""
#: block/form-input-telp/block.json
msgctxt "block title"
msgid "Telp Input"
msgstr ""
#: block/form-input-telp/block.json
msgctxt "block description"
msgid "Gutenverse Input Telp"
msgstr ""
#: block/form-input-text/block.json
msgctxt "block title"
msgid "Text Input"
msgstr ""
#: block/form-input-text/block.json
msgctxt "block description"
msgid "Gutenverse Input Text"
msgstr ""
#: block/form-input-textarea/block.json
msgctxt "block title"
msgid "Textarea"
msgstr ""
#: block/form-input-textarea/block.json
msgctxt "block description"
msgid "Gutenverse Input Textarea"
msgstr ""

View File

@@ -0,0 +1,47 @@
1.9 (9th November 2023)
- changed the default icon in the admin menu
- added title and subheader for mobile explaining sorting
1.8 (9th November 2023)
- added mobile responsiveness for the main table
1.7 (7th November 2023)
- table increased to 100 most recent users' activity (from 10)
- paginaton introduced
- most visited page display increased to 10 (from 5)
1.6 (1st November 2023)
- sanitize function renamed to match the rest of the plugin functions
1.5 (28th October 2023)
- additional data sanitized and escaped, nonce added to clear all results button
1.4 (25th October 2023)
- additional data sanitized and escaped
1.3 (16th October 2023)
- Nonce added to the POST call to prevent unauthorised access.
- prepare() added to database clear query to protect the code from SQL injection vulnerabilities.
- detail about PayPal Donate button usage added to readme,txt
- all necessary data sanitized, escaped, and validated
- variables escaped when echo'd
1.2 (9th October 2023)
- All data being read from any of these PHP global variables $_POST / $_GET / $_REQUEST / $_COOKIE / $_SERVER / $_SESSION / $_FILES has been sanitized before storing it in another variable or doing something else with it.
In this code, the following sanitization functions have been used:
sanitize_text_field() for text fields.
absint() for integers.
esc_url_raw() for raw URLs.
These sanitization functions ensure that the input data is safe to use and minimize the risk of security vulnerabilities.
- Appropriate escaping functions (esc_html, esc_url_raw, sanitize_text_field) added to the variables that are being echoed or printed to ensure that the output is safe from XSS vulnerabilities.
1.1 (27th July 2023)
- Added top 5 most exited pages (with clickable links), Top 5 exited pages only include front-end pages and exclude admin-ajax.php, 'nonce', 'wp-json', and others not matching front-end permalinks.
- Added line space and contact details under the main title.
- Added a 'Clear all results' button in case the table becomes bloated
1.0 (24th July 2023)
- Initial release

View File

@@ -0,0 +1,2 @@
= 1.0.0 = May 20th, 2023
* First release.

View File

@@ -0,0 +1,361 @@
# Copyright (C) 2023 Luciditi
# This file is distributed under the same license as the Luciditi Age Assurance package.
msgid ""
msgstr ""
"Project-Id-Version: Luciditi Age Assurance 1.0.0\n"
"Report-Msgid-Bugs-To: https://luciditi.co.uk/age-assurance\n"
"POT-Creation-Date: 2023-09-22 19:13:37+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: includes/class-luciditi-age-assurance.php:339
msgid "Settings"
msgstr ""
#: includes/class-luciditi-age-assurance.php:410
msgid "A temporary session was not detected for this entry."
msgstr ""
#: includes/class-luciditi-age-assurance.php:489
#: includes/class-luciditi-age-assurance.php:945
msgid "Start"
msgstr ""
#: includes/class-luciditi-age-assurance.php:490
#: includes/class-luciditi-age-assurance.php:946
msgid "Retry"
msgstr ""
#: includes/class-luciditi-age-assurance.php:491
#: includes/class-luciditi-age-assurance.php:947
msgid ""
"This site contains age restricted content so as first time visitor, we'll "
"need to verify that you meet the minumum age requirements."
msgstr ""
#: includes/class-luciditi-age-assurance.php:492
#: includes/class-luciditi-age-assurance.php:948
msgid ""
"From time to time we need to re-verify that you meet the minumum age "
"requirements."
msgstr ""
#: includes/class-luciditi-age-assurance.php:493
#: includes/class-luciditi-age-assurance.php:949
msgid ""
"Unfortunately, we were unable to verify your age. If you havent done so "
"already, you can retry using a valid ID document."
msgstr ""
#: includes/class-luciditi-age-assurance.php:582
msgid "Request failed."
msgstr ""
#: includes/class-luciditi-age-assurance.php:609
msgid "Your session could not be retrieved."
msgstr ""
#: includes/class-luciditi-age-assurance.php:672
msgid "Your sign up data could not be retrieved."
msgstr ""
#: includes/class-luciditi-age-assurance.php:694
msgid "A start up code ID was not detected."
msgstr ""
#: includes/class-luciditi-age-assurance.php:725
msgid "Sorry, your start up code ID could not be saved."
msgstr ""
#: includes/class-luciditi-age-assurance.php:728
msgid "Sorry, we were unable to store your start up code ID."
msgstr ""
#: includes/class-luciditi-age-assurance.php:756
msgid "Aborted"
msgstr ""
#: includes/class-luciditi-age-assurance.php:785
msgid "Something went wrong, please try again later."
msgstr ""
#: includes/class-luciditi-age-assurance.php:786
msgid "A start up token could not be generated, please contact website admin."
msgstr ""
#: includes/class-luciditi-age-assurance.php:787
msgid "Sorry, your age verification has failed."
msgstr ""
#: includes/class-luciditi-age-assurance.php:807
msgid "You do not have sufficient pilchards to access this page."
msgstr ""
#: includes/class-luciditi-age-assurance.php:820
msgid "Luciditi Age Assurance Settings"
msgstr ""
#: includes/class-luciditi-age-assurance.php:824
msgid "General"
msgstr ""
#: includes/class-luciditi-age-assurance.php:825
msgid "API Credentials"
msgstr ""
#: includes/class-luciditi-age-assurance.php:826
msgid "Step Up"
msgstr ""
#: includes/class-luciditi-age-assurance.php:827
msgid "Landing Pages & Styling"
msgstr ""
#: includes/class-luciditi-age-assurance.php:828
#: includes/class-luciditi-age-assurance.php:1037
msgid "Uninstall"
msgstr ""
#: includes/class-luciditi-age-assurance.php:847
msgid ""
"Welcome to Luciditi Age Assurance. This plugin enables you to set a site "
"wide age restriction so that only users over a specified age can access "
"your site."
msgstr ""
#: includes/class-luciditi-age-assurance.php:850
msgid ""
"It uses age estimation technology to allow users who are clearly adults to "
"obtain quick access using nothing more than a selfie taken with their phone."
msgstr ""
#: includes/class-luciditi-age-assurance.php:853
msgid ""
"Anyone that looks younger than (<your specified minimum age> - 6 years) "
"will need to prove their age using a valid government ID before they are "
"granted access."
msgstr ""
#: includes/class-luciditi-age-assurance.php:856
msgid ""
"If you would like to try it out for yourself, please visit: <a "
"href=\"https://luciditi.co.uk/ageassurance-wp\">https://luciditi.co.uk/"
"ageassurance-wp</a>."
msgstr ""
#: includes/class-luciditi-age-assurance.php:859
msgid ""
"In order to enable this plugin, you will first need to create a Luciditi "
"Business Account, verify the identity of a responsible person and setup "
"billing. Once active you will be able to access your API credentials. To "
"find out how to do this, please visit <a "
"href=\"https://luciditi.co.uk/ageassurance-wp\">https://luciditi.co.uk/"
"ageassurance-wp</a>."
msgstr ""
#: includes/class-luciditi-age-assurance.php:865
msgid ""
"<strong>IMPORTANT:</strong> It is your responsibility to ensure that this "
"plugin (which uses age estimation and ID document verification) is an "
"acceptable means of age assurance for your website and the territories, "
"countries and regions that it operates within. Please be aware that certain "
"industries may prohibit use of such technology and require a different "
"approach."
msgstr ""
#: includes/class-luciditi-age-assurance.php:871
msgid "Enable"
msgstr ""
#: includes/class-luciditi-age-assurance.php:872
msgid "Enable age assurance sitewide restriction."
msgstr ""
#: includes/class-luciditi-age-assurance.php:875
msgid "Minimum age"
msgstr ""
#: includes/class-luciditi-age-assurance.php:878
msgid "years"
msgstr ""
#: includes/class-luciditi-age-assurance.php:882
msgid "Retention period"
msgstr ""
#: includes/class-luciditi-age-assurance.php:885
msgid "days"
msgstr ""
#: includes/class-luciditi-age-assurance.php:901
msgid "API key"
msgstr ""
#: includes/class-luciditi-age-assurance.php:905
msgid "Caller username"
msgstr ""
#: includes/class-luciditi-age-assurance.php:922
msgid "Step up options"
msgstr ""
#: includes/class-luciditi-age-assurance.php:924
msgid "With ID Document"
msgstr ""
#: includes/class-luciditi-age-assurance.php:926
msgid "With Data"
msgstr ""
#: includes/class-luciditi-age-assurance.php:954
msgid "Branding & Colors"
msgstr ""
#: includes/class-luciditi-age-assurance.php:960
msgid "Your logo"
msgstr ""
#: includes/class-luciditi-age-assurance.php:961
msgid "(please use a transparent image)"
msgstr ""
#: includes/class-luciditi-age-assurance.php:965
msgid "Browse..."
msgstr ""
#: includes/class-luciditi-age-assurance.php:966
msgid "Clear"
msgstr ""
#: includes/class-luciditi-age-assurance.php:971
msgid "Primary color"
msgstr ""
#: includes/class-luciditi-age-assurance.php:975
msgid "Secondary color"
msgstr ""
#: includes/class-luciditi-age-assurance.php:979
msgid "Text color"
msgstr ""
#: includes/class-luciditi-age-assurance.php:987
msgid "Landing Page Buttons"
msgstr ""
#: includes/class-luciditi-age-assurance.php:991
msgid "Start text"
msgstr ""
#: includes/class-luciditi-age-assurance.php:995
msgid "Retry text"
msgstr ""
#: includes/class-luciditi-age-assurance.php:1003
msgid "Landing Page Messages"
msgstr ""
#: includes/class-luciditi-age-assurance.php:1007
msgid "First time user"
msgstr ""
#: includes/class-luciditi-age-assurance.php:1013
msgid "Returning user"
msgstr ""
#: includes/class-luciditi-age-assurance.php:1019
msgid "Failed validation"
msgstr ""
#: includes/class-luciditi-age-assurance.php:1038
msgid "Wipe all plugin data upon uninstall."
msgstr ""
#: includes/class-luciditi-age-assurance.php:1038
msgid ""
"(This will delete all sessions, settings and all database entries "
"associated with the plugin.)"
msgstr ""
#: includes/class-luciditi-age-assurance.php:1054
msgid ""
"<strong>DISCLAIMER:</strong> This application is provided by Arissian Ltd "
"on an \"as is\" and \"as available\" basis. Arissian makes no "
"representations or warranties of any kind, express or implied, as to the "
"operation of the application or the information, content, materials. To the "
"full extent permissible by applicable law, arissian disclaims all "
"warranties, express or implied, including, but not limited to, implied "
"warranties of merchantability and fitness for a particular purpose. You "
"acknowledge, by your use of the application, that your use of the "
"application is at your sole risk."
msgstr ""
#: includes/class-luciditi-age-assurance.php:1062
msgid "Save Changes"
msgstr ""
#: includes/class-luciditi-age-assurance.php:1066
msgid "Download Logs"
msgstr ""
#: includes/functions/luciditi-helpers.php:274
msgid "Age Assurance API credentials are not setup correctly."
msgstr ""
#: includes/functions/luciditi-helpers.php:371
msgid "Age Assurance API failed authentication."
msgstr ""
#: includes/functions/luciditi-helpers.php:375
#. translators: the error message
msgid "Something went wrong (%s)."
msgstr ""
#: includes/functions/luciditi-helpers.php:378
#. translators: the error code number
msgid "Something went wrong (error code %d)."
msgstr ""
#: includes/templates/body/failed-validation.php:19
#: includes/templates/body/first-time.php:19
#: includes/templates/body/returning.php:20
msgid "Age Verification"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Luciditi Age Assurance"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://luciditi.co.uk/age-assurance"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Add frictionless, privacy-preserving Age Assurance using Luciditi Age "
"Estimation or Age Verification."
msgstr ""
#. Author of the plugin/theme
msgid "Luciditi"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://luciditi.co.uk"
msgstr ""

View File

@@ -0,0 +1,109 @@
# Copyright (C) 2023 wpxpo
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Multi Vendor Marketplace B2B for WholesaleX Dokan 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/multi-vendor-marketplace-b2b-for-wholesalex-dokan\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-08-03T03:38:45+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: multi-vendor-marketplace-b2b-for-wholesalex-dokan\n"
#. Plugin Name of the plugin
msgid "Multi Vendor Marketplace B2B for WholesaleX Dokan"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/multi-vendor-marketplace-b2b-for-wholesalex-dokan"
msgstr ""
#. Description of the plugin
msgid "This is a wholesalex addon plugin, that Turn Dokan marketplace into a wholesale multi vendor marketplace by letting vendors add wholesale prices, control product visibility, and use the conversation feature."
msgstr ""
#. Author of the plugin
msgid "wpxpo"
msgstr ""
#. Author URI of the plugin
msgid "https://wpxpo.com/"
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:265
msgid "Activate"
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:265
msgid "Install"
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:266
msgid "Activating.."
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:266
msgid "Installing.."
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:267
msgid "Activated"
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:267
msgid "Installed"
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:399
msgid "WholesaleX for Dokan needs the “WholesaleX” plugin to run."
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:540
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:550
msgid "WholesaleX Activation Failed!"
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:543
msgid "WholesaleX Installation Failed!"
msgstr ""
#: includes/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan.php:555
msgid "Successfully Installed and Activated"
msgstr ""
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:59
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:159
msgid "Dynamic Rules"
msgstr ""
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:67
msgid "Conversations"
msgstr ""
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:155
msgid "Dokan Integration"
msgstr ""
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:160
msgid "Enable Dynamic Rule feature for vendors."
msgstr ""
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:165
msgid "Role-Based Pricing"
msgstr ""
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:166
msgid "Let vendors add wholesale prices based on user roles."
msgstr ""
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:171
msgid "WholesaleX Options"
msgstr ""
#: includes/public/class-multi-vendor-marketplace-b2b-for-wholesalex-dokan-public.php:172
msgid " Enable WholesaleX options on product editing page."
msgstr ""

View File

@@ -0,0 +1,26 @@
1.0.5 / 2023-11-10
==================
* Fix is_required() method to return false if both contexts are null
* Fix field name sanitization in BaseControlBlock
* Toolbar Addition: Set Fields or Fieldsets as Required [#17](https://github.com/jrtashjian/omniform/pull/17)
* Focus message container after submission
* Textarea placeholder should not be the value
1.0.4 / 2023-09-19
==================
* Make newsletter notice dismissable [#16](https://github.com/jrtashjian/omniform/pull/16)
* Show the form editor post title
1.0.3 / 2023-09-09
==================
* Field specific validation rules [#15](https://github.com/jrtashjian/omniform/pull/15)
* Language pack support [#14](https://github.com/jrtashjian/omniform/pull/14)
1.0.2 / 2023-09-06
==================
* Initial release on WordPress.org!

View File

@@ -0,0 +1,120 @@
# Copyright (C) 2023 Password Sentry
# This file is distributed under the same license as the Password Sentry WP Plugin.
msgid ""
msgstr ""
"Project-Id-Version: Password Sentry WP Plugin v1.0.13\n"
"MIME-Version: 1.0.13\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-04-03T07:21:52+00:00\n"
"PO-Revision-Date: 2023-11-07T07:21:52+00:00\n"
"X-Generator: WP-CLI 2.3.0\n"
"X-Domain: password-sentry\n"
#: passwordsentry.php:53
msgid "Cannot retrieve the PS API Endpoint URL!"
msgstr ""
#: passwordsentry.php:58
msgid "PS API Endpoint URL does not appear to be valid!"
msgstr ""
#: passwordsentry.php:62
msgid "Cannot enable Tracking if invalid PS API Endpoint URL defined!"
msgstr ""
#: passwordsentry.php:67
msgid "Cannot enable Tracking if PS API Endpoint URL not defined!"
msgstr ""
#: passwordsentry.php:83
msgid "Plugin Settings Updated!"
msgstr ""
#: passwordsentry.php:118
msgid "PS Links"
msgstr ""
#: passwordsentry.php:120
msgid "Download PS"
msgstr ""
#: passwordsentry.php:123
msgid "Note that you must first download and install PS before you can activate, configure, and use this plugin."
msgstr ""
#: passwordsentry.php:127
msgid "Support"
msgstr ""
#: passwordsentry.php:144
msgid "Plugin Settings"
msgstr ""
#: passwordsentry.php:146
msgid "PS API Endpoint URL"
msgstr ""
#: passwordsentry.php:136
msgid "URL to PS sentry.php file. Must be in the following format: <b>https://www.yoursite.com/ps_installation_folder/sentry.php?setupname=setup1</b>"
msgstr ""
#: passwordsentry.php:137
msgid "After a user successfully logs in, the plugin will ping the <b>PS API Endpoint URL</b>. PS tracks the login, and takes any action as appropriate. For example, deny access and suspend the user if the number of unique logins for that user exceeds threshold (as defined via PS AdminCP)."
msgstr ""
#: passwordsentry.php:15
msgid "You must first download and install PS (Free Essential or Paid Premium Version) before you can use this plugin. Note that the plugin will not be active until you have defined <b>PS API Endpoint URL</b>."
msgstr ""
#: passwordsentry.php:151
msgid "Credit Link"
msgstr ""
#: passwordsentry.php:153
msgid "If enabled, Password Sentry will display the following message on the login page (link opens in new window)"
msgstr ""
#: passwordsentry.php:155
msgid "Status"
msgstr ""
#: passwordsentry.php:156
msgid "WordPress Login protected by"
msgstr ""
#: passwordsentry.php:157
msgid "If enabled, Plugin will track logins. To stop or pause tracking, set to Disabled."
msgstr ""
#: passwordsentry.php:159
msgid "Enabled"
msgstr ""
#: passwordsentry.php:160
msgid "Disabled"
msgstr ""
#: passwordsentry.php:159
msgid "Optional. This goes a long ways to deter people from sharing passwords and from trying to guess passwords, and also spreads the word about the plugin so others can protect their blogs. Default value is disabled. You can enable or disable this message below"
msgstr ""
#: passwordsentry.php:161
msgid "Show Credit Link [Recommended]"
msgstr ""
#: passwordsentry.php:162
msgid "Hide Credit Link"
msgstr ""
#: passwordsentry.php:165
msgid "Update Plugin Settings"
msgstr ""
#: passwordsentry.php:167
msgid "Thank you for protecting your WordPress site with"
msgstr ""
#: passwordsentry.php:180
msgid "WordPress Login protected by"
msgstr ""

View File

@@ -0,0 +1,2 @@
2023-01-26 - version 1.0.0
* Initial release

View File

@@ -0,0 +1,37 @@
{
"name": "pennyblack/woocommerce-pennyblack",
"type": "wordpress-plugin",
"description": "Woocommerce plugin to integrate Penny Black for transmitting orders and triggering personalise prints",
"version": "1.2.3",
"license": "MIT",
"authors": [
{
"name": "Penny Black",
"email": "engineers@pennyblack.io"
}
],
"require": {
"php": ">=7.4.0",
"guzzlehttp/guzzle": "^7.5",
"pennyblack/php-sdk": "^1.4.0"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:pennyblack-io/php-sdk.git"
}
],
"autoload": {
"psr-4": {
"PennyBlackWoo\\": "src/"
}
},
"config": {
"platform": {
"php": "7.4.0"
},
"preferred-install": "dist",
"optimize-autoloader": true,
"prepend-autoloader": false
}
}

View File

@@ -0,0 +1,368 @@
# Copyright (C) 2023 Shewa
# This file is distributed under the same license as the Post Designer plugin.
msgid ""
msgstr ""
"Project-Id-Version: Post Designer 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/post-designer\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-04T16:05:13+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: post-designer\n"
#. Plugin Name of the plugin
msgid "Post Designer"
msgstr ""
#. Description of the plugin
msgid "Post Designer is a WordPress plugin that adds two new Gutenberg blocks: Post List and Post Carousel. The Post List block allows you to display a list of posts, while the Post Carousel block allows you to display a carousel of posts."
msgstr ""
#. Author of the plugin
msgid "Shewa"
msgstr ""
#. Author URI of the plugin
msgid "https://shewazone.com"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Post Date: "
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "In:"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "By "
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Latest"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Oldest"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "ID"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Title"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Date"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Random"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Comments Count"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Card"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "General"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Post Type"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Layouts"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Query"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Authors"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Taxonomy"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Term"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Order By"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Order"
msgstr ""
#: build/carousel/index.js:1
msgid "Carousel Settings"
msgstr ""
#: build/carousel/index.js:1
msgid "Slide to Show"
msgstr ""
#: build/carousel/index.js:1
msgid "Slide to Scroll"
msgstr ""
#: build/carousel/index.js:1
msgid "First Slide"
msgstr ""
#: build/carousel/index.js:1
msgid "Infinite Loop"
msgstr ""
#: build/carousel/index.js:1
msgid "Let the carousel rotating infinitely"
msgstr ""
#: build/carousel/index.js:1
msgid "Auto Play"
msgstr ""
#: build/carousel/index.js:1
msgid "Rotation Speed"
msgstr ""
#: build/carousel/index.js:1
msgid "Center Slide"
msgstr ""
#: build/carousel/index.js:1
msgid "Show Dots"
msgstr ""
#: build/carousel/index.js:1
msgid "Show Arrows"
msgstr ""
#: build/carousel/index.js:1
msgid "Focus on Select"
msgstr ""
#: build/carousel/index.js:1
msgid "RTL"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Background Color"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Border"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Border Radius"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Thumbnail"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Show Thumbnail"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Show"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Color"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Font Size"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Meta"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Show Meta"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Show post meta"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Label Color"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Label Font Size"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Value Color"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Value Font Size"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Category"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Show Category"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Category Color"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Category Font Size"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Excerpt"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Show Excerpt"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Length"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Read More Text"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Read More Color"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Read More Font Size"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Author"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Show Avatar"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Avatar Size"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Border Radius (%)"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Show Name"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Name Color"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "Name Font Size"
msgstr ""
#: build/carousel/index.js:1
#: build/list/index.js:1
msgid "No posts found"
msgstr ""
#: build/list/index.js:1
msgid "Column per Row"
msgstr ""
#: build/list/index.js:1
msgid "Pagination"
msgstr ""
#: build/list/index.js:1
msgid "Posts per page"
msgstr ""
#: build/list/index.js:1
msgid "No Pagination"
msgstr ""
#: build/list/index.js:1
msgid "On only if you want to display all posts together"
msgstr ""

View File

@@ -0,0 +1,51 @@
# Copyright (C) 2023 joelmelon
# This file is distributed under the same license as the Postr For Nostr plugin.
msgid ""
msgstr ""
"Project-Id-Version: Postr For Nostr 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/postr-for-nostr\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-26T07:28:42+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: postr-for-nostr\n"
#. Plugin Name of the plugin
msgid "Postr For Nostr"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/postr-for-nostr/"
msgstr ""
#. Description of the plugin
msgid "Share your WordPress posts to Nostr with Postr For Nostr 🫂"
msgstr ""
#. Author of the plugin
msgid "joelmelon"
msgstr ""
#. Author URI of the plugin
msgid "https://postr-for-nostr.joelstuedle.ch"
msgstr ""
#. translators: %1$s = already used class name, %2$s = plugin class
#: classes/Plugin.php:125
msgctxt "Theme instance load_classes() error message"
msgid "There was a problem with the Plugin. Only one class with name “%1$s” can be use used in “%2$s”."
msgstr ""
#: classes/Plugin.php:185
msgctxt "Postr for Nostr window meta title"
msgid "Postr for Nostr"
msgstr ""
#: classes/Plugin.php:210
msgctxt "Post Column Action"
msgid "Post to Nostr"
msgstr ""

View File

@@ -0,0 +1,199 @@
# Blank WordPress Pot
# Copyright 2014 ...
# This file is distributed under the GNU General Public License v3 or later.
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: 2023-09-14 07:39+0300\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: Your Team <translations@example.com>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\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.3.2\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/class-qform-admin.php:73 public/class-qform-public.php:34
msgid "Check qform token!"
msgstr "Проверьте токен qform !"
#: admin/class-qform-admin.php:90
msgid "Error validation!"
msgstr "Ошибка валидации!"
#: admin/class-qform-admin.php:114 admin/templates/short-page-template.php:84
msgid "Choose form"
msgstr "Выберите форму"
#: admin/class-qform-admin.php:115
msgid "Add"
msgstr "Вставить"
#: admin/class-qform-admin.php:116
msgid "How to create a form?"
msgstr "Как создать форму?"
#: admin/class-qform-admin.php:128
msgid "Qform main"
msgstr "Глваная qform"
#: admin/class-qform-admin.php:129
msgid "Qform"
msgstr "Qform"
#: admin/class-qform-admin.php:139
msgid "Qform settings"
msgstr "Qform настройки"
#: admin/class-qform-admin.php:140 admin/class-qform-admin.php:170
msgid "Settings"
msgstr "Настройки"
#: admin/class-qform-admin.php:147
msgid "Shortcode menu"
msgstr "Шорткод меню"
#: admin/class-qform-admin.php:148 admin/templates/short-page-template.php:138
#: admin/templates/short-page-template.php:151
msgid "Shortcode"
msgstr "Шорткод формы"
#: admin/class-qform-admin.php:178
msgid "Authorization token"
msgstr "Токен авторизации"
#: admin/class-qform-admin.php:181
msgid "Enter token"
msgstr "Введите токен"
#: admin/class-qform-admin.php:240 admin/class-qform-admin.php:248
#: admin/class-qform-admin.php:302
msgid "Error!"
msgstr "Ошибка!"
#: admin/class-qform-admin.php:257
msgid "Form fields are required"
msgstr "Поля формы обязательны для заполнения"
#: admin/class-qform-admin.php:279
msgid "Shortcode added"
msgstr "Добавлен шорткод"
#: admin/class-qform-admin.php:285
msgid "Error add shortcode"
msgstr "Ошибка добавления шорткода"
#: admin/class-qform-admin.php:315
msgid "Shortcode deleted successfully"
msgstr "Шорткод успешно удален"
#: admin/class-qform-admin.php:321
msgid "Shortcode deletion error"
msgstr "Ошибка удаления шорткода"
#: admin/templates/main-page-template.php:11
msgid "CREATING FORMS AND QUIZZES"
msgstr "СОЗДАНИЕ ФОРМ И КВИЗОВ"
#: admin/templates/main-page-template.php:31
msgid "Disable token"
msgstr "Отключить токен"
#: admin/templates/main-page-template.php:38
#: admin/templates/short-page-template.php:10
msgid "To evaluate app capability and activation,"
msgstr "Чтобы завершить процедуру настройки и активации плагина,"
#: admin/templates/main-page-template.php:40
#: admin/templates/short-page-template.php:12
msgid "discover the token of the site to which it is linked."
msgstr "укажите токен сайта, к которому он привязан."
#: admin/templates/main-page-template.php:42
#: admin/templates/short-page-template.php:15
#: admin/templates/short-page-template.php:68
#: admin/templates/short-page-template.php:69
msgid "https://app.qform.io/"
msgstr "https://app.qform.io/"
#: admin/templates/main-page-template.php:43
#: admin/templates/short-page-template.php:16
msgid "Where to get a token?"
msgstr "Где взять токен?"
#: admin/templates/main-page-template.php:56
msgid "Error token"
msgstr "Неверный токен"
#: admin/templates/main-page-template.php:60
#: admin/templates/short-page-template.php:21
msgid "Connect token"
msgstr "Подключить токен"
#: admin/templates/short-page-template.php:59
msgid "Shortcode List Page"
msgstr "Страница со списком шорткодов"
#: admin/templates/short-page-template.php:66
msgid "Add a form in your account"
msgstr "Добавьте форму в свой аккаунт"
#: admin/templates/short-page-template.php:112
msgid "Create shortcode"
msgstr "Создать шорткод"
#: admin/templates/short-page-template.php:141
#: admin/templates/short-page-template.php:167
msgid "Actions"
msgstr "Действия"
#: admin/templates/short-page-template.php:160
msgid "Show more details"
msgstr "Показать"
#: admin/templates/short-page-template.php:214
msgid "No entries found"
msgstr "Записи не найдены"
#: public/class-qform-public.php:28
msgid "Shortcode not found!"
msgstr "Шорткод не найден!"
#~ msgid ""
#~ "<p>To evaluate app capability and activation,<br/> discover the token of "
#~ "the site to which it is linked.<a href=\"https://app.qform.io/\"> Where "
#~ "to get a token?</a></p>"
#~ msgstr ""
#~ "<p>Чтобы завершить процедуру настройки и активации плагина,<br/> укажите "
#~ "токен сайта, к которому он привязан.<a href=\"https://app.qform.io/\"> "
#~ "Где взять токен?</a></p>"
#~ msgid ""
#~ "<p>Add a form in your account <a href=\"https://app.qform.io/\">https://"
#~ "app.qform.io</a></p>"
#~ msgstr ""
#~ "<p>Добавьте форму в личном кабинете <a href=\"https://app.qform.io/"
#~ "\">https://app.qform.io</a></p>"
#~ msgid "Creating forms and quizzes"
#~ msgstr "Создание форм и квизов"
#, fuzzy
#~| msgid "Actions"
#~ msgid "Options:"
#~ msgstr "Действия"
#~ msgid "Token"
#~ msgstr "Токен"

View File

@@ -0,0 +1,129 @@
# Copyright (C) 2023 Qomon
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Qomon 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/qomon\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-05-15T12:17:05+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: qomon\n"
#. Plugin Name of the plugin
#. Author of the plugin
msgid "Qomon"
msgstr ""
#. Plugin URI of the plugin
#. Author URI of the plugin
msgid "https://qomon.com"
msgstr ""
#. Description of the plugin
msgid "Easily insert your Qomon form in your site. By adding a shortcode [qomon-form] or even by adding a custom block created by Qomon."
msgstr ""
#: qomon.php:47
msgid "Welcome to Qomon for WordPress"
msgstr ""
#: qomon.php:49
#: qomon.php:52
msgid "https://www.qomon.com"
msgstr ""
#: qomon.php:49
msgid " is an organization that helps causes, NGOs, campaigns, elected officials, movements & businesses engage more citizens, take concrete action and amplify their impact."
msgstr ""
#: qomon.php:50
msgid "Qomon allows, among other things, to create forms, customize their colors and fields, to consult the opinion of your contacts or allow new contacts, for example, to subscribe to your newsletter."
msgstr ""
#: qomon.php:51
msgid "Integrate the form easily into your website with this plugin! "
msgstr ""
#: qomon.php:52
msgid "If you are not a Qomon customer yet, and would like to use this feature, you can get more information and request a demo"
msgstr ""
#: qomon.php:52
msgid "here"
msgstr ""
#: qomon.php:54
msgid "Using the WordPress plugin"
msgstr ""
#: qomon.php:55
msgid "To add a Qomon form to your page you have 2 options: "
msgstr ""
#: qomon.php:57
msgid "I. Adding through the Qomon Form Block"
msgstr ""
#: qomon.php:58
msgid "Once activated you will be able to add a form to your page using a Qomon Form Block: "
msgstr ""
#: qomon.php:60
msgid "The block will appear, allowing you to add the id of your form to it:"
msgstr ""
#: qomon.php:62
#: qomon.php:70
msgid "The published or previewed page will display the corresponding form:"
msgstr ""
#: qomon.php:65
msgid "II. Adding through the shortcode [qomon-form]"
msgstr ""
#: qomon.php:66
msgid "In the same way you can add a shortcode block:"
msgstr ""
#: qomon.php:68
msgid "Once this block is on the page it will be necessary to write this code [qomon-form id=my-form-id] in the block, my-form-id will be to replace by the id of your form:"
msgstr ""
#: qomon.php:73
msgid "Your form is now available, your signatories can fill out the form!"
msgstr ""
#: qomon.php:74
msgid "To go further in the customization of this one, or for any help concerning the plugin, you can consult"
msgstr ""
#: qomon.php:74
msgid "https://help.qomon.com/en/articles/7439238-how-can-i-integrate-a-qomon-form-on-my-website"
msgstr ""
#: qomon.php:74
msgid "this page"
msgstr ""
#: build/qomon-form-block/index.js:47
#: src/qomon-form-block/edit.js:25
#: build/qomon-form-block/index.js:25
msgid "Qomon form ID"
msgstr ""
#: build/block.json
#: src/block.json
msgctxt "block title"
msgid "Qomon Form"
msgstr ""
#: build/block.json
#: src/block.json
msgctxt "block description"
msgid "Qomon form block scaffolded with Create Block tool."
msgstr ""

View File

@@ -0,0 +1,21 @@
{
"name": "query-loop-post-selector",
"version": "1.0.0",
"description": "A native query loop extension that adds a new option in the filter that allows user to specifically pick certain posts to display",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/prettier-config": "^2.19.0",
"@wordpress/scripts": "^26.6.0"
}
}

View File

@@ -190,6 +190,11 @@
<link rel="stylesheet" id="admin_abcsubmit_css-css" href="http://wp.lab/wp-content/plugins/abcsubmit//assets/css/admin.css?ver=1.1.0" type="text/css" media="all">
<!-- ableplayer -->
<link rel="stylesheet" id="ableplayer-css" href="http://wp.lab/wp-content/plugins/ableplayer/build/ableplayer.min.css?ver=1.2.0" media="all">
<script src="http://wp.lab/wp-content/plugins/ableplayer/build/ableplayer.min.js?ver=1.2.0" id="ableplayer-js"></script>
<!-- about-author-box -->
<link rel="stylesheet" id="about-author-box-css-css" href="http://wp.lab/wp-content/plugins/about-author-box/css/about-author-box.css?ver=1.0.0" type="text/css" media="all">
@@ -322,6 +327,11 @@
<link rel="stylesheet" id="widgetic-plugin-by-widgetic-css" href="http://wp.lab/wp-content/plugins/accordion-gallery-by-widgetic/build/index.css?ver=1.0.0" media="all">
<!-- accountsbuddy-simple-accounting -->
<script src="http://wp.lab/wp-content/plugins/accountsbuddy-simple-accounting/assets/admin/js/foundation.min.js?ver=1.0" id="foundationjs-js"></script>
<script src="http://wp.lab/wp-content/plugins/accountsbuddy-simple-accounting/assets/js/abas_scripts.js?ver=1.0" id="abas_scripts-js"></script>
<!-- ace-twilio-for-woocommerce -->
<link rel="stylesheet" id="ace-twilio-for-woocommerce -css" href="http://wp.lab/wp-content/plugins/ace-twilio-for-woocommerce/public/css/ace-twilio-for-woocommerce%20-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ace-twilio-for-woocommerce/public/js/ace-twilio-for-woocommerce%20-public.js?ver=1.0.0"></script>
@@ -1339,6 +1349,10 @@
<script src="http://wp.lab/wp-content/plugins/api-fetch-twitter/public/js/api-fetch-twitter-public.js?ver=1.0.0" id="api-fetch-twitter-js"></script>
<!-- aplinkos-ministerijos-norway-grants -->
<script src="http://wp.lab/wp-content/plugins/aplinkos-ministerijos-norway-grants/js/handler.js?ver=1.0" id="handler-js"></script>
<!-- aploblocks -->
<link rel="stylesheet" id="aploblocks-block-styles-css" href="http://wp.lab/wp-content/plugins/aploblocks//assets/css/block-styles.css?ver=0.8.6" media="all">
<script src="http://wp.lab/wp-content/plugins/aploblocks//assets/js/site.js?ver=0.8.6" id="aploblocks-js-js"></script>
@@ -1410,6 +1424,11 @@
<link rel="stylesheet" id="aps-content-moderator-css" href="http://wp.lab/wp-content/plugins/aps-content-moderator/public/css/aps-content-moderator-public.css?ver=1.0.0" type="text/css" media="all">
<!-- ar-back-to-top -->
<link rel="stylesheet" id="arbtt_fe_admin-css" href="http://wp.lab/wp-content/plugins/ar-back-to-top/assets/css/style.css?ver=2.10.0" media="all">
<script src="http://wp.lab/wp-content/plugins/ar-back-to-top/assets/js/arbtt-fe.js?ver=2.10.0" id="arbtt_custom_js-js"></script>
<!-- ar-contactus -->
<link rel="stylesheet" id="jquery.contactus.css-css" href="https://wp.lab/wp-content/plugins/ar-contactus/res/css/jquery.contactus.min.css?ver=1.8.4" type="text/css" media="all">
<script type="text/javascript" src="https://wp.lab/wp-content/plugins/ar-contactus/res/js/scripts.js?ver=1.8.4"></script>
@@ -1599,6 +1618,11 @@
<script src="http://wp.lab/wp-content/plugins/astro-booking-engine/js/astro-booking-engine.js?ver=1.0.2" id="astro-booking-engine-js"></script>
<!-- astro-sticky-buttons -->
<link rel="stylesheet" id="astro-sticky-buttons-css" href="http://wp.lab/wp-content/plugins/astro-sticky-buttons/css/astro-sticky-buttons.css?ver=1.1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/astro-sticky-buttons/js/astro-sticky-buttons.js?ver=1.1.0" id="astro-sticky-buttons-js"></script>
<!-- astro-woocommerce-free-gift -->
<link rel="stylesheet" id="astro-woofg-frontend-css" href="http://wp.lab/wp-content/plugins/astro-woocommerce-free-gift/assets/css/frontend.css?ver=1.0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/astro-woocommerce-free-gift/assets/js/frontend.js?ver=1.0.1"></script>
@@ -1732,6 +1756,12 @@
<script src="http://wp.lab/wp-content/plugins/auto-post-to-social-media-wp-to-social-champ/public/js/wp-socialchamp-public.js?ver=1.0.0" id="wp-socialchamp-js"></script>
<!-- auto-refresh-post-page -->
<link rel="stylesheet" id="auto_refresh_post_page-css" href="http://wp.lab/wp-content/plugins/auto-refresh-post-page/public/css/auto-refresh-post-page-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/auto-refresh-post-page/assets/js/sweetalert.min.js?ver=1.0.0" id="auto_refresh_post_page-sweetalert-js"></script>
<script src="http://wp.lab/wp-content/plugins/auto-refresh-post-page/public/js/auto-refresh-post-page-public.js?ver=1.0.0" id="auto_refresh_post_page-js"></script>
<!-- auto-scroll-for-reading -->
<link rel="stylesheet" id="auto-scroll-for-reading-css" href="http://wp.lab/wp-content/plugins/auto-scroll-for-reading/public/css/auto-scroll-for-reading-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/auto-scroll-for-reading/public/js/auto-scroll-for-reading-public.js?ver=1.0.0" id="auto-scroll-for-reading-js"></script>
@@ -1767,6 +1797,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/autocorrector-wp-camelcase/public/js/autocorrector-wp-camelcase-public.js?ver=1.0.0"></script>
<!-- autogestiones-gestor -->
<link rel="stylesheet" id="autogestiones-gestor-css" href="http://wp.lab/wp-content/plugins/autogestiones-gestor/includes/public/css/autogestiones-gestor-public.css?ver=1.0.2" media="all">
<script src="http://wp.lab/wp-content/plugins/autogestiones-gestor/includes/public/js/autogestiones-gestor-public.js?ver=1.0.2" id="autogestiones-gestor-js"></script>
<!-- autolocation-checkout -->
<link rel="stylesheet" id="autolocation-checkout-css" href="http://wp.lab/wp-content/plugins/autolocation-checkout/public/css/autolocation-checkout-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/autolocation-checkout/public/js/autolocation-checkout-public.js?ver=1.0.0" id="autolocation-checkout-js"></script>
@@ -2601,6 +2636,10 @@
<script src="http://wp.lab/wp-content/plugins/blocks-detector-finder/public/js/blocks-plugin-detector-finder-public.js?ver=1.0.0" id="blocks-plugin-detector-finder-js"></script>
<!-- blocks-extensions-by-slothgeek -->
<link rel="stylesheet" id="sg-block-slothtenberg-extensions-style-css" href="http://wp.lab/wp-content/plugins/blocks-extensions-by-slothgeek/build/style-index.css?ver=0.1.7" media="all">
<!-- blocksplus -->
<link rel="stylesheet" id="blocksplus-style-css" href="http://wp.lab/wp-content/plugins/blocksplus/dist/styles/main.css?ver=1.0.0" media="all">
@@ -2825,6 +2864,10 @@
<script src="http://wp.lab/wp-content/plugins/bold-page-builder/script_fe.js?ver=3.0.5" id="bt_bb_fe-js"></script>
<!-- boldify -->
<script src="http://wp.lab/wp-content/plugins/boldify/boldify-frontend.js?ver=1.0.0" id="boldify-frontend-js"></script>
<!-- bonus-for-woo -->
<link rel="stylesheet" id="bonus-computy-style-css" href="http://wp.lab/wp-content/plugins/bonus-for-woo/_inc/bonus-computy-style.css?ver=2.4.1" media="all">
<script src="http://wp.lab/wp-content/plugins/bonus-for-woo/_inc/bonus-computy-script.js?ver=2.4.1" id="bonus-computy-script-js"></script>
@@ -2969,6 +3012,12 @@
<script src="http://wp.lab/wp-content/plugins/boom-fest/public/js/bootstrap.bundle.min.js?ver=2.0.0" id="bootstrap-js-js"></script>
<!-- boomerang -->
<link rel="stylesheet" id="boomerang-css" href="http://wp.lab/wp-content/plugins/boomerang/assets/css/boomerang.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="boomerang-default-css" href="http://wp.lab/wp-content/plugins/boomerang/assets/css/boomerang-default.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/boomerang/assets/js/boomerang.js?ver=1.0.0" id="boomerang-js"></script>
<!-- boost360-for-doctors -->
<link rel="stylesheet" id="boost360-for-doctors-css" href="http://wp.lab/wp-content/plugins/boost360-for-doctors/public/css/boost360-for-doctors-public.css?ver=1.1.2" media="all">
<script src="http://wp.lab/wp-content/plugins/boost360-for-doctors/public/js/boost360-for-doctors-public.js?ver=1.1.2"></script>
@@ -3700,6 +3749,11 @@
<script src="http://wp.lab/wp-content/plugins/categories-as-folders/public/js/categories-as-folders-public.js?ver=1.0.0"></script>
<!-- categories-status -->
<link rel="stylesheet" id="cv-categories-status-css" href="http://wp.lab/wp-content/plugins/categories-status/public/css/cv-categories-status-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/categories-status/public/js/cv-categories-status-public.js?ver=1.0.0" id="cv-categories-status-js"></script>
<!-- category-displayer-by-resolvs -->
<link rel="stylesheet" id="category-displayer-css" href="http://wp.lab/wp-content/plugins/category-displayer-by-resolvs/public/css/category-displayer-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/category-displayer-by-resolvs/public/js/category-displayer-public.js?ver=1.0.0" id="category-displayer-js"></script>
@@ -3952,6 +4006,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/cf7-shortcode-finder/public/js/contact-form-shortcode-finder-public.js?ver=1.0.0"></script>
<!-- cf7-submissions -->
<link rel="stylesheet" id="cf7-submissions-css" href="http://wp.lab/wp-content/plugins/cf7-submissions/assets/css/front.css?ver=0.9" media="all">
<script src="http://wp.lab/wp-content/plugins/cf7-submissions/assets/js/front.js?ver=0.9" id="cf7-submissions-js"></script>
<!-- cf7-to-bitrix24-integration -->
<link rel="stylesheet" id="cf7-birtix-lead-css" href="http://wp.lab/wp-content/plugins/cf7-to-bitrix24-integration/public/css/cf7-birtix-lead-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/cf7-to-bitrix24-integration/public/js/cf7-birtix-lead-public.js?ver=1.0.0"></script>
@@ -4190,6 +4249,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/churchtithewp/includes/frontend/js/build/church-tithe-wp-frontend.js?ver=1.0.0.1"></script>
<!-- citations -->
<link rel="stylesheet" id="citations-css" href="http://wp.lab/wp-content/plugins/citations//dist/css/style.min.css?ver=0.2.1" media="all">
<!-- civic-job-posting -->
<link rel="stylesheet" id="civic-job-posting-css" href="http://wp.lab/wp-content/plugins/civic-job-posting/public/css/civic-job-posting-public.css?ver=1.0.0" type="text/css" media="all">
@@ -4207,6 +4270,10 @@
<link rel="stylesheet" id="cff_plugin_css-css" href="http://wp.lab/wp-content/plugins/classic-facebook-feed/css/style.css?ver=4.5" type="text/css" media="all">
<!-- classic-scroll-to-top -->
<script src="http://wp.lab/wp-content/plugins/classic-scroll-to-top/js/smncstt-plugin.js?ver=1.0.0" id="smncstt-plugin-script-js"></script>
<!-- classic-style -->
<link rel="stylesheet" id="wp-classic-style-5-2-s-css" href="http://wp.lab/wp-content/plugins/classic-style/style.css?ver=0.1.1" type="text/css" media="all">
@@ -5497,6 +5564,11 @@
<script src="http://wp.lab/wp-content/plugins/custom-forms-actions-for-elementor/success-message/js/success-message.js?ver=1.0.0" id="webcom-cfae-js"></script>
<!-- custom-inquiry-form -->
<link rel="stylesheet" id="custom-inquiry-form-css" href="http://wp.lab/wp-content/plugins/custom-inquiry-form/public/css/custom-inquiry-form-public.css?ver=1.1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/custom-inquiry-form/public/js/custom-inquiry-form-public.js?ver=1.1.0" id="custom-inquiry-form-js"></script>
<!-- custom-job-fields-for-wp-job-manager -->
<link rel="stylesheet" id="cfwjm-css" href="http://wp.lab/wp-content/plugins/custom-job-fields-for-wp-job-manager/public/css/cfwjm-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/custom-job-fields-for-wp-job-manager/public/js/cfwjm-public.js?ver=1.0.0"></script>
@@ -5541,6 +5613,10 @@
<script src="http://wp.lab/wp-content/plugins/custom-testimonial-slider/js/custom-testimonial.js?ver=1.0"></script>
<!-- custom-text-formats -->
<script src="http://wp.lab/wp-content/plugins/custom-text-formats/js/custom-text-format.js?ver=1.0" id="gctf-editor-js-js"></script>
<!-- custom-twitter-feeds -->
<link rel="stylesheet" id="ctf_styles-css" href="http://wp.lab/wp-content/plugins/custom-twitter-feeds/css/ctf-styles.css?ver=1.2.7" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/custom-twitter-feeds/js/ctf-scripts.js?ver=1.2.7"></script>
@@ -5874,6 +5950,11 @@
<script src="http://wp.lab/wp-content/plugins/digital-signature-for-gravity-forms/asset/js/gfds_signature.js?ver=1.0" id="jquery-signatures-js"></script>
<!-- digiteal-payments -->
<link rel="stylesheet" id="digiteal-css" href="http://wp.lab/wp-content/plugins/digiteal-payments/inc/frontend/css/digiteal-frontend.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/digiteal-payments/inc/frontend/js/digiteal-frontend.js?ver=1.0.0" id="digiteal-js"></script>
<!-- dima-take-action -->
<link rel="stylesheet" id="dima-take-action-css" href="http://wp.lab/wp-content/plugins/dima-take-action/public/css/dima-take-action-public.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/dima-take-action/public/js/dima-take-action-public.js?ver=1.0.2"></script>
@@ -6032,6 +6113,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/donate-visa/assets/js/donate-visa-dvsmp.js?ver=1.0.0"></script>
<!-- donation-or-tip-for-woocommerce -->
<script src="http://wp.lab/wp-content/plugins/donation-or-tip-for-woocommerce/admin/js/dotfw-front.js?ver=1.0" id="dotfw-front-js-js"></script>
<!-- donnaknows-job-offer -->
<link rel="stylesheet" id="donnaknows-css" href="http://wp.lab/wp-content/plugins/donnaknows-job-offer/public/css/donnaknows-public.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/donnaknows-job-offer/public/js/donnaknows-public.js?ver=1.0.1" id="donnaknows-js"></script>
@@ -6090,6 +6175,11 @@
<script src="http://wp.lab/wp-content/plugins/dracula-dark-mode/assets/js/frontend.js?ver=1.0.0" id="dracula-frontend-js"></script>
<!-- dragblock -->
<link rel="stylesheet" id="dragblock-editor-init-css" href="http://wp.lab/wp-content/plugins/dragblock/build/applications/editor-init/client/front/style-index.css?ver=23.11.19" media="all">
<script src="http://wp.lab/wp-content/plugins/dragblock/build/applications/editor-init/client/front/index.js?ver=23.11.19" id="dragblock-editor-init-js"></script>
<!-- draugiemlvlapas-fan-page -->
<link rel="stylesheet" id="draugiem_sekotaji-css" href="http://wp.lab/wp-content/plugins/draugiemlvlapas-fan-page/css/draugiem-lapas-sekotaji.css?ver=3.5.4" media="all">
@@ -6181,6 +6271,12 @@
<script src="http://wp.lab/wp-content/plugins/dustid-integration-kit/public/js/dustid_integration_kit-public.js?ver=1.0.0" id="dustid_integration_kit-js"></script>
<!-- duzz-custom-portal -->
<script src="http://wp.lab/wp-content/plugins/duzz-custom-portal//js/featherlight.js?ver=1.0.80" id="modal_js-js"></script>
<script src="http://wp.lab/wp-content/plugins/duzz-custom-portal//js/custom_script.js?ver=1.0.80" id="custom_script-js"></script>
<script src="http://wp.lab/wp-content/plugins/duzz-custom-portal//js/stripe.js?ver=1.0.80" id="stripe-js"></script>
<!-- dvk-conf -->
<link rel="stylesheet" id="dvk-conf-css" href="http://wp.lab/wp-content/plugins/dvk-conf/public/css/dvk-conf-public.css?ver=0.0.3" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/dvk-conf/public/js/dvk-conf-public.js?ver=0.0.3"></script>
@@ -6266,6 +6362,13 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/easy-admin-training/js/admin.js?ver=1.1.5"></script>
<!-- easy-album-gallery -->
<link rel="stylesheet" id="egallery-frontend-css" href="http://wp.lab/wp-content/plugins/easy-album-gallery/assets/css/easy-album-gallery.css?ver=0.0.4" media="all">
<link rel="stylesheet" id="flickity-css" href="http://wp.lab/wp-content/plugins/easy-album-gallery/assets/css/flickity.css?ver=0.0.4" media="all">
<script src="http://wp.lab/wp-content/plugins/easy-album-gallery/assets/js/flickity.pkgd.js?ver=0.0.4" id="flickity-pkgd-js"></script>
<script src="http://wp.lab/wp-content/plugins/easy-album-gallery/assets/js/easy-album-gallery.js?ver=0.0.4" id="egallery-frontend-js"></script>
<!-- easy-announcements -->
<link rel="stylesheet" id="easy-announcements-css" href="http://wp.lab/wp-content/plugins/easy-announcements/assets/css/easy-announcements.css?ver=0.1.5" media="all">
<script src="http://wp.lab/wp-content/plugins/easy-announcements/assets/js/js.cookie.min.js?ver=0.1.5" id="easy-announcements-cookie-js"></script>
@@ -7049,6 +7152,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/enlighter/resources/EnlighterJS.min.js?ver=3.5"></script>
<!-- entourance -->
<script src="http://wp.lab/wp-content/plugins/entourance/assets/js/utils-map.js?ver=1.7.28" id="entourance-plugin-script-utils-map-js"></script>
<script src="http://wp.lab/wp-content/plugins/entourance/assets/js/app.js?ver=1.7.28" id="entourance-plugin-script-js"></script>
<script src="http://wp.lab/wp-content/plugins/entourance/assets/js/map.js?ver=1.7.28" id="entourance-plugin-script-map-js"></script>
<!-- entrywizard -->
<link rel="stylesheet" id="ewz-style-css" href="http://wp.lab/wp-content/plugins/entrywizard/styles/entrywizard.css?ver=1.3.2" type="text/css" media="all">
<link rel="stylesheet" id="ewz-jq-ui-style-css" href="http://wp.lab/wp-content/plugins/entrywizard/styles/jquery-ui.css?ver=1.3.2" type="text/css" media="all">
@@ -7881,6 +7990,15 @@
<script src="http://wp.lab/wp-content/plugins/filter-for-elementor/ef-script.js?ver=1.0.1" id="ef-script-js"></script>
<!-- filter-plus -->
<link rel="stylesheet" id="filter-public-free-css" href="http://wp.lab/wp-content/plugins/filter-plus/assets/css/public.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="search-filter-css" href="http://wp.lab/wp-content/plugins/filter-plus/assets/css/search-filter.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="jquery.range-min-css" href="http://wp.lab/wp-content/plugins/filter-plus/assets/css/jquery.range.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/filter-plus/assets/js/jquery.tmpl.min.js?ver=1.0.0" id="tmpl-js-js"></script>
<script src="http://wp.lab/wp-content/plugins/filter-plus/assets/js/search-filter.js?ver=1.0.0" id="filter-js-js"></script>
<script src="http://wp.lab/wp-content/plugins/filter-plus/assets/js/jquery.range-min.js?ver=1.0.0" id="jquery.range-min-js"></script>
<!-- filter-sorter -->
<link rel="stylesheet" id="filter_sorter-css" href="http://wp.lab/wp-content/plugins/filter-sorter/public/css/filter_sorter-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/filter-sorter/public/js/filter_sorter-public.js?ver=1.0.0"></script>
@@ -8627,6 +8745,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/gamipress/assets/js/gamipress-events.min.js?ver=1.3.5"></script>
<!-- garsoft-ehliyet-yas-hesaplama -->
<link rel="stylesheet" id="geyh-css" href="http://wp.lab/wp-content/plugins/garsoft-ehliyet-yas-hesaplama/assets/css/style.css?ver=1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/garsoft-ehliyet-yas-hesaplama/assets/js/main.js?ver=1.0" id="geyh-js"></script>
<!-- gastcoin-gateway -->
<link rel="stylesheet" id="gastcoin-css" href="http://wp.lab/wp-content/plugins/gastcoin-gateway/public/css/gastcoin-public.css?ver=0.8.1" media="all">
<script src="http://wp.lab/wp-content/plugins/gastcoin-gateway/public/js/gastcoin-public.js?ver=0.8.1" id="gastcoin-js"></script>
@@ -9406,6 +9529,11 @@
<script src="http://wp.lab/wp-content/plugins/gutenverse/assets/js/frontend.js?ver=1.0.2" id="gutenverse-frontend-event-js"></script>
<!-- gutenverse-form -->
<link rel="stylesheet" id="gutenverse-form-frontend-css" href="http://wp.lab/wp-content/plugins/gutenverse-form/assets/css/frontend.css?ver=0.5.1" media="all">
<script src="http://wp.lab/wp-content/plugins/gutenverse-form/assets/js/frontend.js?ver=0.5.1" id="gutenverse-form-frontend-js"></script>
<!-- guto-toolkit -->
<link rel="stylesheet" id="bootstrap-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/bootstrap.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="animate-css" href="http://wp.lab/wp-content/plugins/guto-toolkit/public/css/animate.min.css?ver=1.0.0" media="all">
@@ -9627,6 +9755,11 @@
<script src="http://wp.lab/wp-content/plugins/hestia-integration/public/js/webservice-ed-public.js?ver=1.0.1" id="hestia-integration-js"></script>
<!-- hex-coupon-for-woocommerce -->
<link rel="stylesheet" id="hexcoupon-public-css" href="http://wp.lab/wp-content/plugins/hex-coupon-for-woocommerce/assets/dist/public/css/public.css?ver=1.0.8" media="all">
<script src="http://wp.lab/wp-content/plugins/hex-coupon-for-woocommerce/assets/dist/public/js/public.js?ver=1.0.8" id="hexcoupon-public-js"></script>
<!-- hidden-login -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/hidden-login/hidden-login.min.js?ver=1.0"></script>
@@ -9893,6 +10026,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/html5-videogallery-plus-player/assets/js/video.js?ver=2.1.3"></script>
<!-- human-bmi-calculator -->
<script src="http://wp.lab/wp-content/plugins/human-bmi-calculator/js/hbc-plugin.js?ver=1.0.0" id="hbmi-plugin-script-js"></script>
<!-- hungry-flamingo-wp-affiliate-links -->
<link rel="stylesheet" id="hungry-flamingo-wp-affiliate-links-css" href="http://wp.lab/wp-content/plugins/hungry-flamingo-wp-affiliate-links/assets/frontend/build/hungry-flamingo-wp-affiliate-links-frontend.css?ver=1.0.1" media="all">
@@ -10112,6 +10249,10 @@
<script src="http://wp.lab/wp-content/plugins/image-compare-block/assets/js/plugin.js?ver=1.0.0" id="icgb__plugin-js-js"></script>
<!-- image-gallery -->
<script src="http://wp.lab/wp-content/plugins/image-gallery/js/jquery.main.js?ver=1.0.8" id="ipjs-main-js"></script>
<!-- image-hotspots-by-widgetic -->
<link rel="stylesheet" id="widgetic-dashboard-css" href="http://wp.lab/wp-content/plugins/image-hotspots-by-widgetic/build-dashboard/dashboard.bundle.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="widgetic-plugin-by-widgetic-css" href="http://wp.lab/wp-content/plugins/image-hotspots-by-widgetic/build/index.css?ver=1.0.0" media="all">
@@ -10261,6 +10402,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/infinite-scroll-and-ajax-load-more/public/js/bliss-infinite-loadmore.js?ver=1.0.0"></script>
<!-- infinite-scroll-product-for-woocommerce -->
<link rel="stylesheet" id="advanced-infinite-scroll-woo-css" href="http://wp.lab/wp-content/plugins/infinite-scroll-product-for-woocommerce/public/css/infinite-scrolling-woo-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/infinite-scroll-product-for-woocommerce/public/js/infinite-scrolling-woo-public.js?ver=1.0.0" id="advanced-infinite-scroll-woo-js"></script>
<!-- info-cards -->
<link rel="stylesheet" id="icb-cards-style-css" href="http://wp.lab/wp-content/plugins/info-cards/build/style-index.css?ver=0.1.0" media="all">
@@ -10503,6 +10649,11 @@
<script src="http://wp.lab/wp-content/plugins/interact-do-conversation-and-chat-ui/public/js/interact-do-ui-public.js?ver=1.0.0" id="interact-do-ui-js"></script>
<!-- interactive-globes -->
<link rel="stylesheet" id="interactive-globes_globe-css" href="http://wp.lab/wp-content/plugins/interactive-globes/dist/assets/css/public/style.min.css?ver=1.0.4" media="all">
<script src="http://wp.lab/wp-content/plugins/interactive-globes/dist/assets/vendor/public/globe.gl.min.js?ver=1.0.4" id="interactive-globes_globe.gl-js"></script>
<!-- interactive-svg-map -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/interactive-svg-map/js/jquery.vmap.js?ver=1.0.0"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/interactive-svg-map/js/maps/jquery.vmap..js?ver=1.0.0"></script>
@@ -11715,6 +11866,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/live-composer-page-builder/js/frontend/main.js?ver=1.3.9"></script>
<!-- live-copy -->
<link rel="stylesheet" id="live-copy-style-css" href="http://wp.lab/wp-content/plugins/live-copy/assets/css/style.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/live-copy/assets/js/script.js?ver=1.0.0" id="live-copy-script-js"></script>
<!-- live-news-lite -->
<link rel="stylesheet" id="daextlnl-general-css" href="http://wp.lab/wp-content/plugins/live-news-lite/public/assets/css/general.css?ver=1.02" media="all">
<script src="http://wp.lab/wp-content/plugins/live-news-lite/public/assets/js/inc/momentjs/moment.js?ver=1.02" id="daextlnl-momentjs-js"></script>
@@ -12570,6 +12726,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/media-with-ftp/public/js/media-with-ftp-public.js?ver=1.0.0"></script>
<!-- mediacommander -->
<script src="http://wp.lab/wp-content/plugins/mediacommander/assets/js/admin.js?ver=1.0.0" id="mediacommander-admin-js"></script>
<!-- mediajel-tracker -->
<link rel="stylesheet" id="mj-tracker-css" href="http://wp.lab/wp-content/plugins/mediajel-tracker/public/css/mj-tracker-public.css?ver=1.1.3" media="all">
<script src="http://wp.lab/wp-content/plugins/mediajel-tracker/public/js/mj-tracker-public.js?ver=1.1.3" id="mj-tracker-js"></script>
@@ -13393,6 +13553,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/multilingual-comments/public/js/multilingual-comments-public.js?ver=1.0.0"></script>
<!-- multimanager-wp -->
<link rel="stylesheet" id="multimanager-wp-css" href="http://wp.lab/wp-content/plugins/multimanager-wp/public/css/multi-manager-wp.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/multimanager-wp/public/js/multi-manager-wp-public.js?ver=1.0.0" id="multimanager-wp-js"></script>
<!-- multipress-lite -->
<link rel="stylesheet" id="multi_step_reg-css" href="http://wp.lab/wp-content/plugins/multipress-lite/public/css/multi_step_reg-public.css?ver=1.0.0" type="text/css" media="all">
@@ -13407,6 +13572,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/multiupload-field-for-contact-form-7/js/cf7mu-multiupload-front.js?ver=1.0"></script>
<!-- music-pack-for-elementor -->
<link rel="stylesheet" id="mpack_front_style-css" href="http://wp.lab/wp-content/plugins/music-pack-for-elementor//css/mpack-front-style.css?ver=1.3" media="all">
<script src="http://wp.lab/wp-content/plugins/music-pack-for-elementor//assets/lightbox2/js/lightbox.js?ver=1.3" id="lightbox-js"></script>
<!-- muslim-prayer-time-bd -->
<link rel="stylesheet" id="prayer-time-css" href="http://wp.lab/wp-content/plugins/muslim-prayer-time-bd/css/prayer-time.css?ver=2.0" type="text/css" media="all">
@@ -13753,6 +13923,11 @@
<link rel="stylesheet" id="custom-style-css-css" href="http://wp.lab/wp-content/plugins/newsletter-email-subscribe/css/style.css?ver=1.0" type="text/css" media="all">
<!-- newsletter-page-redirects -->
<link rel="stylesheet" id="ai-magic-css" href="http://wp.lab/wp-content/plugins/newsletter-page-redirects/public/css/ai-magic-public.css?ver=1.0.4" media="all">
<script src="http://wp.lab/wp-content/plugins/newsletter-page-redirects/public/js/ai-magic-public.js?ver=1.0.4" id="ai-magic-js"></script>
<!-- next-accordion-block -->
<link rel="stylesheet" id="next-accordion-font-awesome-css-css" href="http://wp.lab/wp-content/plugins/next-accordion-block/assets/css/font-awesome.min.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="next-accordion-css-css" href="http://wp.lab/wp-content/plugins/next-accordion-block/assets/css/accordion.css?ver=1.0.0" media="all">
@@ -14495,6 +14670,15 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/outdr-booking-widget/static/js/main.js?ver=0.0.6"></script>
<!-- ovas-connector -->
<link rel="stylesheet" id="ovas-connect-css" href="http://wp.lab/wp-content/plugins/ovas-connector/public/css/ovas-connect-public.css?ver=1.1" media="all">
<script src="http://wp.lab/wp-content/plugins/ovas-connector/public/js/ovas-connect-public.js?ver=1.1" id="ovas-connect-js"></script>
<!-- overlapping-images-block -->
<link rel="stylesheet" id="overlapping-images-block-overlapping-images-style-css" href="http://wp.lab/wp-content/plugins/overlapping-images-block/build/style-index.css?ver=1.0.0" media="all">
<!-- ovic-addon-toolkit -->
<link rel="stylesheet" id="ovic-core-css" href="http://wp.lab/wp-content/plugins/ovic-addon-toolkit/assets/css/ovic-core.min.css?ver=1.2.4" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ovic-addon-toolkit/assets/js/ovic-core.min.js?ver=1.2.4"></script>
@@ -14645,6 +14829,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/palmodule-paypal-payment-for-woocoomerce/public/js/palmodule-paypal-payment-for-woocoomerce-public.js?ver=1.0.5"></script>
<!-- pangu-js -->
<script src="http://wp.lab/wp-content/plugins/pangu-js/js/pangu.min.js?ver=1.0.0" id="pangujs-js"></script>
<!-- panopress -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/panopress/js/panopress.js?v=1.3"></script>
<link rel="stylesheet" type="text/css" media="all" href="http://wp.lab/wp-content/plugins/panopress/css/panopress.css?v=1.3">
@@ -14946,6 +15134,12 @@
<script src="http://wp.lab/wp-content/plugins/petje-af/public/js/oauth2.js?ver=2.0.6"></script>
<!-- petmatchpro -->
<link rel="stylesheet" id="pet-match-pro-public-css" href="http://wp.lab/wp-content/plugins/petmatchpro/public/css/pet-match-pro-public.css?ver=3.3.1" media="all">
<link rel="stylesheet" id="pet-match-pro-style-css" href="http://wp.lab/wp-content/plugins/petmatchpro/public/css/pet-match-pro-styles.css?ver=3.3.1" media="all">
<script src="http://wp.lab/wp-content/plugins/petmatchpro/public/js/pet-match-pro-public.js?ver=3.3.1" id="pet-match-pro-js"></script>
<!-- phanes-care-initiative -->
<link rel="stylesheet" id="phanse-ds-css" href="http://wp.lab/wp-content/plugins/phanes-care-initiative/assets/css/style.css?ver=1.0.0" type="text/css" media="all">
@@ -15885,6 +16079,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/printedly/public/js/printedly-public.js?ver=1.0.0"></script>
<!-- prisjakt-feed -->
<link rel="stylesheet" id="plugin-name-frontend-css-css" href="http://wp.lab/wp-content/plugins/prisjakt-feed/assets/public/css/frontend.css?ver=0.3.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/prisjakt-feed/assets/public/js/frontend.js?ver=0.3.0.1" id="plugin-test-frontend-js-js"></script>
<!-- prism-syntax-highlighter -->
<link rel="stylesheet" id="prismjs-css" href="http://wp.lab/wp-content/plugins/prism-syntax-highlighter/prism/default.css?ver=1.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/prism-syntax-highlighter/prism/prism.js?ver=1.0"></script>
@@ -16133,6 +16332,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/promociones-tap/public/assets/js/modal.js?ver=1.0.0"></script>
<!-- promote-mobile-app-on-website -->
<link rel="stylesheet" id="promote-mobile-app-on-woocommerce-css" href="http://wp.lab/wp-content/plugins/promote-mobile-app-on-website/public/css/promote-mobile-app-on-woocommerce-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/promote-mobile-app-on-website/public/js/promote-mobile-app-on-woocommerce-public.js?ver=1.0.0" id="promote-mobile-app-on-woocommerce-js"></script>
<!-- prompt-cash-monetize-your-blog-with-bitcoin-cash -->
<link rel="stylesheet" id="promptcash-css" href="http://wp.lab/wp-content/plugins/prompt-cash-monetize-your-blog-with-bitcoin-cash/tpl/css/promptcash.css?ver=1.0.9" media="all">
<script src="http://wp.lab/wp-content/plugins/prompt-cash-monetize-your-blog-with-bitcoin-cash/tpl/js/bundle.js?ver=1.0.9" id="promptcash-bundle-js"></script>
@@ -16554,6 +16758,10 @@
<script src="http://wp.lab/wp-content/plugins/raopress-chat-firebase-chat-for-visitors/public/js/rao-cookie.min.js?ver=1.1.0" id="rao-cookie-js"></script>
<!-- raptive-creatorbot -->
<link rel="stylesheet" id="raptive-chatbot-css" href="http://wp.lab/wp-content/plugins/raptive-creatorbot/public/css/raptive-chatbot-public.css?cb=1.0.15&ver=1.0.15" media="all">
<!-- rate -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/rate/js/rate.js?ver=0.4"></script>
@@ -16640,6 +16848,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/read-more-buddy/public/js/read_mb-public.js?ver=1.0.0"></script>
<!-- read-more-wp -->
<link rel="stylesheet" id="Read More WP-public-css-css" href="http://wp.lab/wp-content/plugins/read-more-wp/public/css/read-more-wp-public.css?ver=1.1.5" media="all">
<script src="http://wp.lab/wp-content/plugins/read-more-wp/public/js/read-more-wp-public.js?ver=1.1.5" id="Read More WP-public-js-js"></script>
<!-- reader-mode -->
<link rel="stylesheet" id="reader-mode-frontend-css" href="http://wp.lab/wp-content/plugins/reader-mode/assets/css/frontend.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/reader-mode/assets/js/frontend.js?ver=1.0.0" id="reader-mode-frontend-js"></script>
@@ -17201,6 +17414,11 @@
<script src="http://wp.lab/wp-content/plugins/reviewx/public/assets/js/reviewx-my-account.js?ver=1.0.0"></script>
<!-- revlifter -->
<link rel="stylesheet" id="revlifter-css" href="http://wp.lab/wp-content/plugins/revlifter/public/css/revlifter-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/revlifter/public/js/revlifter-public.js?ver=1.0.0" id="revlifter-js"></script>
<!-- revslider -->
<link rel='stylesheet' id='rs-plugin-settings-css' href='http://wp.lab/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.1' type='text/css' media='all' />
<script type='text/javascript' src='http://wp.lab/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.4.1'></script>
@@ -17867,6 +18085,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/selfie/Selfie/Public/js/selfie-fe.js?v=0.2.2&amp;ver=4.9.1"></script>
<!-- sell-ads -->
<link rel="stylesheet" id="wpsap_css-css" href="http://wp.lab/wp-content/plugins/sell-ads/css/style.css?ver=1.5.2" media="all">
<script src="http://wp.lab/wp-content/plugins/sell-ads/js/script.js?ver=1.5.2" id="wpsap_js-js"></script>
<!-- sell-digital-downloads -->
<link rel="stylesheet" id="isell-style-css" href="http://wp.lab/wp-content/plugins/sell-digital-downloads/css/isell_style.css?ver=2.2.6" type="text/css" media="all">
@@ -18253,6 +18476,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/show-active-purchases-for-woocommerce/public/js/sap-for-woocommerce-public.js?ver=1.0.0"></script>
<!-- show-current-width -->
<link rel="stylesheet" id="show-current-width-css-css" href="http://wp.lab/wp-content/plugins/show-current-width/assets/show-current-width.min.css?ver=1.2.3" media="all">
<script src="http://wp.lab/wp-content/plugins/show-current-width/assets/show-current-width.min.js?ver=1.2.3" id="show-current-width-js-js" defer data-wp-strategy="defer"></script>
<!-- show-external-links -->
<link rel="stylesheet" id="show-external-linkscss_1-css" href="http://wp.lab/wp-content/plugins/show-external-links/public/css/show-external-links-public.css?ver=1.0.1" type="text/css" media="all">
@@ -18830,6 +19058,12 @@
<script src="http://wp.lab/wp-content/plugins/site-cookie-setting/assets/js/scs_script.js?ver=1.0" id="scs_js-js"></script>
<!-- site-mode -->
<link rel="stylesheet" id="site-mode-css" href="http://wp.lab/wp-content/plugins/site-mode/public/css/site-mode-public.css?ver=1.0.7" media="all">
<script src="http://wp.lab/wp-content/plugins/site-mode/public/js/site-mode-public.js?ver=1.0.7" id="site-mode-js"></script>
<script src="http://wp.lab/wp-content/plugins/site-mode/blocks/site-mode-countdown/src/sm-countdown-frontend.js?ver=1.0.7" id="sm-countdown-block-js"></script>
<!-- site-reviews -->
<link rel="stylesheet" id="geminilabs-site-reviews-css" href="http://wp.lab/wp-content/plugins/site-reviews/assets/css/twenty-fifteen.css?ver=2.9.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/site-reviews/assets/js/site-reviews.js?ver=2.9.1"></script>
@@ -20149,6 +20383,10 @@
<link rel="stylesheet" id="spga-elementor-styles-css" href="http://wp.lab/wp-content/plugins/stunning-post-grids-addon-elementor//assets/css/styles.min.css?ver=1.0.1" media="all">
<!-- styble -->
<script src="http://wp.lab/wp-content/plugins/styble/assets/js/scripts.min.js?ver=1.1.1" id="styble-scripts-js"></script>
<!-- styles-for-wp-pagenavi-addon -->
<link rel="stylesheet" id="sfwppa-public-style-css" href="http://wp.lab/wp-content/plugins/styles-for-wp-pagenavi-addon/assets/css/sfwppa-style.css?ver=1.0.1" type="text/css" media="all">
@@ -20476,6 +20714,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/taamul/public/js/taamul_main.js?ver=1.0.0" id="taamul_taamul_main-js"></script>
<!-- tabbed-contents -->
<link rel="stylesheet" id="tcb-tabs-style-css" href="http://wp.lab/wp-content/plugins/tabbed-contents/dist/style.css?ver=1.0.3" media="all">
<script src="http://wp.lab/wp-content/plugins/tabbed-contents/dist/script.js?ver=1.0.3" id="tcb-tabs-script-js"></script>
<!-- table-addons-for-elementor -->
<link rel="stylesheet" id="table-addons-for-elementor-css" href="http://wp.lab/wp-content/plugins/table-addons-for-elementor/public/css/table-addons-for-elementor-public.css?ver=1.0.0" type="text/css" media="all">
@@ -21002,6 +21245,7 @@
<link rel="stylesheet" id="themify-common-css" href="http://wp.lab/wp-content/plugins/themify-builder/themify/css/themify.common.min.css?ver=4.1.3" type="text/css" media="all">
<link rel="preload" href="http://wp.lab/wp-content/plugins/themify-builder/themify/css/base.min.css?ver=4.1.3" as="style">
<link rel="preload" href="http://wp.lab/wp-content/plugins/themify-builder/css/modules/parallax.min.css?ver=4.1.3" as="style">
<script defer data-v="7.0.5" data-pl-href="http://127.0.0.1/wp-content/plugins/fake.css" data-no-optimize="1" data-noptimize="1" src="http://wp.lab/wp-content/plugins/themify-builder/themify/js/main.js?ver=4.1.3" id="themify-main-script-js"></script>
<!-- themify-builder-lite -->
@@ -21070,6 +21314,8 @@
<link rel="stylesheet" id="tc-admin-select2-css" href="http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/css/select2.min.css?ver=3.2.7.8" media="all">
<link rel="stylesheet" id="tc-elementor-sc-popup-css" href="http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/css/elementor-sc-popup.css?ver=3.2.7.8" media="all">
<script src="http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/js/custom.js?ver=3.2.7.8" id="tc-admin-js-js"></script>
<link rel="stylesheet" id="tc-elementor-sc-popup-css" href="http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/css/builders/elementor-sc-popup.css?ver=3.2.7.8" media="all">
<link rel="stylesheet" id="tc-common-front-css" href="http://wp.lab/wp-content/plugins/tickera-event-ticketing-system/includes/addons/gutenberg/assets/blocks.css?ver=3.2.7.8" media="all">
<!-- ticket-buttons-for-the-events-calendar -->
@@ -21454,6 +21700,18 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/tripadvisor-stream/js/tripadvisorstream.0.2.js?ver=0.1"></script>
<!-- tripzzy -->
<link rel="stylesheet" id="tripzzy-fontawesome-css" href="http://wp.lab/wp-content/plugins/tripzzy/assets/styles/fontawesome/css/all.min.css?ver=1.0.1" media="all">
<link rel="stylesheet" id="tripzzy-lightbox-css" href="http://wp.lab/wp-content/plugins/tripzzy/assets/styles/glightbox/glightbox.min.css?ver=1.0.1" media="all">
<link rel="stylesheet" id="tripzzy-trips-css" href="http://wp.lab/wp-content/plugins/tripzzy/assets/dist/trips.css?ver=1.0.1" media="all">
<link rel="stylesheet" id="tripzzy-swiper-css" href="http://wp.lab/wp-content/plugins/tripzzy/assets/styles/swiper/swiper.min.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/tripzzy/assets/dist/multi-select-dropdown.js?ver=1.0.1" id="tripzzy-multi-select-dropdown-js"></script>
<script src="http://wp.lab/wp-content/plugins/tripzzy/assets/js/smooth-scroll/smooth-scroll.min.js?ver=1.0.1" id="tripzzy-scroll-js"></script>
<script src="http://wp.lab/wp-content/plugins/tripzzy/assets/js/glightbox/glightbox.min.js?ver=1.0.1" id="tripzzy-lightbox-js"></script>
<script src="http://wp.lab/wp-content/plugins/tripzzy/assets/dist/trips.js?ver=1.0.1" id="tripzzy-trips-js"></script>
<script src="http://wp.lab/wp-content/plugins/tripzzy/assets/js/swiper/swiper.min.js?ver=1.0.1" id="tripzzy-swiper-js"></script>
<!-- truanon-identity -->
<link rel="stylesheet" id="tru_anon_custom_css-css" href="http://wp.lab/wp-content/plugins/truanon-identity/includes/css/custom.css?ver=1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/truanon-identity/includes/js/public-custom.js?ver=1.0" id="truanon_frontend_custom_js-js"></script>
@@ -21941,6 +22199,10 @@
<script src="http://wp.lab/wp-content/plugins/ultimate-social-media-icons/js/custom.js?ver=2.7.5" id="SFSICustomJs-js"></script>
<!-- ultimate-social-share-buttons -->
<link rel="stylesheet" id="ultimate-social-share-buttons-style-css" href="http://wp.lab/wp-content/plugins/ultimate-social-share-buttons/css/ssb-view.css?ver=1.0.0" media="all">
<!-- ultimate-sticky-popup-widgets -->
<link rel="stylesheet" id="ultimate-sticky-popup-and-widgets-css" href="http://wp.lab/wp-content/plugins/ultimate-sticky-popup-widgets/public/css/ultimate-sticky-popup-and-widgets-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/ultimate-sticky-popup-widgets/public/js/ultimate-sticky-popup-and-widgets-public.js?ver=1.0.0" id="ultimate-sticky-popup-and-widgets-js"></script>
@@ -22179,6 +22441,10 @@
<script src="http://wp.lab/wp-content/plugins/url-shortify/lite/dist/scripts/url-shortify.js?ver=1.0.0"></script>
<!-- urlslab -->
<script async defer src="http://wp.lab/wp-content/plugins/urlslab/public/build/js/urlslab-lazyload.js?ver=2.112.1" id="urlslab-js"></script>
<!-- urvanov-syntax-highlighter -->
<link rel="stylesheet" id="urvanov_syntax_highlighter-css" href="http://wp.lab/wp-content/plugins/urvanov-syntax-highlighter/css/min/urvanov_syntax_highlighter.min.css?ver=2.8.5" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/urvanov-syntax-highlighter/js/min/urvanov_syntax_highlighter.min.js?ver=2.8.5"></script>
@@ -22416,6 +22682,7 @@
<!-- venomaps -->
<link rel="stylesheet" id="venomaps-style-css" href="http://wp.lab/wp-content/plugins/venomaps/include/css/venomaps.min.css?ver=1.0.2" media="all">
<link rel="stylesheet" id="venomaps-css" href="http://wp.lab/wp-content/plugins/venomaps/include/css/venomaps-bundle.min.css?ver=1.0.2" media="all">
<!-- verbalize-wp -->
@@ -22885,6 +23152,15 @@
<script src="http://wp.lab/wp-content/plugins/wc-coupon-listing/assets/js/script.js?ver=1.0.1" id="wc-coupon-listing-js"></script>
<!-- wc-easy-quick-view -->
<link rel="stylesheet" id="easy-woo-quick-view-slick-css" href="http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/css/slick.min.css?ver=1.1.0" media="all">
<link rel="stylesheet" id="easy-woo-quick-view-magnific-css" href="http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/css/easy-woocommerce-quick-view-public-magnific.css?ver=1.1.0" media="all">
<link rel="stylesheet" id="easy-woo-quick-view-css" href="http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/css/easy-woocommerce-quick-view-public.css?ver=1.1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/js/easy-woocommerce-quick-view-public-slick.min.js?ver=1.1.0" id="easy-woo-quick-view-slick-js"></script>
<script src="http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/js/easy-woocommerce-quick-view-public-magnific.js?ver=1.1.0" id="easy-woo-quick-view-magnific-js"></script>
<script src="http://wp.lab/wp-content/plugins/wc-easy-quick-view/public/js/easy-woocommerce-quick-view-public.js?ver=1.1.0" id="easy-woo-quick-view-js"></script>
<!-- wc-easynote -->
<link rel="stylesheet" id="easy-note-for-wc-css" href="http://wp.lab/wp-content/plugins/wc-easynote/public/css/easy-note-for-wc-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/wc-easynote/public/js/easy-note-for-wc-public.js?ver=1.0.0" id="easy-note-for-wc-js"></script>
@@ -22895,6 +23171,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wc-expire-products/public/js/wc-expired-products-public.js?ver=1.0.0"></script>
<!-- wc-fastpaynow-by-fave -->
<link rel="stylesheet" id="wc-fastpaynow-by-fave-css" href="http://wp.lab/wp-content/plugins/wc-fastpaynow-by-fave/assets/css/style.min.css?ver=1.0.1" media="all">
<!-- wc-gallery -->
<link rel="stylesheet" id="wc-gallery-style-css" href="http://wp.lab/wp-content/plugins/wc-gallery/includes/css/style.css?ver=1.65" type="text/css" media="all">
@@ -23387,6 +23667,14 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/widget-for-eventbrite-api/frontend/js/frontend.js?ver=1.5"></script>
<!-- widget-for-opio-reviews -->
<link rel="stylesheet" id="grw-admin-main-css-css" href="http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/css/admin-main.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="grw-public-main-css-css" href="http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/css/public-main.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="opio-feed-css-css" href="http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/css/public-feed.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/js/opio-main.js?ver=1.0.0" id="opio-main-js-js"></script>
<script src="http://wp.lab/wp-content/plugins/widget-for-opio-reviews/assets/js/moment.min.js?ver=1.0.0" id="moment-js-js"></script>
<!-- widget-github-profile -->
<link rel="stylesheet" id="gh-profile-widget-style-css" href="http://wp.lab/wp-content/plugins/widget-github-profile/style.css?ver=1.0.0" type="text/css" media="all">
@@ -23869,6 +24157,26 @@
<!-- woocommerce-products-filter -->
<link rel="stylesheet" id="woof-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/css/front.css?ver=1.2.3" type="text/css" media="all">
<link rel="stylesheet" id="chosen-drop-down-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen.min.css?ver=1.2.3" type="text/css" media="all">
<link rel="stylesheet" id="woof_by_author_html_items-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_author/css/by_author.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_by_instock_html_items-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_instock/css/by_instock.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_by_onsales_html_items-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_onsales/css/by_onsales.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_by_text_html_items-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/css/front.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_label_html_items-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/label/css/html_types/label.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_select_radio_check_html_items-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/css/html_types/select_radio_check.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_sd_html_items_checkbox-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/elements/checkbox.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_sd_html_items_radio-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/elements/radio.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_sd_html_items_switcher-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/elements/switcher.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_sd_html_items_color-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/elements/color.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_sd_html_items_tooltip-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/tooltip.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof_sd_html_items_front-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/smart_designer/css/front.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof-switcher23-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/css/switcher.css?ver=1.2.3" media="all">
<script src="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/js/husky.js?ver=1.2.3" id="woof-husky-js"></script>
<link rel="stylesheet" id="woof_sections_style-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/sections/css/sections.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof-front-builder-css-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/front_builder/css/front-builder.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof-slideout-tab-css-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/slideout/css/jquery.tabSlideOut.css?ver=1.2.3" media="all">
<link rel="stylesheet" id="woof-slideout-css-css" href="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/slideout/css/slideout.css?ver=1.2.3" media="all">
<script src="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/slideout/js/jquery.tabSlideOut.js?ver=1.2.3" id="woof-slideout-js-js"></script>
<script src="http://wp.lab/wp-content/plugins/woocommerce-products-filter/ext/slideout/js/slideout.js?ver=1.2.3" id="woof-slideout-init-js"></script>
<!-- woocommerce-zooming-image -->
@@ -24241,6 +24549,10 @@
<link rel="stylesheet" id="wp-bannerize-css" href="http://wp.lab/wp-content/plugins/wp-bannerize-pro/public/css/wp-bannerize.min.css?ver=1.2.5" type="text/css" media="all">
<!-- wp-before-after-image-slider -->
<link rel="stylesheet" id="coca-bais-image-picker-css" href="http://wp.lab/wp-content/plugins/wp-before-after-image-slider/assets/common/css/image-picker.css?ver=1.0.0" media="all">
<!-- wp-before-after-viewer -->
<link rel="stylesheet" id="wpba-style-css" href="http://wp.lab/wp-content/plugins/wp-before-after-viewer/css/wpba.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-before-after-viewer/js/jquery.ui.touch-punch.min.js?ver=1.0.0"></script>
@@ -24379,6 +24691,10 @@
<script type="text/javascript" src="//wp.lab/wp-content/plugins/wp-club-manager/assets/js/frontend/wpclubmanager.min.js?ver=1.5.10"></script>
<!-- wp-code-checker -->
<link rel="stylesheet" id="wcchecker-core-css" href="http://wp.lab/wp-content/plugins/wp-code-checker/assets/css/wcchecker-core.css?ver=1.4" media="all">
<!-- wp-code-highlightjs -->
<link rel="stylesheet" id="hljstheme-css" href="http://wp.lab/wp-content/plugins/wp-code-highlightjs/styles/default.css?ver=0.6.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-code-highlightjs/highlight.common.pack.js?ver=0.6.2"></script>
@@ -26671,6 +26987,11 @@
<script src="http://wp.lab/wp-content/plugins/wps-team/assets/libs/isotope/isotope.min.js?ver=1.3" id="wpspeedo-isotope-js"></script>
<!-- wpsection -->
<link rel="stylesheet" id="style-css" href="http://wp.lab/wp-content/plugins/wpsection/theme/assets/css/style.css?ver=1.2.2" media="all">
<script src="http://wp.lab/wp-content/plugins/wpsection/theme/assets/js/script.js?ver=1.2.2" id="script-js"></script>
<!-- wpshop -->
<link rel="stylesheet" id="wpshop_jquery_fancybox-css" href="http://wp.lab/wp-content/plugins/wpshop/templates/admin/css/jquery-libs/jquery.fancybox-1.3.4.css?ver=1.6.0" type="text/css" media="all">
<link rel="stylesheet" id="wpshop_default_wps_style_css-css" href="http://wp.lab/wp-content/plugins/wpshop/templates/wpshop/css/wps_style.css?ver=1.6.0" type="text/css" media="all">
@@ -26951,6 +27272,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/yapsody-events-calendar/includes/js/main.js?ver=1.0"></script>
<!-- yas-counter-for-elementor -->
<link rel="stylesheet" id="yashf-counter-css-css" href="http://wp.lab/wp-content/plugins/yas-counter-for-elementor/css/yashf-style.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/yas-counter-for-elementor/js/yashf-script.js?ver=1.0.0" id="yashf-counter-js-js"></script>
<!-- yatra -->
<link rel="stylesheet" id="yatra-style-css" href="http://wp.lab/wp-content/plugins/yatra/assets/css/yatra.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/yatra/assets/js/yatra.js?ver=1.0.0"></script>

View File

@@ -0,0 +1,395 @@
# Copyright (C) 2021-2023 Safelayout
# This file is distributed under the same license as the Safelayout Elegant Icons plugin.
msgid ""
msgstr ""
"Project-Id-Version: Safelayout Elegant Icons 1.0.5\n"
"POT-Creation-Date: 2023-11-29 19:59+0330\n"
"PO-Revision-Date: 2023-11-29 19:59+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__;esc_html_e\n"
"X-Poedit-SearchPath-0: .\n"
#: safelayout-elegant-icons.php:61
msgid "Settings"
msgstr ""
#: safelayout-elegant-icons.php:159
msgid "Quick Feedback"
msgstr ""
#: safelayout-elegant-icons.php:162
msgid "If you have a moment, please share why you are deactivating"
msgstr ""
#: safelayout-elegant-icons.php:167
msgid "It's a temporary deactivation"
msgstr ""
#: safelayout-elegant-icons.php:171
msgid "The plugin broke my site"
msgstr ""
#: safelayout-elegant-icons.php:172
msgid "Please explain the problem."
msgstr ""
#: safelayout-elegant-icons.php:176
msgid "I found a better plugin"
msgstr ""
#: safelayout-elegant-icons.php:177
msgid "What's the plugin name?"
msgstr ""
#: safelayout-elegant-icons.php:181
msgid "Other"
msgstr ""
#: safelayout-elegant-icons.php:182
msgid "Please share the reason."
msgstr ""
#: safelayout-elegant-icons.php:185
msgid ""
"No email address, domain name or IP addresses are transmitted after you "
"submit the survey."
msgstr ""
#: safelayout-elegant-icons.php:186
msgid "You can see the source code here: "
msgstr ""
#: safelayout-elegant-icons.php:190
msgid "Submit & Deactivate"
msgstr ""
#: safelayout-elegant-icons.php:191
msgid "Skip & Deactivate"
msgstr ""
#: safelayout-elegant-icons.php:194
msgid "Wait ..."
msgstr ""
#: safelayout-elegant-icons.php:195
msgid "Redirecting ..."
msgstr ""
#: safelayout-elegant-icons.php:239 safelayout-elegant-icons.php:253
msgid "Safelayout Elegant Icons Options"
msgstr ""
#: safelayout-elegant-icons.php:240
msgid "Safelayout Icons"
msgstr ""
#: safelayout-elegant-icons.php:261
msgid "Safelayout Elegant Icons Installed Packs"
msgstr ""
#: safelayout-elegant-icons.php:264
msgid "No"
msgstr ""
#: safelayout-elegant-icons.php:265
msgid "Pack Name"
msgstr ""
#: safelayout-elegant-icons.php:266
msgid "Pack Status"
msgstr ""
#: safelayout-elegant-icons.php:277
msgid "Active"
msgstr ""
#: safelayout-elegant-icons.php:284
msgid "Save Changes"
msgstr ""
#: src/icon-box/controls.js:59
msgid "Icon position"
msgstr ""
#: src/icon-box/controls.js:68
msgid "Left"
msgstr ""
#: src/icon-box/controls.js:72 src/icon/controls.js:525
msgid "Top"
msgstr ""
#: src/icon-box/controls.js:76
msgid "Right"
msgstr ""
#: src/icon-box/controls.js:83 src/icon-box/controls.js:91
#: src/icon-box/controls.js:96 src/icon/controls.js:352
#: src/icon/controls.js:365
msgid "Background color"
msgstr ""
#: src/icon-box/controls.js:90
msgid "Add a background color to the icon box."
msgstr ""
#: src/icon-box/controls.js:105 src/icon-box/controls.js:111
#: src/icon/controls.js:463 src/icon/controls.js:469
msgid "Background shadow"
msgstr ""
#: src/icon-box/controls.js:117 src/icon/controls.js:425
#: src/icon/controls.js:476
msgid "color"
msgstr ""
#: src/icon-box/controls.js:124 src/icon/controls.js:432
#: src/icon/controls.js:483
msgid "blur"
msgstr ""
#: src/icon-box/controls.js:133 src/icon/controls.js:442
#: src/icon/controls.js:493
msgid "X offset"
msgstr ""
#: src/icon-box/controls.js:142 src/icon/controls.js:451
#: src/icon/controls.js:502
msgid "Y offset"
msgstr ""
#: src/icon-box/controls.js:154 src/icon/controls.js:577
msgid "Block spacing"
msgstr ""
#: src/icon-box/controls.js:159 src/icon/controls.js:582
msgid "Margin"
msgstr ""
#: src/icon-box/controls.js:164 src/icon/controls.js:587
msgid "Padding"
msgstr ""
#: src/icon-box/controls.js:172 src/icon-box/controls.js:177
msgid "Border"
msgstr ""
#: src/icon-box/controls.js:185
msgid "Reset border"
msgstr ""
#: src/icon-box/controls.js:188
msgid "Border radius"
msgstr ""
#: src/icon-box/controls.js:196
msgid "Tooltip and Label"
msgstr ""
#: src/icon-box/controls.js:201 src/icon/controls.js:601
msgid "Tooltip"
msgstr ""
#: src/icon-box/controls.js:206 src/icon/controls.js:606
msgid "Label"
msgstr ""
#: src/icon-box/controls.js:209 src/icon/controls.js:609
msgid "It is for screen readers."
msgstr ""
#: src/icon-box/controls.js:215 src/icon/controls.js:641
msgid "https://safelayout.com"
msgstr ""
#: src/icon-box/controls.js:218 src/icon/controls.js:644
msgid "Upgrade to pro version and get full features."
msgstr ""
#: src/icon-box/controls.js:220 src/icon/controls.js:646
msgid "Upgrade to Pro"
msgstr ""
#: src/icon-box/edit.js:70
msgid "Insert heading here..."
msgstr ""
#: src/icon-box/edit.js:71
msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
msgstr ""
#: src/icon-box/index.js:35
msgid "Icon Box (Safelayout)"
msgstr ""
#: src/icon-box/index.js:36
msgid "Beautiful SVG icon box."
msgstr ""
#: src/icon-box/index.js:38 src/icon/controls.js:228 src/icon/index.js:15
msgid "Icon"
msgstr ""
#: src/icon-box/index.js:39
msgid "Icon box"
msgstr ""
#: src/icon-box/index.js:40 src/icon/index.js:16
msgid "Icons"
msgstr ""
#: src/icon-box/index.js:41 src/icon/index.js:17
msgid "Safelayout"
msgstr ""
#: src/icon-box/index.js:42 src/icon/index.js:18
msgid "Elegant"
msgstr ""
#: src/icon/color-picker.js:83
msgid "Solid"
msgstr ""
#: src/icon/color-picker.js:88
msgid "Gradient"
msgstr ""
#: src/icon/controls.js:149
msgid "one"
msgstr ""
#: src/icon/controls.js:150
msgid "two"
msgstr ""
#: src/icon/controls.js:151
msgid "three"
msgstr ""
#: src/icon/controls.js:152
msgid "four"
msgstr ""
#: src/icon/controls.js:153
msgid "five"
msgstr ""
#: src/icon/controls.js:197
msgid "Rotate"
msgstr ""
#: src/icon/controls.js:203
msgid "Flip horizontal"
msgstr ""
#: src/icon/controls.js:209
msgid "Flip vertical"
msgstr ""
#: src/icon/controls.js:217
msgid "Rotate background"
msgstr ""
#: src/icon/controls.js:254
msgid "Icon effect"
msgstr ""
#: src/icon/controls.js:276 src/icon/controls.js:281
msgid "Size"
msgstr ""
#: src/icon/controls.js:286
msgid "background padding"
msgstr ""
#: src/icon/controls.js:295
msgid "background radius"
msgstr ""
#: src/icon/controls.js:307
msgid "Icon color"
msgstr ""
#: src/icon/controls.js:314
msgid "Icon Fill Color"
msgstr ""
#: src/icon/controls.js:332
msgid "Icon Stroke Color"
msgstr ""
#: src/icon/controls.js:359
msgid "Add a background shape to the icon."
msgstr ""
#: src/icon/controls.js:360
msgid "Background shape"
msgstr ""
#: src/icon/controls.js:372
msgid "Background Stroke Color"
msgstr ""
#: src/icon/controls.js:381
msgid "Stroke width"
msgstr ""
#: src/icon/controls.js:386
msgid "Icon Stroke Width"
msgstr ""
#: src/icon/controls.js:401
msgid "background stroke width"
msgstr ""
#: src/icon/controls.js:413 src/icon/controls.js:419
msgid "Icon shadow"
msgstr ""
#: src/icon/controls.js:514 src/icon/controls.js:520
msgid "Base shadow"
msgstr ""
#: src/icon/controls.js:534
msgid "width"
msgstr ""
#: src/icon/controls.js:543
msgid "height"
msgstr ""
#: src/icon/controls.js:555
msgid "Hover animation"
msgstr ""
#: src/icon/controls.js:595
msgid "Link and Title"
msgstr ""
#: src/icon/controls.js:614
msgid "Link url"
msgstr ""
#: src/icon/controls.js:633
msgid "Link rel"
msgstr ""
#: src/icon/controls.js:927
msgid "Search icon"
msgstr ""
#: src/icon/index.js:12
msgid "Icon (Safelayout)"
msgstr ""
#: src/icon/index.js:13
msgid "Beautiful SVG icons."
msgstr ""

View File

@@ -0,0 +1,5 @@
*** Sales Report By State , City and Country Change log ***
2023-01-23 - version 1.0.0
* Initial release of the plugin.

View File

@@ -0,0 +1,118 @@
# Copyright (C) 2023 Scanfully
# This file is distributed under the GPL v3.
msgid ""
msgstr ""
"Project-Id-Version: Scanfully 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/scanfully\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-08-10T15:41:27+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: scanfully\n"
#. Plugin Name of the plugin
#. Author of the plugin
#: src/Options/Page.php:12
#: src/Options/Page.php:13
msgid "Scanfully"
msgstr ""
#. Plugin URI of the plugin
#. Author URI of the plugin
msgid "https://www.scanfully.com"
msgstr ""
#. Description of the plugin
msgid "Scanfully is your favorite WordPress performance and health monitoring tool."
msgstr ""
#: src/Options/Options.php:15
msgid "Site ID"
msgstr ""
#: src/Options/Options.php:21
msgid "Public Key"
msgstr ""
#: src/Options/Options.php:27
msgid "Secret Key"
msgstr ""
#: src/Options/Options.php:44
msgid "API Settings"
msgstr ""
#. translators: %s is a link to the dashboard where the API keys can be found
#: src/Options/Options.php:48
msgid "In order for your website to securely communicate with your Scanfully dashboard, we need your site's API keys. Your site API details can be found in your %s"
msgstr ""
#: src/Options/Options.php:50
msgid "Scanfully Dashboard"
msgstr ""
#: src/Options/Page.php:79
msgid "Welcome to Scanfully, your dashboard for your WordPress sites Performance and Health."
msgstr ""
#. translators: %s is a link to the plugin website
#: src/Options/Page.php:83
msgid "Our WordPress plugin acts as the \"glue\" between your WordPress website and your Scanfully dashboard. More information about how our WordPress plugin works can be found %s"
msgstr ""
#: src/Options/Page.php:85
msgid "here"
msgstr ""
#: src/Options/Page.php:94
msgid "Save Changes"
msgstr ""
#: src/Options/Page.php:100
msgid "Plugin version"
msgstr ""
#: src/Options/Page.php:103
msgid "Need help?"
msgstr ""
#. translators: %1$s is a link to the help center, %2$s is a link to the contact us page
#: src/Options/Page.php:106
msgid "Check out our %1$s or %2$s"
msgstr ""
#: src/Options/Page.php:107
msgid "help center"
msgstr ""
#: src/Options/Page.php:109
msgid "contact us"
msgstr ""
#: src/Options/Page.php:114
msgid "Want to learn more?"
msgstr ""
#: src/Options/Page.php:115
msgid "Check out our"
msgstr ""
#: src/Options/Page.php:116
msgid "blog"
msgstr ""
#: src/Options/Page.php:120
msgid "About Scanfully"
msgstr ""
#: src/Options/Page.php:125
msgid ""
"One dashboard for your WordPress sites Performance and Health. Your ScanFully\n"
" Dashboard\n"
" consolidates all your WordPress sites, sending you timely alerts for required\n"
" changes."
msgstr ""

View File

@@ -0,0 +1,18 @@
{
"name": "sass-compile",
"version": "1.0.7",
"description": "A simple sass compile config.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" &amp;&amp; exit 1",
"wizard": "node-sass admin/assets/scss/wizard.scss admin/assets/css/wizard.css --watch --update --output-style=expanded --indent-type=tab --indent-width=1 --source-map=true --source-map-contents",
"admin": "node-sass admin/assets/scss/admin.scss admin/assets/css/site-mode-admin.css --watch --update --output-style=expanded --indent-type=tab --indent-width=1 --source-map=true --source-map-contents",
"public": "node-sass public/scss/site-mode-public.scss public/css/site-mode-public.css --watch --update --output-style=expanded --indent-type=tab --indent-width=1 --source-map=true --source-map-contents",
"sm-dashboard": "node-sass admin/assets/scss/site-mode-dashboard.scss admin/assets/css/site-mode-dashboard.css --watch --update --output-style=expanded --indent-type=tab --indent-width=1 --source-map=true --source-map-contents"
},
"author": "Adam",
"license": "ISC",
"dependencies": {
"node-sass": "^9.0.0"
}
}

View File

@@ -0,0 +1,39 @@
{
"name": "skyminds/sky-login-redirect",
"type": "wordpress-plugin",
"description": "WordPress and Woocommerce Login Redirects made easy",
"version": "3.7.4",
"license": "SaaS",
"authors": [
{
"name": "Utopique Plugins",
"email": "support@utopique.net"
}
],
"require": {
"composer/installers": "^1.0",
"skyminds/zen-settings": "dev-master",
"freemius/wordpress-sdk": "dev-master",
"wp-cli/wp-config-transformer": "^1.3",
"collizo4sky/persist-admin-notices-dismissal": "^1.4",
"htmlburger/carbon-fields": "^3.1.7"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/skyminds/zen-settings"
}
],
"extra": {
"installer-paths": {
"vendor/{$name}/": [
"type:wordpress-plugin"
]
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

View File

@@ -0,0 +1,12 @@
= 1.0.3 - 2023-10-12
* Fixes: Minor bug fixes
= 1.0.2 - 2023-10-011
* Fixes: Minor bug fixes
= 1.0.1 - 2023-10-04
* Fixes: PHP backward compatibility issues
* Fixes: Minor bug fixes
= 1.0.0 - 2023-10-01
* Added: Initialize the plugin

View File

@@ -0,0 +1,35 @@
# Copyright (C) 2023 sayedulsayem
# This file is distributed under the GPL v3 or later.
msgid ""
msgstr ""
"Project-Id-Version: Support SVG 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/support-svg\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-09-20T18:18:48+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: support-svg\n"
#. Plugin Name of the plugin
msgid "Support SVG"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/support-svg/"
msgstr ""
#. Description of the plugin
msgid "Lightest plugin to upload svg in WordPress"
msgstr ""
#. Author of the plugin
msgid "sayedulsayem"
msgstr ""
#. Author URI of the plugin
msgid "https://sayedulsayem.com"
msgstr ""

View File

@@ -0,0 +1,76 @@
# Copyright (C) 2023 WordPress Upgrade/Install Team
# This file is distributed under the GPL-3.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Test Reports 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/test-reports\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-01T18:49:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: test-reports\n"
#. Plugin Name of the plugin
#: src/Test_Reports/Settings.php:133
#: src/Test_Reports/Settings.php:156
#: src/Test_Reports/Settings.php:180
msgid "Test Reports"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/test-reports/"
msgstr ""
#. Description of the plugin
msgid "Get templates with useful information to help you submit reports to WordPress."
msgstr ""
#. Author of the plugin
msgid "WordPress Upgrade/Install Team"
msgstr ""
#. Author URI of the plugin
msgid "https://make.wordpress.org/core/components/upgrade-install/"
msgstr ""
#: src/Test_Reports/Report_Template.php:77
msgid "Search for an existing report"
msgstr ""
#: src/Test_Reports/Report_Template.php:84
#: src/Test_Reports/Report_Template.php:92
msgid "Submit a new report"
msgstr ""
#: src/Test_Reports/Report_Template.php:99
msgid "Copy to clipboard"
msgstr ""
#: src/Test_Reports/Report_Template.php:101
msgid "Copied!"
msgstr ""
#: src/Test_Reports/Settings.php:134
msgctxt "Menu item"
msgid "Test Reports"
msgstr ""
#: src/Test_Reports/Settings.php:161
msgid "Get a report template."
msgstr ""
#: src/Test_Reports/Settings.php:172
msgid "Get a report template for pasting into Trac, GitHub or HackerOne."
msgstr ""
#: src/Test_Reports/Settings.php:173
msgid "After pasting the template, complete each section and submit your report."
msgstr ""
#: src/js/test-reports-clipboard.js:15
msgid "Copied to clipboard"
msgstr ""

View File

@@ -0,0 +1,183 @@
# Copyright (C) 2023 PDK Ltd.
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Tiny AI Assistant 1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/tiny-ai-assistant\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-27T11:26:51+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: tiny-ai-assistant\n"
#. Plugin Name of the plugin
msgid "Tiny AI Assistant"
msgstr ""
#. Plugin URI of the plugin
msgid "https://tiny-ai-assistant.aichatbot.hu"
msgstr ""
#. Description of the plugin
msgid "A plugin that integrate AI services into TinyMCE Editor"
msgstr ""
#. Author of the plugin
msgid "PDK Ltd."
msgstr ""
#. Author URI of the plugin
msgid "https://webdesign-honlapkeszites.hu"
msgstr ""
#: tinyAIEX.php:137
msgid "AI Tools"
msgstr ""
#: tinyAIEX.php:137
msgid "Available AI tools - you can set these on settings page"
msgstr ""
#: tinyAIEX.php:137
msgid "Undo last AI text modification"
msgstr ""
#: tinyAIEX.php:202
msgid "Execute custom prompt"
msgstr ""
#: tinyAIEX.php:203
msgid "Rephrase content"
msgstr ""
#: tinyAIEX.php:203
msgid "Rephrase this text: "
msgstr ""
#: tinyAIEX.php:204
msgid "Make summary"
msgstr ""
#: tinyAIEX.php:204
msgid "Make summary: "
msgstr ""
#: tinyAIEX.php:240
msgid "Settings"
msgstr ""
#: tinyAIEX.php:298
msgid "Click here and choose from options..."
msgstr ""
#: tinyAIEX.php:298
msgid "Click here and choose from options what do you like to remove..."
msgstr ""
#: tinyAIEX.php:304
msgid "Tiny AI Assistant settings page"
msgstr ""
#: tinyAIEX.php:304
#: tinyAIEX.php:309
msgid "Tiny AI Assistant settings"
msgstr ""
#: tinyAIEX.php:327
msgid "Plugin settings"
msgstr ""
#: tinyAIEX.php:335
msgid "Active commands"
msgstr ""
#: tinyAIEX.php:336
msgid "Add new command"
msgstr ""
#: tinyAIEX.php:337
msgid "Remove commands"
msgstr ""
#: tinyAIEX.php:338
msgid "OpenAI API key"
msgstr ""
#: tinyAIEX.php:339
msgid "Licence key (for premium subscriptions)"
msgstr ""
#: tinyAIEX.php:340
msgid "Answer creativity"
msgstr ""
#: tinyAIEX.php:341
msgid "Model"
msgstr ""
#: tinyAIEX.php:353
msgid "Free"
msgstr ""
#: tinyAIEX.php:355
msgid "Premium"
msgstr ""
#: tinyAIEX.php:359
msgid "Current subscription"
msgstr ""
#: tinyAIEX.php:361
msgid "More information:"
msgstr ""
#: tinyAIEX.php:397
msgid "You can configure the Tiny AI Assistant here"
msgstr ""
#: tinyAIEX.php:398
msgid "You have to click on 'Save' button on the bottom of this form to save your settings!"
msgstr ""
#: tinyAIEX.php:426
msgid "In the free version of this plugin you can only set 3 active commands maximum."
msgstr ""
#: tinyAIEX.php:431
msgid "Command title"
msgstr ""
#: tinyAIEX.php:432
msgid "Command"
msgstr ""
#: tinyAIEX.php:433
msgid "Command title: Any title, what do you like, Command example: \"Translate this text to hungarian: \""
msgstr ""
#: tinyAIEX.php:445
msgid "Remove selected commands"
msgstr ""
#: tinyAIEX.php:488
#: tinyAIEX.php:512
msgid "Available only for premium users."
msgstr ""
#: tinyAIEX.php:570
#: tinyAIEX.php:606
#: tinyAIEX.php:643
msgid "Error happened."
msgstr ""
#: tinyAIEX.php:601
msgid "Command added"
msgstr ""
#: tinyAIEX.php:638
msgid "Commands removed"
msgstr ""

View File

@@ -0,0 +1,56 @@
== Changelog ==
= 1.1.9 =
* 2023-10-10
* Added Copy button in Sharer toy modal.
* Update new Storage params
= 1.1.8 =
* 2023-15-09
* Added Sharer toy
* Added nightly param
* Added uninstall.php
* Minor corrections
= 1.1.6 =
* 2023-08-09
* Hidden submenus
* Some usability fixes
= 1.1.5 =
* 2023-08-09
* Fixes persistent storage
* Fixes i18n
* Separate PHP files for each tool.
* Corrected and summarized text.
* Added plugin information and images
* More visible directory buttons
= 1.1.1 =
* 2023-03-09
* i18n ready
* Added WP 6.3 WP selector in toys
* Added Plugin Explorer
* Added Theme Explorer
* Rewritted the Generator toy
= 1.0.8 =
* 2023-02-09
* Compatibility: WordPress 5.9 - WordPress 6.3
* Compatibility: PHP 5.9 - PHP 8.2
* Added Storage option
* Added inactive plugins and themes
* Added WordPress & PHP version selectors
* Added some help texts
* Some corrections
= 1.0 =
* 2023-16-06
* First version.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
= 1.0.0 =
* First official release
* Such cool, much wow
* Feature: Page caching with PHP Must-Use plugin
* Feature: Custom SMTP support
* Feature: Clean up WordPress output, by disabling all kinds of not-needed output
* Feature: Add security headers, such as "X-Frame-Options", "X-Content-Type-Options", "Referrer-Policy", "Strict-Transport-Security (HSTS)"

View File

@@ -0,0 +1,362 @@
# Copyright (C) 2023 Daev.tech
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Unified 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-08T10:49:24+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: unified\n"
#. Plugin Name of the plugin
msgid "Unified"
msgstr ""
#. Plugin URI of the plugin
msgid "https://daev.tech/unified"
msgstr ""
#. Description of the plugin
msgid "SMTP setup, page cache, WordPress clean up, security http headers, focused on high performance, no bloat and low memory usage."
msgstr ""
#. Author of the plugin
msgid "Daev.tech"
msgstr ""
#. Author URI of the plugin
msgid "https://daev.tech"
msgstr ""
#: src/Pages/ConfigurationPage.php:54
msgid "Nonce was not correct, so configuration could not be updated - Refresh page and try again"
msgstr ""
#: src/UnifiedPlugin.php:109
msgid "Configuration"
msgstr ""
#: src/Utilities/Configuration.php:63
msgid "Email SMTP host name is not valid or could not look up the DNS IP address for it"
msgstr ""
#: src/Utilities/Configuration.php:72
msgid "Email SMTP port needs to a number between 1 and 65535"
msgstr ""
#: src/Utilities/Configuration.php:96
msgid "Email SMTP secure can only be tls, ssl or empty"
msgstr ""
#. translators: %s WordPress Must-use plugin dir
#: src/Utilities/MUPlugin/MUPluginAdmin.php:65
msgid "MU plugin dir %s could not be created - It is probably a permission issue"
msgstr ""
#. translators: %s WordPress Must-use plugin dir
#: src/Utilities/MUPlugin/MUPluginAdmin.php:76
msgid "MU plugin dir %s is not writable - It is probably a permission issue"
msgstr ""
#. translators: %s WordPress Must-use plugin dir
#: src/Utilities/MUPlugin/MUPluginAdmin.php:96
msgid "MU plugin %s could not be copied to MU plugin dir - It is probably a permission issue"
msgstr ""
#. translators: %s Plugin path
#: src/Utilities/MUPlugin/MUPluginAdmin.php:118
msgid "MU plugin %s could not be deleted - It is probably a permission issue"
msgstr ""
#: dist/unified.js:179
msgid "Unified configuration"
msgstr ""
#: dist/unified.js:179
#: dist/unified.js:333
msgid "Global configuration"
msgstr ""
#: dist/unified.js:179
msgid "Speed"
msgstr ""
#: dist/unified.js:179
#: dist/unified.js:333
msgid "Page caching"
msgstr ""
#: dist/unified.js:179
msgid "Email"
msgstr ""
#: dist/unified.js:179
#: dist/unified.js:333
msgid "Email setup"
msgstr ""
#: dist/unified.js:179
msgid "Clean-up"
msgstr ""
#: dist/unified.js:179
msgid "WordPress"
msgstr ""
#: dist/unified.js:179
msgid "Security"
msgstr ""
#: dist/unified.js:179
msgid "HTTP Headers"
msgstr ""
#: dist/unified.js:179
msgid "Configuration could be saved right now due to connection errors - Try again"
msgstr ""
#: dist/unified.js:333
msgid "Show all configurations"
msgstr ""
#: dist/unified.js:333
msgid "Reset to recommended"
msgstr ""
#: dist/unified.js:333
msgid "Global enable features"
msgstr ""
#: dist/unified.js:333
msgid "Enable or disable all the features in Unified in one option"
msgstr ""
#: dist/unified.js:333
msgid "Enabled page caching (with PHP)"
msgstr ""
#: dist/unified.js:333
msgid "Enable or disable page caching feature"
msgstr ""
#: dist/unified.js:333
msgid "Configure a custom SMTP to use"
msgstr ""
#: dist/unified.js:333
msgid "Enable custom SMTP for emails"
msgstr ""
#: dist/unified.js:333
msgid "Enable or disable the usage of custom SMTP"
msgstr ""
#: dist/unified.js:333
msgid "SMTP host"
msgstr ""
#: dist/unified.js:333
msgid "Hostname of SMTP server - Example: mail.google.com"
msgstr ""
#: dist/unified.js:333
msgid "SMTP port"
msgstr ""
#: dist/unified.js:333
msgid "Port number of SMTP server - Example: 445"
msgstr ""
#: dist/unified.js:333
msgid "SMTP security scheme"
msgstr ""
#: dist/unified.js:333
msgid "Unsecure"
msgstr ""
#: dist/unified.js:333
msgid "TLS"
msgstr ""
#: dist/unified.js:333
msgid "SSL"
msgstr ""
#: dist/unified.js:333
msgid "Encryption used by SMTP - Normally you can find this in the documentation of SMTP. TLS is preferred, then SSL. Only use unsecure if others are not available."
msgstr ""
#: dist/unified.js:333
msgid "Username/password?"
msgstr ""
#: dist/unified.js:333
msgid "If your SMTP requires authentication, you should have gotten a username and password"
msgstr ""
#: dist/unified.js:333
msgid "SMTP username"
msgstr ""
#: dist/unified.js:333
msgid "SMTP password"
msgstr ""
#: dist/unified.js:333
msgid "Configure which name/email the emails are sent from"
msgstr ""
#: dist/unified.js:333
msgid "From name"
msgstr ""
#: dist/unified.js:333
msgid "The name that the email is sent from, which will appear in the receivers inbox"
msgstr ""
#: dist/unified.js:333
msgid "From email"
msgstr ""
#: dist/unified.js:333
msgid "The email address that the email will seem to be sent from"
msgstr ""
#: dist/unified.js:333
msgid "Clean up WordPress"
msgstr ""
#: dist/unified.js:333
msgid "Clean WordPress HTML output"
msgstr ""
#: dist/unified.js:333
msgid "Clean the output of WordPress"
msgstr ""
#: dist/unified.js:333
msgid "Make sure WordPress doesnt output all kinds of useless data in the HTML"
msgstr ""
#: dist/unified.js:333
msgid "Disable WordPress features"
msgstr ""
#: dist/unified.js:333
msgid "Disable emoji JS & styles"
msgstr ""
#: dist/unified.js:333
msgid "Disable the output of Emoji related JS and related"
msgstr ""
#: dist/unified.js:333
msgid "Disable RSS/ATOM feeds for all pages"
msgstr ""
#: dist/unified.js:333
msgid "Disables the auto-generated RSS/ATOM feeds on all pages"
msgstr ""
#: dist/unified.js:333
msgid "Disable author pages"
msgstr ""
#: dist/unified.js:333
msgid "Disables the auto-generated author pages"
msgstr ""
#: dist/unified.js:333
msgid "Disable admin bar on frontend"
msgstr ""
#: dist/unified.js:333
msgid "Disables the admin bar in the top when browsing the frontend of site"
msgstr ""
#: dist/unified.js:333
msgid "Disable default REST routes"
msgstr ""
#: dist/unified.js:333
msgid "Dangerous option - Make sure to read the description"
msgstr ""
#: dist/unified.js:333
msgid "Disables the default REST routes loaded in WP. Be careful with this, as themes and plugins might depend on them."
msgstr ""
#: dist/unified.js:333
msgid "Security headers"
msgstr ""
#: dist/unified.js:333
msgid "Disable security headers"
msgstr ""
#: dist/unified.js:333
msgid "Remove X-Pingback header"
msgstr ""
#: dist/unified.js:333
msgid "Disable the header X-Pingback which WordPress outputs, but in almost all cases is not needed"
msgstr ""
#: dist/unified.js:333
msgid "Remove X-Powered-By header"
msgstr ""
#: dist/unified.js:333
msgid "Disable the header X-Powered-By which PHP outputs, but is unwanted information disclosure"
msgstr ""
#: dist/unified.js:333
msgid "Enable security headers"
msgstr ""
#: dist/unified.js:333
msgid "Enable X-Frame-Options"
msgstr ""
#: dist/unified.js:333
msgid "Enable header, so your site is not allowed to loaded in a iframe on another site"
msgstr ""
#: dist/unified.js:333
msgid "Enable X-Content-Type-Options"
msgstr ""
#: dist/unified.js:333
msgid "Enable header, preventing the browser from trying to guess the metadata on the content served and instead trust the server"
msgstr ""
#: dist/unified.js:333
msgid "Enable Referrer-Polic"
msgstr ""
#: dist/unified.js:333
msgid "Enable header, which limits the amount of data passed on when navigating away from the site"
msgstr ""
#: dist/unified.js:333
msgid "Enable Strict-Transport-Security (HSTS)"
msgstr ""
#: dist/unified.js:333
msgid "Enable header, which tells the browser to only load the site over HTTPS (encrypted), also in the future. Only use this if your site is going to be loaded over HTTPS in the future also."
msgstr ""
#: dist/unified.js:344
msgid "Save"
msgstr ""
#: dist/unified.js:344
msgid "Saved"
msgstr ""

View File

@@ -0,0 +1,401 @@
# Copyright (C) 2023 Visma
# This file is distributed under the same license as the Visma Pay Embedded Card Payment Gateway plugin.
msgid ""
msgstr ""
"Project-Id-Version: Visma Pay Embedded Card Payment Gateway 1.1.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/visma-pay-embedded-card-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: 2023-10-03T13:10:45+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: visma-pay-embedded-card-payment-gateway\n"
#. Plugin Name of the plugin
msgid "Visma Pay Embedded Card Payment Gateway"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.vismapay.com/docs"
msgstr ""
#. Description of the plugin
msgid "Visma Pay Payment Gateway Embedded Card Integration for Woocommerce"
msgstr ""
#. Author of the plugin
msgid "Visma"
msgstr ""
#. Author URI of the plugin
msgid "https://www.visma.fi/vismapay/"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:77
#: visma-pay-embedded-card-payment-gateway.php:173
msgid "Visma Pay (Embedded Card)"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:78
msgid "Visma Pay (Embedded Card) w3-API Payment Gateway integration for Woocommerce"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:159
msgid "General options"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:164
msgid "Enable/Disable"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:166
msgid "Enable Visma Pay (Embedded Card)"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:170
msgid "Title"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:172
msgid "This controls the title which the user sees during checkout."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:176
msgid "Private key"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:178
msgid "Private key of the sub-merchant"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:182
msgid "API key"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:184
msgid "API key of the sub-merchant"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:188
msgid "Order number prefix"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:190
msgid "Prefix to avoid order number duplication"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:194
msgid "Send products"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:196
msgid "Send product breakdown to Visma Pay (Embedded Card)."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:200
msgid "Send payment confirmation"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:202
msgid "Send Visma Pay (Embedded Card)'s payment confirmation email to the customer's billing e-mail."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:206
msgid "Only allow payments in EUR"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:208
msgid "Enable this option if you want to allow payments only in EUR."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:212
msgid "Cancel Page"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:215
msgid "Choose the page where the customer is redirected after a canceled/failed payment."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:216
msgid "Order Received: Shows the customer information about their order and a notice that the payment failed. Customer has an opportunity to try payment again."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:217
msgid "Pay for Order: Returns user to a page where they can try to pay their unpaid order again. "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:218
msgid "Cart: Customer is redirected back to the shopping cart."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:219
msgid "Checkout: Customer is redirected back to the checkout."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:220
msgid "(When using Cart or Checkout as the return page for failed orders, the customer's cart will not be emptied during checkout.)"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:223
msgid "Order Received"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:224
msgid "Pay for Order"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:225
msgid "Cart"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:226
msgid "Checkout"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:230
msgid "Display card logos"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:235
msgid "Visa"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:237
msgid "Display Visa and Verified by Visa logo below the form."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:241
msgid "Mastercard"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:243
msgid "Display Mastercard and Mastercard SecureCode logo below the form."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:247
msgid "American Express"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:249
msgid "Display American Express logo below the form."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:253
msgid "Diners Club"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:255
msgid "Display Diners Club logo below the form."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:274
#: build/blocks.js:1
msgid "Payment card"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:416
#: visma-pay-embedded-card-payment-gateway.php:417
#: visma-pay-embedded-card-payment-gateway.php:432
msgid "Visma Pay: No payment methods available for the currency: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:430
msgid "Visma Pay: \"Only allow payments in EUR\" is enabled and currency was not EUR for order: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:443
#: visma-pay-embedded-card-payment-gateway.php:605
#: visma-pay-embedded-card-payment-gateway.php:607
msgid "Visma Pay (Embedded Card) order"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:443
msgid "Payment pending. Waiting for result."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:465
msgid "Visma Pay (Embedded Card) system is currently in maintenance. Please try again in a few minutes."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:471
#: visma-pay-embedded-card-payment-gateway.php:485
msgid "Payment failed due to an error."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:573
msgid "Payment method: Card payment"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:574
msgid "Card payment info: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:579
msgid "Verified: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:582
msgid "Card country: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:583
msgid "Client IP country: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:588
msgid "Error: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:593
msgid "Payment method: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:605
#: visma-pay-embedded-card-payment-gateway.php:894
msgid "Payment is authorized. Use settle option to capture funds."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:607
#: visma-pay-embedded-card-payment-gateway.php:898
msgid "Payment accepted."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:618
msgid "Card token: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:619
msgid "Expiration: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:645
msgid "Payment was not accepted."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:653
msgid "Transaction status could not be updated after customer returned from the web page of a bank. Please use the merchant UI to resolve the payment status."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:661
msgid "Maintenance break. The transaction is not created and the user has been notified and transferred back to the cancel address."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:691
msgid "Card payment failed. Your card has not been charged."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:693
msgid "Payment was canceled or charge was not accepted."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:722
msgid "The card is reported lost or stolen."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:724
msgid "General decline. The card holder should contact the issuer to find out why the payment failed."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:726
msgid "Insufficient funds. The card holder should verify that there is balance on the account and the online payments are actived."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:728
msgid "Expired card."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:730
msgid "Withdrawal amount limit exceeded."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:732
msgid "Restricted card. The card holder should verify that the online payments are actived."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:734
msgid "Timeout communicating with the acquirer. The payment should be tried again later."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:745
msgid "3-D Secure was used."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:747
msgid "3-D Secure was not used."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:749
msgid "3-D Secure was attempted but not supported by the card issuer or the card holder is not participating."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:774
msgid "Payment settled."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:792
msgid "Settle payment"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:816
msgid "Settlement was successful."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:819
msgid "Settlement failed. Validation failed."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:822
msgid "Settlement failed. Either the payment has already been settled or the payment gateway refused to settle payment for given transaction."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:825
msgid "Settlement failed. Unknown error."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:832
msgid "Exception, error: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:894
#: visma-pay-embedded-card-payment-gateway.php:898
msgid "Visma Pay (Embedded Card, Subscription) order"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:907
msgid "Duplicate order number."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:911
msgid "Card token not found."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:936
msgid "Payment failed. The card was not charged. Error: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:936
msgid "Payment failed. The card was not charged."
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:945
msgid "Payment failed. Exception: "
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:983
msgid "Failed to delete the card token %s. Return code: %s"
msgstr ""
#: visma-pay-embedded-card-payment-gateway.php:988
msgid "Failed to delete the card token %s. Exception: %s"
msgstr ""
#: build/blocks.js:1
msgid "Something went wrong"
msgstr ""
#: build/blocks.js:1
msgid "Please check the card information"
msgstr ""

View File

@@ -0,0 +1,410 @@
# Copyright (C) 2023 Visma
# This file is distributed under the same license as the Visma Pay Payment Gateway plugin.
msgid ""
msgstr ""
"Project-Id-Version: Visma Pay Payment Gateway 1.1.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/visma-pay-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: 2023-10-03T13:10:45+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: visma-pay-payment-gateway\n"
#. Plugin Name of the plugin
msgid "Visma Pay Payment Gateway"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.vismapay.com/docs"
msgstr ""
#. Description of the plugin
msgid "Visma Pay Payment Gateway Integration for Woocommerce"
msgstr ""
#. Author of the plugin
msgid "Visma"
msgstr ""
#. Author URI of the plugin
msgid "https://www.visma.fi/vismapay/"
msgstr ""
#: visma-pay-payment-gateway.php:80
#: visma-pay-payment-gateway.php:168
msgid "Visma Pay"
msgstr ""
#: visma-pay-payment-gateway.php:81
msgid "Visma Pay Payment API integration for Woocommerce"
msgstr ""
#: visma-pay-payment-gateway.php:154
msgid "General options"
msgstr ""
#: visma-pay-payment-gateway.php:159
msgid "Enable/Disable"
msgstr ""
#: visma-pay-payment-gateway.php:161
msgid "Enable Visma Pay"
msgstr ""
#: visma-pay-payment-gateway.php:165
msgid "Title"
msgstr ""
#: visma-pay-payment-gateway.php:167
msgid "This controls the title which the user sees during checkout."
msgstr ""
#: visma-pay-payment-gateway.php:171
msgid "Description"
msgstr ""
#: visma-pay-payment-gateway.php:172
msgid "This controls the first part of the description which the user sees during checkout."
msgstr ""
#: visma-pay-payment-gateway.php:174
msgid "Pay safely with Finnish internet banking, payment cards, wallet services or credit invoices."
msgstr ""
#: visma-pay-payment-gateway.php:177
msgid "Second part of description"
msgstr ""
#: visma-pay-payment-gateway.php:178
msgid "This controls the second part of the description which the user sees during checkout."
msgstr ""
#: visma-pay-payment-gateway.php:180
msgid "Choose your payment method and click Pay for Order"
msgstr ""
#: visma-pay-payment-gateway.php:183
msgid "Private key"
msgstr ""
#: visma-pay-payment-gateway.php:185
msgid "Private key of the sub-merchant"
msgstr ""
#: visma-pay-payment-gateway.php:189
msgid "API key"
msgstr ""
#: visma-pay-payment-gateway.php:191
msgid "API key of the sub-merchant"
msgstr ""
#: visma-pay-payment-gateway.php:195
msgid "Order number prefix"
msgstr ""
#: visma-pay-payment-gateway.php:197
msgid "Prefix to avoid order number duplication"
msgstr ""
#: visma-pay-payment-gateway.php:201
msgid "Send products"
msgstr ""
#: visma-pay-payment-gateway.php:203
msgid "Send product breakdown to Visma Pay."
msgstr ""
#: visma-pay-payment-gateway.php:207
msgid "Send payment confirmation"
msgstr ""
#: visma-pay-payment-gateway.php:209
msgid "Send Visma Pay's payment confirmation email to the customer's billing e-mail."
msgstr ""
#: visma-pay-payment-gateway.php:217
msgid "Cancel Page"
msgstr ""
#: visma-pay-payment-gateway.php:220
msgid "Choose the page where the customer is redirected after a canceled/failed payment."
msgstr ""
#: visma-pay-payment-gateway.php:221
msgid "Order Received: Shows the customer information about their order and a notice that the payment failed. Customer has an opportunity to try payment again."
msgstr ""
#: visma-pay-payment-gateway.php:222
msgid "Pay for Order: Returns user to a page where they can try to pay their unpaid order again. "
msgstr ""
#: visma-pay-payment-gateway.php:223
msgid "Cart: Customer is redirected back to the shopping cart."
msgstr ""
#: visma-pay-payment-gateway.php:224
msgid "Checkout: Customer is redirected back to the checkout."
msgstr ""
#: visma-pay-payment-gateway.php:225
msgid "(When using Cart or Checkout as the return page for failed orders, the customer's cart will not be emptied during checkout.)"
msgstr ""
#: visma-pay-payment-gateway.php:228
msgid "Order Received"
msgstr ""
#: visma-pay-payment-gateway.php:229
msgid "Pay for Order"
msgstr ""
#: visma-pay-payment-gateway.php:230
msgid "Cart"
msgstr ""
#: visma-pay-payment-gateway.php:231
msgid "Checkout"
msgstr ""
#: visma-pay-payment-gateway.php:238
msgid "Only allow payments in EUR"
msgstr ""
#: visma-pay-payment-gateway.php:240
msgid "Enable this option if you want to allow payments only in EUR."
msgstr ""
#: visma-pay-payment-gateway.php:244
msgid "Enable payment method embedding"
msgstr ""
#: visma-pay-payment-gateway.php:246
msgid "Enable this if you want to embed the payment methods to the checkout-page."
msgstr ""
#: visma-pay-payment-gateway.php:252
msgid "Manage payment methods"
msgstr ""
#: visma-pay-payment-gateway.php:257
msgid "Banks"
msgstr ""
#: visma-pay-payment-gateway.php:259
msgid "Enable bank payments in the Visma Pay payment page."
msgstr ""
#: visma-pay-payment-gateway.php:263
msgid "Wallets"
msgstr ""
#: visma-pay-payment-gateway.php:265
msgid "Enable wallet services in the Visma Pay payment page."
msgstr ""
#: visma-pay-payment-gateway.php:269
msgid "Card payments"
msgstr ""
#: visma-pay-payment-gateway.php:271
msgid "Enable credit cards in the Visma Pay payment page."
msgstr ""
#: visma-pay-payment-gateway.php:275
msgid "Credit invoices"
msgstr ""
#: visma-pay-payment-gateway.php:277
msgid "Enable credit invoices in the Visma Pay payment page."
msgstr ""
#: visma-pay-payment-gateway.php:281
msgid "Alisa Yrityslasku"
msgstr ""
#: visma-pay-payment-gateway.php:283
msgid "Enable Alisa Yrityslasku in the Visma Pay payment page."
msgstr ""
#: visma-pay-payment-gateway.php:330
#: build/blocks.js:1
msgid "No payment methods available for the currency: "
msgstr ""
#: visma-pay-payment-gateway.php:344
#: build/blocks.js:1
msgid "Internet banking"
msgstr ""
#: visma-pay-payment-gateway.php:347
#: build/blocks.js:1
msgid "Payment card"
msgstr ""
#: visma-pay-payment-gateway.php:350
#: build/blocks.js:1
msgid "Wallet services"
msgstr ""
#: visma-pay-payment-gateway.php:353
#: build/blocks.js:1
msgid "Invoice or part payment"
msgstr ""
#: visma-pay-payment-gateway.php:700
#: visma-pay-payment-gateway.php:701
#: visma-pay-payment-gateway.php:716
msgid "Visma Pay: No payment methods available for the currency: "
msgstr ""
#: visma-pay-payment-gateway.php:714
msgid "Visma Pay: \"Only allow payments in EUR\" is enabled and currency was not EUR for order: "
msgstr ""
#: visma-pay-payment-gateway.php:739
#: visma-pay-payment-gateway.php:901
#: visma-pay-payment-gateway.php:904
msgid "Visma Pay order"
msgstr ""
#: visma-pay-payment-gateway.php:739
msgid "Payment pending. Waiting for result."
msgstr ""
#: visma-pay-payment-gateway.php:762
msgid "Visma Pay system is currently in maintenance. Please try again in a few minutes."
msgstr ""
#: visma-pay-payment-gateway.php:769
#: visma-pay-payment-gateway.php:783
msgid "Payment failed due to an error."
msgstr ""
#: visma-pay-payment-gateway.php:866
msgid "Payment method: Card payment"
msgstr ""
#: visma-pay-payment-gateway.php:867
msgid "Card payment info: "
msgstr ""
#: visma-pay-payment-gateway.php:872
msgid "Verified: "
msgstr ""
#: visma-pay-payment-gateway.php:875
msgid "Card country: "
msgstr ""
#: visma-pay-payment-gateway.php:876
msgid "Client IP country: "
msgstr ""
#: visma-pay-payment-gateway.php:881
msgid "Error: "
msgstr ""
#: visma-pay-payment-gateway.php:885
msgid "Payment method: "
msgstr ""
#: visma-pay-payment-gateway.php:901
msgid "Payment is authorized. Use settle option to capture funds."
msgstr ""
#: visma-pay-payment-gateway.php:904
msgid "Payment accepted."
msgstr ""
#: visma-pay-payment-gateway.php:916
msgid "Payment was not accepted."
msgstr ""
#: visma-pay-payment-gateway.php:924
msgid "Transaction status could not be updated after customer returned from the web page of a bank. Please use the merchant UI to resolve the payment status."
msgstr ""
#: visma-pay-payment-gateway.php:932
msgid "Maintenance break. The transaction is not created and the user has been notified and transferred back to the cancel address."
msgstr ""
#: visma-pay-payment-gateway.php:964
msgid "Card payment failed. Your card has not been charged."
msgstr ""
#: visma-pay-payment-gateway.php:966
msgid "Payment was canceled or charge was not accepted."
msgstr ""
#: visma-pay-payment-gateway.php:1011
msgid "Payment settled."
msgstr ""
#: visma-pay-payment-gateway.php:1029
msgid "Settle payment"
msgstr ""
#: visma-pay-payment-gateway.php:1053
msgid "Settlement was successful."
msgstr ""
#: visma-pay-payment-gateway.php:1056
msgid "Settlement failed. Validation failed."
msgstr ""
#: visma-pay-payment-gateway.php:1059
msgid "Settlement failed. Either the payment has already been settled or the payment gateway refused to settle payment for given transaction."
msgstr ""
#: visma-pay-payment-gateway.php:1062
msgid "Settlement failed. Unknown error."
msgstr ""
#: visma-pay-payment-gateway.php:1069
msgid "Exception, error: "
msgstr ""
#: visma-pay-payment-gateway.php:1116
msgid "The card is reported lost or stolen."
msgstr ""
#: visma-pay-payment-gateway.php:1118
msgid "General decline. The card holder should contact the issuer to find out why the payment failed."
msgstr ""
#: visma-pay-payment-gateway.php:1120
msgid "Insufficient funds. The card holder should verify that there is balance on the account and the online payments are actived."
msgstr ""
#: visma-pay-payment-gateway.php:1122
msgid "Expired card."
msgstr ""
#: visma-pay-payment-gateway.php:1124
msgid "Withdrawal amount limit exceeded."
msgstr ""
#: visma-pay-payment-gateway.php:1126
msgid "Restricted card. The card holder should verify that the online payments are actived."
msgstr ""
#: visma-pay-payment-gateway.php:1128
msgid "Timeout communicating with the acquirer. The payment should be tried again later."
msgstr ""
#: visma-pay-payment-gateway.php:1139
msgid "3-D Secure was used."
msgstr ""
#: visma-pay-payment-gateway.php:1141
msgid "3-D Secure was not used."
msgstr ""
#: visma-pay-payment-gateway.php:1143
msgid "3-D Secure was attempted but not supported by the card issuer or the card holder is not participating."
msgstr ""

View File

@@ -0,0 +1,2 @@
= 1.1.0 =
Test: WordPress compatibility Upto 6.4

View File

@@ -0,0 +1,121 @@
== Changelog ==
= 2.4.7 =
* NEW Asynchronous import for external menu.
* IMPROVED Translated all logs.
* IMPROVED Ability to import different dishes with the same name and different SKUs.
* NEW Export option 'Turn off export'.
* IMPROVED Compatibility check with WordPress 6.4 and WooCommerce 8.3.
* NEW Add WooCommerce High Performance Order Storage (HPOS) support.
* IMPROVED Nomenclature import.
= 2.4.6 =
* NEW External menus import.
= 2.4.5 =
* IMPROVED The iiko product ID can be changed while adding and editing the product.
* IMPROVED The iiko product category ID can be changed while adding and editing the product category.
* IMPROVED Import products tags from iiko is optional now.
* IMPROVED Compatibility check with WordPress 6.3 and WooCommerce 8.0.
= 2.4.4 =
* FIXED guzzlehttp/psr7 CVE-2023-29197 Moderate severity.
* IMPROVED Default iiko street during an export. Use an iiko street ID instead of the street name.
= 2.4.3 =
* IMPROVED Compatibility check with WordPress 6.2.
= 2.4.2 =
* NEW Added option 'Import only simple products'.
= 2.4.1 =
* NEW Added option 'Reverse groups import'.
= 2.4.0 =
* FIXED Translations on the plugin pages (in JS scripts).
* IMPROVED Added button for save groups for auto import to WooCommerce.
* IMPROVED Compatibility check with WordPress 6.1.
= 2.3.9 =
* IMPROVED Separation of premium functionality into a separate plugin.
* NEW Add 'Delete old product category photo' option.
= 2.3.8 =
* FIXED Bonuses with online payment.
* FIXED Imported streets info in the plugin's terminal.
* FIXED Rename apiLogin field on API-key.
* FIXED Async import.
= 2.3.7 =
* NEW Option 'Place all orders by current time'.
= 2.3 =
* NEW Bonuses (loyalty program).
* NEW Option 'Skip import of unrequired group modifiers'.
* NEW Ability to import groups and dishes from one organization and export orders to another one.
* NEW 'Deliveries and Orders' export mode. This mode is customized with shipping methods.
= 2.2 =
* NEW Localization options.
* NEW Export type option (order with tables reservation or delivery).
* NEW Export action option (when an order will be exported).
* NEW Import option allowed to remove all old product images.
* NEW Guests field for checkout page.
* NEW Table field for checkout page.
* NEW 'Shipping cost as a product' option.
* NEW 'Update stop list after import' option.
* NEW Support of 'StopListUpdate' iiko webhook.
* NEW Order of products when importing.
* NEW Ability to import modifiers prices for products with a single modifiers group.
* NEW KBZHU (energy, proteins, fat, carbohydrates).
* IMPROVED Update a product when import if a product with the same iiko code exist.
* IMPROVED Admin bar menu.
= 2.1 =
* NEW Support for several terminals and new shipping method witch is used terminals IDs for, so that customers can choose which terminal to send an order to.
* NEW Support for importing the same dishes and products in different groups.
* NEW Sale price import.
* NEW Settings for nomenclature import. Import or not:
- products and categories descriptions,
- products and categories SEO titles and descriptions,
- products sale prices,
- enable reviews,
- hide all old products (set status 'Out of stock'),
- delete old products.
= 2.0 =
* NEW Email in plugin settings for error notifications.
* NEW Support of several modifier groups (see the plugin's FAQ, the question 'Is WooCommerce variable product import supported?').
* IMPROVED 'Complete Before' block interface.
* NEW 'Complete before' type to order comment (on export).
* NEW Admin bar menu.
* NEW Filter 'wc_iikocloud_order_customer' for change customer data on export.
* FIXED Groups tree on the plugin page.
= 1.3.2 =
* NEW Auto import of nomenclature using WP CRON.
= 1.3.1 =
* NEW Order checking from order list in admin panel.
* IMPROVED Order export comment.
* IMPROVED Logs.
= 1.3.0 =
* NEW The export of the order is sent once when the order is created.
* NEW If the order is successfully exported, a corresponding notification is added to it.
* NEW The ability to manually export an order from the admin panel.
* NEW Filter to change the customer's phone number when exporting an order.
* NEW "Complete before" field to indicate order time.
* NEW Processing of address fields on the checkout page.
* NEW New import settings.
* IMPROVED The settings page is grouped into blocks by separate tabs.
= 1.2.0 =
* NEW Notifications to the administrator's mail in case of problems with exporting orders.
= 1.1.0 =
* NEW Support for WooCommerce and iiko payment methods.
* IMPROVED Increased minimum PHP version to 7.2 (for compatibility with the nearest WooCommerce versions).
= 1.0.0 =
* The first version

View File

@@ -0,0 +1,239 @@
# Copyright (C) 2023 AZTemi
# This file is distributed under the GPLv3 or later.
msgid ""
msgstr ""
"Project-Id-Version: WC Solana Pay 2.2.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-solana-pay\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-15T15:27:47+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: wc-solana-pay\n"
#. Plugin Name of the plugin
#: admin/class-wc-solana-pay-payment-gateway.php:131
msgid "WC Solana Pay"
msgstr ""
#. Plugin URI of the plugin
#. Author URI of the plugin
msgid "https://apps.aztemi.com/wc-solana-pay"
msgstr ""
#. Description of the plugin
msgid "Accept crypto payments in SOL, USDC, USDT and more in your WooCommerce store."
msgstr ""
#. Author of the plugin
msgid "AZTemi"
msgstr ""
#: admin/class-solana-pay.php:128
msgid "Payment transaction not found. Please try again."
msgstr ""
#: admin/class-solana-pay.php:168
msgid "Unable to confirm payment transaction details. Please try again."
msgstr ""
#: admin/class-solana-pay.php:192
msgid "Payment currency not in supported Solana tokens list."
msgstr ""
#: admin/class-solana-pay.php:430
msgid "Solana Pay payment completed"
msgstr ""
#: admin/class-solana-pay.php:645
msgid "Connection to RPC failed"
msgstr ""
#. translators: %d: rpc call response code error, e.g. 404
#: admin/class-solana-pay.php:656
msgid "RPC remote call failed with code %d"
msgstr ""
#: admin/class-solana-tokens.php:456
msgid "Devnet Faucet"
msgstr ""
#. translators: %s: Devnet Faucet
#: admin/class-solana-tokens.php:458
msgid "Get free tokens for testing from the %s."
msgstr ""
#: admin/class-wc-solana-pay-admin.php:107
msgid "Settings"
msgstr ""
#: admin/class-wc-solana-pay-payment-gateway.php:133
msgid "Accept payments in SOL, USDC, USDT and more with Solana Pay."
msgstr ""
#: admin/class-wc-solana-pay-payment-gateway.php:157
msgid "(Test Mode enabled. Devnet in use)."
msgstr ""
#: admin/class-wc-solana-pay-payment-gateway.php:200
msgid "Solana Pay setup is not complete. Please set Merchant Wallet Address"
msgstr ""
#: admin/class-wc-solana-pay-payment-gateway.php:212
msgid "Solana Pay setup is not complete. Please enable at least 1 Solana Token."
msgstr ""
#: admin/class-wc-solana-pay-payment-gateway.php:242
msgid "Invalid Solana Wallet Address"
msgstr ""
#: admin/class-webhook.php:139
#: admin/class-webhook.php:250
msgid "Thank you for your order"
msgstr ""
#: admin/partials/admin-payment-details.php:31
#: public/partials/public-payment-details.php:30
msgid "Solana Pay Payment Details"
msgstr ""
#: admin/partials/admin-payment-details.php:34
#: public/partials/public-payment-details.php:34
msgid "Transaction ID"
msgstr ""
#: admin/partials/admin-payment-details.php:35
msgid "Customer Wallet"
msgstr ""
#: admin/partials/admin-payment-details.php:36
#: public/partials/public-payment-details.php:36
msgid "Amount"
msgstr ""
#: admin/partials/admin-payment-details.php:37
msgid "Net Amount after fees"
msgstr ""
#: admin/partials/admin-settings.php:18
msgid "Enable/Disable"
msgstr ""
#: admin/partials/admin-settings.php:20
msgid "Enable WC Solana Pay"
msgstr ""
#: admin/partials/admin-settings.php:22
msgid "This gateway must be enabled in order to use Solana Pay."
msgstr ""
#: admin/partials/admin-settings.php:26
msgid "Merchant Wallet Address"
msgstr ""
#: admin/partials/admin-settings.php:29
msgid "Merchant Solana wallet address to receive payments.<br /><b>Crypto transactions are not reversible, please make sure the entered address is correct.</b>"
msgstr ""
#: admin/partials/admin-settings.php:32
msgid "Solana Network"
msgstr ""
#: admin/partials/admin-settings.php:35
msgid "The Solana network cluster for processing transactions.<br /><b>\"Devnet\" is only for testing and has no monetary value. Select \"Mainnet-Beta\" to go live for real cryptocurrencies.</b>"
msgstr ""
#: admin/partials/admin-settings.php:37
msgid "Devnet (Test Mode)"
msgstr ""
#: admin/partials/admin-settings.php:38
msgid "Mainnet-Beta (Production Mode)"
msgstr ""
#: admin/partials/admin-settings.php:42
msgid "Accepted Payment Tokens"
msgstr ""
#: admin/partials/admin-settings.php:44
msgid "Enable cryptocurrencies you want to accept for payments."
msgstr ""
#: admin/partials/admin-settings.php:47
msgid "Brand Name"
msgstr ""
#: admin/partials/admin-settings.php:50
msgid "Merchant or Store name displayed in payment instructions."
msgstr ""
#: admin/partials/admin-settings.php:53
msgid "Description"
msgstr ""
#: admin/partials/admin-settings.php:55
msgid "Complete your payment with Solana Pay."
msgstr ""
#: admin/partials/admin-settings.php:56
msgid "Payment method description that customers will see on the checkout page."
msgstr ""
#: admin/partials/admin-tokens-table.php:64
msgid "Enabled"
msgstr ""
#: admin/partials/admin-tokens-table.php:65
msgid "Token"
msgstr ""
#: admin/partials/admin-tokens-table.php:66
msgid "Auto Refresh"
msgstr ""
#: admin/partials/admin-tokens-table.php:66
msgid "Auto refresh exchange rate every hour if checked."
msgstr ""
#: admin/partials/admin-tokens-table.php:67
msgid "Exchange Rate"
msgstr ""
#: admin/partials/admin-tokens-table.php:68
msgid "% Commission"
msgstr ""
#: admin/partials/admin-tokens-table.php:69
msgid "Preview"
msgstr ""
#: admin/partials/admin-tokens-table.php:130
msgid "Click to refresh exchange rate"
msgstr ""
#: admin/partials/admin-tokens-table.php:144
msgid "Not available for the store currency"
msgstr ""
#: admin/partials/admin-tokens-table.php:145
msgid "Not Available"
msgstr ""
#: includes/class-wc-solana-pay.php:60
msgid "<b>WC Solana Pay</b> is an extension for <b>WooCommerce</b>. Please install and activate <b>WooCommerce</b> plugin."
msgstr ""
#: includes/class-wc-solana-pay.php:66
msgid "<b>WC Solana Pay</b> requires <b>BC Math</b>. Please install <b>BC Math</b> extension for PHP."
msgstr ""
#: public/partials/public-payment-details.php:35
msgid "Wallet Address"
msgstr ""
#: public/partials/public-place-order-button.php:26
msgid "Solana Pay"
msgstr ""

View File

@@ -0,0 +1,595 @@
# Copyright (C) 2023 PluginEver
# This file is distributed under the same license as the Tickets Manager for WooCommerce package.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Ticket Manager 1.0.0\n"
"Report-Msgid-Bugs-To: https://pluginever.com/plugins/wc-ticket-manager/\n"
"POT-Creation-Date: 2023-11-15 06:30:28+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: src/Admin/Settings.php:96 src/Admin/Settings.php:97
msgid "6"
msgstr ""
#: lib/Lib/Plugin.php:309
msgid "Go Pro"
msgstr ""
#: lib/Lib/Plugin.php:655
msgid "Documentation"
msgstr ""
#: lib/Lib/Plugin.php:662
msgid "Support"
msgstr ""
#: lib/Lib/Plugin.php:669
msgid "Review"
msgstr ""
#: lib/Lib/Plugin.php:675
msgid "More Plugins"
msgstr ""
#: lib/Lib/Plugin.php:692 src/Admin/Menus.php:63 src/Admin/Menus.php:64
msgid "Settings"
msgstr ""
#: lib/Lib/Settings.php:96
msgid "Settings saved."
msgstr ""
#: lib/Lib/Settings.php:310 lib/Lib/Settings.php:398 lib/Lib/Settings.php:406
#: lib/Lib/Settings.php:414
msgid "Recommended"
msgstr ""
#: lib/Lib/Settings.php:311 lib/Lib/Settings.php:399 lib/Lib/Settings.php:407
#: lib/Lib/Settings.php:415
msgid "Install Now"
msgstr ""
#: lib/Lib/Settings.php:370
msgid "Need Help?"
msgstr ""
#: lib/Lib/Settings.php:429
msgid "Join our Community"
msgstr ""
#: lib/Lib/Settings.php:433
msgid "Request a Feature"
msgstr ""
#: lib/Lib/Settings.php:437
msgid "Report a Bug"
msgstr ""
#: src/Admin/Actions.php:39
msgid "Ticket not found."
msgstr ""
#: src/Admin/Actions.php:54
msgid "Ticket saved successfully."
msgstr ""
#: src/Admin/Admin.php:82
#. translators: 1: Plugin name 2: WordPress
msgid ""
"Thank you for using %1$s. If you like it, please leave us a %2$s rating. A "
"huge thank you from PluginEver in advance!"
msgstr ""
#: src/Admin/Admin.php:84
msgid "Thanks :)"
msgstr ""
#: src/Admin/Admin.php:102
#. translators: 1: Plugin version
msgid "Version %s"
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:88 src/PostTypes.php:46
#: templates/myaccount/view-ticket.php:31
msgid "No tickets found."
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:100 src/Admin/Orders.php:63
msgid "Ticket"
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:101
#: src/Admin/views/edit-ticket.php:35 templates/myaccount/view-tickets.php:43
msgid "Product"
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:102
#: src/Admin/views/edit-ticket.php:49 templates/myaccount/view-tickets.php:44
msgid "Order"
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:103
#: src/Admin/views/edit-ticket.php:64
msgid "Customer"
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:104
msgid "Date Created"
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:143
#: src/Admin/views/edit-ticket.php:114
msgid "Delete"
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:181
#. translators: %d: number of things deleted.
msgid "%d ticket deleted."
msgid_plural "%d tickets deleted."
msgstr[0] ""
msgstr[1] ""
#: src/Admin/ListTables/TicketsListTable.php:226
msgid "Edit"
msgstr ""
#: src/Admin/ListTables/TicketsListTable.php:229
msgid " - Pending"
msgstr ""
#: src/Admin/Menus.php:35 src/Admin/Menus.php:36
msgid "Ticket Manager"
msgstr ""
#: src/Admin/Menus.php:46 src/Admin/Menus.php:47
#: src/Admin/views/list-ticket.php:19 src/Frontend/MyAccount.php:54
#: src/Frontend/MyAccount.php:75
msgid "Tickets"
msgstr ""
#: src/Admin/Orders.php:48
msgid "Here are the tickets associated with this item:"
msgstr ""
#: src/Admin/Orders.php:57
msgid "Pending"
msgstr ""
#: src/Admin/Orders.php:85 src/Frontend/MyAccount.php:58 src/PostTypes.php:42
msgid "View Ticket"
msgstr ""
#: src/Admin/Products.php:43
msgid "Sell Ticket"
msgstr ""
#: src/Admin/Products.php:44
msgid "Sell tickets for this product."
msgstr ""
#: src/Admin/Products.php:64
msgid "Ticket Options"
msgstr ""
#: src/Admin/Products.php:95 src/Admin/Products.php:96
#: src/Admin/views/product-ticket-fields.php:33
msgid "Name"
msgstr ""
#: src/Admin/Products.php:102 src/Admin/Products.php:103
#: src/Admin/Products.php:111
msgid "Email"
msgstr ""
#: src/Admin/Products.php:110
msgid "Text"
msgstr ""
#: src/Admin/Settings.php:35
msgid "General"
msgstr ""
#: src/Admin/Settings.php:57 src/Admin/views/product-ticket-options.php:28
msgid "Ticket Number Settings"
msgstr ""
#: src/Admin/Settings.php:59
msgid ""
"Set how the ticket number will be generated. The number is also "
"configurable per product."
msgstr ""
#: src/Admin/Settings.php:63
msgid "Number type"
msgstr ""
#: src/Admin/Settings.php:65
msgid "Select the type of ticket number."
msgstr ""
#: src/Admin/Settings.php:66
msgid "Sequential will start at 1 and go up. Random will generate a random number."
msgstr ""
#: src/Admin/Settings.php:70 src/Admin/views/product-ticket-options.php:86
msgid "Sequential"
msgstr ""
#: src/Admin/Settings.php:71 src/Admin/views/product-ticket-options.php:85
msgid "Random"
msgstr ""
#: src/Admin/Settings.php:75
msgid "Number prefix"
msgstr ""
#: src/Admin/Settings.php:77
msgid "Enter text for ticket prefix."
msgstr ""
#: src/Admin/Settings.php:78
msgid "This will be added to the beginning of the ticket number."
msgstr ""
#: src/Admin/Settings.php:79 src/Admin/Settings.php:80
msgid "EVNT-"
msgstr ""
#: src/Admin/Settings.php:84
msgid "Number suffix"
msgstr ""
#: src/Admin/Settings.php:86
msgid "Enter text for ticket suffix."
msgstr ""
#: src/Admin/Settings.php:87
msgid "This will be added to the end of the ticket number."
msgstr ""
#: src/Admin/Settings.php:88
msgid "Suffix"
msgstr ""
#: src/Admin/Settings.php:92
msgid "Number length"
msgstr ""
#: src/Admin/Settings.php:94
msgid "Enter the length of the ticket number."
msgstr ""
#: src/Admin/Settings.php:95
msgid ""
"This will be the length of the ticket number. If the number is less than "
"the length, it will be padded with zeros."
msgstr ""
#: src/Admin/Settings.php:105
msgid "Display Options"
msgstr ""
#: src/Admin/Settings.php:111
msgid "Shop page add to cart text"
msgstr ""
#: src/Admin/Settings.php:113
msgid "Enter text for add to cart button on shop page."
msgstr ""
#: src/Admin/Settings.php:114 src/Admin/Settings.php:115
#: src/Admin/views/edit-ticket.php:27 src/Cart.php:45
#: templates/myaccount/view-ticket.php:29
msgid "Ticket Details"
msgstr ""
#: src/Admin/Settings.php:120
msgid "Product page add to cart text"
msgstr ""
#: src/Admin/Settings.php:122
msgid "Enter text for add to cart button on product page."
msgstr ""
#: src/Admin/Settings.php:123 src/Admin/Settings.php:124 src/Cart.php:62
msgid "Buy Ticket Now"
msgstr ""
#: src/Admin/Settings.php:165
msgid "You can use the following tags in the email subject and content."
msgstr ""
#: src/Admin/Settings.php:170
msgid "Tag"
msgstr ""
#: src/Admin/Settings.php:171
msgid "Description"
msgstr ""
#: src/Admin/Settings.php:177
msgid "Name of the event."
msgstr ""
#: src/Admin/Settings.php:181
msgid "Date of the event."
msgstr ""
#: src/Admin/Settings.php:185
msgid "Time of the event."
msgstr ""
#: src/Admin/Settings.php:189
msgid "Location of the event."
msgstr ""
#: src/Admin/Settings.php:193
msgid "Organizer of the event."
msgstr ""
#: src/Admin/Settings.php:197
msgid "Ticket number."
msgstr ""
#: src/Admin/Settings.php:201
msgid "Ticket URL."
msgstr ""
#: src/Admin/Settings.php:205
msgid "Ticket barcode."
msgstr ""
#: src/Admin/views/edit-ticket.php:16 src/Frontend/MyAccount.php:58
#: src/PostTypes.php:41
msgid "Edit Ticket"
msgstr ""
#: src/Admin/views/edit-ticket.php:18
msgid "Go Back"
msgstr ""
#: src/Admin/views/edit-ticket.php:42
msgid "No product assigned."
msgstr ""
#: src/Admin/views/edit-ticket.php:56
msgid "No order assigned."
msgstr ""
#: src/Admin/views/edit-ticket.php:71
msgid "Customer not found."
msgstr ""
#: src/Admin/views/edit-ticket.php:79 src/Frontend/Frontend.php:66
#: templates/emails/order-ticket.php:35
msgid "Ticket Number"
msgstr ""
#: src/Admin/views/edit-ticket.php:111 templates/myaccount/view-tickets.php:45
msgid "Actions"
msgstr ""
#: src/Admin/views/edit-ticket.php:115
msgid "Save Ticket"
msgstr ""
#: src/Admin/views/list-ticket.php:26
msgid "Search"
msgstr ""
#: src/Admin/views/product-ticket-fields.php:17
msgid "Ticket Fields"
msgstr ""
#: src/Admin/views/product-ticket-fields.php:22
msgid "Label"
msgstr ""
#: src/Admin/views/product-ticket-fields.php:23
#: src/Admin/views/product-ticket-fields.php:36
msgid "Placeholder"
msgstr ""
#: src/Admin/views/product-ticket-fields.php:24
msgid "Type"
msgstr ""
#: src/Admin/views/product-ticket-fields.php:25
msgid "Required"
msgstr ""
#: src/Admin/views/product-ticket-fields.php:26
msgid "Enabled"
msgstr ""
#: src/Admin/views/product-ticket-options.php:29
msgid "Customize ticket number or use global setting."
msgstr ""
#: src/Admin/views/product-ticket-options.php:32
msgid "Global Setting"
msgstr ""
#: src/Admin/views/product-ticket-options.php:33
msgid "Customize"
msgstr ""
#: src/Admin/views/product-ticket-options.php:41
msgid "Ticket Prefix"
msgstr ""
#: src/Admin/views/product-ticket-options.php:42
msgid "Prefix for the ticket number. Leave blank for no prefix."
msgstr ""
#: src/Admin/views/product-ticket-options.php:54
msgid "Ticket Suffix"
msgstr ""
#: src/Admin/views/product-ticket-options.php:55
msgid "Suffix for the ticket number. Leave blank for no suffix."
msgstr ""
#: src/Admin/views/product-ticket-options.php:67
msgid "Min Number Length"
msgstr ""
#: src/Admin/views/product-ticket-options.php:68
msgid "Minimum length of the ticket number. Leave blank for no limit."
msgstr ""
#: src/Admin/views/product-ticket-options.php:80
msgid "Ticket Number Type"
msgstr ""
#: src/Admin/views/product-ticket-options.php:82
msgid "Type of the ticket number."
msgstr ""
#: src/Cart.php:165
#. translators: %s: field label.
msgid "%s is a required field."
msgstr ""
#: src/Cart.php:216
#. translators: %d: quantity.
msgid "%d ticket added to your cart."
msgid_plural "%d tickets added to your cart."
msgstr[0] ""
msgstr[1] ""
#: src/Cart.php:220
msgid "View cart"
msgstr ""
#: src/Cart.php:222
msgid "Checkout"
msgstr ""
#: src/Installer.php:77
#. translators: 1: plugin name 2: version number
msgid "%1$s updated to version %2$s successfully."
msgstr ""
#: src/Models/Ticket.php:83
msgid "Missing required product_id"
msgstr ""
#: src/Plugin.php:77
#. translators: 1: plugin name 2: WooCommerce
msgid "%1$s requires %2$s to be installed and active."
msgstr ""
#: src/Plugin.php:79
msgid "WooCommerce"
msgstr ""
#: src/PostTypes.php:39
msgid "Add New Ticket"
msgstr ""
#: src/PostTypes.php:40
msgid "New Ticket"
msgstr ""
#: src/PostTypes.php:43
msgid "All Tickets"
msgstr ""
#: src/PostTypes.php:44
msgid "Search Tickets"
msgstr ""
#: src/PostTypes.php:45
msgid "Parent Tickets:"
msgstr ""
#: src/PostTypes.php:47
msgid "No tickets found in Trash."
msgstr ""
#: templates/emails/order-tickets.php:17 templates/order/order-tickets.php:33
msgid "Order Tickets"
msgstr ""
#: templates/myaccount/view-tickets.php:42
msgid "Ticket #"
msgstr ""
#: templates/myaccount/view-tickets.php:70
msgid "N/A"
msgstr ""
#: templates/myaccount/view-tickets.php:74
msgid "View"
msgstr ""
#: templates/myaccount/view-tickets.php:94
msgid "Go Shop"
msgstr ""
#: templates/myaccount/view-tickets.php:96
msgid "No ticket has been purchased yet."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Tickets Manager for WooCommerce"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://wordpress.org/plugins/wc-ticket-manager"
msgstr ""
#. Description of the plugin/theme
msgid "Easily sell and manage tickets for events, concerts or conferences."
msgstr ""
#. Author of the plugin/theme
msgid "PluginEver"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://pluginever.com/"
msgstr ""
#: src/PostTypes.php:34
msgctxt "post type general name"
msgid "Tickets"
msgstr ""
#: src/PostTypes.php:35
msgctxt "post type singular name"
msgid "Ticket"
msgstr ""
#: src/PostTypes.php:36
msgctxt "admin menu"
msgid "Tickets"
msgstr ""
#: src/PostTypes.php:37
msgctxt "add new on admin bar"
msgid "Ticket"
msgstr ""
#: src/PostTypes.php:38
msgctxt "ticket"
msgid "Add New"
msgstr ""

View File

@@ -0,0 +1,19 @@
*** Wonderful Payments for WooCommerce Changelog ***
2023-10-19 - version 0.4.2
* Updated readme
2023-10-09 - version 0.4.1
* Readme updated to reflect new billing model. Account plans are now billed directly by Wonderful Payments Ltd.
2023-09-21 - version 0.4
* Updated API endpoints and SSL verification
2023-09-19 - version 0.3
* Confirmed compatibility with WordPress 6.3
2023-06-29 - version 0.2
* We now send the plugin version to our servers when initiating a payment request. This allows us to provide better technical support for merchants.
2023-06-22 - version 0.1
* Initial Release

View File

@@ -0,0 +1,303 @@
# Copyright (C) 2023 WPClever
# This file is distributed under the same license as the WPC Smart Attribute Groups for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Smart Attribute Groups for WooCommerce 1.0.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-attribute-groups\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-21T03:11:07+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: wpc-attribute-groups\n"
#. Plugin Name of the plugin
msgid "WPC Smart Attribute Groups for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "WPC Smart Attribute Groups give you the possibility to display product attributes in separate groups."
msgstr ""
#. Author of the plugin
msgid "WPClever"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: includes/class-backend.php:66
#: includes/class-backend.php:76
msgid "WPC Smart Attribute Groups"
msgstr ""
#: includes/class-backend.php:66
msgid "Smart Attribute Groups"
msgstr ""
#: includes/class-backend.php:76
msgid "Premium"
msgstr ""
#: includes/class-backend.php:79
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: includes/class-backend.php:81
msgid "Reviews"
msgstr ""
#: includes/class-backend.php:82
msgid "Changelog"
msgstr ""
#: includes/class-backend.php:83
msgid "Discussion"
msgstr ""
#: includes/class-backend.php:88
msgid "Settings updated."
msgstr ""
#: includes/class-backend.php:94
#: includes/class-backend.php:228
msgid "Settings"
msgstr ""
#: includes/class-backend.php:97
#: includes/class-backend.php:229
#: includes/class-backend.php:381
#: includes/class-backend.php:383
msgid "Attribute Groups"
msgstr ""
#: includes/class-backend.php:100
#: includes/class-backend.php:230
msgid "Premium Version"
msgstr ""
#: includes/class-backend.php:102
msgid "Essential Kit"
msgstr ""
#: includes/class-backend.php:109
#: templates/product-attributes.php:122
#: templates/product-attributes.php:131
msgid "Other"
msgstr ""
#: includes/class-backend.php:119
msgid "Single Attributes"
msgstr ""
#: includes/class-backend.php:122
msgid "Configure for single attributes - which were not assigned for any groups."
msgstr ""
#: includes/class-backend.php:126
msgid "Position"
msgstr ""
#: includes/class-backend.php:129
msgid "Above Attribute Groups"
msgstr ""
#: includes/class-backend.php:130
msgid "Below Attribute Groups"
msgstr ""
#: includes/class-backend.php:135
msgid "Title"
msgstr ""
#: includes/class-backend.php:141
#: includes/class-backend.php:555
msgid "Description"
msgstr ""
#: includes/class-backend.php:147
msgid "Show Weight"
msgstr ""
#: includes/class-backend.php:150
#: includes/class-backend.php:160
#: includes/class-backend.php:524
msgid "Yes"
msgstr ""
#: includes/class-backend.php:151
#: includes/class-backend.php:161
#: includes/class-backend.php:525
msgid "No"
msgstr ""
#: includes/class-backend.php:153
msgid "Show/hide the product weight in \"Single Attributes\"."
msgstr ""
#: includes/class-backend.php:157
msgid "Show Dimensions"
msgstr ""
#: includes/class-backend.php:163
msgid "Show/hide the product dimensions in \"Single Attributes\"."
msgstr ""
#: includes/class-backend.php:168
msgid "Style"
msgstr ""
#: includes/class-backend.php:172
msgid "Layout"
msgstr ""
#: includes/class-backend.php:175
msgid "Layout 01"
msgstr ""
#: includes/class-backend.php:176
msgid "Layout 02"
msgstr ""
#: includes/class-backend.php:181
msgid "Suggestion"
msgstr ""
#: includes/class-backend.php:246
msgid "Community support"
msgstr ""
#: includes/class-backend.php:382
msgid "Attribute Group"
msgstr ""
#: includes/class-backend.php:384
msgid "All Attribute Groups"
msgstr ""
#: includes/class-backend.php:385
msgid "Edit Attribute Group"
msgstr ""
#: includes/class-backend.php:386
msgid "View Attribute Group"
msgstr ""
#: includes/class-backend.php:387
msgid "Update Attribute Group"
msgstr ""
#: includes/class-backend.php:388
msgid "Add New Attribute Group"
msgstr ""
#: includes/class-backend.php:389
msgid "New Attribute Group Name"
msgstr ""
#: includes/class-backend.php:390
msgid "Parent Attribute Group"
msgstr ""
#: includes/class-backend.php:391
msgid "Parent Attribute Group:"
msgstr ""
#: includes/class-backend.php:392
msgid "Search Attribute Groups"
msgstr ""
#: includes/class-backend.php:393
msgid "Popular Attribute Groups"
msgstr ""
#: includes/class-backend.php:394
msgid "&larr; Go to Attribute Groups"
msgstr ""
#: includes/class-backend.php:395
msgid "Separate groups with commas"
msgstr ""
#: includes/class-backend.php:396
msgid "Add or remove groups"
msgstr ""
#: includes/class-backend.php:397
msgid "Choose from the most used groups"
msgstr ""
#: includes/class-backend.php:398
msgid "No groups found"
msgstr ""
#: includes/class-backend.php:476
#: includes/class-backend.php:556
msgid "Apply for"
msgstr ""
#: includes/class-backend.php:479
#: includes/class-backend.php:586
msgid "All products"
msgstr ""
#: includes/class-backend.php:504
#: includes/class-backend.php:557
msgid "Attributes"
msgstr ""
#: includes/class-backend.php:521
msgid "Exclude from Additional Information"
msgstr ""
#: includes/class-backend.php:527
msgid "Exclude this group from Additional Information. You still can place it in a new tab or elsewhere by using a shortcode."
msgstr ""
#: includes/class-backend.php:554
msgid "Name"
msgstr ""
#: includes/class-backend.php:558
msgid "Shortcode"
msgstr ""
#: includes/class-backend.php:573
msgid "Configure terms"
msgstr ""
#: includes/class-backend.php:619
msgid "Excluded from Additional Information"
msgstr ""
#: includes/class-backend.php:624
msgid "* Premium Version only"
msgstr ""
#: includes/class-backend.php:643
msgid "Add attributes from group"
msgstr ""
#: includes/class-backend.php:645
msgid "Attribute group"
msgstr ""
#: includes/class-backend.php:651
msgid "Add"
msgstr ""
#: templates/product-attributes.php:109
msgid "Weight"
msgstr ""
#: templates/product-attributes.php:116
msgid "Dimensions"
msgstr ""

View File

@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2023-10-25
### Changed
- Block API bumped to version 3.
### Removed
- Removed the `x3p0/breadcrumbs/trail` filter hook at the request of a reviewer for the WordPress.org Plugin Review Team.
## [1.0.0] - 2023-07-15
### Added
- 🎉 Literally everything. This is version 1.0, after all.

View File

@@ -508,3 +508,11 @@ FooBox.ready(function() {
<meta name="navu:wpversion" content="0.1.2">
<!-- dominant-color-images -->
<meta name="generator" content="Dominant Color Images 1.0.0">
<!-- performant-translations -->
<meta name="generator" content="Performant Translations 1.0.7">

View File

@@ -0,0 +1,517 @@
= V 1.4.1 - 24 November 2023 =
- Tweak: Remove Depreciated code
- Tweak: Update Animated Heading
= V 1.4.0 - 17 November 2023 =
- Tweak: Mega Menu Update with PHP 8.1
- Tweak: Woocommerce Compatibility
= V 1.3.9 - 31 October 2023 =
- Tweak: Minimize CSS & JS Files for Optimization
- Tweak: Woocommerce Compatibility
- Fix: Starter Sites Issues When Importing
- Fix: PHP FATAL ERROR On PHP Version 8.1 Or Higher
= V 1.3.8 - 25 July 2023 =
- New: Hero Slider Widget Added [Free]
- New: WPML Compatibility Newly Added Widgets
- Tweak: Update In Simple & Advanced Gallery
- Fix: Category Active Color Not Working in Horizontal Menu
- Fix: Category Active Color Not Working in Mega Menu
= V 1.3.7 - 07 July 2023 =
- Tweak: Updates In Add to Cart Button
- Tweak: Woocommerce Compatibility
- Fix: Woo Product Reviews Hide When Plugin Install
- Fix: ACF Gallery Not Working With Gallery Widgets
- Fix: Gallery Popup Icons Not Showing
- Fix: Advanced Accordion Toggle Icon Not Showing
= V 1.3.6 - 21 June 2023 =
- Tweak: Product Carousel Showing Gallery Image
- Tweak: Increase Feature List Item In Pricing Carousel Widget
- Tweak: Update In Equal Height Not To Apply Outside the Section/Column
- Tweak: Starter Sites Optimized and Minimized Data
- Fix: Starter Sites Importing Issues
- Fix: Starter Sites Not Importing on Localhost
- Fix: Starter Sites replace SVG to PNG
- Fix: Compatibility Issue With Elementor V1.14.0
- New: New Starter Site Personal Trainer Added
= V 1.3.5 - 15 June 2023 =
- Tweak: Update In Device Slider Widget
- Tweak: Update In License Encryption
- Tweak: Secure License Not to Reveal
- Tweak In Product Grid Showing Gallery Image
- Fix: Overflow Backdrop Filter Issue
- Fix: Fixed Social Share Not Showing Correctly
- Fix: Fixed Social Icon Not Showing Correctly
- Fix: Before After Widget Line Color Not Change
- Fix: Post Dynamic Term Throw Error ID Not Found
- Fix: Product Filter not Working with Xpro Swatches
- Fix: Horizontal Timeline Bullet SVG Color Not Changes
= V 1.3.4 - 05 June 2023 =
- New: Animated Link Widget Added
- Tweak: Update In Woo Product Image Widget
- Tweak: Rename Dynamic Tags Extensions
- Tweak: Update In Multi Layer Slider Widget
- Fix: Entrance Animation Reveal Effect Not Working Fine
- Fix: Starter Sites Issues When Importing
- Fix: Video Widget Height Issue
= V 1.3.3 - 22 May 2023 =
- Fix: Pagination Not Working on Post Grid
- Tweak: Update Entrance Animation Reveal Effect
- Tweak: Update In 3D Flip Book Widget
- Tweak: Update Animated Gradient Background Extension
= V 1.3.2 - 17 May 2023 =
- New: Entrance Animation Reveal Effects Added
- New: Add Source Field In Hamburger For Use Template
- Tweak: Change Animated Heading name To Animated Headline
- Tweak: Add Width Field In Mega Menu Vertical Layout
- Tweak: Add Template Choosing Option In Hamburger Widget
- Fix: PHP FATAL ERROR On PHP Version 8.1 Or Higher
= V 1.3.1 - 09 May 2023 =
- New: 3D Flip Book Widget Added
- Fix: Image Accordion Button Link Not Working
- Fix: Post Tiles Badge Link Color Not Change
- Fix: Split Slider Description Style Setting Not Working
- Fix: Issues Code Syntax With Old version Of PHP
- Tweak: Add Slug Option To Lightbox For URL Direct Open
- Tweak: Fields Update In Heading Widget
- Tweak: Fields Update In Advanced Heading Widget
- Tweak: Fields Update In Animated Heading Widget
- Tweak: Fields Update In Advanced Info Box
- Tweak: Fields Update In Promo Box
- Tweak: Add Button Width Field to Widgets
= V 1.3.0 - 26 April 2023 =
- New: Video Gallery Widget Added
- New: Video Carousel Widget Added
- New: Animated Gradient Background Extension Added
- Tweak: Update Remote Arrows Vertical Layout
- Tweak: Add Link Option to Hotspot Widget
- Tweak: Hover Card Border Radius Issue
- Tweak: Add Grouping Option on Lightbox
- Tweak: Modal Popup More Types Added
- Tweak: Gallery & Portfolio Classic Layout Added
- Tweak: Change Dynamic Content Template Name Feature Added
- Tweak: Change Mega Menu Template Name Feature Added
- Tweak: Template Field Multiple Post Types Added
- Fix: Dynamic Content Layout Shift Issue
- Fix: Remote Arrows Not Working With Containers
= V 1.2.9 - 01 April 2023 =
- Tweak: Minimize CSS & JS Files for Optimization
- Tweak: Change Color Scheme According to Elementor V3.12.0
- Tweak: Compatibility Issue with Elementor V3.12.0
- Tweak: Update Loop Builder and Loop Carousel
- Fix: Ai Content Generate Nonce Issue
- Fix: Exclude Not Working On Query
- Fix: WordPress 6.2 deprecate function get_page_by_title()
- New: Add Remote Arrows for Slider Widgets
- New: Add Preview Setting to Saved Templates
= V 1.2.8 - 08 March 2023 =
- New: Add WPML Compatibility To All Widgets
- New: Add Load More & Filter to Loop Builder
- Fix: Loop Builder Individual Show Duplicates
- Fix: Loop Carousel Individual Show Duplicates
- Fix: Mini Cart Toggle Button Alignment Not Working
- Tweak: Search/Ajax Search Button Background Issue
- Tweak: Add Filter_By Field in Product Grid Widget
- Tweak: Add Filter_By Field in Product Carousel Widget
- Tweak: Add Alignment Field to Ai Content Widget
= V 1.2.7 - 22 February 2023 =
- New: Advanced Posts Widget [PRO]
- New: Smoke Effect Extension
- Tweak: Swiper Widget Move to Owl Carousel to prevent Conflict
- Tweak: Update in Gallery & Portfolio Carousel
- Tweak: Update In Post Carousel Widget
- Tweak: Query Tab Update Term Field
= V 1.2.6 - 13 February 2023 =
- New: AI ChatGPT Assistant Added
- New: AI Auto Content Widget Added
- Fix: Carousel Portfolio External Link Not Working
- Tweak: Update In Mega Menu Feature
- Tweak: Add Custom Filed in Taxonomy
- Tweak: Taxonomy Hover/Active Fields Added
- Tweak: Cross/Up Sells discontinue
- Tweak: Add Product Grid Term Field for Related Product
= V 1.2.5 - 01 February 2023 =
- Tweak: Update In Modal Popup Widget
- Tweak: Update in Background Overlay Extension
- Tweak: Update in Mega Menu Feature
- New: Preview Post Setting Added for Xpro Theme Builder
- Tweak: Updates In Theme Builder Modules
- Fix: Dynamic Content on Responsive Issue
= V 1.2.4 - 24 January 2023 =
- New: Mega Menu Builder Added [Pro]
- New: Mega Menu Widget Added [Pro]
- Tweak: Modal Popup Inline Layout Added
- Tweak: Modal Popup Add Cookies Feature
- Tweak: Speed Optimization CSS & JS
- Fix: Minor Module Issues
- Fix: Background Parallax Print Console
= V 1.2.3 - 10 January 2023 =
- Fix: Compatibility Issue with Elementor V3.10.0
- Fix: License Class Not Found Issue
- Fix: Extension Compatibility With Containers
= V 1.2.2 - 03 January 2023 =
- Fix: Pro Widget Activation Issue
- Fix: Pro Extensions Activation Issue
- Tweak: Update In Scroll Effect
- Tweak: Mailchimp Subscribe Form
- New: Extension Compatibility With Containers
= V 1.2.1 - 02 January 2023 =
- Tweak: Update In Horizontal Menu Widget
- Tweak: Add Checkbox Required Field In Contact Form
- Tweak: Add Mask Option In Advanced Gallery & Portfolio
- Tweak: Add Mask Option In Carousel Gallery & Portfolio
- Tweak: Add Nav Layouts In All Slider/Carousel Widgets
- Tweak: Add Dots Layouts In All Slider/Carousel Widgets
- Tweak: Add Stroke Field on Advanced Heading
- Tweak: Add Stroke Field on Animated Heading
- Tweak: Add Symbol Color Change Field in Counter
- Fix: Cookies Widget Responsive Issue
- Fix: Stroke not Working on Heading
- Fix: Breadcrumb Previous Not Showing on Blog Page
= V 1.2.0 - 12 December 2022 =
- New: Gird Column Extension Added
- New: Loop/Query Builder Added
- New: Loop/Query Carousel Added
- New: Dynamic Tags Extension Added
- New: Term, Taxonomy, User and Site Tags Added
- New: Custom JS Extension Added
- New: Page Title Widget Added
- Fix: Scroll To Top Widget Height Issue
- Fix: Dual Button ID not Apply
- Tweak: Template Widget Update
- Tweak: Alert Box Widget Update
- Tweak: Post Grid Term Field Added
- Tweak: Post Carousel Term Field Added
- Tweak: Update In Post Title Widget
- Tweak: Update Minor Changes In Widgets
= V 1.1.9 - 22 November 2022 =
- New: Coupon Code Widget Added
- Fix: WC-AJAX Fragment Issue
- Fix: Mini Cart Constant Issue
- Tweak: Update Reading Progress Bar Extension
- Tweak: Vertical Timeline Styling Update
= V 1.1.8 - 07 November 2022 =
- New: Donation Form Grid Widget Added
- New: Tutor LMS Course Grid Widget Added
- Tweak: Update Equal Height Extension
- Tweak: Add Content Height Field In Post Grid
- Tweak: Add Content Height Field In Post Carousel
- Fix: Ajax Live Search Image Width Slider
- Fix: Testimonial Layout 4 & 5 Reviews not Hide
= V 1.1.7 - 31 October 2022 =
- New: ACF Group Dynamic Added
- New: ACF Gallery Dynamic Added
- New: Equal Height Extension Added
- Tweak: Update in Author Box Widget
- Tweak: Update in Post Navigation Widget
- Fix: Post Content Show Dummy Text
= V 1.1.6 - 25 October 2022 =
- Fix: Posts Grid Dynamic Query not work on Post Archives
- Fix: Dynamic Query on Blog Front Page Nor Working
- Tweak: Update In Extension Reading Progress Bar
- Tweak: Update Audio Player Widget
= V 1.1.5 - 24 October 2022 =
- Tweak: Update Woo Cart Widget
- Tweak: Update Comments Widget
- Fix: Compatibility With Xpro Theme V1.1.2
- New : Audio Player Widget Added
- New : Xpro Theme Builder CPT Compatibility
= V 1.1.4 - 13 October 2022 =
- Fix: Image Marquee Add New Item Not Working
- Fix: Advanced Tab Content Color Not Change
- Fix: Unfold Widget Print HTML Markup
- Tweak: Add Icon Change Option In Search Widget
- Tweak: Add Icon Change Option In Ajax Live Search Widget
- New: Wrapper Link Extension Added
= V 1.1.3 - 03 October 2022 =
- New: Textual Showcase Widget Added [PRO]
- New: 4 New Starter Sites Added
- Tweak: Update Page Templates & Blocks
- Tweak: Update Background Particles Extension
- Tweak: Lightbox Icon Effects Added
= V 1.1.2 - 27 September 2022 =
- Tweak: Update Multi Layer Slider Navigation
- Tweak: Update Multi Layer Slider Dots
- Tweak: Update Background Parallax Extension
- New: Background Particles Extension Added
- New: Template Widget Added
- New: Display Order Extension
- New: Reading Progress Bar Extension
- New: Text Marquee Added [PRO]
- New: Image Marquee Added [PRO]
= V 1.1.1 - 12 September 2022 =
- Tweak: Add Gradient Option In Pie Chart
- Tweak: Add One Page Option In Vertical Menu
- Tweak: Fix Social Icon SVG Not Show
- Tweak: Horizontal Menu Active Offset Fix
- Fix: Hamburger Alignment Fix
= V 1.1.0 - 05 September 2022 =
- Fix: Add to Cart Widget Throw Error
- Fix: Custom CSS not working
- Fix: Horizontal Menu Styling Issue with Hello theme
- Tweak: Add Option to Change Search Overlay
- Tweak: Update WooCommerce Widget Styling Issues
- New: Split Slider Added [PRO]
- New: Content Marquee Added [PRO]
- New: Starter Sites Importer Added
- New: Demo Content Exporter Added
= V 1.0.9 - 22 August 2022 =
- Fix: Display Condition Copy/Paste Issue
- Fix: One Page Navigation Not Working
- Fix: Testimonial Image not show
- Tweak: Simple Contact Form Column Settings
= V 1.0.8.1 - 16 August 2022 =
- Fix: Breakpoint Issue Gallery & Portfolio
- Fix: Breakpoint Issue Post & Product Grid
- Fix: Test Compatibility with Elementor 3.0.7
= V 1.0.8 - 15 August 2022 =
- New: Added Woo Filter Widget
- Fix: Post Tiles Responsive Issues
- Fix: SVG Color Not Change In Draw SVG Widget
- Fix: Xpro Select Saved Values Not Show
- Fix: Team Images Not Show on Site Import
- Fix: Testimonial Images Not Show on Site Import
- Tweak: Add More Customization Option In Slide Anything Widget
= V 1.0.7 - 08 July 2022 =
- Tweak: Infobox SVG Background Size
- New: Add HTML Tag Option on Info List
- New: Add By Default Open Hotspot Tooltip Option
- New: Add Option To Adjust Width/Height of Image Accordion
- Fix: Update Box Shadow Option In Button Widget
- Fix: Remove Warning Of Magnetic Threshold In Mouse Effect
- Fix: External Link Not Working on Product Quick View
= V 1.0.6 - 01 July 2022 =
- Tweak: Update Portfolio Preview Scrollbar
- New: Add Wrapper Styling Option in 360 Widget
- New: Add Custom Icon Option in Testimonial Widget
- New: Add Custom Icon Option in Block Quote Widget
- New: Add Custom Icon Option in Testimonial Carousel Widget
- Fix: Flip Box Svg Color Not Change
- Fix: Product Grid Quick View Swatches
- Fix: Product Content Not Show Correctly
= V 1.0.5 - 15 June 2022 =
- Tweak: Update Horizontal Timeline Widget
- Fix: Update Masking Custom Size Error
- Fix: Update Step-Flow Widget Description
- New: Add Dynamic Active to Widgets
= V 1.0.4 - 6 June 2022 =
- Tweak: Update Team & Team Carousel Image Width Issue
- Tweak: Update Logo Carousel
- New: Add Pricing Button Responsive Options
- New: Add ACF Dynamic Extension
- New: Add POST Dynamic Extension
- New: Add Custom Field Widget
- Fix: Error Notices on Installing
= V 1.0.3 - 01 June 2022 =
- Tweak: Update Logo Carousel Widget
- Tweak: Optimize Assets To Faster Load Time
- Fix: Testimonial Carousel Widget Hover Issue
- Fix: Social Icon Widget SVG Issues
- Fix: Step Flow Widget Transform
- New: Button Option In Restaurant Menu Widget
- New: Added Async In JS Delivery
= V 1.0.2 - 24 May 2022 =
- Fix: Team Carousel Hover Issue
- Fix: Post Gird & Carousel Dynamic Query
- Fix: Mouse Effect Get_Post_ID() Error
- Tweak: Update Team Grid Widget
- Tweak: Update Author Box Widget
- Tweak: Added One Page Compatibility to Horizontal Menu
= V 1.0.1 - 23 May 2022 =
- Tweak: Update Mouse Effect Extension
- Fix: Remove Mouse Effect Error Notice
- New: Add Minimum PHP Version Notice
= V 1.0.0 - 19 May 2022 =
- Tweak: Stable Release V1.0.0
- Tweak: Update Info Box Widget
- Fix: Icon Box SVG Color Not Change
- New: Add Mouse Effect Extension
- New: Add 3D Tilt Parallax Extension
= V 0.1.9 - 10 May 2022 =
- Tweak: Added Woo Swatches Extension
- Tweak: Update Product Grid Widget
- Fix: Icon Box SVG Hover Color
= V 0.1.8 - 21 April 2022 =
- Tweak: Added Backdrop Filter Extension
- Tweak: Update Multi Layer Slider Widget
- Fix: License mechanism is not working as expected
= V 0.1.7 - 17 April 2022 =
- Fix: Compatibility issues with woocommerce
- Fix: PHP 8.1 throws errors and notices in some cases
- Fix: License mechanism is not working as expected
- Fix: Theme Builder menu not active during layout edit
- Tweak: Updated tested up to Elementor version tag to 3.6.0
- Tweak: Updated tested up to WordPress version tag to 5.9.0
= V 0.1.6 - 14 April 2022 =
- Tweak: Update Contact Form Widget
- Fix: Extensions behaviour on page
= V 0.1.5 - 11 April 2022 =
- Tweak: Added Woo Checkout
- Tweak: Added Woo Filters
- Fix: Xpro Theme Builder Compatibility
= V 0.1.4 - 07 April 2022 =
- New: Candley Widget Added
- New: Woo Checkout Widget Added
= V 0.1.3 - 01 April 2022 =
- New: Instagram Feed Added
- New: Facebook Feed Added
- Fix: Updates in Woo Widgets
= V 0.1.2 - 29 March 2022 =
- New: Add 4 Woo Widgets
- Fix: Escaping issues in code
= V 0.1.1 - 25 March 2022 =
- New: Post Duplicator Added
- Tweak: Remove Extra Code
- Tweak: Optimize CSS & JS
= 0.1.0 - 22 March 2022 =
- Initial Release