[PLUGINS] +crayons et enluminures
[ptitvelo/web/www.git] / www / plugins / enluminures_typographiques_v3 / lang / enlumtypo_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 if (!defined("_ECRIRE_INC_VERSION")) return;
4
5 $GLOBALS[$GLOBALS['idx_lang']] = array(
6
7 // Aide des boutons supplémentaires de la barre typo
8 'barre_intertitre2' => 'Turn into a {2{2nd-level subtitle}2}',
9 'barre_intertitre3' => 'Turn into a {3{3rd-level subtitle}3}',
10 'barre_miseenevidence' => '[*Emphasize*] the text',
11 'barre_miseenevidence2' => '[**Emphasize*] the text(2nd colour)',
12
13 'barre_exposant' => 'Superscript',
14
15 'barre_indice' => 'Subscript',
16
17 'barre_petitescapitales' => 'Small caps',
18 'barre_centrer' => '[|Centre|] the paragraph',
19 'barre_alignerdroite' => '[/Right-align/] the paragraph',
20 'barre_alignergauche' => '[!left-align!] the paragraph',
21 'barre_encadrer' => '[(Place a border)] round the paragraph',
22
23 'barre_barre' => '&lt;del&gt;Strikethrough&lt;/del&gt;',
24
25 'barre_avances' => 'Meaning, not apparence!',
26 'barre_boutonsavances' => 'Extra justifications, use with caution!',
27 'barre_tableau' => 'Insert/modify (select it first) a table',
28
29 'barre_formatages_speciaux' => 'Special formats',
30 'barre_code' => 'Turn into &lt;code&gt;programming code&lt;/code&gt;',
31 'barre_cadre' => 'Put in a &lt;cadre&gt;text box&lt;/cadre&gt;',
32 'barre_poesie' => 'display as &lt;poesie&gt;poetry&lt;/poesie&gt;',
33
34 'cfg_puces' => 'Bullets',
35 'cfg_titraille' => 'Headings',
36 'cfg_insertcss' => 'Insert CSS',
37
38 'tableau_enregistrer' => 'Save',
39 'tableau_prem_ligne' => 'First row',
40 'tableau_resume' => 'Summary',
41 'tableau_titre' => 'Title'
42
43 );
44 ?>