This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,52 @@
# Changelog
All notable changes to this project will be documented in this file.
Added - for new features.
Changed - for changes in existing functionality.
Deprecated - for soon-to-be removed features.
Removed - for now removed features.
Fixed - for any bug fixes.
Security - in case of vulnerabilities.
## 1.0.1 - 29-12-2017
### Added
Completely Remove Comments
### Changed
Script Manager Fix (WordPress 5.0+)
Disable the core-embed/wordpress block type (WordPress 5.0+)
## 1.0.0 - 22-12-2017
### Added
Import / Export Settings
CSS & JS Script Manager
Local GA Settings Options
## 0.0.1 - 22-12-2017
### Added
Remove /xmlrpc.php from code if XML-RPC is disabled
Remove WordPress API from code if WP-JSON is disabled
Disable Google Maps
Disable WooCommerce scripts and CSS on non-WooCommerce pages
Disable WooCommerce Reviews
Defer Woocommerce Cart Fragments
Remove WordPress API from header
Disable self-pingbacks
Disable emojis
Disable embeds
Remove query strings
Disable XML-RPC
Remove jQuery migrate
Remove WordPress version number
Remove wlwmanifest link
Remove RSD link
Remove shortlink
Disable RSS feeds
Remove RSS feed links
Disable WordPress heartbeat API
Disable and Limit Post Revisions
Change Heartbeat API frequency
Change autosave interval

View File

@@ -0,0 +1,244 @@
# Copyright (C) 2018 whippetwp.com
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Whippet 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/whippet\n"
"POT-Creation-Date: 2018-11-26 12:32:32+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: node-wp-i18n 1.2.1\n"
#: inc/admin.php:35
msgid "Documentation is comming soon :)"
msgstr ""
#: inc/functions.php:610 inc/functions.php:909
msgid "Comments are disabled on this site."
msgstr ""
#: inc/functions.php:737
#. Translators: 1: blog title, 2: separator (raquo).
msgid "%1$s %2$s Feed"
msgstr ""
#: inc/functions.php:763
#. Translators: 1: blog name, 2: separator(raquo), 3: category name.
msgid "%1$s %2$s %3$s Category Feed"
msgstr ""
#: inc/functions.php:765
#. Translators: 1: blog name, 2: separator(raquo), 3: tag name.
msgid "%1$s %2$s %3$s Tag Feed"
msgstr ""
#: inc/functions.php:767
#. Translators: 1: blog name, 2: separator(raquo), 3: author name.
msgid "%1$s %2$s Posts by %3$s Feed"
msgstr ""
#: inc/functions.php:769
#. Translators: 1: blog name, 2: separator(raquo), 3: search phrase.
msgid "%1$s %2$s Search Results for &#8220;%3$s&#8221; Feed"
msgstr ""
#: inc/functions.php:771
#. Translators: 1: blog name, 2: separator(raquo), 3: post type name.
msgid "%1$s %2$s %3$s Feed"
msgstr ""
#: inc/import-export.php:27
msgid "Export Settings"
msgstr ""
#: inc/import-export.php:29
msgid ""
"Export the plugin settings for this site as a .json file. This allows you "
"to easily import the configuration into another site."
msgstr ""
#: inc/import-export.php:34
msgid "Export"
msgstr ""
#: inc/import-export.php:41
msgid "Import Settings"
msgstr ""
#: inc/import-export.php:43
msgid ""
"Import the plugin settings from a .json file. This file can be obtained by "
"exporting the settings on another site using the form above."
msgstr ""
#: inc/import-export.php:51
msgid "Import"
msgstr ""
#: inc/import-export.php:130
msgid "Please upload a valid .json file"
msgstr ""
#: inc/import-export.php:136
msgid "Please upload a file to import"
msgstr ""
#: inc/save-ga-local.php:74
msgid "Google Analytics Tracking ID"
msgstr ""
#: inc/save-ga-local.php:78
msgid "Position of tracking code"
msgstr ""
#: inc/save-ga-local.php:88
msgid " (default)"
msgstr ""
#: inc/save-ga-local.php:95
msgid "Use adjusted bounce rate?"
msgstr ""
#: inc/save-ga-local.php:99
msgid "Change enqueue order? (Default = 0)"
msgstr ""
#: inc/save-ga-local.php:103
msgid ""
"Disable all <a "
"href=\"https://developers.google.com/analytics/devguides/collection/"
"analyticsjs/display-features\" target=\"_blank\">display features "
"functionality</a>?"
msgstr ""
#: inc/save-ga-local.php:112
msgid ""
"Use <a href=\"https://support.google.com/analytics/answer/2763052?hl=en\" "
"target=\"_blank\">Anonymize IP</a>? (Required by law for some countries)"
msgstr ""
#: inc/save-ga-local.php:121
msgid "Track logged in Administrators?"
msgstr ""
#: inc/save-ga-local.php:130
msgid "Remove script from wp-cron?"
msgstr ""
#: inc/script-manager.php:321
msgid "Script Manager"
msgstr ""
#: inc/script-manager.php:479
msgid "Welcome to whippet"
msgstr ""
#: inc/script-manager.php:483
msgid ""
"The Script Manager allows you to enable/disable CSS and JS files by a per "
"page/post basis, as well as custom post types. Enabling some options may "
"effect the appearance of your live site, so we recommend testing this "
"locally or on a staging site first."
msgstr ""
#: inc/script-manager.php:485
msgid ""
"If you run into trouble, you can always enable all options to reset the "
"settings. Make sure to check out the <a "
"href=\"https://whippetwp.com/\">Whippet Docs</a> for more information"
msgstr ""
#: inc/script-manager.php:500
msgid "Type"
msgstr ""
#: inc/script-manager.php:501
msgid "Size"
msgstr ""
#: inc/script-manager.php:502
msgid "Handle / URL"
msgstr ""
#: inc/script-manager.php:503
msgid "Disable"
msgstr ""
#: inc/script-manager.php:504
msgid "Enable"
msgstr ""
#: inc/script-manager.php:523
msgid "In use by"
msgstr ""
#: inc/script-manager.php:528
msgid "Everywhere"
msgstr ""
#: inc/script-manager.php:534 inc/script-manager.php:540
msgid "Current URL"
msgstr ""
#: inc/script-manager.php:565
msgid "Save changes"
msgstr ""
#: inc/settings.php:210
msgid "Limit Post Revisions"
msgstr ""
#: inc/settings.php:240
msgid "Autosave Interval"
msgstr ""
#: inc/settings.php:263
msgid "Disable Heartbeat"
msgstr ""
#: inc/settings.php:284
msgid "Heartbeat Frequency"
msgstr ""
#: inc/settings.php:476 inc/settings.php:484 inc/settings.php:492
#: inc/settings.php:500
msgid "Select which performance options you would like to enable."
msgstr ""
#: inc/settings.php:508
msgid "Disable specific elements of WooCommerce."
msgstr ""
#: whippet.php:39
msgid "Settings"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Whippet"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://whippetwp.com/whippet"
msgstr ""
#. Description of the plugin/theme
msgid "Speed up your Website using Whippet"
msgstr ""
#. Author of the plugin/theme
msgid "whippetwp.com"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://whippetwp.com"
msgstr ""
#: inc/functions.php:731 inc/functions.php:761
#. Translators: Separator between blog name and feed type in feed links.
msgctxt "feed link"
msgid "&raquo;"
msgstr ""