You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/mediaspip_init?lang_cible=en
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// E
|
|
'entree_powered_mediaspip' => 'Powered by<a href="http://www.mediaspip.net" > MediaSPIP</a> itself based on<a href="http://www.spip.net"> SPIP</a>', # MODIF
|
|
|
|
// M
|
|
'menu_lateral' => 'Navigation menu',
|
|
'menu_pied' => 'Footer menu',
|
|
'menu_principal' => 'Main menu',
|
|
|
|
// N
|
|
'notif_texte_bonjour' => 'Hello @nom@',
|
|
'notif_texte_compte_cree' => 'your account was automatically created on "@nouveau_site@" with the same username and email as on "@site_maitre@".',
|
|
'notif_texte_compte_pass' => 'You must reset the password of the account to make it operational, you only have to renew it via the link "Forgotten password" in the authentication form.',
|
|
'notif_titre_recuperation_compte' => '[@nom_site_spip@] Your account has been created',
|
|
|
|
// T
|
|
'titre_rubrique_actus' => 'News',
|
|
'titre_rubrique_editos' => 'Editorials',
|
|
'titre_rubrique_mag' => 'Magazine',
|
|
'titre_rubrique_medias' => 'Media',
|
|
'titre_rubrique_sites' => 'Sites'
|
|
);
|