This commit is contained in:
erwanlr
2020-12-11 16:33:59 +01:00
parent 6f4b216bb0
commit 7fd59b27f4
12 changed files with 2320 additions and 2 deletions

View File

@@ -0,0 +1,108 @@
# Copyright (C) 2019 ZealousWeb Technologies
# This file is distributed under the same license as the Contact Form 7 - Worldpay Add-on plugin.
msgid ""
msgstr ""
"Project-Id-Version: Contact Form 7 - Worldpay Add-on 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/accept-worldpay-payments-using-contact-form-7\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: 2019-08-28T12:57:38+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: accept-worldpay-payments-using-contact-form-7\n"
#. Plugin Name of the plugin
msgid "Contact Form 7 - Worldpay Add-on"
msgstr ""
#. Description of the plugin
msgid "This plugin will integrate Worldpay payment gateway for making your payments through Contact Form 7."
msgstr ""
#. Author of the plugin
msgid "ZealousWeb Technologies"
msgstr ""
#. Author URI of the plugin
msgid "https://www.zealousweb.com"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:101
msgid "Enable Worldpay"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:111
msgid "Enable WorldPay Sandbox"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:122
msgid "Enable Debug Mode"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:132
msgid "WorldPay Installation ID (required)"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:143
msgid "Amount Field Name (required)"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:154
msgid "Quantity Field Name (Optional)"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:164
msgid "Customer Email Field Name (Optional)"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:174
msgid "Description Field Name (Optional)"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:184
msgid "Select Currency"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:203
msgid "Success Return URL (Optional)"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:208
#: inc/admin/template/cf7wpa.template.php:227
msgid "Select page"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:222
msgid "Cancel Return URL (Optional)"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:263
msgid "<h3>TEST MODE</h3><p>Check the Worldpay testing guide <a href=\"http://support.worldpay.com/support/kb/bg/testandgolive/tgl5103.html\" target=\"_blank\">here</a>.This will display \"This is not a live transaction.\" warning on payment page.</p>"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:276
msgid "<h3>Get Your Installation ID</h3><ul><li><b>Step 1:</b> Login from <a href=\"https://secure.worldpay.com/sso/public/auth/login.html?serviceIdentifier=merchantadmin\" target=\"_blank\">here</a> using your username and password </li><li><b>Step 2:</b> To know the Installation ID, find the screenshot <a href=\"https://prnt.sc/nqs21l\" target=\"_blank\">Here</a></li><li><b>Step 3:</b> Use the Installation ID in Plugin setting and try to make payment.</li></ul>"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:289
msgid "<h3>Get Your Sandbox Transaction Key</h3><p>Get it from <a href=\"https://sandbox.authorize.net\" target=\"_blank\"> Sandbox Authorize.net</a> then <strong>Account > Security Settings > API Credentials & Keys </strong> page in your Worldpay account. For security reasons, you cannot view your Transaction Key, but you will be able to generate a new one. </p>"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:302
msgid "<h3>Get Your Live Login ID</h3><p>Get it from <a href=\"https://account.authorize.net\" target=\"_blank\">Authorize.net</a> then <strong>Account > Security Settings > API Credentials & Keys </strong> page in your Worldpay account.</p>"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:315
msgid "<h3>Get Your Live Transaction Key</h3><p>Get it from <a href=\"https://account.authorize.net\" target=\"_blank\">Authorize.net</a> then <strong> Account > Security Settings > API Credentials & Keys </strong> page in your Worldpay account. For security reasons, you cannot view your Transaction Key, but you will be able to generate a new one. </p>"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:328
msgid "<h3>Add Amount Name</h3><p>Add here the Name of amount field</p>"
msgstr ""
#: inc/admin/template/cf7wpa.template.php:341
msgid "<h3>Select Currency</h3><p>Select the currency which is selected from your Worldpay merchant account.<br/></p>"
msgstr ""

View File

