Last change
on this file since 59285 was
59285,
checked in by serge.markitanenko@…, 9 years ago
|
langues (paquet-compresseur)
|
File size:
698 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de http://trad.spip.org/tradlang_module/paquet-compresseur?lang_cible=ru |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // C |
---|
11 | 'compresseur_description' => 'Сжимает css и javascript файлы для уменьшения времени загрузки. Используется как на основном сайте, так и в его администраторской части <code>ecrire/</code> ', |
---|
12 | 'compresseur_slogan' => 'Плагин для сжатия CSS и Javascript файлов' |
---|
13 | ); |
---|
14 | |
---|
15 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.