功能描述:把目前的頁面翻譯成法文
Français ← 用滑鼠把這個按鈕拉到上方書籤工具列
點選 → 加入書籤 → 儲存
javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){window.open('http://translate.google.com/translate_t?text='+t+'&hl=fr&langpair=auto|fr&tbb=1&ie='+e,"translate","width=600,height=600");}else{window.open('http://translate.google.com/translate?u='+escape(location.href)+'&hl=fr&langpair=auto|fr&tbb=1&ie='+e,"translate","width=600,height=600");};