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.
61 lines
2.1 KiB
61 lines
2.1 KiB
<?php |
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/inserer_modeles?lang_cible=en |
|
// ** ne pas modifier le fichier ** |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array( |
|
|
|
// B |
|
'bouton_choisir' => 'Select', |
|
'bouton_inserer' => 'Insert', |
|
|
|
// C |
|
'choisir_modele' => 'What do you want to add?', |
|
'choix_objets_editable' => 'Objects where you can propose the insertion of models.', |
|
'choix_objets_editable_explication' => 'Please select one or more objects on which you want the template insertion block to appear. Please note that in all cases, the penholder (typographic bar) will propose the templates.', |
|
|
|
// E |
|
'erreur_choix_modele' => 'You must choose a template.', |
|
'explication_alt' => 'If empty, the alternative text of the document will be used. |
|
', |
|
'explication_credits' => 'If empty, the document credits will be used.', |
|
'explication_descriptif' => 'If empty, the document description will be used. |
|
', |
|
'explication_titre' => 'If empty, the document title will be used.', |
|
|
|
// I |
|
'ignorer_modeles' => 'Do not offer the following templates', |
|
'item_center' => 'center', |
|
'item_left' => 'left', |
|
'item_right' => 'right', |
|
|
|
// L |
|
'label_alignement' => 'Alignment:', |
|
'label_alt' => 'Alternative text if the image is not visible', |
|
'label_credits' => 'Credits', |
|
'label_descriptif' => 'Description', |
|
'label_hauteur' => 'Max height (px)', |
|
'label_id_document' => 'Document number:', |
|
'label_largeur' => 'Max width (px)', |
|
'label_titre' => 'Title', |
|
|
|
// M |
|
'message_code_insere' => 'The tag has been inserted into the text.', |
|
'message_double_clic' => 'Double-click to insert the template in the text.', |
|
'message_inserer_code' => 'You can copy/paste the template code into your text. Double-click on the code to insert automatically into the text field.', |
|
|
|
// N |
|
'nom_media' => 'a document', |
|
|
|
// O |
|
'outil_inserer_modeles' => 'Insert a template', |
|
|
|
// T |
|
'titre_inserer' => 'Insert @modele@', |
|
'titre_inserer_modeles' => 'Insert a template', |
|
'titre_page_configurer_inserer_modeles' => 'Configure plugin ’Model Insertion’' # RELIRE |
|
);
|
|
|