Changeset 1695197
- Timestamp:
- 07/12/2017 01:05:00 PM (9 years ago)
- Location:
- httpcs-validation/trunk
- Files:
-
- 4 edited
-
httpcsValidation.php (modified) (2 diffs)
-
lang/httpcsValidation-fr_FR.mo (modified) (previous)
-
lang/httpcsValidation-fr_FR.po (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
httpcs-validation/trunk/httpcsValidation.php
r1695161 r1695197 4 4 Plugin Name: HTTPCS Validation 5 5 Description: This plugin helps you to do the HTTPCS validation process automatically 6 Version: 1.0. 36 Version: 1.0.4 7 7 Author: HTTPCS 8 8 Author URI: https://www.httpcs.com/ … … 258 258 public function loadTextdomain() { 259 259 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" ); 260 270 } 261 271 -
httpcs-validation/trunk/lang/httpcsValidation-fr_FR.po
r1695161 r1695197 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: HTTPCS Validation 1.0. 3\n"3 "Project-Id-Version: HTTPCS Validation 1.0.4\n" 4 4 "POT-Creation-Date: 2017-05-15 11:05+0200\n" 5 5 "PO-Revision-Date: 2017-05-29 10:13+0200\n" … … 224 224 msgid "HTTPCS Validation" 225 225 msgstr "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
r1695161 r1695197 4 4 Requires at least: 4.7 5 5 Tested up to: 4.8 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 = 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.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 rights of your server. You will maybe need to make file manually. 21 21 22 22 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.