X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fcompresseur%2Flang%2Fcompresseur_en.php;h=11c3c363e3146cf42fd8847850263f682e59c049;hp=f957d0a20d02858eda723c3bb7611d108a94dc4f;hb=e847eea4a82a7396dd0abf860f9b30d654f38629;hpb=d686c3e22e97dd46ef42bcd0f138c65083f8f232 diff --git a/www/plugins-dist/compresseur/lang/compresseur_en.php b/www/plugins-dist/compresseur/lang/compresseur_en.php index f957d0a..11c3c36 100644 --- a/www/plugins-dist/compresseur/lang/compresseur_en.php +++ b/www/plugins-dist/compresseur/lang/compresseur_en.php @@ -11,14 +11,18 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'info_compresseur_titre' => 'Optimisation and compression', 'info_question_activer_compactage_css' => 'CSS', 'info_question_activer_compactage_js' => 'Scripts', + 'info_question_activer_compresseur' => 'HTML', 'item_compresseur_closure' => 'Use Google Closure Compiler [experimental]', 'item_compresseur_css' => 'Enable stylesheets compression (CSS)', + 'item_compresseur_html' => 'Enable HTML compression', 'item_compresseur_js' => 'Enable scripts compression (javascript)', // T 'texte_compacter_avertissement' => 'Be careful not to activate these options during site development, as compressed elements are difficult to read and debug.', 'texte_compacter_script_css' => 'SPIP can compact Javascript files and CSS stylesheets and save them as static files. This makes the site display faster on browsers.', - 'titre_compacter_script_css' => 'Compression of scripts and CSS' + 'texte_compresseur_page' => 'SPIP can automatically compress every page it sends. This option reduces bandwidth, making the site faster for lower speed connections), but it does require more resources from the server.', + 'titre_compacter_script_css' => 'Compression of scripts and CSS', + 'titre_compresser_flux_http' => 'HTML compression' ); ?>