This commit is contained in:
erwanlr
2022-07-02 13:18:01 +02:00
parent 61363a1985
commit f9e6e75c0c
32 changed files with 26313 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "meta-age",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"plugin"
],
"author": "Januus.io",
"license": "ISC",
"dependencies": {
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"tweetnacl": "^1.0.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}

View File

@@ -0,0 +1,159 @@
# Copyright (C) 2022 wpclevel
# This file is distributed under the same license as the Meta Age plugin.
msgid ""
msgstr ""
"Project-Id-Version: Meta Age 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/meta-age\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-06-05T04:16:18+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: meta-age\n"
#. Plugin Name of the plugin
msgid "Meta Age"
msgstr ""
#. Description of the plugin
msgid "Verify users' age with blockchain & crypto wallets."
msgstr ""
#. Author of the plugin
msgid "wpclevel"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclevel.com"
msgstr ""
#: admin/class-settings-page.php:43
#: common/hooks.php:109
#: frontend/hooks.php:25
msgid "Sorry, you are not allowed to access this site!"
msgstr ""
#: admin/class-settings-page.php:112
msgid "Meta Age Settings"
msgstr ""
#: admin/class-settings-page.php:118
msgid "Popup Delay"
msgstr ""
#: admin/class-settings-page.php:121
msgid "Delay time before showing the verification popup, in seconds."
msgstr ""
#: admin/class-settings-page.php:125
msgid "Minimum Age"
msgstr ""
#: admin/class-settings-page.php:128
msgid "Minimum required age."
msgstr ""
#: admin/class-settings-page.php:132
msgid "Cookie Duration"
msgstr ""
#: admin/class-settings-page.php:135
msgid "How long before revalidating a verified user again, in hours. Default is 6 months (~4380 hours)."
msgstr ""
#: admin/class-settings-page.php:139
msgid "Minimum Balance"
msgstr ""
#: admin/class-settings-page.php:142
msgid "Minimum required balance."
msgstr ""
#: admin/class-settings-page.php:146
msgid "Deny Message"
msgstr ""
#: admin/class-settings-page.php:149
msgid "The message showing when verification failed."
msgstr ""
#: admin/hooks.php:11
msgid "Please enter your email address!"
msgstr ""
#: admin/hooks.php:26
#: admin/hooks.php:44
msgid "The plugin has been activated successfully!"
msgstr ""
#: admin/hooks.php:31
#: admin/hooks.php:49
msgid "Please check your email for the activation link!"
msgstr ""
#: admin/hooks.php:37
msgid "Failed to activate the plugin. Please try again!"
msgstr ""
#: common/class-rest-api.php:94
msgid "Public key not found!"
msgstr ""
#: common/class-rest-api.php:110
msgid "OpenSSL extension is not installed!"
msgstr ""
#: common/class-rest-api.php:119
msgid "Unable to setup private key!"
msgstr ""
#: common/class-rest-api.php:127
msgid "Failed to update credentials!"
msgstr ""
#: common/hooks.php:52
msgid "Bad request!"
msgstr ""
#: common/hooks.php:79
msgid "Failed to connect to age server. Please try again!"
msgstr ""
#: common/hooks.php:135
msgid "Your browser seems to block cookies. Please allow cookies and try again!"
msgstr ""
#: common/hooks.php:155
msgid "Failed to connect to database server. Please try again!"
msgstr ""
#: frontend/hooks.php:28
msgid "Verifying your age... Please wait!"
msgstr ""
#: frontend/templates/popup.php:5
msgid "Age Verification"
msgstr ""
#: frontend/templates/popup.php:13
msgid "To continue, please confirm you&#8217;re %d+<br>by connecting your browser wallet!"
msgstr ""
#: meta-age-verification.php:29
msgid "Meta Age requires PHP version 7.2 at least!"
msgstr ""
#: meta-age-verification.php:33
msgid "Meta Age requires WordPress 4.6.0 at least!"
msgstr ""
#: meta-age-verification.php:59
msgid "Failed to connect to remote server!"
msgstr ""
#: meta-age-verification.php:68
msgid "Failed To Activate Meta Age plugin."
msgstr ""