-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f508522
commit 9558006
Showing
1 changed file
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,40 @@ | ||
# Copyright (C) 2022 Konrad Karpieszuk | ||
# This file is distributed under the same license as the WC Previous Prices plugin. | ||
# This file is distributed under the same license as the WC Price History plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: WC Previous Prices 1.0\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-previous-prices\n" | ||
"Project-Id-Version: WC Price History 1.0\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-price-history\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2022-12-27T20:22:24+01:00\n" | ||
"POT-Creation-Date: 2022-12-27T23:46:07+01:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.6.0\n" | ||
"X-Domain: wc-previous-prices\n" | ||
"X-Domain: wc-price-history\n" | ||
|
||
#. Plugin Name of the plugin | ||
msgid "WC Previous Prices" | ||
msgid "WC Price History" | ||
msgstr "" | ||
|
||
#. Plugin URI of the plugin | ||
msgid "https://github.com/kkarpieszuk/wc-price-history" | ||
msgstr "" | ||
|
||
#. Description of the plugin | ||
msgid "Track Woocommerce Products prior prices history and display the lowest price in the last 30 days. This plugin allows your WC shop to be compliant with European Commission Directive 98/6/EC Article 6a which specifies price reduction announcement policy." | ||
msgid "Track WooCommerce© Products prior prices history and display the lowest price in the last 30 days. This plugin allows your WC shop to be compliant with European Commission Directive 98/6/EC Article 6a which specifies price reduction announcement policy." | ||
msgstr "" | ||
|
||
#. Author of the plugin | ||
msgid "Konrad Karpieszuk" | ||
msgstr "" | ||
|
||
#: app/PriorPrice/Compatibility.php:36 | ||
msgid "Lowest price display is not possible. Please enable WP revisions for WC products and set unlimited revisions numbers" | ||
msgstr "" | ||
|
||
#. translators: %s - the lowest price in the last 30 days. | ||
#: app/PriorPrice/Prices.php:49 | ||
#: app/PriorPrice/Prices.php:47 | ||
msgid "30-day low: %s" | ||
msgstr "" |