MozTW 討論區
https://forum.moztw.org/

有什麼辦法能讓BBcodeXtra不要變成簡體中文?
https://forum.moztw.org/viewtopic.php?f=11&t=16532
1 頁 (共 1 頁)

發表人:  Prometheus [ 2006-11-20, 10:08 ]
文章主題 :  有什麼辦法能讓BBcodeXtra不要變成簡體中文?

BBcode遲遲不更新,
換裝2.0版後只好用BBcodeXtra
討厭的問題出現了…選單變成簡體中文。
(為什麼常常有套件出現這種情況?明明是用繁中的Firefox啊)
請問各位大大有什麼辦法
能改成繁體中文?或是英文也成…

謝謝

發表人:  Velociraptor [ 2006-11-20, 17:57 ]
文章主題 : 

個人遇到這種情形通常會直接把簡中語系砍掉……
把xpi檔解壓縮
用記事本修改 install.rdf,刪除裡面的
<em:locale>locale/zh-CN/bbcodextra/</em:locale>
同法刪除 chrome.manifest 裡面的
locale bbcodextra zh-CN jar:chrome/bbcodextra.jar!/locale/zh-CN/bbcodextra/

再解開 chrome 裡面的bbcodextra.jar
把local\zh-CN刪掉

之後把檔案照原樣壓回去就好了

(呃……為什麼步驟寫出來會變得這麼複雜啊OTZ)

發表人:  aaronwang [ 2006-11-23, 08:13 ]
文章主題 : 

Velociraptor 寫:
把xpi檔解壓縮

(恕中略)

之後把檔案照原樣壓回去就好了



請問如何把 .XPI 解壓縮與壓縮?

發表人:  55126 [ 2006-11-23, 08:41 ]
文章主題 : 

aaronwang 寫:

請問如何把 .XPI 解壓縮與壓縮?


XPI檔就是ZIP檔,將副檔名改一下就可以了,操作完記得將副檔名改回XPI。 :)

發表人:  shyangs [ 2006-12-08, 00:01 ]
文章主題 : 

修改bbcodextra.jar\locale\zh-CN\bbcodextra底下的bbcodextra.dtd
代碼:
<!ENTITY bbcodextra.clipboard "剪贴板">
<!ENTITY bbcodextra.accelClipboard "C">
<!ENTITY bbcodextra.accelColor "I">
<!ENTITY bbcodextra.options "eXtra">
<!ENTITY bbcodextra.accelOptions "X">
<!ENTITY bbcodextra.quote "引用文字">
<!ENTITY bbcodextra.code "程序代码">
<!ENTITY bbcodextra.list "列表">
<!ENTITY bbcodextra.listord "顺序列表">
<!ENTITY bbcodextra.listalf "字母列表">
<!ENTITY bbcodextra.img "插入图片">
<!ENTITY bbcodextra.urlselection "以所选内容为名的链接">
<!ENTITY bbcodextra.url "插入链接">
<!ENTITY bbcodextra.urlwithname "自定义链接名">
<!ENTITY bbcodextra.pickcolor "字体颜色">
<!ENTITY bbcodextra.fontdim "字体大小">
<!ENTITY bbcodextra.urlwizard "链接插入向导">
<!ENTITY bbcodextra.bold "粗体">
<!ENTITY bbcodextra.italic "斜体">
<!ENTITY bbcodextra.underline "下划线">
<!ENTITY bbcodextra.strike "删除线">
<!ENTITY bbcodextra.vbulthread "线程">
<!ENTITY bbcodextra.vbulpost "后缀">
<!ENTITY bbcodextra.vbulright "右对齐">
<!ENTITY bbcodextra.vbulleft "左对齐">
<!ENTITY bbcodextra.vbulcenter "居中">
<!ENTITY bbcodextra.vbulindent "缩进">
<!ENTITY bbcodextra.vbulhighlight "高亮">
<!ENTITY bbcodextra.vbulletin "VBulletin3">
<!ENTITY bbcodextra.accelVbulletin "V">
<!ENTITY bbcodextra.settings.title "BBCodeXtra 设置">
<!ENTITY bbcodextra.settings.enablebbcode "BBcode 菜单">
<!ENTITY bbcodextra.settings.enablebbcode.vbulletin "VBulletin 子菜单">
<!ENTITY bbcodextra.settings.enablehtml "HTML 菜单">
<!ENTITY bbcodextra.settings.enablexhtml "XHTML 菜单">
<!ENTITY bbcodextra.settingsmenu "BBCodeXtra 设置...">
<!ENTITY bbcodextra.settings.description "请选择要在快捷菜单显示的项目">
<!ENTITY bbcodextra.disablemenu "禁用此快捷菜单">
<!ENTITY bbcodextra.pickcolor.title "请选择一种颜色">
<!ENTITY bbcodextra.pickcolor.description "在颜色列表中选择字体颜色">
<!ENTITY bbcodextra.pickcolor.lastcolor "上次使用的颜色:">

