New verify peer translations

This commit is contained in:
Djamil Legato
2016-09-18 18:55:04 -07:00
parent a50e269793
commit 0a2b1d790f

View File

@@ -519,6 +519,13 @@ PLUGIN_ADMIN:
UPDATING: "Updating"
GPM_RELEASES: "GPM Releases"
GPM_RELEASES_HELP: "Choose 'Testing' to install beta or testing versions"
GPM_METHOD: "Remote Fetch Method"
GPM_METHOD_HELP: "When set to Auto, Grav will determine if fopen is available and use it, otherwise fall back to cURL. To force the use of one or the other switch the setting."
GPM_VERIFY_PEER: "Remote Verify Peer (SSL)"
GPM_VERIFY_PEER_HELP: "Some providers seems to fail verifying getgrav.org SSL certificate, causing GPM to not work. If this is the case for you, turning off this setting might help"
AUTO: "Auto"
FOPEN: "fopen"
CURL: "cURL"
STABLE: "Stable"
TESTING: "Testing"
FRONTMATTER_PROCESS_TWIG: "Process frontmatter Twig"
@@ -602,4 +609,4 @@ PLUGIN_ADMIN:
DROPZONE_INVALID_FILE_TYPE: "You can't upload files of this type."
DROPZONE_MAX_FILES_EXCEEDED: "You can not upload any more files."
DROPZONE_REMOVE_FILE: "Remove file"
DROPZONE_RESPONSE_ERROR: "Server responded with {{statusCode}} code."
DROPZONE_RESPONSE_ERROR: "Server responded with {{statusCode}} code."