www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit cf7359854de763ba09c93195ee7bd2cffc7d74fe
parent 50cf63f5dba40d2829b65c40c04876437ebc30fb
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 12 Feb 2011 19:31:51 +0000

add missing locales for RIS/Refer import dialog


Diffstat:
Mchrome/locale/en-US/zotero/zotero.properties | 4++++
Mdefaults/preferences/zotero.js | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git 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 @@ -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