Changeset 95532 in spip-zone
- Timestamp:
- Feb 27, 2016, 4:32:53 AM (5 years ago)
- Location:
- _core_/plugins/compresseur/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/compresseur/lang/compresseur.xml
r95454 r95532 15 15 <traducteur nom="klaus++" lien="http://trad.spip.net/auteur/klaus" /> 16 16 </langue> 17 <langue code="en" url="http://trad.spip.net/tradlang_module/compresseur?lang_cible=en" total="11" traduits="9" relire="0" modifs="0" nouveaux="2" pourcent="81.82"> 17 <langue code="en" url="http://trad.spip.net/tradlang_module/compresseur?lang_cible=en" total="11" traduits="11" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 18 <traducteur nom="jack31" lien="http://trad.spip.net/auteur/jack31" /> 18 19 <traducteur nom="kent1" lien="http://trad.spip.net/auteur/kent1" /> 19 20 <traducteur nom="Paolo" lien="http://trad.spip.net/auteur/paolo" /> -
_core_/plugins/compresseur/lang/compresseur_en.php
r93910 r95532 10 10 $GLOBALS[$GLOBALS['idx_lang']] = array( 11 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 12 15 // I 13 16 'info_compresseur_titre' => 'Optimisation and compression', … … 18 21 'item_compresseur_js' => 'Enable scripts compression (javascript)', 19 22 23 // L 24 'label_url_statique_ressources' => 'URL resources', 25 20 26 // T 21 27 'texte_compacter_avertissement' => 'Be careful not to activate these options during site development, as compressed elements are difficult to read and debug.',
Note: See TracChangeset
for help on using the changeset viewer.