connector.json (2410B)
1 { 2 "general_saveTo": { 3 "message": "Save to $1" 4 }, 5 "general_more": { 6 "message": "Moreā¦" 7 }, 8 "general_done": { 9 "message": "Done" 10 }, 11 "general_tryAgain": { 12 "message": "Try Again" 13 }, 14 "general_cancel": { 15 "message": "Cancel" 16 }, 17 18 "progressWindow_savingTo": { 19 "message": "Saving to" 20 }, 21 "progressWindow_tagPlaceholder": { 22 "message": "Tags (separated by commas)" 23 }, 24 "progressWindow_error_translation": { 25 "message": "An error occurred while saving this item. See $1 for more information." 26 }, 27 "progressWindow_error_troubleshootingTranslatorIssues": { 28 "message": "Troubleshooting Translator Issues" 29 }, 30 "progressWindow_error_fallback": { 31 "message": "An error occurred saving with $1. Attempting to save using $2 instead.", 32 "description": "The placeholders will contain the names of Zotero translators (e.g., JSTOR or Embedded Metadata)." 33 }, 34 "progressWindow_error_upgradeClient": { 35 "message": "This feature is not supported by your version of $1. Please upgrade to the $2.", 36 "description": "$2 will be a link with the localized text 'latest version'." 37 }, 38 "progressWindow_error_upgradeClient_latestVersion": { 39 "message": "latest version" 40 }, 41 42 "appConnector": { 43 "message": "$1 Connector" 44 }, 45 "upgradeApp": { 46 "message": "Upgrade $1" 47 }, 48 49 "error_connection_isAppRunning": { 50 "message": "Is $1 Running?" 51 }, 52 "error_connection_save": { 53 "message": "The $1 was unable to communicate with the $2 desktop application. The Connector can save some pages directly to your $3 account, but for best results you should make sure $2 is open before attempting to save.", 54 "description": "$1 will contain the localized string 'Zotero Connector'. $2 will contain the app name. $3 will contain the domain name." 55 }, 56 "error_connection_downloadOrTroubleshoot": { 57 "message": "You can <a href=\"$1\">download $2</a> or <a href=\"$3\">troubleshoot the connection</a> if necessary." 58 }, 59 "error_connection_enableSavingToOnlineLibrary": { 60 "message": "Enable Saving to Online Library" 61 }, 62 63 "integration_error_clientUpgrade": { 64 "message": "Web-based citing requires $1 or later." 65 }, 66 "integration_error_connection": { 67 "message": "The $1 was unable to communicate with the $2 desktop application. $2 must be open to use web-based citing.", 68 "description": "$1 will be the localized string for the extension (e.g., Zotero Connector). $2 will be the app name (e.g., Zotero)." 69 } 70 }