-
Notifications
You must be signed in to change notification settings - Fork 11
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
ccf9781
commit f6cf24a
Showing
8 changed files
with
103 additions
and
12 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
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,7 @@ | ||
#delitem.js | ||
|
||
delete.item.and.attachment = Are you sure you want to move the selected item(s) including the attachment(s) to the Trash? The linked attachment(s) could not be restored. | ||
delete.collection.and.attachment = Are you sure you want to delete the selected collection including the attachments? The linked attachment(s) could not be restored. | ||
delete.attachment.only = Are you sure you want to delete the attachment(s) of the item(s)? The linked attachment(s) could not be restored. | ||
delete.snapshot = Are you sure you want to delete the snapshot(s) of the item(s)? | ||
file.is.open = The file can not be deleted. Please close the file if you have opened it and try again. |
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,5 +1,11 @@ | ||
<!-- 删除条目和附件 --> | ||
<!ENTITY zotero.delitem.delatt.label "Delete All Attachment(s) only"> | ||
<!ENTITY zotero.delitem.delitem.label "Delete Attachment(s) and Item(s)"> | ||
<!ENTITY zotero.delitem.delitems.label "Delete Collection with Attachments"> | ||
<!ENTITY zotero.delitem.delsnap.label "Delete Snapshot(s) only"> | ||
<!ENTITY zotero.delitem.namehandler.label "Delete Attachment(s)"> | ||
<!-- 设置语言 --> | ||
<!ENTITY zotero.chanlan-forempty.label "If the Language of Selected Item(s) Is Empty"> | ||
<!ENTITY zotero.chanlan-forsel.label "Set Language Field as en"> | ||
<!ENTITY zotero.chanlan.namehandler.label "Set Language as en"> | ||
<!ENTITY zotero.chanlan.Set.lan.to.en "Set Language Field of Selected Item(s) as en"> |
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,7 @@ | ||
#delitem.js | ||
|
||
delete.item.and.attachment = 您确定将所选条目包括附件移动到回收站? 链接的附件不可恢复。 | ||
delete.collection.and.attachment = 您确定将所选分类包括附件移动到回收站? 链接的附件不可恢复。 | ||
delete.attachment.only = 您确定将所选条目的附件移动到回收站? 链接的附件不可恢复。 | ||
delete.snapshot = 您确定将所选条目的快照移动到回收站? | ||
file.is.open = 无法删除文件。如果文件已经打开,请关闭后重试。 |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
RDF:about="urn:mozilla:install-manifest" | ||
em:id="[email protected]" | ||
em:name="Del Item With Att" | ||
em:version="0.0.8" | ||
em:version="0.0.9" | ||
em:type="2" | ||
em:creator="Minyi Han" | ||
em:description="Delete Item(s) With Attachment(s)" | ||
|
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 |
---|---|---|
|
@@ -6,13 +6,13 @@ | |
<rdf:Seq> | ||
<rdf:li> | ||
<rdf:Description> | ||
<em:version>0.0.8</em:version> | ||
<em:version>0.0.9</em:version> | ||
<em:targetApplication> | ||
<rdf:Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>5.0.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:updateLink>https://github.com/redleafnew/delitemwithatt/releases/download/0.0.8/delitemwithatt.xpi</em:updateLink> | ||
<em:updateLink>https://github.com/redleafnew/delitemwithatt/releases/download/0.0.9/delitemwithatt.xpi</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
|
||
|
@@ -21,7 +21,7 @@ | |
<em:id>[email protected]</em:id> | ||
<em:minVersion>4.999</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:updateLink>https://github.com/redleafnew/delitemwithatt/releases/download/0.0.8/delitemwithatt.xpi</em:updateLink> | ||
<em:updateLink>https://github.com/redleafnew/delitemwithatt/releases/download/0.0.9/delitemwithatt.xpi</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
|
||
|