Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
added network_only argument, version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Jul 9, 2016
1 parent 943cae8 commit 8a2d3b8
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 62 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog ==

= 2.0.3 =
* Added `network_only` arg

= 2.0.2 =
* Ensured compatibility with WordPress 4.6

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "felixarntz/leavesandlove-wp-plugin-util",
"description": "This is a library to initialize WordPress plugins in a proper fashion, making usual processes a lot easier to handle and adding a few useful features, for example plugin dependency management or automatic multisite-compatibility.",
"version": "2.0.2",
"version": "2.0.3",
"license": "GPL-3.0",
"keywords": [
"wordpress"
Expand Down
Binary file modified languages/lalwpplugin-de_DE.mo
Binary file not shown.
56 changes: 28 additions & 28 deletions languages/lalwpplugin-de_DE.po
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright (c) 2014-2015 Felix Arntz
msgid ""
msgstr ""
"Project-Id-Version: leaves-wp-plugin-util 2.0.2\n"
"Project-Id-Version: leaves-wp-plugin-util 2.0.3\n"
"Report-Msgid-Bugs-To: http://leaves-and-love.net\n"
"POT-Creation-Date: 2016-07-09 11:25:57+00:00\n"
"PO-Revision-Date: 2016-07-09 13:26+0100\n"
"POT-Creation-Date: 2016-07-09 11:43:22+00:00\n"
"PO-Revision-Date: 2016-07-09 13:43+0100\n"
"Last-Translator: Felix Arntz <felix-arntz@leaves-and-love.net>\n"
"Language-Team: Felix Arntz <felix-arntz@leaves-and-love.net>\n"
"Language: de_DE\n"
Expand All @@ -22,20 +22,20 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: .\n"

#: leavesandlove-wp-plugin-loader.php:738
#: leavesandlove-wp-plugin-loader.php:739
msgid "Fatal error with plugin %s"
msgstr "Schwerwiegender Fehler bei Plugin %s"

#: leavesandlove-wp-plugin-loader.php:739
#: leavesandlove-wp-plugin-loader.php:740
msgid "Due to missing dependencies, the plugin cannot be initialized."
msgstr ""
"Aufgrund fehlender Abhängigkeiten kann das Plugin nicht initialisiert werden."

#: leavesandlove-wp-plugin-loader.php:742
#: leavesandlove-wp-plugin-loader.php:743
msgid "The following required PHP functions could not be found:"
msgstr "Die folgenden benötigten PHP-Funktionen konnten nicht gefunden werden:"

#: leavesandlove-wp-plugin-loader.php:748
#: leavesandlove-wp-plugin-loader.php:749
msgid ""
"There are probably some PHP extensions missing, or you might be using an "
"outdated version of PHP. If you do not know how to fix this, please ask your "
Expand All @@ -45,23 +45,23 @@ msgstr ""
"verwendest eventuell eine veraltete Version von PHP. Wenn du nicht weißt, "
"wie du dieses Problem beheben kannst, wende dich an deinen Hosting-Anbieter."

#: leavesandlove-wp-plugin-loader.php:751
#: leavesandlove-wp-plugin-loader.php:752
msgid "The following required dependencies are either inactive or outdated:"
msgstr ""
"Die folgenden benötigten Abhängigkeiten sind entweder inaktiv oder veraltet:"

#: leavesandlove-wp-plugin-loader.php:757
#: leavesandlove-wp-plugin-loader.php:758
msgid "%s could not be found."
msgstr "%s konnte nicht gefunden werden."

#: leavesandlove-wp-plugin-loader.php:759
#: leavesandlove-wp-plugin-loader.php:760
msgid ""
"%s is active sitewide, but it must be activated across the entire network."
msgstr ""
"%s ist auf einer einzelnen Website aktiv, es muss jedoch im gesamten "
"Netzwerk aktiviert sein."

#: leavesandlove-wp-plugin-loader.php:761
#: leavesandlove-wp-plugin-loader.php:762
msgid ""
"%1$s is outdated. You are using version %3$s, but version %2$s is required. "
"Since this is a must-use plugin, you need to update it manually."
Expand All @@ -70,34 +70,34 @@ msgstr ""
"benötigt. Da es sich um ein obligatorisches Plugin handelt, musst du es "
"manuell aktualisieren."

#: leavesandlove-wp-plugin-loader.php:763
#: leavesandlove-wp-plugin-loader.php:764
msgid ""
"%1$s is outdated. You are using version %3$s, but version %2$s is required."
msgstr ""
"%1$s ist veraltet. Du verwendest Version %3$s, allerdings wird Version %2$s "
"benötigt."

#: leavesandlove-wp-plugin-loader.php:771
#: leavesandlove-wp-plugin-loader.php:772
msgid "Please update the above resources."
msgstr "Bitte aktualisiere die oben genannten Ressourcen."

#: leavesandlove-wp-plugin-loader.php:946
#: leavesandlove-wp-plugin-loader.php:947
msgid "Missing request field %s."
msgstr "Fehlendes Feld %s in der Anfrage."

#: leavesandlove-wp-plugin-loader.php:968
#: leavesandlove-wp-plugin-loader.php:969
msgid "Missing capabilities."
msgstr "Unzureichende Befugnisse."

#: leavesandlove-wp-plugin-loader.php:973
#: leavesandlove-wp-plugin-loader.php:974
msgid "Notice for plugin %s has already been dismissed."
msgstr "Mitteilung für Plugin %s wurde bereits ausgeblendet."

#: leavesandlove-wp-plugin-loader.php:980
#: leavesandlove-wp-plugin-loader.php:981
msgid "Notice for plugin %s dismissed."
msgstr "Mitteilung für Plugin %s ausgeblendet."

#: leavesandlove-wp-plugin-loader.php:991
#: leavesandlove-wp-plugin-loader.php:992
msgid "Error: Missing dependencies!"
msgstr "Fehler: Fehlende Abhängigkeiten!"

Expand All @@ -117,70 +117,70 @@ msgstr "Installieren"
msgid "Update"
msgstr "Aktualisieren"

#: leavesandlove-wp-plugin.php:274
#: leavesandlove-wp-plugin.php:276
msgid "This message was added in %1$s version %2$s."
msgstr "Diese Meldung wurde in %1$s Version %2$s hinzugefügt."

#: leavesandlove-wp-plugin.php:275
#: leavesandlove-wp-plugin.php:277
msgid "%1$s was called <strong>incorrectly</strong>: %2$s %3$s"
msgstr "%1$s wurde <strong>fehlerhaft</strong> aufgerufen: %2$s %3$s"

#: leavesandlove-wp-plugin.php:292
#: leavesandlove-wp-plugin.php:294
msgid ""
"%1$s is <strong>deprecated</strong> as of %4$s version %2$s with no "
"alternative available."
msgstr ""
"%1$s ist seit %4$s Version %2$s ohne Alternative <strong>veraltet</strong>."

#: leavesandlove-wp-plugin.php:294
#: leavesandlove-wp-plugin.php:296
msgid ""
"%1$s is <strong>deprecated</strong> as of %4$s version %2$s. Use %3$s "
"instead!"
msgstr ""
"%1$s ist seit %4$s Version %2$s <strong>veraltet</strong>. Verwenden Sie "
"stattdessen %3$s!"

#: leavesandlove-wp-plugin.php:312
#: leavesandlove-wp-plugin.php:314
msgid ""
"The action %1$s is <strong>deprecated</strong> as of %4$s version %2$s with "
"no alternative available."
msgstr ""
"Die Aktion %1$s ist seit %4$s Version %2$s ohne Alternative "
"<strong>veraltet</strong>."

#: leavesandlove-wp-plugin.php:314
#: leavesandlove-wp-plugin.php:316
msgid ""
"The action %1$s is <strong>deprecated</strong> as of %4$s version %2$s. Use "
"%3$s instead!"
msgstr ""
"Die Aktion %1$s ist seit %4$s Version %2$s <strong>veraltet</strong>. "
"Verwenden Sie stattdessen %3$s!"

#: leavesandlove-wp-plugin.php:332
#: leavesandlove-wp-plugin.php:334
msgid ""
"The filter %1$s is <strong>deprecated</strong> as of %4$s version %2$s with "
"no alternative available."
msgstr ""
"Der Filter %1$s ist seit %4$s Version %2$s ohne Alternative "
"<strong>veraltet</strong>."

#: leavesandlove-wp-plugin.php:334
#: leavesandlove-wp-plugin.php:336
msgid ""
"The filter %1$s is <strong>deprecated</strong> as of %4$s version %2$s. Use "
"%3$s instead!"
msgstr ""
"Der Filter %1$s ist seit %4$s Version %2$s <strong>veraltet</strong>. "
"Verwenden Sie stattdessen %3$s!"

#: leavesandlove-wp-plugin.php:352
#: leavesandlove-wp-plugin.php:354
msgid ""
"%1$s was called with an argument that is <strong>deprecated</strong> as of "
"%4$s version %2$s. %3$s"
msgstr ""
"%1$s wurde mit einem Argument aufgerufen, was seit seit %4$s Version %2$s "
"<strong>veraltet</strong> ist. %3$s"

#: leavesandlove-wp-plugin.php:354
#: leavesandlove-wp-plugin.php:356
msgid ""
"%1$s was called with an argument that is <strong>deprecated</strong> as of "
"%4$s version %2$s with no alternative available."
Expand Down
54 changes: 27 additions & 27 deletions languages/lalwpplugin.pot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (c) 2014-2016 Felix Arntz
msgid ""
msgstr ""
"Project-Id-Version: leavesandlove-wp-plugin-util 2.0.2\n"
"Project-Id-Version: leavesandlove-wp-plugin-util 2.0.3\n"
"Report-Msgid-Bugs-To: http://leaves-and-love.net\n"
"POT-Creation-Date: 2016-07-09 11:25:57+00:00\n"
"POT-Creation-Date: 2016-07-09 11:43:22+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -22,68 +22,68 @@ msgstr ""
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes\n"

#: leavesandlove-wp-plugin-loader.php:738
#: leavesandlove-wp-plugin-loader.php:739
msgid "Fatal error with plugin %s"
msgstr ""

#: leavesandlove-wp-plugin-loader.php:739
#: leavesandlove-wp-plugin-loader.php:740
msgid "Due to missing dependencies, the plugin cannot be initialized."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:742
#: leavesandlove-wp-plugin-loader.php:743
msgid "The following required PHP functions could not be found:"
msgstr ""

#: leavesandlove-wp-plugin-loader.php:748
#: leavesandlove-wp-plugin-loader.php:749
msgid ""
"There are probably some PHP extensions missing, or you might be using an "
"outdated version of PHP. If you do not know how to fix this, please ask "
"your hosting provider."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:751
#: leavesandlove-wp-plugin-loader.php:752
msgid "The following required dependencies are either inactive or outdated:"
msgstr ""

#: leavesandlove-wp-plugin-loader.php:757
#: leavesandlove-wp-plugin-loader.php:758
msgid "%s could not be found."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:759
#: leavesandlove-wp-plugin-loader.php:760
msgid "%s is active sitewide, but it must be activated across the entire network."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:761
#: leavesandlove-wp-plugin-loader.php:762
msgid ""
"%1$s is outdated. You are using version %3$s, but version %2$s is required. "
"Since this is a must-use plugin, you need to update it manually."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:763
#: leavesandlove-wp-plugin-loader.php:764
msgid "%1$s is outdated. You are using version %3$s, but version %2$s is required."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:771
#: leavesandlove-wp-plugin-loader.php:772
msgid "Please update the above resources."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:946
#: leavesandlove-wp-plugin-loader.php:947
msgid "Missing request field %s."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:968
#: leavesandlove-wp-plugin-loader.php:969
msgid "Missing capabilities."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:973
#: leavesandlove-wp-plugin-loader.php:974
msgid "Notice for plugin %s has already been dismissed."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:980
#: leavesandlove-wp-plugin-loader.php:981
msgid "Notice for plugin %s dismissed."
msgstr ""

#: leavesandlove-wp-plugin-loader.php:991
#: leavesandlove-wp-plugin-loader.php:992
msgid "Error: Missing dependencies!"
msgstr ""

Expand All @@ -103,57 +103,57 @@ msgstr ""
msgid "Update"
msgstr ""

#: leavesandlove-wp-plugin.php:274
#: leavesandlove-wp-plugin.php:276
msgid "This message was added in %1$s version %2$s."
msgstr ""

#: leavesandlove-wp-plugin.php:275
#: leavesandlove-wp-plugin.php:277
msgid "%1$s was called <strong>incorrectly</strong>: %2$s %3$s"
msgstr ""

#: leavesandlove-wp-plugin.php:292
#: leavesandlove-wp-plugin.php:294
msgid ""
"%1$s is <strong>deprecated</strong> as of %4$s version %2$s with no "
"alternative available."
msgstr ""

#: leavesandlove-wp-plugin.php:294
#: leavesandlove-wp-plugin.php:296
msgid ""
"%1$s is <strong>deprecated</strong> as of %4$s version %2$s. Use %3$s "
"instead!"
msgstr ""

#: leavesandlove-wp-plugin.php:312
#: leavesandlove-wp-plugin.php:314
msgid ""
"The action %1$s is <strong>deprecated</strong> as of %4$s version %2$s with "
"no alternative available."
msgstr ""

#: leavesandlove-wp-plugin.php:314
#: leavesandlove-wp-plugin.php:316
msgid ""
"The action %1$s is <strong>deprecated</strong> as of %4$s version %2$s. Use "
"%3$s instead!"
msgstr ""

#: leavesandlove-wp-plugin.php:332
#: leavesandlove-wp-plugin.php:334
msgid ""
"The filter %1$s is <strong>deprecated</strong> as of %4$s version %2$s with "
"no alternative available."
msgstr ""

#: leavesandlove-wp-plugin.php:334
#: leavesandlove-wp-plugin.php:336
msgid ""
"The filter %1$s is <strong>deprecated</strong> as of %4$s version %2$s. Use "
"%3$s instead!"
msgstr ""

#: leavesandlove-wp-plugin.php:352
#: leavesandlove-wp-plugin.php:354
msgid ""
"%1$s was called with an argument that is <strong>deprecated</strong> as of "
"%4$s version %2$s. %3$s"
msgstr ""

#: leavesandlove-wp-plugin.php:354
#: leavesandlove-wp-plugin.php:356
msgid ""
"%1$s was called with an argument that is <strong>deprecated</strong> as of "
"%4$s version %2$s with no alternative available."
Expand Down
Loading

0 comments on commit 8a2d3b8

Please sign in to comment.