MozTW 討論區

各項 Mozilla 相關軟體與技術討論
現在的時間是 2024-04-26, 09:41

所有顯示的時間為 UTC + 8 小時





發表新文章 回覆主題  [ 7 篇文章 ] 
發表人 內容
文章發表於 : 2006-11-20, 10:08 
離線
頭像

註冊時間: 2005-10-14, 00:24
文章: 54
來自: 中華民國
BBcode遲遲不更新,
換裝2.0版後只好用BBcodeXtra
討厭的問題出現了…選單變成簡體中文。
(為什麼常常有套件出現這種情況?明明是用繁中的Firefox啊)
請問各位大大有什麼辦法
能改成繁體中文?或是英文也成…

謝謝


回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.0; zh-TW; rv:1.8.1) Gecko/20061010 Firefox/2.0
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2006-11-20, 17:57 
離線
頭像

註冊時間: 2005-01-06, 18:58
文章: 447
個人遇到這種情形通常會直接把簡中語系砍掉……
把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)


回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.8.1) Gecko/20061025 BonEcho/2.0 (pigfoot)
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2006-11-23, 08:13 
離線
頭像

註冊時間: 2004-11-16, 10:32
文章: 118
來自: Chonghe City,Taiwan.
Velociraptor 寫:
把xpi檔解壓縮

(恕中略)

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



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

_________________
邪惡藍的天空


回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.8.1) Gecko/20061010 Firefox/2.0
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2006-11-23, 08:41 
離線
[MozTW 版主群]

註冊時間: 2006-03-07, 13:35
文章: 245
來自: 豐原市
aaronwang 寫:

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


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


回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.0; zh-TW; rv:1.8.1) Gecko/20061010 Firefox/2.0
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2006-12-08, 00:01 
離線
[網站管理員]
頭像

註冊時間: 2006-11-22, 16:07
文章: 560
修改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 "上次使用的顔色:">


回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2006-12-08, 00:28 
離線
頭像

註冊時間: 2005-01-06, 18:58
文章: 447
把樓上的大作直接包進套件裡了
不介意吧…… :D


附加檔案:
bbcodextra_zht.xpi [58.28 KiB]
被下載 509 次
回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.8.1) Gecko/20061013 BonEcho/2.0 (ayakawa O2-GLT-SSE2-PGU)
 個人資料  
引用回覆  
 文章主題 :
文章發表於 : 2006-12-08, 00:45 
離線
[網站管理員]
頭像

註冊時間: 2006-11-22, 16:07
文章: 560
修改語系檔應該是最簡單的一種修改,
技術性幾乎=0, 我是用M$ Word轉的XDD"


回頂端
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
 個人資料  
引用回覆  
顯示文章 :  排序  
發表新文章 回覆主題  [ 7 篇文章 ] 

所有顯示的時間為 UTC + 8 小時


誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 59 位訪客


不能 在這個版面發表主題
不能 在這個版面回覆主題
不能 在這個版面編輯您的文章
不能 在這個版面刪除您的文章
不能 在這個版面上傳附加檔案

搜尋:
前往 :  
Powered by phpBB® Forum Software © phpBB Group
正體中文語系由 竹貓星球 維護製作
© moztw.org, Mozilla Foundation
MozTW,Mozilla 台灣社群