1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/compresseur/lang/compresseur_lb.php
2015-04-28 17:10:23 +02:00

28 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
// I
'info_compresseur_titre' => 'Optimisatioun a Kompressioun',
'info_question_activer_compactage_css' => 'CSS',
'info_question_activer_compactage_js' => 'Skripten',
'info_question_activer_compresseur' => 'HTML',
'item_compresseur_closure' => 'Google Closure Compiler benotzen [experimentell]',
'item_compresseur_css' => 'Kompressioun vun de Style-Sheets (CSS) aschalten',
'item_compresseur_html' => 'Kompressioun vum HTML aschalten',
'item_compresseur_js' => 'Kompressioun vun de Skripten (Javascript) aschalten',
// T
'texte_compacter_avertissement' => 'Schalt dës Optiounen net während der Entwécklung vum Site an: déi kompriméiert Elementer si net einfach liesbar.',
'texte_compacter_script_css' => 'SPIP ka Javascript oder CSS Style-Sheets kompriméieren an als statesch Dokumenter späicheren; da ginn dSäite vum Site méi séier gewisen.',
'texte_compresseur_page' => 'SPIP kann automatesch all Säit kompriméieren déi gewise gëtt. Dës Astellung erlaabt Bandbreet ze spueren (d.h. de Site ass mat enger lueser Leitung méi séier), mais dat verlaangt méi Leeschtung vum Server.',
'titre_compacter_script_css' => 'Skripten an CSS kompriméieren',
'titre_compresser_flux_http' => 'HTML kompriméieren'
);
?>