Initial commit

This commit is contained in:
Felix Förtsch
2020-10-20 14:39:50 +02:00
commit 648ded8896
1225 changed files with 216511 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
#, fuzzy
msgid ""
msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Project-Id-Version: Debug Bar Plugin Activation\n"
"POT-Creation-Date: 2016-07-01 15:57+0200\n"
"PO-Revision-Date: 2016-07-01 05:03+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 1.8.8\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-WPHeader: debug-bar-plugin-activation.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: testfiles\n"
#: class-debug-bar-plugin-activation.php:67
msgid "Plugin (de-)activation output"
msgstr ""
#: class-debug-bar-plugin-activation.php:125
msgid "An error occurred"
msgstr ""
#. translators: 1: line break.
#: class-debug-bar-plugin-activation.php:187
#, php-format
msgid "Total Plugins%1$s with %1$sActivation Issues:"
msgstr ""
#. translators: 1: line break.
#: class-debug-bar-plugin-activation.php:189
#, php-format
msgid "Total Plugins%1$s with %1$sDe-activation Issues:"
msgstr ""
#. translators: 1: line break.
#: class-debug-bar-plugin-activation.php:191
#, php-format
msgid "Total Plugins%1$s with %1$sUninstall Issues:"
msgstr ""
#: class-debug-bar-plugin-activation.php:193
msgid "Activation Issues"
msgstr ""
#: class-debug-bar-plugin-activation.php:194
msgid "De-activation Issues"
msgstr ""
#: class-debug-bar-plugin-activation.php:195
msgid "Uninstall Issues"
msgstr ""
#: class-debug-bar-plugin-activation.php:267
msgid "Plugin slug"
msgstr ""
#: class-debug-bar-plugin-activation.php:268
msgid "Unexpected output"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Debug Bar Plugin Activation"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://wordpress.org/plugins/debug-bar-plugin-activation/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Debug Bar Plugin Activation adds a new panel to the Debug Bar which displays "
"plugin (de-)activation errors."
msgstr ""
#. Author of the plugin/theme
msgid "Juliette Reinders Folmer"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://www.adviesenzo.nl/"
msgstr ""

View File

@@ -0,0 +1,2 @@
<?php
// Nothing to see here.