[SPIP] ~maj 3.0.10 --> 3.0.14
[lhc/web/www.git] / www / plugins-dist / compresseur / lang / compresseur_en.php
index 11c3c36..f957d0a 100644 (file)
@@ -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'
 );
 
 ?>