commit ff2e8c90479b5556a65e77adc2d0f9fa3ffcff66
parent 029c9fc251d891576c2cdccc14d2bc1bb5979608
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 11 Apr 2018 15:11:23 -0400
Add localizable strings from connector
Diffstat:
1 file changed, 36 insertions(+), 0 deletions(-)
diff --git a/chrome/locale/en-US/zotero/connector.json b/chrome/locale/en-US/zotero/connector.json
@@ -0,0 +1,35 @@
+{
+ "general_saveTo": {
+ "message": "Save to $1"
+ },
+ "general_more": {
+ "message": "Moreā¦"
+ },
+ "general_done": {
+ "message": "Done"
+ },
+
+ "progressWindow_savingTo": {
+ "message": "Saving to"
+ },
+ "progressWindow_tagPlaceholder": {
+ "message": "Tags (separated by commas)"
+ },
+ "progressWindow_error_translation": {
+ "message": "An error occurred while saving this item. See $1 for more information."
+ },
+ "progressWindow_error_troubleshootingTranslatorIssues": {
+ "message": "Troubleshooting Translator Issues"
+ },
+ "progressWindow_error_fallback": {
+ "message": "An error occurred saving with $1. Attempting to save using $2 instead.",
+ "description": "The placeholders will contain the names of Zotero translators (e.g., JSTOR or Embedded Metadata)."
+ },
+ "progressWindow_error_upgradeClient": {
+ "message": "This feature is not supported by your version of $1. Please upgrade to the $2.",
+ "description": "$2 will be a link with the localized text 'latest version'."
+ },
+ "progressWindow_error_upgradeClient_latestVersion": {
+ "message": "latest version"
+ }
+}
+\ No newline at end of file