Closed (fixed)
Project:
Link to content
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2006 at 06:17 UTC
Updated:
24 Oct 2006 at 15:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
vm commentedusing the locale.module you can create a french translation no ?
Comment #2
stborchertNo. not really, because I meant translation for the plugin window (which is pure javascript [tinymce]).
Comment #3
stborchertWell, I did not describe it clearly.
Task:
Add french translation (file: "fr.js") of the tinyMCE-plugin linktonode.
Translations are stored in [tinymce_plugin_path]/linktonode/langs.
The file should translate the following strings (taken from en.js):
Comment #4
rondev commentedMy translation.
I didn't manage to add special char in choose_category : '
'.
It should be choose_category : '
' but when displaying in the list control, that doesn't work.
Ronan
Comment #5
rondev commentedSorry, I didn't preview my post and comment delimiters remove some chars.
I meant
choose_category : '<!-- choisir une catégorie -->'should be the good words but the list control don't display it well. Then I wrotechoose_category : '<!-- choisir une categorie -->'Ronan
Comment #6
stborchertYeah, I did notice this before with german umlauts.
Perhaps I will find a solution, then I'll change it in fr.js.
Comment #7
stborchertThanks to rondev I could add the french translation to cvs: fr.js.