HELLO v3!!!
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "woocommerce-order-search-transaction",
|
||||
"title": "WooCommerce Order Search by Transaction ID",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://github.com/PinchOfCode/woocommerce-order-search-transaction",
|
||||
"repository": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/PinchOfCode/woocommerce-order-search-transaction.git"
|
||||
},
|
||||
"main": "Gruntfile.js",
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-checktextdomain": "^0.1.1",
|
||||
"grunt-contrib-clean": "~0.6.0",
|
||||
"grunt-contrib-compress": "~0.5.2",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-wp-i18n": "^0.4.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0",
|
||||
"npm": ">=1.1.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
# Copyright (C) 2015 Nicola Mustone
|
||||
# This file is distributed under the same license as the WooCommerce Order Search by Transaction ID package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WooCommerce Order Search by Transaction ID 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"https://github.com/PinchOfCode/woocommerce-order-search-transaction/issues\n"
|
||||
"POT-Creation-Date: 2015-03-16 11:35:18+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
|
||||
"X-Generator: grunt-wp-i18n 0.4.9\n"
|
||||
|
||||
#: woocommerce-order-search-transaction.php:29
|
||||
msgid ""
|
||||
"WooCommerce Order Search by Transaction ID requires WooCommerce in order to "
|
||||
"work properly. <a href=\"%s\" target=\"_blank\">Please install "
|
||||
"WooCommerce</a>."
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "WooCommerce Order Search by Transaction ID"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "http://nicolamustone.it/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Allows to search orders by Transaction ID in WooCommerce"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Nicola Mustone"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user