Adds DFs
This commit is contained in:
23
spec/fixtures/dynamic_finders/plugin_version/quick-download-button/composer_file/package.json
vendored
Normal file
23
spec/fixtures/dynamic_finders/plugin_version/quick-download-button/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "quick-download-button",
|
||||
"version": "1.0.0",
|
||||
"description": "Custom download buttons with options for colors, hide/show file size and extension wordpress block and sortcode options.",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"start": "wp-scripts start",
|
||||
"build": "wp-scripts build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kusimo/quick-download-button.git"
|
||||
},
|
||||
"author": "Abidemi Kusimo",
|
||||
"license": "GPL-2.0-only",
|
||||
"bugs": {
|
||||
"url": "https://github.com/kusimo/quick-download-button/issues"
|
||||
},
|
||||
"homepage": "https://github.com/kusimo/quick-download-button#readme",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "12.2.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
# Copyright (C) 2020 Abidemi Kusimo
|
||||
# This file is distributed under the same license as the Quick Download Button plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Quick Download Button 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/quick-download-button\n"
|
||||
"Last-Translator: Abidemi Kusimo <kushe.media@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2020-09-09T20:07:31+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.4.0\n"
|
||||
"X-Domain: quick-download-button\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Quick Download Button"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/kusimo/quick-download-button"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Custom block plugin for download button with color, file extension options and shortcode."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Abidemi Kusimo"
|
||||
msgstr ""
|
||||
|
||||
#: quick-download-button.php:106
|
||||
#: quick-download-button.php:133
|
||||
#: build/index.js:1
|
||||
#: src/index.js:30
|
||||
#: src/index.js:37
|
||||
#: src/index.js:132
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
#: src/index.js:17
|
||||
msgid "Download Button"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
msgid "Use a quick download button for your file download link"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
#: src/index.js:22
|
||||
msgid "download"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
#: src/index.js:23
|
||||
msgid "button"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
#: src/index.js:57
|
||||
msgid "File size"
|
||||
msgstr ""
|
||||
|
||||
#: build/index.js:1
|
||||
#: src/index.js:148
|
||||
msgid "Upload File."
|
||||
msgstr ""
|
||||
|
||||
#: src/index.js:19
|
||||
msgid "Use download button for your file download link."
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user