[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / compositions_v3 / lang / compositions_en.php
index 56b4719..f40580a 100644 (file)
@@ -3,10 +3,15 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/compositions?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
+       // A
+       'ajouter_compositions' => 'Add compositions',
+
        // C
        'composition' => 'Composition',
        'composition_defaut' => 'default composition',
@@ -21,6 +26,11 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // H
        'heritages' => 'This composition defines default compositions for the following objects:',
 
+       // I
+       'info_1_composition' => '1 composition',
+       'info_aucune_composition' => 'No composition',
+       'info_nb_compositions' => '@nb@ compositions',
+
        // L
        'label_activer_composition_objets' => 'Use compositions on objects',
        'label_branche_verrouillee' => 'The compositions of this branch are locked.',
@@ -31,6 +41,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'label_composition_explication' => 'You are Webmaster, you can',
        'label_composition_lock' => 'Lock the composition',
        'label_composition_rubrique' => 'Sections composition',
+       'label_heritages' => 'Heritages',
        'label_information' => 'Information',
        'label_masquer_formulaire' => 'Hide the form',
        'label_masquer_formulaire_composition' => 'Hide the selection form of a composition when the user does not have the rights to edit it.',
@@ -41,8 +52,12 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'label_toutes_verrouilles' => 'All compositions are locked.',
        'label_verrouiller_toutes_compositions' => 'Lock all compositions (only the webmasters can change them).',
 
+       // M
+       'message_info_ajouter_compositions' => 'To create your own compositions, see the documentation : @url_doc@.',
+
        // U
-       'une_utilisation' => '1 use'
-);
+       'une_utilisation' => '1 use',
 
-?>
+       // V
+       'voir_image_exemple' => 'See an image sample'
+);