You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/messages.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@
29
29
"general_continue": {
30
30
"message": "Continue"
31
31
},
32
+
"general_continueAnyway": {
33
+
"message": "Continue Anyway"
34
+
},
32
35
"general_dontWarnAgain": {
33
36
"message": "Don't Warn Again"
34
37
},
@@ -272,5 +275,15 @@
272
275
},
273
276
"reloadVia": {
274
277
"message": "Reload via $1"
278
+
},
279
+
280
+
"permissions_siteAccess_title": {
281
+
"message": "Site Access Permissions Required"
282
+
},
283
+
"permissions_siteAccess_openPreferences": {
284
+
"message": "Open Extension Preferences"
285
+
},
286
+
"permissions_siteAccess_message": {
287
+
"message": "<p>Zotero Connector requires permission to run on all websites to function properly.</p><p>To enable this, change the \"Site Access\" setting to \"On all sites\" in the Extension Preferences page.</p>"
0 commit comments