[PLUGINS] ~maj des plugins
[lhc/web/www.git] / www / plugins / enluminures_typographiques_v3 / lang / enlumtypo_en.php
index 5c1d65f..7a29343 100644 (file)
@@ -1,44 +1,44 @@
-<?php\r
-// This is a SPIP language file  --  Ceci est un fichier langue de SPIP\r
-if (!defined("_ECRIRE_INC_VERSION")) return;\r
-\r
-$GLOBALS[$GLOBALS['idx_lang']] = array(\r
-\r
-// Aide des boutons supplĂ©mentaires de la barre typo\r
-'barre_intertitre2' => 'Turn into a {2{2nd-level subtitle}2}',\r
-'barre_intertitre3' => 'Turn into a {3{3rd-level subtitle}3}',\r
-'barre_miseenevidence' => '[*Emphasize*] the text',\r
-'barre_miseenevidence2' => '[**Emphasize*] the text(2nd colour)',\r
-\r
-'barre_exposant' => 'Superscript',\r
-\r
-'barre_indice' => 'Subscript',\r
-\r
-'barre_petitescapitales' => 'Small caps',\r
-'barre_centrer' => '[|Centre|] the paragraph',\r
-'barre_alignerdroite' => '[/Right-align/] the paragraph',\r
-'barre_alignergauche' => '[!left-align!] the paragraph',\r
-'barre_encadrer' => '[(Place a border)] round the paragraph',\r
-\r
-'barre_barre' => '&lt;del&gt;Strikethrough&lt;/del&gt;',\r
-\r
-'barre_avances' => 'Meaning, not apparence!',\r
-'barre_boutonsavances' => 'Extra justifications, use with caution!',\r
-'barre_tableau' => 'Insert/modify (select it first) a table',\r
-\r
-'barre_formatages_speciaux' => 'Special formats',\r
-'barre_code' => 'Turn into &lt;code&gt;programming code&lt;/code&gt;',\r
-'barre_cadre' => 'Put in a &lt;cadre&gt;text box&lt;/cadre&gt;',\r
-'barre_poesie' => 'display as &lt;poesie&gt;poetry&lt;/poesie&gt;',\r
-\r
-'cfg_puces' => 'Bullets',\r
-'cfg_titraille' => 'Headings',\r
-'cfg_insertcss' => 'Insert CSS',\r
-\r
-'tableau_enregistrer' => 'Save',\r
-'tableau_prem_ligne' => 'First row',\r
-'tableau_resume' => 'Summary',\r
-'tableau_titre' => 'Title'\r
-\r
-);\r
-?>\r
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/enlumtypo?lang_cible=en
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // B
+       'barre_alignerdroite' => '[/Right-align/] the paragraph',
+       'barre_alignergauche' => '[!left-align!] the paragraph',
+       'barre_avances' => 'Meaning, not apparence!',
+       'barre_barre' => '&lt;del&gt;Strikethrough&lt;/del&gt;',
+       'barre_boutonsavances' => 'Extra justifications, use with caution!',
+       'barre_cadre' => 'Put in a &lt;cadre&gt;text box&lt;/cadre&gt;',
+       'barre_centrer' => '[|Centre|] the paragraph',
+       'barre_code' => 'Turn into &lt;code&gt;programming code&lt;/code&gt;',
+       'barre_encadrer' => '[(Place a border)] round the paragraph',
+       'barre_exposant' => 'Superscript',
+       'barre_formatages_speciaux' => 'Special formats',
+       'barre_indice' => 'Subscript',
+       'barre_intertitre2' => 'Turn into a {2{2nd-level subtitle}2}',
+       'barre_intertitre3' => 'Turn into a {3{3rd-level subtitle}3}',
+       'barre_miseenevidence' => '[*Emphasize*] the text',
+       'barre_miseenevidence2' => '[**Emphasize*] the text(2nd colour)',
+       'barre_petitescapitales' => 'Small caps',
+       'barre_poesie' => 'display as &lt;poesie&gt;poetry&lt;/poesie&gt;',
+       'barre_tableau' => 'Insert/modify (select it first) a table',
+
+       // C
+       'cfg_insertcss' => 'Insert CSS',
+       'cfg_puces' => 'Bullets',
+       'cfg_titraille' => 'Headings',
+       'configuration_typoenluminee' => 'Typographical Enlightments',
+
+       // T
+       'tableau_enregistrer' => 'Save',
+       'tableau_prem_ligne' => 'First row',
+       'tableau_resume' => 'Summary',
+       'tableau_titre' => 'Title'
+);
+
+?>