spip_nursit/plugins/dist/squelettes/spipr-blog/lang/public_en.php

20 lines
514 B
PHP
Raw Normal View History

2023-06-01 15:30:12 +00:00
<?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 ',
);
?>