HELLO v3!!!
This commit is contained in:
28
spec/fixtures/dynamic_finders/plugin_version/wc-stock-amount-report/composer_file/package.json
vendored
Normal file
28
spec/fixtures/dynamic_finders/plugin_version/wc-stock-amount-report/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "wc-stock-amount-report",
|
||||
"version": "0.0.11",
|
||||
"description": "Report to visualize how much you have in your available stock if you sell everything.",
|
||||
"main": "Gruntfile.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/thiagogsr/wc-stock-amount-report.git"
|
||||
},
|
||||
"keywords": [
|
||||
"woocommerce",
|
||||
"wc",
|
||||
"report"
|
||||
],
|
||||
"author": "Thiago Guimarães",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/thiagogsr/wc-stock-amount-report/issues"
|
||||
},
|
||||
"homepage": "https://github.com/thiagogsr/wc-stock-amount-report#readme",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-pot": "^0.3.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the wc-stock-amount-report package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wc-stock-amount-report 0.0.11\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-18 16:40-0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: classes/class-wc-stock-amount-report.php:46
|
||||
msgid "items"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-wc-stock-amount-report.php:50
|
||||
msgid "Total"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-wc-stock-amount-report.php:116
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-wc-stock-amount-report.php:117
|
||||
msgid "Units in stock"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-wc-stock-amount-report.php:118
|
||||
msgid "Price"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-wc-stock-amount-report.php:119
|
||||
msgid "Total Price"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user