X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fcompositions_v3%2Flang%2Fcompositions_en.php;fp=www%2Fplugins%2Fcompositions_v3%2Flang%2Fcompositions_en.php;h=f40580a4b777dc465a27b6a1796054b89b3cea18;hb=c0f18416f529232b5555c6410a8765a5125ebcd3;hp=56b47190fca5c377f0e79b2c53845665f61d27f1;hpb=50522c53acc9e61a4a7de3a1890c4ba93e2f61b4;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/compositions_v3/lang/compositions_en.php b/www/plugins/compositions_v3/lang/compositions_en.php index 56b47190..f40580a4 100644 --- a/www/plugins/compositions_v3/lang/compositions_en.php +++ b/www/plugins/compositions_v3/lang/compositions_en.php @@ -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' +);