16 lines
619 B
JavaScript
16 lines
619 B
JavaScript
// I18N constants
|
|
// LANG: "fr", ENCODING: UTF-8
|
|
{
|
|
"Insert GUIDO Music Notation": "Insérer une partition musicale GUIDO",
|
|
"Guido code": "Code Guido",
|
|
"Options": "Options",
|
|
"Format": "Format",
|
|
"Image in applet": "Image dans une applet",
|
|
"Zoom": "Zoom",
|
|
"MIDI File": "Fichier MIDI",
|
|
"Image Preview": "Aperçu de l'image",
|
|
"Source Code": "Code source",
|
|
"Preview": "Aperçu ",
|
|
"Add MIDI link to allow students to hear the music": "Ajouter un lien MIDI pour permettre aux étudiants d'écouter la partition",
|
|
"Add GUIDO Code in a textbox on the page": "Ajouter le code source GUIDO dans un cadre"
|
|
}; |