[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / compresseur / lang / compresseur_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/compresseur?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // E
13 '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.',
14
15 // I
16 'info_compresseur_titre' => 'Optimisation and compression',
17 'info_question_activer_compactage_css' => 'CSS',
18 'info_question_activer_compactage_js' => 'Scripts',
19 'item_compresseur_css' => 'Enable stylesheets compression (CSS)',
20 'item_compresseur_js' => 'Enable scripts compression (javascript)',
21
22 // L
23 'label_url_statique_ressources' => 'URL resources',
24
25 // T
26 'texte_compacter_avertissement' => 'Be careful not to activate these options during site development, as compressed elements are difficult to read and debug.',
27 '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.',
28 'titre_compacter_script_css' => 'Compression of scripts and CSS'
29 );