git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@1521347 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Jeff Starr 2016-10-24 19:17:22 +00:00
parent 837319bf87
commit 15cbb1d781
4 changed files with 23 additions and 14 deletions

View File

@ -4,7 +4,7 @@ if (!defined('ABSPATH')) exit;
function prismatic_section_general() {
echo '<p>'. esc_html__('Thank you for using the free version of Prismatic.', 'prismatic') .'</p>';
echo '<p>'. esc_html__('Thank you for using the free version of', 'prismatic') .' <a target="_blank" href="https://wordpress.org/plugins/prismatic/">'. esc_html__('Prismatic', 'prismatic') .'</a>.</p>';
}

View File

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-20 19:51+0000\n"
"POT-Creation-Date: 2016-10-24 19:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
@ -73,7 +73,12 @@ msgid "Cheatin&rsquo; huh?"
msgstr ""
#: inc/settings-callbacks.php:7
msgid "Thank you for using the free version of Prismatic."
msgid "Thank you for using the free version of"
msgstr ""
#. Name of the plugin
#: inc/settings-callbacks.php:7
msgid "Prismatic"
msgstr ""
#: inc/settings-callbacks.php:13 inc/settings-callbacks.php:25
@ -223,7 +228,7 @@ msgid "Highlight theme"
msgstr ""
#: inc/settings-register.php:44
msgid "Init script for Highlight.js"
msgid "Init script for Highlight.js (required)"
msgstr ""
#: inc/settings-register.php:45
@ -546,12 +551,10 @@ msgstr ""
msgid "Zenburn"
msgstr ""
#. Name of the plugin
msgid "Prismatic"
msgstr ""
#. Description of the plugin
msgid "Escape code snippets and syntax highlight with Prism.js or Highlight.js"
msgid ""
"Display beautiful syntax-highlighted code snippets with Prism.js or "
"Highlight.js"
msgstr ""
#. URI of the plugin

View File

@ -10,8 +10,8 @@
Donate link: http://m0n.co/donate
Requires at least: 4.1
Tested up to: 4.6
Stable tag: 1.0
Version: 1.0
Stable tag: 1.1
Version: 1.1
Text Domain: prismatic
Domain Path: /languages
License: GPL v2 or later
@ -118,7 +118,7 @@ if (!class_exists('Prismatic')) {
private function constants() {
if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.0');
if (!defined('PRISMATIC_VERSION')) define('PRISMATIC_VERSION', '1.1');
if (!defined('PRISMATIC_REQUIRE')) define('PRISMATIC_REQUIRE', '4.1');
if (!defined('PRISMATIC_NAME')) define('PRISMATIC_NAME', 'Prismatic');
if (!defined('PRISMATIC_AUTHOR')) define('PRISMATIC_AUTHOR', 'Jeff Starr');

View File

@ -10,8 +10,8 @@ Author URI: https://plugin-planet.com/
Donate link: http://m0n.co/donate
Requires at least: 4.1
Tested up to: 4.6
Stable tag: 1.0
Version: 1.0
Stable tag: 1.1
Version: 1.1
Text Domain: prismatic
Domain Path: /languages
License: GPL v2 or later
@ -384,6 +384,12 @@ Links, tweets and likes also appreciated. Thank you! :)
== Changelog ==
**1.1 (2016/10/24)**
* Updated/added some links
* Updated default language file
* Tested with WP 4.7 (alpha)
**1.0 (2016/10/21)**
* Initial release