-
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
8d8e496
commit 4f944c8
Showing
5 changed files
with
84 additions
and
34 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,12 +1,19 @@ | ||
#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)? | ||
delete.note = Are you sure you want to delete the note(s) of the item(s)? | ||
delete.item.and.attachment.sig = Are you sure you want to move the selected item including the attachment to the Trash? The linked attachment could not be restored. | ||
delete.item.and.attachment.mul = Are you sure you want to move the selected items including the attachments to the Trash? The linked attachments could not be restored. | ||
delete.collection.and.attachment = Are you sure you want to delete the selected collection including the attachments? The linked attachments could not be restored. | ||
delete.attachment.only.sig = Are you sure you want to delete the attachment of the item? The linked attachment could not be restored. | ||
delete.attachment.only.mul = Are you sure you want to delete the attachments of the items? The linked attachments could not be restored. | ||
delete.snapshot.sig = Are you sure you want to delete the snapshot of the item? | ||
delete.snapshot.mul = Are you sure you want to delete the snapshots of the items? | ||
delete.note.sig = Are you sure you want to delete the note of the item? | ||
delete.note.mul = Are you sure you want to delete the notes of the items? | ||
file.is.open = The file can not be deleted. Please close the file if you have opened it and try again. | ||
file.export.error = The file exporting error. Please close the file if you have opened it and try again. | ||
file.exported = attachment (s) was (were) exported to | ||
file.exported.sig = attachment was exported to | ||
file.exported.mul = attachments were exported to | ||
file.exp.path = Please choose the directory to store the files | ||
full.stop = . | ||
full.stop = . | ||
finished = Finished: | ||
operation.completed = Operation completed. |
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,12 +1,19 @@ | ||
#delitem.js | ||
|
||
delete.item.and.attachment = 您确定将所选条目包括附件移动到回收站? 链接的附件不可恢复。 | ||
delete.collection.and.attachment = 您确定将所选分类包括附件移动到回收站? 链接的附件不可恢复。 | ||
delete.attachment.only = 您确定将所选条目的附件移动到回收站? 链接的附件不可恢复。 | ||
delete.snapshot = 您确定将所选条目的快照移动到回收站? | ||
delete.note = 您确定将所选条目的笔记删除? | ||
file.is.open = 无法删除文件。如果文件已经打开,请关闭后重试。 | ||
file.export.error = 附件导出出错。如果文件已经打开,请关闭后重试。 | ||
file.exported = 个附件导出到 | ||
file.exp.path = 请选择导出附件存放的目录 | ||
full.stop = 。 | ||
delete.item.and.attachment.sig = 您确定将所选条目包括附件移动到回收站? 链接的附件不可恢复。 | ||
delete.item.and.attachment.mul = 您确定将所选条目包括附件移动到回收站? 链接的附件不可恢复。 | ||
delete.collection.and.attachment = 您确定将所选分类包括附件移动到回收站? 链接的附件不可恢复。 | ||
delete.attachment.only.sig = 您确定将所选条目的附件移动到回收站? 链接的附件不可恢复。 | ||
delete.attachment.only.mul = 您确定将所选条目的附件移动到回收站? 链接的附件不可恢复。 | ||
delete.snapshot.sig = 您确定将所选条目的快照移动到回收站? | ||
delete.snapshot.mul = 您确定将所选条目的快照移动到回收站? | ||
delete.note.sig = 您确定将所选条目的笔记删除? | ||
delete.note.mul = 您确定将所选条目的笔记删除? | ||
file.is.open = 无法删除文件。如果文件已经打开, 请关闭后重试。 | ||
file.export.error = 附件导出出错。如果文件已经打开, 请关闭后重试。 | ||
file.exported.sig = 个附件导出到 | ||
file.exported.mul = 个附件导出到 | ||
file.exp.path = 请选择导出附件存放的目录 | ||
full.stop = 。 | ||
finished = 完成: | ||
operation.completed = 操作完成。 |
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.13" | ||
em:version="0.0.14" | ||
em:type="2" | ||
em:creator="Minyi Han" | ||
em:description="Delete Item(s) With Attachment(s)" | ||
|
@@ -40,14 +40,14 @@ | |
<em:localized> | ||
<Description> | ||
<em:locale>en-US</em:locale> | ||
<em:name> delitem</em:name> | ||
<em:name> Delitem</em:name> | ||
<em:description>Delete Item(s) with Attachment(s).</em:description> | ||
</Description> | ||
</em:localized> | ||
<em:localized> | ||
<Description> | ||
<em:locale>zh-CN</em:locale> | ||
<em:name> delitem</em:name> | ||
<em:name> Delitem</em:name> | ||
<em:creator>Minyi Han</em:creator> | ||
<em:description>删除条目的同时删除附件</em:description> | ||
<em:homepageURL>https://github.com/redleafnew/delitemwithatt</em:homepageURL> | ||
|
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.13</em:version> | ||
<em:version>0.0.14</em:version> | ||
<em:targetApplication> | ||
<rdf:Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>5.0.0</em:minVersion> | ||
<em:maxVersion>6.*</em:maxVersion> | ||
<em:updateLink>https://github.com/redleafnew/delitemwithatt/releases/download/0.0.13/delitemwithatt.xpi</em:updateLink> | ||
<em:updateLink>https://github.com/redleafnew/delitemwithatt/releases/download/0.0.14/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>6.*</em:maxVersion> | ||
<em:updateLink>https://github.com/redleafnew/delitemwithatt/releases/download/0.0.13/delitemwithatt.xpi</em:updateLink> | ||
<em:updateLink>https://github.com/redleafnew/delitemwithatt/releases/download/0.0.14/delitemwithatt.xpi</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
|
||
|