[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / compresseur / lang / compresseur_en.php
index ae6df25..528dcf6 100644 (file)
@@ -3,26 +3,27 @@
 // extrait automatiquement de https://trad.spip.net/tradlang_module/compresseur?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(
 
+       // E
+       'explication_url_statique_ressources' => 'A URL that can serve static files (images, JS ...) without cookie. Usually an alternative subdomain that also points to the site.',
+
        // I
        '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)',
 
+       // L
+       'label_url_statique_ressources' => 'URL resources',
+
        // 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'
 );
-
-?>