HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"name": "wpCloud/wp-upstream",
"description": "This plugin handles Git automation in WordPress.",
"version": "0.1.6",
"license": "GPL-2.0",
"type": "wordpress-plugin",
"keywords": [
"wordpress", "plugin", "git", "automization"
],
"homepage": "http://wordpress.org/plugins/wp-upstream/",
"authors": [
{
"name": "Usability Dynamics Inc.",
"homepage": "http://www.usabilitydynamics.com/",
"role": "Producer"
},
{
"name": "Felix Arntz",
"email": "felix-arntz@leaves-and-love.net",
"homepage": "http://leaves-and-love.net",
"role": "Developer"
}
],
"support": {
"email": "info@wpcloud.io",
"issues": "https://github.com/wpCloud/wp-upstream/issues"
},
"autoload": {
"psr-4": {
"WPUpstream\\": "inc/WPUpstream/"
}
},
"require": {
"composer/installers": "~1.0"
}
}

View File

@@ -0,0 +1,141 @@
# Copyright (c) 2015 Usability Dynamics Inc.
msgid ""
msgstr ""
"Project-Id-Version: wp-upstream 0.1.6\n"
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/wp-upstream/\n"
"POT-Creation-Date: 2015-08-13 15:44:06+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"
"Last-Translator: \n"
"Language-Team: \n"
"X-Generator: grunt-wp-i18n 0.4.5\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Language: English\n"
"X-Poedit-Country: UNITED STATES\n"
"X-Poedit-SourceCharset: uft-8\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2; "
"_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__; esc_html__;esc_attr_e; "
"esc_html_e;esc_attr_x:1,2c; esc_html_x:1,2c;\n"
"X-Poedit-Bookmars: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes\n"
#: inc/WPUpstream/Detector.php:63 inc/WPUpstream/Monitor.php:297
msgid "WordPress"
msgstr ""
#: inc/WPUpstream/Monitor.php:293 inc/WPUpstream/Monitor.php:336
msgid "unknown user"
msgstr ""
#: inc/WPUpstream/Monitor.php:339
msgid "auto-update"
msgstr ""
#: inc/WPUpstream/Monitor.php:351
msgid "%1$s installed %2$s"
msgstr ""
#: inc/WPUpstream/Monitor.php:353
msgid "%1$s %3$s"
msgstr ""
#: inc/WPUpstream/Monitor.php:356
msgid "%1$s updated %2$s"
msgstr ""
#: inc/WPUpstream/Monitor.php:358
msgid "%1$s to %3$s"
msgstr ""
#: inc/WPUpstream/Monitor.php:361
msgid "%1$s deleted %2$s"
msgstr ""
#: inc/WPUpstream/Monitor.php:363
msgid "%1$s"
msgstr ""
#: inc/WPUpstream/Plugin.php:52 inc/WPUpstream/Plugin.php:56
msgid "Cheatin’ huh?"
msgstr ""
#: inc/functions.php:16 inc/functions.php:25 inc/functions.php:34
msgid "Fatal error with plugin %s"
msgstr ""
#: inc/functions.php:17
msgid ""
"The plugin requires WordPress version %1$s. However, you are using version "
"%2$s."
msgstr ""
#: inc/functions.php:26
msgid "The plugin requires PHP version %1$s. However, you are using version %2$s."
msgstr ""
#: inc/functions.php:35
msgid ""
"The PHP SPL functions can not be found. Please ask your hosting provider to "
"enable them."
msgstr ""
#: inc/functions.php:43
msgid "Warning for plugin %s"
msgstr ""
#: inc/functions.php:44
msgid ""
"Either git could not be found or the PHP function <code>exec</code> is not "
"available."
msgstr ""
#: inc/functions.php:99
msgid "The repository contains uncommitted changes."
msgstr ""
#: inc/functions.php:107
msgid "The repository contains unpushed commits."
msgstr ""
#: inc/functions.php:114
msgid "Branch: %s"
msgstr ""
#: inc/functions.php:120
msgid "Version: %s"
msgstr ""
#: inc/functions.php:132
msgid "Latest Commit: %s"
msgstr ""
#: inc/functions.php:141
msgid "%s is not running."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "WP Upstream"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "http://wordpress.org/plugins/wp-upstream/"
msgstr ""
#. Description of the plugin/theme
msgid "This plugin handles Git automation in WordPress."
msgstr ""
#. Author of the plugin/theme
msgid "Usability Dynamics Inc."
msgstr ""
#. Author URI of the plugin/theme
msgid "http://www.usabilitydynamics.com/"
msgstr ""
#. Tags of the plugin/theme
msgid "wordpress, plugin, git, automization"
msgstr ""