[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / compositions_v3 / lang / compositions_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/compositions?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 'composition' => 'Composition',
12 'composition_defaut' => 'default composition',
13 'composition_heritee' => 'inherited',
14 'composition_utilisee' => 'Used :',
15 'composition_verrouillee' => 'This composition is locked by the webmaster',
16 'compositions' => 'Compositions',
17
18 // D
19 'des_utilisations' => '@nb@ uses',
20
21 // H
22 'heritages' => 'This composition defines default compositions for the following objects:',
23
24 // L
25 'label_activer_composition_objets' => 'Use compositions on objects',
26 'label_branche_verrouillee' => 'The compositions of this branch are locked.',
27 'label_chemin_compositions' => 'Compositions folder',
28 'label_chemin_compositions_details' => 'Specify the path where the skeletons will be found for composition.',
29 'label_composition' => 'Type of composition',
30 'label_composition_branche_lock' => 'Lock the composition of all objects in the branch',
31 'label_composition_explication' => 'You are Webmaster, you can',
32 'label_composition_lock' => 'Lock the composition',
33 'label_composition_rubrique' => 'Sections composition',
34 'label_information' => 'Information',
35 'label_masquer_formulaire' => 'Hide the form',
36 'label_masquer_formulaire_composition' => 'Hide the selection form of a composition when the user does not have the rights to edit it.',
37 'label_pas_de_composition' => 'No composition',
38 'label_styliser' => 'Selection of skeletons',
39 'label_styliser_auto' => 'Do not use automatic selection. The selection is supported by my skeletons.',
40 'label_tout_verrouiller' => 'Lock all',
41 'label_toutes_verrouilles' => 'All compositions are locked.',
42 'label_verrouiller_toutes_compositions' => 'Lock all compositions (only the webmasters can change them).',
43
44 // U
45 'une_utilisation' => '1 use'
46 );
47
48 ?>