@@ -0,0 +1,151 @@
# Copyright (C) 2020 chilidevs
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: SMS Integration for Contact Form 7 1.0.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/cf7-sms-integration\n"
"POT-Creation-Date: 2020-11-27 07:14:34+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: node-wp-i18n 1.2.3\n"
#: cf7-sms.php:121
msgid "Dismiss this notice."
msgstr ""
#: includes/class-admin.php:75 includes/class-admin.php:76
#: includes/class-admin.php:96 includes/class-admin.php:138
#: includes/class-form-settings.php:36
msgid "SMS Settings"
msgstr ""
#: includes/class-admin.php:116
msgid "Select Gateway"
msgstr ""
#: includes/class-admin.php:117
msgid "Select your sms gateway"
msgstr ""
#: includes/class-admin.php:157
msgid "--select--"
msgstr ""
#: includes/class-admin.php:158
msgid "Vonage(Nexmo)"
msgstr ""
#: includes/class-admin.php:176
msgid ""
"Enter your Vonage(Nexmo) details. Please visit <a href=\"%s\" "
"target=\"_blank\">%s</a> and get your api keys and options"
msgstr ""
#: includes/class-admin.php:188
msgid "Vonage(Nexmo) API"
msgstr ""
#: includes/class-admin.php:191
msgid "Enter Vonage(Nexmo) API key"
msgstr ""
#: includes/class-admin.php:196
msgid "Vonage(Nexmo) API Secret"
msgstr ""
#: includes/class-admin.php:199
msgid "Enter Vonage(Nexmo) API secret"
msgstr ""
#: includes/class-admin.php:204
msgid "Vonage(Nexmo) From Name"
msgstr ""
#: includes/class-admin.php:207
msgid "From which name the message will be sent to the users ( Default : VONAGE )"
msgstr ""
#: includes/class-form-settings.php:57
msgid "Click to toggle"
msgstr ""
#: includes/class-form-settings.php:58
msgid "Admin SMS Settings"
msgstr ""
#: includes/class-form-settings.php:63
msgid "Admin Phone Number:"
msgstr ""
#: includes/class-form-settings.php:65
msgid "Insert your phone number (e.g.: <code>%s</code>)"
msgstr ""
#: includes/class-form-settings.php:71
msgid "Enter SMS body:"
msgstr ""
#: includes/class-form-settings.php:73
msgid "In the following fields, you can use these mail-tags:"
msgstr ""
#: includes/class-form-settings.php:77
msgid ""
"Enter your custom SMS text. Just follow the Mail -> Message Body section "
"convention"
msgstr ""
#: includes/class-form-settings.php:130
msgid "Please set your settings first"
msgstr ""
#: includes/class-gateway.php:45
msgid "No API key or Secret found"
msgstr ""
#: includes/class-gateway.php:49
msgid "No number found for sending SMS"
msgstr ""
#: includes/class-gateway.php:63
msgid "SMS sent successfully"
msgstr ""
#: includes/class-gateway.php:69
msgid "The message failed with status:"
msgstr ""
#: libs/class.settings-api.php:363
msgid "Choose File"
msgstr ""
#: libs/class.settings-api.php:535
msgid "Save Settings"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "SMS Integration for Contact Form 7"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://chilidevs.com/downloads/contact-form-7-sms-integration/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Am SMS Integration plugin for Contact Form 7 helps to notify via SMS when "
"form submitted"
msgstr ""
#. Author of the plugin/theme
msgid "chilidevs"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://chilidevs.com/"
msgstr ""

View File

@@ -0,0 +1,107 @@
# Copyright (C) 2020 MyPreview
# This file is distributed under the GPL-3.0.
msgid ""
msgstr ""
"Project-Id-Version: Insert Post Block 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/insert-post-block\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-12-04T20:23:44+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: insert-post-block\n"
#. Plugin Name of the plugin
msgid "Insert Post Block"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.mypreview.one"
msgstr ""
#. Description of the plugin
msgid "A lightweight editor block that allows you to embed a full post content to different pages."
msgstr ""
#. Author of the plugin
msgid "MyPreview"
msgstr ""
#. Author URI of the plugin
msgid "https://mahdiyazdani.com"
msgstr ""
#: insert-post-block.php:120
msgctxt "clone"
msgid "Cloning instances of this class is forbidden."
msgstr ""
#: insert-post-block.php:131
msgctxt "wakeup"
msgid "Unserializing instances of this class is forbidden."
msgstr ""
#. translators: 1: Open anchor tag, 2: Close anchor tag.
#: insert-post-block.php:246
msgctxt "plugin link"
msgid "%1$sHire Me!%2$s"
msgstr ""
#. translators: 1: Open anchor tag, 2: Close anchor tag.
#: insert-post-block.php:246
msgctxt "upsell"
msgid "Looking for help? Hire Me!"
msgstr ""
#. translators: 1: Open anchor tag, 2: Close anchor tag.
#: insert-post-block.php:248
msgctxt "plugin link"
msgid "%1$sSupport%2$s"
msgstr ""
#: src/controls.js:16
msgid "Edit"
msgstr ""
#: src/index.js:32
msgctxt "block name"
msgid "Insert Post"
msgstr ""
#: src/index.js:33
msgctxt "block description"
msgid "Embed a full post content to different pages."
msgstr ""
#: src/index.js:44
msgctxt "block keyword"
msgid "embed"
msgstr ""
#: src/index.js:45
msgctxt "block keyword"
msgid "include"
msgstr ""
#: src/index.js:46
msgctxt "block keyword"
msgid "query"
msgstr ""
#: src/index.js:47
msgctxt "block keyword"
msgid "post"
msgstr ""
#: src/utils/category.js:21
msgctxt "block category"
msgid "MyPreview"
msgstr ""
#. translators: 1: HTML long dash.
#: src/utils/option-none.js:13
msgid "%1$s Select %1$s"
msgstr ""

