19 lines
514 B
PHP
19 lines
514 B
PHP
<?php
|
|
|
|
// Ceci est un fichier langue de SPIP -- This is a SPIP language file
|
|
// Module: public
|
|
// Langue: fr
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
'archives' => 'Archives',
|
|
'articles_rubrique' => 'In the category',
|
|
'articles_auteur' => 'Posts by this author',
|
|
'articles' => 'Posts',
|
|
'categories' => 'Categories',
|
|
'contenu_rubrique' => 'Posts in this category',
|
|
'derniers_articles' => 'Last posts',
|
|
'voir_derniers_articles' => 'Show all posts from ',
|
|
);
|
|
?>
|