[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / verifier / lang / paquet-verifier_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-verifier?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // V
11 'verifier_description' => 'Provides a unique function <code>verifier($value, $type, $options,&$valeur_normalisee)</code> to test the validity of a value.',
12 'verifier_nom' => 'Control API',
13 'verifier_slogan' => 'A generic API to control a value'
14 );
15
16 ?>