改為
代碼:
<!ENTITY bbcodextra.clipboard "剪貼板">
<!ENTITY bbcodextra.accelClipboard "C">
<!ENTITY bbcodextra.accelColor "I">
<!ENTITY bbcodextra.options "eXtra">
<!ENTITY bbcodextra.accelOptions "X">
<!ENTITY bbcodextra.quote "引用文字">
<!ENTITY bbcodextra.code "程式碼">
<!ENTITY bbcodextra.list "列表">
<!ENTITY bbcodextra.listord "順序列表">
<!ENTITY bbcodextra.listalf "字母列表">
<!ENTITY bbcodextra.img "插入圖片">
<!ENTITY bbcodextra.urlselection "以所選內容爲名的鏈結">
<!ENTITY bbcodextra.url "插入鏈結">
<!ENTITY bbcodextra.urlwithname "自定義鏈結名">
<!ENTITY bbcodextra.pickcolor "字體顔色">
<!ENTITY bbcodextra.fontdim "字體大小">
<!ENTITY bbcodextra.urlwizard "鏈結插入向導">
<!ENTITY bbcodextra.bold "粗體">
<!ENTITY bbcodextra.italic "斜體">
<!ENTITY bbcodextra.underline "下劃線">
<!ENTITY bbcodextra.strike "刪除線">
<!ENTITY bbcodextra.vbulthread "線程">
<!ENTITY bbcodextra.vbulpost "尾碼">
<!ENTITY bbcodextra.vbulright "右對齊">
<!ENTITY bbcodextra.vbulleft "左對齊">
<!ENTITY bbcodextra.vbulcenter "居中">
<!ENTITY bbcodextra.vbulindent "縮進">
<!ENTITY bbcodextra.vbulhighlight "高亮">
<!ENTITY bbcodextra.vbulletin "VBulletin3">
<!ENTITY bbcodextra.accelVbulletin "V">
<!ENTITY bbcodextra.settings.title "BBCodeXtra 設置">
<!ENTITY bbcodextra.settings.enablebbcode "BBcode 功能表">
<!ENTITY bbcodextra.settings.enablebbcode.vbulletin "VBulletin 子功能表">
<!ENTITY bbcodextra.settings.enablehtml "HTML 功能表">
<!ENTITY bbcodextra.settings.enablexhtml "XHTML 功能表">
<!ENTITY bbcodextra.settingsmenu "BBCodeXtra 設置...">
<!ENTITY bbcodextra.settings.description "請選擇要在快顯功能表顯示的專案">
<!ENTITY bbcodextra.disablemenu "禁用此快顯功能表">
<!ENTITY bbcodextra.pickcolor.title "請選擇一種顔色">
<!ENTITY bbcodextra.pickcolor.description "在顔色列表中選擇字體顔色">
<!ENTITY bbcodextra.pickcolor.lastcolor "上次使用的顔色:">

發表人:  Velociraptor [ 2006-12-08, 00:28 ]
文章主題 : 

把樓上的大作直接包進套件裡了
不介意吧…… :D

附加檔案:
bbcodextra_zht.xpi [58.28 KiB]
被下載 598 次

發表人:  shyangs [ 2006-12-08, 00:45 ]
文章主題 : 

修改語系檔應該是最簡單的一種修改,
技術性幾乎=0, 我是用M$ Word轉的XDD"

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/