Adds DFs
This commit is contained in:
26
spec/fixtures/dynamic_finders/plugin_version/download-media-file/composer_file/package.json
vendored
Normal file
26
spec/fixtures/dynamic_finders/plugin_version/download-media-file/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "download-media-file",
|
||||
"version": "1.0.0",
|
||||
"description": "Adds a button to media modal to download media file.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/shamimmoeen/download-media-file.git"
|
||||
},
|
||||
"keywords": [
|
||||
"download-media-file"
|
||||
],
|
||||
"author": "CoderBloc",
|
||||
"license": "GPL-3.0+",
|
||||
"bugs": {
|
||||
"url": "https://github.com/shamimmoeen/download-media-file/issues"
|
||||
},
|
||||
"homepage": "https://github.com/shamimmoeen/download-media-file#readme",
|
||||
"devDependencies": {
|
||||
"grunt-wp-i18n": "^1.0.2",
|
||||
"grunt-wp-readme-to-markdown": "^2.0.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
# Copyright (C) 2018 CoderBloc
|
||||
# This file is distributed under the GPL-3.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Download Media File 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"https://wordpress.org/support/plugin/download-media-file\n"
|
||||
"POT-Creation-Date: 2018-10-02 08:03:29+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"X-Generator: grunt-wp-i18n1.0.2\n"
|
||||
|
||||
#: includes/class-download-media-file.php:62
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-download-media-file.php:112
|
||||
#: includes/class-download-media-file.php:173
|
||||
msgid "File not found"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user