55 lines
1.9 KiB
PHP
55 lines
1.9 KiB
PHP
<?php
|
||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
|
||
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
return;
|
||
}
|
||
|
||
|
||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
||
// A
|
||
'ajouter_lien_chapitre' => 'Ajouter ce chapitre',
|
||
|
||
// C
|
||
'champ_debut_explication' => 'dans le json = start_timestamp',
|
||
'champ_debut_label' => 'debut',
|
||
'champ_fin_explication' => 'dans le json = end_timestamp',
|
||
'champ_fin_label' => 'fin',
|
||
'champ_nom_identifiant_explication' => 'dans le json = short_chapter_name',
|
||
'champ_nom_identifiant_label' => 'nom identifiant',
|
||
'champ_sujet_principal_explication' => 'par défaut non = 0',
|
||
'champ_sujet_principal_label' => 'sujet principal',
|
||
'champ_titre_explication' => 'dans le json = chapter_title',
|
||
'champ_titre_label' => 'titre',
|
||
'confirmer_supprimer_chapitre' => 'Confirmez-vous la suppression de ce chapitre ?',
|
||
|
||
// I
|
||
'icone_creer_chapitre' => 'Créer un chapitre',
|
||
'icone_modifier_chapitre' => 'Modifier ce chapitre',
|
||
'info_1_chapitre' => 'Un chapitre',
|
||
'info_aucun_chapitre' => 'Aucun chapitre',
|
||
'info_chapitres_auteur' => 'Les chapitres de cet auteur',
|
||
'info_nb_chapitres' => '@nb@ chapitres',
|
||
|
||
// R
|
||
'retirer_lien_chapitre' => 'Retirer ce chapitre',
|
||
'retirer_tous_liens_chapitres' => 'Retirer tous les chapitres',
|
||
|
||
// S
|
||
'supprimer_chapitre' => 'Supprimer ce chapitre',
|
||
|
||
// T
|
||
'texte_ajouter_chapitre' => 'Ajouter un chapitre',
|
||
'texte_changer_statut_chapitre' => 'Ce chapitre est :',
|
||
'texte_creer_associer_chapitre' => 'Créer et associer un chapitre',
|
||
'texte_definir_comme_traduction_chapitre' => 'Ce chapitre est une traduction du chapitre numéro :',
|
||
'titre_chapitre' => 'Chapitre',
|
||
'titre_chapitres' => 'Chapitres',
|
||
'titre_chapitres_rubrique' => 'Chapitres de la rubrique',
|
||
'titre_langue_chapitre' => 'Langue de ce chapitre',
|
||
'titre_logo_chapitre' => 'Logo de ce chapitre',
|
||
'titre_objets_lies_chapitre' => 'Liés à ce chapitre',
|
||
'titre_page_chapitres' => 'Les chapitres',
|
||
);
|