[SPIP][PLUGINS] v3.0-->v3.2
[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 https://trad.spip.net/tradlang_module/compositions?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // A
13 'ajouter_compositions' => 'Add compositions',
14
15 // C
16 'composition' => 'Composition',
17 'composition_defaut' => 'default composition',
18 'composition_heritee' => 'inherited',
19 'composition_utilisee' => 'Used:',
20 'composition_verrouillee' => 'This composition is locked by the webmaster',
21 'compositions' => 'Compositions',
22
23 // D
24 'des_utilisations' => '@nb@ uses',
25
26 // H
27 'heritages' => 'This composition defines default compositions for the following objects:',
28
29 // I
30 'info_1_composition' => '1 composition',
31 'info_aucune_composition' => 'No composition',
32 'info_nb_compositions' => '@nb@ compositions',
33
34 // L
35 'label_activer_composition_objets' => 'Use compositions on objects',
36 'label_branche_verrouillee' => 'The compositions of this branch are locked.',
37 'label_chemin_compositions' => 'Compositions folder',
38 'label_chemin_compositions_details' => 'Specify the path where the skeletons will be found for composition.',
39 'label_composition' => 'Type of composition',
40 'label_composition_branche_lock' => 'Lock the composition of all objects in the branch',
41 'label_composition_explication' => 'You are Webmaster, you can',
42 'label_composition_lock' => 'Lock the composition',
43 'label_composition_rubrique' => 'Sections composition',
44 'label_heritages' => 'Heritages',
45 'label_information' => 'Information',
46 'label_masquer_formulaire' => 'Hide the form',
47 'label_masquer_formulaire_composition' => 'Hide the selection form of a composition when the user does not have the rights to edit it.',
48 'label_pas_de_composition' => 'No composition',
49 'label_styliser' => 'Selection of skeletons',
50 'label_styliser_auto' => 'Do not use automatic selection. The selection is supported by my skeletons.',
51 'label_tout_verrouiller' => 'Lock all',
52 'label_toutes_verrouilles' => 'All compositions are locked.',
53 'label_verrouiller_toutes_compositions' => 'Lock all compositions (only the webmasters can change them).',
54
55 // M
56 'message_info_ajouter_compositions' => 'To create your own compositions, see the documentation : @url_doc@.',
57
58 // U
59 'une_utilisation' => '1 use',
60
61 // V
62 'voir_image_exemple' => 'See an image sample'
63 );