44 lines
1,022 B
PHP
44 lines
1,022 B
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/zpip?lang_cible=en
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// A
|
|
'accueil' => 'Home',
|
|
'adapte_de' => 'adapted from',
|
|
|
|
// C
|
|
'commentaire' => 'comment',
|
|
'commentaires' => 'comments',
|
|
'conception_graphique_par' => 'Graphic design (c)',
|
|
|
|
// D
|
|
'date_forum' => '@date@ at @heure@',
|
|
|
|
// I
|
|
'info_1_commentaire' => '1 comment',
|
|
'info_nb_commentaires' => '@nb@ comments',
|
|
|
|
// L
|
|
'lire_la_suite' => 'Read more',
|
|
'lire_la_suite_de' => ' of ',
|
|
|
|
// P
|
|
'pagination_next' => 'Next »',
|
|
'pagination_pages' => 'Pages',
|
|
'pagination_prev' => '« Previous',
|
|
'personaliser_nav' => 'Customize this menu',
|
|
|
|
// S
|
|
'sous_licence' => 'under License',
|
|
|
|
// Z
|
|
'zapl_loading' => 'Loading...',
|
|
'zapl_reload_off' => 'Click here if this page remains empty (or activate javascript in your browser)'
|
|
);
|
|
|
|
?>
|