From fc3946a759b62fe32381b858542f3aefcfa0289c Mon Sep 17 00:00:00 2001 From: Kyle Benk Date: Wed, 6 Apr 2016 09:44:15 -0400 Subject: [PATCH] Added .pot file * ADDED: Language .pot file --- get-notified.php | 4 +- languages/get-notified.pot | 134 +++++++++++++++++++++++++++++++++++++ readme.txt | 5 +- 3 files changed, 140 insertions(+), 3 deletions(-) create mode 100644 languages/get-notified.pot diff --git a/get-notified.php b/get-notified.php index 2dcabdd..ae15d37 100755 --- a/get-notified.php +++ b/get-notified.php @@ -5,7 +5,7 @@ * Description: Get Notified is a simple to use notification plugin that notifies you of certain WordPress events. * Author: Kyle Benk * Author URI: https://kylebenk.com - * Version: 1.0.5 + * Version: 1.0.6 * Text Domain: get-notified * Domain Path: /languages */ @@ -101,7 +101,7 @@ private function setup_constants() { // Plugin version if ( ! defined( 'GET_NOTIFIED_VERSION' ) ) { - define( 'GET_NOTIFIED_VERSION', '1.0.5' ); + define( 'GET_NOTIFIED_VERSION', '1.0.6' ); } // Plugin Folder Path diff --git a/languages/get-notified.pot b/languages/get-notified.pot new file mode 100644 index 0000000..010d480 --- /dev/null +++ b/languages/get-notified.pot @@ -0,0 +1,134 @@ +# Copyright (C) 2016 Get Notified +# This file is distributed under the same license as the Get Notified package. +msgid "" +msgstr "" +"Project-Id-Version: Get Notified 1.0.3\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/get-notified\n" +"POT-Creation-Date: 2016-04-06 13:41:46+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" + +#. #-#-#-#-# plugin.pot (Get Notified 1.0.3) #-#-#-#-# +#. Plugin Name of the plugin/theme +#: functions/admin-pages.php:14 functions/admin-pages.php:15 +#: views/settings.php:2 +msgid "Get Notified" +msgstr "" + +#: functions/admin-pages.php:33 functions/admin-pages.php:34 +#: functions/admin-pages.php:84 +msgid "Information" +msgstr "" + +#: functions/admin-pages.php:42 functions/admin-pages.php:43 +msgid "Hooks" +msgstr "" + +#: functions/admin-pages.php:51 functions/admin-pages.php:52 +msgid "Integrations" +msgstr "" + +#: functions/common.php:14 +msgid "Settings" +msgstr "" + +#: functions/hooks.php:66 +msgid "Hook" +msgstr "" + +#: functions/integrations.php:72 +msgid "Integration" +msgstr "" + +#: get-notified.php:68 +msgid "You cannot __clone an instance of the Get_Notified class." +msgstr "" + +#: get-notified.php:78 +msgid "You cannot __wakeup an instance of the Get_Notified class." +msgstr "" + +#: hooks/hooks-table.php:25 +msgid "Name" +msgstr "" + +#: hooks/hooks-table.php:26 +msgid "Description" +msgstr "" + +#: hooks/posts.php:50 +msgid " changed status to " +msgstr "" + +#: integrations/email.php:42 integrations/email.php:105 +msgid "Email" +msgstr "" + +#: integrations/email.php:110 integrations/slack.php:109 +msgid "Enable" +msgstr "" + +#: integrations/email.php:117 +msgid "To Email" +msgstr "" + +#: integrations/email.php:120 +msgid "" +"What emails should get this notification? Use a comma separated list for " +"multiple emails." +msgstr "" + +#: integrations/slack.php:35 integrations/slack.php:104 +msgid "Slack" +msgstr "" + +#: integrations/slack.php:116 +msgid "Webhook URL" +msgstr "" + +#: integrations/slack.php:119 +msgid "Create a" +msgstr "" + +#: integrations/slack.php:119 +msgid "Slack Webhook" +msgstr "" + +#: integrations/slack.php:119 +msgid "" +"and then save the URL here. This Webhook will be used to send data to Slack." +msgstr "" + +#: views/hooks.php:2 +msgid "Post Status Hooks" +msgstr "" + +#: views/settings.php:6 +msgid "Notify When" +msgstr "" + +#: views/settings.php:12 +msgid "Post is Published" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://github.com/kjbenk/get-notified" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Get Notified is a simple to use notification plugin that notifies you of " +"certain WordPress events." +msgstr "" + +#. Author of the plugin/theme +msgid "Kyle Benk" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://kylebenk.com" +msgstr "" diff --git a/readme.txt b/readme.txt index 909b556..3382188 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: kjbenk, wpmonty Tags: notification, notify, email, message, ping, alert, slack, post, post status, status Requires at least: 4.0 Tested up to: 4.4.2 -Stable tag: 1.0.5 +Stable tag: 1.0.6 License: GPLv2 or later Get Notified is a simple to use notification plugin that notifies you of certain WordPress events. @@ -38,6 +38,9 @@ https://github.com/kjbenk/get-notified/issues == Changelog == += 1.0.6 = 2016-4-6 +* ADDED: Language .pot file + = 1.0.5 = 2016-4-6 * REMOVED: Language .pot file