45 lines
1.7 KiB
PHP
45 lines
1.7 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_aut_mod' => 'Ajouter ce modèle d\'autorisation',
|
||
|
||
// C
|
||
'champ_modele_label' => 'Modèle',
|
||
'champ_nom_label' => 'Nom',
|
||
'confirmer_supprimer_aut_mod' => 'Confirmez-vous la suppression de ce modèle d\'autorisation ?',
|
||
|
||
// I
|
||
'icone_creer_aut_mod' => 'Créer un modèle d\'autorsation',
|
||
'icone_modifier_aut_mod' => 'Modifier ce modèle d\'autorisation',
|
||
'info_1_aut_mod' => 'Un modèle d\'autorisation',
|
||
'info_aucun_aut_mod' => 'Aucun modèle d\'autorisation',
|
||
'info_aut_mods_auteur' => 'Les modèles d\'autorisation de cet auteur',
|
||
'info_nb_aut_mods' => '@nb@ de modèle d\'autorisation',
|
||
|
||
// R
|
||
'retirer_lien_aut_mod' => 'Retirer ce modèle d\'autorisation',
|
||
'retirer_tous_liens_aut_mods' => 'Retirer tous les modèles d\'autorisation',
|
||
|
||
// S
|
||
'supprimer_aut_mod' => 'Supprimer ce modèle d\'autorisation',
|
||
|
||
// T
|
||
'texte_ajouter_aut_mod' => 'Ajouter un modèle d\'autorisation',
|
||
'texte_changer_statut_aut_mod' => 'Ce modèle d\'autorisation est :',
|
||
'texte_creer_associer_aut_mod' => 'Créer et associer un modèle d\'autorisation',
|
||
'texte_definir_comme_traduction_aut_mod' => 'Ce modèle d\'autorisation est une traduction du modèle d\'autorisation numéro :',
|
||
'titre_aut_mod' => 'modèle d\'autorisations',
|
||
'titre_aut_mods' => 'Modèle d\'autorisations',
|
||
'titre_aut_mods_rubrique' => 'Modèle d\'autorisation de la rubrique',
|
||
'titre_langue_aut_mod' => 'Langue de ce modèle d\'autorisation',
|
||
'titre_logo_aut_mod' => 'Logo de ce modèle d\'autorisation',
|
||
'titre_objets_lies_aut_mod' => 'Liés à ce modèle d\'autorisation',
|
||
);
|