-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tyler Kemme
committed
Feb 28, 2017
1 parent
2e1a364
commit e62c642
Showing
7 changed files
with
65 additions
and
23 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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,24 +1,66 @@ | ||
# Copyright (C) 2017 wp-cloudflare-dashboard | ||
# This file is distributed under the same license as the wp-cloudflare-dashboard package. | ||
# Copyright (C) 2017 Tyler Kemme | ||
# This file is distributed under the MIT. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: wp-cloudflare-dashboard\n" | ||
"Project-Id-Version: WP Cloudflare Dashboard 0.1.0\n" | ||
"Report-Msgid-Bugs-To: " | ||
"https://wordpress.org/support/plugin/wp-cloudflare-dashboard\n" | ||
"POT-Creation-Date: 2017-02-28 07:03:17+00:00\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Last-Translator: Tyler Kemme <[email protected]>\n" | ||
"Report-Msgid-Bugs-To: https://tylerkemme.com\n" | ||
"X-Poedit-Basepath: ..\n" | ||
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
"X-Poedit-SearchPathExcluded-0: *.js\n" | ||
"X-Poedit-SourceCharset: UTF-8\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"X-Generator: grunt-wp-i18n1.0.0\n" | ||
|
||
#: includes/class-options.php:66 | ||
msgid "Cloudflare Dashboard" | ||
msgstr "" | ||
|
||
#: includes/class-options.php:150 | ||
msgid "Cloudflare Email Address" | ||
msgstr "" | ||
|
||
#: includes/class-options.php:151 | ||
msgid "Email address associated with your Cloudflare account." | ||
msgstr "" | ||
|
||
#: includes/class-options.php:159 | ||
msgid "Cloudflare API Key" | ||
msgstr "" | ||
|
||
#: includes/class-options.php:160 | ||
msgid "API Key associated with your Cloudflare account." | ||
msgstr "" | ||
|
||
#: includes/class-options.php:181 | ||
msgid "Settings updated." | ||
msgstr "" | ||
|
||
#: wp-cloudflare-dashboard.php:275 | ||
msgid "WP Cloudflare Dashboard is missing requirements and has been <a href=\"%s\">deactivated</a>. Please make sure all requirements are available." | ||
msgid "" | ||
"WP Cloudflare Dashboard is missing requirements and has been <a " | ||
"href=\"%s\">deactivated</a>. Please make sure all requirements are " | ||
"available." | ||
msgstr "" | ||
|
||
#: includes/class-options.php:66 | ||
msgid "Cloudflare Dashboard" | ||
#. Plugin Name of the plugin/theme | ||
msgid "WP Cloudflare Dashboard" | ||
msgstr "" | ||
|
||
#. Plugin URI of the plugin/theme | ||
msgid "https://tacticalwp.com" | ||
msgstr "" | ||
|
||
#. Description of the plugin/theme | ||
msgid "A Cloudflare Analytics Dashboard for Wordpress." | ||
msgstr "" | ||
|
||
#. Author of the plugin/theme | ||
msgid "Tyler Kemme" | ||
msgstr "" | ||
|
||
#. Author URI of the plugin/theme | ||
msgid "https://tylerkemme.com" | ||
msgstr "" |
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
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