-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
b10644f
commit 97e50bf
Showing
4 changed files
with
161 additions
and
1 deletion.
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
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,7 +1,12 @@ | ||
extensions.{A1B40EBE-CFA1-5353-8C69-9B76E30B8788}.description=Export your extensions! | ||
save.title=Save %1 | ||
save.all_title=Save All %1 Add-ons | ||
alert.badid=Please visit the Extensions list before exporting! | ||
alert.nodefault=The Default theme can not be exported! | ||
alert.nolocation=Unable to find location for %1! | ||
alert.failure=Unable to export %1 to %2! | ||
alert.success=%1 has been exported to %2! | ||
alert.all_none=No Add-ons can be exported! | ||
alert.all_success=%1 Add-ons have been exported to %2! | ||
alert.all_problem=%1 Add-ons have been exported to %2!\n%3 Add-ons could not be exported! | ||
alert.all_failure=%1 Add-ons could not be exported to %2! |
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,3 +1,4 @@ | ||
<!ENTITY export.label "Export"> | ||
<!ENTITY export.accesskey "x"> | ||
<!ENTITY export.tooltiptext "Export this add-on as an XPI file"> | ||
<!ENTITY export.menuitem "Export All Add-ons..."> |