Plugin Directory

Changeset 1695218


Ignore:
Timestamp:
07/12/2017 01:31:25 PM (9 years ago)
Author:
httpcs
Message:

Adding release 1.0.5

Location:
httpcs-validation/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • httpcs-validation/trunk/httpcsValidation.php

    r1695197 r1695218  
    44  Plugin Name: HTTPCS Validation
    55  Description: This plugin helps you to do the HTTPCS validation process automatically
    6   Version: 1.0.4
     6  Version: 1.0.5
    77  Author: HTTPCS
    88  Author URI: https://www.httpcs.com/
    99  Text Domain: httpcsValidation
     10  Domain Path: /lang/
    1011  License: GPL2
    1112 
     
    258259    public function loadTextdomain() {
    259260        load_plugin_textdomain('httpcsValidation', false, dirname(plugin_basename(__FILE__)) . '/lang/');
    260         $tmp_name = __( 'HTTPCS Validation', 'httpcsValidation' );
    261         $tmp_desc = __( 'This plugin helps you to do the HTTPCS validation process automatically', 'httpcsValidation' );
    262         $tmp_url = __( 'https://www.httpcs.com/', 'httpcsValidation' );
    263         $tmp_author = __( 'HTTPCS', 'httpcsValidation' );
    264         $readme_str1 = __( 'Initial version of the plugin.', 'httpcsValidation' );
    265         $readme_str2 = __( "The plugin will get a file which is related to your website and your account to validate your website. If a problem occurs, please check the rights of your server. You will maybe need to make file manually.", "httpcsValidation" );
    266         $readme_str3 = __( "The HTTPCS plugin helps you to create an HTTPCS account if you don't own one yet (or to login if you're already registered at HTTPCS.com) and also to validate your website automatically. It will create a validation file on your server which will give us the opportunity to validate your website.", "httpcsValidation" );
    267         $readme_str4 = __( 'How does it work ?', 'httpcsValidation' );
    268         $readme_str5 = __( 'Why should I use the HTTPCS plugin ?', 'httpcsValidation' );
    269         $readme_str6 = __( "This plugin helps you to do the HTTPCS validation process automatically. It will contact the HTTPCS validation service to get a validation file which will help us to validate your website automatically. Also, you will be able to signup at HTTPCS.com if you don't have an account yet or to login if you already own an HTTPCS acccount. <a href=\"https://www.httpcs.com/\" title=\"European cybersecurity leader\">HTTPCS</a>", "httpcsValidation" );   
    270261    }
    271262
  • httpcs-validation/trunk/lang/httpcsValidation-fr_FR.po

    r1695197 r1695218  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: HTTPCS Validation 1.0.4\n"
     3"Project-Id-Version: HTTPCS Validation 1.0.5\n"
    44"POT-Creation-Date: 2017-05-15 11:05+0200\n"
    55"PO-Revision-Date: 2017-05-29 10:13+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: HTTPCS\n"
    8 "Language: en_GB\n"
     8"Language: fr\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=UTF-8\n"
     
    224224msgid "HTTPCS Validation"
    225225msgstr "HTTPCS Validation"
    226 
    227 msgid "Initial version of the plugin."
    228 msgstr "Version initiale du plugin."
    229 
    230 msgid "The plugin will get a file which is related to your website and your account to validate your website. If a problem occurs, please check the rights of your server. You will maybe need to make file manually."
    231 msgstr "Le plugin obtiendra un fichier relatif à votre site web et votre compte afin de valider votre site. Si un problème survient, veuillez vérifier les droits de votre serveur. Vous devrez peut-être créer le fichier manuellement."
    232 
    233 msgid "The HTTPCS plugin helps you to create an HTTPCS account if you don't own one yet (or to login if you're already registered at HTTPCS.com) and also to validate your website automatically. It will create a validation file on your server which will give us the opportunity to validate your website."
    234 msgstr "Le plugin HTTPCS vous aide à créer un compte HTTPCS si vous n'en possédez pas encore (ou à vous connecter si vous êtes déjà enregistré chez HTTPCS.com) et aussi à valider votre site web automatiquement. Il créera un fichier de validation sur votre serveur qui nous donnera la possibilité de valider votre site web."
    235 
    236 msgid "How does it work ?"
    237 msgstr "Comment ça marche ?"
    238 
    239 msgid "Why should I use the HTTPCS plugin ?"
    240 msgstr "Pourquoi devrai-je utiliser le plugin HTTPCS ?"
    241 
    242 msgid "This plugin helps you to do the HTTPCS validation process automatically. It will contact the HTTPCS validation service to get a validation file which will help us to validate your website automatically. Also, you will be able to signup at HTTPCS.com if you don't have an account yet or to login if you already own an HTTPCS acccount. <a href=\"https://www.httpcs.com/\" title=\"European cybersecurity leader\">HTTPCS</a>"
    243 msgstr "Ce plugin vous aide à réaliser le processus de validation HTTPCS automatiquement. Il contactera le service de validation HTTPCS afin d'obtenir un fichier qui nous aidera à valider votre site web automatiquement. Aussi, vous serez capable de vous créer un enregistrer sur HTTPCS.com si vous ne possédez pas encore de compte ou de vous connecter si vous possédez déjà un compte HTTPCS. <a href=\"https://www.httpcs.com/\" title=\"European cybersecurity leader\">HTTPCS</a>"
  • httpcs-validation/trunk/readme.txt

    r1695197 r1695218  
    44Requires at least: 4.7
    55Tested up to: 4.8
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.