Changeset 302
- Timestamp:
- 08/30/05 20:18:19 (8 years ago)
- Location:
- trunk/plugins/ImageManager
- Files:
-
- 2 modified
-
assets/popup.js (modified) (1 diff)
-
lang/fr.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ImageManager/assets/popup.js
r256 r302 15 15 16 16 function __dlg_translate(context) { 17 var types = ["span", "option", "td", " button", "div", "label", "a","img", "legend"];17 var types = ["span", "option", "td", "th", "button", "div", "label", "a","img", "legend"]; 18 18 for (var type = 0; type < types.length; ++type) { 19 19 var spans = document.getElementsByTagName(types[type]); -
trunk/plugins/ImageManager/lang/fr.js
r255 r302 10 10 "Edit": "Editer", 11 11 "Image File": "Fichier", 12 //"Upload": "Télécharger",12 "Upload": "Télécharger", 13 13 "Width": "Largeur", 14 14 "Height": "Hauteur", … … 58 58 "GIF format is not supported, image editing not supported.": "Format GIF non supporté, édition d'image non supportée", 59 59 "No Image Available": "Aucune image disponible", 60 "No Image selected.": "Aucune image sélectionnée." 60 "No Image selected.": "Aucune image sélectionnée.", 61 "Color:": "Couleur", 62 "Align:": "Alignement", 63 "Margin:": "Marge", 64 "Padding:": "Espacement", 65 "Border:": "Bordure" 61 66 }
