123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?php
- // This is a SPIP language file -- Ceci est un fichier langue de SPIP
- // extrait automatiquement de http://trad.spip.net/tradlang_module/barreoutils?lang_cible=en
- // ** ne pas modifier le fichier **
- if (!defined('_ECRIRE_INC_VERSION')) return;
- $GLOBALS[$GLOBALS['idx_lang']] = array(
- // B
- 'barre_a_accent_grave' => 'Insert À',
- 'barre_adresse' => 'Address',
- 'barre_aide' => 'Use the typographic short cuts to refine your layout',
- 'barre_alignerdroite' => '[/Right align/] the paragraph',
- 'barre_ancres' => 'Anchors',
- 'barre_barre' => 'Strike through the text',
- 'barre_bulle' => 'Help bubble',
- 'barre_c_cedille_maj' => 'Insert Ç',
- 'barre_cadre' => 'Put in a <cadre>textarea</cadre>',
- 'barre_caracteres' => 'Special characters',
- 'barre_centrer' => '[|Center|] the paragraph',
- 'barre_chercher' => 'Search & Replace',
- 'barre_clean' => 'Clean the code of all HTML tags',
- 'barre_code' => 'Edit a <code>computer code</code>',
- 'barre_desindenter' => 'Unindent a line',
- 'barre_e_accent_aigu' => 'Insert É',
- 'barre_e_accent_grave' => 'Insert È',
- 'barre_ea' => 'Insert æ',
- 'barre_ea_maj' => 'Insert Æ',
- 'barre_encadrer' => '[(Frame)] the paragraph',
- 'barre_eo' => 'Insert œ',
- 'barre_eo_maj' => 'Insert Œ',
- 'barre_euro' => 'Insert the € symbol',
- 'barre_exposant' => 'Put the text in <sup>superscript</sup>',
- 'barre_formatages_speciaux' => 'Special formating',
- 'barre_galerie' => 'Open gallery',
- 'barre_gestion_anc_bulle' => 'Anchor help bubble',
- 'barre_gestion_anc_caption' => 'Anchors',
- 'barre_gestion_anc_cible' => 'Anchor target',
- 'barre_gestion_anc_inserer' => 'Convert to anchor',
- 'barre_gestion_anc_nom' => 'Anchor name',
- 'barre_gestion_anc_pointer' => 'Point to an anchor',
- 'barre_gestion_caption' => 'Caption and Summary',
- 'barre_gestion_colonne' => 'No. of columns',
- 'barre_gestion_cr_casse' => 'Match case',
- 'barre_gestion_cr_changercasse' => 'Change case',
- 'barre_gestion_cr_changercassemajuscules' => 'Convert to upper case',
- 'barre_gestion_cr_changercasseminuscules' => 'Convert to lower case',
- 'barre_gestion_cr_chercher' => 'Search',
- 'barre_gestion_cr_entier' => 'Only complete words',
- 'barre_gestion_cr_remplacer' => 'Replace',
- 'barre_gestion_cr_tout' => 'Replace all',
- 'barre_gestion_entete' => 'Header',
- 'barre_gestion_ligne' => 'No. of lines',
- 'barre_gestion_taille' => 'Fixed size',
- 'barre_glossaire' => '[?Glossary] reference (Wikipedia)',
- 'barre_gras' => '{{Bold}}',
- 'barre_guillemets' => 'Place between «double quotes«',
- 'barre_guillemets_simples' => 'Place between “single quotes“',
- 'barre_indenter' => 'Indent a line',
- 'barre_inserer_cadre' => 'Insert a preformatted code (cadre)',
- 'barre_inserer_caracteres' => 'Insert special characters',
- 'barre_inserer_code' => 'Insert a computer code (code)',
- 'barre_intertitre' => 'Turn into a {{{subheading}}}',
- 'barre_italic' => '{Italic}',
- 'barre_langue' => 'Abbreviated lnguage',
- 'barre_lien' => 'Turn into a [hyperlink->http://...]',
- 'barre_lien_externe' => 'External link',
- 'barre_lien_input' => 'Please enter the target of your hyperlink (you may give an internet URL in the form http://www.mysite.com or else simply the number of an article on this site).',
- 'barre_liste_ol' => 'Set numbered list',
- 'barre_liste_ul' => 'Set list',
- 'barre_lorem_ipsum' => 'Insert a fake paragraph',
- 'barre_lorem_ipsum_3' => 'Insert three fake paragraphs',
- 'barre_miseenevidence' => '[*Highlight*] the text',
- 'barre_note' => 'Turn into a [[Footnote]]',
- 'barre_paragraphe' => 'Create a paragraph',
- 'barre_petitescapitales' => 'Put the text in <sc>small capitales</sc>',
- 'barre_poesie' => 'Edit as a <poesie>poetry</poesie>',
- 'barre_preview' => 'Preview mode',
- 'barre_quote' => '<quote>Quote a message</quote>',
- 'barre_stats' => 'Show text statistics',
- 'barre_tableau' => 'Insert/modify a table (select it first)',
- // C
- 'config_info_enregistree' => 'Configuration saved',
- // E
- 'editer' => 'Edit',
- 'explication_barre_outils_public' => 'CSS and Javascript Scripts for toolbars
- (Quill extension, Porte Plume) are loaded in the public site and
- provide toolbars in forums, public crayons or other plugins
- if their respective configurations allow it.',
- 'explication_barre_outils_public_2' => 'You can choose not to load these scripts to lighten public pages.
- Therefore, whatever configuration the forums, crayons or plugins have, no Quill toolbar will appear automatically in the public site.',
- // I
- 'info_barre_outils_public' => 'Public toolbars',
- 'info_porte_plume_titre' => 'Toolbars configuration',
- // L
- 'label_barre_outils_public_non' => 'Do not load the toolbars scripts in the public site',
- 'label_barre_outils_public_oui' => 'Load the toolbars scripts in the public site.',
- // V
- 'voir' => 'Preview'
- );
- ?>
|