Plugin Directory

Changeset 1695197


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

Adding release 1.0.4

Location:
httpcs-validation/trunk
Files:
4 edited

Legend:

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

    r1695161 r1695197  
    44  Plugin Name: HTTPCS Validation
    55  Description: This plugin helps you to do the HTTPCS validation process automatically
    6   Version: 1.0.3
     6  Version: 1.0.4
    77  Author: HTTPCS
    88  Author URI: https://www.httpcs.com/
     
    258258    public function loadTextdomain() {
    259259        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" );   
    260270    }
    261271
  • httpcs-validation/trunk/lang/httpcsValidation-fr_FR.po

    r1695161 r1695197  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: HTTPCS Validation 1.0.3\n"
     3"Project-Id-Version: HTTPCS Validation 1.0.4\n"
    44"POT-Creation-Date: 2017-05-15 11:05+0200\n"
    55"PO-Revision-Date: 2017-05-29 10:13+0200\n"
     
    224224msgid "HTTPCS Validation"
    225225msgstr "HTTPCS Validation"
     226
     227msgid "Initial version of the plugin."
     228msgstr "Version initiale du plugin."
     229
     230msgid "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."
     231msgstr "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
     233msgid "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."
     234msgstr "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
     236msgid "How does it work ?"
     237msgstr "Comment ça marche ?"
     238
     239msgid "Why should I use the HTTPCS plugin ?"
     240msgstr "Pourquoi devrai-je utiliser le plugin HTTPCS ?"
     241
     242msgid "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>"
     243msgstr "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

    r1695161 r1695197  
    44Requires at least: 4.7
    55Tested up to: 4.8
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1818
    1919= How does it work ? =
    20 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 right of your server. You will maybe need to make file manually.
     20The 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.
    2121
    2222== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.