Skip to content

Commit

Permalink
stable tag 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Jan 11, 2016
1 parent 794f7ad commit f42ae94
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
58 changes: 30 additions & 28 deletions languages/wp-php-console.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2015 Fulvio Notarstefano
# Copyright (C) 2016 Fulvio Notarstefano
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: WP PHP Console 1.4.0\n"
"Report-Msgid-Bugs-To: https://github.com/unfulvio/wp-php-console\n"
"POT-Creation-Date: 2015-11-30 08:20:19+00:00\n"
"POT-Creation-Date: 2016-01-11 09:13:48+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
"Last-Translator: Fulvio Notarstefano <[email protected]>\n"
"Language-Team: Fulvio Notarstefano <[email protected]>\n"
"X-Generator: grunt-wp-i18n 0.5.3\n"
Expand All @@ -28,98 +28,98 @@ msgstr ""
msgid "WP PHP Console"
msgstr ""

#: includes/class-wp-php-console.php:172
#: includes/class-wp-php-console.php:217
msgid "Settings"
msgstr ""

#: includes/class-wp-php-console.php:179
#: includes/class-wp-php-console.php:224
msgid "Password"
msgstr ""

#: includes/class-wp-php-console.php:187
#: includes/class-wp-php-console.php:232
msgid "Allow only on SSL"
msgstr ""

#: includes/class-wp-php-console.php:195
#: includes/class-wp-php-console.php:240
msgid "Allowed IP Masks"
msgstr ""

#: includes/class-wp-php-console.php:203
#: includes/class-wp-php-console.php:248
msgid "Register PC Class "
msgstr ""

#: includes/class-wp-php-console.php:211
#: includes/class-wp-php-console.php:256
msgid "Show Call Stack"
msgstr ""

#: includes/class-wp-php-console.php:219
#: includes/class-wp-php-console.php:264
msgid "Short Path Names"
msgstr ""

#: includes/class-wp-php-console.php:239
#: includes/class-wp-php-console.php:284
msgid "Required"
msgstr ""

#: includes/class-wp-php-console.php:241
#: includes/class-wp-php-console.php:286
msgid "The password for the eval terminal. If empty, the plugin will not work."
msgstr ""

#: includes/class-wp-php-console.php:259 includes/class-wp-php-console.php:298
#: includes/class-wp-php-console.php:318 includes/class-wp-php-console.php:338
#: includes/class-wp-php-console.php:304 includes/class-wp-php-console.php:343
#: includes/class-wp-php-console.php:363 includes/class-wp-php-console.php:383
msgid "Yes"
msgstr ""

#: includes/class-wp-php-console.php:261
#: includes/class-wp-php-console.php:306
msgid ""
"Tick this option if you want the eval terminal to work only on a SSL "
"connection."
msgstr ""

#: includes/class-wp-php-console.php:277
#: includes/class-wp-php-console.php:322
msgid "IP addresses (optional)"
msgstr ""

#: includes/class-wp-php-console.php:300
#: includes/class-wp-php-console.php:345
msgid ""
"Choose to register PC in the global namespace. Allows to write "
"<code>PC::debug(&#36;var, &#36;tag)</code> or "
"<code>PC::magic_tag(&#36;var)</code> instructions in PHP to inspect "
"<code>&#36;var</code> in the JavaScript console."
msgstr ""

#: includes/class-wp-php-console.php:320
#: includes/class-wp-php-console.php:365
msgid ""
"Choose to also see the call stack when PHP Console writes to the browser's "
"JavaScript-console."
msgstr ""

#: includes/class-wp-php-console.php:340
#: includes/class-wp-php-console.php:385
msgid ""
"Choose to shorten PHP Console error sources and traces paths in browser's "
"JavaScript-console. Paths like "
"<code>/server/path/to/document/root/WP/wp-admin/admin.php:31</code> will be "
"displayed as <code>/W/wp-admin/admin.php:31</code>"
msgstr ""

#: includes/class-wp-php-console.php:414
#: includes/class-wp-php-console.php:459
msgid ""
"Set a password for the eval terminal in the options below and hit "
"<code>save changes</code>."
msgstr ""

#: includes/class-wp-php-console.php:415
#: includes/class-wp-php-console.php:460
msgid ""
"Reload any page of your installation and click on the key icon in your "
"Chrome browser address bar, enter your password and access the terminal."
msgstr ""

#: includes/class-wp-php-console.php:416
#: includes/class-wp-php-console.php:461
msgid ""
"From the eval terminal you can execute any PHP or WordPress specific "
"function, including functions from your plugins and active theme."
msgstr ""

#: includes/class-wp-php-console.php:417
#: includes/class-wp-php-console.php:462
msgid ""
"In your PHP code, you can call PHP Console debug statements like "
"<code>debug(&#36;var, &#36;tag)</code> to display PHP variables in the "
Expand All @@ -128,7 +128,9 @@ msgid ""
"screen's Ignore Debug options."
msgstr ""

#: includes/class-wp-php-console.php:491
#: includes/class-wp-php-console.php:564
#. translators: Placeholders: %1$s - opening HTML <a> link tag; %2$s closing
#. HTML </a> link tag
msgid "Please remember to %1$s set a password %2$s if you want to enable terminal."
msgstr ""

Expand All @@ -151,17 +153,17 @@ msgstr ""
msgid "https://github.com/unfulvio/"
msgstr ""

#: includes/class-wp-php-console.php:410
#. Translators: %s refers to 'PHP Console' Chrome extension, will print
#: includes/class-wp-php-console.php:455
#. translators: %s refers to 'PHP Console' Chrome extension, will print
#. download link for the Chrome extension
msgctxt "PHP Console, the Chrome Extension"
msgid ""
"This plugin allows you to use %s within your WordPress installation for "
"testing, debugging and development purposes.<br/>Usage instructions:"
msgstr ""

#: includes/class-wp-php-console.php:413
#. Translators: Install PHP Console extension for Google Chrome download link
#: includes/class-wp-php-console.php:458
#. translators: Install PHP Console extension for Google Chrome download link
msgctxt "PHP Console, the Chrome Extension"
msgid "Make sure you have downloaded and installed %s."
msgstr ""
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: development, debug, debugging
Requires at least: 3.6.0
Tested up to: 4.4.1
Stable tag: 1.4.1
Stable tag: 1.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit f42ae94

Please sign in to comment.