mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
17 lines
329 B
PHP
17 lines
329 B
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
//
|
|
// spip-core
|
|
//
|
|
'accueil_site' => 'Accueil',
|
|
// H
|
|
'habillage_par' => 'Déguisé avec ',
|
|
// L
|
|
'lire_la_suite' => 'Lire la suite →',
|
|
// P
|
|
'publie_le' => 'Publié le',
|
|
'propulse_par' => 'Catapulté par ',
|
|
); |