[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / plugins-dist / compresseur / lang / compresseur_lb.php
old mode 100644 (file)
new mode 100755 (executable)
index fc2152e..538f787
@@ -1,9 +1,11 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
-// extrait automatiquement de http://trad.spip.net/tradlang_module/compresseur?lang_cible=lb
+// extrait automatiquement de https://trad.spip.net/tradlang_module/compresseur?lang_cible=lb
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -11,7 +13,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'info_compresseur_titre' => 'Optimisatioun a Kompressioun',
        'info_question_activer_compactage_css' => 'CSS',
        'info_question_activer_compactage_js' => 'Skripten',
-       'item_compresseur_closure' => 'Google Closure Compiler benotzen [experimentell]',
        'item_compresseur_css' => 'Kompressioun vun de Style-Sheets (CSS) aschalten',
        'item_compresseur_js' => 'Kompressioun vun de Skripten (Javascript) aschalten',
 
@@ -20,5 +21,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'texte_compacter_script_css' => 'SPIP ka Javascript oder CSS Style-Sheets kompriméieren an als statesch Dokumenter späicheren; da ginn d’Säite vum Site méi séier gewisen.',
        'titre_compacter_script_css' => 'Skripten an CSS kompriméieren'
 );
-
-?>