add missing locales for RIS/Refer import dialog
This commit is contained in:
parent
50cf63f5db
commit
cf7359854d
2 changed files with 7 additions and 0 deletions
|
@ -401,6 +401,10 @@ ingester.scrapeErrorDescription = An error occurred while saving this item. Chec
|
|||
ingester.scrapeErrorDescription.linkText = Known Translator Issues
|
||||
ingester.scrapeErrorDescription.previousError = The saving process failed due to a previous Zotero error.
|
||||
|
||||
ingester.importReferRISDialog.title = Zotero Refer/RIS Import
|
||||
ingester.importReferRISDialog.text = Do you want to import items from "%1$S" into Zotero?\n\nYou can disable automatic RIS/Refer import in the Zotero preferences.
|
||||
ingester.importReferRISDialog.checkMsg = Always allow for this site
|
||||
|
||||
db.dbCorrupted = The Zotero database '%S' appears to have become corrupted.
|
||||
db.dbCorrupted.restart = Please restart Firefox to attempt an automatic restore from the last backup.
|
||||
db.dbCorruptedNoBackup = The Zotero database '%S' appears to have become corrupted, and no automatic backup is available.\n\nA new database file has been created. The damaged file was saved in your Zotero directory.
|
||||
|
|
|
@ -150,3 +150,6 @@ pref("extensions.zotero.purge.tags", false);
|
|||
|
||||
// Zotero pane persistent data
|
||||
pref("extensions.zotero.pane.persist", '');
|
||||
|
||||
// Domains allowed to import, separated by a semicolon
|
||||
pref("extensions.zotero.ingester.allowedSites", "");
|
Loading…
Reference in a new issue