diff --git a/chrome/locale/en-US/zotero/connector.json b/chrome/locale/en-US/zotero/connector.json index 974f2e1843..c87c6e7346 100644 --- a/chrome/locale/en-US/zotero/connector.json +++ b/chrome/locale/en-US/zotero/connector.json @@ -67,6 +67,13 @@ "message": "latest version" }, + "extensionIsDisabled": { + "message": "$1 is disabled" + }, + "extensionIsDisabled_extensionPage": { + "message": "$1 is disabled on extension pages" + }, + "appConnector": { "message": "$1 Connector" }, @@ -159,5 +166,18 @@ }, "integration_googleDocs_orphanedCitations_disclaimer": { "message": "These citations have become unlinked from $1. You will need to relink them before they will update or appear in your bibliography." + }, + + "copyUnproxiedLink": { + "message": "Copy Unproxied Link" + }, + "copyUnproxiedPageURL": { + "message": "Copy Unproxied Page URL" + }, + "reloadViaProxy": { + "message": "Reload via Proxy" + }, + "reloadVia": { + "message": "Reload via $1" } -} +} \ No newline at end of file