From cf7359854de763ba09c93195ee7bd2cffc7d74fe Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 12 Feb 2011 19:31:51 +0000 Subject: [PATCH] add missing locales for RIS/Refer import dialog --- chrome/locale/en-US/zotero/zotero.properties | 4 ++++ defaults/preferences/zotero.js | 3 +++ 2 files changed, 7 insertions(+) diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index a97c8f2d52..dd1f139adb 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -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. diff --git a/defaults/preferences/zotero.js b/defaults/preferences/zotero.js index 106dcad450..37eb4b1dbe 100644 --- a/defaults/preferences/zotero.js +++ b/defaults/preferences/zotero.js @@ -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", ""); \ No newline at end of file