[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / verifier / lang / paquet-verifier_en.php
1 <?php
2
3 // Ceci est un fichier langue de SPIP -- This is a SPIP language file
4 // Fichier produit par PlugOnet
5 // Module: paquet-verifier
6 // Langue: en
7 // Date: 15-11-2011 17:28:12
8 // Items: 2
9
10 if (!defined('_ECRIRE_INC_VERSION')) return;
11
12 $GLOBALS[$GLOBALS['idx_lang']] = array(
13
14 // V
15 'verifier_description' => 'Provides a unique function <code>verifier($value, $type, $options)</code> to test the validity of a value.',
16 'verifier_nom' => 'Control API',
17 );
18 ?>