Changeset 311 for trunk/plugins
- Timestamp:
- 09/07/05 08:16:16 (14 years ago)
- Location:
- trunk/plugins/NoteServer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/NoteServer/lang/fr.js
r249 r311 10 10 11 11 { 12 "Insert GUIDO Music Notation" : "Insertion d'une partition musicale GUIDO", 13 "MIDIFile" : "Fichier MIDI", 14 "SourceCode" : "Code source : " 12 "Insert GUIDO Music Notation": "Insérer une partition musicale GUIDO", 13 "Guido code": "Code Guido", 14 "Options": "Options", 15 "Format": "Format", 16 "Image in applet": "Image dans une applet", 17 "Zoom": "Zoom", 18 "MIDI File": "Fichier MIDI", 19 "Image Preview": "Aperçu de l'image", 20 "Source Code": "Code source", 21 "Preview": "Aperçu ", 22 "Add MIDI link to allow students to hear the music": "Ajouter un lien MIDI pour permettre aux étudiants d'écouter la partition", 23 "Add GUIDO Code in a textbox on the page": "Ajouter le code source GUIDO dans un cadre" 15 24 }; -
trunk/plugins/NoteServer/note-server.js
r298 r311 175 175 } 176 176 177 if (param["f_affcode"]) string2 = string2 + this._lc("NoteServer") + ":" + param["f_code"] + "<br>"; 178 if (param["f_midi"]) string2 = string2 + "<a href=" + stringmidi + ">" + this._lc("NodeServer") + "</a> <br>"; 177 // To test code source in textarea 178 //if (param["f_affcode"]) string2 = string2 + HTMLArea._lc("Source Code","NoteServer") + " :" + '<br> <textarea cols=60 rows=10 style = "background: #FFFFE6">' + param["f_code"] + '</textarea> <br>'; 179 180 if (param["f_affcode"]) string2 = string2 + HTMLArea._lc("GUIDO Code","NoteServer") + " : " + param["f_code"] + "<br>"; 181 if (param["f_midi"]) string2 = string2 + "<a href=" + stringmidi + ">" + HTMLArea._lc("MIDI File","NoteServer") + "</a> <br>"; 179 182 180 183 editor.focusEditor();
Note: See TracChangeset
for help on using the changeset viewer.