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,24 @@
{
"name": "meta-auth",
"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": {
"@solana/wallet-adapter-phantom": "^0.9.3",
"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,139 @@
# Copyright (C) 2022 WP Clevel
# This file is distributed under the same license as the Meta Auth plugin.
msgid ""
msgstr ""
"Project-Id-Version: Meta Auth 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/meta-auth\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-04T08:34:54+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: meta-auth\n"
#. Plugin Name of the plugin
#: admin/class-settings-page.php:49
msgid "Meta Auth"
msgstr ""
#. Description of the plugin
msgid "2FA authentication for WordPress using blockchain and browser wallets."
msgstr ""
#. Author of the plugin
msgid "WP Clevel"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclevel.com"
msgstr ""
#: admin/class-settings-page.php:86
msgid "Meta Auth Settings"
msgstr ""
#: admin/class-settings-page.php:92
msgid "Shortcode"
msgstr ""
#: admin/class-settings-page.php:95
msgid "Read-only. The shortcode to display the login form with 2FA anywhere."
msgstr ""
#: admin/class-settings-page.php:99
msgid "Minimum Balance"
msgstr ""
#: admin/class-settings-page.php:102
msgid "Minimum required wallet balance to be able to login."
msgstr ""
#: admin/hooks.php:11
msgid "Please enter your email address!"
msgstr ""
#: admin/hooks.php:25
msgid "Failed to register your site. Please try again!"
msgstr ""
#: admin/hooks.php:31
#: admin/hooks.php:44
msgid "The plugin has been activated successfully!"
msgstr ""
#: admin/hooks.php:36
#: admin/hooks.php:49
msgid "Please check your email for activation link!"
msgstr ""
#: common/class-rest-api.php:102
msgid "Public key not found!"
msgstr ""
#: common/class-rest-api.php:118
msgid "OpenSSL extension is not installed!"
msgstr ""
#: common/class-rest-api.php:127
msgid "Unable to setup private key!"
msgstr ""
#: common/class-rest-api.php:135
msgid "Failed to update credentials!"
msgstr ""
#: common/hooks.php:55
msgid "Bad request!"
msgstr ""
#: common/hooks.php:120
msgid "Invalid login credentials!"
msgstr ""
#: common/hooks.php:166
#: common/hooks.php:180
msgid "Incorrect username or password!"
msgstr ""
#: common/hooks.php:222
msgid "Please confirm that you own the wallet by signing this message!"
msgstr ""
#: common/hooks.php:225
msgid "Connecting wallet..."
msgstr ""
#: common/hooks.php:226
msgid "Failed to connect your wallet. Please try again!"
msgstr ""
#: common/templates/login-modal.php:6
msgid "Language"
msgstr ""
#: common/templates/login-modal.php:23
msgid "2FA Authentication"
msgstr ""
#: common/templates/login-modal.php:26
msgid "To continue, please verify your presence!"
msgstr ""
#: meta-auth.php:30
msgid "Meta Auth requires PHP version 7.2 at least!"
msgstr ""
#: meta-auth.php:34
msgid "Meta Auth requires WordPress 4.6.0 at least!"
msgstr ""
#: meta-auth.php:38
msgid "Meta Auth requires PHP-GMP extension to be intalled!"
msgstr ""
#: meta-auth.php:66
msgid "Failed To Activate Meta Auth"
msgstr ""