comparison src/languages/fr.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c4fc447baea
1
2 // add locale:'fr', to your config options.
3
4 (function () {
5 'use strict';
6
7 sceditor.locale['fr-FR'] = {
8 'Bold': 'Gras',
9 'Italic': 'Italique',
10 'Underline': 'Souligné',
11 'Strikethrough': 'Barré',
12 'Subscript': 'Indice',
13 'Superscript': 'Exposant',
14 'Align left': 'Aligner à gauche',
15 'Center': 'Centrer',
16 'Align right': 'Aligner à droite',
17 'Justify': 'Justifier',
18 'Font Name': 'Police',
19 'Font Size': 'Taille de police',
20 'Font Color': 'Couleur de police',
21 'Remove Formatting': 'Enlever le formatage',
22 'Cut': 'Couper',
23 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Votre navigateur n\'autorise pas la commande \'Couper\'. Merci d\'utiliser le raccourcis clavier Ctrl/Cmd+X',
24 'Copy': 'Copier',
25 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Votre navigateur n\'autorise pas la commande \'Copier\'. Merci d\'utiliser le raccourcis clavier Ctrl/Cmd+C',
26 'Paste': 'Coller',
27 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Votre navigateur n\'autorise pas la commande \'Coller\'. Merci d\'utiliser le raccourcis clavier Ctrl/Cmd+V',
28 'Paste your text inside the following box:': 'Collez votre texte à l\'intérieur de ce bloc',
29 'Paste Text': 'Texte collé',
30 'Bullet list': 'Liste à puce',
31 'Numbered list': 'Liste numérotée',
32 'Undo': 'Annuler',
33 'Redo': 'Rétablir',
34 'Rows:': 'Lignes',
35 'Cols:': 'Colonnes',
36 'Insert a table': 'Insérer un tableau',
37 'Insert a horizontal rule': 'Insérer une ligne horizontale',
38 'Code': 'Code',
39 'Insert a Quote': 'Insérer une citation',
40 'Width (optional):': 'Largeur (Optionnelle)',
41 'Height (optional):': 'Hauteur (Optionnelle)',
42 'Insert an image': 'Insérer une image',
43 'E-mail:': 'Courriel',
44 'Insert an email': 'Insérer un courriel',
45 'URL:': 'URL',
46 'Insert a link': 'Insérer un lien',
47 'Unlink': 'Supprimer un lien',
48 'More': 'Plus',
49 'Insert an emoticon': 'Insérer une émoticône',
50 'Video URL:': 'URL Vidéo',
51 'Insert': 'Insérer',
52 'Insert a YouTube video': 'Insérer une vidéo YouTube',
53 'Insert current date': 'Insérer la date actuelle',
54 'Insert current time': 'Insérer l\'heure actuelle',
55 'Print': 'Imprimer',
56 'View source': 'Afficher le texte brut',
57 'Description (optional):': 'Description (Optionnelle)',
58 'Enter the image URL:': 'Entrez l\'URL de l\'image:',
59 'Enter the e-mail address:': 'Entrez le courriel:',
60 'Enter the displayed text:': 'Entrez le texte affiché:',
61 'Enter URL:': 'Entrez une URL:',
62 'Enter the YouTube video URL or ID:': 'Entrez l\'URL ou l\'ID de la vidéo YouTube:',
63 'Invalid YouTube video': 'Vidéo YouTube invalide',
64 'Right-to-Left': 'De droite à gauche',
65 'Left-to-Right': 'De gauche à droite',
66
67 dateFormat: 'day/month/year'
68 };
69 sceditor.locale['fr'] = sceditor.locale['fr-FR'];
70 })();