View File

@@ -0,0 +1,128 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: WP Onlim - 1.0.0\n"
"POT-Creation-Date: 2020-04-21 17:47+0200\n"
"PO-Revision-Date: 2020-04-15 15:45+0200\n"
"Last-Translator: \n"
"Language-Team: Phlegx Systems OG\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;esc_html__\n"
"X-Poedit-SearchPath-0: .\n"
#: includes/admin/class-onlim-admin.php:75 includes/admin/class-onlim-admin.php:100
msgid "Onlim Livechat and Chatbot"
msgstr ""
#: includes/admin/class-onlim-admin.php:75 includes/admin/class-onlim-admin.php:83
#: includes/admin/class-onlim-admin.php:86
msgid "Onlim"
msgstr ""
#: includes/admin/class-onlim-admin.php:76 includes/admin/class-onlim-admin.php:244
msgid "Onlim Settings"
msgstr ""
#: includes/admin/class-onlim-admin.php:76
msgid "Settings"
msgstr ""
#: includes/admin/class-onlim-admin.php:102
msgid "Integrate awesome and free Livechat in Wordpress for everyone."
msgstr ""
#: includes/admin/class-onlim-admin.php:107
msgid "Chatbots & Voice Assistants from Onlim."
msgstr ""
#: includes/admin/class-onlim-admin.php:109
msgid ""
"Automate your customer communication with our fully integrated Conversational AI platform. "
"Results from over 150 man-years of research from our core team flow into our solution and "
"allow us to deliver more knowledge and better conversations."
msgstr ""
#: includes/admin/class-onlim-admin.php:115
#, php-format
msgid "Please visit %1$sour website%2$s to get more information!"
msgstr ""
#: includes/admin/class-onlim-admin.php:125
msgid "How to get an Onlim Livechat and Chatbot?"
msgstr ""
#: includes/admin/class-onlim-admin.php:130
msgid "You have already an Onlim account?"
msgstr ""
#: includes/admin/class-onlim-admin.php:133
msgid "Sign in"
msgstr ""
#: includes/admin/class-onlim-admin.php:138
msgid "You don't have an Onlim account?"
msgstr ""
#: includes/admin/class-onlim-admin.php:141
msgid "Sign up"
msgstr ""
#: includes/admin/class-onlim-admin.php:158
msgid "Onlim widget settings"
msgstr ""
#: includes/admin/class-onlim-admin.php:165
msgid "Widget code"
msgstr ""
#: includes/admin/class-onlim-admin.php:173
msgid "Widget inclusion"
msgstr ""
#: includes/admin/class-onlim-admin.php:181
msgid "Activate widget"
msgstr ""
#: includes/admin/class-onlim-admin.php:191
#, php-format
msgid ""
"Please configure the widget for your Wordpress website here. The widget code can be copied "
"from Onlim chat management area, after %1$sregister for an account%2$s."
msgstr ""
#: includes/admin/class-onlim-admin.php:213
#, php-format
msgid "The widget code will be printed below the opening %s section."
msgstr ""
#: includes/admin/class-onlim-admin.php:218
#, php-format
msgid "The widget code will be printed above the closing %s section. (recommended)"
msgstr ""
#: includes/admin/class-onlim-admin.php:222
#, php-format
msgid "The widget code will be printed where you include the %s shortcode."
msgstr ""
#: includes/admin/class-onlim-admin.php:235
msgid "Check this, to show the widget on your website."
msgstr ""
#: includes/class-onlim.php:34
msgid "Cloning is forbidden."
msgstr ""
#: includes/class-onlim.php:41
msgid "Unserializing instances of this class is forbidden."
msgstr ""
msgid "Onlim Livechat and Chatbot plugin. Awesome and free Livechat in Wordpress for everyone."
msgstr ""

View File

