-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
content exportscrapbooktowiz chrome/content/ | ||
skin exportscrapbooktowiz classic/1.0 chrome/skin/ | ||
locale exportscrapbooktowiz en-US chrome/locale/en-US/ | ||
locale exportscrapbooktowiz zh-CN chrome/locale/zh-CN/ | ||
|
||
overlay chrome://scrapbook/content/tree.xul chrome://exportscrapbooktowiz/content/scrapbook-sidebar.xul |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<?xml-stylesheet href="chrome://global/skin/" type"text/css" ?> | ||
<!DOCTYPE page SYSTEM "chrome://exportscrapbooktowiz/locale/overlay.dtd"> | ||
<!DOCTYPE page SYSTEM "chrome://exportscrapbooktowiz/locale/sidebar.dtd"> | ||
|
||
<overlay id="exportscrapbooktowizSidebar" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | ||
<script src="scrapbook-sidebar.js"/> | ||
|
||
<menupopup id="sbPopupToolsMenu"> | ||
<menuitem id="sbPopupExportToWiz" label="导出到 Wiz" oncommand="ExportToWiz.export();" /> | ||
<menuitem id="sbPopupExportToWiz" label="&sidebar.exportToWiz;" oncommand="ExportToWiz.export();" /> | ||
</menupopup> | ||
</overlay> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
helloMessage=Hello World! | ||
helloMessageTitle=Hello | ||
prefMessage=Int Pref Value: %d | ||
extensions.exportscrapbooktowiz@ywzhaiqi.description=description | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!ENTITY sidebar.exportToWiz "Export To Wiz"> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!ENTITY sidebar.exportToWiz "导出到 Wiz"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters