65 lines
1.2 KiB
PHP
65 lines
1.2 KiB
PHP
|
<?php
|
||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
|
// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/_stable_/acces_restreint/lang/
|
||
|
if (!defined("_ECRIRE_INC_VERSION")) return;
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// A
|
||
|
'articles_populaires' => 'Popular posts',
|
||
|
'articles_rubrique' => 'Posts Under Category',
|
||
|
// B
|
||
|
'bouton_radio_modere_priori' => 'Pre-moderation',
|
||
|
|
||
|
// C
|
||
|
'commentaires' => 'Comments',
|
||
|
'commentaires_recents' => 'Recent comments',
|
||
|
|
||
|
// D
|
||
|
'date_forum' => '@date@, @heure@',
|
||
|
|
||
|
//E
|
||
|
|
||
|
//F
|
||
|
'form_pet_message_commentaire' => 'Any message or comment?',
|
||
|
'forum_lien_hyper' => 'Hyperlink',
|
||
|
'forum_qui_etes_vous' => 'Who are you?',
|
||
|
'forum_votre_nom' => 'Your name',
|
||
|
'forum_votre_email' => 'Your email address',
|
||
|
|
||
|
// I
|
||
|
|
||
|
// L
|
||
|
'liens' => 'Links',
|
||
|
'login_login2' => 'Login',
|
||
|
'login_pass2' => 'Password',
|
||
|
|
||
|
// M
|
||
|
'meme_rubrique' => 'Same section',
|
||
|
|
||
|
//O
|
||
|
'optionnel' => 'optional',
|
||
|
|
||
|
// P
|
||
|
'pages' => 'Pages',
|
||
|
'par' => 'by',
|
||
|
'partager' => 'Share it',
|
||
|
'petition' => 'Petition',
|
||
|
|
||
|
// R
|
||
|
|
||
|
// S
|
||
|
'sites' => 'Websites',
|
||
|
'suivre_site' => 'Follow my website',
|
||
|
'sur' => 'on',
|
||
|
|
||
|
// T
|
||
|
'texte_message' => 'Your message'
|
||
|
|
||
|
// V
|
||
|
|
||
|
// Z
|
||
|
);
|
||
|
|
||
|
?>
|