X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fcompresseur%2Flang%2Fcompresseur_en.php;h=f957d0a20d02858eda723c3bb7611d108a94dc4f;hp=11c3c363e3146cf42fd8847850263f682e59c049;hb=122c920eb07e3f665789f8734965b576e6c25515;hpb=226942065cd4f604eb464addf45a065c9e5bc916 diff --git a/www/plugins-dist/compresseur/lang/compresseur_en.php b/www/plugins-dist/compresseur/lang/compresseur_en.php index 11c3c363..f957d0a2 100644 --- a/www/plugins-dist/compresseur/lang/compresseur_en.php +++ b/www/plugins-dist/compresseur/lang/compresseur_en.php @@ -11,18 +11,14 @@ $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.', - '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' + 'titre_compacter_script_css' => 'Compression of scripts and CSS' ); ?>