@@ -290,6 +290,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/acquaint-owl-carousel/public/js/acquaint-owl-carousel-public.js?ver=1.0.0"></script>
<!-- actblue-contributions -->
<script src="http://wp.lab/wp-content/plugins/actblue-contributions/build/actblue-contributions.js?ver=1.2.1"></script>
<!-- activities -->
<link rel="stylesheet" id="activities-public-css-css" href="http://wp.lab/wp-content/plugins/activities/public/css/activities-public.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/activities/public/js/activities-public.js?ver=1.0.2"></script>
@@ -311,6 +315,11 @@
<script src="http://wp.lab/wp-content/plugins/activityhub/assets/js/activityhub.min.js?ver=2.0.1"></script>
<!-- activitytime -->
<link rel="stylesheet" id="activitytime-css" href="http://wp.lab/wp-content/plugins/activitytime/public/css/activitytime-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/activitytime/public/js/activitytime-public.js?ver=1.0.0"></script>
<!-- acurax-social-media-widget -->
<link rel="stylesheet" id="acx_smw_widget_style-css" href="http://wp.lab/wp-content/plugins/acurax-social-media-widget/css/style.css?v=3.2.5&amp;ver=4.8.3" type="text/css" media="all">
@@ -2590,6 +2599,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/cactus-masonry-plus/cactusMasonryPlus.min.js?ver=0.0.5.5"></script>
<!-- calculate-bmr -->
<link rel="stylesheet" id="calculate-bmr-css" href="http://wp.lab/wp-content/plugins/calculate-bmr/public/css/calculate-bmr-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/calculate-bmr/public/js/calculate-bmr-public.js?ver=1.0.0"></script>
<!-- calculation-shipping -->
<link rel="stylesheet" id="front_calship.css-css" href="http://wp.lab/wp-content/plugins/calculation-shipping/css/front_calship.css?ver=0.2.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/calculation-shipping/js/front_calship.js?ver=0.2.0"></script>
@@ -8340,6 +8354,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/lead-magnets-by-contentupgrademe/public/js/contentupgrade-me.js?ver=1.0.4"></script>
<!-- leadconnector -->
<link rel="stylesheet" id="LeadConnector-css" href="http://wp.lab/wp-content/plugins/leadconnector/public/css/lc-public.css?ver=0.2.0" media="all">
<!-- leaddevs-chatbot -->
<link rel="stylesheet" id="facebook-messenger-bot-css" href="http://wp.lab/wp-content/plugins/leaddevs-chatbot/src/public/css/facebook-messenger-live-chat.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/leaddevs-chatbot/src/public/js/facebook-messenger-live-chat.js?ver=1.0.0"></script>
@@ -8433,6 +8451,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/librevideojs-html5-player/librevideojs/js/cliplibrejs.dev.js?ver=1.2.3"></script>
<!-- lifepress -->
<link rel="stylesheet" id="jquery-ui-css-css" href="http://wp.lab/wp-content/plugins/lifepress/assets/libs/jquery-ui/jquery-ui.css?ver=1.0" media="all">
<!-- lift-trail-status -->
<script src="http://wp.lab/wp-content/plugins/lift-trail-status/assets/js/mltsscript.js?ver=1.0.0"></script>
@@ -9861,6 +9883,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/mtpl-insurance/public/js/sljar_mtpl_public_js.js?ver=1.0.0"></script>
<!-- muc-luc -->
<link rel="stylesheet" id="mucluc-tocbot-css-css" href="http://wp.lab/wp-content/plugins/muc-luc/menutoc/mucluc-tocbot.css?ver=1.1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/muc-luc/menutoc/mucluc-tocbot.js?ver=1.1.0"></script>
<!-- multi-image-slider-widget -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/multi-image-slider-widget/assets/js/jquery.sliderPro.min.js?ver=1.0"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/multi-image-slider-widget/assets/js/lightbox.min.js?ver=1.0"></script>
@@ -10302,6 +10329,8 @@
<!-- notibar -->
<link rel="stylesheet" id="njt-nofi-css" href="http://wp.lab/wp-content/plugins/notibar/assets/home/css/home-notification-bar.css?ver=1.2" media="all">
<script src="http://wp.lab/wp-content/plugins/notibar/assets/home/js/home-notification-bar.js?ver=1.2"></script>
<link rel="stylesheet" id="njt-nofi-css" href="http://wp.lab/wp-content/plugins/notibar/assets/frontend/css/notibar.css?ver=1.2" media="all">
<script src="http://wp.lab/wp-content/plugins/notibar/assets/frontend/js/notibar.js?ver=1.2"></script>
<!-- notification-bar-on-footer -->
@@ -10444,6 +10473,7 @@
<link rel="stylesheet" id="flower-storefront-css" href="http://wp.lab/wp-content/plugins/obituary-assistant-by-funeral-home-website-solutions/public/css/florist-one-flower-delivery-public.min.css?ver=1.9.1" media="all">
<script src="http://wp.lab/wp-content/plugins/obituary-assistant-by-funeral-home-website-solutions/public/js/fhw-solutions-obituaries-main.min.js?ver=1.9.1"></script>
<script src="http://wp.lab/wp-content/plugins/obituary-assistant-by-funeral-home-website-solutions/public/js/florist-one-flower-delivery-public.min.js?ver=1.9.1"></script>
<script src="http://wp.lab/wp-content/plugins/obituary-assistant-by-funeral-home-website-solutions/public/js/fhw-solutions-obituaries-condolences.min.js?ver=1.9.1"></script>
<!-- obituary-central-newspaper-obituary-editor -->
@@ -13370,6 +13400,10 @@
<link rel="stylesheet" id="share-monkey-socicon-css" href="http://wp.lab/wp-content/plugins/share-monkey//shared/socicon/style.css?ver=1.0.0" type="text/css" media="all">
<!-- share-mxh -->
<link rel="stylesheet" id="sharemxh-stylecss-css" href="http://wp.lab/wp-content/plugins/share-mxh/css/sharemxh-style.css?ver=1.0" media="all">
<!-- share-this-image -->
<link rel="stylesheet" id="sti-style-css" href="http://wp.lab/wp-content/plugins/share-this-image/assets/css/sti.css?ver=1.04" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/share-this-image/assets/js/sti.js?ver=1.04"></script>
@@ -13871,6 +13905,8 @@
<!-- simple-student-result -->
<link rel="stylesheet" id="ssr_v_result_st-css" href="http://wp.lab/wp-content/plugins/simple-student-result/css/ssr_style.css?ver=1.6.4" type="text/css" media="all">
<script src="http://wp.lab/wp-content/plugins/simple-student-result/js/ssr_scripts.js?ver=1.6.4"></script>
<script src="http://wp.lab/wp-content/plugins/simple-student-result/js/ssr_scripts_front.js?ver=1.6.4"></script>
<!-- simple-support-system -->

