Adds DFs
This commit is contained in:
24
spec/fixtures/dynamic_finders/plugin_version/play-audio-once/composer_file/package.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/play-audio-once/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "play-audio-once",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"author": "threadi",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "attributes/index.js",
|
||||
"scripts": {
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"start": "wp-scripts start src/index.js --output-path=attributes/",
|
||||
"build": "wp-scripts build src/index.js --output-path=attributes/",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^20.0.2",
|
||||
"npm-pack-zip": "^1.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/i18n": "^4.3.0",
|
||||
"classnames": "^2.3.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
# Copyright (C) 2022 Thomas Zwirner
|
||||
# This file is distributed under the GPL-2.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Play Audio once 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/play-audio-once\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-03-02T00:12:21+01:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.6.0\n"
|
||||
"X-Domain: play-audio-once\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Play Audio once"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Adds an option to the audio block to prevent the file from being played multiple times."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Thomas Zwirner"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.thomaszwirner.de"
|
||||
msgstr ""
|
||||
|
||||
#: attributes/index.js:109
|
||||
#: src/audioOption.js:91
|
||||
#: attributes/index.js:91
|
||||
msgid "play only once per session"
|
||||
msgstr ""
|
||||
|
||||
#: src/audioOption.js:88
|
||||
msgid "Advanced Audio Controls"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user