From 5b17bd0a43abbb4d645ddcdd300b99a5ba8d2863 Mon Sep 17 00:00:00 2001
From: Elaborendum <71190696+Elaborendum@users.noreply.github.com>
Date: Sat, 27 Mar 2021 21:33:11 -0500
Subject: [PATCH] Update connector.json
---
chrome/locale/en-US/zotero/connector.json | 34 ++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
diff --git a/chrome/locale/en-US/zotero/connector.json b/chrome/locale/en-US/zotero/connector.json
index 15f322e18c..eada233d08 100644
--- a/chrome/locale/en-US/zotero/connector.json
+++ b/chrome/locale/en-US/zotero/connector.json
@@ -5,6 +5,9 @@
"general_more": {
"message": "More…"
},
+ "general_moreInfo": {
+ "message": "More Info…"
+ },
"general_done": {
"message": "Done"
},
@@ -20,6 +23,9 @@
"general_pleaseWait": {
"message": "Please wait…"
},
+ "general_copyToClipboard": {
+ "message": "Copy to Clipboard"
+ },
"progressWindow_savingTo": {
"message": "Saving to"
@@ -66,6 +72,19 @@
"message": "Enable Saving to Online Library"
},
+ "reports_report_submitted": {
+ "message": "Your error report has been submitted.\n\nReport ID: $1\n\nPlease post a message to the Zotero Forums with this Report ID, a description of the problem, and any steps necessary to reproduce it.\n\nError reports are not reviewed unless referred to in the forums."
+ },
+
+ "reports_debug_output_submitted": {
+ "message": "Your debug output has been submitted.\n\nThe Debug ID is $1."
+ },
+
+ "reports_submission_failed": {
+ "message": "An error occurred submitting your report.\n\n$1\n\nPlease check your internet connection. If the problem persists, post a message to the Zotero Forums.",
+ "description": "$1 will be the error message sent to the Zotero servers"
+ },
+
"integration_error_clientUpgrade": {
"message": "Web-based citing requires $1 or later."
},
@@ -88,5 +107,18 @@
},
"integration_googleDocs_docxAlert": {
"message": "$1 integration is not available when editing Microsoft Word .docx files directly in Google Docs. Choose File → Save as Google Docs to enable this functionality.
If you want to transfer a Word document with $1 citations to Google Docs, see Moving Documents Between Word Processors."
+ },
+
+ "integration_googleDocs_orphanedCitations_buttonTooltip": {
+ "message": "Show unlinked $1 citations"
+ },
+ "integration_googleDocs_orphanedCitations_alert": {
+ "message": "The citation you are trying to edit has become unlinked from $1."
+ },
+ "integration_googleDocs_orphanedCitations_alertButton": {
+ "message": "Relink Citation"
+ },
+ "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."
}
-}
\ No newline at end of file
+}