View File

@@ -0,0 +1,14 @@
{
"name": "repeat-events",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/blueboxdigital/repeat-events.git"
},
"author": "@blueboxdigital",
"license": "UNLICENSED",
"devDependencies": {
"@prettier/plugin-php": "^0.14.3",
"prettier": "^2.1.2"
}
}

View File

@@ -0,0 +1,87 @@
# Blank WordPress Pot
# Copyright 2014 ...
# This file is distributed under the GNU General Public License v3 or later.
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: WP "
"Image Mask 1.0\n"
"POT-Creation-Date: "
"2020-11-19 17:13+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Your "
"Name <you@example.com>\n"
"Language-Team: Bogdan "
"Bendziukov <iam@bogdan."
"kyiv.ua>\n"
"Report-Msgid-Bugs-To: "
"Translator Name "
"<translations@example."
"com>\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"
"Language: en_US\n"
"X-Generator: Poedit "
"2.4.1\n"
"X-Poedit-"
"SearchPath-0: .\n"
#: assets/js/wp-image-mask-admin.js:36
msgid "None"
msgstr ""
#: assets/js/wp-image-mask-admin.js:40
msgid "Circle"
msgstr ""
#: assets/js/wp-image-mask-admin.js:45
msgid "Triangle"
msgstr ""
#: assets/js/wp-image-mask-admin.js:50
msgid "Diamond"
msgstr ""
#: assets/js/wp-image-mask-admin.js:55
msgid "Brush 1"
msgstr ""
#: assets/js/wp-image-mask-admin.js:60
msgid "Custom"
msgstr ""
#: assets/js/wp-image-mask-admin.js:185
msgid "Image mask"
msgstr ""
#: assets/js/wp-image-mask-admin.js:190
msgid "Select Mask"
msgstr ""
#: assets/js/wp-image-mask-admin.js:234
msgid "Select image"
msgstr ""

View File

@@ -0,0 +1,3 @@
= 1.0.0 =
* Initial release of "ZI Hide Featured Image"

View File

@@ -0,0 +1,26 @@
{
"name": "zi-hide-featured-image",
"version": "1.0.0",
"description": "Example how to extend an existing Gutenberg block",
"scripts": {
"start": "parcel watch --no-hmr assets/js/zi-hide-featured-image.js -d js",
"build": "parcel build assets/js/zi-hide-featured-image.js -d js",
"lint": "eslint assets/js"
},
"author": "Liip AG",
"dependencies": {
"lodash.assign": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"eslint": "^5.16.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"parcel-bundler": "^1.12.4"
},
"private": true
}