mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 15:28:44 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,116 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
"Project-Id-Version: Debug Bar Constants\n"
|
||||
"POT-Creation-Date: 2018-01-16 01:23+0100\n"
|
||||
"PO-Revision-Date: 2017-06-26 16:11+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.5\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
||||
"X-Poedit-WPHeader: debug-bar-constants.php\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
||||
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
||||
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
||||
"X-Poedit-SearchPathExcluded-1: inc\n"
|
||||
|
||||
#: class-debug-bar-constants-panel.php:56
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-constants-panel.php:57
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-php-constants.php:33
|
||||
msgid "PHP Constants"
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-php-constants.php:60
|
||||
#, php-format
|
||||
msgid "Visit the PHP manual page about the %s constants."
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-php-constants.php:71
|
||||
#: class-debug-bar-wp-class-constants.php:97
|
||||
msgid "Constants:"
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-php-constants.php:80
|
||||
msgid "No PHP constants found... this is really weird..."
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-wp-class-constants.php:33
|
||||
msgid "WP Class Constants"
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-wp-class-constants.php:76
|
||||
#, php-format
|
||||
msgid ""
|
||||
"%1$sPlease note%2$s: these may be both native WordPress classes as well as "
|
||||
"classes which may be declared by plugins or themes."
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-wp-class-constants.php:83
|
||||
#, php-format
|
||||
msgid "You can use these constants in your code using %1$s."
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-wp-class-constants.php:89
|
||||
#, php-format
|
||||
msgid "See the %1$sFAQ%2$s for more information."
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-wp-class-constants.php:104
|
||||
msgid "No classes nor class constants found... this is kinda strange..."
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-wp-constants.php:33
|
||||
msgid "WP Constants"
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-wp-constants.php:53
|
||||
msgid "Constants within WP:"
|
||||
msgstr ""
|
||||
|
||||
#: class-debug-bar-wp-constants.php:58
|
||||
msgid "No constants found... this is really weird..."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: strong open tag; 2: strong close tag; 3: link to plugin installation page; 4: link close tag.
|
||||
#: debug-bar-constants.php:154
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Activation failed: Debug Bar must be activated to use the %1$sDebug Bar "
|
||||
"Constants%2$s Plugin. %3$sVisit your plugins page to install & activate%4$s."
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Debug Bar Constants"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://wordpress.org/plugins/debug-bar-constants/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid ""
|
||||
"Debug Bar Constants adds new panels to Debug Bar that display all the "
|
||||
"defined constants for the current request. Requires \"Debug Bar\" plugin."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Juliette Reinders Folmer"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "http://www.adviesenzo.nl/"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user