Skip to content

Commit

Permalink
Generate pot file and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Mar 16, 2017
1 parent 4dabf2d commit d09eaa6
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
v1.0.0 -> March 8, 2017
v1.0.0 -> March 16, 2017
===================
- Initial release
6 changes: 3 additions & 3 deletions dokan-wcv-migrator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/*
/**
Plugin Name: Dokan WC Vendors Migrator
Plugin URI: http://wedevs.com/
Description: Migrate WC Vendors Data to Dokan
Version: 0.1
Version: 1.0.0
Author: weDevs
Author URI: http://wedevs.com/
License: GPL2
Expand Down Expand Up @@ -254,4 +254,4 @@ public function plugin_page() {

}

Dokan_WCV_Migrator::init();
Dokan_WCV_Migrator::init();
88 changes: 88 additions & 0 deletions languages/wc-vendors-to-dokan.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# Copyright (C) 2017 weDevs
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Dokan WC Vendors Migrator 1.0.0\n"
"Report-Msgid-Bugs-To: http://wedevs.com/support/\n"
"POT-Creation-Date: 2017-03-16 02:17:20+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n1.0.0\n"

#: dokan-wcv-migrator.php:109
msgid "WC Vendors 2 Dokan Migrator"
msgstr ""

#: dokan-wcv-migrator.php:215
msgid "WC Vendors 2 Dokan Data Migrator"
msgstr ""

#: dokan-wcv-migrator.php:216
msgid ""
"This tool will migrate your <strong>WC Vendors</strong> data to "
"<strong>Dokan</strong>."
msgstr ""

#: dokan-wcv-migrator.php:222
msgid "Type"
msgstr ""

#: dokan-wcv-migrator.php:225
msgid "Vendor"
msgstr ""

#: dokan-wcv-migrator.php:226
msgid "Order"
msgstr ""

#: dokan-wcv-migrator.php:228
msgid "Select a specific type to migrate."
msgstr ""

#: dokan-wcv-migrator.php:232
msgid "Limit"
msgstr ""

#: dokan-wcv-migrator.php:235
msgid "Amount of items to migrate per request."
msgstr ""

#: dokan-wcv-migrator.php:248
msgid "Migrate"
msgstr ""

#: includes/class-ajax.php:21
msgid "Error: Nonce verification failed"
msgstr ""

#: includes/class-ajax.php:36
msgid "No item was found to migrate."
msgstr ""

#: includes/class-ajax.php:47
msgid "%d items has been migrated out of %d"
msgstr ""

#: includes/class-ajax.php:52
msgid "All items has been migrated."
msgstr ""

#. Plugin Name of the plugin/theme
msgid "Dokan WC Vendors Migrator"
msgstr ""

#. Author URI of the plugin/theme
msgid "http://wedevs.com/"
msgstr ""

#. Description of the plugin/theme
msgid "Migrate WC Vendors Data to Dokan"
msgstr ""

#. Author of the plugin/theme
msgid "weDevs"
msgstr ""
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tareq1988, wedevs
Tags: Dokan, Dokan Multi Vendor, marketplace, multi seller, multi store, multi vendor, multistore, multivendor, multivendors, seller, vendor, vendor shop, vendor system, vendors, wc market, wc marketplace, wc multivendor, wc vendors, woocommerce marketplace, woocommerce multi vendor, WooCommerce multivendor, woocommerce product vendors, WooCommerce vendors
Donate link: https://tareq.co/donate/
Requires at least: 4.7
Tested up to: 4.7.2
Tested up to: 4.7.3
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit d09eaa6

Please sign in to comment.