[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / champs_extras3 / lang / cextras_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/cextras?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 // C
11 'cextra_par_defaut' => 'Default value',
12
13 // P
14 'pas_auteur' => 'no author',
15
16 // T
17 'type' => '@type@',
18
19 // Z
20 'zbug_balise_argument_non_texte' => 'The @nb@ argument in the tag @balise@ should be text typed'
21 );
22
23 ?>