-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding option panel; Adding mirror site support; Adding Chinese localization;
- Loading branch information
Showing
18 changed files
with
332 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,3 +88,5 @@ build/ | |
builds/ | ||
.DS_Store | ||
package-lock.json | ||
|
||
.VSCodeCounter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
content zoteroscholarcitations chrome/content/ | ||
|
||
locale zoteroscholarcitations en-US chrome/locale/en-US/ | ||
locale zoteroscholarcitations ru-RU chrome/locale/ru-RU/ | ||
locale zoteroscholarcitations it-IT chrome/locale/it-IT/ | ||
locale zoteroscholarcitations zh-CN chrome/locale/zh-CN/ | ||
|
||
overlay chrome://zotero/content/zoteroPane.xul chrome://zoteroscholarcitations/content/overlay.xul |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
<!ENTITY zscc-preferences "ZSCC Preferences"> | ||
<!ENTITY zscc-prefpane "ZSCC Preferences"> | ||
<!ENTITY scholar-url-label "Scholar Mirror Site (BETA)"> | ||
<!ENTITY zscc-prefpane "ZSCC Preferences Panel"> | ||
|
||
<!ENTITY scholar-url-label "Google Scholar Mirror Site (BETA)"> | ||
<!ENTITY scholar-url-desc "The format should start with 'https://' and end with '/', e.g. https://scholar.google.com/. Leave this blank will use the official site."> | ||
<!ENTITY scholar-url-verify "Verify URL"> | ||
<!ENTITY scholar-url-verify "Verify URL and save"> | ||
|
||
<!ENTITY user-agent-label "User Agent"> | ||
<!ENTITY user-agent-desc "Set up a user agent for the built-in browser to reduce the chances of encountering reCAPTCHA. If you don't know what it is, leave it blank."> | ||
<!ENTITY user-agent-save "Save UA"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!ENTITY zotero.scholarcitations.update.label "Update citation(s)"> | ||
<!ENTITY zotero.scholarcitations.updateCol.label "Update citations"> | ||
<!ENTITY zotero.scholarcitations.updateCol.label "Update citations for collection"> | ||
<!ENTITY zotero.scholarcitations.updateAll.label "Update all citations"> | ||
<!ENTITY zotero.scholarcitations.options.label "ZSCC Preferences..."> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!ENTITY zscc-preferences "ZSCC设置"> | ||
<!ENTITY zscc-prefpane "ZSCC设置面板"> | ||
|
||
<!ENTITY scholar-url-label "谷歌学术镜像(BETA)"> | ||
<!ENTITY scholar-url-desc "URL的格式应该以'https://'开头并且以'/'结尾, 例如:“https://scholar.google.com/”. 此处留空则默认使用官方网站."> | ||
<!ENTITY scholar-url-verify "验证URL并保存"> | ||
|
||
<!ENTITY user-agent-label "设置浏览器UA"> | ||
<!ENTITY user-agent-desc "设置内置浏览器的User Agent, 某些情况可以降低遇见reCAPTCHA的概率. 如果你不知道这是什么请留空."> | ||
<!ENTITY user-agent-save "保存UA"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!ENTITY zotero.scholarcitations.update.label "更新引用统计"> | ||
<!ENTITY zotero.scholarcitations.updateCol.label "为该集合更新引用统计"> | ||
<!ENTITY zotero.scholarcitations.updateAll.label "更新所有引用统计"> | ||
<!ENTITY zotero.scholarcitations.options.label "ZSCC偏好设置..."> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
captchaString=Please enter the Captcha on the page that will now open and then re-try updating the citations, or wait a while to get unblocked by Google if the Captcha is not present. | ||
citedPrefixString=Cited by |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.