[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / compositions_v2 / lang / compositions_en.php
1 <?php
2
3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
4 if (!defined("_ECRIRE_INC_VERSION")) return;
5
6 $GLOBALS[$GLOBALS['idx_lang']] = array(
7 // A
8 'article_en_accueil' => 'This article was selected as home of the section',
9 'aucun_article_accueil' => 'No article',
10
11 // C
12 'choisir_article_accueil' => 'Choose as home article',
13 'composition' => 'Composition',
14 'compositions' => 'Compositions',
15 'composition_verrouillee' => 'This composition is locked by the webmaster',
16 'composition_utilisee' => 'Used&nbsp;:',
17
18 // D
19 'des_utilisations' => '@nb@ uses',
20
21 // L
22 'label_chemin_compositions' => 'Compositions folder',
23 'label_chemin_compositions_details' => 'Specify the path where the skeletons will be found for composition.',
24 'label_composition' => 'Type of composition',
25 'label_composition_explication' => 'You are Webmaster, you can',
26 'label_composition_lock' => 'Lock the composition',
27 'label_composition_rubrique' => 'Sections composition',
28 'label_id_article_accueil' => 'Home article',
29 'label_pas_de_composition' => 'No composition',
30 'label_styliser' => 'Selection of skeletons',
31 'label_styliser_auto' => 'Do not use automatic selection. The selection is supported by my skeletons.',
32 'label_utiliser_article_accueil' => 'Do not use home articles of sections',
33
34 // R
35 'rubrique_article_en_accueil' => 'Home article&nbsp;:',
36
37 // U
38 'une_utilisation' => '1 use',
39
40 // V
41 'voir_article_accueil' => 'View article',
42 );
43 ?>