Move "Rename Collection" and "Edit Saved Search" to Fluent
Without ellipses And remove unused "Edit Feed…", which is in zotero.dtd too
This commit is contained in:
parent
a4c09ed701
commit
f8108aca45
3 changed files with 8 additions and 5 deletions
|
@ -3409,7 +3409,8 @@ var ZoteroPane = new function()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adjust labels
|
// Adjust labels
|
||||||
m.editSelectedCollection.setAttribute('label', Zotero.getString('pane.collections.menu.rename.collection'));
|
document.l10n.setAttributes(m.editSelectedCollection, 'collections-menu-rename-collection');
|
||||||
|
|
||||||
m.deleteCollection.setAttribute('label', Zotero.getString('pane.collections.menu.delete.collection'));
|
m.deleteCollection.setAttribute('label', Zotero.getString('pane.collections.menu.delete.collection'));
|
||||||
m.deleteCollectionAndItems.setAttribute('label', Zotero.getString('pane.collections.menu.delete.collectionAndItems'));
|
m.deleteCollectionAndItems.setAttribute('label', Zotero.getString('pane.collections.menu.delete.collectionAndItems'));
|
||||||
m.exportCollection.setAttribute('label', Zotero.getString('pane.collections.menu.export.collection'));
|
m.exportCollection.setAttribute('label', Zotero.getString('pane.collections.menu.export.collection'));
|
||||||
|
@ -3467,7 +3468,7 @@ var ZoteroPane = new function()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adjust labels
|
// Adjust labels
|
||||||
m.editSelectedCollection.setAttribute('label', Zotero.getString('pane.collections.menu.edit.savedSearch'));
|
document.l10n.setAttributes(m.editSelectedCollection, 'collections-menu-modify-saved-search');
|
||||||
m.duplicate.setAttribute('label', Zotero.getString('pane.collections.menu.duplicate.savedSearch'));
|
m.duplicate.setAttribute('label', Zotero.getString('pane.collections.menu.duplicate.savedSearch'));
|
||||||
m.deleteCollection.setAttribute('label', Zotero.getString('pane.collections.menu.delete.savedSearch'));
|
m.deleteCollection.setAttribute('label', Zotero.getString('pane.collections.menu.delete.savedSearch'));
|
||||||
m.exportCollection.setAttribute('label', Zotero.getString('pane.collections.menu.export.savedSearch'));
|
m.exportCollection.setAttribute('label', Zotero.getString('pane.collections.menu.export.savedSearch'));
|
||||||
|
|
|
@ -44,6 +44,11 @@ zotero-tabs-menu-close-button =
|
||||||
toolbar-add-attachment =
|
toolbar-add-attachment =
|
||||||
.tooltiptext = { add-attachment }
|
.tooltiptext = { add-attachment }
|
||||||
|
|
||||||
|
collections-menu-rename-collection =
|
||||||
|
.label = Rename Collection
|
||||||
|
collections-menu-edit-saved-search =
|
||||||
|
.label = Edit Saved Search
|
||||||
|
|
||||||
item-creator-moveDown =
|
item-creator-moveDown =
|
||||||
.label = Move Down
|
.label = Move Down
|
||||||
item-creator-moveToTop =
|
item-creator-moveToTop =
|
||||||
|
|
|
@ -276,10 +276,7 @@ pane.collections.duplicate = Duplicate Items
|
||||||
pane.collections.removeLibrary = Remove Library
|
pane.collections.removeLibrary = Remove Library
|
||||||
pane.collections.removeLibrary.text = Are you sure you want to permanently remove “%S” from this computer?
|
pane.collections.removeLibrary.text = Are you sure you want to permanently remove “%S” from this computer?
|
||||||
|
|
||||||
pane.collections.menu.rename.collection = Rename Collection…
|
|
||||||
pane.collections.menu.duplicate.savedSearch = Duplicate Saved Search
|
pane.collections.menu.duplicate.savedSearch = Duplicate Saved Search
|
||||||
pane.collections.menu.edit.savedSearch = Edit Saved Search…
|
|
||||||
pane.collections.menu.edit.feed = Edit Feed…
|
|
||||||
pane.collections.menu.remove.library = Remove Library…
|
pane.collections.menu.remove.library = Remove Library…
|
||||||
pane.collections.menu.delete.collection = Delete Collection…
|
pane.collections.menu.delete.collection = Delete Collection…
|
||||||
pane.collections.menu.delete.collectionAndItems = Delete Collection and Items…
|
pane.collections.menu.delete.collectionAndItems = Delete Collection and Items…
|
||||||
|
|
Loading…
Reference in a new issue